diff --git a/CHANGELOG.md b/CHANGELOG.md index 989ad98..538106e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,40 +9,45 @@ * 🎁 Поддержать проект донатом на ЮМани-кошелёк: [410015019068268](https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=%D0%94%D0%BE%D0%BD%D0%B0%D1%82%20(%D0%BF%D0%BE%D0%B4%D0%B0%D1%80%D0%BE%D0%BA)%20%D0%B4%D0%BB%D1%8F%20%D0%B0%D0%B2%D1%82%D0%BE%D1%80%D0%BE%D0%B2%20%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D0%B0%20TKSBrokerAPI&default-sum=999&button-text=13&payment-type-choice=on&successURL=https%3A%2F%2Ftim55667757.github.io%2FTKSBrokerAPI%2F&quickpay=shop&account=410015019068268) -### [1.4.* (2022-09-??)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/4) — готовится к выпуску... +### [1.4.* (2022-09-19)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/4) — готовится к выпуску... ##### Новая функциональность * [В работе] [#6](https://github.com/Tim55667757/TKSBrokerAPI/issues/6) При запуске с ключом `--history` добавлена возможность указать дополнительный ключ `--render-chart` и отобразить изменение цен инструмента на интерактивном или статическом графике, при помощи библиотеки [`PriceGenerator`](https://tim55667757.github.io/PriceGenerator). * [В работе] [#10](https://github.com/Tim55667757/TKSBrokerAPI/issues/10) При запросе информации об облигациях (с ключом `--info` или `-i`), теперь рассчитывается и отображается больше данных: график выплат по облигациям, общее количество выплат и уже погашенные купоны, накопленный купонный доход, текущая доходность, доходность к погашению и размер купона. * [В работе] [#11](https://github.com/Tim55667757/TKSBrokerAPI/issues/11) Добавлен ключ `--user-info`, который выводит данные, связанные с аккаунтом, привязанным к текущему токену: доступную информацию о пользователе, права на операции, лимиты по операциям и доступные для данного токена методы API. +* [В работе] [#15](https://github.com/Tim55667757/TKSBrokerAPI/issues/15) Реализован метод `GetWithdrawalLimits()` и ключ `--withdrawal-limits` для запроса текущих доступных пользователю остатков на снятие денежных средств со счёта. +* [В работе] [#45](https://github.com/Tim55667757/TKSBrokerAPI/issues/45) Для всех методов, которые возвращают табличные данные, добавлена возможность сохранения в файл формата `xlsx`, вместо `md` или `csv` по умолчанию. Для этого используется селектор `--xlsx` вместе с ключом `--output`. +* [В работе] [#46](https://github.com/Tim55667757/TKSBrokerAPI/issues/46) Implemented the `--detail-list` key that produces instrument's data similar to `dump.json`, but saved in `xlsx` format. ##### Улучшения * [В работе] [#9](https://github.com/Tim55667757/TKSBrokerAPI/issues/9) В метод, реализующий запуск с ключом `--info` (или `-i`), добавлена информация о текущем статусе торгов по запрашиваемому инструменту. Реализован дополнительный метод `GetTradingStatus()`, использующий расширение методов `SearchByTicker()` и `SearchByFIGI()`. Добавлены флаги: `buyAvailableFlag`, `sellAvailableFlag`, `shortEnabledFlag`, `limitOrderAvailableFlag`, `marketOrderAvailableFlag` и `apiTradeAvailableFlag`. +* [В работе] [#47](https://github.com/Tim55667757/TKSBrokerAPI/issues/47) `iList` поле более неактуально из-за использования локального дампа `dump.json`, в котором автоматически обновляется список доступных для торговли инструментов, поэтому поле удалено из класса `TinkoffBrokerServer()`. +* [В работе] [#59](https://github.com/Tim55667757/TKSBrokerAPI/issues/59) TKSBrokerAPI билд-номер теперь печатается в логах, а также отображается по ключу `--version`. ##### Баг-фиксы * ... -### [1.3.* (2022-08-??)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/3) — готовится к выпуску... +### [1.3.* (2022-09-07)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/3) — опубликована ##### Новая функциональность -* [В работе] [#5](https://github.com/Tim55667757/TKSBrokerAPI/issues/5) Добавлена возможность скачивания истории цен по инструменту с поддержкой докачки, добавлен ключ `--history`. -* [В работе] [#14](https://github.com/Tim55667757/TKSBrokerAPI/issues/14) Реализованы методы для открытия сеток отложенных лимитных и стоп-ордеров. -* [В работе] [#15](https://github.com/Tim55667757/TKSBrokerAPI/issues/15) Реализован метод `GetWithdrawalLimits()` и ключ `--withdrawal-limits` для запроса текущих доступных пользователю остатков на снятие денежных средств со счёта. +* [#5](https://github.com/Tim55667757/TKSBrokerAPI/issues/5) Добавлена возможность скачивания истории цен по инструменту с поддержкой докачки по ключу `--history`. Также ключ `--interval` позволяет указать временной интервал для скачиваемых ценовых свечей в формате OHLCV. Ключ `--only-missing` позволяет докачать только последние свечи, сохранённые в файле, заданном через `--output`. Ключ `--csv-sep` задаёт разделитель между данными в csv-файлах. History returned between two given dates: `start` and `end`. `1970-01-01` минимальная дата в прошлом, начиная с которой брокер даёт скачать историю. Внимание! Брокер использует ISO UTC формат времени. ##### Улучшения -* [В работе] [#17](https://github.com/Tim55667757/TKSBrokerAPI/issues/17) Оптимизирован запрос цен для инструментов и убраны повторные запросы цены для одного и того же инструмента при запуске с ключом `--prices` или вызове метода `Overview()`. +* [#17](https://github.com/Tim55667757/TKSBrokerAPI/issues/17) Оптимизирован запрос цен для инструментов и убраны повторные запросы цены для одного и того же инструмента при запуске с ключом `--prices` или вызове метода `Overview()`. За счёт удаления дублирующих запросов немного повысилась скорость работы. +* [#43](https://github.com/Tim55667757/TKSBrokerAPI/issues/43) Добавлены новые ключи для уменьшения информации в методе `Overview()`: ключ `--overview-positions` показывает только открытые позиции, без всего остального, ключ `--overview-digest` показывает короткий дайджест состояния портфеля, ключ `--overview-analytics` показывает только раздел аналитики и распределения портфеля по различным категориям, ключ `--overview-orders` показывает только секцию открытых лимитных и стоп ордеров. +* [#44](https://github.com/Tim55667757/TKSBrokerAPI/issues/44) Все markdown-таблицы приведены к стандартному виду, включая отрисовку правой части таблиц. ##### Баг-фиксы -* [В работе] [#18](https://github.com/Tim55667757/TKSBrokerAPI/issues/18) Добавлена обработка ошибки `raise JSONDecodeError("Expecting value", s, err.value) from None`. -* [В работе] [#16](https://github.com/Tim55667757/TKSBrokerAPI/issues/16) Исправлено отображение дробных чисел с первым нулём после десятичной точки, в случаях, когда вместо `1.0` выводилось `1.`. -* ... +* [#18](https://github.com/Tim55667757/TKSBrokerAPI/issues/18) Добавлена обработка ошибки `raise JSONDecodeError("Expecting value", s, err.value) from None`. Теперь отображается сообщение: `Check you Internet connection! Failed to establish a new connection to broker server!` и выводится путь до файла с дебажными логами. +* [#16](https://github.com/Tim55667757/TKSBrokerAPI/issues/16) Исправлено отображение дробных чисел с первым нулём после десятичной точки, в случаях, когда вместо `1.0` выводилось `1.`. +* [#38](https://github.com/Tim55667757/TKSBrokerAPI/issues/38) Исправлено отображение дробной части цен при запросе ETF. ### [1.2.62 (2022-08-23)](https://github.com/Tim55667757/TKSBrokerAPI/releases/tag/1.2.62) — опубликована @@ -120,7 +125,7 @@ * [#32](https://github.com/Tim55667757/TKSBrokerAPI/issues/32) Исправлены ошибки при попытке закрытия всех ордеров с ключом `--close-all orders`. Ошибка возникла из-за неправильной обработки формата входной строки в одном из отладочных сообщений. Убраны лишние сообщения, а вместе с ними и ошибка форматирования. -## 1.0.1 (2020-05 - 2022-07) — устаревшая версия, неработоспособная с новым Tinkoff Open API REST-протоколом +## [1.0.1 (2020-05 - 2022-07)](https://github.com/Tim55667757/TKSBrokerAPI/releases/tag/1.0.1) — устаревшая версия, неработоспособная с новым Tinkoff Open API REST-протоколом ##### Ретроспектива diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 864f986..faf74db 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -9,40 +9,45 @@ * 🎁 Support the project with a donation to our yoomoney-wallet: [410015019068268](https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=Donat%20(gift)%20for%20the%20authors%20of%20the%20TKSBrokerAPI%20project&default-sum=999&button-text=13&payment-type-choice=on&successURL=https%3A%2F%2Ftim55667757.github.io%2FTKSBrokerAPI%2F&quickpay=shop&account=410015019068268) -### [1.4.* (2022-09-??)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/4) — preparing for release... +### [1.4.* (2022-09-19)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/4) — preparing for release... ##### New features * [In progress] [#6](https://github.com/Tim55667757/TKSBrokerAPI/issues/6) When launched with the `--history` key, the ability to specify an additional key `--render-chart` and display the change in instrument prices on an interactive or static chart using the [`PriceGenerator`](https://tim55667757.github.io/PriceGenerator) library. * [In progress] [#10](https://github.com/Tim55667757/TKSBrokerAPI/issues/10) When requesting information about bonds (with the `--info` or `-i` key), more data is now calculated and displayed: bond payment schedule, total number of payments and already redeemed coupons, accumulated coupon income, current yield, yield to maturity and coupon's size. * [In progress] [#11](https://github.com/Tim55667757/TKSBrokerAPI/issues/11) The `--user-info` key has been added, which displays data associated with the account for the current token: available information about the user, operations rights, limits on operations, and API methods available for this token. +* [In progress] [#15](https://github.com/Tim55667757/TKSBrokerAPI/issues/15) The `GetWithdrawalLimits()` method and the `--withdrawal-limits` key are implemented. They request the currency balance available to the user for withdrawing funds from the account. +* [In progress] [#45](https://github.com/Tim55667757/TKSBrokerAPI/issues/45) For all methods that return data in table form was added the ability to change file type to `xlsx`, instead of `md` or `csv`, with selector `--xlsx` for `--output` key. +* [In progress] [#46](https://github.com/Tim55667757/TKSBrokerAPI/issues/46) Implemented the `--detail-list` key that produces instrument's data similar to `dump.json`, but saved in `xlsx` format. ##### Improvements * [In progress] [#9](https://github.com/Tim55667757/TKSBrokerAPI/issues/9) Added information about the current trading status for the requested instrument to the method that implements launching with the `--info` (or `-i`) key. An additional `GetTradingStatus()` method has been implemented, using an extension of the `SearchByTicker()` and `SearchByFIGI()` methods. Added flags: `buyAvailableFlag`, `sellAvailableFlag`, `shortEnabledFlag`, `limitOrderAvailableFlag`, `marketOrderAvailableFlag` and `apiTradeAvailableFlag`. +* [In progress] [#47](https://github.com/Tim55667757/TKSBrokerAPI/issues/47) `iList` field is not actual because local `dump.json` make the similar function and auto-updates instruments list. So this field was deleted from `TinkoffBrokerServer()` class. +* [In progress] [#59](https://github.com/Tim55667757/TKSBrokerAPI/issues/59) TKSBrokerAPI build version was added to the start of debug log, also shows by the key `--version`. ##### Bug fixes * ... -### [1.3.* (2022-08-??)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/3) — preparing for release... +### [1.3.* (2022-09-07)](https://github.com/Tim55667757/TKSBrokerAPI/milestone/3) — released ##### New features -* [In progress] [#5](https://github.com/Tim55667757/TKSBrokerAPI/issues/5) Added ability to download price history for an instrument with "only latest" update support, added `--history` key. -* [In progress] [#14](https://github.com/Tim55667757/TKSBrokerAPI/issues/14) Implemented methods for opening grids of pending limit and stop orders. -* [In progress] [#15](https://github.com/Tim55667757/TKSBrokerAPI/issues/15) The `GetWithdrawalLimits()` method and the `--withdrawal-limits` key are implemented. They request the currency balance available to the user for withdrawing funds from the account. +* [#5](https://github.com/Tim55667757/TKSBrokerAPI/issues/5) Added ability to download price history for an instrument with "only latest" update support, added `--history` key. Also, the `--interval` key allows you to specify the time interval for downloading price candles in the OHLCV format. The `--only-missing` key allows you to download only the last candles saved in the file specified via `--output`. The `--csv-sep` key sets the separator between data in csv files. Minimum requested date in the past is `1970-01-01`. Warning! Broker server use ISO UTC time by default. ##### Improvements -* [In progress] [#17](https://github.com/Tim55667757/TKSBrokerAPI/issues/17) Optimized price request for instruments and removed repeated price requests for the same instrument when launched with the `--prices` key or when calling the `Overview()` method. +* [#17](https://github.com/Tim55667757/TKSBrokerAPI/issues/17) Optimized price request for instruments and removed repeated price requests for the same instrument when launched with the `--prices` key or when calling the `Overview()` method. Now TKSBrokerAPI not request prices for duplicated instruments and saving working time. +* [#43](https://github.com/Tim55667757/TKSBrokerAPI/issues/43) Added new keys to reduce information in the `Overview()` method: the `--overview-positions` key shows only open positions, without everything else, the `--overview-digest` key shows a short digest of the portfolio status, the `--overview-analytics` key shows only the analytics section and the distribution of the portfolio by various categories, the `--overview-orders` shows only section of open limits and stop orders. +* [#44](https://github.com/Tim55667757/TKSBrokerAPI/issues/44) All markdown-tables are brought to the standard form, including the rendering of the right side of the tables. ##### Bug fixes -* [In progress] [#18](https://github.com/Tim55667757/TKSBrokerAPI/issues/18) Error handling added `raise JSONDecodeError("Expecting value", s, err.value) from None`. -* [In progress] [#16](https://github.com/Tim55667757/TKSBrokerAPI/issues/16) Fixed display of fractional numbers with the first zero after the decimal point, e.g. `1.` was displayed instead of `1.0`. -* ... +* [#18](https://github.com/Tim55667757/TKSBrokerAPI/issues/18) Error handling added `raise JSONDecodeError("Expecting value", s, err.value) from None`. Now the message is showing: `Check you Internet connection! Failed to establish a new connection to broker server!` and the path to the debug log file. +* [#16](https://github.com/Tim55667757/TKSBrokerAPI/issues/16) Fixed display of fractional numbers with the first zero after the decimal point, e.g. `1.` was displayed instead of `1.0`. +* [#38](https://github.com/Tim55667757/TKSBrokerAPI/issues/38) fixed broken table when ETF requested. ### [1.2.62 (2022-08-23)](https://github.com/Tim55667757/TKSBrokerAPI/releases/tag/1.2.62) — released @@ -120,7 +125,7 @@ * [#32](https://github.com/Tim55667757/TKSBrokerAPI/issues/32) Fixed a bug with some problems when trying to execute `--close-all orders`. Extra messages, and with them the formatting error, have been removed. -## 1.0.1 (2020-05 - 2022-07) — DEPRECATED version, not working with new Tinkoff Open API REST protocol +## [1.0.1 (2020-05 - 2022-07)](https://github.com/Tim55667757/TKSBrokerAPI/blob/master/CHANGELOG_EN.md#101-2020-05---2022-07--deprecated-version-not-working-with-new-tinkoff-open-api-rest-protocol) — DEPRECATED version, not working with new Tinkoff Open API REST protocol ##### Retrospective diff --git a/README.md b/README.md index a0e088c..e35e3cd 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ - [Совершить сделку по рынку](#Совершить-сделку-по-рынку) - [Открыть отложенный лимитный или стоп-ордер](#Открыть-отложенный-лимитный-или-стоп-ордер) - [Отменить ордера и закрыть позиции](#Отменить-ордера-и-закрыть-позиции) + - [Скачать исторические данные в формате OHLCV-свечей](#Скачать-исторические-данные-в-формате-OHLCV-свечей) - [Как python API через импорт модуля TKSBrokerAPI](#Как-python-API-через-импорт-модуля-TKSBrokerAPI) - [Пример реализации абстрактного сценария](#Пример-реализации-абстрактного-сценария) @@ -191,6 +192,9 @@ TKSBrokerAPI позволяет автоматизировать рутинны На момент [последнего релиза](https://pypi.org/project/tksbrokerapi/) инструмент TKSBrokerAPI умеет: +- Скачивать с сервера брокера исторические данные в ценовой модели OHLCV (доступны интервалы: `1min`, `5min`, `15min`, `hour` и `day` за любой период времени, начиная с `1970-01-01`); + - общий ключ `--history` и дополнительные ключи: `--interval`, `--only-missing` и `--csv-sep`; + - API-метод: [`History()`](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html#TinkoffBrokerServer.History). - Кэшировать по умолчанию все данные по всем торгуемым инструментам в файл `dump.json` и использовать его в дальнейшем, что позволяет уменьшить число обращений на сервер брокера; - ключ `--no-cache` отменяет использование локального кэша, данные запрашиваются с сервера при каждом запуске; - API-метод: [`DumpInstruments()`](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html#TinkoffBrokerServer.DumpInstruments). @@ -344,11 +348,19 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp `BBG006L8G4H1` для инструмента с тикером `YNDX`. --depth DEPTH Параметр: число, показывающее "глубину биржевого стакана" (Depth of Market, DOM), должно быть >=1, по умолчанию 1. - --no-cancelled Параметр: удалить информацию об отменённых операциях + --no-cancelled, --no-canceled + Параметр: удалить информацию об отменённых операциях из отчёта по сделкам, полученного с ключом `--deals`. False по умолчанию. --output OUTPUT Параметр: строка, которая заменяет стандартный путь вывода в файл - для некоторых команд. Если None, тогда используется стандартный путь. + для некоторых команд. Если `None`, тогда используется стандартный путь. + --interval INTERVAL Параметр: доступные значения равны `1min`, `5min`, `15min`, + `hour` и `day`. Используется только с ключом `--history`. + Это временной промежуток одной ценовой свечи. По умолчанию: `hour`. + --only-missing Параметр: если указан файл с историческими данными через ключ `--output`, + то добавляются только последние пропущенные свечи, без запроса + всех данных. `False` по умолчанию. + --csv-sep CSV_SEP Параметр: разделитель в .csv-файлах, `,` по умолчанию. --debug-level DEBUG_LEVEL, --verbosity DEBUG_LEVEL, -v DEBUG_LEVEL Параметр: число, которое указывает минимальный уровень вывода логов в STDOUT, например, 10 = DEBUG, 20 = INFO, 30 = WARNING, @@ -365,7 +377,7 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp инструменту, зная его тикер или FIGI. Ключ `--ticker` или ключ `--figi` должны быть заданы! --price Команда: показать стакан цен для выбранного инструмента. - Можно использовать совместно с ключом --depth, для указания + Можно использовать совместно с ключом `--depth`, для указания глубины. Ключ `--ticker` или ключ `--figi` должны быть заданы! --prices PRICES [PRICES ...], -p PRICES [PRICES ...] Команда: получить таблицу актуальных цен для выбранных @@ -376,7 +388,7 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp --overview, -o Команда: показать все открытые позиции, ордера и немного статистики. Также можно задать ключ `--output`, чтобы сохранить эту информацию в файл, по умолчанию: `overview.md`. - --deals [DEALS [DEALS ...]], -d [DEALS [DEALS ...]] + --deals [DEALS ...], -d [DEALS ...] Команда: показать все сделки между двумя датами. Первый параметр указывает на начальную дату: -1, -2, -3 дней назад. Также можно использовать ключевики: `today`, `yesterday` (-1), @@ -386,27 +398,30 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp не будет отображаться в отчёте по сделкам. Также можно задать ключ `--output`, чтобы сохранить сделки в файл, по умолчанию: `deals.md`. - --trade [TRADE [TRADE ...]] - Команда: универсальный способ, чтобы открыть сделку "по рынку" + --history [HISTORY ...] + Команда: получить исторические свечи по инструменту, + заданному через ключи `--ticker` или `figi` (FIGI id). + История скачивается между двумя датами: `start` и `end`. + Минимальная дата в прошлом, возвращаемая сервером, это + `1970-01-01`. Также вы можете задать ключ `--output` + для сохранения исторических свечей в файл. + --trade [TRADE ...] Команда: универсальный способ, чтобы открыть сделку "по рынку" для инструмента, заданного тикером или FIGI. Можно указать от 1 до 5 параметров: [направление `Buy` или `Sell] [лоты, >= 1] [тейк-профит, >= 0] [стоп-лосс, >= 0] [срок действия ордеров TP/SL, Undefined|`%Y-%m-%d %H:%M:%S`]. Смотрите подробные примеры в README.md. - --buy [BUY [BUY ...]] - Команда: немедленно открыть BUY позицию "по рынку" + --buy [BUY ...] Команда: немедленно открыть BUY позицию "по рынку" по текущим ценам в стакане для указанного тикера или FIGI. Можно указать до 4 необязательных параметра: [лоты, >= 1] [тейк-профит, >= 0] [стоп-лосс, >= 0] [срок действия ордеров TP/SL, Undefined|`%Y-%m-%d %H:%M:%S`]. - --sell [SELL [SELL ...]] - Команда: немедленно открыть SELL позицию "по рынку" + --sell [SELL ...] Команда: немедленно открыть SELL позицию "по рынку" по текущим ценам в стакане для указанного тикера или FIGI. Можно указать до 4 необязательных параметра: [лоты, >= 1] [тейк-профит, >= 0] [стоп-лосс, >= 0] [срок действия ордеров TP/SL, Undefined|`%Y-%m-%d %H:%M:%S`]. - --order [ORDER [ORDER ...]] - Команда: универсальный способ, чтобы открыть лимитный или стоп-ордер + --order [ORDER ...] Команда: универсальный способ, чтобы открыть лимитный или стоп-ордер в любом направлении. Нужно указать от 4 до 7 параметров: [направление `Buy` или `Sell] [тип ордера `Limit` или`Stop`] [лоты] [целевая цена] [дополнительно для стоп-ордеров: @@ -427,7 +442,7 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp попытаетесь создать лимитный `Sell` ордер ниже текущей цены, тогда брокер немедленно откроет рыночный `Sell` ордер, как если бы вы просто указали `--sell` операцию! - --buy-stop [BUY_STOP [BUY_STOP ...]] + --buy-stop [BUY_STOP ...] Команда: открыть стоп-ордер в направлении BUY. Нужно задать только 2 обязательных параметра: [лоты] [целевая цена] для открытия BUY стоп-ордера. Можно указать 3 дополнительных параметра для @@ -436,7 +451,7 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp Undefined|`%Y-%m-%d %H:%M:%S`]. Когда текущая цена дойдёт вверх или вниз до целевой цены, тогда брокер откроет лимитный ордер. Ордер типа стоп-лосс всегда исполняется по текущей рыночной цене. - --sell-stop [SELL_STOP [SELL_STOP ...]] + --sell-stop [SELL_STOP ...] Команда: открыть стоп-ордер в направлении SELL. Нужно задать только 2 обязательных параметра: [лоты] [целевая цена] для открытия SELL стоп-ордера. Можно указать 3 дополнительных параметра для @@ -459,7 +474,7 @@ https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examp --close-trades CLOSE_TRADES [CLOSE_TRADES ...], --cancel-trades CLOSE_TRADES [CLOSE_TRADES ...] Команда: закрыть позиции для списка инструментов, в том числе можно указывать тикеры валют. - --close-all [CLOSE_ALL [CLOSE_ALL ...]], --cancel-all [CLOSE_ALL [CLOSE_ALL ...]] + --close-all [CLOSE_ALL ...], --cancel-all [CLOSE_ALL ...] Команда: закрыть все доступные (не заблокированные) открытые позиции и отменить ордера, кроме валютных позиций. Также вы можете указать одно или более ключевых слов (регистронезависимых) для @@ -942,7 +957,9 @@ TKSBrokerAPI.py L:1024 INFO [2022-07-27 00:25:43,611] Price list for all #### Получить текущий портфель пользователя и статистику распределения активов -Используется ключ `--overview` (`-o`). Дополнительно можно указать ключ `--output` и задать имя файла, куда сохранить отчёт о состоянии портфеля в формате Markdown (по умолчанию `overview.md` в текущей рабочей директории). Ключ `--verbosity=10` выведет всю отладочную информацию в консоль (можно его не указывать). +Чтобы посмотреть состояние портфеля и статистику распределения активов (по типам, компаниям, секторам, валютам и странам), используется ключ `--overview` (`-o`). Дополнительно можно указать ключ `--output` и задать имя файла, куда сохранить отчёт о состоянии портфеля в формате Markdown (по умолчанию `overview.md` в текущей рабочей директории). Ключ `--verbosity=10` выведет всю отладочную информацию в консоль (можно его не указывать). + +Также вы можете использовать другие ключи вместо ключа `--overview`, начиная с TKSBrokerAPI версии 1.3.*: ключ `--overview-digest` показывает краткий дайджест состояния портфеля, ключ `--overview-positions` показывает только открытые позиции, без всего остального, ключ `--overview-orders` показывает только секцию открытых лимитных и стоп ордеров, ключ `--overview-analytics` показывает только секцию аналитики и распределения портфеля по различным категориям. Ключ `--output` также переопределяет для них выходной файл.
Команда для отображения портфеля пользователя @@ -1703,6 +1720,236 @@ TKSBrokerAPI.py L:3042 DEBUG [2022-07-27 23:25:40,687] TKSBrokerAPI module
+#### Скачать исторические данные в формате OHLCV-свечей + +Начиная с TKSBrokerAPI v.1.3.* вы можете получать исторические ценовые данные в формате OHLCV-свечей. Для этого указать инструмент с помощью ключа `--ticker` или ключа `--figi` (FIGI id), задать интервал свечи возможно с помощью ключа `--interval`. Кроме того, используется ключ `--only-missing`, чтобы указать TKSBrokerAPI загружать только последние недостающие свечи в ранее скачанном файле. Если ключ `--output` присутствует, то TKSBrokerAPI сохраняет историю в файл, в противном случае возвращает только pandas dataframe. Ключ `--csv-sep` определяет разделитель в csv-файлах. + +История возвращается между двумя заданными датами: `start` и `end`. Минимальная дата в прошлом, начиная с которой сервер отдаёт историю, это `1970-01-01`. Важно! Сервер брокера по умолчанию использует время в формате ISO UTC. + +
+ Команда для запроса сегодняшних цен часовыми свечами + +```commandline +$ tksbrokerapi -v 10 -t GAZP --interval hour --history today + +TKSBrokerAPI.py L:3108 DEBUG [2022-09-04 14:08:40,443] TKSBrokerAPI module started at: [2022-09-04 11:08:40] UTC, it is [2022-09-04 14:08:40] local time +TKSBrokerAPI.py L:207 DEBUG [2022-09-04 14:08:40,443] Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/ +TKSBrokerAPI.py L:219 DEBUG [2022-09-04 14:08:40,443] String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID` +TKSBrokerAPI.py L:249 DEBUG [2022-09-04 14:08:40,443] Broker API server: https://invest-public-api.tinkoff.ru/rest +TKSBrokerAPI.py L:303 WARNING [2022-09-04 14:08:40,443] Local cache may be outdated! It has last modified [2022-09-03 19:51:24] UTC. Updating from broker server, wait, please... +TKSBrokerAPI.py L:452 DEBUG [2022-09-04 14:08:40,443] Requesting all available instruments from broker for current user token. Wait, please... +TKSBrokerAPI.py L:453 DEBUG [2022-09-04 14:08:40,443] CPU usages for parallel requests: [7] +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Currencies] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Shares] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Bonds] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Etfs] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Futures] list. Wait, please... +TKSBrokerAPI.py L:501 INFO [2022-09-04 14:08:41,919] Instruments raw data were cached for future used: [dump.json] +TKSBrokerAPI.py L:137 DEBUG [2022-09-04 14:08:41,919] Input start day is [today] (UTC), end day is [None] (UTC) +TKSBrokerAPI.py L:175 DEBUG [2022-09-04 14:08:41,919] Start day converted to UTC ISO format, with Z: [2022-09-04T00:00:00Z], and the end day: [2022-09-04T23:59:59Z] +TKSBrokerAPI.py L:2239 DEBUG [2022-09-04 14:08:41,920] Original requested time period in local time: from [today] to [None] +TKSBrokerAPI.py L:2240 DEBUG [2022-09-04 14:08:41,920] Requested time period is about from [2022-09-04T00:00:00Z] UTC to [2022-09-04T23:59:59Z] UTC +TKSBrokerAPI.py L:2241 DEBUG [2022-09-04 14:08:41,920] Calculated history length: [24], interval: [hour] +TKSBrokerAPI.py L:2242 DEBUG [2022-09-04 14:08:41,920] Data blocks, count: [1], max candles in block: [167] +TKSBrokerAPI.py L:2243 DEBUG [2022-09-04 14:08:41,920] Requesting history candlesticks, ticker: [GAZP], FIGI: [BBG004730RP0]. Wait, please... +TKSBrokerAPI.py L:2275 DEBUG [2022-09-04 14:08:41,920] [Block #1/1] time period: [2022-09-04T00:00:00Z] UTC - [2022-09-05T00:00:00Z] UTC +TKSBrokerAPI.py L:2340 DEBUG [2022-09-04 14:08:42,024] Last 3 rows of received history: + date time open high low close volume +2022.09.04 09:00 253.82 255.43 252.81 252.95 3506 +2022.09.04 10:00 252.95 255.36 252.55 254.02 3522 +2022.09.04 11:00 254.02 255.05 253.22 254.26 574 +TKSBrokerAPI.py L:2343 INFO [2022-09-04 14:08:42,026] Here's requested history between [2022-09-04 00:00:00] UTC and [2022-09-04 23:59:59] UTC, not-empty candles count: [5] + date time open high low close volume +2022.09.04 07:00 254.21 254.92 253.14 254.48 6635 +2022.09.04 08:00 253.45 254.98 251.99 253.79 4048 +2022.09.04 09:00 253.82 255.43 252.81 252.95 3506 +2022.09.04 10:00 252.95 255.36 252.55 254.02 3522 +2022.09.04 11:00 254.02 255.05 253.22 254.26 574 +TKSBrokerAPI.py L:2357 DEBUG [2022-09-04 14:08:42,026] --output key is not defined. Parsed history file not saved to file, only pandas dataframe returns. +TKSBrokerAPI.py L:3354 DEBUG [2022-09-04 14:08:42,026] All operations with Tinkoff Server using Open API are finished success (summary code is 0). +TKSBrokerAPI.py L:3359 DEBUG [2022-09-04 14:08:42,026] TKSBrokerAPI module work duration: [0:00:01.582813] +TKSBrokerAPI.py L:3360 DEBUG [2022-09-04 14:08:42,026] TKSBrokerAPI module finished: [2022-09-04 11:08:42] UTC, it is [2022-09-04 14:08:42] local time +``` + +
+ +
+ Команда для запроса дневных свечей между двумя указанными датами + +```commandline +$ tksbrokerapi -t IBM --history 2022-08-01 2022-08-31 --interval day + +TKSBrokerAPI.py L:2343 INFO [2022-09-04 14:21:05,788] Here's requested history between [2022-08-01 00:00:00] UTC and [2022-08-31 23:59:59] UTC, not-empty candles count: [24] + date time open high low close volume +2022.08.01 04:00 131.01 132.70 130.20 132.04 648608 +2022.08.02 04:00 131.60 132.95 130.51 132.95 567640 +2022.08.03 04:00 132.76 132.91 131.35 132.01 437408 +2022.08.04 04:00 132.36 132.75 130.69 131.53 401974 +2022.08.05 04:00 131.49 132.90 130.58 132.30 307648 +2022.08.08 04:00 132.81 133.74 132.11 132.75 475499 +2022.08.09 04:00 130.89 131.37 129.12 129.49 438811 +2022.08.10 04:00 129.59 131.78 129.24 131.26 671500 +2022.08.11 04:00 131.64 133.23 131.37 132.16 504115 +2022.08.12 04:00 132.57 134.10 131.97 134.00 316447 +2022.08.15 04:00 133.59 135.20 132.23 134.93 334782 +2022.08.16 04:00 134.03 137.37 133.97 137.25 587223 +2022.08.17 04:00 136.86 138.42 136.01 137.67 505083 +2022.08.18 04:00 137.11 139.12 136.84 139.00 524103 +2022.08.19 04:00 138.37 139.34 136.79 138.09 381548 +2022.08.22 04:00 136.82 137.84 135.35 135.66 487278 +2022.08.23 04:00 134.51 136.08 134.47 134.84 339339 +2022.08.24 04:00 134.75 135.08 133.06 133.27 338234 +2022.08.25 04:00 133.33 134.44 133.07 133.99 401394 +2022.08.26 04:00 133.56 135.09 130.02 130.37 691667 +2022.08.29 04:00 130.36 131.42 129.47 130.41 376955 +2022.08.30 04:00 130.31 131.23 129.29 129.60 316821 +2022.08.31 04:00 129.13 130.14 128.41 128.88 399543 +``` + +
+ +
+ Команда для запроса только последних пропущенных свечей в ранее скачанном файле истории + +```commandline +$ tksbrokerapi --ticker GAZP --interval day --history 2022-08-15 2022-09-01 --only-missing --output GAZP_day.csv --verbosity 10 + +TKSBrokerAPI.py L:3109 DEBUG [2022-09-04 14:31:27,548] TKSBrokerAPI module started at: [2022-09-04 11:31:27] UTC, it is [2022-09-04 14:31:27] local time +TKSBrokerAPI.py L:207 DEBUG [2022-09-04 14:31:27,549] Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/ +TKSBrokerAPI.py L:219 DEBUG [2022-09-04 14:31:27,549] String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID` +TKSBrokerAPI.py L:249 DEBUG [2022-09-04 14:31:27,549] Broker API server: https://invest-public-api.tinkoff.ru/rest +TKSBrokerAPI.py L:310 DEBUG [2022-09-04 14:31:27,583] Local cache with raw instruments data is used: [dump.json] +TKSBrokerAPI.py L:311 DEBUG [2022-09-04 14:31:27,583] Dump file was last modified [2022-09-04 11:08:41] UTC +TKSBrokerAPI.py L:137 DEBUG [2022-09-04 14:31:27,583] Input start day is [2022-08-15] (UTC), end day is [2022-09-01] (UTC) +TKSBrokerAPI.py L:175 DEBUG [2022-09-04 14:31:27,585] Start day converted to UTC ISO format, with Z: [2022-08-15T00:00:00Z], and the end day: [2022-09-01T23:59:59Z] +TKSBrokerAPI.py L:2240 DEBUG [2022-09-04 14:31:27,586] Original requested time period in local time: from [2022-08-15] to [2022-09-01] +TKSBrokerAPI.py L:2241 DEBUG [2022-09-04 14:31:27,586] Requested time period is about from [2022-08-15T00:00:00Z] UTC to [2022-09-01T23:59:59Z] UTC +TKSBrokerAPI.py L:2242 DEBUG [2022-09-04 14:31:27,586] Calculated history length: [18], interval: [day] +TKSBrokerAPI.py L:2243 DEBUG [2022-09-04 14:31:27,586] Data blocks, count: [1], max candles in block: [364] +TKSBrokerAPI.py L:2244 DEBUG [2022-09-04 14:31:27,586] Requesting history candlesticks, ticker: [GAZP], FIGI: [BBG004730RP0]. Wait, please... +TKSBrokerAPI.py L:2250 DEBUG [2022-09-04 14:31:27,586] --only-missing key present, add only last missing candles... +TKSBrokerAPI.py L:2251 DEBUG [2022-09-04 14:31:27,586] History file will be updated: [/Users/tim/projects/TKSBrokerAPI/tksbrokerapi/GAZP_day.csv] +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:31:27,589] [Block #1/1] time period: [2022-08-14T23:59:59Z] UTC - [2022-09-01T23:59:59Z] UTC +TKSBrokerAPI.py L:2331 DEBUG [2022-09-04 14:31:27,704] History will be updated starting from the date: [2022-08-24 07:00:00] +TKSBrokerAPI.py L:2341 DEBUG [2022-09-04 14:31:27,706] Last 3 rows of received history: + date time open high low close volume +2022.08.30 07:00 190.45 204.20 190.45 204.00 11254642 +2022.08.31 07:00 224.40 275.96 224.40 254.90 23933088 +2022.09.01 07:00 258.00 259.85 247.62 249.11 8366161 +TKSBrokerAPI.py L:2344 INFO [2022-09-04 14:31:27,707] Here's requested history between [2022-08-15 00:00:00] UTC and [2022-09-01 23:59:59] UTC, not-empty candles count: [11] + date time open high low close volume +2022.08.22 07:00 177.40 182.20 176.88 181.70 2279598 +2022.08.23 07:00 182.39 185.80 182.10 184.30 2693193 +2022.08.24 07:00 184.70 186.66 182.19 182.83 1756229 +2022.08.25 07:00 183.00 184.60 180.80 181.90 1490493 +2022.08.26 07:00 181.70 184.20 180.50 183.62 1301585 +2022.08.27 07:00 183.99 185.24 181.90 183.83 15471 +2022.08.28 07:00 184.57 185.60 183.20 184.07 10622 +2022.08.29 07:00 183.15 190.00 182.65 190.00 3057446 +2022.08.30 07:00 190.45 204.20 190.45 204.00 11254642 +2022.08.31 07:00 224.40 275.96 224.40 254.90 23933088 +2022.09.01 07:00 258.00 259.85 247.62 249.11 8366161 +TKSBrokerAPI.py L:2352 INFO [2022-09-04 14:31:27,708] Ticker [GAZP], FIGI [BBG004730RP0], tf: [day], history saved: [GAZP_day.csv] +TKSBrokerAPI.py L:3355 DEBUG [2022-09-04 14:31:27,708] All operations with Tinkoff Server using Open API are finished success (summary code is 0). +TKSBrokerAPI.py L:3360 DEBUG [2022-09-04 14:31:27,708] TKSBrokerAPI module work duration: [0:00:00.159508] +TKSBrokerAPI.py L:3361 DEBUG [2022-09-04 14:31:27,708] TKSBrokerAPI module finished: [2022-09-04 11:31:27] UTC, it is [2022-09-04 14:31:27] local time +``` + +
+ +
+ Команда для запроса цен за последние 2 дня в виде 15-минутных свечей и их сохранения в csv-файл + +```commandline +$ tksbrokerapi -v 10 --history -2 -t GAZP --interval 15min --output GAZP_15min.csv + +TKSBrokerAPI.py L:3109 DEBUG [2022-09-04 14:49:45,559] TKSBrokerAPI module started at: [2022-09-04 11:49:45] UTC, it is [2022-09-04 14:49:45] local time +TKSBrokerAPI.py L:207 DEBUG [2022-09-04 14:49:45,559] Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/ +TKSBrokerAPI.py L:219 DEBUG [2022-09-04 14:49:45,559] String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID` +TKSBrokerAPI.py L:249 DEBUG [2022-09-04 14:49:45,559] Broker API server: https://invest-public-api.tinkoff.ru/rest +TKSBrokerAPI.py L:310 DEBUG [2022-09-04 14:49:45,594] Local cache with raw instruments data is used: [dump.json] +TKSBrokerAPI.py L:311 DEBUG [2022-09-04 14:49:45,594] Dump file was last modified [2022-09-04 11:08:41] UTC +TKSBrokerAPI.py L:137 DEBUG [2022-09-04 14:49:45,594] Input start day is [-2] (UTC), end day is [None] (UTC) +TKSBrokerAPI.py L:175 DEBUG [2022-09-04 14:49:45,594] Start day converted to UTC ISO format, with Z: [2022-09-03T00:00:00Z], and the end day: [2022-09-04T23:59:59Z] +TKSBrokerAPI.py L:2240 DEBUG [2022-09-04 14:49:45,594] Original requested time period in local time: from [-2] to [None] +TKSBrokerAPI.py L:2241 DEBUG [2022-09-04 14:49:45,595] Requested time period is about from [2022-09-03T00:00:00Z] UTC to [2022-09-04T23:59:59Z] UTC +TKSBrokerAPI.py L:2242 DEBUG [2022-09-04 14:49:45,595] Calculated history length: [192], interval: [15min] +TKSBrokerAPI.py L:2243 DEBUG [2022-09-04 14:49:45,595] Data blocks, count: [3], max candles in block: [95] +TKSBrokerAPI.py L:2244 DEBUG [2022-09-04 14:49:45,595] Requesting history candlesticks, ticker: [GAZP], FIGI: [BBG004730RP0]. Wait, please... +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:49:45,595] [Block #1/3] time period: [2022-09-04T00:15:00Z] UTC - [2022-09-05T00:00:00Z] UTC +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:49:45,699] [Block #2/3] time period: [2022-09-03T00:30:00Z] UTC - [2022-09-04T00:15:00Z] UTC +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:49:45,788] [Block #3/3] time period: [2022-09-03T00:00:00Z] UTC - [2022-09-03T00:30:00Z] UTC +TKSBrokerAPI.py L:2341 DEBUG [2022-09-04 14:49:45,871] Last 3 rows of received history: + date time open high low close volume +2022.09.04 11:15 253.27 254.89 252.94 254.45 1159 +2022.09.04 11:30 254.47 254.73 253.18 253.31 800 +2022.09.04 11:45 254.21 254.37 253.20 253.29 121 +TKSBrokerAPI.py L:2344 INFO [2022-09-04 14:49:45,875] Here's requested history between [2022-09-03 00:00:00] UTC and [2022-09-04 23:59:59] UTC, not-empty candles count: [56] + date time open high low close volume +2022.09.03 07:00 251.77 255.06 250.86 252.73 10446 +2022.09.03 07:15 252.74 253.95 251.28 252.29 2716 +2022.09.03 07:30 251.28 252.55 249.44 250.88 8297 +2022.09.03 07:45 250.97 252.00 249.69 252.00 3457 +2022.09.03 08:00 252.01 252.66 250.71 251.44 1666 +2022.09.03 08:15 252.46 252.84 251.11 252.59 1725 +2022.09.03 08:30 251.54 253.52 250.79 252.15 2256 +2022.09.03 08:45 252.15 252.76 250.67 252.22 1150 +2022.09.03 09:00 252.22 252.55 250.65 252.55 1286 +2022.09.03 09:15 252.55 253.29 251.16 252.20 1237 +2022.09.03 09:30 251.15 254.48 251.13 253.47 4115 +2022.09.03 09:45 253.49 253.69 251.61 252.78 1341 +2022.09.03 10:00 252.79 253.57 251.80 253.05 878 +2022.09.03 10:15 252.02 253.66 251.87 252.39 901 +2022.09.03 10:30 252.33 253.49 251.97 253.02 734 +2022.09.03 10:45 253.03 253.18 251.30 251.87 1451 +2022.09.03 11:00 251.86 253.32 251.86 253.25 902 +2022.09.03 11:15 251.98 253.53 251.62 253.25 1198 +2022.09.03 11:30 253.26 253.80 252.22 253.61 989 +2022.09.03 11:45 252.59 253.81 252.16 252.19 964 +2022.09.03 12:00 253.24 253.85 251.65 253.49 1698 +2022.09.03 12:15 253.50 254.31 252.13 252.84 1737 +2022.09.03 12:30 253.87 254.64 252.55 254.00 1245 +2022.09.03 12:45 252.97 254.13 252.34 253.48 613 +2022.09.03 13:00 253.49 253.85 252.41 253.85 457 +2022.09.03 13:15 253.85 254.19 252.48 252.48 889 +2022.09.03 13:30 252.47 254.54 252.41 254.19 879 +2022.09.03 13:45 253.16 254.40 252.52 253.93 877 +2022.09.03 14:00 252.90 254.01 252.45 253.67 550 +2022.09.03 14:15 252.64 253.75 252.40 252.40 344 +2022.09.03 14:30 253.43 254.08 252.41 253.69 487 +2022.09.03 14:45 252.66 254.08 252.47 253.51 682 +2022.09.03 15:00 252.48 253.87 252.47 253.87 357 +2022.09.03 15:15 253.88 253.89 252.01 253.60 892 +2022.09.03 15:30 252.57 253.72 252.28 252.39 459 +2022.09.03 15:45 253.49 254.68 252.57 253.20 641 +2022.09.04 07:00 254.21 254.92 253.14 254.31 1669 +2022.09.04 07:15 254.32 254.90 253.20 254.39 1604 +2022.09.04 07:30 253.36 254.80 253.20 253.69 1206 +2022.09.04 07:45 253.69 254.90 253.19 254.48 2156 +2022.09.04 08:00 253.45 254.59 252.48 253.62 1057 +2022.09.04 08:15 252.59 254.98 252.58 254.40 1034 +2022.09.04 08:30 253.37 254.53 251.99 253.81 1133 +2022.09.04 08:45 253.82 254.22 252.55 253.79 824 +2022.09.04 09:00 253.82 254.27 252.81 254.27 674 +2022.09.04 09:15 253.24 254.59 252.98 254.09 481 +2022.09.04 09:30 253.07 254.59 253.07 254.47 671 +2022.09.04 09:45 254.54 255.43 252.95 252.95 1680 +2022.09.04 10:00 252.95 255.14 252.95 253.52 888 +2022.09.04 10:15 254.55 254.60 252.55 253.82 811 +2022.09.04 10:30 252.79 254.31 252.65 254.31 373 +2022.09.04 10:45 253.29 255.36 253.26 254.02 1450 +2022.09.04 11:00 254.02 255.05 253.14 254.30 718 +2022.09.04 11:15 253.27 254.89 252.94 254.45 1159 +2022.09.04 11:30 254.47 254.73 253.18 253.31 800 +2022.09.04 11:45 254.21 254.37 253.20 253.29 121 +TKSBrokerAPI.py L:2352 INFO [2022-09-04 14:49:45,876] Ticker [GAZP], FIGI [BBG004730RP0], tf: [15min], history saved: [GAZP_15min.csv] +TKSBrokerAPI.py L:3355 DEBUG [2022-09-04 14:49:45,876] All operations with Tinkoff Server using Open API are finished success (summary code is 0). +TKSBrokerAPI.py L:3360 DEBUG [2022-09-04 14:49:45,876] TKSBrokerAPI module work duration: [0:00:00.316572] +TKSBrokerAPI.py L:3361 DEBUG [2022-09-04 14:49:45,876] TKSBrokerAPI module finished: [2022-09-04 11:49:45] UTC, it is [2022-09-04 14:49:45] local time +``` + +
+ ### Как python API через импорт модуля TKSBrokerAPI Полная документация по всем доступным свойствам и методам класса `TKSBrokerAPI.TinkoffBrokerServer()` находится [по ссылке](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html). Соответствие ключей и методов также можно посмотреть в разделе ["Основные возможности"](#Основные-возможности). diff --git a/README_EN.md b/README_EN.md index 15aa846..c8484cb 100644 --- a/README_EN.md +++ b/README_EN.md @@ -44,6 +44,7 @@ - [Make a deal on the market](#Make-a-deal-on-the-market) - [Open a pending limit or stop order](#Open-a-pending-limit-or-stop-order) - [Cancel orders and close positions](#Cancel-orders-and-close-positions) + - [Download historical data in OHLCV-candles format](#Download-historical-data-in-OHLCV-candles-format) - [Module import](#Module-import) - [Abstract scenario implementation example](#Abstract-scenario-implementation-example) @@ -191,6 +192,9 @@ In the future, based on this module, ready-made trading scenarios and templates At the time of the [latest release](https://pypi.org/project/tksbrokerapi/), the TKSBrokerAPI tool can: +- Download historical data from the broker's server in the OHLCV price model (intervals available: `1min`, `5min`, `15min`, `hour` and `day` for any period of time, starting from `1970-01-01`); + - common key `--history` and additional keys: `--interval`, `--only-missing` and `--csv-sep`; + - API-method: [`History()`](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html#TinkoffBrokerServer.History). - Cache by default all data on all traded instruments to the `dump.json` cache file and use it in the future, which reduces the number of calls to the broker's server; - key `--no-cache` cancels the use of the local cache, the data is requested from the server at each time; - API-method: [`DumpInstruments()`](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html#TinkoffBrokerServer.DumpInstruments). @@ -293,7 +297,7 @@ Also, `DEBUG` level information is always output to the log-file `TKSBrokerAPI.l When you run the program in the console, you can specify many parameters and perform one action. The format of any commands is as follows: ```commandline -tksbrokerapi [необязательные ключи и параметры] [одно действие] +tksbrokerapi [optional keys and parameters] [one action] ``` ❗ To execute most commands, you must each time specify your token through the `--token` key and the account ID through the `--account-id` key, or set them once with the `TKS_API_TOKEN` and `TKS_ACCOUNT_ID` environment variables (see section ["Auth"](#Auth)). @@ -344,11 +348,20 @@ options: `YNDX`). --depth DEPTH Option: Depth of Market (DOM) can be >=1, 1 by default. - --no-cancelled Option: remove information about cancelled operations + --no-cancelled, --no-canceled + Option: remove information about cancelled operations from the deals report by the `--deals` key. `False` by default. --output OUTPUT Option: replace default paths to output files for some - commands. If None then used default files. + commands. If `None` then used default files. + --interval INTERVAL Option: available values are `1min`, `5min`, `15min`, + `hour` and `day`. Used only with `--history` key. This + is time period of one candle. Default: `hour` for + every history candles. + --only-missing Option: if history file define by `--output` key then + add only last missing candles, do not request all + history length. `False` by default. + --csv-sep CSV_SEP Option: separator if .csv-file is used, `,` by default. --debug-level DEBUG_LEVEL, --verbosity DEBUG_LEVEL, -v DEBUG_LEVEL Option: showing STDOUT messages of minimal debug level, e.g. 10 = DEBUG, 20 = INFO, 30 = WARNING, @@ -365,17 +378,17 @@ options: instrument by it's ticker or FIGI. `--ticker` key or `--figi` key must be defined! --price Action: show actual price list for current instrument. - Also, you can use --depth key. `--ticker` key or + Also, you can use `--depth` key. `--ticker` key or `--figi` key must be defined! --prices PRICES [PRICES ...], -p PRICES [PRICES ...] Action: get and print current prices for list of given instruments (by it's tickers or by FIGIs). WARNING! This is too long operation if you request a lot of - instruments! Also, you can define `--output` key to save - list of prices to file, default: `prices.md`. + instruments! Also, you can define `--output` key to + save list of prices to file, default: `prices.md`. --overview, -o Action: show all open positions, orders and some - statistics. Also, you can define `--output` key to save - this information to file, default: `overview.md`. + statistics. Also, you can define `--output` key to + save this information to file, default: `overview.md`. --deals [DEALS ...], -d [DEALS ...] Action: show all deals between two given dates. Start day may be an integer number: -1, -2, -3 days ago. @@ -386,29 +399,32 @@ options: operations will be removed from the deals report. Also, you can define `--output` key to save all deals to file, default: `deals.md`. - --trade [TRADE [TRADE ...]] - Action: universal action to open market position for + --history [HISTORY ...] + Action: get last history candles of the current + instrument defined by `--ticker` or `--figi` (FIGI id) + keys. History returned between two given dates: + `start` and `end`. Minimum requested date in the past + is `1970-01-01`. Also, you can define `--output` key + to save history candlesticks to file. + --trade [TRADE ...] Action: universal action to open market position for defined ticker or FIGI. You must specify 1-5 - parameters: [direction `Buy` or `Sell] [lots, >= 1] + parameters: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See examples in readme. - --buy [BUY [BUY ...]] - Action: immediately open BUY market position at the + --buy [BUY ...] Action: immediately open BUY market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. - --sell [SELL [SELL ...]] - Action: immediately open SELL market position at the + --sell [SELL ...] Action: immediately open SELL market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. - --order [ORDER [ORDER ...]] - Action: universal action to open limit or stop-order + --order [ORDER ...] Action: universal action to open limit or stop-order in any directions. You must specify 4-7 parameters: - [direction `Buy` or `Sell] [order type `Limit` or + [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]]. See @@ -427,7 +443,7 @@ options: create `Sell` limit-order below current price then broker immediately open `Sell` market order, such as if you do simple `--sell` operation! - --buy-stop [BUY_STOP [BUY_STOP ...]] + --buy-stop [BUY_STOP ...] Action: open BUY stop-order. You must specify at least 2 parameters: [lots] [target price] to open BUY stop- order. In additional you can specify 3 parameters for @@ -436,7 +452,7 @@ options: %H:%M:%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price. - --sell-stop [SELL_STOP [SELL_STOP ...]] + --sell-stop [SELL_STOP ...] Action: open SELL stop-order. You must specify at least 2 parameters: [lots] [target price] to open SELL stop-order. In additional you can specify 3 parameters @@ -459,7 +475,7 @@ options: --close-trades CLOSE_TRADES [CLOSE_TRADES ...], --cancel-trades CLOSE_TRADES [CLOSE_TRADES ...] Action: close positions for list of tickers, including for currencies tickers. - --close-all [CLOSE_ALL [CLOSE_ALL ...]], --cancel-all [CLOSE_ALL [CLOSE_ALL ...]] + --close-all [CLOSE_ALL ...], --cancel-all [CLOSE_ALL ...] Action: close all available (not blocked) opened trades and orders, excluding for currencies. Also you can select one or more keywords case insensitive to @@ -916,7 +932,9 @@ TKSBrokerAPI.py L:1024 INFO [2022-07-27 00:25:43,611] Price list for all #### Get the current portfolio and asset allocation statistics -The `--overview` (`-o`) key is used. Additionally, you can specify the `--output` key and specify the file name where to save the portfolio in Markdown format (by default `overview.md` in the current working directory). The `--verbosity=10` key will output all debugging information to the console (not nesessary to specify it). +To view portfolio status and asset allocation statistics (by types, companies, sectors, currencies, and countries), use the `--overview` (`-o`) key. Additionally, you can specify the `--output` key and specify the file name where to save the portfolio in Markdown format (by default `overview.md` in the current working directory). The `--verbosity=10` key will output all debugging information to the console (not necessary to specify it). + +Also, you can use another keys instead of the `--overview` key, since TKSBrokerAPI version 1.3.*: the `--overview-digest` key shows a short digest of the portfolio status, the `--overview-positions` key shows only open positions, without everything else, the `--overview-orders` shows only section of open limits and stop orders, the `--overview-analytics` key shows only the analytics section and the distribution of the portfolio by various categories. Key `--output` also overrides the output file for them.
Command to show user's portfolio @@ -1677,6 +1695,236 @@ TKSBrokerAPI.py L:3042 DEBUG [2022-07-27 23:25:40,687] TKSBrokerAPI module
+#### Download historical data in OHLCV-candles format + +Since TKSBrokerAPI v.1.3.* you can get the history price data in OHLCV-candlestics format. You have to specify current instrument by `--ticker` key or `--figi` key (FIGI id), candle's interval by `--interval` key and `--only-missing` key if you want downloads only last missing candles in file. If `--output` key present then TKSBrokerAPI save history to file, otherwise return only pandas dataframe. `--csv-sep` key define separator in csv-files. + +History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`. Warning! Broker server use ISO UTC time by default. + +
+ Command to request today's history by hour candles + +```commandline +$ tksbrokerapi -v 10 -t GAZP --interval hour --history today + +TKSBrokerAPI.py L:3108 DEBUG [2022-09-04 14:08:40,443] TKSBrokerAPI module started at: [2022-09-04 11:08:40] UTC, it is [2022-09-04 14:08:40] local time +TKSBrokerAPI.py L:207 DEBUG [2022-09-04 14:08:40,443] Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/ +TKSBrokerAPI.py L:219 DEBUG [2022-09-04 14:08:40,443] String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID` +TKSBrokerAPI.py L:249 DEBUG [2022-09-04 14:08:40,443] Broker API server: https://invest-public-api.tinkoff.ru/rest +TKSBrokerAPI.py L:303 WARNING [2022-09-04 14:08:40,443] Local cache may be outdated! It has last modified [2022-09-03 19:51:24] UTC. Updating from broker server, wait, please... +TKSBrokerAPI.py L:452 DEBUG [2022-09-04 14:08:40,443] Requesting all available instruments from broker for current user token. Wait, please... +TKSBrokerAPI.py L:453 DEBUG [2022-09-04 14:08:40,443] CPU usages for parallel requests: [7] +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Currencies] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Shares] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Bonds] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Etfs] list. Wait, please... +TKSBrokerAPI.py L:430 DEBUG [2022-09-04 14:08:40,479] Requesting available [Futures] list. Wait, please... +TKSBrokerAPI.py L:501 INFO [2022-09-04 14:08:41,919] Instruments raw data were cached for future used: [dump.json] +TKSBrokerAPI.py L:137 DEBUG [2022-09-04 14:08:41,919] Input start day is [today] (UTC), end day is [None] (UTC) +TKSBrokerAPI.py L:175 DEBUG [2022-09-04 14:08:41,919] Start day converted to UTC ISO format, with Z: [2022-09-04T00:00:00Z], and the end day: [2022-09-04T23:59:59Z] +TKSBrokerAPI.py L:2239 DEBUG [2022-09-04 14:08:41,920] Original requested time period in local time: from [today] to [None] +TKSBrokerAPI.py L:2240 DEBUG [2022-09-04 14:08:41,920] Requested time period is about from [2022-09-04T00:00:00Z] UTC to [2022-09-04T23:59:59Z] UTC +TKSBrokerAPI.py L:2241 DEBUG [2022-09-04 14:08:41,920] Calculated history length: [24], interval: [hour] +TKSBrokerAPI.py L:2242 DEBUG [2022-09-04 14:08:41,920] Data blocks, count: [1], max candles in block: [167] +TKSBrokerAPI.py L:2243 DEBUG [2022-09-04 14:08:41,920] Requesting history candlesticks, ticker: [GAZP], FIGI: [BBG004730RP0]. Wait, please... +TKSBrokerAPI.py L:2275 DEBUG [2022-09-04 14:08:41,920] [Block #1/1] time period: [2022-09-04T00:00:00Z] UTC - [2022-09-05T00:00:00Z] UTC +TKSBrokerAPI.py L:2340 DEBUG [2022-09-04 14:08:42,024] Last 3 rows of received history: + date time open high low close volume +2022.09.04 09:00 253.82 255.43 252.81 252.95 3506 +2022.09.04 10:00 252.95 255.36 252.55 254.02 3522 +2022.09.04 11:00 254.02 255.05 253.22 254.26 574 +TKSBrokerAPI.py L:2343 INFO [2022-09-04 14:08:42,026] Here's requested history between [2022-09-04 00:00:00] UTC and [2022-09-04 23:59:59] UTC, not-empty candles count: [5] + date time open high low close volume +2022.09.04 07:00 254.21 254.92 253.14 254.48 6635 +2022.09.04 08:00 253.45 254.98 251.99 253.79 4048 +2022.09.04 09:00 253.82 255.43 252.81 252.95 3506 +2022.09.04 10:00 252.95 255.36 252.55 254.02 3522 +2022.09.04 11:00 254.02 255.05 253.22 254.26 574 +TKSBrokerAPI.py L:2357 DEBUG [2022-09-04 14:08:42,026] --output key is not defined. Parsed history file not saved to file, only pandas dataframe returns. +TKSBrokerAPI.py L:3354 DEBUG [2022-09-04 14:08:42,026] All operations with Tinkoff Server using Open API are finished success (summary code is 0). +TKSBrokerAPI.py L:3359 DEBUG [2022-09-04 14:08:42,026] TKSBrokerAPI module work duration: [0:00:01.582813] +TKSBrokerAPI.py L:3360 DEBUG [2022-09-04 14:08:42,026] TKSBrokerAPI module finished: [2022-09-04 11:08:42] UTC, it is [2022-09-04 14:08:42] local time +``` + +
+ +
+ Command to request day-by-day history between two dates + +```commandline +$ tksbrokerapi -t IBM --history 2022-08-01 2022-08-31 --interval day + +TKSBrokerAPI.py L:2343 INFO [2022-09-04 14:21:05,788] Here's requested history between [2022-08-01 00:00:00] UTC and [2022-08-31 23:59:59] UTC, not-empty candles count: [24] + date time open high low close volume +2022.08.01 04:00 131.01 132.70 130.20 132.04 648608 +2022.08.02 04:00 131.60 132.95 130.51 132.95 567640 +2022.08.03 04:00 132.76 132.91 131.35 132.01 437408 +2022.08.04 04:00 132.36 132.75 130.69 131.53 401974 +2022.08.05 04:00 131.49 132.90 130.58 132.30 307648 +2022.08.08 04:00 132.81 133.74 132.11 132.75 475499 +2022.08.09 04:00 130.89 131.37 129.12 129.49 438811 +2022.08.10 04:00 129.59 131.78 129.24 131.26 671500 +2022.08.11 04:00 131.64 133.23 131.37 132.16 504115 +2022.08.12 04:00 132.57 134.10 131.97 134.00 316447 +2022.08.15 04:00 133.59 135.20 132.23 134.93 334782 +2022.08.16 04:00 134.03 137.37 133.97 137.25 587223 +2022.08.17 04:00 136.86 138.42 136.01 137.67 505083 +2022.08.18 04:00 137.11 139.12 136.84 139.00 524103 +2022.08.19 04:00 138.37 139.34 136.79 138.09 381548 +2022.08.22 04:00 136.82 137.84 135.35 135.66 487278 +2022.08.23 04:00 134.51 136.08 134.47 134.84 339339 +2022.08.24 04:00 134.75 135.08 133.06 133.27 338234 +2022.08.25 04:00 133.33 134.44 133.07 133.99 401394 +2022.08.26 04:00 133.56 135.09 130.02 130.37 691667 +2022.08.29 04:00 130.36 131.42 129.47 130.41 376955 +2022.08.30 04:00 130.31 131.23 129.29 129.60 316821 +2022.08.31 04:00 129.13 130.14 128.41 128.88 399543 +``` + +
+ +
+ Command to update only missing values in previous download history file + +```commandline +$ tksbrokerapi --ticker GAZP --interval day --history 2022-08-15 2022-09-01 --only-missing --output GAZP_day.csv --verbosity 10 + +TKSBrokerAPI.py L:3109 DEBUG [2022-09-04 14:31:27,548] TKSBrokerAPI module started at: [2022-09-04 11:31:27] UTC, it is [2022-09-04 14:31:27] local time +TKSBrokerAPI.py L:207 DEBUG [2022-09-04 14:31:27,549] Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/ +TKSBrokerAPI.py L:219 DEBUG [2022-09-04 14:31:27,549] String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID` +TKSBrokerAPI.py L:249 DEBUG [2022-09-04 14:31:27,549] Broker API server: https://invest-public-api.tinkoff.ru/rest +TKSBrokerAPI.py L:310 DEBUG [2022-09-04 14:31:27,583] Local cache with raw instruments data is used: [dump.json] +TKSBrokerAPI.py L:311 DEBUG [2022-09-04 14:31:27,583] Dump file was last modified [2022-09-04 11:08:41] UTC +TKSBrokerAPI.py L:137 DEBUG [2022-09-04 14:31:27,583] Input start day is [2022-08-15] (UTC), end day is [2022-09-01] (UTC) +TKSBrokerAPI.py L:175 DEBUG [2022-09-04 14:31:27,585] Start day converted to UTC ISO format, with Z: [2022-08-15T00:00:00Z], and the end day: [2022-09-01T23:59:59Z] +TKSBrokerAPI.py L:2240 DEBUG [2022-09-04 14:31:27,586] Original requested time period in local time: from [2022-08-15] to [2022-09-01] +TKSBrokerAPI.py L:2241 DEBUG [2022-09-04 14:31:27,586] Requested time period is about from [2022-08-15T00:00:00Z] UTC to [2022-09-01T23:59:59Z] UTC +TKSBrokerAPI.py L:2242 DEBUG [2022-09-04 14:31:27,586] Calculated history length: [18], interval: [day] +TKSBrokerAPI.py L:2243 DEBUG [2022-09-04 14:31:27,586] Data blocks, count: [1], max candles in block: [364] +TKSBrokerAPI.py L:2244 DEBUG [2022-09-04 14:31:27,586] Requesting history candlesticks, ticker: [GAZP], FIGI: [BBG004730RP0]. Wait, please... +TKSBrokerAPI.py L:2250 DEBUG [2022-09-04 14:31:27,586] --only-missing key present, add only last missing candles... +TKSBrokerAPI.py L:2251 DEBUG [2022-09-04 14:31:27,586] History file will be updated: [/Users/tim/projects/TKSBrokerAPI/tksbrokerapi/GAZP_day.csv] +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:31:27,589] [Block #1/1] time period: [2022-08-14T23:59:59Z] UTC - [2022-09-01T23:59:59Z] UTC +TKSBrokerAPI.py L:2331 DEBUG [2022-09-04 14:31:27,704] History will be updated starting from the date: [2022-08-24 07:00:00] +TKSBrokerAPI.py L:2341 DEBUG [2022-09-04 14:31:27,706] Last 3 rows of received history: + date time open high low close volume +2022.08.30 07:00 190.45 204.20 190.45 204.00 11254642 +2022.08.31 07:00 224.40 275.96 224.40 254.90 23933088 +2022.09.01 07:00 258.00 259.85 247.62 249.11 8366161 +TKSBrokerAPI.py L:2344 INFO [2022-09-04 14:31:27,707] Here's requested history between [2022-08-15 00:00:00] UTC and [2022-09-01 23:59:59] UTC, not-empty candles count: [11] + date time open high low close volume +2022.08.22 07:00 177.40 182.20 176.88 181.70 2279598 +2022.08.23 07:00 182.39 185.80 182.10 184.30 2693193 +2022.08.24 07:00 184.70 186.66 182.19 182.83 1756229 +2022.08.25 07:00 183.00 184.60 180.80 181.90 1490493 +2022.08.26 07:00 181.70 184.20 180.50 183.62 1301585 +2022.08.27 07:00 183.99 185.24 181.90 183.83 15471 +2022.08.28 07:00 184.57 185.60 183.20 184.07 10622 +2022.08.29 07:00 183.15 190.00 182.65 190.00 3057446 +2022.08.30 07:00 190.45 204.20 190.45 204.00 11254642 +2022.08.31 07:00 224.40 275.96 224.40 254.90 23933088 +2022.09.01 07:00 258.00 259.85 247.62 249.11 8366161 +TKSBrokerAPI.py L:2352 INFO [2022-09-04 14:31:27,708] Ticker [GAZP], FIGI [BBG004730RP0], tf: [day], history saved: [GAZP_day.csv] +TKSBrokerAPI.py L:3355 DEBUG [2022-09-04 14:31:27,708] All operations with Tinkoff Server using Open API are finished success (summary code is 0). +TKSBrokerAPI.py L:3360 DEBUG [2022-09-04 14:31:27,708] TKSBrokerAPI module work duration: [0:00:00.159508] +TKSBrokerAPI.py L:3361 DEBUG [2022-09-04 14:31:27,708] TKSBrokerAPI module finished: [2022-09-04 11:31:27] UTC, it is [2022-09-04 14:31:27] local time +``` + +
+ +
+ Command to request last 2 days prices by 15 min candles and save it to file + +```commandline +$ tksbrokerapi -v 10 --history -2 -t GAZP --interval 15min --output GAZP_15min.csv + +TKSBrokerAPI.py L:3109 DEBUG [2022-09-04 14:49:45,559] TKSBrokerAPI module started at: [2022-09-04 11:49:45] UTC, it is [2022-09-04 14:49:45] local time +TKSBrokerAPI.py L:207 DEBUG [2022-09-04 14:49:45,559] Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/ +TKSBrokerAPI.py L:219 DEBUG [2022-09-04 14:49:45,559] String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID` +TKSBrokerAPI.py L:249 DEBUG [2022-09-04 14:49:45,559] Broker API server: https://invest-public-api.tinkoff.ru/rest +TKSBrokerAPI.py L:310 DEBUG [2022-09-04 14:49:45,594] Local cache with raw instruments data is used: [dump.json] +TKSBrokerAPI.py L:311 DEBUG [2022-09-04 14:49:45,594] Dump file was last modified [2022-09-04 11:08:41] UTC +TKSBrokerAPI.py L:137 DEBUG [2022-09-04 14:49:45,594] Input start day is [-2] (UTC), end day is [None] (UTC) +TKSBrokerAPI.py L:175 DEBUG [2022-09-04 14:49:45,594] Start day converted to UTC ISO format, with Z: [2022-09-03T00:00:00Z], and the end day: [2022-09-04T23:59:59Z] +TKSBrokerAPI.py L:2240 DEBUG [2022-09-04 14:49:45,594] Original requested time period in local time: from [-2] to [None] +TKSBrokerAPI.py L:2241 DEBUG [2022-09-04 14:49:45,595] Requested time period is about from [2022-09-03T00:00:00Z] UTC to [2022-09-04T23:59:59Z] UTC +TKSBrokerAPI.py L:2242 DEBUG [2022-09-04 14:49:45,595] Calculated history length: [192], interval: [15min] +TKSBrokerAPI.py L:2243 DEBUG [2022-09-04 14:49:45,595] Data blocks, count: [3], max candles in block: [95] +TKSBrokerAPI.py L:2244 DEBUG [2022-09-04 14:49:45,595] Requesting history candlesticks, ticker: [GAZP], FIGI: [BBG004730RP0]. Wait, please... +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:49:45,595] [Block #1/3] time period: [2022-09-04T00:15:00Z] UTC - [2022-09-05T00:00:00Z] UTC +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:49:45,699] [Block #2/3] time period: [2022-09-03T00:30:00Z] UTC - [2022-09-04T00:15:00Z] UTC +TKSBrokerAPI.py L:2276 DEBUG [2022-09-04 14:49:45,788] [Block #3/3] time period: [2022-09-03T00:00:00Z] UTC - [2022-09-03T00:30:00Z] UTC +TKSBrokerAPI.py L:2341 DEBUG [2022-09-04 14:49:45,871] Last 3 rows of received history: + date time open high low close volume +2022.09.04 11:15 253.27 254.89 252.94 254.45 1159 +2022.09.04 11:30 254.47 254.73 253.18 253.31 800 +2022.09.04 11:45 254.21 254.37 253.20 253.29 121 +TKSBrokerAPI.py L:2344 INFO [2022-09-04 14:49:45,875] Here's requested history between [2022-09-03 00:00:00] UTC and [2022-09-04 23:59:59] UTC, not-empty candles count: [56] + date time open high low close volume +2022.09.03 07:00 251.77 255.06 250.86 252.73 10446 +2022.09.03 07:15 252.74 253.95 251.28 252.29 2716 +2022.09.03 07:30 251.28 252.55 249.44 250.88 8297 +2022.09.03 07:45 250.97 252.00 249.69 252.00 3457 +2022.09.03 08:00 252.01 252.66 250.71 251.44 1666 +2022.09.03 08:15 252.46 252.84 251.11 252.59 1725 +2022.09.03 08:30 251.54 253.52 250.79 252.15 2256 +2022.09.03 08:45 252.15 252.76 250.67 252.22 1150 +2022.09.03 09:00 252.22 252.55 250.65 252.55 1286 +2022.09.03 09:15 252.55 253.29 251.16 252.20 1237 +2022.09.03 09:30 251.15 254.48 251.13 253.47 4115 +2022.09.03 09:45 253.49 253.69 251.61 252.78 1341 +2022.09.03 10:00 252.79 253.57 251.80 253.05 878 +2022.09.03 10:15 252.02 253.66 251.87 252.39 901 +2022.09.03 10:30 252.33 253.49 251.97 253.02 734 +2022.09.03 10:45 253.03 253.18 251.30 251.87 1451 +2022.09.03 11:00 251.86 253.32 251.86 253.25 902 +2022.09.03 11:15 251.98 253.53 251.62 253.25 1198 +2022.09.03 11:30 253.26 253.80 252.22 253.61 989 +2022.09.03 11:45 252.59 253.81 252.16 252.19 964 +2022.09.03 12:00 253.24 253.85 251.65 253.49 1698 +2022.09.03 12:15 253.50 254.31 252.13 252.84 1737 +2022.09.03 12:30 253.87 254.64 252.55 254.00 1245 +2022.09.03 12:45 252.97 254.13 252.34 253.48 613 +2022.09.03 13:00 253.49 253.85 252.41 253.85 457 +2022.09.03 13:15 253.85 254.19 252.48 252.48 889 +2022.09.03 13:30 252.47 254.54 252.41 254.19 879 +2022.09.03 13:45 253.16 254.40 252.52 253.93 877 +2022.09.03 14:00 252.90 254.01 252.45 253.67 550 +2022.09.03 14:15 252.64 253.75 252.40 252.40 344 +2022.09.03 14:30 253.43 254.08 252.41 253.69 487 +2022.09.03 14:45 252.66 254.08 252.47 253.51 682 +2022.09.03 15:00 252.48 253.87 252.47 253.87 357 +2022.09.03 15:15 253.88 253.89 252.01 253.60 892 +2022.09.03 15:30 252.57 253.72 252.28 252.39 459 +2022.09.03 15:45 253.49 254.68 252.57 253.20 641 +2022.09.04 07:00 254.21 254.92 253.14 254.31 1669 +2022.09.04 07:15 254.32 254.90 253.20 254.39 1604 +2022.09.04 07:30 253.36 254.80 253.20 253.69 1206 +2022.09.04 07:45 253.69 254.90 253.19 254.48 2156 +2022.09.04 08:00 253.45 254.59 252.48 253.62 1057 +2022.09.04 08:15 252.59 254.98 252.58 254.40 1034 +2022.09.04 08:30 253.37 254.53 251.99 253.81 1133 +2022.09.04 08:45 253.82 254.22 252.55 253.79 824 +2022.09.04 09:00 253.82 254.27 252.81 254.27 674 +2022.09.04 09:15 253.24 254.59 252.98 254.09 481 +2022.09.04 09:30 253.07 254.59 253.07 254.47 671 +2022.09.04 09:45 254.54 255.43 252.95 252.95 1680 +2022.09.04 10:00 252.95 255.14 252.95 253.52 888 +2022.09.04 10:15 254.55 254.60 252.55 253.82 811 +2022.09.04 10:30 252.79 254.31 252.65 254.31 373 +2022.09.04 10:45 253.29 255.36 253.26 254.02 1450 +2022.09.04 11:00 254.02 255.05 253.14 254.30 718 +2022.09.04 11:15 253.27 254.89 252.94 254.45 1159 +2022.09.04 11:30 254.47 254.73 253.18 253.31 800 +2022.09.04 11:45 254.21 254.37 253.20 253.29 121 +TKSBrokerAPI.py L:2352 INFO [2022-09-04 14:49:45,876] Ticker [GAZP], FIGI [BBG004730RP0], tf: [15min], history saved: [GAZP_15min.csv] +TKSBrokerAPI.py L:3355 DEBUG [2022-09-04 14:49:45,876] All operations with Tinkoff Server using Open API are finished success (summary code is 0). +TKSBrokerAPI.py L:3360 DEBUG [2022-09-04 14:49:45,876] TKSBrokerAPI module work duration: [0:00:00.316572] +TKSBrokerAPI.py L:3361 DEBUG [2022-09-04 14:49:45,876] TKSBrokerAPI module finished: [2022-09-04 11:49:45] UTC, it is [2022-09-04 14:49:45] local time +``` + +
+ ### Module import Full documentation of all available properties and methods of the `TKSBrokerAPI.TinkoffBrokerServer()` class can be found [by the link](https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSBrokerAPI.html). You can also see the correspondence between keys and methods in the ["Key features"](#Key-features) section. diff --git a/docs/search.js b/docs/search.js index 4f2fd66..c8a8ba3 100644 --- a/docs/search.js +++ b/docs/search.js @@ -1,6 +1,6 @@ window.pdocSearch = (function(){ /** elasticlunr - http://weixsong.github.io * Copyright (C) 2017 Oliver Nightingale * Copyright (C) 2017 Wei Song * MIT Licensed */!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();o

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI", "modulename": "tksbrokerapi.TKSBrokerAPI", "type": "module", "doc": "

TKSBrokerAPI is a python API to work with some methods of Tinkoff Open API using REST protocol.\nIt can view history, orders and market information. Also, you can open orders and trades.

\n\n

If you run this module as CLI program then it realizes simple logic: receiving a lot of options and execute one command.\nSee examples: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples

\n\n

Used constants are in the TKSEnums module: https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSEnums.html

\n\n

About Tinkoff Invest API: https://tinkoff.github.io/investAPI/

\n\n

Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.NanoToFloat", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "NanoToFloat", "type": "function", "doc": "

Convert number in nano-view mode with string parameter units and integer parameter nano to float view. Examples:

\n\n

NanoToFloat(units=\"2\", nano=500000000) -> 2.5

\n\n

NanoToFloat(units=\"0\", nano=50000000) -> 0.05

\n\n
Parameters
\n\n
    \n
  • units: integer string or integer parameter that represents the integer part of number
  • \n
  • nano: integer string or integer parameter that represents the fractional part of number
  • \n
\n\n
Returns
\n\n
\n

float view of number

\n
\n", "signature": "(units: str, nano: int) -> float", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.FloatToNano", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "FloatToNano", "type": "function", "doc": "

Convert float number to nano-type view: dictionary with string units and integer nano parameters {\"units\": \"string\", \"nano\": integer}. Examples:

\n\n

FloatToNano(number=2.5) -> {\"units\": \"2\", \"nano\": 500000000}

\n\n

FloatToNano(number=0.05) -> {\"units\": \"0\", \"nano\": 50000000}

\n\n
Parameters
\n\n
    \n
  • number: float number
  • \n
\n\n
Returns
\n\n
\n

nano-type view of number: {\"units\": \"string\", \"nano\": integer}

\n
\n", "signature": "(number: float) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.GetDatesAsString", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "GetDatesAsString", "type": "function", "doc": "

If start=None, end=None then return dates from yesterday to current time.\nIf start=some_date_1, end=None then return dates from some_date_1 to current time.\nIf start=some_date_1, end=some_date_2 then return dates from some_date_1 to some_date_2.\nStart day may be negative integer numbers: -1, -2, -3 - how many days ago.

\n\n

Also, you can use keywords for start if dateEnd=None:\ntoday (from 00:00:00 to current time),\nyesterday (-1 day from 00:00:00 to 23:59:59),\nweek (-7 day from 00:00:00 to current date and time),\nmonth (-30 day from 00:00:00 to current date and time),\nyear (-365 day from 00:00:00 to current date and time),

\n\n

User dates format must be like: %Y-%m-%d, e.g. 2020-02-03 (3 Feb, 2020).

\n\n
Returns
\n\n
\n

tuple with 2 strings (start, end) dates in UTC ISO time format %Y-%m-%dT%H:%M:%SZ for OpenAPI.\n Example: (\"2022-06-01T00:00:00Z\", \"2022-06-20T23:59:59Z\")

\n
\n", "signature": "(start: str = None, end: str = None) -> tuple", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer", "type": "class", "doc": "

This class implements methods to work with Tinkoff broker server.

\n\n

Examples to work with API: https://tinkoff.github.io/investAPI/swagger-ui/

\n\n

About token: https://tinkoff.github.io/investAPI/token/

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.__init__", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.__init__", "type": "function", "doc": "

Main class init.

\n\n
Parameters
\n\n
    \n
  • token: Bearer token for Tinkoff Invest API. It can be set from environment variable TKS_API_TOKEN.
  • \n
  • accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.\n Also, this variable can be set from environment variable TKS_ACCOUNT_ID.
  • \n
  • iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.\n At first time, when class init, Listing() method auto-update this variable, or you can use dump file.\n For future use, you can save this variable and use as iList to avoid permanent downloads\n from the server. Also, you can try DumpInstruments() method.
  • \n
  • useCache: use default cache file dump.json with raw data to use instead of iList if iList set as None.\n True by default. Cache is auto-update if new day has come.\n If iList is not None then it value has higher priority than dump.json and useCache.\n If you don't want to use cache and always updates raw data then set useCache=False.
  • \n
\n", "signature": "(\n self,\n token: str,\n accountId: str = None,\n iList: dict = None,\n useCache: bool = True\n)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.aliases", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.aliases", "type": "variable", "doc": "

Some aliases instead official tickers. See TKSEnums.TKS_TICKER_ALIASES

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ticker", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ticker", "type": "variable", "doc": "

String with ticker, e.g. GOOGL. Use alias for USD000UTSTOM simple as USD, EUR_RUB__TOM as EUR etc. More tickers aliases here: TKSEnums.TKS_TICKER_ALIASES.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.figi", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.figi", "type": "variable", "doc": "

String with FIGI, e.g. ticker GOOGL has FIGI BBG009S39JX6

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.depth", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.depth", "type": "variable", "doc": "

Depth of Market (DOM) can be >= 1. Default: 1. It used with --price key to showing DOM with current prices for givens ticker or FIGI.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.server", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.server", "type": "variable", "doc": "

Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest

\n\n

See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.timeout", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.timeout", "type": "variable", "doc": "

Server operations timeout in seconds. Default: 15

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.headers", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.headers", "type": "variable", "doc": "

Headers which send in every request to broker server. Default: {\"Content-Type\": \"application/json\", \"accept\": \"application/json\", \"Authorization\": \"Bearer {token}\"}

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.body", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.body", "type": "variable", "doc": "

Request body which send to broker server. Default: None

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.historyLength", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.historyLength", "type": "variable", "doc": "

How many candles returns if candles history request. For example, if historyInterval=\"hour\" and historyLength=24 it means: \"give me last 24 hours\". Must be >=1. Default: 24

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.historyInterval", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.historyInterval", "type": "variable", "doc": "

Interval string for Tinkoff API (see: TKSEnums.TKS_TIMEFRAMES). Available values are \"1min\", \"2min\", \"3min\", \"5min\", \"10min\", \"15min\", \"30min\", \"hour\", \"day\", \"week\", \"month\". Default: \"hour\"

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.instrumentsFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.instrumentsFile", "type": "variable", "doc": "

Filename where full broker's instruments list will be saved. Default: instruments.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.searchResultsFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.searchResultsFile", "type": "variable", "doc": "

Filename with all found instruments searched by part of its ticker, FIGI or name. Default: search-results.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.pricesFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.pricesFile", "type": "variable", "doc": "

Filename where prices of selected instruments will be saved. Default: prices.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.overviewFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.overviewFile", "type": "variable", "doc": "

Filename where current portfolio, open trades and orders will be saved. Default: overview.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.reportFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.reportFile", "type": "variable", "doc": "

Filename where history of deals and trade statistics will be saved. Default: deals.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.historyFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.historyFile", "type": "variable", "doc": "

Full path to .csv output file where history candles will be saved. Default: None, mean that returns only pandas dataframe.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.iListDumpFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.iListDumpFile", "type": "variable", "doc": "

Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: dump.json

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.iList", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.iList", "type": "variable", "doc": "

Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.

\n\n

See also: Listing() and DumpInstruments().

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SendAPIRequest", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SendAPIRequest", "type": "function", "doc": "

Send GET or POST request to broker server and receive JSON object.

\n\n

self.header: must be define with dictionary of headers.\nself.body: if define then used as request body. None by default.\nself.timeout: global request timeout, 15 seconds by default.

\n\n
Parameters
\n\n
    \n
  • url: url with REST request.
  • \n
  • reqType: send \"GET\" or \"POST\" request. \"GET\" by default.
  • \n
  • retry: how many times retry after first request if an error occurred.
  • \n
  • pause: sleep time in seconds between retries.
  • \n
  • debug: if True then print more debug information.
  • \n
\n\n
Returns
\n\n
\n

response JSON (dictionary) from broker.

\n
\n", "signature": "(\n self,\n url: str,\n reqType: str = 'GET',\n retry: int = 3,\n pause: int = 5,\n debug: bool = False\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Listing", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Listing", "type": "function", "doc": "

Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.

\n\n
Returns
\n\n
\n

Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.

\n
\n", "signature": "(self) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.DumpInstruments", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.DumpInstruments", "type": "function", "doc": "

Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server\nusing Listing() method. If iListDumpFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • forceUpdate: if True then at first updates data with Listing() method, otherwise just saves exist iList.
  • \n
\n\n
Returns
\n\n
\n

serialized JSON formatted str with full data of instruments, also saved to the --output file.

\n
\n", "signature": "(self, forceUpdate: bool = True) -> str", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ShowInstrumentInfo", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ShowInstrumentInfo", "type": "function", "doc": "

Show information about instrument defined by json and print in Markdown format.

\n\n
Parameters
\n\n
    \n
  • iJSON: json data of instrument, e.g. in code iJSON = self.iList[\"Shares\"][self.ticker]
  • \n
  • printInfo: if True then also printing information about instrument and its current price.
  • \n
\n\n
Returns
\n\n
\n

text in Markdown format with information about instrument.

\n
\n", "signature": "(iJSON: dict, printInfo: bool = False) -> str", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SearchByTicker", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SearchByTicker", "type": "function", "doc": "

Search and return raw broker's information about instrument by it's ticker.\nticker must be define! If debug=True then print all debug messages.

\n\n
Parameters
\n\n
    \n
  • requestPrice: if False then do not request current price of instrument (because this is long operation).
  • \n
  • showInfo: if False then do not run ShowInstrumentInfo() method and do not print info to the console.
  • \n
  • debug: if True then print all debug console messages.
  • \n
\n\n
Returns
\n\n
\n

JSON formatted data with information about instrument.

\n
\n", "signature": "(\n self,\n requestPrice: bool = False,\n showInfo: bool = False,\n debug: bool = False\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SearchByFIGI", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SearchByFIGI", "type": "function", "doc": "

Search and return raw broker's information about instrument by it's FIGI.\nfigi must be define! If debug=True then print all debug messages.

\n\n
Parameters
\n\n
    \n
  • requestPrice: if False then do not request current price of instrument (it's long operation).
  • \n
  • showInfo: if False then do not run ShowInstrumentInfo() method and do not print info to the console.
  • \n
  • debug: if True then print all debug console messages.
  • \n
\n\n
Returns
\n\n
\n

JSON formatted data with information about instrument.

\n
\n", "signature": "(\n self,\n requestPrice: bool = False,\n showInfo: bool = False,\n debug: bool = False\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.GetCurrentPrices", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.GetCurrentPrices", "type": "function", "doc": "

Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:\n{\"buy\": [], \"sell\": [], \"limitUp\": None, \"limitDown\": None, \"lastPrice\": None, \"closePrice\": None}.

\n\n
Parameters
\n\n
    \n
  • showPrice: if True then print DOM.
  • \n
\n\n
Returns
\n\n
\n

orders book dict with lists of current buy and sell prices: {\"buy\": [{\"price\": x1, \"quantity\": y1, ...}], \"sell\": [....]}.

\n
\n", "signature": "(self, showPrice: bool = False) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ShowInstrumentsInfo", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ShowInstrumentsInfo", "type": "function", "doc": "

This method get and show information about all available broker instruments.\nIf instrumentsFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • showInstruments: if True then print results to console, if False - print only to file.
  • \n
\n\n
Returns
\n\n
\n

multi-string with all available broker instruments

\n
\n", "signature": "(self, showInstruments: bool = False) -> str", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SearchInstruments", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SearchInstruments", "type": "function", "doc": "

This method search and show information about instruments by part of its ticker, FIGI or name.\nIf searchResultsFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • pattern: string with part of ticker, FIGI or instrument's name.
  • \n
  • showResults: if True then print results to console, if False - return list of result only.
  • \n
\n\n
Returns
\n\n
\n

list of dictionaries with all found instruments.

\n
\n", "signature": "(self, pattern: str, showResults: bool = False) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.GetListOfPrices", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.GetListOfPrices", "type": "function", "doc": "

This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!\nSee limits: https://tinkoff.github.io/investAPI/limits/\nIf pricesFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • instruments: list of tickers or FIGIs.
  • \n
  • showPrices: if True then print to console, if False - print only to file.
  • \n
\n\n
Returns
\n\n
\n

list of instruments looks like this: iList = [{some ticker info, \"currentPrice\": {current prices}}, {...}, ...]\n One item is dict returned by SearchByTicker() or SearchByFIGI() methods.

\n
\n", "signature": "(self, instruments: list = None, showPrices: bool = False) -> list", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestPortfolio", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestPortfolio", "type": "function", "doc": "

Requesting current actual user's portfolio.\nREST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio

\n\n
Returns
\n\n
\n

dictionary with user's portfolio.

\n
\n", "signature": "(self) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestPositions", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestPositions", "type": "function", "doc": "

Requesting current open positions in currencies and instruments.\nREST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions

\n\n
Returns
\n\n
\n

dictionary with open positions by instruments.

\n
\n", "signature": "(self) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestPendingOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestPendingOrders", "type": "function", "doc": "

Requesting current actual pending orders.\nREST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders

\n\n
Returns
\n\n
\n

list of dictionaries with pending orders.

\n
\n", "signature": "(self) -> list", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestStopOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestStopOrders", "type": "function", "doc": "

Requesting current actual stop orders.\nREST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders

\n\n
Returns
\n\n
\n

list of dictionaries with stop orders.

\n
\n", "signature": "(self) -> list", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Overview", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Overview", "type": "function", "doc": "

Get portfolio: all open positions, orders and some statistics for defined accountId.\nIf overviewFile is define then also save information to file.

\n\n
Parameters
\n\n
    \n
  • showStatistics: if False then only dictionary returns, if True then show more debug information.
  • \n
\n\n
Returns
\n\n
\n

dictionary with client's raw portfolio and some statistics.

\n
\n", "signature": "(self, showStatistics: bool = False) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Deals", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Deals", "type": "function", "doc": "

Returns history operations between two given dates.\nIf reportFile string is not empty then also save human-readable report.\nShows some statistical data of closed positions.

\n\n
Parameters
\n\n
    \n
  • start: see docstring in GetDatesAsString() method
  • \n
  • end: see docstring in GetDatesAsString() method
  • \n
  • printDeals: if True then also print all records to the console.
  • \n
  • showCancelled: if False then remove information about cancelled operations from the deals report.
  • \n
\n\n
Returns
\n\n
\n

original list of dictionaries with history of deals records from API (\"operations\" key):\n https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations\n and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.

\n
\n", "signature": "(\n self,\n start: str = None,\n end: str = None,\n printDeals: bool = False,\n showCancelled: bool = True\n) -> tuple", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.History", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.History", "type": "function", "doc": "

This method returns last history candles of the current instrument defined by ticker.\nIf historyFile is not None then method save history to this file, otherwise return only pandas dataframe.\nhistoryLength define how many candles returns from past to current date.\nhistoryInterval define candle interval. Available values are strings: \"1min\", \"2min\", \"3min\", \"5min\",\n\"10min\", \"15min\", \"30min\", \"hour\", \"day\", \"week\", \"month\". Default: \"hour\".\nMaximum requested history date in the past: 1970.01.02 03:45

\n\n
Parameters
\n\n
    \n
  • onlyMissing: if history file define then add only last missing candles, do not request all history length. False by default.\n WARNING! History appends only from last candle to current time with replace last candle! Intervals must be similar!
  • \n
\n\n
Returns
\n\n
\n

pandas dataframe with prices history. Columns: date, time, open, high, low, close, volume.

\n
\n", "signature": "(self, onlyMissing: bool = False)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Trade", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Trade", "type": "function", "doc": "

Universal method to create market order and make deal at the current price. Returns JSON data with response.\nIf tp or sl > 0, then in additional will opens stop-orders with \"TP\" and \"SL\" flags for stopType parameter.

\n\n

See also: Order() docstring. More simple methods than Trade() are Buy() and Sell().

\n\n
Parameters
\n\n
    \n
  • operation: string \"Buy\" or \"Sell\".
  • \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • tp: float > 0, target price for stop-order with \"TP\" type. It used as take profit parameter targetPrice in self.Order().
  • \n
  • sl: float > 0, target price for stop-order with \"SL\" type. It used as stop loss parameter targetPrice in self.Order().
  • \n
  • expDate: string \"Undefined\" by default or local date in future,\n it is a string with format %Y-%m-%d %H:%M:%S.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n operation: str,\n lots: int = 1,\n tp: float = 0.0,\n sl: float = 0.0,\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Buy", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Buy", "type": "function", "doc": "

More simple method than Trade(). Create Buy market order and make deal at the current price. Returns JSON data with response.\nIf tp or sl > 0, then in additional will opens stop-orders with \"TP\" and \"SL\" flags for stopType parameter.

\n\n

See also: Order() and Trade() docstrings.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • tp: float > 0, take profit price of stop-order.
  • \n
  • sl: float > 0, stop loss price of stop-order.
  • \n
  • expDate: it's a local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int = 1,\n tp: float = 0.0,\n sl: float = 0.0,\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Sell", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Sell", "type": "function", "doc": "

More simple method than Trade(). Create Sell market order and make deal at the current price. Returns JSON data with response.\nIf tp or sl > 0, then in additional will opens stop-orders with \"TP\" and \"SL\" flags for stopType parameter.

\n\n

See also: Order() and Trade() docstrings.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • tp: float > 0, take profit price of stop-order.
  • \n
  • sl: float > 0, stop loss price of stop-order.
  • \n
  • expDate: it's a local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int = 1,\n tp: float = 0.0,\n sl: float = 0.0,\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseTrades", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseTrades", "type": "function", "doc": "

Close position of given instruments.

\n\n
Parameters
\n\n
    \n
  • tickers: tickers list of instruments that must be closed.
  • \n
  • overview: pre-received dictionary with open trades, returned by Overview() method.\n This avoids unnecessary downloading data from the server.
  • \n
\n", "signature": "(self, tickers: list, overview: dict = None) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseAllTrades", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseAllTrades", "type": "function", "doc": "

Close all positions of given instruments with defined type.

\n\n
Parameters
\n\n
    \n
  • iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
  • \n
  • overview: pre-received dictionary with open trades, returned by Overview() method.\n This avoids unnecessary downloading data from the server.
  • \n
\n", "signature": "(self, iType: str, overview: dict = None) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Order", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Order", "type": "function", "doc": "

Universal method to create market or limit orders with all available parameters.\nSee more simple methods: BuyLimit(), BuyStop(), SellLimit(), SellStop().

\n\n

If orderType is \"Limit\" then create pending limit-order below current price if operation is \"Buy\" and above\ncurrent price if operation is \"Sell\". A limit order has no expiration date, it lasts until the end of the trading day.

\n\n

Warning! If you try to create limit-order above current price if \"Buy\" or below current price if \"Sell\"\nthen broker immediately open market order as you can do simple --buy or --sell operations!

\n\n

If orderType is \"Stop\" then creates stop-order with any direction \"Buy\" or \"Sell\".\nWhen current price will go up or down to target price value then broker opens a limit order.\nStop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.

\n\n

Only one attempt and no retry for opens order. If network issue occurred you can create new request.

\n\n
Parameters
\n\n
    \n
  • operation: string \"Buy\" or \"Sell\".
  • \n
  • orderType: string \"Limit\" or \"Stop\".
  • \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is open trade price for limit order.
  • \n
  • limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.\n Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
  • \n
  • stopType: string \"Limit\" by default. This parameter only makes sense for stop-order. There are 3 stop-order types\n \"SL\", \"TP\", \"Limit\" for \"Stop loss\", \"Take profit\" and \"Stop limit\" types accordingly.\n Stop loss order always executed by market price.
  • \n
  • expDate: string \"Undefined\" by default or local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.\n This date is converting to UTC format for server. This parameter only makes sense for stop-order.\n A limit order has no expiration date, it lasts until the end of the trading day.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n operation: str,\n orderType: str,\n lots: int,\n targetPrice: float,\n limitPrice: float = 0.0,\n stopType: str = 'Limit',\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.BuyLimit", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.BuyLimit", "type": "function", "doc": "

Create pending Buy limit-order (below current price). You must specify only 2 parameters:\nlots and target price to open buy limit-order. If you try to create buy limit-order above current price then\nbroker immediately open Buy market order, such as if you do simple --buy operation!\nSee also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is open trade price for limit order.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(self, lots: int, targetPrice: float) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.BuyStop", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.BuyStop", "type": "function", "doc": "

Create Buy stop-order. You must specify at least 2 parameters: lots target price to open buy stop-order.\nIn additional you can specify 3 parameters for buy stop-order: limit price >=0, stop type = Limit|SL|TP,\nexpiration date = Undefined|%%Y-%%m-%%d %%H:%%M:%%S. When current price will go up or down to\ntarget price value then broker opens a limit order. See also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is trigger price for buy stop-order.
  • \n
  • limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order\n with price equal to limitPrice, when current price goes to target price of buy stop-order.
  • \n
  • stopType: string \"Limit\" by default. There are 3 stop-order types \"SL\", \"TP\", \"Limit\"\n for \"Stop loss\", \"Take profit\" and \"Stop limit\" types accordingly.
  • \n
  • expDate: string \"Undefined\" by default or local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.\n This date is converting to UTC format for server.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int,\n targetPrice: float,\n limitPrice: float = 0.0,\n stopType: str = 'Limit',\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SellLimit", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SellLimit", "type": "function", "doc": "

Create pending Sell limit-order (above current price). You must specify only 2 parameters:\nlots and target price to open sell limit-order. If you try to create sell limit-order below current price then\nbroker immediately open Sell market order, such as if you do simple --sell operation!\nSee also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is open trade price for limit order.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(self, lots: int, targetPrice: float) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SellStop", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SellStop", "type": "function", "doc": "

Create Sell stop-order. You must specify at least 2 parameters: lots target price to open sell stop-order.\nIn additional you can specify 3 parameters for sell stop-order: limit price >=0, stop type = Limit|SL|TP,\nexpiration date = Undefined|%%Y-%%m-%%d %%H:%%M:%%S. When current price will go up or down to\ntarget price value then broker opens a limit order. See also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is trigger price for sell stop-order.
  • \n
  • limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order\n with price equal to limitPrice, when current price goes to target price of sell stop-order.
  • \n
  • stopType: string \"Limit\" by default. There are 3 stop-order types \"SL\", \"TP\", \"Limit\"\n for \"Stop loss\", \"Take profit\" and \"Stop limit\" types accordingly.
  • \n
  • expDate: string \"Undefined\" by default or local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.\n This date is converting to UTC format for server.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int,\n targetPrice: float,\n limitPrice: float = 0.0,\n stopType: str = 'Limit',\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseOrders", "type": "function", "doc": "

Cancel order or list of orders by its orderId or stopOrderId.

\n\n
Parameters
\n\n
    \n
  • orderIDs: list of integers with orderId or stopOrderId.
  • \n
  • allOrdersIDs: pre-received lists of all active pending orders.\n This avoids unnecessary downloading data from the server.
  • \n
  • allStopOrdersIDs: pre-received lists of all active stop orders.
  • \n
\n", "signature": "(\n self,\n orderIDs: list,\n allOrdersIDs: list = None,\n allStopOrdersIDs: list = None\n) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseAllOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseAllOrders", "type": "function", "doc": "

Gets a list of open pending and stop orders and cancel it all.

\n", "signature": "(self) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseAll", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseAll", "type": "function", "doc": "

Close all available (not blocked) opened trades and orders.

\n\n

Also you can select one or more keywords case insensitive:\norders, shares, bonds, etfs and futures from TKS_INSTRUMENTS enum to specify trades type.

\n\n

Currency positions you must closes manually using buy or sell operations, CloseTrades() or CloseAllTrades() methods.

\n", "signature": "(self, *args) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ParseOrderParameters", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ParseOrderParameters", "type": "function", "doc": "

Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.

\n\n
Parameters
\n\n
    \n
  • operation: string \"Buy\" or \"Sell\".
  • \n
  • inputParameters: this is dict of strings that looks like this\n {\"lots\": \"L_int,...\", \"prices\": \"P_float,...\"} where\n \"lots\" key: one or more lot values (integer numbers) to open with every limit-order\n \"prices\" key: one or more prices to open limit-orders\n Counts of values in lots and prices lists must be equals!
  • \n
\n\n
Returns
\n\n
\n

list of dictionaries with all lots and prices to open orders that looks like this [{\"lot\": lots_1, \"price\": price_1}, {...}, ...]

\n
\n", "signature": "(operation, **inputParameters)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.IsInPortfolio", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.IsInPortfolio", "type": "function", "doc": "

Checks if instrument is in the user's portfolio. Instrument must be defined by ticker (highly priority) or figi.

\n\n
Parameters
\n\n
    \n
  • portfolio: dict with user's portfolio data. If None, then requests portfolio from Overview() method.
  • \n
\n\n
Returns
\n\n
\n

True if portfolio contains open position with given instrument, False otherwise.

\n
\n", "signature": "(self, portfolio: dict = None) -> bool", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.GetInstrumentFromPortfolio", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.GetInstrumentFromPortfolio", "type": "function", "doc": "

Returns instrument is in the user's portfolio if it presents there.\nInstrument must be defined by ticker (highly priority) or figi.

\n\n
Parameters
\n\n
    \n
  • portfolio: dict with user's portfolio data. If None, then requests portfolio from Overview() method.
  • \n
\n\n
Returns
\n\n
\n

dict with instrument if portfolio contains open position with this instrument, None otherwise.

\n
\n", "signature": "(self, portfolio: dict = None) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.Args", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "Args", "type": "class", "doc": "

If Main() function is imported as module, then this class used to convert arguments from **kwargs as object.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.Args.__init__", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "Args.__init__", "type": "function", "doc": "

\n", "signature": "(self, **kwargs)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.ParseArgs", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "ParseArgs", "type": "function", "doc": "

Function get and parse command line keys. See examples: https://tim55667757.github.io/TKSBrokerAPI/

\n", "signature": "()", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.Main", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "Main", "type": "function", "doc": "

Main function for work with Tinkoff Open API service. It realizes simple logic: get a lot of options and execute one command.

\n\n

See examples: https://tim55667757.github.io/TKSBrokerAPI/

\n", "signature": "(**kwargs)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSEnums", "modulename": "tksbrokerapi.TKSEnums", "type": "module", "doc": "

Module contains a lot of constants from enums sections of Tinkoff Open API documentation.

\n\n

About Tinkoff Invest API: https://tinkoff.github.io/investAPI/

\n\n

Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/

\n"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_INSTRUMENTS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_INSTRUMENTS", "type": "variable", "doc": "

Type of instrument for trade methods must be only one of supported types, listed in this constant. Default: [\"Currencies\", \"Shares\", \"Bonds\", \"Etfs\", \"Futures\"]

\n", "default_value": " = ['Currencies', 'Shares', 'Bonds', 'Etfs', 'Futures']"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_TICKER_ALIASES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_TICKER_ALIASES", "type": "variable", "doc": "

Some aliases instead official tickers for using in CLI. For example, you can use \"USD\" instead of \"USD000UTSTOM\".

\n", "default_value": " = {'USD': 'USD000UTSTOM', 'usd': 'USD000UTSTOM', 'EUR': 'EUR_RUB__TOM', 'eur': 'EUR_RUB__TOM', 'GBP': 'GBPRUB_TOM', 'gbp': 'GBPRUB_TOM', 'CHF': 'CHFRUB_TOM', 'chf': 'CHFRUB_TOM', 'CNY': 'CNYRUB_TOM', 'cny': 'CNYRUB_TOM', 'HKD': 'HKDRUB_TOM', 'hkd': 'HKDRUB_TOM', 'TRY': 'TRYRUB_TOM', 'try': 'TRYRUB_TOM'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_TIMEFRAMES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_TIMEFRAMES", "type": "variable", "doc": "

How many minutes in interval and maximum count of candles in one history block returns by Tinkoff API in one request.\nSee more: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles

\n", "default_value": " = {'1min': {'minutes': 1, 'maxCandles': 1439}, '2min': {'minutes': 2, 'maxCandles': 719}, '3min': {'minutes': 3, 'maxCandles': 479}, '5min': {'minutes': 5, 'maxCandles': 287}, '10min': {'minutes': 10, 'maxCandles': 143}, '15min': {'minutes': 15, 'maxCandles': 95}, '30min': {'minutes': 30, 'maxCandles': 47}, 'hour': {'minutes': 60, 'maxCandles': 167}, 'day': {'minutes': 1440, 'maxCandles': 365}, 'week': {'minutes': 10080, 'maxCandles': 104}, 'month': {'minutes': 43200, 'maxCandles': 119}}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_TRADING_STATUSES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_TRADING_STATUSES", "type": "variable", "doc": "

Security Trading Status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#securitytradingstatus

\n", "default_value": " = {'SECURITY_TRADING_STATUS_UNSPECIFIED': 'Trading status undefined', 'SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING': 'Not available for trading', 'SECURITY_TRADING_STATUS_OPENING_PERIOD': 'Trade opening period', 'SECURITY_TRADING_STATUS_CLOSING_PERIOD': 'Trade closing period', 'SECURITY_TRADING_STATUS_BREAK_IN_TRADING': 'Break in trading', 'SECURITY_TRADING_STATUS_NORMAL_TRADING': 'Normal trading', 'SECURITY_TRADING_STATUS_CLOSING_AUCTION': 'Closing auction', 'SECURITY_TRADING_STATUS_DARK_POOL_AUCTION': 'Large package auction', 'SECURITY_TRADING_STATUS_DISCRETE_AUCTION': 'Discrete auction', 'SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD': 'Opening auction', 'SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE': 'Trading period at the closing auction price', 'SECURITY_TRADING_STATUS_SESSION_ASSIGNED': 'Session assigned', 'SECURITY_TRADING_STATUS_SESSION_CLOSE': 'Session closed', 'SECURITY_TRADING_STATUS_SESSION_OPEN': 'Session is open', 'SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING': \"Broker's internal liquidity mode trading\", 'SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING': \"Break in trading in the broker's internal liquidity mode\", 'SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING': \"Broker's internal liquidity mode is not available\"}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_OPERATION_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_OPERATION_TYPES", "type": "variable", "doc": "

Operation type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationtype

\n", "default_value": " = {'OPERATION_TYPE_UNSPECIFIED': 'The operation type is not defined', 'OPERATION_TYPE_INPUT': 'Deposit on broker account', 'OPERATION_TYPE_BOND_TAX': 'Withholding personal income tax on bond coupons', 'OPERATION_TYPE_OUTPUT_SECURITIES': 'Securities output', 'OPERATION_TYPE_OVERNIGHT': 'Overnight REPO income', 'OPERATION_TYPE_TAX': 'Tax withholding', 'OPERATION_TYPE_BOND_REPAYMENT_FULL': 'Full bond redemption', 'OPERATION_TYPE_SELL_CARD': 'Sell securities from the card', 'OPERATION_TYPE_DIVIDEND_TAX': 'Withholding tax on dividends', 'OPERATION_TYPE_OUTPUT': 'Withdrawals', 'OPERATION_TYPE_BOND_REPAYMENT': 'Bonds partial redemption', 'OPERATION_TYPE_TAX_CORRECTION': 'Tax correction', 'OPERATION_TYPE_SERVICE_FEE': 'Brokerage account maintenance fee deduction', 'OPERATION_TYPE_BENEFIT_TAX': 'Withholding tax for material benefits', 'OPERATION_TYPE_MARGIN_FEE': 'Withholding commission for an uncovered position', 'OPERATION_TYPE_BUY': 'Buy securities', 'OPERATION_TYPE_BUY_CARD': 'Buy securities from a card', 'OPERATION_TYPE_INPUT_SECURITIES': 'Transfer securities from another depository', 'OPERATION_TYPE_SELL_MARGIN': 'Sell (by margin call)', 'OPERATION_TYPE_BROKER_FEE': 'Operation fee deduction', 'OPERATION_TYPE_BUY_MARGIN': 'Buy (by margin call)', 'OPERATION_TYPE_DIVIDEND': 'Dividends income', 'OPERATION_TYPE_SELL': 'Sell securities', 'OPERATION_TYPE_COUPON': 'Coupons income', 'OPERATION_TYPE_SUCCESS_FEE': 'Success fee deduction', 'OPERATION_TYPE_DIVIDEND_TRANSFER': 'Transfer of dividend income', 'OPERATION_TYPE_ACCRUING_VARMARGIN': 'Variation margin crediting', 'OPERATION_TYPE_WRITING_OFF_VARMARGIN': 'Withholding variation margin', 'OPERATION_TYPE_DELIVERY_BUY': 'Buy (futures contract expired)', 'OPERATION_TYPE_DELIVERY_SELL': 'Sell (futures contract expired)', 'OPERATION_TYPE_TRACK_MFEE': 'Autotrack account management fee', 'OPERATION_TYPE_TRACK_PFEE': 'Pay per result on auto follow score', 'OPERATION_TYPE_TAX_PROGRESSIVE': 'Tax withholding at the rate of 15%', 'OPERATION_TYPE_BOND_TAX_PROGRESSIVE': 'Withholding tax on coupons at the rate of 15%', 'OPERATION_TYPE_DIVIDEND_TAX_PROGRESSIVE': 'Withholding tax on dividends at the rate of 15%', 'OPERATION_TYPE_BENEFIT_TAX_PROGRESSIVE': 'Withholding tax for material benefits at the rate of 15%', 'OPERATION_TYPE_TAX_CORRECTION_PROGRESSIVE': 'Tax correction at the rate of 15%', 'OPERATION_TYPE_TAX_REPO_PROGRESSIVE': 'Withholding tax on refunds on REPO transactions at the rate of 15%', 'OPERATION_TYPE_TAX_REPO': 'Tax withholding on REPO trade refunds', 'OPERATION_TYPE_TAX_REPO_HOLD': 'Tax hold on REPO transactions', 'OPERATION_TYPE_TAX_REPO_REFUND': 'Tax refund on REPO transactions', 'OPERATION_TYPE_TAX_REPO_HOLD_PROGRESSIVE': 'Withholding tax on REPO transactions at the rate of 15%', 'OPERATION_TYPE_TAX_REPO_REFUND_PROGRESSIVE': 'Tax refund on REPO transactions at the rate of 15%', 'OPERATION_TYPE_DIV_EXT': 'Payout dividends to the card', 'OPERATION_TYPE_TAX_CORRECTION_COUPON': 'Coupon tax correction'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_OPERATION_STATES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_OPERATION_STATES", "type": "variable", "doc": "

Operation state enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationstate

\n", "default_value": " = {'OPERATION_STATE_UNSPECIFIED': '! Unknown', 'OPERATION_STATE_EXECUTED': '\u221a Executed', 'OPERATION_STATE_CANCELED': '\u00d7 Canceled'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_ORDER_DIRECTIONS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_ORDER_DIRECTIONS", "type": "variable", "doc": "

Order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderdirection

\n", "default_value": " = {'ORDER_DIRECTION_UNSPECIFIED': 'Undefined', 'ORDER_DIRECTION_BUY': '\u2191 Buy', 'ORDER_DIRECTION_SELL': '\u2193 Sell'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_STOP_ORDER_DIRECTIONS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_STOP_ORDER_DIRECTIONS", "type": "variable", "doc": "

Stop-order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderdirection

\n", "default_value": " = {'STOP_ORDER_DIRECTION_UNSPECIFIED': 'Undefined', 'STOP_ORDER_DIRECTION_BUY': '\u2191 Buy', 'STOP_ORDER_DIRECTION_SELL': '\u2193 Sell'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_ORDER_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_ORDER_TYPES", "type": "variable", "doc": "

Order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#ordertype

\n", "default_value": " = {'ORDER_TYPE_UNSPECIFIED': 'Undefined', 'ORDER_TYPE_LIMIT': 'Limit', 'ORDER_TYPE_MARKET': 'Market'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_STOP_ORDER_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_STOP_ORDER_TYPES", "type": "variable", "doc": "

Stop-order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stopordertype

\n", "default_value": " = {'STOP_ORDER_TYPE_UNSPECIFIED': 'Undefined', 'STOP_ORDER_TYPE_TAKE_PROFIT': 'Take profit', 'STOP_ORDER_TYPE_STOP_LOSS': 'Stop loss', 'STOP_ORDER_TYPE_STOP_LIMIT': 'Stop limit'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_ORDER_STATES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_ORDER_STATES", "type": "variable", "doc": "

Order status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderexecutionreportstatus

\n", "default_value": " = {'EXECUTION_REPORT_STATUS_UNSPECIFIED': '! Unknown', 'EXECUTION_REPORT_STATUS_FILL': 'Performed', 'EXECUTION_REPORT_STATUS_REJECTED': 'Rejected', 'EXECUTION_REPORT_STATUS_CANCELLED': 'Cancelled', 'EXECUTION_REPORT_STATUS_NEW': 'New order', 'EXECUTION_REPORT_STATUS_PARTIALLYFILL': 'Partially filled'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_STOP_ORDER_EXPIRATION_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_STOP_ORDER_EXPIRATION_TYPES", "type": "variable", "doc": "

Expiration type of stop-orders enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderexpirationtype

\n", "default_value": " = {'STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED': 'Undefined', 'STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL': 'Until cancel', 'STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE': 'Until date'}"}, {"fullname": "tksbrokerapi.UniLogger", "modulename": "tksbrokerapi.UniLogger", "type": "module", "doc": "

This module init standard python logging system with some of pre-defined parameters,\ne.g. debug level for log-file, info level for console, log-rotate and so on.

\n"}, {"fullname": "tksbrokerapi.UniLogger.SetLevel", "modulename": "tksbrokerapi.UniLogger", "qualname": "SetLevel", "type": "function", "doc": "

This procedure setting up UniLogger verbosity level.

\n", "signature": "(vLevel='ERROR')", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.LevelFilter", "modulename": "tksbrokerapi.UniLogger", "qualname": "LevelFilter", "type": "class", "doc": "

Class using to set up log level filtering.

\n", "bases": "logging.Filter"}, {"fullname": "tksbrokerapi.UniLogger.LevelFilter.__init__", "modulename": "tksbrokerapi.UniLogger", "qualname": "LevelFilter.__init__", "type": "function", "doc": "

Initialize a filter.

\n\n

Initialize with the name of the logger which, together with its\nchildren, will have its events allowed through the filter. If no\nname is specified, allow every event.

\n", "signature": "(self, level)", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.LevelFilter.filter", "modulename": "tksbrokerapi.UniLogger", "qualname": "LevelFilter.filter", "type": "function", "doc": "

Determine if the specified record is to be logged.

\n\n

Is the specified record to be logged? Returns 0 for no, nonzero for\nyes. If deemed appropriate, the record may be modified in-place.

\n", "signature": "(self, record)", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.EnableLogger", "modulename": "tksbrokerapi.UniLogger", "qualname": "EnableLogger", "type": "function", "doc": "

Adding new file logger with rotation.

\n", "signature": "(\n logFile,\n parentHandler=,\n useFormat=\n)", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.DisableLogger", "modulename": "tksbrokerapi.UniLogger", "qualname": "DisableLogger", "type": "function", "doc": "

Disable given file logger.

\n", "signature": "(handler, parentHandler=)", "funcdef": "def"}]; + /** pdoc search index */const docs = [{"fullname": "tksbrokerapi", "modulename": "tksbrokerapi", "type": "module", "doc": "

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI", "modulename": "tksbrokerapi.TKSBrokerAPI", "type": "module", "doc": "

TKSBrokerAPI is a python API to work with some methods of Tinkoff Open API using REST protocol.\nIt can view history, orders and market information. Also, you can open orders and trades.

\n\n

If you run this module as CLI program then it realizes simple logic: receiving a lot of options and execute one command.\nSee examples: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples

\n\n

Used constants are in the TKSEnums module: https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSEnums.html

\n\n

About Tinkoff Invest API: https://tinkoff.github.io/investAPI/

\n\n

Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.NanoToFloat", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "NanoToFloat", "type": "function", "doc": "

Convert number in nano-view mode with string parameter units and integer parameter nano to float view. Examples:

\n\n

NanoToFloat(units=\"2\", nano=500000000) -> 2.5

\n\n

NanoToFloat(units=\"0\", nano=50000000) -> 0.05

\n\n
Parameters
\n\n
    \n
  • units: integer string or integer parameter that represents the integer part of number
  • \n
  • nano: integer string or integer parameter that represents the fractional part of number
  • \n
\n\n
Returns
\n\n
\n

float view of number

\n
\n", "signature": "(units: str, nano: int) -> float", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.FloatToNano", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "FloatToNano", "type": "function", "doc": "

Convert float number to nano-type view: dictionary with string units and integer nano parameters {\"units\": \"string\", \"nano\": integer}. Examples:

\n\n

FloatToNano(number=2.5) -> {\"units\": \"2\", \"nano\": 500000000}

\n\n

FloatToNano(number=0.05) -> {\"units\": \"0\", \"nano\": 50000000}

\n\n
Parameters
\n\n
    \n
  • number: float number
  • \n
\n\n
Returns
\n\n
\n

nano-type view of number: {\"units\": \"string\", \"nano\": integer}

\n
\n", "signature": "(number: float) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.GetDatesAsString", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "GetDatesAsString", "type": "function", "doc": "

Create tuple of date and time strings with timezone parsed from user-friendly date.

\n\n

User dates format must be like: %Y-%m-%d, e.g. 2020-02-03 (3 Feb, 2020).

\n\n

Example input: \"2022-06-01\" \"2022-06-20\" -> output: (\"2022-06-01T00:00:00Z\", \"2022-06-20T23:59:59Z\")\nAn error exception will occur if input date has incorrect format.

\n\n

If start=None, end=None then return dates from yesterday to the end of the day.\nIf start=some_date_1, end=None then return dates from some_date_1 to the end of the day.\nIf start=some_date_1, end=some_date_2 then return dates from start of some_date_1 to end of some_date_2.\nStart day may be negative integer numbers: -1, -2, -3 - how many days ago.

\n\n

Also, you can use keywords for start if end=None:\ntoday (from 00:00:00 to the end of current day),\nyesterday (-1 day from 00:00:00 to 23:59:59),\nweek (-7 day from 00:00:00 to the end of current day),\nmonth (-30 day from 00:00:00 to the end of current day),\nyear (-365 day from 00:00:00 to the end of current day),

\n\n
Returns
\n\n
\n

tuple with 2 strings (start, end) dates in UTC ISO time format %Y-%m-%dT%H:%M:%SZ for OpenAPI.\n See date and time format here: TKSEnums.TKS_DATE_TIME_FORMAT.\n Example: (\"2022-06-01T00:00:00Z\", \"2022-06-20T23:59:59Z\"). Second string is the end of the last day.

\n
\n", "signature": "(start: str = None, end: str = None) -> tuple", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer", "type": "class", "doc": "

This class implements methods to work with Tinkoff broker server.

\n\n

Examples to work with API: https://tinkoff.github.io/investAPI/swagger-ui/

\n\n

About token: https://tinkoff.github.io/investAPI/token/

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.__init__", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.__init__", "type": "function", "doc": "

Main class init.

\n\n
Parameters
\n\n
    \n
  • token: Bearer token for Tinkoff Invest API. It can be set from environment variable TKS_API_TOKEN.
  • \n
  • accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.\n Also, this variable can be set from environment variable TKS_ACCOUNT_ID.
  • \n
  • iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.\n At first time, when class init, Listing() method auto-update this variable, or you can use dump file.\n For future use, you can save this variable and use as iList to avoid permanent downloads\n from the server. Also, you can try DumpInstruments() method.
  • \n
  • useCache: use default cache file dump.json with raw data to use instead of iList if iList set as None.\n True by default. Cache is auto-update if new day has come.\n If iList is not None then it value has higher priority than dump.json and useCache.\n If you don't want to use cache and always updates raw data then set useCache=False.
  • \n
\n", "signature": "(\n self,\n token: str,\n accountId: str = None,\n iList: dict = None,\n useCache: bool = True\n)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.aliases", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.aliases", "type": "variable", "doc": "

Some aliases instead official tickers. See TKSEnums.TKS_TICKER_ALIASES

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ticker", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ticker", "type": "variable", "doc": "

String with ticker, e.g. GOOGL. Use alias for USD000UTSTOM simple as USD, EUR_RUB__TOM as EUR etc. More tickers aliases here: TKSEnums.TKS_TICKER_ALIASES.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.figi", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.figi", "type": "variable", "doc": "

String with FIGI, e.g. ticker GOOGL has FIGI BBG009S39JX6

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.depth", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.depth", "type": "variable", "doc": "

Depth of Market (DOM) can be >= 1. Default: 1. It used with --price key to showing DOM with current prices for givens ticker or FIGI.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.server", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.server", "type": "variable", "doc": "

Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest

\n\n

See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.timeout", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.timeout", "type": "variable", "doc": "

Server operations timeout in seconds. Default: 15

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.headers", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.headers", "type": "variable", "doc": "

Headers which send in every request to broker server. Default: {\"Content-Type\": \"application/json\", \"accept\": \"application/json\", \"Authorization\": \"Bearer {your_token}\"}

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.body", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.body", "type": "variable", "doc": "

Request body which send to broker server. Default: None

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.historyFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.historyFile", "type": "variable", "doc": "

Full path to the output file where history candles will be saved or updated. Default: None, it mean that returns only pandas dataframe when you request History() method.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.instrumentsFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.instrumentsFile", "type": "variable", "doc": "

Filename where full broker's instruments list will be saved. Default: instruments.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.searchResultsFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.searchResultsFile", "type": "variable", "doc": "

Filename with all found instruments searched by part of its ticker, FIGI or name. Default: search-results.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.pricesFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.pricesFile", "type": "variable", "doc": "

Filename where prices of selected instruments will be saved. Default: prices.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.overviewFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.overviewFile", "type": "variable", "doc": "

Filename where current portfolio, open trades and orders will be saved. Default: overview.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.overviewDigestFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.overviewDigestFile", "type": "variable", "doc": "

Filename where short digest of the portfolio status will be saved. Default: overview-digest.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.overviewPositionsFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.overviewPositionsFile", "type": "variable", "doc": "

Filename where only open positions, without everything else will be saved. Default: overview-positions.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.overviewOrdersFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.overviewOrdersFile", "type": "variable", "doc": "

Filename where open limits and stop orders will be saved. Default: overview-orders.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.overviewAnalyticsFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.overviewAnalyticsFile", "type": "variable", "doc": "

Filename where only the analytics section and the distribution of the portfolio by various categories will be saved. Default: overview-analytics.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.reportFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.reportFile", "type": "variable", "doc": "

Filename where history of deals and trade statistics will be saved. Default: deals.md

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.iListDumpFile", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.iListDumpFile", "type": "variable", "doc": "

Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: dump.json

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.iList", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.iList", "type": "variable", "doc": "

Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.

\n\n

See also: Listing() and DumpInstruments().

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SendAPIRequest", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SendAPIRequest", "type": "function", "doc": "

Send GET or POST request to broker server and receive JSON object.

\n\n

self.header: must be define with dictionary of headers.\nself.body: if define then used as request body. None by default.\nself.timeout: global request timeout, 15 seconds by default.

\n\n
Parameters
\n\n
    \n
  • url: url with REST request.
  • \n
  • reqType: send \"GET\" or \"POST\" request. \"GET\" by default.
  • \n
  • retry: how many times retry after first request if an error occurred.
  • \n
  • pause: sleep time in seconds between retries.
  • \n
  • debug: if True then print more debug information.
  • \n
\n\n
Returns
\n\n
\n

response JSON (dictionary) from broker.

\n
\n", "signature": "(\n self,\n url: str,\n reqType: str = 'GET',\n retry: int = 3,\n pause: int = 5,\n debug: bool = False\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Listing", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Listing", "type": "function", "doc": "

Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.

\n\n
Returns
\n\n
\n

Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.

\n
\n", "signature": "(self) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.DumpInstruments", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.DumpInstruments", "type": "function", "doc": "

Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server\nusing Listing() method. If iListDumpFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • forceUpdate: if True then at first updates data with Listing() method, otherwise just saves exist iList.
  • \n
\n\n
Returns
\n\n
\n

serialized JSON formatted str with full data of instruments, also saved to the --output file.

\n
\n", "signature": "(self, forceUpdate: bool = True) -> str", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ShowInstrumentInfo", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ShowInstrumentInfo", "type": "function", "doc": "

Show information about one instrument defined by json data and prints it in Markdown format.

\n\n
Parameters
\n\n
    \n
  • iJSON: json data of instrument, e.g. in code iJSON = self.iList[\"Shares\"][self.ticker]
  • \n
  • printInfo: if True then also printing information about instrument and its current price.
  • \n
\n\n
Returns
\n\n
\n

multilines text in Markdown format with information about one instrument.

\n
\n", "signature": "(iJSON: dict, printInfo: bool = False) -> str", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SearchByTicker", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SearchByTicker", "type": "function", "doc": "

Search and return raw broker's information about instrument by it's ticker.\nticker must be define! If debug=True then print all debug messages.

\n\n
Parameters
\n\n
    \n
  • requestPrice: if False then do not request current price of instrument (because this is long operation).
  • \n
  • showInfo: if False then do not run ShowInstrumentInfo() method and do not print info to the console.
  • \n
  • debug: if True then print all debug console messages.
  • \n
\n\n
Returns
\n\n
\n

JSON formatted data with information about instrument.

\n
\n", "signature": "(\n self,\n requestPrice: bool = False,\n showInfo: bool = False,\n debug: bool = False\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SearchByFIGI", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SearchByFIGI", "type": "function", "doc": "

Search and return raw broker's information about instrument by it's FIGI.\nfigi must be define! If debug=True then print all debug messages.

\n\n
Parameters
\n\n
    \n
  • requestPrice: if False then do not request current price of instrument (it's long operation).
  • \n
  • showInfo: if False then do not run ShowInstrumentInfo() method and do not print info to the console.
  • \n
  • debug: if True then print all debug console messages.
  • \n
\n\n
Returns
\n\n
\n

JSON formatted data with information about instrument.

\n
\n", "signature": "(\n self,\n requestPrice: bool = False,\n showInfo: bool = False,\n debug: bool = False\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.GetCurrentPrices", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.GetCurrentPrices", "type": "function", "doc": "

Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:\n{\"buy\": [], \"sell\": [], \"limitUp\": None, \"limitDown\": None, \"lastPrice\": None, \"closePrice\": None}.

\n\n
Parameters
\n\n
    \n
  • showPrice: if True then print DOM.
  • \n
\n\n
Returns
\n\n
\n

orders book dict with lists of current buy and sell prices: {\"buy\": [{\"price\": x1, \"quantity\": y1, ...}], \"sell\": [....]}.

\n
\n", "signature": "(self, showPrice: bool = False) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ShowInstrumentsInfo", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ShowInstrumentsInfo", "type": "function", "doc": "

This method get and show information about all available broker instruments.\nIf instrumentsFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • showInstruments: if True then print results to console, if False - print only to file.
  • \n
\n\n
Returns
\n\n
\n

multi-string with all available broker instruments

\n
\n", "signature": "(self, showInstruments: bool = False) -> str", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SearchInstruments", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SearchInstruments", "type": "function", "doc": "

This method search and show information about instruments by part of its ticker, FIGI or name.\nIf searchResultsFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • pattern: string with part of ticker, FIGI or instrument's name.
  • \n
  • showResults: if True then print results to console, if False - return list of result only.
  • \n
\n\n
Returns
\n\n
\n

list of dictionaries with all found instruments.

\n
\n", "signature": "(self, pattern: str, showResults: bool = False) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.GetListOfPrices", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.GetListOfPrices", "type": "function", "doc": "

This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!\nSee limits: https://tinkoff.github.io/investAPI/limits/\nIf pricesFile string is not empty then also save information to this file.

\n\n
Parameters
\n\n
    \n
  • instruments: list of tickers or FIGIs.
  • \n
  • showPrices: if True then print to console, if False - print only to file.
  • \n
\n\n
Returns
\n\n
\n

list of instruments looks like this: iList = [{some ticker info, \"currentPrice\": {current prices}}, {...}, ...]\n One item is dict returned by SearchByTicker() or SearchByFIGI() methods.

\n
\n", "signature": "(self, instruments: list = None, showPrices: bool = False) -> list", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestPortfolio", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestPortfolio", "type": "function", "doc": "

Requesting current actual user's portfolio.\nREST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio

\n\n
Returns
\n\n
\n

dictionary with user's portfolio.

\n
\n", "signature": "(self) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestPositions", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestPositions", "type": "function", "doc": "

Requesting current open positions in currencies and instruments.\nREST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions

\n\n
Returns
\n\n
\n

dictionary with open positions by instruments.

\n
\n", "signature": "(self) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestPendingOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestPendingOrders", "type": "function", "doc": "

Requesting current actual pending orders.\nREST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders

\n\n
Returns
\n\n
\n

list of dictionaries with pending orders.

\n
\n", "signature": "(self) -> list", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.RequestStopOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.RequestStopOrders", "type": "function", "doc": "

Requesting current actual stop orders.\nREST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders

\n\n
Returns
\n\n
\n

list of dictionaries with stop orders.

\n
\n", "signature": "(self) -> list", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Overview", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Overview", "type": "function", "doc": "

Get portfolio: all open positions, orders and some statistics for defined accountId.\nIf overviewFile, overviewDigestFile, overviewPositionsFile, overviewOrdersFile, overviewAnalyticsFile\nare defined then also save information to file.

\n\n
Parameters
\n\n
    \n
  • showStatistics: if False then only dictionary returns, if True then show more debug information.
  • \n
  • details: how detailed should the information be? You should specify one of strings: \n full - shows full available information about portfolio status (by default),\n positions - shows only open positions,\n digest - show a short digest of the portfolio status,\n analytics - shows only the analytics section and the distribution of the portfolio by various categories,\n orders - shows only sections of open limits and stop orders.
  • \n
\n\n
Returns
\n\n
\n

dictionary with client's raw portfolio and some statistics.

\n
\n", "signature": "(self, showStatistics: bool = False, details: str = 'full') -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Deals", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Deals", "type": "function", "doc": "

Returns history operations between two given dates.\nIf reportFile string is not empty then also save human-readable report.\nShows some statistical data of closed positions.

\n\n
Parameters
\n\n
    \n
  • start: see docstring in GetDatesAsString() method
  • \n
  • end: see docstring in GetDatesAsString() method
  • \n
  • printDeals: if True then also prints all records to the console.
  • \n
  • showCancelled: if False then remove information about cancelled operations from the deals report.
  • \n
\n\n
Returns
\n\n
\n

original list of dictionaries with history of deals records from API (\"operations\" key):\n https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations\n and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.

\n
\n", "signature": "(\n self,\n start: str = None,\n end: str = None,\n printDeals: bool = False,\n showCancelled: bool = True\n) -> tuple", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.History", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.History", "type": "function", "doc": "

This method returns last history candles of the current instrument defined by ticker or figi (FIGI id).

\n\n

History returned between two given dates: start and end. Minimum requested date in the past is 1970-01-01.\nWarning! Broker server used ISO UTC time by default.

\n\n

If historyFile is not None then method save history to file, otherwise return only pandas dataframe.\nAlso, historyFile used to update history with onlyMissing parameter.

\n\n
Parameters
\n\n
    \n
  • start: see docstring in GetDatesAsString() method.
  • \n
  • end: see docstring in GetDatesAsString() method.
  • \n
  • interval: this is a candle interval. Current available values are \"1min\", \"5min\", \"15min\",\n \"hour\", \"day\". Default: \"hour\".
  • \n
  • onlyMissing: if True then add only last missing candles, do not request all history length from start.\n False by default. Warning! History appends only from last candle to current time\n with always update last candle!
  • \n
  • csvSep: separator if .csv-file is used, , by default.
  • \n
  • printCandles: if True then also prints pandas dataframe to the console.
  • \n
\n\n
Returns
\n\n
\n

pandas dataframe with prices history. Headers of columns are defined by default:\n [\"date\", \"time\", \"open\", \"high\", \"low\", \"close\", \"volume\"].

\n
\n", "signature": "(\n self,\n start: str = None,\n end: str = None,\n interval: str = 'hour',\n onlyMissing: bool = False,\n csvSep: str = ',',\n printCandles: bool = False\n) -> pandas.core.frame.DataFrame", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Trade", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Trade", "type": "function", "doc": "

Universal method to create market order and make deal at the current price. Returns JSON data with response.\nIf tp or sl > 0, then in additional will opens stop-orders with \"TP\" and \"SL\" flags for stopType parameter.

\n\n

See also: Order() docstring. More simple methods than Trade() are Buy() and Sell().

\n\n
Parameters
\n\n
    \n
  • operation: string \"Buy\" or \"Sell\".
  • \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • tp: float > 0, target price for stop-order with \"TP\" type. It used as take profit parameter targetPrice in self.Order().
  • \n
  • sl: float > 0, target price for stop-order with \"SL\" type. It used as stop loss parameter targetPrice in self.Order().
  • \n
  • expDate: string \"Undefined\" by default or local date in future,\n it is a string with format %Y-%m-%d %H:%M:%S.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n operation: str,\n lots: int = 1,\n tp: float = 0.0,\n sl: float = 0.0,\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Buy", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Buy", "type": "function", "doc": "

More simple method than Trade(). Create Buy market order and make deal at the current price. Returns JSON data with response.\nIf tp or sl > 0, then in additional will opens stop-orders with \"TP\" and \"SL\" flags for stopType parameter.

\n\n

See also: Order() and Trade() docstrings.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • tp: float > 0, take profit price of stop-order.
  • \n
  • sl: float > 0, stop loss price of stop-order.
  • \n
  • expDate: it's a local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int = 1,\n tp: float = 0.0,\n sl: float = 0.0,\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Sell", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Sell", "type": "function", "doc": "

More simple method than Trade(). Create Sell market order and make deal at the current price. Returns JSON data with response.\nIf tp or sl > 0, then in additional will opens stop-orders with \"TP\" and \"SL\" flags for stopType parameter.

\n\n

See also: Order() and Trade() docstrings.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • tp: float > 0, take profit price of stop-order.
  • \n
  • sl: float > 0, stop loss price of stop-order.
  • \n
  • expDate: it's a local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int = 1,\n tp: float = 0.0,\n sl: float = 0.0,\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseTrades", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseTrades", "type": "function", "doc": "

Close position of given instruments.

\n\n
Parameters
\n\n
    \n
  • tickers: tickers list of instruments that must be closed.
  • \n
  • overview: pre-received dictionary with open trades, returned by Overview() method.\n This avoids unnecessary downloading data from the server.
  • \n
\n", "signature": "(self, tickers: list, overview: dict = None) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseAllTrades", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseAllTrades", "type": "function", "doc": "

Close all positions of given instruments with defined type.

\n\n
Parameters
\n\n
    \n
  • iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
  • \n
  • overview: pre-received dictionary with open trades, returned by Overview() method.\n This avoids unnecessary downloading data from the server.
  • \n
\n", "signature": "(self, iType: str, overview: dict = None) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.Order", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.Order", "type": "function", "doc": "

Universal method to create market or limit orders with all available parameters.\nSee more simple methods: BuyLimit(), BuyStop(), SellLimit(), SellStop().

\n\n

If orderType is \"Limit\" then create pending limit-order below current price if operation is \"Buy\" and above\ncurrent price if operation is \"Sell\". A limit order has no expiration date, it lasts until the end of the trading day.

\n\n

Warning! If you try to create limit-order above current price if \"Buy\" or below current price if \"Sell\"\nthen broker immediately open market order as you can do simple --buy or --sell operations!

\n\n

If orderType is \"Stop\" then creates stop-order with any direction \"Buy\" or \"Sell\".\nWhen current price will go up or down to target price value then broker opens a limit order.\nStop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.

\n\n

Only one attempt and no retry for opens order. If network issue occurred you can create new request.

\n\n
Parameters
\n\n
    \n
  • operation: string \"Buy\" or \"Sell\".
  • \n
  • orderType: string \"Limit\" or \"Stop\".
  • \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is open trade price for limit order.
  • \n
  • limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.\n Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
  • \n
  • stopType: string \"Limit\" by default. This parameter only makes sense for stop-order. There are 3 stop-order types\n \"SL\", \"TP\", \"Limit\" for \"Stop loss\", \"Take profit\" and \"Stop limit\" types accordingly.\n Stop loss order always executed by market price.
  • \n
  • expDate: string \"Undefined\" by default or local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.\n This date is converting to UTC format for server. This parameter only makes sense for stop-order.\n A limit order has no expiration date, it lasts until the end of the trading day.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n operation: str,\n orderType: str,\n lots: int,\n targetPrice: float,\n limitPrice: float = 0.0,\n stopType: str = 'Limit',\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.BuyLimit", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.BuyLimit", "type": "function", "doc": "

Create pending Buy limit-order (below current price). You must specify only 2 parameters:\nlots and target price to open buy limit-order. If you try to create buy limit-order above current price then\nbroker immediately open Buy market order, such as if you do simple --buy operation!\nSee also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is open trade price for limit order.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(self, lots: int, targetPrice: float) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.BuyStop", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.BuyStop", "type": "function", "doc": "

Create Buy stop-order. You must specify at least 2 parameters: lots target price to open buy stop-order.\nIn additional you can specify 3 parameters for buy stop-order: limit price >=0, stop type = Limit|SL|TP,\nexpiration date = Undefined|%%Y-%%m-%%d %%H:%%M:%%S. When current price will go up or down to\ntarget price value then broker opens a limit order. See also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is trigger price for buy stop-order.
  • \n
  • limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order\n with price equal to limitPrice, when current price goes to target price of buy stop-order.
  • \n
  • stopType: string \"Limit\" by default. There are 3 stop-order types \"SL\", \"TP\", \"Limit\"\n for \"Stop loss\", \"Take profit\" and \"Stop limit\" types accordingly.
  • \n
  • expDate: string \"Undefined\" by default or local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.\n This date is converting to UTC format for server.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int,\n targetPrice: float,\n limitPrice: float = 0.0,\n stopType: str = 'Limit',\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SellLimit", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SellLimit", "type": "function", "doc": "

Create pending Sell limit-order (above current price). You must specify only 2 parameters:\nlots and target price to open sell limit-order. If you try to create sell limit-order below current price then\nbroker immediately open Sell market order, such as if you do simple --sell operation!\nSee also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is open trade price for limit order.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(self, lots: int, targetPrice: float) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.SellStop", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.SellStop", "type": "function", "doc": "

Create Sell stop-order. You must specify at least 2 parameters: lots target price to open sell stop-order.\nIn additional you can specify 3 parameters for sell stop-order: limit price >=0, stop type = Limit|SL|TP,\nexpiration date = Undefined|%%Y-%%m-%%d %%H:%%M:%%S. When current price will go up or down to\ntarget price value then broker opens a limit order. See also: Order() docstring.

\n\n
Parameters
\n\n
    \n
  • lots: volume, integer count of lots >= 1.
  • \n
  • targetPrice: target price > 0. This is trigger price for sell stop-order.
  • \n
  • limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order\n with price equal to limitPrice, when current price goes to target price of sell stop-order.
  • \n
  • stopType: string \"Limit\" by default. There are 3 stop-order types \"SL\", \"TP\", \"Limit\"\n for \"Stop loss\", \"Take profit\" and \"Stop limit\" types accordingly.
  • \n
  • expDate: string \"Undefined\" by default or local date in future.\n String has a format like this: %Y-%m-%d %H:%M:%S.\n This date is converting to UTC format for server.
  • \n
\n\n
Returns
\n\n
\n

JSON with response from broker server.

\n
\n", "signature": "(\n self,\n lots: int,\n targetPrice: float,\n limitPrice: float = 0.0,\n stopType: str = 'Limit',\n expDate: str = 'Undefined'\n) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseOrders", "type": "function", "doc": "

Cancel order or list of orders by its orderId or stopOrderId.

\n\n
Parameters
\n\n
    \n
  • orderIDs: list of integers with orderId or stopOrderId.
  • \n
  • allOrdersIDs: pre-received lists of all active pending orders.\n This avoids unnecessary downloading data from the server.
  • \n
  • allStopOrdersIDs: pre-received lists of all active stop orders.
  • \n
\n", "signature": "(\n self,\n orderIDs: list,\n allOrdersIDs: list = None,\n allStopOrdersIDs: list = None\n) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseAllOrders", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseAllOrders", "type": "function", "doc": "

Gets a list of open pending and stop orders and cancel it all.

\n", "signature": "(self) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.CloseAll", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.CloseAll", "type": "function", "doc": "

Close all available (not blocked) opened trades and orders.

\n\n

Also you can select one or more keywords case insensitive:\norders, shares, bonds, etfs and futures from TKS_INSTRUMENTS enum to specify trades type.

\n\n

Currency positions you must closes manually using buy or sell operations, CloseTrades() or CloseAllTrades() methods.

\n", "signature": "(self, *args) -> None", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.ParseOrderParameters", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.ParseOrderParameters", "type": "function", "doc": "

Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.

\n\n
Parameters
\n\n
    \n
  • operation: string \"Buy\" or \"Sell\".
  • \n
  • inputParameters: this is dict of strings that looks like this\n {\"lots\": \"L_int,...\", \"prices\": \"P_float,...\"} where\n \"lots\" key: one or more lot values (integer numbers) to open with every limit-order\n \"prices\" key: one or more prices to open limit-orders\n Counts of values in lots and prices lists must be equals!
  • \n
\n\n
Returns
\n\n
\n

list of dictionaries with all lots and prices to open orders that looks like this [{\"lot\": lots_1, \"price\": price_1}, {...}, ...]

\n
\n", "signature": "(operation, **inputParameters)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.IsInPortfolio", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.IsInPortfolio", "type": "function", "doc": "

Checks if instrument is in the user's portfolio. Instrument must be defined by ticker (highly priority) or figi.

\n\n
Parameters
\n\n
    \n
  • portfolio: dict with user's portfolio data. If None, then requests portfolio from Overview() method.
  • \n
\n\n
Returns
\n\n
\n

True if portfolio contains open position with given instrument, False otherwise.

\n
\n", "signature": "(self, portfolio: dict = None) -> bool", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.TinkoffBrokerServer.GetInstrumentFromPortfolio", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "TinkoffBrokerServer.GetInstrumentFromPortfolio", "type": "function", "doc": "

Returns instrument is in the user's portfolio if it presents there.\nInstrument must be defined by ticker (highly priority) or figi.

\n\n
Parameters
\n\n
    \n
  • portfolio: dict with user's portfolio data. If None, then requests portfolio from Overview() method.
  • \n
\n\n
Returns
\n\n
\n

dict with instrument if portfolio contains open position with this instrument, None otherwise.

\n
\n", "signature": "(self, portfolio: dict = None) -> dict", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.Args", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "Args", "type": "class", "doc": "

If Main() function is imported as module, then this class used to convert arguments from **kwargs as object.

\n"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.Args.__init__", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "Args.__init__", "type": "function", "doc": "

\n", "signature": "(self, **kwargs)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.ParseArgs", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "ParseArgs", "type": "function", "doc": "

Function get and parse command line keys. See examples: https://tim55667757.github.io/TKSBrokerAPI/

\n", "signature": "()", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSBrokerAPI.Main", "modulename": "tksbrokerapi.TKSBrokerAPI", "qualname": "Main", "type": "function", "doc": "

Main function for work with Tinkoff Open API service. It realizes simple logic: get a lot of options and execute one command.

\n\n

See examples: https://tim55667757.github.io/TKSBrokerAPI/

\n", "signature": "(**kwargs)", "funcdef": "def"}, {"fullname": "tksbrokerapi.TKSEnums", "modulename": "tksbrokerapi.TKSEnums", "type": "module", "doc": "

Module contains a lot of constants from enums sections of Tinkoff Open API documentation.

\n\n

About Tinkoff Invest API: https://tinkoff.github.io/investAPI/

\n\n

Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/

\n"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_DATE_TIME_FORMAT", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_DATE_TIME_FORMAT", "type": "variable", "doc": "

Date and time string format used by Tinkoff Open API. Default: \"%Y-%m-%dT%H:%M:%SZ\".

\n", "default_value": " = '%Y-%m-%dT%H:%M:%SZ'"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_INSTRUMENTS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_INSTRUMENTS", "type": "variable", "doc": "

Type of instrument for trade methods must be only one of supported types, listed in this constant. Default: [\"Currencies\", \"Shares\", \"Bonds\", \"Etfs\", \"Futures\"]

\n", "default_value": " = ['Currencies', 'Shares', 'Bonds', 'Etfs', 'Futures']"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_TICKER_ALIASES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_TICKER_ALIASES", "type": "variable", "doc": "

Some aliases instead official tickers for using in CLI. For example, you can use \"USD\" instead of \"USD000UTSTOM\".

\n", "default_value": " = {'USD': 'USD000UTSTOM', 'usd': 'USD000UTSTOM', 'EUR': 'EUR_RUB__TOM', 'eur': 'EUR_RUB__TOM', 'GBP': 'GBPRUB_TOM', 'gbp': 'GBPRUB_TOM', 'CHF': 'CHFRUB_TOM', 'chf': 'CHFRUB_TOM', 'CNY': 'CNYRUB_TOM', 'cny': 'CNYRUB_TOM', 'HKD': 'HKDRUB_TOM', 'hkd': 'HKDRUB_TOM', 'TRY': 'TRYRUB_TOM', 'try': 'TRYRUB_TOM'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_CANDLE_INTERVALS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_CANDLE_INTERVALS", "type": "variable", "doc": "

Candles interval for requesting history data with Tinkoff API. Current available keys are \"1min\", \"5min\", \"15min\", \"hour\", \"day\".\nSee more: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles

\n", "default_value": " = {'Undefined': ['CANDLE_INTERVAL_UNSPECIFIED', 0, 0], '1min': ['CANDLE_INTERVAL_1_MIN', 1, 1438], '5min': ['CANDLE_INTERVAL_5_MIN', 5, 287], '15min': ['CANDLE_INTERVAL_15_MIN', 15, 95], 'hour': ['CANDLE_INTERVAL_HOUR', 60, 167], 'day': ['CANDLE_INTERVAL_DAY', 1440, 364]}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_TRADING_STATUSES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_TRADING_STATUSES", "type": "variable", "doc": "

Security Trading Status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#securitytradingstatus

\n", "default_value": " = {'SECURITY_TRADING_STATUS_UNSPECIFIED': 'Trading status undefined', 'SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING': 'Not available for trading', 'SECURITY_TRADING_STATUS_OPENING_PERIOD': 'Trade opening period', 'SECURITY_TRADING_STATUS_CLOSING_PERIOD': 'Trade closing period', 'SECURITY_TRADING_STATUS_BREAK_IN_TRADING': 'Break in trading', 'SECURITY_TRADING_STATUS_NORMAL_TRADING': 'Normal trading', 'SECURITY_TRADING_STATUS_CLOSING_AUCTION': 'Closing auction', 'SECURITY_TRADING_STATUS_DARK_POOL_AUCTION': 'Large package auction', 'SECURITY_TRADING_STATUS_DISCRETE_AUCTION': 'Discrete auction', 'SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD': 'Opening auction', 'SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE': 'Trading period at the closing auction price', 'SECURITY_TRADING_STATUS_SESSION_ASSIGNED': 'Session assigned', 'SECURITY_TRADING_STATUS_SESSION_CLOSE': 'Session closed', 'SECURITY_TRADING_STATUS_SESSION_OPEN': 'Session is open', 'SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING': \"Broker's internal liquidity mode trading\", 'SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING': \"Break in trading in the broker's internal liquidity mode\", 'SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING': \"Broker's internal liquidity mode is not available\"}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_OPERATION_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_OPERATION_TYPES", "type": "variable", "doc": "

Operation type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationtype

\n", "default_value": " = {'OPERATION_TYPE_UNSPECIFIED': 'The operation type is not defined', 'OPERATION_TYPE_INPUT': 'Deposit on broker account', 'OPERATION_TYPE_BOND_TAX': 'Withholding personal income tax on bond coupons', 'OPERATION_TYPE_OUTPUT_SECURITIES': 'Securities output', 'OPERATION_TYPE_OVERNIGHT': 'Overnight REPO income', 'OPERATION_TYPE_TAX': 'Tax withholding', 'OPERATION_TYPE_BOND_REPAYMENT_FULL': 'Full bond redemption', 'OPERATION_TYPE_SELL_CARD': 'Sell securities from the card', 'OPERATION_TYPE_DIVIDEND_TAX': 'Withholding tax on dividends', 'OPERATION_TYPE_OUTPUT': 'Withdrawals', 'OPERATION_TYPE_BOND_REPAYMENT': 'Bonds partial redemption', 'OPERATION_TYPE_TAX_CORRECTION': 'Tax correction', 'OPERATION_TYPE_SERVICE_FEE': 'Brokerage account maintenance fee deduction', 'OPERATION_TYPE_BENEFIT_TAX': 'Withholding tax for material benefits', 'OPERATION_TYPE_MARGIN_FEE': 'Withholding commission for an uncovered position', 'OPERATION_TYPE_BUY': 'Buy securities', 'OPERATION_TYPE_BUY_CARD': 'Buy securities from a card', 'OPERATION_TYPE_INPUT_SECURITIES': 'Transfer securities from another depository', 'OPERATION_TYPE_SELL_MARGIN': 'Sell (by margin call)', 'OPERATION_TYPE_BROKER_FEE': 'Operation fee deduction', 'OPERATION_TYPE_BUY_MARGIN': 'Buy (by margin call)', 'OPERATION_TYPE_DIVIDEND': 'Dividends income', 'OPERATION_TYPE_SELL': 'Sell securities', 'OPERATION_TYPE_COUPON': 'Coupons income', 'OPERATION_TYPE_SUCCESS_FEE': 'Success fee deduction', 'OPERATION_TYPE_DIVIDEND_TRANSFER': 'Transfer of dividend income', 'OPERATION_TYPE_ACCRUING_VARMARGIN': 'Variation margin crediting', 'OPERATION_TYPE_WRITING_OFF_VARMARGIN': 'Withholding variation margin', 'OPERATION_TYPE_DELIVERY_BUY': 'Buy (futures contract expired)', 'OPERATION_TYPE_DELIVERY_SELL': 'Sell (futures contract expired)', 'OPERATION_TYPE_TRACK_MFEE': 'Autotrack account management fee', 'OPERATION_TYPE_TRACK_PFEE': 'Pay per result on auto follow score', 'OPERATION_TYPE_TAX_PROGRESSIVE': 'Tax withholding at the rate of 15%', 'OPERATION_TYPE_BOND_TAX_PROGRESSIVE': 'Withholding tax on coupons at the rate of 15%', 'OPERATION_TYPE_DIVIDEND_TAX_PROGRESSIVE': 'Withholding tax on dividends at the rate of 15%', 'OPERATION_TYPE_BENEFIT_TAX_PROGRESSIVE': 'Withholding tax for material benefits at the rate of 15%', 'OPERATION_TYPE_TAX_CORRECTION_PROGRESSIVE': 'Tax correction at the rate of 15%', 'OPERATION_TYPE_TAX_REPO_PROGRESSIVE': 'Withholding tax on refunds on REPO transactions at the rate of 15%', 'OPERATION_TYPE_TAX_REPO': 'Tax withholding on REPO trade refunds', 'OPERATION_TYPE_TAX_REPO_HOLD': 'Tax hold on REPO transactions', 'OPERATION_TYPE_TAX_REPO_REFUND': 'Tax refund on REPO transactions', 'OPERATION_TYPE_TAX_REPO_HOLD_PROGRESSIVE': 'Withholding tax on REPO transactions at the rate of 15%', 'OPERATION_TYPE_TAX_REPO_REFUND_PROGRESSIVE': 'Tax refund on REPO transactions at the rate of 15%', 'OPERATION_TYPE_DIV_EXT': 'Payout dividends to the card', 'OPERATION_TYPE_TAX_CORRECTION_COUPON': 'Coupon tax correction'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_OPERATION_STATES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_OPERATION_STATES", "type": "variable", "doc": "

Operation state enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationstate

\n", "default_value": " = {'OPERATION_STATE_UNSPECIFIED': '! Unknown', 'OPERATION_STATE_EXECUTED': '\u221a Executed', 'OPERATION_STATE_CANCELED': '\u00d7 Canceled'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_ORDER_DIRECTIONS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_ORDER_DIRECTIONS", "type": "variable", "doc": "

Order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderdirection

\n", "default_value": " = {'ORDER_DIRECTION_UNSPECIFIED': 'Undefined', 'ORDER_DIRECTION_BUY': '\u2191 Buy', 'ORDER_DIRECTION_SELL': '\u2193 Sell'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_STOP_ORDER_DIRECTIONS", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_STOP_ORDER_DIRECTIONS", "type": "variable", "doc": "

Stop-order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderdirection

\n", "default_value": " = {'STOP_ORDER_DIRECTION_UNSPECIFIED': 'Undefined', 'STOP_ORDER_DIRECTION_BUY': '\u2191 Buy', 'STOP_ORDER_DIRECTION_SELL': '\u2193 Sell'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_ORDER_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_ORDER_TYPES", "type": "variable", "doc": "

Order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#ordertype

\n", "default_value": " = {'ORDER_TYPE_UNSPECIFIED': 'Undefined', 'ORDER_TYPE_LIMIT': 'Limit', 'ORDER_TYPE_MARKET': 'Market'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_STOP_ORDER_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_STOP_ORDER_TYPES", "type": "variable", "doc": "

Stop-order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stopordertype

\n", "default_value": " = {'STOP_ORDER_TYPE_UNSPECIFIED': 'Undefined', 'STOP_ORDER_TYPE_TAKE_PROFIT': 'Take profit', 'STOP_ORDER_TYPE_STOP_LOSS': 'Stop loss', 'STOP_ORDER_TYPE_STOP_LIMIT': 'Stop limit'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_ORDER_STATES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_ORDER_STATES", "type": "variable", "doc": "

Order status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderexecutionreportstatus

\n", "default_value": " = {'EXECUTION_REPORT_STATUS_UNSPECIFIED': '! Unknown', 'EXECUTION_REPORT_STATUS_FILL': 'Performed', 'EXECUTION_REPORT_STATUS_REJECTED': 'Rejected', 'EXECUTION_REPORT_STATUS_CANCELLED': 'Cancelled', 'EXECUTION_REPORT_STATUS_NEW': 'New order', 'EXECUTION_REPORT_STATUS_PARTIALLYFILL': 'Partially filled'}"}, {"fullname": "tksbrokerapi.TKSEnums.TKS_STOP_ORDER_EXPIRATION_TYPES", "modulename": "tksbrokerapi.TKSEnums", "qualname": "TKS_STOP_ORDER_EXPIRATION_TYPES", "type": "variable", "doc": "

Expiration type of stop-orders enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderexpirationtype

\n", "default_value": " = {'STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED': 'Undefined', 'STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL': 'Until cancel', 'STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE': 'Until date'}"}, {"fullname": "tksbrokerapi.UniLogger", "modulename": "tksbrokerapi.UniLogger", "type": "module", "doc": "

This module init standard python logging system with some of pre-defined parameters,\ne.g. debug level for log-file, info level for console, log-rotate and so on.

\n"}, {"fullname": "tksbrokerapi.UniLogger.SetLevel", "modulename": "tksbrokerapi.UniLogger", "qualname": "SetLevel", "type": "function", "doc": "

This procedure setting up UniLogger verbosity level.

\n", "signature": "(vLevel='ERROR')", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.LevelFilter", "modulename": "tksbrokerapi.UniLogger", "qualname": "LevelFilter", "type": "class", "doc": "

Class using to set up log level filtering.

\n", "bases": "logging.Filter"}, {"fullname": "tksbrokerapi.UniLogger.LevelFilter.__init__", "modulename": "tksbrokerapi.UniLogger", "qualname": "LevelFilter.__init__", "type": "function", "doc": "

Initialize a filter.

\n\n

Initialize with the name of the logger which, together with its\nchildren, will have its events allowed through the filter. If no\nname is specified, allow every event.

\n", "signature": "(self, level)", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.LevelFilter.filter", "modulename": "tksbrokerapi.UniLogger", "qualname": "LevelFilter.filter", "type": "function", "doc": "

Determine if the specified record is to be logged.

\n\n

Returns True if the record should be logged, or False otherwise.\nIf deemed appropriate, the record may be modified in-place.

\n", "signature": "(self, record)", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.EnableLogger", "modulename": "tksbrokerapi.UniLogger", "qualname": "EnableLogger", "type": "function", "doc": "

Adding new file logger with rotation.

\n", "signature": "(\n logFile,\n parentHandler=,\n useFormat=\n)", "funcdef": "def"}, {"fullname": "tksbrokerapi.UniLogger.DisableLogger", "modulename": "tksbrokerapi.UniLogger", "qualname": "DisableLogger", "type": "function", "doc": "

Disable given file logger.

\n", "signature": "(handler, parentHandler=)", "funcdef": "def"}]; // mirrored in build-search-index.js (part 1) // Also split on html tags. this is a cheap heuristic, but good enough. diff --git a/docs/tksbrokerapi/TKSBrokerAPI.html b/docs/tksbrokerapi/TKSBrokerAPI.html index fc2ca69..b34efc4 100644 --- a/docs/tksbrokerapi/TKSBrokerAPI.html +++ b/docs/tksbrokerapi/TKSBrokerAPI.html @@ -70,10 +70,7 @@

API Documentation

body
  • - historyLength -
  • -
  • - historyInterval + historyFile
  • instrumentsFile @@ -88,10 +85,19 @@

    API Documentation

    overviewFile
  • - reportFile + overviewDigestFile
  • - historyFile + overviewPositionsFile +
  • +
  • + overviewOrdersFile +
  • +
  • + overviewAnalyticsFile +
  • +
  • + reportFile
  • iListDumpFile @@ -249,3359 +255,3488 @@

    -
       1# -*- coding: utf-8 -*-
    -   2# Author: Timur Gilmullin
    -   3
    -   4"""
    -   5**TKSBrokerAPI** is a python API to work with some methods of Tinkoff Open API using REST protocol.
    -   6It can view history, orders and market information. Also, you can open orders and trades.
    -   7
    -   8If you run this module as CLI program then it realizes simple logic: receiving a lot of options and execute one command.
    -   9**See examples**: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples
    -  10
    -  11**Used constants are in the TKSEnums module**: https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSEnums.html
    -  12
    -  13About Tinkoff Invest API: https://tinkoff.github.io/investAPI/
    -  14
    -  15Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/
    -  16"""
    -  17
    -  18# Copyright (c) 2022 Gilmillin Timur Mansurovich
    -  19#
    -  20# Licensed under the Apache License, Version 2.0 (the "License");
    -  21# you may not use this file except in compliance with the License.
    -  22# You may obtain a copy of the License at
    -  23#
    -  24#     http://www.apache.org/licenses/LICENSE-2.0
    -  25#
    -  26# Unless required by applicable law or agreed to in writing, software
    -  27# distributed under the License is distributed on an "AS IS" BASIS,
    -  28# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    -  29# See the License for the specific language governing permissions and
    -  30# limitations under the License.
    -  31
    -  32
    -  33import sys
    -  34import os
    -  35from argparse import ArgumentParser
    -  36
    -  37from datetime import datetime, timedelta
    -  38from dateutil.tz import tzlocal, tzutc
    -  39from time import sleep
    -  40
    -  41import re
    -  42import json
    -  43import requests
    -  44from urllib.parse import quote
    -  45from multiprocessing import cpu_count
    -  46from multiprocessing.pool import ThreadPool
    -  47
    -  48import pandas as pd
    -  49
    -  50import UniLogger as uLog
    -  51import traceback as tb
    -  52
    -  53from TKSEnums import *  # a lot of constants from enums sections: https://tinkoff.github.io/investAPI/swagger-ui/
    -  54
    -  55
    -  56# --- Common technical parameters:
    -  57
    -  58uLogger = uLog.UniLogger
    -  59uLogger.level = 10  # debug level by default
    -  60uLogger.handlers[0].level = 20  # info level by default for STDOUT
    -  61
    -  62CPU_COUNT = cpu_count()  # host's real CPU count
    -  63CPU_USAGES = CPU_COUNT - 1 if CPU_COUNT > 1 else 1  # how many CPUs will be used for parallel calculations
    -  64uLogger.debug("Host CPU count: [{}]".format(CPU_COUNT))
    -  65
    -  66# --- Main constants:
    -  67
    -  68NANO = 0.000000001  # SI-constant nano = 10^-9
    -  69
    -  70
    -  71def NanoToFloat(units: str, nano: int) -> float:
    -  72    """
    -  73    Convert number in nano-view mode with string parameter `units` and integer parameter `nano` to float view. Examples:
    -  74
    -  75    `NanoToFloat(units="2", nano=500000000) -> 2.5`
    -  76
    -  77    `NanoToFloat(units="0", nano=50000000) -> 0.05`
    -  78
    -  79    :param units: integer string or integer parameter that represents the integer part of number
    -  80    :param nano: integer string or integer parameter that represents the fractional part of number
    -  81    :return: float view of number
    -  82    """
    -  83    return int(units) + int(nano) * NANO
    -  84
    -  85
    -  86def FloatToNano(number: float) -> dict:
    -  87    """
    -  88    Convert float number to nano-type view: dictionary with string `units` and integer `nano` parameters `{"units": "string", "nano": integer}`. Examples:
    -  89
    -  90    `FloatToNano(number=2.5) -> {"units": "2", "nano": 500000000}`
    -  91
    -  92    `FloatToNano(number=0.05) -> {"units": "0", "nano": 50000000}`
    -  93
    -  94    :param number: float number
    -  95    :return: nano-type view of number: `{"units": "string", "nano": integer}`
    -  96    """
    -  97    splitByPoint = str(number).split(".")
    -  98    frac = 0
    -  99
    - 100    if len(splitByPoint) > 1:
    - 101        if len(splitByPoint[1]) <= 9:
    - 102            frac = int("{}{}".format(
    - 103                int(splitByPoint[1]),
    - 104                "0" * (9 - len(splitByPoint[1])),
    - 105            ))
    - 106
    - 107    if (number < 0) and (frac > 0):
    - 108        frac = -frac
    - 109
    - 110    return {"units": str(int(number)), "nano": frac}
    - 111
    - 112
    - 113def GetDatesAsString(start: str = None, end: str = None) -> tuple:
    - 114    """
    - 115    If `start=None`, `end=None` then return dates from yesterday to current time.
    - 116    If `start=some_date_1`, `end=None` then return dates from `some_date_1` to current time.
    - 117    If `start=some_date_1`, `end=some_date_2` then return dates from `some_date_1` to `some_date_2`.
    - 118    Start day may be negative integer numbers: `-1`, `-2`, `-3` - how many days ago.
    - 119
    - 120    Also, you can use keywords for start if `dateEnd=None`:
    - 121    `today` (from 00:00:00 to current time),
    - 122    `yesterday` (-1 day from 00:00:00 to 23:59:59),
    - 123    `week` (-7 day from 00:00:00 to current date and time),
    - 124    `month` (-30 day from 00:00:00 to current date and time),
    - 125    `year` (-365 day from 00:00:00 to current date and time),
    - 126
    - 127    User dates format must be like: `%Y-%m-%d`, e.g. `2020-02-03` (3 Feb, 2020).
    - 128
    - 129    :return: tuple with 2 strings `(start, end)` dates in UTC ISO time format `%Y-%m-%dT%H:%M:%SZ` for OpenAPI.
    - 130             Example: `("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")`
    - 131    """
    - 132    uLogger.debug("Input start day is [{}] (UTC), end day is [{}] (UTC)".format(start, end))
    - 133    now = datetime.now(tzutc())
    - 134
    - 135    # showing statistics between start of the current day and current time:
    - 136    if start is None or start.lower() == "today":
    - 137        s = now.replace(hour=0, minute=0, second=0, microsecond=0)
    - 138        e = now
    - 139
    - 140    # from start of the last day to the end of the last day:
    - 141    elif start.lower() == "yesterday":
    - 142        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=1)
    - 143        e = now.replace(hour=23, minute=59, second=59, microsecond=0) - timedelta(days=1)
    - 144
    - 145    # week (-7 day from 00:00:00 to current date and time):
    - 146    elif start.lower() == "week":
    - 147        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=7)
    - 148        e = now
    - 149
    - 150    # month (-30 day from 00:00:00 to current date and time):
    - 151    elif start.lower() == "month":
    - 152        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=30)
    - 153        e = now
    - 154
    - 155    # year (-365 day from 00:00:00 to current date and time):
    - 156    elif start.lower() == "year":
    - 157        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=365)
    - 158        e = now
    - 159
    - 160    # showing statistics from -N days ago to current date and time:
    - 161    elif start.startswith('-') and start[1:].isdigit():
    - 162        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=abs(int(start)))
    - 163        e = now
    - 164
    - 165    # showing statistics between start day at 00:00:00 and the end day at 23:59:59:
    - 166    else:
    - 167        s = datetime.strptime(start, "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc())
    - 168        e = datetime.strptime(end, "%Y-%m-%d").replace(hour=23, minute=59, second=59, microsecond=0, tzinfo=tzutc()) if end is not None else now
    - 169
    - 170    # converting to UTC ISO time formatted with Z suffix for Tinkoff Open API:
    - 171    s = s.strftime("%Y-%m-%dT%H:%M:%SZ")
    - 172    e = e.strftime("%Y-%m-%dT%H:%M:%SZ")
    - 173
    - 174    uLogger.debug("Tinkoff Open API uses this start day (converted to UTC ISO format, with Z): [{}], and the end day: [{}]".format(s, e))
    - 175
    - 176    return s, e
    - 177
    - 178
    - 179class TinkoffBrokerServer:
    - 180    """
    - 181    This class implements methods to work with Tinkoff broker server.
    - 182
    - 183    Examples to work with API: https://tinkoff.github.io/investAPI/swagger-ui/
    - 184
    - 185    About `token`: https://tinkoff.github.io/investAPI/token/
    - 186    """
    - 187    def __init__(self, token: str, accountId: str = None, iList: dict = None, useCache: bool = True) -> None:
    - 188        """
    - 189        Main class init.
    - 190
    - 191        :param token: Bearer token for Tinkoff Invest API. It can be set from environment variable `TKS_API_TOKEN`.
    - 192        :param accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.
    - 193                          Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.
    - 194        :param iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.
    - 195                      At first time, when class init, `Listing()` method auto-update this variable, or you can use dump file.
    - 196                      For future use, you can save this variable and use as `iList` to avoid permanent downloads
    - 197                      from the server. Also, you can try `DumpInstruments()` method.
    - 198        :param useCache: use default cache file `dump.json` with raw data to use instead of `iList` if `iList` set as `None`.
    - 199                         True by default. Cache is auto-update if new day has come.
    - 200                         If `iList` is not `None` then it value has higher priority than `dump.json` and `useCache`.
    - 201                         If you don't want to use cache and always updates raw data then set `useCache=False`.
    - 202        """
    - 203        if token is None or not token:
    - 204            try:
    - 205                self.token = r"{}".format(os.environ["TKS_API_TOKEN"])
    - 206                uLogger.debug("Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/")
    - 207
    - 208            except KeyError:
    - 209                raise Exception("`--token` key or environment variable `TKS_API_TOKEN` is required! See https://tinkoff.github.io/investAPI/token/")
    - 210
    - 211        else:
    - 212            self.token = token  # highly priority than environment variable 'TKS_API_TOKEN'
    - 213            uLogger.debug("Bearer token for Tinkoff OpenApi set up from class variable `token`")
    - 214
    - 215        if accountId is None or not accountId:
    - 216            try:
    - 217                self.accountId = r"{}".format(os.environ["TKS_ACCOUNT_ID"])
    - 218                uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID`")
    - 219
    - 220            except KeyError:
    - 221                uLogger.warning("`--account-id` key or environment variable `TKS_ACCOUNT_ID` undefined! Some of operations may be unavailable (overview, trading etc).")
    - 222
    - 223        else:
    - 224            self.accountId = accountId  # highly priority than environment variable 'TKS_ACCOUNT_ID'
    - 225            uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from class variable `accountId`")
    - 226
    - 227        self.aliases = TKS_TICKER_ALIASES
    - 228        """Some aliases instead official tickers. See `TKSEnums.TKS_TICKER_ALIASES`"""
    - 229
    - 230        self.aliasesKeys = self.aliases.keys()  # re-calc only first time at class init
    - 231        self.exclude = TKS_TICKERS_OR_FIGI_EXCLUDED  # some of tickets or FIGIs raised exception earlier when it sends to server, that is why we exclude there
    - 232
    - 233        self.ticker = ""
    - 234        """String with ticker, e.g. `GOOGL`. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR` etc. More tickers aliases here: `TKSEnums.TKS_TICKER_ALIASES`."""
    - 235
    - 236        self.figi = ""
    - 237        """String with FIGI, e.g. ticker `GOOGL` has FIGI `BBG009S39JX6`"""
    - 238
    - 239        self.depth = 1
    - 240        """Depth of Market (DOM) can be >= 1. Default: 1. It used with `--price` key to showing DOM with current prices for givens ticker or FIGI."""
    - 241
    - 242        self.server = r"https://invest-public-api.tinkoff.ru/rest"
    - 243        """Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest
    - 244
    - 245        See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1
    - 246        """
    - 247
    - 248        uLogger.debug("Broker API server: {}".format(self.server))
    - 249
    - 250        self.timeout = 15
    - 251        """Server operations timeout in seconds. Default: 15"""
    - 252
    - 253        self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)}
    - 254        """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {token}"}`"""
    - 255
    - 256        self.body = None
    - 257        """Request body which send to broker server. Default: `None`"""
    - 258
    - 259        self.historyLength = 24
    - 260        """How many candles returns if candles history request. For example, if `historyInterval="hour"` and `historyLength=24` it means: "give me last 24 hours". Must be >=1. Default: 24"""
    - 261
    - 262        self.historyInterval = "hour"
    - 263        """Interval string for Tinkoff API (see: `TKSEnums.TKS_TIMEFRAMES`). Available values are `"1min"`, `"2min"`, `"3min"`, `"5min"`, `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`"""
    - 264
    - 265        self.instrumentsFile = "instruments.md"
    - 266        """Filename where full broker's instruments list will be saved. Default: `instruments.md`"""
    - 267
    - 268        self.searchResultsFile = "search-results.md"
    - 269        """Filename with all found instruments searched by part of its ticker, FIGI or name. Default: `search-results.md`"""
    - 270
    - 271        self.pricesFile = "prices.md"
    - 272        """Filename where prices of selected instruments will be saved. Default: `prices.md`"""
    - 273
    - 274        self.overviewFile = "overview.md"
    - 275        """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`"""
    - 276
    - 277        self.reportFile = "deals.md"
    - 278        """Filename where history of deals and trade statistics will be saved. Default: `deals.md`"""
    - 279
    - 280        self.historyFile = None
    - 281        """Full path to .csv output file where history candles will be saved. Default: `None`, mean that returns only pandas dataframe."""
    - 282
    - 283        self.iListDumpFile = "dump.json"
    - 284        """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`"""
    - 285
    - 286        self.iList = None  # init iList
    - 287        """Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.
    - 288        
    - 289        See also: `Listing()` and `DumpInstruments()`.
    - 290        """
    - 291
    - 292        # try to re-use raw instruments data saved as `iList` or try to load it from the dump file:
    - 293        if iList is not None and isinstance(iList, dict):
    - 294            uLogger.debug("Instruments raw data set up from given `iList` variable. Dump file not updated.")
    - 295
    - 296            self.iList = iList  # only used given iList, dump not updated
    - 297
    - 298        elif useCache:
    - 299            if os.path.exists(self.iListDumpFile):
    - 300                dumpTime = datetime.fromtimestamp(os.path.getmtime(self.iListDumpFile)).astimezone(tzutc())  # dump modification date and time
    - 301                curTime = datetime.now(tzutc())
    - 302
    - 303                if (curTime.day > dumpTime.day) or (curTime.month > dumpTime.month) or (curTime.year > dumpTime.year):
    - 304                    uLogger.warning("Local cache may be outdated! It has last modified [{}] UTC. Updating from broker server, wait, please...".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    - 305
    - 306                    self.DumpInstruments(forceUpdate=True)  # updating self.iList and dump file
    - 307
    - 308                else:
    - 309                    self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8"))  # load iList from dump
    - 310
    - 311                    uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    - 312                    uLogger.debug("Dump file was modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    - 313
    - 314            else:
    - 315                uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...")
    - 316                self.DumpInstruments(forceUpdate=True)  # updating self.iList and creating default dump file
    - 317
    - 318        else:
    - 319            self.iList = self.Listing()  # request new raw instruments data from broker server
    - 320            self.DumpInstruments(forceUpdate=False)  # save updated info to default dump file
    - 321
    - 322    @staticmethod
    - 323    def _ParseJSON(rawData="{}", debug: bool = False) -> dict:
    - 324        """
    - 325        Parse JSON from response string.
    - 326
    - 327        :param rawData: this is a string with JSON-formatted text.
    - 328        :param debug: if `True` then print more debug information.
    - 329        :return: JSON (dictionary), parsed from server response string.
    - 330        """
    - 331        if debug:
    - 332            uLogger.debug("Raw text body:")
    - 333            uLogger.debug(rawData)
    - 334
    - 335        responseJSON = json.loads(rawData) if rawData else {}
    - 336
    - 337        if debug:
    - 338            uLogger.debug("JSON formatted:")
    - 339            for jsonLine in json.dumps(responseJSON, indent=4).split('\n'):
    - 340                uLogger.debug(jsonLine)
    - 341
    - 342        return responseJSON
    - 343
    - 344    def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: int = 5, debug: bool = False) -> dict:
    - 345        """
    - 346        Send GET or POST request to broker server and receive JSON object.
    - 347
    - 348        self.header: must be define with dictionary of headers.
    - 349        self.body: if define then used as request body. None by default.
    - 350        self.timeout: global request timeout, 15 seconds by default.
    - 351        :param url: url with REST request.
    - 352        :param reqType: send "GET" or "POST" request. "GET" by default.
    - 353        :param retry: how many times retry after first request if an error occurred.
    - 354        :param pause: sleep time in seconds between retries.
    - 355        :param debug: if `True` then print more debug information.
    - 356        :return: response JSON (dictionary) from broker.
    - 357        """
    - 358        if reqType not in ("GET", "POST"):
    - 359            raise Exception("You can define request type: 'GET' or 'POST'!")
    - 360
    - 361        if debug:
    - 362            uLogger.debug("Request parameters:")
    - 363            uLogger.debug("    - REST API URL: {}".format(url))
    - 364            uLogger.debug("    - request type: {}".format(reqType))
    - 365            uLogger.debug("    - headers: {}".format(str(self.headers).replace(self.token, "*** request token ***")))
    - 366            uLogger.debug("    - body: {}".format(self.body))
    - 367
    - 368        # fast hack to avoid all operations with some tickers/FIGI
    - 369        responseJSON = {}
    - 370        oK = True
    - 371        for item in self.exclude:
    - 372            if item in url:
    - 373                if debug:
    - 374                    uLogger.warning("Do not execute operations with list of this tickers/FIGI: {}".format(str(self.exclude)))
    - 375
    - 376                oK = False
    - 377                break
    - 378
    - 379        if oK:
    - 380            counter = 0
    - 381            response = None
    - 382            errMsg = ""
    - 383
    - 384            while not response and counter <= retry:
    - 385                if reqType == "GET":
    - 386                    response = requests.get(url, headers=self.headers, data=self.body, timeout=self.timeout)
    - 387
    - 388                if reqType == "POST":
    - 389                    response = requests.post(url, headers=self.headers, data=self.body, timeout=self.timeout)
    - 390
    - 391                if debug:
    - 392                    uLogger.debug("Response:")
    - 393                    uLogger.debug("    - status code: {}".format(response.status_code))
    - 394                    uLogger.debug("    - reason: {}".format(response.reason))
    - 395                    uLogger.debug("    - body length: {}".format(len(response.text)))
    - 396
    - 397                # Error status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - 398                if 400 <= response.status_code < 600:
    - 399                    errMsg = "[{}] {}".format(response.status_code, response.text)
    - 400                    uLogger.debug("    - not oK status code received: {}".format(errMsg))
    - 401                    counter += 1
    - 402
    - 403                    if counter <= retry:
    - 404                        uLogger.debug("Retry: [{}]. Wait until {} sec. and try again...".format(counter, pause))
    - 405                        sleep(pause)
    - 406
    - 407            responseJSON = self._ParseJSON(response.text)
    - 408
    - 409            if errMsg:
    - 410                uLogger.error("Not `oK` status received from broker server!")
    - 411                uLogger.error("    - message: {}".format(errMsg))
    - 412                # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.")
    - 413
    - 414        return responseJSON
    - 415
    - 416    def _IUpdater(self, iType: str) -> tuple:
    - 417        """
    - 418        Request instrument by type from server. See available API methods for instruments:
    - 419        Currencies: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Currencies
    - 420        Shares: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Shares
    - 421        Bonds: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Bonds
    - 422        Etfs: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Etfs
    - 423        Futures: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Futures
    - 424
    - 425        :param iType: type of the instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    - 426        :return: tuple with iType name and list of available instruments of current type for defined user token.
    - 427        """
    - 428        result = []
    - 429
    - 430        if iType in TKS_INSTRUMENTS:
    - 431            uLogger.debug("Requesting available [{}] list. Wait, please...".format(iType))
    - 432
    - 433            # all instruments have the same body in API v2 requests:
    - 434            self.body = str({"instrumentStatus": "INSTRUMENT_STATUS_UNSPECIFIED"})  # Enum: [INSTRUMENT_STATUS_UNSPECIFIED, INSTRUMENT_STATUS_BASE, INSTRUMENT_STATUS_ALL]
    - 435            instrumentURL = self.server + r"/tinkoff.public.invest.api.contract.v1.InstrumentsService/{}".format(iType)
    - 436            result = self.SendAPIRequest(instrumentURL, reqType="POST", debug=False)["instruments"]
    - 437
    - 438        return iType, result
    - 439
    - 440    def _IWrapper(self, kwargs):
    - 441        """
    - 442        Wrapper runs instrument's update method `_IUpdater()`.
    - 443        It's a workaround for using multiprocessing with kwargs. See: https://stackoverflow.com/a/36799206
    - 444        """
    - 445        return self._IUpdater(**kwargs)
    - 446
    - 447    def Listing(self) -> dict:
    - 448        """
    - 449        Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.
    - 450
    - 451        :return: Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.
    - 452        """
    - 453        uLogger.debug("Requesting all available instruments from broker for current user token. Wait, please...")
    - 454        uLogger.debug("CPU usages for parallel requests: [{}]".format(CPU_USAGES))
    - 455
    - 456        # this parameters insert to requests: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService
    - 457        # iType is type of instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    - 458        iParams = [{"iType": iType} for iType in TKS_INSTRUMENTS]
    - 459
    - 460        poolUpdater = ThreadPool(processes=CPU_USAGES)  # create pool for update instruments in parallel mode
    - 461        listing = poolUpdater.map(self._IWrapper, iParams)  # execute update operations
    - 462        poolUpdater.close()
    - 463
    - 464        # Dictionary with all broker instruments: shares, currencies, bonds, etfs and futures.
    - 465        # Next in this code: item[0] is "iType" and item[1] is list of available instruments from the result of _IUpdater() method
    - 466        iList = {item[0]: {instrument["ticker"]: instrument for instrument in item[1]} for item in listing}
    - 467
    - 468        # calculate minimum price increment (step) for all instruments and set up instrument's type:
    - 469        for iType in iList.keys():
    - 470            for ticker in iList[iType]:
    - 471                iList[iType][ticker]["type"] = iType
    - 472
    - 473                if "minPriceIncrement" in iList[iType][ticker].keys():
    - 474                    iList[iType][ticker]["step"] = NanoToFloat(
    - 475                        iList[iType][ticker]["minPriceIncrement"]["units"],
    - 476                        iList[iType][ticker]["minPriceIncrement"]["nano"],
    - 477                    )
    - 478
    - 479                else:
    - 480                    iList[iType][ticker]["step"] = 0  # hack to avoid empty value in some instruments, e.g. futures
    - 481
    - 482        return iList
    - 483
    - 484    def DumpInstruments(self, forceUpdate: bool = True) -> str:
    - 485        """
    - 486        Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server
    - 487        using `Listing()` method. If `iListDumpFile` string is not empty then also save information to this file.
    - 488
    - 489        :param forceUpdate: if `True` then at first updates data with `Listing()` method, otherwise just saves exist `iList`.
    - 490        :return: serialized JSON formatted `str` with full data of instruments, also saved to the `--output` file.
    - 491        """
    - 492        if self.iListDumpFile is None or not self.iListDumpFile:
    - 493            raise Exception("Output name of dump file must be defined!")
    - 494
    - 495        if not self.iList or forceUpdate:
    - 496            self.iList = self.Listing()
    - 497
    - 498        dump = json.dumps(self.iList, indent=4, sort_keys=False)
    - 499        with open(self.iListDumpFile, mode="w", encoding="UTF-8") as fH:
    - 500            fH.write(dump)
    - 501
    - 502        uLogger.info("Instruments raw data were cached for future used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    - 503
    - 504        return dump
    - 505
    - 506    @staticmethod
    - 507    def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str:
    - 508        """
    - 509        Show information about instrument defined by json and print in Markdown format.
    - 510
    - 511        :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]`
    - 512        :param printInfo: if `True` then also printing information about instrument and its current price.
    - 513        :return: text in Markdown format with information about instrument.
    - 514        """
    - 515        infoText = ""
    - 516        if iJSON is not None and iJSON and isinstance(iJSON, dict):
    - 517            info = [
    - 518                "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    - 519                "| Parameters                                              | Values\n",
    - 520                "|---------------------------------------------------------|---------------------------------------------------------\n",
    - 521                "| Ticker:                                                 | {}\n".format(iJSON["ticker"]),
    - 522                "| Full name:                                              | {}\n".format(iJSON["name"]),
    - 523            ]
    - 524
    - 525            if "sector" in iJSON.keys() and iJSON["sector"]:
    - 526                info.append("| Sector:                                                 | {}\n".format(iJSON["sector"]))
    - 527
    - 528            info.append("| Country of instrument:                                  | {}{}\n".format(
    - 529                "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "",
    - 530                iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "",
    - 531            ))
    - 532
    - 533            info.extend([
    - 534                "|                                                         |\n",
    - 535                "| FIGI (Financial Instrument Global Identifier):          | {}\n".format(iJSON["figi"]),
    - 536                "| Exchange:                                               | {}\n".format(iJSON["exchange"]),
    - 537            ])
    - 538
    - 539            if "isin" in iJSON.keys() and iJSON["isin"]:
    - 540                info.append("| ISIN (International Securities Identification Number):  | {}\n".format(iJSON["isin"]))
    - 541
    - 542            if "classCode" in iJSON.keys():
    - 543                info.append("| Class Code:                                             | {}\n".format(iJSON["classCode"]))
    - 544
    - 545            info.extend([
    - 546                "|                                                         |\n",
    - 547                "| Current broker security trading status:                 | {}\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]),
    - 548                "| Buy operations allowed:                                 | {}\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"),
    - 549                "| Sale operations allowed:                                | {}\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"),
    - 550                "| Short positions allowed:                                | {}\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"),
    - 551            ])
    - 552
    - 553            info.append("|                                                         |\n")
    - 554
    - 555            if "type" in iJSON.keys() and iJSON["type"]:
    - 556                info.append("| Type of the instrument:                                 | {}\n".format(iJSON["type"]))
    - 557
    - 558            if "futuresType" in iJSON.keys() and iJSON["futuresType"]:
    - 559                info.append("| Futures type:                                           | {}\n".format(iJSON["futuresType"]))
    - 560
    - 561            if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]:
    - 562                info.append("| IPO date:                                               | {}\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", "")))
    - 563
    - 564            if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]:
    - 565                info.append("| Released date:                                          | {}\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", "")))
    - 566
    - 567            if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]:
    - 568                info.append("| Rebalancing frequency:                                  | {}\n".format(iJSON["rebalancingFreq"]))
    - 569
    - 570            if "focusType" in iJSON.keys() and iJSON["focusType"]:
    - 571                info.append("| Focusing type:                                          | {}\n".format(iJSON["focusType"]))
    - 572
    - 573            if "assetType" in iJSON.keys() and iJSON["assetType"]:
    - 574                info.append("| Asset type:                                             | {}\n".format(iJSON["assetType"]))
    - 575
    - 576            if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]:
    - 577                info.append("| Basic asset:                                            | {}\n".format(iJSON["basicAsset"]))
    - 578
    - 579            if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]:
    - 580                info.append("| Basic asset size:                                       | {:.2f}\n".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"])))
    - 581
    - 582            if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]:
    - 583                info.append("| ISO currency name:                                      | {}\n".format(iJSON["isoCurrencyName"]))
    - 584
    - 585            if "currency" in iJSON.keys():
    - 586                info.append("| Payment currency:                                       | {}\n".format(iJSON["currency"]))
    - 587
    - 588            if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0:
    - 589                info.append("| First trade date:                                       | {}\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", "")))
    - 590
    - 591            if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0:
    - 592                info.append("| Last trade date:                                        | {}\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", "")))
    - 593
    - 594            if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0:
    - 595                info.append("| Date of expiration:                                     | {}\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", "")))
    - 596
    - 597            if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0:
    - 598                info.append("| State registration date:                                | {}\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", "")))
    - 599
    - 600            if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0:
    - 601                info.append("| Placement date:                                         | {}\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", "")))
    - 602
    - 603            if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0:
    - 604                info.append("| Maturity date:                                          | {}\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", "")))
    - 605
    - 606            if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]:
    - 607                info.append("| Perpetual bond:                                         | Yes\n")
    - 608
    - 609            if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]:
    - 610                info.append("| Over-the-counter (OTC) securities:                      | Yes\n")
    - 611
    - 612            if iJSON["type"] == "Bonds":
    - 613                info.append("| Bond issue (size / plan):                               | {} / {}\n".format(iJSON["issueSize"], iJSON["issueSizePlan"]))
    - 614
    - 615                info.append("| Nominal price (100%):                                   | {:.2f} {}\n".format(
    - 616                    NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]),
    - 617                    iJSON["nominal"]["currency"],
    - 618                ))
    - 619
    - 620                if "floatingCouponFlag" in iJSON.keys():
    - 621                    info.append("| Floating coupon:                                        | {}\n".format("Yes" if iJSON["floatingCouponFlag"] else "No"))
    - 622
    - 623                if "amortizationFlag" in iJSON.keys():
    - 624                    info.append("| Amortization:                                           | {}\n".format("Yes" if iJSON["amortizationFlag"] else "No"))
    - 625
    - 626                if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]:
    - 627                    info.append("| Number of coupon payments per year:                     | {}\n".format(iJSON["couponQuantityPerYear"]))
    - 628
    - 629                if "aciValue" in iJSON.keys() and iJSON["aciValue"]:
    - 630                    info.append("| Current ACI (Accrued Interest):                         | {:.2f} {}\n".format(
    - 631                        NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]),
    - 632                        iJSON["aciValue"]["currency"]
    - 633                    ))
    - 634
    - 635            if "currentPrice" in iJSON.keys():
    - 636                info.append("|                                                         |\n")
    - 637
    - 638                info.extend([
    - 639                    "| Previous close price of the instrument:                 | {}{}\n".format(
    - 640                        "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A",
    - 641                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 642                    ),
    - 643                    "| Last deal price of the instrument:                      | {}{}\n".format(
    - 644                        "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A",
    - 645                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 646                    ),
    - 647                    "| Changes between last deal price and last close  %       | {:.2f}%\n".format(iJSON["currentPrice"]["changes"]),
    - 648                    "| Current limit price, min / max:                         | {}{} / {}{}\n".format(
    - 649                        "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A",
    - 650                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 651                        "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A",
    - 652                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 653                    ),
    - 654                    "| Actual price, sell / buy:                               | {}{} / {}{}\n".format(
    - 655                        "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A",
    - 656                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 657                        "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A",
    - 658                        "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 659                    ),
    - 660                ])
    - 661
    - 662            if "lot" in iJSON.keys():
    - 663                info.append("| Minimum lot to buy:                                     | {}\n".format(iJSON["lot"]))
    - 664
    - 665            if "step" in iJSON.keys() and iJSON["step"] != 0:
    - 666                info.append("| Minimum price increment (step):                         | {}\n".format(iJSON["step"]))
    - 667
    - 668            infoText += "".join(info)
    - 669
    - 670            if printInfo:
    - 671                uLogger.info("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    - 672
    - 673            else:
    - 674                uLogger.debug("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    - 675
    - 676        return infoText
    - 677
    - 678    def SearchByTicker(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    - 679        """
    - 680        Search and return raw broker's information about instrument by it's ticker.
    - 681        `ticker` must be define! If debug=True then print all debug messages.
    - 682
    - 683        :param requestPrice: if `False` then do not request current price of instrument (because this is long operation).
    - 684        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    - 685        :param debug: if `True` then print all debug console messages.
    - 686        :return: JSON formatted data with information about instrument.
    - 687        """
    - 688        tickerJSON = {}
    - 689        if debug:
    - 690            uLogger.debug("Searching information about instrument by it's ticker [{}] ...".format(self.ticker))
    - 691
    - 692        if not self.ticker:
    - 693            uLogger.warning("self.ticker variable is not be empty!")
    - 694
    - 695        else:
    - 696            if not self.iList:
    - 697                self.iList = self.Listing()
    - 698
    - 699            if self.ticker in self.iList["Shares"].keys():
    - 700                tickerJSON = self.iList["Shares"][self.ticker]
    - 701                if debug:
    - 702                    uLogger.debug("Ticker [{}] found in shares list".format(self.ticker))
    - 703
    - 704            elif self.ticker in self.iList["Currencies"].keys():
    - 705                tickerJSON = self.iList["Currencies"][self.ticker]
    - 706                if debug:
    - 707                    uLogger.debug("Ticker [{}] found in currencies list".format(self.ticker))
    - 708
    - 709            elif self.ticker in self.iList["Bonds"].keys():
    - 710                tickerJSON = self.iList["Bonds"][self.ticker]
    - 711                if debug:
    - 712                    uLogger.debug("Ticker [{}] found in bonds list".format(self.ticker))
    - 713
    - 714            elif self.ticker in self.iList["Etfs"].keys():
    - 715                tickerJSON = self.iList["Etfs"][self.ticker]
    - 716                if debug:
    - 717                    uLogger.debug("Ticker [{}] found in etfs list".format(self.ticker))
    - 718
    - 719            elif self.ticker in self.iList["Futures"].keys():
    - 720                tickerJSON = self.iList["Futures"][self.ticker]
    - 721                if debug:
    - 722                    uLogger.debug("Ticker [{}] found in futures list".format(self.ticker))
    - 723
    - 724        if tickerJSON:
    - 725            self.figi = tickerJSON["figi"]
    - 726
    - 727            if requestPrice:
    - 728                tickerJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    - 729
    - 730                if tickerJSON["currentPrice"]["closePrice"] is not None and tickerJSON["currentPrice"]["closePrice"] != 0 and tickerJSON["currentPrice"]["lastPrice"] is not None:
    - 731                    tickerJSON["currentPrice"]["changes"] = 100 * (tickerJSON["currentPrice"]["lastPrice"] - tickerJSON["currentPrice"]["closePrice"]) / tickerJSON["currentPrice"]["closePrice"]
    - 732
    - 733                else:
    - 734                    tickerJSON["currentPrice"]["changes"] = 0
    - 735
    - 736            if showInfo:
    - 737                self.ShowInstrumentInfo(iJSON=tickerJSON, printInfo=True)  # print info as Markdown text
    - 738
    - 739        else:
    - 740            if showInfo:
    - 741                uLogger.warning("Ticker [{}] not found in available broker instrument's list!".format(self.ticker))
    - 742
    - 743        return tickerJSON
    - 744
    - 745    def SearchByFIGI(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    - 746        """
    - 747        Search and return raw broker's information about instrument by it's FIGI.
    - 748        `figi` must be define! If debug=True then print all debug messages.
    - 749
    - 750        :param requestPrice: if `False` then do not request current price of instrument (it's long operation).
    - 751        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    - 752        :param debug: if `True` then print all debug console messages.
    - 753        :return: JSON formatted data with information about instrument.
    - 754        """
    - 755        figiJSON = {}
    - 756        if debug:
    - 757            uLogger.debug("Searching information about instrument by it's FIGI [{}] ...".format(self.figi))
    - 758
    - 759        if not self.figi:
    - 760            uLogger.warning("self.figi variable is not be empty!")
    - 761
    - 762        else:
    - 763            if not self.iList:
    - 764                self.iList = self.Listing()
    - 765
    - 766            for item in self.iList["Shares"].keys():
    - 767                if self.figi == self.iList["Shares"][item]["figi"]:
    - 768                    figiJSON = self.iList["Shares"][item]
    - 769
    - 770                    if debug:
    - 771                        uLogger.debug("FIGI [{}] found in shares list".format(self.figi))
    - 772
    - 773                    break
    - 774
    - 775            if not figiJSON:
    - 776                for item in self.iList["Currencies"].keys():
    - 777                    if self.figi == self.iList["Currencies"][item]["figi"]:
    - 778                        figiJSON = self.iList["Currencies"][item]
    - 779
    - 780                        if debug:
    - 781                            uLogger.debug("FIGI [{}] found in currencies list".format(self.figi))
    - 782
    - 783                        break
    - 784
    - 785            if not figiJSON:
    - 786                for item in self.iList["Bonds"].keys():
    - 787                    if self.figi == self.iList["Bonds"][item]["figi"]:
    - 788                        figiJSON = self.iList["Bonds"][item]
    - 789
    - 790                        if debug:
    - 791                            uLogger.debug("FIGI [{}] found in bonds list".format(self.figi))
    - 792
    - 793                        break
    - 794
    - 795            if not figiJSON:
    - 796                for item in self.iList["Etfs"].keys():
    - 797                    if self.figi == self.iList["Etfs"][item]["figi"]:
    - 798                        figiJSON = self.iList["Etfs"][item]
    - 799
    - 800                        if debug:
    - 801                            uLogger.debug("FIGI [{}] found in etfs list".format(self.figi))
    - 802
    - 803                        break
    - 804
    - 805            if not figiJSON:
    - 806                for item in self.iList["Futures"].keys():
    - 807                    if self.figi == self.iList["Futures"][item]["figi"]:
    - 808                        figiJSON = self.iList["Futures"][item]
    - 809
    - 810                        if debug:
    - 811                            uLogger.debug("FIGI [{}] found in futures list".format(self.figi))
    - 812
    - 813                        break
    - 814
    - 815        if figiJSON:
    - 816            self.figi = figiJSON["figi"]
    - 817            self.ticker = figiJSON["ticker"]
    - 818
    - 819            if requestPrice:
    - 820                figiJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    - 821
    - 822                if figiJSON["currentPrice"]["closePrice"] is not None and figiJSON["currentPrice"]["closePrice"] != 0 and figiJSON["currentPrice"]["lastPrice"] is not None:
    - 823                    figiJSON["currentPrice"]["changes"] = 100 * (figiJSON["currentPrice"]["lastPrice"] - figiJSON["currentPrice"]["closePrice"]) / figiJSON["currentPrice"]["closePrice"]
    - 824
    - 825                else:
    - 826                    figiJSON["currentPrice"]["changes"] = 0
    - 827
    - 828            if showInfo:
    - 829                self.ShowInstrumentInfo(iJSON=figiJSON, printInfo=True)  # print info as Markdown text
    - 830
    - 831        else:
    - 832            if showInfo:
    - 833                uLogger.warning("FIGI [{}] not found in available broker instrument's list!".format(self.figi))
    - 834
    - 835        return figiJSON
    - 836
    - 837    def GetCurrentPrices(self, showPrice: bool = False) -> dict:
    - 838        """
    - 839        Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:
    - 840        `{"buy": [], "sell": [], "limitUp": None, "limitDown": None, "lastPrice": None, "closePrice": None}`.
    - 841
    - 842        :param showPrice: if `True` then print DOM.
    - 843        :return: orders book dict with lists of current buy and sell prices: `{"buy": [{"price": x1, "quantity": y1, ...}], "sell": [....]}`.
    - 844        """
    - 845        prices = {"buy": [], "sell": [], "limitUp": 0, "limitDown": 0, "lastPrice": 0, "closePrice": 0}
    - 846
    - 847        if self.depth < 1:
    - 848            raise Exception("Depth of Market (DOM) must be >=1!")
    - 849
    - 850        if not (self.ticker or self.figi):
    - 851            raise Exception("self.ticker or self.figi variables must be defined!")
    - 852
    - 853        if self.ticker and not self.figi:
    - 854            instrumentByTicker = self.SearchByTicker(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    - 855            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    - 856
    - 857        if not self.ticker and self.figi:
    - 858            instrumentByFigi = self.SearchByFIGI(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    - 859            self.ticker = instrumentByFigi["ticker"] if instrumentByFigi else ""
    - 860
    - 861        if not self.figi:
    - 862            uLogger.error("FIGI is not determined!")
    - 863
    - 864        else:
    - 865            uLogger.debug("Requesting current prices for instrument with ticker [{}] and FIGI [{}]...".format(self.ticker, self.figi))
    - 866
    - 867            # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetOrderBook
    - 868            priceURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetOrderBook"
    - 869            self.body = str({"figi": self.figi, "depth": self.depth})
    - 870            pricesResponse = self.SendAPIRequest(priceURL, reqType="POST")
    - 871
    - 872            if pricesResponse:
    - 873                # list of dicts with sellers orders:
    - 874                prices["buy"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["asks"]]
    - 875
    - 876                # list of dicts with buyers orders:
    - 877                prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]]
    - 878
    - 879                # max price of instrument at this time:
    - 880                prices["limitUp"] = NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]) if "limitUp" in pricesResponse.keys() else None
    - 881
    - 882                # min price of instrument at this time:
    - 883                prices["limitDown"] = NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]) if "limitDown" in pricesResponse.keys() else None
    - 884
    - 885                # last price of deal with instrument:
    - 886                prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0
    - 887
    - 888                # last close price of instrument:
    - 889                prices["closePrice"] = NanoToFloat(pricesResponse["closePrice"]["units"], pricesResponse["closePrice"]["nano"]) if "closePrice" in pricesResponse.keys() else 0
    - 890
    - 891            else:
    - 892                uLogger.warning("Server return an empty or error response! See full log. Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    - 893                uLogger.debug("Server response: {}".format(pricesResponse))
    - 894
    - 895            if showPrice:
    - 896                if prices["buy"] or prices["sell"]:
    - 897                    info = [
    - 898                        "Orders book actual at [{}] (UTC)\nTicker: [{}], FIGI: [{}], Depth of Market: [{}]\n".format(
    - 899                            datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S"),
    - 900                            self.ticker,
    - 901                            self.figi,
    - 902                            self.depth,
    - 903                        ),
    - 904                        uLog.sepShort, "\n",
    - 905                        " Orders of Buyers   | Orders of Sellers\n",
    - 906                        uLog.sepShort, "\n",
    - 907                        " Sell prices (vol.) | Buy prices (vol.)\n",
    - 908                        uLog.sepShort, "\n",
    - 909                    ]
    - 910
    - 911                    if not prices["buy"]:
    - 912                        info.append("                    | No orders!\n")
    - 913                        sumBuy = 0
    - 914
    - 915                    else:
    - 916                        sumBuy = sum([x["quantity"] for x in prices["buy"]])
    - 917                        maxMinSorted = sorted(prices["buy"], key=lambda k: k["price"], reverse=True)
    - 918                        for item in maxMinSorted:
    - 919                            info.append("                    | {} ({})\n".format(item["price"], item["quantity"]))
    - 920
    - 921                    if not prices["sell"]:
    - 922                        info.append("No orders!          |\n")
    - 923                        sumSell = 0
    - 924
    - 925                    else:
    - 926                        sumSell = sum([x["quantity"] for x in prices["sell"]])
    - 927                        for item in prices["sell"]:
    - 928                            info.append("{:>19} |\n".format("{} ({})".format(item["price"], item["quantity"])))
    - 929
    - 930                    info.extend([
    - 931                        uLog.sepShort, "\n",
    - 932                        "{:>19} | {}\n".format("Total sell: {}".format(sumSell), "Total buy: {}".format(sumBuy)),
    - 933                        uLog.sepShort, "\n",
    - 934                    ])
    - 935
    - 936                    infoText = "".join(info)
    - 937
    - 938                    uLogger.info("Current prices in order book:\n\n{}".format(infoText))
    - 939
    - 940                else:
    - 941                    uLogger.warning("Orders book is empty at this time! Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    - 942
    - 943        return prices
    - 944
    - 945    def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str:
    - 946        """
    - 947        This method get and show information about all available broker instruments.
    - 948        If `instrumentsFile` string is not empty then also save information to this file.
    - 949
    - 950        :param showInstruments: if `True` then print results to console, if `False` - print only to file.
    - 951        :return: multi-string with all available broker instruments
    - 952        """
    - 953        if not self.iList:
    - 954            self.iList = self.Listing()
    - 955
    - 956        info = [
    - 957            "# All available instruments from Tinkoff Broker server for current user token\n\n",
    - 958            "* **Actual on date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    - 959        ]
    - 960
    - 961        # add instruments count by type:
    - 962        for iType in self.iList.keys():
    - 963            info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType])))
    - 964
    - 965        headerLine = "| Ticker       | Full name                                                      | FIGI         | Cur | Lot    | Step\n"
    - 966        splitLine = "|--------------|----------------------------------------------------------------|--------------|-----|--------|---------\n"
    - 967
    - 968        # generating info tables with all instruments by type:
    - 969        for iType in self.iList.keys():
    - 970            info.extend(["\n\n## {} available. Total: [{}]\n\n".format(iType, len(self.iList[iType])), headerLine, splitLine])
    - 971
    - 972            for instrument in self.iList[iType].keys():
    - 973                iName = self.iList[iType][instrument]["name"]  # instrument's name
    - 974                if len(iName) > 63:
    - 975                    iName = "{}...".format(iName[:60])  # right trim for a long string
    - 976    
    - 977                info.append("| {:<12} | {:<63}| {:<13}| {:<4}| {:<7}| {}\n".format(
    - 978                    self.iList[iType][instrument]["ticker"],
    - 979                    iName,
    - 980                    self.iList[iType][instrument]["figi"],
    - 981                    self.iList[iType][instrument]["currency"],
    - 982                    self.iList[iType][instrument]["lot"],
    - 983                    str(self.iList[iType][instrument]["step"]).rstrip("0"),
    - 984                ))
    - 985
    - 986        infoText = "".join(info)
    - 987
    - 988        if showInstruments:
    - 989            uLogger.info(infoText)
    - 990
    - 991        if self.instrumentsFile:
    - 992            with open(self.instrumentsFile, "w", encoding="UTF-8") as fH:
    - 993                fH.write(infoText)
    - 994
    - 995            uLogger.info("All available instruments are saved to file: [{}]".format(os.path.abspath(self.instrumentsFile)))
    - 996
    - 997        return infoText
    - 998
    - 999    def SearchInstruments(self, pattern: str, showResults: bool = False) -> dict:
    -1000        """
    -1001        This method search and show information about instruments by part of its ticker, FIGI or name.
    -1002        If `searchResultsFile` string is not empty then also save information to this file.
    -1003
    -1004        :param pattern: string with part of ticker, FIGI or instrument's name.
    -1005        :param showResults: if `True` then print results to console, if `False` - return list of result only.
    -1006        :return: list of dictionaries with all found instruments.
    -1007        """
    -1008        if not self.iList:
    -1009            self.iList = self.Listing()
    -1010
    -1011        searchResults = {iType: {} for iType in self.iList}  # same as iList but will contains only filtered instruments
    -1012        compiledPattern = re.compile(pattern, re.IGNORECASE)
    -1013
    -1014        for iType in self.iList:
    -1015            for instrument in self.iList[iType].values():
    -1016                searchResult = compiledPattern.search(" ".join(
    -1017                    [instrument["ticker"], instrument["figi"], instrument["name"]]
    -1018                ))
    -1019
    -1020                if searchResult:
    -1021                    searchResults[iType][instrument["ticker"]] = instrument
    -1022
    -1023        resultsLen = sum([len(searchResults[iType]) for iType in searchResults])
    -1024        info = [
    -1025            "# Search results\n\n",
    -1026            "* **Search pattern:** [{}]\n".format(pattern),
    -1027            "* **Found instruments:** [{}]\n\n".format(resultsLen),
    -1028            "**Note:** you can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t TICKER --info` or `tksbrokerapi -f FIGI --info`.\n"
    -1029        ]
    -1030        infoShort = info[:]
    -1031
    -1032        headerLine = "| Type       | Ticker       | Full name                                                      | FIGI         |\n"
    -1033        splitLine = "|------------|--------------|----------------------------------------------------------------|--------------|\n"
    -1034        skippedLine = "| ...        | ...          | ...                                                            | ...          |\n"
    -1035
    -1036        if resultsLen == 0:
    -1037            info.append("\nNo results\n")
    -1038            infoShort.append("\nNo results\n")
    -1039            uLogger.warning("No results. Try changing your search pattern.")
    -1040
    -1041        else:
    -1042            for iType in searchResults:
    -1043                iTypeValuesCount = len(searchResults[iType].values())
    -1044                if iTypeValuesCount > 0:
    -1045                    info.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    -1046                    infoShort.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    -1047
    -1048                    for instrument in searchResults[iType].values():
    -1049                        info.append("| {:<10} | {:<12} | {:<63}| {:<13}|\n".format(
    -1050                            instrument["type"],
    -1051                            instrument["ticker"],
    -1052                            "{}...".format(instrument["name"][:60]) if len(instrument["name"]) > 63 else instrument["name"],  # right trim for a long string
    -1053                            instrument["figi"],
    -1054                        ))
    -1055
    -1056                    if iTypeValuesCount <= 5:
    -1057                        infoShort.extend(info[-iTypeValuesCount:])
    -1058
    -1059                    else:
    -1060                        infoShort.extend(info[-5:])
    -1061                        infoShort.append(skippedLine)
    -1062
    -1063        infoText = "".join(info)
    -1064        infoTextShort = "".join(infoShort)
    -1065
    -1066        if showResults:
    -1067            uLogger.info(infoTextShort)
    -1068            uLogger.info("You can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t IBM --info` or `tksbrokerapi -f BBG000BLNNH6 --info`")
    -1069
    -1070        if self.searchResultsFile:
    -1071            with open(self.searchResultsFile, "w", encoding="UTF-8") as fH:
    -1072                fH.write(infoText)
    -1073
    -1074            uLogger.info("Full search results were saved to file: [{}]".format(os.path.abspath(self.searchResultsFile)))
    -1075
    -1076        return searchResults
    -1077
    -1078    def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> list:
    -1079        """
    -1080        This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!
    -1081        See limits: https://tinkoff.github.io/investAPI/limits/
    -1082        If `pricesFile` string is not empty then also save information to this file.
    -1083
    -1084        :param instruments: list of tickers or FIGIs.
    -1085        :param showPrices: if `True` then print to console, if `False` - print only to file.
    -1086        :return: list of instruments looks like this: `iList = [{some ticker info, "currentPrice": {current prices}}, {...}, ...]`
    -1087                 One item is dict returned by `SearchByTicker()` or `SearchByFIGI()` methods.
    -1088        """
    -1089        if instruments is None or not instruments:
    -1090            raise Exception("You must define some of tickers or FIGIs to request it's actual prices!")
    -1091
    -1092        uLogger.debug("Requesting current prices of list of instruments from Tinkoff Broker server...")
    -1093
    -1094        iList = []
    -1095        for iName in instruments:
    -1096            if iName not in self.aliases.keys():
    -1097                iList.append(iName)
    -1098
    -1099            else:
    -1100                iList.append(self.aliases[iName])
    -1101
    -1102        unique = set()  # create list with every figi only one time with the same order position:
    -1103        tempNames = [item for item in iList if not (item in unique or unique.add(item))]
    -1104
    -1105        uLogger.debug("Ordered input list of instruments without duplicates of names: {}".format(tempNames))
    -1106
    -1107        iList = []  # try to get info about all unique instruments:
    -1108        for iName in tempNames:
    -1109            self.ticker = iName
    -1110            iData = self.SearchByTicker(requestPrice=True)
    -1111
    -1112            if not iData:
    -1113                self.ticker = ""
    -1114                self.figi = iName
    -1115
    -1116                iData = self.SearchByFIGI(requestPrice=True)
    -1117
    -1118                if not iData:
    -1119                    self.figi = ""
    -1120                    uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName))
    -1121
    -1122            if iData:
    -1123                isUnique = True
    -1124                for item in iList:
    -1125                    if item["figi"] == iData["figi"] or item["ticker"] == iData["ticker"]:
    -1126                        isUnique = False
    -1127                        break
    -1128
    -1129                if isUnique:
    -1130                    iList.append(iData)
    -1131
    -1132        if showPrices:
    -1133            info = [
    -1134                "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    -1135                "| Ticker       | FIGI         | Type       | Prev. close | Last price  | Chg. %   | Day limits min/max  | Actual sell / buy   | Curr.\n",
    -1136                "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|------\n",
    -1137            ]
    -1138
    -1139            for item in iList:
    -1140                info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {}\n".format(
    -1141                    item["ticker"],
    -1142                    item["figi"],
    -1143                    item["type"],
    -1144                    "{:.2f}".format(float(item["currentPrice"]["closePrice"])),
    -1145                    "{:.2f}".format(float(item["currentPrice"]["lastPrice"])),
    -1146                    "{}{:.2f}".format("+" if item["currentPrice"]["changes"] > 0 else "", float(item["currentPrice"]["changes"])),
    -1147                    "{} / {}".format(
    -1148                        item["currentPrice"]["limitDown"] if item["currentPrice"]["limitDown"] is not None else "N/A",
    -1149                        item["currentPrice"]["limitUp"] if item["currentPrice"]["limitUp"] is not None else "N/A",
    -1150                    ),
    -1151                    "{} / {}".format(
    -1152                        item["currentPrice"]["sell"][0]["price"] if item["currentPrice"]["sell"] else "N/A",
    -1153                        item["currentPrice"]["buy"][0]["price"] if item["currentPrice"]["buy"] else "N/A",
    -1154                    ),
    -1155                    item["currency"],
    -1156                ))
    -1157
    -1158            infoText = "".join(info)
    -1159
    -1160            if showPrices:
    -1161                uLogger.info("Only unique instruments are shown:\n{}".format(infoText))
    -1162
    -1163            if self.pricesFile:
    -1164                with open(self.pricesFile, "w", encoding="UTF-8") as fH:
    -1165                    fH.write(infoText)
    -1166
    -1167                uLogger.info("Price list for all instruments saved to file: [{}]".format(os.path.abspath(self.pricesFile)))
    -1168
    -1169        return iList
    -1170
    -1171    def RequestPortfolio(self) -> dict:
    -1172        """
    -1173        Requesting current actual user's portfolio.
    -1174        REST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio
    -1175
    -1176        :return: dictionary with user's portfolio.
    -1177        """
    -1178        uLogger.debug("Requesting current actual user's portfolio. Wait, please...")
    -1179
    -1180        self.body = str({"accountId": self.accountId})
    -1181        portfolioURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPortfolio"
    -1182        rawPortfolio = self.SendAPIRequest(portfolioURL, reqType="POST")
    -1183
    -1184        uLogger.debug("Records about user's portfolio successfully received")
    -1185
    -1186        return rawPortfolio
    -1187
    -1188    def RequestPositions(self) -> dict:
    -1189        """
    -1190        Requesting current open positions in currencies and instruments.
    -1191        REST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions
    -1192
    -1193        :return: dictionary with open positions by instruments.
    -1194        """
    -1195        uLogger.debug("Requesting current open positions in currencies and instruments. Wait, please...")
    -1196
    -1197        self.body = str({"accountId": self.accountId})
    -1198        positionsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPositions"
    -1199        rawPositions = self.SendAPIRequest(positionsURL, reqType="POST")
    -1200
    -1201        uLogger.debug("Records about current open positions successfully received")
    -1202
    -1203        return rawPositions
    -1204
    -1205    def RequestPendingOrders(self) -> list:
    -1206        """
    -1207        Requesting current actual pending orders.
    -1208        REST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders
    -1209
    -1210        :return: list of dictionaries with pending orders.
    -1211        """
    -1212        uLogger.debug("Requesting current actual pending orders. Wait, please...")
    -1213
    -1214        self.body = str({"accountId": self.accountId})
    -1215        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders"
    -1216        rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"]
    -1217
    -1218        uLogger.debug("[{}] records about pending orders successfully received".format(len(rawOrders)))
    -1219
    -1220        return rawOrders
    -1221
    -1222    def RequestStopOrders(self) -> list:
    -1223        """
    -1224        Requesting current actual stop orders.
    -1225        REST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders
    -1226
    -1227        :return: list of dictionaries with stop orders.
    -1228        """
    -1229        uLogger.debug("Requesting current actual stop orders. Wait, please...")
    -1230
    -1231        self.body = str({"accountId": self.accountId})
    -1232        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders"
    -1233        rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"]
    -1234
    -1235        uLogger.debug("[{}] records about stop orders successfully received".format(len(rawStopOrders)))
    -1236
    -1237        return rawStopOrders
    -1238
    -1239    def Overview(self, showStatistics: bool = False) -> dict:
    -1240        """
    -1241        Get portfolio: all open positions, orders and some statistics for defined accountId.
    -1242        If `overviewFile` is define then also save information to file.
    -1243
    -1244        :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information.
    -1245        :return: dictionary with client's raw portfolio and some statistics.
    -1246        """
    -1247        view = {
    -1248            "raw": {  # --- raw portfolio responses from broker with user portfolio data:
    -1249                "headers": {},  # list of dictionaries, response headers without "positions" section
    -1250                "Currencies": [],  # list of dictionaries, open trades with currencies from "positions" section
    -1251                "Shares": [],  # list of dictionaries, open trades with shares from "positions" section
    -1252                "Bonds": [],  # list of dictionaries, open trades with bonds from "positions" section
    -1253                "Etfs": [],  # list of dictionaries, open trades with etfs from "positions" section
    -1254                "Futures": [],  # list of dictionaries, open trades with futures from "positions" section
    -1255                "positions": {},  # raw response from broker: dictionary with current available or blocked currencies and instruments for client
    -1256                "orders": [],  # raw response from broker: list of dictionaries with all pending (market) orders
    -1257                "stopOrders": [],  # raw response from broker: list of dictionaries with all stop orders
    -1258                "currenciesCurrentPrices": {"rub": {"name": "Российский рубль", "currentPrice": 1.}},  # dict with prices of all currencies in RUB
    -1259            },
    -1260            "stat": {  # --- some statistics calculated using "raw" sections:
    -1261                "portfolioCostRUB": 0.,  # portfolio cost in RUB (Russian Rouble)
    -1262                "availableRUB": 0.,  # available rubles (without other currencies)
    -1263                "blockedRUB": 0.,  # blocked sum in Russian Rouble
    -1264                "totalChangesRUB": 0.,  # changes for all open trades in RUB
    -1265                "totalChangesPercentRUB": 0.,  # changes for all open trades in percents
    -1266                "allCurrenciesCostRUB": 0.,  # costs of all currencies (include rubles) in RUB
    -1267                "sharesCostRUB": 0.,  # costs of all shares in RUB
    -1268                "bondsCostRUB": 0.,  # costs of all bonds in RUB
    -1269                "etfsCostRUB": 0.,  # costs of all etfs in RUB
    -1270                "futuresCostRUB": 0.,  # costs of all futures in RUB
    -1271                "Currencies": [],  # list of dictionaries of all currencies statistics
    -1272                "Shares": [],  # list of dictionaries of all shares statistics
    -1273                "Bonds": [],  # list of dictionaries of all bonds statistics
    -1274                "Etfs": [],  # list of dictionaries of all etfs statistics
    -1275                "Futures": [],  # list of dictionaries of all futures statistics
    -1276                "orders": [],  # list of dictionaries of all pending (market) orders and it's parameters
    -1277                "stopOrders": [],  # list of dictionaries of all stop orders and it's parameters
    -1278                "blockedCurrencies": {},  # dict with blocked instruments and currencies, e.g. {"rub": 1291.87, "usd": 6.21}
    -1279                "blockedInstruments": {},  # dict with blocked  by FIGI, e.g. {}
    -1280                "funds": {},  # dict with free funds for trading (total - blocked), by all currencies, e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    -1281            },
    -1282            "analytics": {  # --- some analytics of portfolio:
    -1283                "distrByAssets": {},  # portfolio distribution by assets
    -1284                "distrByCompanies": {},  # portfolio distribution by companies
    -1285                "distrBySectors": {},  # portfolio distribution by sectors
    -1286                "distrByCurrencies": {},  # portfolio distribution by currencies
    -1287                "distrByCountries": {},  # portfolio distribution by countries
    -1288            }
    -1289        }
    -1290
    -1291        if showStatistics:
    -1292            uLogger.debug("Requesting portfolio of a client. Wait, please...")
    -1293
    -1294        portfolioResponse = self.RequestPortfolio()  # current user's portfolio (dict)
    -1295        view["raw"]["positions"] = self.RequestPositions()  # current open positions by instruments (dict)
    -1296        view["raw"]["orders"] = self.RequestPendingOrders()  # current actual pending orders (list)
    -1297        view["raw"]["stopOrders"] = self.RequestStopOrders()  # current actual stop orders (list)
    -1298
    -1299        # save response headers without "positions" section:
    -1300        for key in portfolioResponse.keys():
    -1301            if key != "positions":
    -1302                view["raw"]["headers"][key] = portfolioResponse[key]
    -1303
    -1304            else:
    -1305                continue
    -1306
    -1307        # Re-sorting and separating given raw instruments and currencies by type: https://tinkoff.github.io/investAPI/operations/#operation
    -1308        # Type of instrument must be only one of supported types in TKS_INSTRUMENTS
    -1309        for item in portfolioResponse["positions"]:
    -1310            if item["instrumentType"] == "currency":
    -1311                self.figi = item["figi"]
    -1312                curr = self.SearchByFIGI(requestPrice=False)
    -1313
    -1314                # current price of currency in RUB:
    -1315                view["raw"]["currenciesCurrentPrices"][curr["nominal"]["currency"]] = {
    -1316                    "name": curr["name"],
    -1317                    "currentPrice": NanoToFloat(
    -1318                        item["currentPrice"]["units"],
    -1319                        item["currentPrice"]["nano"]
    -1320                    ),
    -1321                }
    -1322
    -1323                view["raw"]["Currencies"].append(item)
    -1324
    -1325            elif item["instrumentType"] == "share":
    -1326                view["raw"]["Shares"].append(item)
    -1327
    -1328            elif item["instrumentType"] == "bond":
    -1329                view["raw"]["Bonds"].append(item)
    -1330
    -1331            elif item["instrumentType"] == "etf":
    -1332                view["raw"]["Etfs"].append(item)
    -1333
    -1334            elif item["instrumentType"] == "futures":
    -1335                view["raw"]["Futures"].append(item)
    -1336
    -1337            else:
    -1338                continue
    -1339
    -1340        # how many volume of currencies (by ISO currency name) are blocked:
    -1341        for item in view["raw"]["positions"]["blocked"]:
    -1342            blocked = NanoToFloat(item["units"], item["nano"])
    -1343            if blocked > 0:
    -1344                view["stat"]["blockedCurrencies"][item["currency"]] = blocked
    -1345
    -1346        # how many volume of instruments (by FIGI) are blocked:
    -1347        for item in view["raw"]["positions"]["securities"]:
    -1348            blocked = int(item["blocked"])
    -1349            if blocked > 0:
    -1350                view["stat"]["blockedInstruments"][item["figi"]] = blocked
    -1351
    -1352        allBlocked = {**view["stat"]["blockedCurrencies"], **view["stat"]["blockedInstruments"]}
    -1353
    -1354        if "rub" in allBlocked.keys():
    -1355            view["stat"]["blockedRUB"] = allBlocked["rub"]  # blocked rubles
    -1356
    -1357        # --- saving current total amount in RUB of all currencies (with ruble), shares, bonds, etfs, futures and currencies:
    -1358        view["stat"]["allCurrenciesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountCurrencies"]["units"], portfolioResponse["totalAmountCurrencies"]["nano"])
    -1359        view["stat"]["sharesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountShares"]["units"], portfolioResponse["totalAmountShares"]["nano"])
    -1360        view["stat"]["bondsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountBonds"]["units"], portfolioResponse["totalAmountBonds"]["nano"])
    -1361        view["stat"]["etfsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountEtf"]["units"], portfolioResponse["totalAmountEtf"]["nano"])
    -1362        view["stat"]["futuresCostRUB"] = NanoToFloat(portfolioResponse["totalAmountFutures"]["units"], portfolioResponse["totalAmountFutures"]["nano"])
    -1363        view["stat"]["portfolioCostRUB"] = sum([
    -1364            view["stat"]["allCurrenciesCostRUB"],
    -1365            view["stat"]["sharesCostRUB"],
    -1366            view["stat"]["bondsCostRUB"],
    -1367            view["stat"]["etfsCostRUB"],
    -1368            view["stat"]["futuresCostRUB"],
    -1369        ])
    -1370
    -1371        # --- calculating some portfolio statistics:
    -1372        byComp = {}  # distribution by companies
    -1373        bySect = {}  # distribution by sectors
    -1374        byCurr = {}  # distribution by currencies (include RUB)
    -1375        unknownCountryName = "All other countries"  # default name for instruments without "countryOfRisk" and "countryOfRiskName"
    -1376        byCountry = {unknownCountryName: {"cost": 0, "percent": 0.}}  # distribution by countries (currencies are included in their countries)
    -1377
    -1378        for item in portfolioResponse["positions"]:
    -1379            self.figi = item["figi"]
    -1380            instrument = self.SearchByFIGI(requestPrice=False)  # full raw info about instrument by FIGI
    -1381
    -1382            if instrument:
    -1383                if item["instrumentType"] == "currency" and instrument["nominal"]["currency"] in allBlocked.keys():
    -1384                    blocked = allBlocked[instrument["nominal"]["currency"]]  # blocked volume of currency
    -1385
    -1386                elif item["instrumentType"] != "currency" and item["figi"] in allBlocked.keys():
    -1387                    blocked = allBlocked[item["figi"]]  # blocked volume of other instruments
    -1388
    -1389                else:
    -1390                    blocked = 0
    -1391
    -1392                volume = NanoToFloat(item["quantity"]["units"], item["quantity"]["nano"])  # available volume of instrument
    -1393                lots = NanoToFloat(item["quantityLots"]["units"], item["quantityLots"]["nano"])  # available volume in lots of instrument
    -1394                direction = "Long" if lots >= 0 else "Short"  # direction of an instrument's position: short or long
    -1395                curPrice = NanoToFloat(item["currentPrice"]["units"], item["currentPrice"]["nano"])  # current instrument's price
    -1396                average = NanoToFloat(item["averagePositionPriceFifo"]["units"], item["averagePositionPriceFifo"]["nano"])  # current average position price
    -1397                profit = NanoToFloat(item["expectedYield"]["units"], item["expectedYield"]["nano"])  # expected profit at current moment
    -1398                currency = instrument["currency"] if (item["instrumentType"] == "share" or item["instrumentType"] == "etf" or item["instrumentType"] == "future") else instrument["nominal"]["currency"]  # currency name rub, usd, eur etc.
    -1399                cost = (curPrice + NanoToFloat(item["currentNkd"]["units"], item["currentNkd"]["nano"])) * volume  # current cost of all volume of instrument in basic asset
    -1400                baseCurrencyName = item["currentPrice"]["currency"]  # name of base currency (rub)
    -1401                countryName = "[{}] {}".format(instrument["countryOfRisk"], instrument["countryOfRiskName"]) if "countryOfRisk" in instrument.keys() and "countryOfRiskName" in instrument.keys() and instrument["countryOfRisk"] and instrument["countryOfRiskName"] else unknownCountryName
    -1402                costRUB = cost if item["instrumentType"] == "currency" else cost * view["raw"]["currenciesCurrentPrices"][currency]["currentPrice"]  # cost in rubles
    -1403                percentCostRUB = 100 * costRUB / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.  # instrument's part in percent of full portfolio cost
    -1404
    -1405                statData = {
    -1406                    "figi": item["figi"],  # FIGI from REST API "GetPortfolio" method
    -1407                    "ticker": instrument["ticker"],  # ticker by FIGI
    -1408                    "currency": currency,  # currency name rub, usd, eur etc. for instrument price
    -1409                    "volume": volume,  # available volume of instrument
    -1410                    "lots": lots,  # volume in lots of instrument
    -1411                    "direction": direction,  # direction of an instrument's position: short or long
    -1412                    "blocked": blocked,  # blocked volume of currency or instrument
    -1413                    "currentPrice": curPrice,  # current instrument's price in basic asset
    -1414                    "average": average,  # current average position price
    -1415                    "cost": cost,  # current cost of all volume of instrument in basic asset
    -1416                    "baseCurrencyName": baseCurrencyName,  # name of base currency (rub)
    -1417                    "costRUB": costRUB,  # cost of instrument in ruble
    -1418                    "percentCostRUB": percentCostRUB,  # instrument's part in percent of full portfolio cost in RUB
    -1419                    "profit": profit,  # expected profit at current moment
    -1420                    "percentProfit": 100 * profit / (average * volume) if average != 0 and volume != 0 else 0,  # expected percents of profit at current moment for this instrument
    -1421                    "sector": instrument["sector"] if "sector" in instrument.keys() and instrument["sector"] else "other",
    -1422                    "name": instrument["name"] if "name" in instrument.keys() else "",  # human-readable names of instruments
    -1423                    "isoCurrencyName": instrument["isoCurrencyName"] if "isoCurrencyName" in instrument.keys() else "",  # ISO name for currencies only
    -1424                    "country": countryName,  # e.g. "[RU] Российская Федерация" or unknownCountryName
    -1425                    "step": instrument["step"],  # minimum price increment
    -1426                }
    -1427
    -1428                # adding distribution by unique countries:
    -1429                if statData["country"] not in byCountry.keys():
    -1430                    byCountry[statData["country"]] = {"cost": costRUB, "percent": percentCostRUB}
    -1431
    -1432                else:
    -1433                    byCountry[statData["country"]]["cost"] += costRUB
    -1434                    byCountry[statData["country"]]["percent"] += percentCostRUB
    -1435
    -1436                if item["instrumentType"] != "currency":
    -1437                    # adding distribution by unique companies:
    -1438                    if statData["name"]:
    -1439                        if statData["name"] not in byComp.keys():
    -1440                            byComp[statData["name"]] = {"ticker": statData["ticker"], "cost": costRUB, "percent": percentCostRUB}
    -1441
    -1442                        else:
    -1443                            byComp[statData["name"]]["cost"] += costRUB
    -1444                            byComp[statData["name"]]["percent"] += percentCostRUB
    -1445
    -1446                    # adding distribution by unique sectors:
    -1447                    if statData["sector"] not in bySect.keys():
    -1448                        bySect[statData["sector"]] = {"cost": costRUB, "percent": percentCostRUB}
    -1449
    -1450                    else:
    -1451                        bySect[statData["sector"]]["cost"] += costRUB
    -1452                        bySect[statData["sector"]]["percent"] += percentCostRUB
    -1453
    -1454                # adding distribution by unique currencies:
    -1455                if currency not in byCurr.keys():
    -1456                    byCurr[currency] = {
    -1457                        "name": view["raw"]["currenciesCurrentPrices"][currency]["name"],
    -1458                        "cost": costRUB,
    -1459                        "percent": percentCostRUB
    -1460                    }
    -1461
    -1462                else:
    -1463                    byCurr[currency]["cost"] += costRUB
    -1464                    byCurr[currency]["percent"] += percentCostRUB
    -1465
    -1466                # saving statistics for every instrument:
    -1467                if item["instrumentType"] == "currency":
    -1468                    view["stat"]["Currencies"].append(statData)
    -1469
    -1470                    # update dict with free funds for trading (total - blocked) by currencies
    -1471                    # e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    -1472                    view["stat"]["funds"][currency] = {
    -1473                        "total": volume,
    -1474                        "totalCostRUB": costRUB,  # total volume cost in rubles
    -1475                        "free": volume - blocked,
    -1476                        "freeCostRUB": costRUB * ((volume - blocked) / volume) if volume > 0 else 0,  # free volume cost in rubles
    -1477                    }
    -1478
    -1479                elif item["instrumentType"] == "share":
    -1480                    view["stat"]["Shares"].append(statData)
    -1481
    -1482                elif item["instrumentType"] == "bond":
    -1483                    view["stat"]["Bonds"].append(statData)
    -1484
    -1485                elif item["instrumentType"] == "etf":
    -1486                    view["stat"]["Etfs"].append(statData)
    -1487
    -1488                elif item["instrumentType"] == "Futures":
    -1489                    view["stat"]["Futures"].append(statData)
    -1490
    -1491                else:
    -1492                    continue
    -1493
    -1494        # total changes in Russian Ruble:
    -1495        view["stat"]["availableRUB"] = view["stat"]["allCurrenciesCostRUB"] - sum([item["cost"] for item in view["stat"]["Currencies"]])  # available RUB without other currencies
    -1496        view["stat"]["totalChangesPercentRUB"] = NanoToFloat(view["raw"]["headers"]["expectedYield"]["units"], view["raw"]["headers"]["expectedYield"]["nano"]) if "expectedYield" in view["raw"]["headers"].keys() else 0.
    -1497        startCost = view["stat"]["portfolioCostRUB"] / (1 + view["stat"]["totalChangesPercentRUB"] / 100)
    -1498        view["stat"]["totalChangesRUB"] = view["stat"]["portfolioCostRUB"] - startCost
    -1499        view["stat"]["funds"]["rub"] = {
    -1500            "total": view["stat"]["availableRUB"],
    -1501            "totalCostRUB": view["stat"]["availableRUB"],
    -1502            "free": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    -1503            "freeCostRUB": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    -1504        }
    -1505
    -1506        # --- pending orders sector data:
    -1507        for item in view["raw"]["orders"]:
    -1508            self.figi = item["figi"]
    -1509            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    -1510
    -1511            if instrument:
    -1512                action = TKS_ORDER_DIRECTIONS[item["direction"]]
    -1513                orderType = TKS_ORDER_TYPES[item["orderType"]]
    -1514                orderState = TKS_ORDER_STATES[item["executionReportStatus"]]
    -1515                orderDate = item["orderDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    -1516
    -1517                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    -1518                if item["direction"] == "ORDER_DIRECTION_BUY":
    -1519                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    -1520
    -1521                else:
    -1522                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    -1523
    -1524                # requested price for order execution:
    -1525                target = NanoToFloat(item["initialSecurityPrice"]["units"], item["initialSecurityPrice"]["nano"])
    -1526
    -1527                # necessary changes in percent to reach target from current price:
    -1528                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    -1529
    -1530                view["stat"]["orders"].append({
    -1531                    "orderID": item["orderId"],  # orderId number parameter of current order
    -1532                    "figi": item["figi"],  # FIGI identification
    -1533                    "ticker": instrument["ticker"],  # ticker name by FIGI
    -1534                    "lotsRequested": item["lotsRequested"],  # requested lots value
    -1535                    "lotsExecuted": item["lotsExecuted"],  # how many lots are executed
    -1536                    "currentPrice": lastPrice,  # current instrument's price for defined action
    -1537                    "targetPrice": target,  # requested price for order execution in base currency
    -1538                    "baseCurrencyName": item["initialSecurityPrice"]["currency"],  # name of base currency
    -1539                    "percentChanges": changes,  # changes in percent to target from current price
    -1540                    "currency": item["currency"],  # instrument's currency name
    -1541                    "action": action,  # sell / buy / Unknown from TKS_ORDER_DIRECTIONS
    -1542                    "type": orderType,  # type of order from TKS_ORDER_TYPES
    -1543                    "status": orderState,  # order status from TKS_ORDER_STATES
    -1544                    "date": orderDate,  # string with order date and time from UTC format (without nano seconds part)
    -1545                })
    -1546
    -1547        # --- stop orders sector data:
    -1548        for item in view["raw"]["stopOrders"]:
    -1549            self.figi = item["figi"]
    -1550            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    -1551
    -1552            if instrument:
    -1553                action = TKS_STOP_ORDER_DIRECTIONS[item["direction"]]
    -1554                orderType = TKS_STOP_ORDER_TYPES[item["orderType"]]
    -1555                createDate = item["createDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    -1556
    -1557                # hack: server response can't contain "expirationTime" key if it is not "Until date" type of stop order
    -1558                if "expirationTime" in item.keys():
    -1559                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE"]
    -1560                    expDate = item["expirationTime"].replace("T", " ").replace("Z", "").split(".")[0]
    -1561
    -1562                else:
    -1563                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL"]
    -1564                    expDate = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"]
    -1565
    -1566                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    -1567                if item["direction"] == "STOP_ORDER_DIRECTION_BUY":
    -1568                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    -1569
    -1570                else:
    -1571                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    -1572
    -1573                # requested price when stop-order executed:
    -1574                target = NanoToFloat(item["stopPrice"]["units"], item["stopPrice"]["nano"])
    -1575
    -1576                # price for limit-order, set up when stop-order executed:
    -1577                limit = NanoToFloat(item["price"]["units"], item["price"]["nano"])
    -1578
    -1579                # necessary changes in percent to reach target from current price:
    -1580                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    -1581
    -1582                view["stat"]["stopOrders"].append({
    -1583                    "orderID": item["stopOrderId"],  # stopOrderId number parameter of current stop-order
    -1584                    "figi": item["figi"],  # FIGI identification
    -1585                    "ticker": instrument["ticker"],  # ticker name by FIGI
    -1586                    "lotsRequested": item["lotsRequested"],  # requested lots value
    -1587                    "currentPrice": lastPrice,  # current instrument's price for defined action
    -1588                    "targetPrice": target,  # requested price for stop-order execution in base currency
    -1589                    "limitPrice": limit,  # price for limit-order, set up when stop-order executed, 0 if market order
    -1590                    "baseCurrencyName": item["stopPrice"]["currency"],  # name of base currency
    -1591                    "percentChanges": changes,  # changes in percent to target from current price
    -1592                    "currency": item["currency"],  # instrument's currency name
    -1593                    "action": action,  # sell / buy / Unknown from TKS_STOP_ORDER_DIRECTIONS
    -1594                    "type": orderType,  # type of order from TKS_STOP_ORDER_TYPES
    -1595                    "expType": expType,  # expiration type of stop-order from TKS_STOP_ORDER_EXPIRATION_TYPES
    -1596                    "createDate": createDate,  # string with created order date and time from UTC format (without nano seconds part)
    -1597                    "expDate": expDate,  # string with expiration order date and time from UTC format (without nano seconds part)
    -1598                })
    -1599
    -1600        # --- calculating data for analytics section:
    -1601        # portfolio distribution by assets:
    -1602        view["analytics"]["distrByAssets"] = {
    -1603            "Ruble": {
    -1604                "uniques": 1,
    -1605                "cost": view["stat"]["availableRUB"],
    -1606                "percent": 100 * view["stat"]["availableRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1607            },
    -1608            "Currencies": {
    -1609                "uniques": len(view["stat"]["Currencies"]),  # all foreign currencies without RUB
    -1610                "cost": view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"],
    -1611                "percent": 100 * (view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"]) / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1612            },
    -1613            "Shares": {
    -1614                "uniques": len(view["stat"]["Shares"]),
    -1615                "cost": view["stat"]["sharesCostRUB"],
    -1616                "percent": 100 * view["stat"]["sharesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1617            },
    -1618            "Bonds": {
    -1619                "uniques": len(view["stat"]["Bonds"]),
    -1620                "cost": view["stat"]["bondsCostRUB"],
    -1621                "percent": 100 * view["stat"]["bondsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1622            },
    -1623            "Etfs": {
    -1624                "uniques": len(view["stat"]["Etfs"]),
    -1625                "cost": view["stat"]["etfsCostRUB"],
    -1626                "percent": 100 * view["stat"]["etfsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1627            },
    -1628            "Futures": {
    -1629                "uniques": len(view["stat"]["Futures"]),
    -1630                "cost": view["stat"]["futuresCostRUB"],
    -1631                "percent": 100 * view["stat"]["futuresCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1632            },
    -1633        }
    -1634
    -1635        # portfolio distribution by companies:
    -1636        view["analytics"]["distrByCompanies"]["All money cash"] = {
    -1637            "ticker": "",
    -1638            "cost": view["stat"]["allCurrenciesCostRUB"],
    -1639            "percent": 100 * view["stat"]["allCurrenciesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1640        }
    -1641        view["analytics"]["distrByCompanies"].update(byComp)
    -1642
    -1643        # portfolio distribution by sectors:
    -1644        view["analytics"]["distrBySectors"]["All money cash"] = {
    -1645            "cost": view["analytics"]["distrByCompanies"]["All money cash"]["cost"],
    -1646            "percent": view["analytics"]["distrByCompanies"]["All money cash"]["percent"],
    -1647        }
    -1648        view["analytics"]["distrBySectors"].update(bySect)
    -1649
    -1650        # portfolio distribution by currencies:
    -1651        view["analytics"]["distrByCurrencies"].update(byCurr)
    -1652        view["analytics"]["distrByCurrencies"]["rub"]["cost"] += view["analytics"]["distrByAssets"]["Ruble"]["cost"]
    -1653        view["analytics"]["distrByCurrencies"]["rub"]["percent"] += view["analytics"]["distrByAssets"]["Ruble"]["percent"]
    -1654
    -1655        # portfolio distribution by countries:
    -1656        view["analytics"]["distrByCountries"].update(byCountry)
    -1657
    -1658        # --- Prepare text statistics overview in human-readable:
    -1659        if showStatistics:
    -1660            info = [
    -1661                "# Client's portfolio\n\n",
    -1662                "* **Actual date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")),
    -1663                "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    -1664                "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format(
    -1665                    "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    -1666                    view["stat"]["totalChangesRUB"],
    -1667                    "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    -1668                    view["stat"]["totalChangesPercentRUB"],
    -1669                ),
    -1670                "## Open positions\n\n",
    -1671                "| Ticker [FIGI]               | Volume (blocked)                | Lots     | Curr. price  | Avg. price   | Current volume cost | Profit (%)\n",
    -1672                "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|----------------------\n",
    -1673                "| Ruble                       | {:>31} |          |              |              |                     |\n".format(
    -1674                    "{:.2f} ({:.2f}) rub".format(
    -1675                        view["stat"]["availableRUB"],
    -1676                        view["stat"]["blockedRUB"],
    -1677                    )
    -1678                )
    -1679            ]
    -1680
    -1681            def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list:
    -1682                return [
    -1683                    "|                             |                                 |          |              |              |                     |\n",
    -1684                    "| {:<27} |                                 |          |              |              | {:>19} |\n".format(
    -1685                        noTradeStr if noTradeStr else typeStr,
    -1686                        "" if noTradeStr else "{:.2f} RUB".format(CostRUB),
    -1687                    ),
    -1688                ]
    -1689
    -1690            def _InfoStr(data: dict, showCurrencyName: bool = False) -> str:
    -1691                return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {}\n".format(
    -1692                    "{} [{}]".format(data["ticker"], data["figi"]),
    -1693                    "{:.2f} ({:.2f}) {}".format(
    -1694                        data["volume"],
    -1695                        data["blocked"],
    -1696                        data["currency"],
    -1697                    ) if showCurrencyName else "{:.0f} ({:.0f})".format(
    -1698                        data["volume"],
    -1699                        data["blocked"],
    -1700                    ),
    -1701                    "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]),
    -1702                    "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a",
    -1703                    "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a",
    -1704                    "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]),
    -1705                    "{}{:.2f} {} ({}{:.2f}%)".format(
    -1706                        "+" if data["profit"] > 0 else "",
    -1707                        data["profit"], data["baseCurrencyName"],
    -1708                        "+" if data["percentProfit"] > 0 else "",
    -1709                        data["percentProfit"],
    -1710                    ),
    -1711                )
    -1712
    -1713            # --- Show currencies section:
    -1714            if view["stat"]["Currencies"]:
    -1715                info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**"))
    -1716                for item in view["stat"]["Currencies"]:
    -1717                    info.append(_InfoStr(item, showCurrencyName=True))
    -1718
    -1719            else:
    -1720                info.extend(_SplitStr(noTradeStr="**Currencies:** no trades"))
    -1721
    -1722            # --- Show shares section:
    -1723            if view["stat"]["Shares"]:
    -1724                info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**"))
    -1725
    -1726                for item in view["stat"]["Shares"]:
    -1727                    info.append(_InfoStr(item))
    -1728
    -1729            else:
    -1730                info.extend(_SplitStr(noTradeStr="**Shares:** no trades"))
    -1731
    -1732            # --- Show bonds section:
    -1733            if view["stat"]["Bonds"]:
    -1734                info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**"))
    -1735
    -1736                for item in view["stat"]["Bonds"]:
    -1737                    info.append(_InfoStr(item))
    -1738
    -1739            else:
    -1740                info.extend(_SplitStr(noTradeStr="**Bonds:** no trades"))
    -1741
    -1742            # --- Show etfs section:
    -1743            if view["stat"]["Etfs"]:
    -1744                info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**"))
    -1745
    -1746                for item in view["stat"]["Etfs"]:
    -1747                    info.append(_InfoStr(item))
    -1748
    -1749            else:
    -1750                info.extend(_SplitStr(noTradeStr="**Etfs:** no trades"))
    -1751
    -1752            # --- Show futures section:
    -1753            if view["stat"]["Futures"]:
    -1754                info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**"))
    -1755
    -1756                for item in view["stat"]["Futures"]:
    -1757                    info.append(_InfoStr(item))
    -1758
    -1759            else:
    -1760                info.extend(_SplitStr(noTradeStr="**Futures:** no trades"))
    -1761
    -1762            # --- Show pending orders section:
    -1763            if view["stat"]["orders"]:
    -1764                info.extend([
    -1765                    "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])),
    -1766                    "\n| Ticker [FIGI]               | Order ID       | Lots (exec.) | Current price (% delta) | Target price  | Action    | Type      | Create date (UTC)\n",
    -1767                    "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|---------------------\n",
    -1768                ])
    -1769                for item in view["stat"]["orders"]:
    -1770                    info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {}\n".format(
    -1771                        "{} [{}]".format(item["ticker"], item["figi"]),
    -1772                        item["orderID"],
    -1773                        "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]),
    -1774                        "{} {} ({}{:.2f}%)".format(
    -1775                            "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    -1776                            item["baseCurrencyName"],
    -1777                            "+" if item["percentChanges"] > 0 else "",
    -1778                            float(item["percentChanges"]),
    -1779                        ),
    -1780                        "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    -1781                        item["action"],
    -1782                        item["type"],
    -1783                        item["date"],
    -1784                    ))
    -1785
    -1786            else:
    -1787                info.append("\n## Total pending limit-orders: 0\n")
    -1788
    -1789            # --- Show stop orders section:
    -1790            if view["stat"]["stopOrders"]:
    -1791                info.extend([
    -1792                    "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])),
    -1793                    "\n| Ticker [FIGI]               | Stop order ID                        | Lots   | Current price (% delta) | Target price  | Limit price   | Action    | Type        | Expire type  | Create date (UTC)   | Expiration (UTC)\n",
    -1794                    "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------\n",
    -1795                ])
    -1796                for item in view["stat"]["stopOrders"]:
    -1797                    info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {}\n".format(
    -1798                        "{} [{}]".format(item["ticker"], item["figi"]),
    -1799                        item["orderID"],
    -1800                        item["lotsRequested"],
    -1801                        "{} {} ({}{:.2f}%)".format(
    -1802                            "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    -1803                            item["baseCurrencyName"],
    -1804                            "+" if item["percentChanges"] > 0 else "",
    -1805                            float(item["percentChanges"]),
    -1806                        ),
    -1807                        "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    -1808                        "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"],
    -1809                        item["action"],
    -1810                        item["type"],
    -1811                        item["expType"],
    -1812                        item["createDate"],
    -1813                        item["expDate"],
    -1814                    ))
    -1815
    -1816            else:
    -1817                info.append("\n## Total stop-orders: 0\n")
    -1818
    -1819            # -- Show analytics section:
    -1820            if view["stat"]["portfolioCostRUB"] > 0:
    -1821                info.extend([
    -1822                    "\n# Analytics\n"
    -1823                    "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    -1824                    "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format(
    -1825                        "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    -1826                        view["stat"]["totalChangesRUB"],
    -1827                        "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    -1828                        view["stat"]["totalChangesPercentRUB"],
    -1829                    ),
    -1830                    "\n## Portfolio distribution by assets\n"
    -1831                    "\n| Type       | Uniques | Percent | Current cost\n",
    -1832                    "|------------|---------|---------|-----------------\n",
    -1833                ])
    -1834
    -1835                for key in view["analytics"]["distrByAssets"].keys():
    -1836                    if view["analytics"]["distrByAssets"][key]["cost"] > 0:
    -1837                        info.append("| {:<10} | {:<7} | {:<7} | {:.2f} rub\n".format(
    -1838                            key,
    -1839                            view["analytics"]["distrByAssets"][key]["uniques"],
    -1840                            "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]),
    -1841                            view["analytics"]["distrByAssets"][key]["cost"],
    -1842                        ))
    -1843
    -1844                maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()])
    -1845                info.extend([
    -1846                    "\n## Portfolio distribution by companies\n"
    -1847                    "\n| Company{} | Percent | Current cost\n".format(" " * (maxLenNames - 7)),
    -1848                    "|--------{}-|---------|-----------------\n".format("-" * (maxLenNames - 7)),
    -1849                ])
    -1850
    -1851                for company in view["analytics"]["distrByCompanies"].keys():
    -1852                    if view["analytics"]["distrByCompanies"][company]["cost"] > 0:
    -1853                        nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"])
    -1854                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1855                            "{}{}{}".format(
    -1856                                "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "",
    -1857                                company,
    -1858                                "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)),
    -1859                            ),
    -1860                            "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]),
    -1861                            view["analytics"]["distrByCompanies"][company]["cost"],
    -1862                        ))
    -1863
    -1864                maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()])
    -1865                info.extend([
    -1866                    "\n## Portfolio distribution by sectors\n"
    -1867                    "\n| Sector{} | Percent | Current cost\n".format(" " * (maxLenSectors - 6)),
    -1868                    "|-------{}-|---------|-----------------\n".format("-" * (maxLenSectors - 6)),
    -1869                ])
    -1870
    -1871                for sector in view["analytics"]["distrBySectors"].keys():
    -1872                    if view["analytics"]["distrBySectors"][sector]["cost"] > 0:
    -1873                        info.append("| {}{} | {:<7} | {:.2f} rub\n".format(
    -1874                            sector,
    -1875                            "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)),
    -1876                            "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]),
    -1877                            view["analytics"]["distrBySectors"][sector]["cost"],
    -1878                        ))
    -1879
    -1880                maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()])
    -1881                info.extend([
    -1882                    "\n## Portfolio distribution by currencies\n"
    -1883                    "\n| Instruments currencies{} | Percent | Current cost\n".format(" " * (maxLenMoney - 22)),
    -1884                    "|-----------------------{}-|---------|-----------------\n".format("-" * (maxLenMoney - 22)),
    -1885                ])
    -1886
    -1887                for curr in view["analytics"]["distrByCurrencies"].keys():
    -1888                    if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0:
    -1889                        nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"])
    -1890                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1891                            "[{}] {}{}".format(
    -1892                                curr,
    -1893                                view["analytics"]["distrByCurrencies"][curr]["name"],
    -1894                                "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen),
    -1895                            ),
    -1896                            "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]),
    -1897                            view["analytics"]["distrByCurrencies"][curr]["cost"],
    -1898                        ))
    -1899
    -1900                maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()]))
    -1901                info.extend([
    -1902                    "\n## Portfolio distribution by countries\n"
    -1903                    "\n| Assets by country{} | Percent | Current cost\n".format(" " * (maxLenCountry - 17)),
    -1904                    "|------------------{}-|---------|-----------------\n".format("-" * (maxLenCountry - 17)),
    -1905                ])
    -1906
    -1907                for country in view["analytics"]["distrByCountries"].keys():
    -1908                    if view["analytics"]["distrByCountries"][country]["cost"] > 0:
    -1909                        nameLen = len(country)
    -1910                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1911                            "{}{}".format(
    -1912                                country,
    -1913                                "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen),
    -1914                            ),
    -1915                            "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]),
    -1916                            view["analytics"]["distrByCountries"][country]["cost"],
    -1917                        ))
    -1918
    -1919            infoText = "".join(info)
    -1920
    -1921            if showStatistics:
    -1922                uLogger.info("Statistics of client's portfolio:\n{}".format(infoText))
    -1923
    -1924            if self.overviewFile:
    -1925                with open(self.overviewFile, "w", encoding="UTF-8") as fH:
    -1926                    fH.write(infoText)
    -1927
    -1928                uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(self.overviewFile)))
    -1929
    -1930        return view
    -1931
    -1932    def Deals(self, start: str = None, end: str = None, printDeals: bool = False, showCancelled: bool = True) -> tuple:
    -1933        """
    -1934        Returns history operations between two given dates.
    -1935        If `reportFile` string is not empty then also save human-readable report.
    -1936        Shows some statistical data of closed positions.
    -1937
    -1938        :param start: see docstring in `GetDatesAsString()` method
    -1939        :param end: see docstring in `GetDatesAsString()` method
    -1940        :param printDeals: if `True` then also print all records to the console.
    -1941        :param showCancelled: if `False` then remove information about cancelled operations from the deals report.
    -1942        :return: original list of dictionaries with history of deals records from API ("operations" key):
    -1943                 https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    -1944                 and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.
    -1945        """
    -1946        startDate, endDate = GetDatesAsString(start, end)  # Example: ("2000-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    -1947
    -1948        uLogger.debug("Requesting history of a client's operations. Wait, please...")
    -1949
    -1950        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    -1951        dealsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetOperations"
    -1952        self.body = str({"accountId": self.accountId, "from": startDate, "to": endDate})
    -1953        ops = self.SendAPIRequest(dealsURL, reqType="POST")["operations"]  # list of dict: operations returns by broker
    -1954        customStat = {}  # custom statistics in additional to responseJSON
    -1955
    -1956        # --- output report in human-readable format:
    -1957        if printDeals or self.reportFile:
    -1958            splitLine1 = "|                            |                               |                              |                      |\n"  # Summary section
    -1959            splitLine2 = "|                     |              |              |            |           |                 |            |\n"  # Operations section
    -1960            nextDay = ""
    -1961
    -1962            info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])]
    -1963
    -1964            if len(ops) > 0:
    -1965                customStat = {
    -1966                    "opsCount": 0,  # total operations count
    -1967                    "buyCount": 0,  # buy operations
    -1968                    "sellCount": 0,  # sell operations
    -1969                    "buyTotal": {"rub": 0.},  # Buy sums in different currencies
    -1970                    "sellTotal": {"rub": 0.},  # Sell sums in different currencies
    -1971                    "payIn": {"rub": 0.},  # Deposit brokerage account
    -1972                    "payOut": {"rub": 0.},  # Withdrawals
    -1973                    "divs": {"rub": 0.},  # Dividends income
    -1974                    "coupons": {"rub": 0.},  # Coupon's income
    -1975                    "brokerCom": {"rub": 0.},  # Service commissions
    -1976                    "serviceCom": {"rub": 0.},  # Service commissions
    -1977                    "marginCom": {"rub": 0.},  # Margin commissions
    -1978                    "allTaxes": {"rub": 0.},  # Sum of withholding taxes and corrections
    -1979                }
    -1980
    -1981                # --- calculating statistics depends on operations type in TKS_OPERATION_TYPES:
    -1982                for item in ops:
    -1983                    if item["state"] == "OPERATION_STATE_EXECUTED":
    -1984                        payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    -1985
    -1986                        # count buy operations:
    -1987                        if "_BUY" in item["operationType"]:
    -1988                            customStat["buyCount"] += 1
    -1989
    -1990                            if item["payment"]["currency"] in customStat["buyTotal"].keys():
    -1991                                customStat["buyTotal"][item["payment"]["currency"]] += payment
    -1992
    -1993                            else:
    -1994                                customStat["buyTotal"][item["payment"]["currency"]] = payment
    -1995
    -1996                        # count sell operations:
    -1997                        elif "_SELL" in item["operationType"]:
    -1998                            customStat["sellCount"] += 1
    -1999
    -2000                            if item["payment"]["currency"] in customStat["sellTotal"].keys():
    -2001                                customStat["sellTotal"][item["payment"]["currency"]] += payment
    -2002
    -2003                            else:
    -2004                                customStat["sellTotal"][item["payment"]["currency"]] = payment
    -2005
    -2006                        # count incoming operations:
    -2007                        elif item["operationType"] in ["OPERATION_TYPE_INPUT"]:
    -2008                            if item["payment"]["currency"] in customStat["payIn"].keys():
    -2009                                customStat["payIn"][item["payment"]["currency"]] += payment
    -2010
    -2011                            else:
    -2012                                customStat["payIn"][item["payment"]["currency"]] = payment
    -2013
    -2014                        # count withdrawals operations:
    -2015                        elif item["operationType"] in ["OPERATION_TYPE_OUTPUT"]:
    -2016                            if item["payment"]["currency"] in customStat["payOut"].keys():
    -2017                                customStat["payOut"][item["payment"]["currency"]] += payment
    -2018
    -2019                            else:
    -2020                                customStat["payOut"][item["payment"]["currency"]] = payment
    -2021
    -2022                        # count dividends income:
    -2023                        elif item["operationType"] in ["OPERATION_TYPE_DIVIDEND", "OPERATION_TYPE_DIVIDEND_TRANSFER", "OPERATION_TYPE_DIV_EXT"]:
    -2024                            if item["payment"]["currency"] in customStat["divs"].keys():
    -2025                                customStat["divs"][item["payment"]["currency"]] += payment
    -2026
    -2027                            else:
    -2028                                customStat["divs"][item["payment"]["currency"]] = payment
    -2029
    -2030                        # count coupon's income:
    -2031                        elif item["operationType"] in ["OPERATION_TYPE_COUPON", "OPERATION_TYPE_BOND_REPAYMENT_FULL", "OPERATION_TYPE_BOND_REPAYMENT"]:
    -2032                            if item["payment"]["currency"] in customStat["coupons"].keys():
    -2033                                customStat["coupons"][item["payment"]["currency"]] += payment
    -2034
    -2035                            else:
    -2036                                customStat["coupons"][item["payment"]["currency"]] = payment
    -2037
    -2038                        # count broker commissions:
    -2039                        elif item["operationType"] in ["OPERATION_TYPE_BROKER_FEE", "OPERATION_TYPE_SUCCESS_FEE", "OPERATION_TYPE_TRACK_MFEE", "OPERATION_TYPE_TRACK_PFEE"]:
    -2040                            if item["payment"]["currency"] in customStat["brokerCom"].keys():
    -2041                                customStat["brokerCom"][item["payment"]["currency"]] += payment
    -2042
    -2043                            else:
    -2044                                customStat["brokerCom"][item["payment"]["currency"]] = payment
    -2045
    -2046                        # count service commissions:
    -2047                        elif item["operationType"] in ["OPERATION_TYPE_SERVICE_FEE"]:
    -2048                            if item["payment"]["currency"] in customStat["serviceCom"].keys():
    -2049                                customStat["serviceCom"][item["payment"]["currency"]] += payment
    -2050
    -2051                            else:
    -2052                                customStat["serviceCom"][item["payment"]["currency"]] = payment
    -2053
    -2054                        # count margin commissions:
    -2055                        elif item["operationType"] in ["OPERATION_TYPE_MARGIN_FEE"]:
    -2056                            if item["payment"]["currency"] in customStat["marginCom"].keys():
    -2057                                customStat["marginCom"][item["payment"]["currency"]] += payment
    -2058
    -2059                            else:
    -2060                                customStat["marginCom"][item["payment"]["currency"]] = payment
    -2061
    -2062                        # count withholding taxes:
    -2063                        elif "_TAX" in item["operationType"]:
    -2064                            if item["payment"]["currency"] in customStat["allTaxes"].keys():
    -2065                                customStat["allTaxes"][item["payment"]["currency"]] += payment
    -2066
    -2067                            else:
    -2068                                customStat["allTaxes"][item["payment"]["currency"]] = payment
    -2069
    -2070                        else:
    -2071                            continue
    -2072
    -2073                customStat["opsCount"] += customStat["buyCount"] + customStat["sellCount"]
    -2074
    -2075                # --- view "Actions" lines:
    -2076                info.extend([
    -2077                    "| 1                          | 2                             | 3                            | 4                    | 5\n",
    -2078                    "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------\n",
    -2079                    "| **Actions:**               | Trades: {:<21} | Trading volumes:             |                      |\n".format(customStat["opsCount"]),
    -2080                    "|                            |   Buy: {:<22} | {:<28} |                      |\n".format(
    -2081                        "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    -2082                        "  rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else "  —",
    -2083                    ),
    -2084                    "|                            |   Sell: {:<21} | {:<28} |                      |\n".format(
    -2085                        "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    -2086                        "  rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else "  —",
    -2087                    ),
    -2088                ])
    -2089
    -2090                opsKeys = sorted(list(set(list(customStat["buyTotal"].keys()) + list(customStat["sellTotal"].keys()))))
    -2091                for key in opsKeys:
    -2092                    if key == "rub":
    -2093                        continue
    -2094
    -2095                    info.extend([
    -2096                        "|                            |                               | {:<28} |                      |\n".format(
    -2097                            "  {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0)
    -2098                        ),
    -2099                        "|                            |                               | {:<28} |                      |\n".format(
    -2100                            "  {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0)
    -2101                        ),
    -2102                    ])
    -2103
    -2104                info.append(splitLine1)
    -2105
    -2106                def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str:
    -2107                    return "|                            | {:<29} | {:<28} | {:<20} | {:<22}\n".format(
    -2108                            "  {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else "  —",
    -2109                            "  {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else "  —",
    -2110                            "  {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else "  —",
    -2111                            "  {}: {}{:.2f}".format(cur, "+" if data4[cur] > 0 else "", data4[cur]) if cur and cur in data4.keys() and data4[cur] != 0 else "  —",
    -2112                    )
    -2113
    -2114                # --- view "Payments" lines:
    -2115                info.append("| **Payments:**              | Deposit on broker account:    | Withdrawals:                 | Dividends income:    | Coupons income:\n")
    -2116                paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys()))))
    -2117
    -2118                for key in paymentsKeys:
    -2119                    info.append(_InfoStr(customStat["payIn"], customStat["payOut"], customStat["divs"], customStat["coupons"], key))
    -2120
    -2121                info.append(splitLine1)
    -2122
    -2123                # --- view "Commissions and taxes" lines:
    -2124                info.append("| **Commissions and taxes:** | Broker commissions:           | Service commissions:         | Margin commissions:  | All taxes/corrections:\n")
    -2125                comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys()))))
    -2126
    -2127                for key in comKeys:
    -2128                    info.append(_InfoStr(customStat["brokerCom"], customStat["serviceCom"], customStat["marginCom"], customStat["allTaxes"], key))
    -2129
    -2130                info.append(splitLine1)
    -2131
    -2132                info.extend([
    -2133                    "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"),
    -2134                    "| Date and time       | FIGI         | Ticker       | Asset      | Value     | Payment         | Status     | Operation type\n",
    -2135                    "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------\n",
    -2136                ])
    -2137
    -2138            else:
    -2139                info.append("Broker returned no operations during this period\n")
    -2140
    -2141            # --- view "Operations" section:
    -2142            for item in ops:
    -2143                if not showCancelled and TKS_OPERATION_STATES[item["state"]] == TKS_OPERATION_STATES["OPERATION_STATE_CANCELED"]:
    -2144                    continue
    -2145
    -2146                else:
    -2147                    self.figi = item["figi"] if item["figi"] else ""
    -2148                    payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    -2149                    instrument = self.SearchByFIGI(requestPrice=False) if self.figi else {}
    -2150
    -2151                    # group of deals during one day:
    -2152                    if nextDay and item["date"].split("T")[0] != nextDay:
    -2153                        info.append(splitLine2)
    -2154                        nextDay = ""
    -2155
    -2156                    else:
    -2157                        nextDay = item["date"].split("T")[0]  # saving current day for splitting
    -2158
    -2159                    info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {}\n".format(
    -2160                        item["date"].replace("T", " ").replace("Z", "").split(".")[0],
    -2161                        self.figi if self.figi else "—",
    -2162                        instrument["ticker"] if instrument else "—",
    -2163                        instrument["type"] if instrument else "—",
    -2164                        item["quantity"] if int(item["quantity"]) > 0 else "—",
    -2165                        "{}{:.2f} {}".format("+" if payment > 0 else "", payment, item["payment"]["currency"]) if payment != 0 else "—",
    -2166                        TKS_OPERATION_STATES[item["state"]],
    -2167                        TKS_OPERATION_TYPES[item["operationType"]],
    -2168                    ))
    -2169
    -2170            infoText = "".join(info)
    -2171
    -2172            if printDeals:
    -2173                uLogger.info(infoText)
    -2174
    -2175            if self.reportFile:
    -2176                with open(self.reportFile, "w", encoding="UTF-8") as fH:
    -2177                    fH.write(infoText)
    -2178
    -2179                uLogger.info("History of a client's operations are saved to file: [{}]".format(os.path.abspath(self.reportFile)))
    -2180
    -2181        return ops, customStat
    -2182
    -2183    def History(self, onlyMissing: bool = False):
    -2184        """
    -2185        This method returns last history candles of the current instrument defined by `ticker`.
    -2186        If `historyFile` is not None then method save history to this file, otherwise return only pandas dataframe.
    -2187        `historyLength` define how many candles returns from past to current date.
    -2188        `historyInterval` define candle interval. Available values are strings: `"1min"`, `"2min"`, `"3min"`, `"5min"`,
    -2189        `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`.
    -2190        Maximum requested history date in the past: `1970.01.02 03:45`
    -2191
    -2192        :param onlyMissing: if history file define then add only last missing candles, do not request all history length. False by default.
    -2193                            WARNING! History appends only from last candle to current time with replace last candle! Intervals must be similar!
    -2194        :return: pandas dataframe with prices history. Columns: `date`, `time`, `open`, `high`, `low`, `close`, `volume`.
    -2195        """
    -2196        history = None  # empty pandas object for history
    -2197        # TODO: update history to work with api v2
    -2198        # if self.historyLength < 1:
    -2199        #     raise Exception("History length parameter must be >=1!")
    -2200        #
    -2201        # if self.historyInterval not in TKS_TIMEFRAMES.keys():
    -2202        #     raise Exception("Interval parameter must be string with available values: 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month.")
    -2203        #
    -2204        # if not (self.ticker or self.figi):
    -2205        #     raise Exception("self.ticker or self.figi variables must be defined!")
    -2206        #
    -2207        # if self.ticker and not self.figi:
    -2208        #     instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False)
    -2209        #     self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    -2210        #
    -2211        # endDate = datetime.now(tzutc())  # current time for request history
    -2212        # tempOld = None  # pandas object for old history, if --only-missing key present
    -2213        # lastTime = None  # datetime object of last old candle in file
    -2214        # minStartDate = datetime.strptime("1970.01.02 03:45", "%Y.%m.%d %H:%M").astimezone(tzutc())  # Maximum requested history date in the past
    -2215        #
    -2216        # # get old history saved earlier in file:
    -2217        # if onlyMissing and self.historyFile and os.path.exists(self.historyFile):
    -2218        #     uLogger.debug("--only-missing key present, so auto decreasing --length value...")
    -2219        #     uLogger.debug("Only append missing last history candles at the end of the file [{}]".format(os.path.abspath(self.historyFile)))
    -2220        #
    -2221        #     tempOld = pd.read_csv(self.historyFile, sep=",", header=None, names=["date", "time", "open", "high", "low", "close", "volume"])
    -2222        #
    -2223        #     tempOld["date"] = pd.to_datetime(tempOld["date"])  # load date "as is"
    -2224        #     tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d")  # convert date to string
    -2225        #     tempOld["time"] = pd.to_datetime(tempOld["time"])  # load time "as is"
    -2226        #     tempOld["time"] = tempOld["time"].dt.strftime("%H:%M")  # convert time to string
    -2227        #
    -2228        #     # get last datetime object from last string in file or minus 1 delta if file is empty:
    -2229        #     if len(tempOld) > 0:
    -2230        #         lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").astimezone(tzutc())
    -2231        #
    -2232        #     else:
    -2233        #         lastTime = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"])
    -2234        #         uLogger.warning("No history in file, set last date to request at [{}]".format(lastTime))
    -2235        #
    -2236        #     delta = endDate - lastTime  # current time minus last time in file
    -2237        #     deltaMinutes = delta.days * 1440 + delta.seconds // 60  # minutes between last datetime and current datetime
    -2238        #
    -2239        #     # calculate new (decreased) history length to download:
    -2240        #     self.historyLength = deltaMinutes // TKS_TIMEFRAMES[self.historyInterval]["minutes"]
    -2241        #     if deltaMinutes % TKS_TIMEFRAMES[self.historyInterval]["minutes"] > 0:
    -2242        #         self.historyLength += 1  # to avoid fraction time
    -2243        #
    -2244        #     tempOld = tempOld[:-1]  # always remove last old candle because it may be incompletely at the current time
    -2245        #
    -2246        # if self.figi:
    -2247        #     blocks = 1 if self.historyLength <= TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] else 1 + self.historyLength // TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]
    -2248        #     responseJSONs = []  # raw history blocks
    -2249        #
    -2250        #     uLogger.debug("Request last history from Tinkoff Broker server for ticker [{}], FIGI [{}]...".format(self.ticker, self.figi))
    -2251        #
    -2252        #     uLogger.debug("Requested history length: [{}], interval: [{}]".format(self.historyLength, self.historyInterval))
    -2253        #     uLogger.debug("User requested time period is about from [{}] to [{}]".format(
    -2254        #         (endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * self.historyLength)).strftime("%Y-%m-%d %H:%M:%S"),
    -2255        #         endDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2256        #     ))
    -2257        #
    -2258        #     uLogger.debug("Blocks count: [{}], max candles in block for this interval: [{}]".format(blocks, TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]))
    -2259        #
    -2260        #     oldFlag = False
    -2261        #     for item in range(blocks):
    -2262        #         tail = self.historyLength % TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] if item + 1 == blocks else TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]
    -2263        #         startDate = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * tail)
    -2264        #
    -2265        #         if startDate < minStartDate:
    -2266        #             startDate = minStartDate  # set minimum date in the past if delta is too long
    -2267        #             uLogger.debug("Date in the past is too old for request. Set start time to [{}]".format(minStartDate.strftime("%Y-%m-%d %H:%M:%S")))
    -2268        #             oldFlag = True
    -2269        #
    -2270        #         uLogger.debug("Block time period: from [{}] to [{}] ({}/{})".format(
    -2271        #             startDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2272        #             endDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2273        #             item + 1,
    -2274        #             blocks,
    -2275        #         ))
    -2276        #
    -2277        #         historyURL = self.server + r"/market/candles?figi={}&from={}&to={}&interval={}".format(
    -2278        #             self.figi,
    -2279        #             quote(startDate.isoformat()),
    -2280        #             quote(endDate.isoformat()),
    -2281        #             self.historyInterval,
    -2282        #         )
    -2283        #         responseJSON = self.SendAPIRequest(historyURL, debug=False)["payload"]["candles"]
    -2284        #
    -2285        #         responseJSONs = responseJSON + responseJSONs  # add more old history behind newest dates
    -2286        #         endDate = startDate
    -2287        #
    -2288        #         if oldFlag: break
    -2289        #
    -2290        #     if responseJSONs:
    -2291        #         tempHistory = pd.DataFrame(
    -2292        #             data={
    -2293        #                 "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    -2294        #                 "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    -2295        #                 "open": [item["o"] for item in responseJSONs],
    -2296        #                 "high": [item["h"] for item in responseJSONs],
    -2297        #                 "low": [item["l"] for item in responseJSONs],
    -2298        #                 "close": [item["c"] for item in responseJSONs],
    -2299        #                 "volume": [item["v"] for item in responseJSONs],
    -2300        #             },
    -2301        #             index=range(len(responseJSONs)),
    -2302        #             columns=["date", "time", "open", "high", "low", "close", "volume"],
    -2303        #         )
    -2304        #         tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d")
    -2305        #         tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M")
    -2306        #
    -2307        #         # append only newest candles to old history if --only-missing key present:
    -2308        #         if onlyMissing and tempOld is not None and lastTime is not None:
    -2309        #             indx = 0  # find start index in given from server tempHistory data:
    -2310        #             for i, item in tempHistory.iterrows():
    -2311        #                 curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").astimezone(tzutc())
    -2312        #                 if curTime == lastTime:
    -2313        #                     uLogger.debug("History candles will be updated starting from the candle with date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S")))
    -2314        #                     indx = i
    -2315        #                     break
    -2316        #
    -2317        #             history = tempOld.append(tempHistory[indx:], ignore_index=True)
    -2318        #
    -2319        #         else:
    -2320        #             history = tempHistory  # if no --only-missing key then load full data from server
    -2321        #
    -2322        #         uLogger.debug("Showing last 3 rows of candles history:")
    -2323        #         for line in pd.DataFrame.to_string(
    -2324        #                 history[["date", "time", "open", "high", "low", "close", "volume"]][-3:],
    -2325        #                 max_cols=20,
    -2326        #         ).split("\n"):
    -2327        #             uLogger.debug(line)
    -2328        #
    -2329        #     if self.historyFile is not None:
    -2330        #         if history is not None:
    -2331        #             history.to_csv(self.historyFile, sep=",", index=False, header=False)
    -2332        #             uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(
    -2333        #                 self.ticker,
    -2334        #                 self.figi,
    -2335        #                 self.historyInterval,
    -2336        #                 os.path.abspath(self.historyFile),
    -2337        #             ))
    -2338        #
    -2339        #         else:
    -2340        #             uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile)))
    -2341        #
    -2342        #     else:
    -2343        #         uLogger.debug("--output key is not defined. Parsed history file not saved to .csv-file, only pandas dataframe returns.")
    -2344
    -2345        return history
    -2346
    -2347    def Trade(self, operation: str, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2348        """
    -2349        Universal method to create market order and make deal at the current price. Returns JSON data with response.
    -2350        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2351
    -2352        See also: `Order()` docstring. More simple methods than `Trade()` are `Buy()` and `Sell()`.
    -2353
    -2354        :param operation: string "Buy" or "Sell".
    -2355        :param lots: volume, integer count of lots >= 1.
    -2356        :param tp: float > 0, target price for stop-order with "TP" type. It used as take profit parameter `targetPrice` in `self.Order()`.
    -2357        :param sl: float > 0, target price for stop-order with "SL" type. It used as stop loss parameter `targetPrice` in `self.Order()`.
    -2358        :param expDate: string "Undefined" by default or local date in future,
    -2359                        it is a string with format `%Y-%m-%d %H:%M:%S`.
    -2360        :return: JSON with response from broker server.
    -2361        """
    -2362        if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2363            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    -2364
    -2365        if lots is None or lots < 1:
    -2366            uLogger.warning("You must define trade volume > 0: integer count of lots! For current operation lots reset to 1.")
    -2367            lots = 1
    -2368
    -2369        if tp is None or tp < 0:
    -2370            tp = 0
    -2371
    -2372        if sl is None or sl < 0:
    -2373            sl = 0
    -2374
    -2375        if expDate is None or not expDate:
    -2376            expDate = "Undefined"
    -2377
    -2378        if not (self.ticker or self.figi):
    -2379            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    -2380
    -2381        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    -2382        self.ticker = instrument["ticker"]
    -2383        self.figi = instrument["figi"]
    -2384
    -2385        uLogger.debug("Opening [{}] market order: ticker [{}], FIGI [{}], lots [{}], TP [{:.4f}], SL [{:.4f}], expiration date of TP/SL orders [{}]. Wait, please...".format(operation, self.ticker, self.figi, lots, tp, sl, expDate))
    -2386
    -2387        openTradeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    -2388        self.body = str({
    -2389            "figi": self.figi,
    -2390            "quantity": str(lots),
    -2391            "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    -2392            "accountId": str(self.accountId),
    -2393            "orderType": "ORDER_TYPE_MARKET",  # see: TKS_ORDER_TYPES
    -2394        })
    -2395        response = self.SendAPIRequest(openTradeURL, reqType="POST", retry=0, debug=False)
    -2396
    -2397        if "orderId" in response.keys():
    -2398            uLogger.info("[{}] market order [{}] was executed: ticker [{}], FIGI [{}], lots [{}]. Total order price: [{:.4f} {}] (with commission: [{:.2f} {}]). Average price of lot: [{:.2f} {}]".format(
    -2399                operation, response["orderId"],
    -2400                self.ticker, self.figi, lots,
    -2401                NanoToFloat(response["totalOrderAmount"]["units"], response["totalOrderAmount"]["nano"]), response["totalOrderAmount"]["currency"],
    -2402                NanoToFloat(response["initialCommission"]["units"], response["initialCommission"]["nano"]), response["initialCommission"]["currency"],
    -2403                NanoToFloat(response["executedOrderPrice"]["units"], response["executedOrderPrice"]["nano"]), response["executedOrderPrice"]["currency"],
    -2404            ))
    -2405
    -2406        else:
    -2407            uLogger.warning("Not `oK` status received! Market order not created. See full debug log or try again and open order later.")
    -2408
    -2409        if tp > 0:
    -2410            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=tp, limitPrice=tp, stopType="TP", expDate=expDate)
    -2411
    -2412        if sl > 0:
    -2413            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=sl, limitPrice=sl, stopType="SL", expDate=expDate)
    -2414
    -2415        return response
    -2416
    -2417    def Buy(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2418        """
    -2419        More simple method than `Trade()`. Create `Buy` market order and make deal at the current price. Returns JSON data with response.
    -2420        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2421
    -2422        See also: `Order()` and `Trade()` docstrings.
    -2423
    -2424        :param lots: volume, integer count of lots >= 1.
    -2425        :param tp: float > 0, take profit price of stop-order.
    -2426        :param sl: float > 0, stop loss price of stop-order.
    -2427        :param expDate: it's a local date in future.
    -2428                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2429        :return: JSON with response from broker server.
    -2430        """
    -2431        return self.Trade(operation="Buy", lots=lots, tp=tp, sl=sl, expDate=expDate)
    -2432
    -2433    def Sell(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2434        """
    -2435        More simple method than `Trade()`. Create `Sell` market order and make deal at the current price. Returns JSON data with response.
    -2436        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2437
    -2438        See also: `Order()` and `Trade()` docstrings.
    -2439
    -2440        :param lots: volume, integer count of lots >= 1.
    -2441        :param tp: float > 0, take profit price of stop-order.
    -2442        :param sl: float > 0, stop loss price of stop-order.
    -2443        :param expDate: it's a local date in future.
    -2444                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2445        :return: JSON with response from broker server.
    -2446        """
    -2447        return self.Trade(operation="Sell", lots=lots, tp=tp, sl=sl, expDate=expDate)
    -2448
    -2449    def CloseTrades(self, tickers: list, overview: dict = None) -> None:
    -2450        """
    -2451        Close position of given instruments.
    -2452
    -2453        :param tickers: tickers list of instruments that must be closed.
    -2454        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    -2455                         This avoids unnecessary downloading data from the server.
    -2456        """
    -2457        if not tickers:
    -2458            uLogger.info("Tickers list is empty, nothing to close.")
    -2459
    -2460        else:
    -2461            if overview is None or not overview:
    -2462                overview = self.Overview(showStatistics=False)
    -2463
    -2464            allOpenedTickers = [item["ticker"] for iType in TKS_INSTRUMENTS for item in overview["stat"][iType]]
    -2465            uLogger.debug("All opened instruments by it's tickers names: {}".format(allOpenedTickers))
    -2466
    -2467            for ticker in tickers:
    -2468                if ticker not in allOpenedTickers:
    -2469                    uLogger.warning("Instrument with ticker [{}] not in open positions list!".format(ticker))
    -2470                    continue
    -2471
    -2472                # search open trade info about instrument by ticker:
    -2473                instrument = {}
    -2474                for iType in TKS_INSTRUMENTS:
    -2475                    if instrument:
    -2476                        break
    -2477
    -2478                    for item in overview["stat"][iType]:
    -2479                        if item["ticker"] == ticker:
    -2480                            instrument = item
    -2481                            break
    -2482
    -2483                if instrument:
    -2484                    self.ticker = ticker
    -2485                    self.figi = instrument["figi"]
    -2486
    -2487                    uLogger.debug("Closing trade of instrument: ticker [{}], FIGI[{}], lots [{}]{}. Wait, please...".format(
    -2488                        self.ticker,
    -2489                        self.figi,
    -2490                        int(instrument["volume"]),
    -2491                        ", blocked [{}]".format(instrument["blocked"]) if instrument["blocked"] > 0 else "",
    -2492                    ))
    -2493
    -2494                    tradeLots = abs(instrument["lots"]) - instrument["blocked"]  # available volumes in lots for close operation
    -2495
    -2496                    if tradeLots > 0:
    -2497                        if instrument["blocked"] > 0:
    -2498                            uLogger.warning("Just for your information: there are [{}] lots blocked for instrument [{}]! Available only [{}] lots to closing trade.".format(
    -2499                                instrument["blocked"],
    -2500                                self.ticker,
    -2501                                tradeLots,
    -2502                            ))
    -2503
    -2504                        # if direction is "Long" then we need sell, if direction is "Short" then we need buy:
    -2505                        self.Trade(operation="Sell" if instrument["direction"] == "Long" else "Buy", lots=tradeLots)
    -2506
    -2507                    else:
    -2508                        uLogger.warning("There are no available lots for instrument [{}] to closing trade at this moment! Try again later or cancel some orders.".format(self.ticker))
    -2509
    -2510    def CloseAllTrades(self, iType: str, overview: dict = None) -> None:
    -2511        """
    -2512        Close all positions of given instruments with defined type.
    -2513
    -2514        :param iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
    -2515        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    -2516                         This avoids unnecessary downloading data from the server.
    -2517        """
    -2518        if iType not in TKS_INSTRUMENTS:
    -2519            uLogger.warning("Type of the instrument must be one of supported types: {}. Given: [{}]".format(", ".join(TKS_INSTRUMENTS), iType))
    -2520
    -2521        else:
    -2522            if overview is None or not overview:
    -2523                overview = self.Overview(showStatistics=False)
    -2524
    -2525            tickers = [item["ticker"] for item in overview["stat"][iType]]
    -2526            uLogger.debug("Instrument tickers with type [{}] that will be closed: {}".format(iType, tickers))
    -2527
    -2528            if tickers and overview:
    -2529                self.CloseTrades(tickers, overview)
    -2530
    -2531            else:
    -2532                uLogger.info("Instrument tickers with type [{}] not found, nothing to close.".format(iType))
    -2533
    -2534    def Order(self, operation: str, orderType: str, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2535        """
    -2536        Universal method to create market or limit orders with all available parameters.
    -2537        See more simple methods: `BuyLimit()`, `BuyStop()`, `SellLimit()`, `SellStop()`.
    -2538
    -2539        If orderType is "Limit" then create pending limit-order below current price if operation is "Buy" and above
    -2540        current price if operation is "Sell". A limit order has no expiration date, it lasts until the end of the trading day.
    -2541
    -2542        Warning! If you try to create limit-order above current price if "Buy" or below current price if "Sell"
    -2543        then broker immediately open market order as you can do simple --buy or --sell operations!
    -2544
    -2545        If orderType is "Stop" then creates stop-order with any direction "Buy" or "Sell".
    -2546        When current price will go up or down to target price value then broker opens a limit order.
    -2547        Stop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.
    -2548
    -2549        Only one attempt and no retry for opens order. If network issue occurred you can create new request.
    -2550
    -2551        :param operation: string "Buy" or "Sell".
    -2552        :param orderType: string "Limit" or "Stop".
    -2553        :param lots: volume, integer count of lots >= 1.
    -2554        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2555        :param limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.
    -2556                           Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
    -2557        :param stopType: string "Limit" by default. This parameter only makes sense for stop-order. There are 3 stop-order types
    -2558                         "SL", "TP", "Limit" for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2559                         Stop loss order always executed by market price.
    -2560        :param expDate: string "Undefined" by default or local date in future.
    -2561                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2562                        This date is converting to UTC format for server. This parameter only makes sense for stop-order.
    -2563                        A limit order has no expiration date, it lasts until the end of the trading day.
    -2564        :return: JSON with response from broker server.
    -2565        """
    -2566        if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2567            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    -2568
    -2569        if orderType is None or not orderType or orderType not in ("Limit", "Stop"):
    -2570            raise Exception("You must define order type only one of them: `Limit` or `Stop`!")
    -2571
    -2572        if lots is None or lots < 1:
    -2573            raise Exception("You must define trade volume > 0: integer count of lots!")
    -2574
    -2575        if targetPrice is None or targetPrice <= 0:
    -2576            raise Exception("Target price for limit-order must be greater than 0!")
    -2577
    -2578        if limitPrice is None or limitPrice <= 0:
    -2579            limitPrice = targetPrice
    -2580
    -2581        if stopType is None or not stopType or stopType not in ("SL", "TP", "Limit"):
    -2582            stopType = "Limit"
    -2583
    -2584        if expDate is None or not expDate:
    -2585            expDate = "Undefined"
    -2586
    -2587        if not (self.ticker or self.figi):
    -2588            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    -2589
    -2590        response = {}
    -2591        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    -2592        self.ticker = instrument["ticker"]
    -2593        self.figi = instrument["figi"]
    -2594
    -2595        if orderType == "Limit":
    -2596            uLogger.debug(
    -2597                "Creating pending limit-order: ticker [{}], FIGI [{}], action [{}], lots [{}] and the target price [{:.2f} {}]. Wait, please...".format(
    -2598                    self.ticker, self.figi,
    -2599                    operation, lots, targetPrice, instrument["currency"],
    -2600                ))
    -2601
    -2602            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    -2603            self.body = str({
    -2604                "figi": self.figi,
    -2605                "quantity": str(lots),
    -2606                "price": FloatToNano(targetPrice),
    -2607                "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    -2608                "accountId": str(self.accountId),
    -2609                "orderType": "ORDER_TYPE_LIMIT",  # see: TKS_ORDER_TYPES
    -2610            })
    -2611            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    -2612
    -2613            if "orderId" in response.keys():
    -2614                uLogger.info(
    -2615                    "Limit-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}]".format(
    -2616                        response["orderId"],
    -2617                        self.ticker, self.figi,
    -2618                        operation, lots, targetPrice, instrument["currency"],
    -2619                    ))
    -2620
    -2621                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    -2622                    if operation == "Buy" and targetPrice > instrument["currentPrice"]["lastPrice"]:
    -2623                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was higher than current price [{:.2f} {}] broker immediately opened `Buy` market order, such as if you did simple `--buy` operation.".format(
    -2624                            targetPrice, instrument["currency"],
    -2625                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2626                        ))
    -2627
    -2628                    if operation == "Sell" and targetPrice < instrument["currentPrice"]["lastPrice"]:
    -2629                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was lower than current price [{:.2f} {}] broker immediately opened `Sell` market order, such as if you did simple `--sell` operation.".format(
    -2630                            targetPrice, instrument["currency"],
    -2631                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2632                        ))
    -2633
    -2634            else:
    -2635                uLogger.warning("Not `oK` status received! Limit order not opened. See full debug log or try again and open order later.")
    -2636
    -2637        if orderType == "Stop":
    -2638            uLogger.debug(
    -2639                "Creating stop-order: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and local expiration date [{}]. Wait, please...".format(
    -2640                    self.ticker, self.figi,
    -2641                    operation, lots,
    -2642                    targetPrice, instrument["currency"],
    -2643                    limitPrice, instrument["currency"],
    -2644                    stopType, expDate,
    -2645                ))
    -2646
    -2647            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/PostStopOrder"
    -2648            expDateUTC = "" if expDate == "Undefined" else datetime.strptime(expDate, "%Y-%m-%d %H:%M:%S").replace(tzinfo=tzlocal()).astimezone(tzutc()).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
    -2649            stopOrderType = "STOP_ORDER_TYPE_STOP_LOSS" if stopType == "SL" else "STOP_ORDER_TYPE_TAKE_PROFIT" if stopType == "TP" else "STOP_ORDER_TYPE_STOP_LIMIT"
    -2650
    -2651            body = {
    -2652                "figi": self.figi,
    -2653                "quantity": str(lots),
    -2654                "price": FloatToNano(limitPrice),
    -2655                "stopPrice": FloatToNano(targetPrice),
    -2656                "direction": "STOP_ORDER_DIRECTION_BUY" if operation == "Buy" else "STOP_ORDER_DIRECTION_SELL",  # see: TKS_STOP_ORDER_DIRECTIONS
    -2657                "accountId": str(self.accountId),
    -2658                "expirationType": "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE" if expDateUTC else "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL",  # see: TKS_STOP_ORDER_EXPIRATION_TYPES
    -2659                "stopOrderType": stopOrderType,  # see: TKS_STOP_ORDER_TYPES
    -2660            }
    -2661
    -2662            if expDateUTC:
    -2663                body["expireDate"] = expDateUTC
    -2664
    -2665            self.body = str(body)
    -2666            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    -2667
    -2668            if "stopOrderId" in response.keys():
    -2669                uLogger.info(
    -2670                    "Stop-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and expiration date in UTC [{}]".format(
    -2671                    response["stopOrderId"],
    -2672                    self.ticker, self.figi,
    -2673                    operation, lots,
    -2674                    targetPrice, instrument["currency"],
    -2675                    limitPrice, instrument["currency"],
    -2676                    TKS_STOP_ORDER_TYPES[stopOrderType],
    -2677                    datetime.strptime(expDateUTC, "%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tzutc()).astimezone(tzutc()).strftime("%Y-%m-%d %H:%M:%S") if expDateUTC else TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"],
    -2678                ))
    -2679
    -2680                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    -2681                    if operation == "Buy" and targetPrice < instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    -2682                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target buy price [{:.2f} {}] is lower than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    -2683                            targetPrice, instrument["currency"],
    -2684                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2685                        ))
    -2686
    -2687                    if operation == "Sell" and targetPrice > instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    -2688                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target sell price [{:.2f} {}] is higher than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    -2689                            targetPrice, instrument["currency"],
    -2690                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2691                        ))
    -2692
    -2693            else:
    -2694                uLogger.warning("Not `oK` status received! Stop order not opened. See full debug log or try again and open order later.")
    -2695
    -2696        return response
    -2697
    -2698    def BuyLimit(self, lots: int, targetPrice: float) -> dict:
    -2699        """
    -2700        Create pending `Buy` limit-order (below current price). You must specify only 2 parameters:
    -2701        `lots` and `target price` to open buy limit-order. If you try to create buy limit-order above current price then
    -2702        broker immediately open `Buy` market order, such as if you do simple `--buy` operation!
    -2703        See also: `Order()` docstring.
    -2704
    -2705        :param lots: volume, integer count of lots >= 1.
    -2706        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2707        :return: JSON with response from broker server.
    -2708        """
    -2709        return self.Order(operation="Buy", orderType="Limit", lots=lots, targetPrice=targetPrice)
    -2710
    -2711    def BuyStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2712        """
    -2713        Create `Buy` stop-order. You must specify at least 2 parameters: `lots` `target price` to open buy stop-order.
    -2714        In additional you can specify 3 parameters for buy stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    -2715        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    -2716        target price value then broker opens a limit order. See also: `Order()` docstring.
    -2717
    -2718        :param lots: volume, integer count of lots >= 1.
    -2719        :param targetPrice: target price > 0. This is trigger price for buy stop-order.
    -2720        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    -2721                           with price equal to limitPrice, when current price goes to target price of buy stop-order.
    -2722        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    -2723                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2724        :param expDate: string "Undefined" by default or local date in future.
    -2725                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2726                        This date is converting to UTC format for server.
    -2727        :return: JSON with response from broker server.
    -2728        """
    -2729        return self.Order(operation="Buy", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    -2730
    -2731    def SellLimit(self, lots: int, targetPrice: float) -> dict:
    -2732        """
    -2733        Create pending `Sell` limit-order (above current price). You must specify only 2 parameters:
    -2734        `lots` and `target price` to open sell limit-order. If you try to create sell limit-order below current price then
    -2735        broker immediately open `Sell` market order, such as if you do simple `--sell` operation!
    -2736        See also: `Order()` docstring.
    -2737
    -2738        :param lots: volume, integer count of lots >= 1.
    -2739        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2740        :return: JSON with response from broker server.
    -2741        """
    -2742        return self.Order(operation="Sell", orderType="Limit", lots=lots, targetPrice=targetPrice)
    -2743
    -2744    def SellStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2745        """
    -2746        Create `Sell` stop-order. You must specify at least 2 parameters: `lots` `target price` to open sell stop-order.
    -2747        In additional you can specify 3 parameters for sell stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    -2748        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    -2749        target price value then broker opens a limit order. See also: `Order()` docstring.
    -2750
    -2751        :param lots: volume, integer count of lots >= 1.
    -2752        :param targetPrice: target price > 0. This is trigger price for sell stop-order.
    -2753        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    -2754                           with price equal to limitPrice, when current price goes to target price of sell stop-order.
    -2755        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    -2756                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2757        :param expDate: string "Undefined" by default or local date in future.
    -2758                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2759                        This date is converting to UTC format for server.
    -2760        :return: JSON with response from broker server.
    -2761        """
    -2762        return self.Order(operation="Sell", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    -2763
    -2764    def CloseOrders(self, orderIDs: list, allOrdersIDs: list = None, allStopOrdersIDs: list = None) -> None:
    -2765        """
    -2766        Cancel order or list of orders by its `orderId` or `stopOrderId`.
    -2767
    -2768        :param orderIDs: list of integers with `orderId` or `stopOrderId`.
    -2769        :param allOrdersIDs: pre-received lists of all active pending orders.
    -2770                             This avoids unnecessary downloading data from the server.
    -2771        :param allStopOrdersIDs: pre-received lists of all active stop orders.
    -2772        """
    -2773        if orderIDs:
    -2774            if allOrdersIDs is None or not allOrdersIDs:
    -2775                rawOrders = self.RequestPendingOrders()
    -2776                allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    -2777
    -2778            if allStopOrdersIDs is None or not allStopOrdersIDs:
    -2779                rawStopOrders = self.RequestStopOrders()
    -2780                allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    -2781
    -2782            for orderID in orderIDs:
    -2783                idInPendingOrders = orderID in allOrdersIDs
    -2784                idInStopOrders = orderID in allStopOrdersIDs
    -2785
    -2786                if not (idInPendingOrders or idInStopOrders):
    -2787                    uLogger.warning("Order not found by ID: [{}]. Maybe cancelled already? Check it with `--overview` key.".format(orderID))
    -2788                    continue
    -2789
    -2790                else:
    -2791                    if idInPendingOrders:
    -2792                        uLogger.debug("Cancelling pending order with ID: [{}]. Wait, please...".format(orderID))
    -2793
    -2794                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_CancelOrder
    -2795                        self.body = str({"accountId": self.accountId, "orderId": orderID})
    -2796                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder"
    -2797                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    -2798
    -2799                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    -2800                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    -2801                            uLogger.info("Pending order with ID [{}] successfully cancel".format(orderID))
    -2802
    -2803                        else:
    -2804                            uLogger.warning("Unknown issue occurred when cancelling pending order with ID: [{}]. Check ID and try again.".format(orderID))
    -2805
    -2806                    elif idInStopOrders:
    -2807                        uLogger.debug("Cancelling stop order with ID: [{}]. Wait, please...".format(orderID))
    -2808
    -2809                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_CancelStopOrder
    -2810                        self.body = str({"accountId": self.accountId, "stopOrderId": orderID})
    -2811                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/CancelStopOrder"
    -2812                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    -2813
    -2814                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    -2815                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    -2816                            uLogger.info("Stop order with ID [{}] successfully cancel".format(orderID))
    -2817
    -2818                        else:
    -2819                            uLogger.warning("Unknown issue occurred when cancelling stop order with ID: [{}]. Check ID and try again.".format(orderID))
    -2820
    -2821                    else:
    -2822                        continue
    -2823
    -2824    def CloseAllOrders(self) -> None:
    -2825        """
    -2826        Gets a list of open pending and stop orders and cancel it all.
    -2827        """
    -2828        rawOrders = self.RequestPendingOrders()
    -2829        allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    -2830        lenOrders = len(allOrdersIDs)
    -2831
    -2832        rawStopOrders = self.RequestStopOrders()
    -2833        allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    -2834        lenSOrders = len(allStopOrdersIDs)
    -2835
    -2836        if lenOrders > 0 or lenSOrders > 0:
    -2837            uLogger.info("Found: [{}] opened pending and [{}] stop orders. Let's trying to cancel it all. Wait, please...".format(lenOrders, lenSOrders))
    -2838
    -2839            self.CloseOrders(allOrdersIDs + allStopOrdersIDs, allOrdersIDs, allStopOrdersIDs)
    -2840
    -2841        else:
    -2842            uLogger.info("Orders not found, nothing to cancel.")
    -2843
    -2844    def CloseAll(self, *args) -> None:
    -2845        """
    -2846        Close all available (not blocked) opened trades and orders.
    -2847
    -2848        Also you can select one or more keywords case insensitive:
    -2849        `orders`, `shares`, `bonds`, `etfs` and `futures` from `TKS_INSTRUMENTS` enum to specify trades type.
    -2850
    -2851        Currency positions you must closes manually using buy or sell operations, `CloseTrades()` or `CloseAllTrades()` methods.
    -2852        """
    -2853        overview = self.Overview(showStatistics=False)  # get all open trades info
    -2854
    -2855        if len(args) == 0:
    -2856            uLogger.debug("Closing all available (not blocked) opened trades and orders. Currency positions you must closes manually using buy or sell operations! Wait, please...")
    -2857            self.CloseAllOrders()  # close all pending and stop orders
    -2858
    -2859            for iType in TKS_INSTRUMENTS:
    -2860                if iType != "Currencies":
    -2861                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    -2862
    -2863        else:
    -2864            uLogger.debug("Closing all available {}. Currency positions you must closes manually using buy or sell operations! Wait, please...".format(list(args)))
    -2865            lowerArgs = [x.lower() for x in args]
    -2866
    -2867            if "orders" in lowerArgs:
    -2868                self.CloseAllOrders()  # close all pending and stop orders
    -2869
    -2870            for iType in TKS_INSTRUMENTS:
    -2871                if iType.lower() in lowerArgs and iType != "Currencies":
    -2872                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    -2873
    -2874    @staticmethod
    -2875    def ParseOrderParameters(operation, **inputParameters):
    -2876        """
    -2877        Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.
    -2878
    -2879        :param operation: string "Buy" or "Sell".
    -2880        :param inputParameters: this is dict of strings that looks like this
    -2881               `{"lots": "L_int,...", "prices": "P_float,..."}` where
    -2882               "lots" key: one or more lot values (integer numbers) to open with every limit-order
    -2883               "prices" key: one or more prices to open limit-orders
    -2884               Counts of values in lots and prices lists must be equals!
    -2885        :return: list of dictionaries with all lots and prices to open orders that looks like this `[{"lot": lots_1, "price": price_1}, {...}, ...]`
    -2886        """
    -2887        # TODO: update order grid work with api v2
    -2888        pass
    -2889        # uLogger.debug("Input parameters: {}".format(inputParameters))
    -2890        #
    -2891        # if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2892        #     raise Exception("You must define operation type: 'Buy' or 'Sell'!")
    -2893        #
    -2894        # if "l" in inputParameters.keys():
    -2895        #     inputParameters["lots"] = inputParameters.pop("l")
    -2896        #
    -2897        # if "p" in inputParameters.keys():
    -2898        #     inputParameters["prices"] = inputParameters.pop("p")
    -2899        #
    -2900        # if "lots" not in inputParameters.keys() or "prices" not in inputParameters.keys():
    -2901        #     raise Exception("Both of 'lots' and 'prices' keys must be define to open grid orders!")
    -2902        #
    -2903        # lots = [int(item.strip()) for item in inputParameters["lots"].split(",")]
    -2904        # prices = [float(item.strip()) for item in inputParameters["prices"].split(",")]
    -2905        #
    -2906        # if len(lots) != len(prices):
    -2907        #     raise Exception("'lots' and 'prices' lists must have equal length of values!")
    -2908        #
    -2909        # uLogger.debug("Extracted parameters for orders:")
    -2910        # uLogger.debug("lots = {}".format(lots))
    -2911        # uLogger.debug("prices = {}".format(prices))
    -2912        #
    -2913        # # list of dictionaries with order's parameters: [{"lot": lots_1, "price": price_1}, {...}, ...]
    -2914        # result = [{"lot": lots[item], "price": prices[item]} for item in range(len(prices))]
    -2915        # uLogger.debug("Order parameters: {}".format(result))
    -2916        #
    -2917        # return result
    -2918
    -2919    def IsInPortfolio(self, portfolio: dict = None) -> bool:
    -2920        """
    -2921        Checks if instrument is in the user's portfolio. Instrument must be defined by `ticker` (highly priority) or `figi`.
    -2922
    -2923        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    -2924        :return: `True` if portfolio contains open position with given instrument, `False` otherwise.
    -2925        """
    -2926        result = False
    -2927        msg = "Instrument not defined!"
    -2928
    -2929        if portfolio is None or not portfolio:
    -2930            portfolio = self.Overview(showStatistics=False)
    -2931
    -2932        if self.ticker:
    -2933            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    -2934            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    -2935
    -2936            for iType in TKS_INSTRUMENTS:
    -2937                for instrument in portfolio["stat"][iType]:
    -2938                    if instrument["ticker"] == self.ticker:
    -2939                        result = True
    -2940                        msg = "Instrument with ticker [{}] is present in open positions".format(self.ticker)
    -2941                        break
    -2942
    -2943        elif self.figi:
    -2944            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    -2945            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    -2946
    -2947            for iType in TKS_INSTRUMENTS:
    -2948                for instrument in portfolio["stat"][iType]:
    -2949                    if instrument["figi"] == self.figi:
    -2950                        result = True
    -2951                        msg = "Instrument with FIGI [{}] is present in open positions".format(self.figi)
    -2952                        break
    -2953
    -2954        else:
    -2955            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    -2956
    -2957        uLogger.debug(msg)
    -2958
    -2959        return result
    -2960
    -2961    def GetInstrumentFromPortfolio(self, portfolio: dict = None) -> dict:
    -2962        """
    -2963        Returns instrument is in the user's portfolio if it presents there.
    -2964        Instrument must be defined by `ticker` (highly priority) or `figi`.
    -2965
    -2966        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    -2967        :return: dict with instrument if portfolio contains open position with this instrument, `None` otherwise.
    -2968        """
    -2969        result = None
    -2970        msg = "Instrument not defined!"
    -2971
    -2972        if portfolio is None or not portfolio:
    -2973            portfolio = self.Overview(showStatistics=False)
    -2974
    -2975        if self.ticker:
    -2976            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    -2977            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    -2978
    -2979            for iType in TKS_INSTRUMENTS:
    -2980                for instrument in portfolio["stat"][iType]:
    -2981                    if instrument["ticker"] == self.ticker:
    -2982                        result = instrument
    -2983                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(self.ticker, instrument["figi"])
    -2984                        break
    -2985
    -2986        elif self.figi:
    -2987            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    -2988            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    -2989
    -2990            for iType in TKS_INSTRUMENTS:
    -2991                for instrument in portfolio["stat"][iType]:
    -2992                    if instrument["figi"] == self.figi:
    -2993                        result = instrument
    -2994                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(instrument["ticker"], self.figi)
    -2995                        break
    -2996
    -2997        else:
    -2998            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    -2999
    -3000        uLogger.debug(msg)
    -3001
    -3002        return result
    -3003
    -3004
    -3005class Args:
    -3006    """
    -3007    If `Main()` function is imported as module, then this class used to convert arguments from **kwargs as object.
    -3008    """
    -3009    def __init__(self, **kwargs):
    -3010        self.__dict__.update(kwargs)
    -3011
    -3012    def __getattr__(self, item):
    -3013        return None
    -3014
    -3015
    -3016def ParseArgs():
    -3017    """
    -3018    Function get and parse command line keys. See examples: https://tim55667757.github.io/TKSBrokerAPI/
    -3019    """
    -3020    parser = ArgumentParser()  # command-line string parser
    -3021
    -3022    parser.description = "TKSBrokerAPI is a python API to work with some methods of Tinkoff Open API using REST protocol. It can view history, orders and market information. Also, you can open orders and trades. See examples: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples"
    -3023    parser.usage = "\n/as module/ python TKSBrokerAPI.py [some options] [one command]\n/as CLI tool/ tksbrokerapi [some options] [one command]"
    -3024
    -3025    # --- options:
    -3026
    -3027    parser.add_argument("--no-cache", action="store_true", default=False, help="Option: not use local cache `dump.json`, but update raw instruments data when starting the program. `False` by default.")
    -3028    parser.add_argument("--token", type=str, help="Option: Tinkoff service's api key. If not set then used environment variable `TKS_API_TOKEN`. See how to use: https://tinkoff.github.io/investAPI/token/")
    -3029    parser.add_argument("--account-id", type=str, default=None, help="Option: string with an user numeric account ID in Tinkoff Broker. It can be found in any broker's reports (see the contract number). Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.")
    -3030
    -3031    parser.add_argument("--ticker", "-t", type=str, help="Option: instrument's ticker, e.g. `IBM`, `YNDX`, `GOOGL` etc. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR`.")
    -3032    parser.add_argument("--figi", "-f", type=str, help="Option: instrument's FIGI, e.g. `BBG006L8G4H1` (for `YNDX`).")
    -3033
    -3034    parser.add_argument("--depth", type=int, default=1, help="Option: Depth of Market (DOM) can be >=1, 1 by default.")
    -3035    parser.add_argument("--no-cancelled", "--no-canceled", action="store_true", default=False, help="Option: remove information about cancelled operations from the deals report by the `--deals` key. `False` by default.")
    -3036
    -3037    parser.add_argument("--output", type=str, default=None, help="Option: replace default paths to output files for some commands. If None then used default files.")
    -3038
    -3039    # parser.add_argument("--length", type=int, default=24, help="Option: how many last candles returns for history. Used only with --history key.")
    -3040    # parser.add_argument("--interval", type=str, default="60", help="Option: available values are 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month. Used only with `--history` key. This is time period used in 'interval' api parameter. Default: `--interval=60` that means 60 min for every history candles.")
    -3041    # parser.add_argument("--only-missing", action="store_true", default=False, help="Option: if history file define by `--output` key then add only last missing candles, do not request all history length. False by default.")
    -3042
    -3043    parser.add_argument("--debug-level", "--verbosity", "-v", type=int, default=20, help="Option: showing STDOUT messages of minimal debug level, e.g. 10 = DEBUG, 20 = INFO, 30 = WARNING, 40 = ERROR, 50 = CRITICAL. INFO (20) by default.")
    -3044
    -3045    # --- commands:
    -3046
    -3047    parser.add_argument("--list", "-l", action="store_true", help="Action: get and print all available instruments and some information from broker server. Also, you can define `--output` key to save list of instruments to file, default: `instruments.md`.")
    -3048    parser.add_argument("--search", "-s", type=str, nargs=1, help="Action: search for an instruments by part of the name, ticker or FIGI. Also, you can define `--output` key to save results to file, default: `search-results.md`.")
    -3049    parser.add_argument("--info", "-i", action="store_true", help="Action: get information from broker server about instrument by it's ticker or FIGI. `--ticker` key or `--figi` key must be defined!")
    -3050    parser.add_argument("--price", action="store_true", help="Action: show actual price list for current instrument. Also, you can use --depth key. `--ticker` key or `--figi` key must be defined!")
    -3051    parser.add_argument("--prices", "-p", type=str, nargs="+", help="Action: get and print current prices for list of given instruments (by it's tickers or by FIGIs). WARNING! This is too long operation if you request a lot of instruments! Also, you can define `--output` key to save list of prices to file, default: `prices.md`.")
    -3052
    -3053    parser.add_argument("--overview", "-o", action="store_true", help="Action: show all open positions, orders and some statistics. Also, you can define `--output` key to save this information to file, default: `overview.md`.")
    -3054    parser.add_argument("--deals", "-d", type=str, nargs="*", help="Action: show all deals between two given dates. Start day may be an integer number: -1, -2, -3 days ago. Also, you can use keywords: `today`, `yesterday` (-1), `week` (-7), `month` (-30) and `year` (-365). Dates format must be: `%%Y-%%m-%%d`, e.g. 2020-02-03. With `--no-cancelled` key information about cancelled operations will be removed from the deals report. Also, you can define `--output` key to save all deals to file, default: `deals.md`.")
    -3055    # parser.add_argument("--history", action="store_true", help="Action: get last (--length) history candles from past to current time with (--interval) values. Also, you can define `--output` key to save history candles to .csv-file.")
    -3056
    -3057    parser.add_argument("--trade", nargs="*", help="Action: universal action to open market position for defined ticker or FIGI. You must specify 1-5 parameters: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. See examples in readme.")
    -3058    parser.add_argument("--buy", nargs="*", help="Action: immediately open BUY market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    -3059    parser.add_argument("--sell", nargs="*", help="Action: immediately open SELL market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    -3060
    -3061    parser.add_argument("--order", nargs="*", help="Action: universal action to open limit or stop-order in any directions. You must specify 4-7 parameters: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]]. See examples in readme.")
    -3062    parser.add_argument("--buy-limit", type=float, nargs=2, help="Action: open pending BUY limit-order (below current price). You must specify only 2 parameters: [lots] [target price] to open BUY limit-order. If you try to create `Buy` limit-order above current price then broker immediately open `Buy` market order, such as if you do simple `--buy` operation!")
    -3063    parser.add_argument("--sell-limit", type=float, nargs=2, help="Action: open pending SELL limit-order (above current price). You must specify only 2 parameters: [lots] [target price] to open SELL limit-order. If you try to create `Sell` limit-order below current price then broker immediately open `Sell` market order, such as if you do simple `--sell` operation!")
    -3064    parser.add_argument("--buy-stop", nargs="*", help="Action: open BUY stop-order. You must specify at least 2 parameters: [lots] [target price] to open BUY stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    -3065    parser.add_argument("--sell-stop", nargs="*", help="Action: open SELL stop-order. You must specify at least 2 parameters: [lots] [target price] to open SELL stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    -3066    # parser.add_argument("--buy-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending BUY limit-orders (below current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    -3067    # parser.add_argument("--sell-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending SELL limit-orders (above current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    -3068
    -3069    parser.add_argument("--close-order", "--cancel-order", type=str, nargs=1, help="Action: close only one order by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    -3070    parser.add_argument("--close-orders", "--cancel-orders", type=str, nargs="+", help="Action: close one or list of orders by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    -3071    parser.add_argument("--close-trade", "--cancel-trade", action="store_true", help="Action: close only one position for instrument defined by `--ticker` key, including for currencies tickers.")
    -3072    parser.add_argument("--close-trades", "--cancel-trades", type=str, nargs="+", help="Action: close positions for list of tickers, including for currencies tickers.")
    -3073    parser.add_argument("--close-all", "--cancel-all", type=str, nargs="*", help="Action: close all available (not blocked) opened trades and orders, excluding for currencies. Also you can select one or more keywords case insensitive to specify trades type: `orders`, `shares`, `bonds`, `etfs` and `futures`, but not `currencies`. Currency positions you must closes manually using `--buy`, `--sell`, `--close-trade` or `--close-trades` operations.")
    -3074
    -3075    cmdArgs = parser.parse_args()
    -3076    return cmdArgs
    -3077
    -3078
    -3079def Main(**kwargs):
    -3080    """
    -3081    Main function for work with Tinkoff Open API service. It realizes simple logic: get a lot of options and execute one command.
    -3082
    -3083    See examples: https://tim55667757.github.io/TKSBrokerAPI/
    -3084    """
    -3085    args = Args(**kwargs) if kwargs else ParseArgs()  # get and parse command-line parameters or use **kwarg parameters
    -3086
    -3087    if args.debug_level:
    -3088        uLogger.level = 10  # always debug level by default
    -3089        uLogger.handlers[0].level = args.debug_level  # level for STDOUT
    -3090
    -3091    exitCode = 0
    -3092    start = datetime.now(tzutc())
    -3093    uLogger.debug("TKSBrokerAPI module started at: [{}] UTC, it is [{}] local time".format(
    -3094        start.strftime("%Y-%m-%d %H:%M:%S"),
    -3095        start.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    -3096    ))
    -3097
    -3098    # Init class for trading with Tinkoff Broker:
    -3099    server = TinkoffBrokerServer(
    -3100        token=args.token,
    -3101        accountId=args.account_id,
    -3102        iList=kwargs["instruments"] if kwargs and "instruments" in kwargs.keys() else None,  # re-use iList
    -3103        useCache=not args.no_cache,
    -3104    )
    -3105
    -3106    try:
    -3107        # --- set some options:
    -3108
    -3109        if args.ticker:
    -3110            if args.ticker in server.aliasesKeys:
    -3111                server.ticker = server.aliases[args.ticker]  # Replace some tickers with it's aliases
    -3112
    -3113            else:
    -3114                server.ticker = args.ticker
    -3115
    -3116        if args.figi:
    -3117            server.figi = args.figi
    -3118
    -3119        if args.depth is not None:
    -3120            server.depth = args.depth
    -3121
    -3122        # if args.length is not None:
    -3123        #     server.historyLength = args.length
    -3124        #
    -3125        # if args.interval is not None:
    -3126        #     server.historyInterval = args.interval
    -3127
    -3128        # --- do one of commands:
    -3129
    -3130        if args.list:
    -3131            if args.output is not None:
    -3132                server.instrumentsFile = args.output
    -3133
    -3134            server.ShowInstrumentsInfo(showInstruments=True)
    -3135
    -3136        elif args.search:
    -3137            if args.output is not None:
    -3138                server.searchResultsFile = args.output
    -3139
    -3140            server.SearchInstruments(pattern=args.search[0], showResults=True)
    -3141
    -3142        elif args.info:
    -3143            if not (args.ticker or args.figi):
    -3144                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    -3145
    -3146            if args.ticker:
    -3147                server.SearchByTicker(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by ticker name
    -3148
    -3149            else:
    -3150                server.SearchByFIGI(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by FIGI id
    -3151
    -3152        elif args.price:
    -3153            if not (args.ticker or args.figi):
    -3154                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    -3155
    -3156            server.GetCurrentPrices(showPrice=True)
    -3157
    -3158        elif args.prices is not None:
    -3159            if args.output is not None:
    -3160                server.pricesFile = args.output
    -3161
    -3162            server.GetListOfPrices(instruments=args.prices, showPrices=True)  # WARNING: too long wait for a lot of instruments prices
    -3163
    -3164        elif args.overview:
    -3165            if args.output is not None:
    -3166                server.overviewFile = args.output
    -3167
    -3168            server.Overview(showStatistics=True)
    -3169
    -3170        elif args.deals is not None:
    -3171            if args.output is not None:
    -3172                server.reportFile = args.output
    -3173
    -3174            if 0 <= len(args.deals) < 3:
    -3175                server.Deals(
    -3176                    start=args.deals[0] if len(args.deals) >= 1 else None,
    -3177                    end=args.deals[1] if len(args.deals) == 2 else None,
    -3178                    printDeals=True,  # Always show deals report in console
    -3179                    showCancelled=not args.no_cancelled,  # If --no-cancelled key then remove cancelled operations from the deals report. False by default.
    -3180                )
    -3181
    -3182            else:
    -3183                raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]")
    -3184
    -3185        # TODO: implement history download and view
    -3186        # elif args.history:
    -3187        #     if args.output is not None:
    -3188        #         server.historyFile = args.output
    -3189        #
    -3190        #     server.History(onlyMissing=args.only_missing)
    -3191
    -3192        elif args.trade is not None:
    -3193            if 1 <= len(args.trade) <= 5:
    -3194                server.Trade(
    -3195                    operation=args.trade[0],
    -3196                    lots=int(args.trade[1]) if len(args.trade) >= 2 else 1,
    -3197                    tp=float(args.trade[2]) if len(args.trade) >= 3 else 0.,
    -3198                    sl=float(args.trade[3]) if len(args.trade) >= 4 else 0.,
    -3199                    expDate=args.trade[4] if len(args.trade) == 5 else "Undefined",
    -3200                )
    -3201
    -3202            else:
    -3203                uLogger.error("You must specify 1-5 parameters to open trade: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3204
    -3205        elif args.buy is not None:
    -3206            if 0 <= len(args.buy) <= 4:
    -3207                server.Buy(
    -3208                    lots=int(args.buy[0]) if len(args.buy) >= 1 else 1,
    -3209                    tp=float(args.buy[1]) if len(args.buy) >= 2 else 0.,
    -3210                    sl=float(args.buy[2]) if len(args.buy) >= 3 else 0.,
    -3211                    expDate=args.buy[3] if len(args.buy) == 4 else "Undefined",
    -3212                )
    -3213
    -3214            else:
    -3215                uLogger.error("You must specify 0-4 parameters to open buy position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3216
    -3217        elif args.sell is not None:
    -3218            if 0 <= len(args.sell) <= 4:
    -3219                server.Sell(
    -3220                    lots=int(args.sell[0]) if len(args.sell) >= 1 else 1,
    -3221                    tp=float(args.sell[1]) if len(args.sell) >= 2 else 0.,
    -3222                    sl=float(args.sell[2]) if len(args.sell) >= 3 else 0.,
    -3223                    expDate=args.sell[3] if len(args.sell) == 4 else "Undefined",
    -3224                )
    -3225
    -3226            else:
    -3227                uLogger.error("You must specify 0-4 parameters to open sell position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3228
    -3229        elif args.order:
    -3230            if 4 <= len(args.order) <= 7:
    -3231                server.Order(
    -3232                    operation=args.order[0],
    -3233                    orderType=args.order[1],
    -3234                    lots=int(args.order[2]),
    -3235                    targetPrice=float(args.order[3]),
    -3236                    limitPrice=float(args.order[4]) if len(args.order) >= 5 else 0.,
    -3237                    stopType=args.order[5] if len(args.order) >= 6 else "Limit",
    -3238                    expDate=args.order[6] if len(args.order) == 7 else "Undefined",
    -3239                )
    -3240
    -3241            else:
    -3242                uLogger.error("You must specify 4-7 parameters to open order: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]]. See: `python TKSBrokerAPI.py --help`")
    -3243
    -3244        elif args.buy_limit:
    -3245            server.BuyLimit(lots=int(args.buy_limit[0]), targetPrice=args.buy_limit[1])
    -3246
    -3247        elif args.sell_limit:
    -3248            server.SellLimit(lots=int(args.sell_limit[0]), targetPrice=args.sell_limit[1])
    -3249
    -3250        elif args.buy_stop:
    -3251            if 2 <= len(args.buy_stop) <= 7:
    -3252                server.BuyStop(
    -3253                    lots=int(args.buy_stop[0]),
    -3254                    targetPrice=float(args.buy_stop[1]),
    -3255                    limitPrice=float(args.buy_stop[2]) if len(args.buy_stop) >= 3 else 0.,
    -3256                    stopType=args.buy_stop[3] if len(args.buy_stop) >= 4 else "Limit",
    -3257                    expDate=args.buy_stop[4] if len(args.buy_stop) == 5 else "Undefined",
    -3258                )
    -3259
    -3260            else:
    -3261                uLogger.error("You must specify 2-5 parameters for buy stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3262
    -3263        elif args.sell_stop:
    -3264            if 2 <= len(args.sell_stop) <= 7:
    -3265                server.SellStop(
    -3266                    lots=int(args.sell_stop[0]),
    -3267                    targetPrice=float(args.sell_stop[1]),
    -3268                    limitPrice=float(args.sell_stop[2]) if len(args.sell_stop) >= 3 else 0.,
    -3269                    stopType=args.sell_stop[3] if len(args.sell_stop) >= 4 else "Limit",
    -3270                    expDate=args.sell_stop[4] if len(args.sell_stop) == 5 else "Undefined",
    -3271                )
    -3272
    -3273            else:
    -3274                uLogger.error("You must specify 2-5 parameters for sell stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: python TKSBrokerAPI.py --help")
    -3275
    -3276        # elif args.buy_order_grid is not None:
    -3277        #     # TODO: update order grid work with api v2
    -3278        #     if len(args.buy_order_grid) == 2:
    -3279        #         orderParams = server.ParseOrderParameters(operation="Buy", **dict(kw.split('=') for kw in args.buy_order_grid))
    -3280        #
    -3281        #         for order in orderParams:
    -3282        #             server.Order(operation="Buy", lots=order["lot"], price=order["price"])
    -3283        #
    -3284        #     else:
    -3285        #         uLogger.error("To open grid of pending BUY limit-orders (below current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    -3286        #
    -3287        # elif args.sell_order_grid is not None:
    -3288        #     # TODO: update order grid work with api v2
    -3289        #     if len(args.sell_order_grid) >= 2:
    -3290        #         orderParams = server.ParseOrderParameters(operation="Sell", **dict(kw.split('=') for kw in args.sell_order_grid))
    -3291        #
    -3292        #         for order in orderParams:
    -3293        #             server.Order(operation="Sell", lots=order["lot"], price=order["price"])
    -3294        #
    -3295        #     else:
    -3296        #         uLogger.error("To open grid of pending SELL limit-orders (above current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    -3297
    -3298        elif args.close_order is not None:
    -3299            server.CloseOrders(args.close_order)  # close only one order
    -3300
    -3301        elif args.close_orders is not None:
    -3302            server.CloseOrders(args.close_orders)  # close list of orders
    -3303
    -3304        elif args.close_trade:
    -3305            if not args.ticker:
    -3306                raise Exception("`--ticker` key is required for this operation!")
    -3307
    -3308            server.CloseTrades([args.ticker])  # close only one trade
    -3309
    -3310        elif args.close_trades is not None:
    -3311            server.CloseTrades(args.close_trades)  # close trades for list of tickers
    -3312
    -3313        elif args.close_all is not None:
    -3314            server.CloseAll(*args.close_all)
    -3315
    -3316        else:
    -3317            uLogger.error("There is no command to execute! One of the possible commands must be selected. See: `python TKSBrokerAPI.py --help`")
    -3318            raise Exception("There is no command to execute!")
    -3319
    -3320    except Exception:
    -3321        exc = tb.format_exc().split("\n")
    -3322
    -3323        for line in exc:
    -3324            if line:
    -3325                uLogger.debug(line)
    -3326
    -3327        uLogger.debug("Unknown error occurred, open a ticket for this issue, please! https://github.com/Tim55667757/TKSBrokerAPI/issues")
    -3328        exitCode = 255  # unknown error occurred, must be open a ticket for this issue
    -3329
    -3330    finally:
    -3331        finish = datetime.now(tzutc())
    -3332
    -3333        if exitCode == 0:
    -3334            uLogger.debug("All operations with Tinkoff Server using Open API are finished success (summary code is 0).")
    -3335
    -3336        else:
    -3337            uLogger.error("TKSBrokerAPI module returns an error! See full debug log with key in run command `--debug-level 10`. Summary code: {}".format(exitCode))
    -3338
    -3339        uLogger.debug("TKSBrokerAPI module work duration: [{}]".format(finish - start))
    -3340        uLogger.debug("TKSBrokerAPI module finished: [{}] UTC, it is [{}] local time".format(
    -3341            finish.strftime("%Y-%m-%d %H:%M:%S"),
    -3342            finish.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    -3343        ))
    -3344
    -3345        if not kwargs:
    -3346            sys.exit(exitCode)
    -3347
    -3348        else:
    -3349            return exitCode
    -3350
    -3351
    -3352if __name__ == "__main__":
    -3353    Main()
    +                        
       1# -*- coding: utf-8 -*-
    +   2# Author: Timur Gilmullin
    +   3
    +   4"""
    +   5**TKSBrokerAPI** is a python API to work with some methods of Tinkoff Open API using REST protocol.
    +   6It can view history, orders and market information. Also, you can open orders and trades.
    +   7
    +   8If you run this module as CLI program then it realizes simple logic: receiving a lot of options and execute one command.
    +   9**See examples**: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples
    +  10
    +  11**Used constants are in the TKSEnums module**: https://tim55667757.github.io/TKSBrokerAPI/docs/tksbrokerapi/TKSEnums.html
    +  12
    +  13About Tinkoff Invest API: https://tinkoff.github.io/investAPI/
    +  14
    +  15Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/
    +  16"""
    +  17
    +  18# Copyright (c) 2022 Gilmillin Timur Mansurovich
    +  19#
    +  20# Licensed under the Apache License, Version 2.0 (the "License");
    +  21# you may not use this file except in compliance with the License.
    +  22# You may obtain a copy of the License at
    +  23#
    +  24#     http://www.apache.org/licenses/LICENSE-2.0
    +  25#
    +  26# Unless required by applicable law or agreed to in writing, software
    +  27# distributed under the License is distributed on an "AS IS" BASIS,
    +  28# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +  29# See the License for the specific language governing permissions and
    +  30# limitations under the License.
    +  31
    +  32
    +  33import sys
    +  34import os
    +  35from argparse import ArgumentParser
    +  36
    +  37from datetime import datetime, timedelta
    +  38from dateutil.tz import tzlocal, tzutc
    +  39from time import sleep
    +  40
    +  41import re
    +  42import json
    +  43import requests
    +  44from multiprocessing import cpu_count
    +  45from multiprocessing.pool import ThreadPool
    +  46
    +  47import pandas as pd
    +  48
    +  49import UniLogger as uLog
    +  50import traceback as tb
    +  51
    +  52from TKSEnums import *  # a lot of constants from enums sections: https://tinkoff.github.io/investAPI/swagger-ui/
    +  53
    +  54
    +  55# --- Common technical parameters:
    +  56
    +  57uLogger = uLog.UniLogger
    +  58uLogger.level = 10  # debug level by default
    +  59uLogger.handlers[0].level = 20  # info level by default for STDOUT
    +  60
    +  61CPU_COUNT = cpu_count()  # host's real CPU count
    +  62CPU_USAGES = CPU_COUNT - 1 if CPU_COUNT > 1 else 1  # how many CPUs will be used for parallel calculations
    +  63uLogger.debug("Host CPU count: [{}]".format(CPU_COUNT))
    +  64
    +  65# --- Main constants:
    +  66
    +  67NANO = 0.000000001  # SI-constant nano = 10^-9
    +  68
    +  69
    +  70def NanoToFloat(units: str, nano: int) -> float:
    +  71    """
    +  72    Convert number in nano-view mode with string parameter `units` and integer parameter `nano` to float view. Examples:
    +  73
    +  74    `NanoToFloat(units="2", nano=500000000) -> 2.5`
    +  75
    +  76    `NanoToFloat(units="0", nano=50000000) -> 0.05`
    +  77
    +  78    :param units: integer string or integer parameter that represents the integer part of number
    +  79    :param nano: integer string or integer parameter that represents the fractional part of number
    +  80    :return: float view of number
    +  81    """
    +  82    return int(units) + int(nano) * NANO
    +  83
    +  84
    +  85def FloatToNano(number: float) -> dict:
    +  86    """
    +  87    Convert float number to nano-type view: dictionary with string `units` and integer `nano` parameters `{"units": "string", "nano": integer}`. Examples:
    +  88
    +  89    `FloatToNano(number=2.5) -> {"units": "2", "nano": 500000000}`
    +  90
    +  91    `FloatToNano(number=0.05) -> {"units": "0", "nano": 50000000}`
    +  92
    +  93    :param number: float number
    +  94    :return: nano-type view of number: `{"units": "string", "nano": integer}`
    +  95    """
    +  96    splitByPoint = str(number).split(".")
    +  97    frac = 0
    +  98
    +  99    if len(splitByPoint) > 1:
    + 100        if len(splitByPoint[1]) <= 9:
    + 101            frac = int("{}{}".format(
    + 102                int(splitByPoint[1]),
    + 103                "0" * (9 - len(splitByPoint[1])),
    + 104            ))
    + 105
    + 106    if (number < 0) and (frac > 0):
    + 107        frac = -frac
    + 108
    + 109    return {"units": str(int(number)), "nano": frac}
    + 110
    + 111
    + 112def GetDatesAsString(start: str = None, end: str = None) -> tuple:
    + 113    """
    + 114    Create tuple of date and time strings with timezone parsed from user-friendly date.
    + 115
    + 116    User dates format must be like: `%Y-%m-%d`, e.g. `2020-02-03` (3 Feb, 2020).
    + 117
    + 118    Example input: "2022-06-01" "2022-06-20" -> output: ("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")
    + 119    An error exception will occur if input date has incorrect format.
    + 120
    + 121    If `start=None`, `end=None` then return dates from yesterday to the end of the day.
    + 122    If `start=some_date_1`, `end=None` then return dates from `some_date_1` to the end of the day.
    + 123    If `start=some_date_1`, `end=some_date_2` then return dates from start of `some_date_1` to end of `some_date_2`.
    + 124    Start day may be negative integer numbers: `-1`, `-2`, `-3` - how many days ago.
    + 125
    + 126    Also, you can use keywords for start if `end=None`:
    + 127    `today` (from 00:00:00 to the end of current day),
    + 128    `yesterday` (-1 day from 00:00:00 to 23:59:59),
    + 129    `week` (-7 day from 00:00:00 to the end of current day),
    + 130    `month` (-30 day from 00:00:00 to the end of current day),
    + 131    `year` (-365 day from 00:00:00 to the end of current day),
    + 132
    + 133    :return: tuple with 2 strings `(start, end)` dates in UTC ISO time format `%Y-%m-%dT%H:%M:%SZ` for OpenAPI.
    + 134             See date and time format here: `TKSEnums.TKS_DATE_TIME_FORMAT`.
    + 135             Example: `("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")`. Second string is the end of the last day.
    + 136    """
    + 137    uLogger.debug("Input start day is [{}] (UTC), end day is [{}] (UTC)".format(start, end))
    + 138    s = datetime.now(tzutc()).replace(hour=0, minute=0, second=0, microsecond=0)  # start of the current day
    + 139    e = s.replace(hour=23, minute=59, second=59, microsecond=0)  # end of the current day
    + 140
    + 141    # time between start and the end of the current day:
    + 142    if start is None or start.lower() == "today":
    + 143        pass
    + 144
    + 145    # from start of the last day to the end of the last day:
    + 146    elif start.lower() == "yesterday":
    + 147        s -= timedelta(days=1)
    + 148        e -= timedelta(days=1)
    + 149
    + 150    # week (-7 day from 00:00:00 to the end of the current day):
    + 151    elif start.lower() == "week":
    + 152        s -= timedelta(days=6)  # +1 current day already taken into account
    + 153
    + 154    # month (-30 day from 00:00:00 to the end of current day):
    + 155    elif start.lower() == "month":
    + 156        s -= timedelta(days=29)  # +1 current day already taken into account
    + 157
    + 158    # year (-365 day from 00:00:00 to the end of current day):
    + 159    elif start.lower() == "year":
    + 160        s -= timedelta(days=364)  # +1 current day already taken into account
    + 161
    + 162    # -N days ago to the end of current day:
    + 163    elif start.startswith('-') and start[1:].isdigit():
    + 164        s -= timedelta(days=abs(int(start)) - 1)  # +1 current day already taken into account
    + 165
    + 166    # dates between start day at 00:00:00 and the end of the last day at 23:59:59:
    + 167    else:
    + 168        s = datetime.strptime(start, "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc())
    + 169        e = datetime.strptime(end, "%Y-%m-%d").replace(hour=23, minute=59, second=59, microsecond=0, tzinfo=tzutc()) if end is not None else e
    + 170
    + 171    # converting to UTC ISO time formatted with Z suffix for Tinkoff Open API:
    + 172    s = s.strftime(TKS_DATE_TIME_FORMAT)
    + 173    e = e.strftime(TKS_DATE_TIME_FORMAT)
    + 174
    + 175    uLogger.debug("Start day converted to UTC ISO format, with Z: [{}], and the end day: [{}]".format(s, e))
    + 176
    + 177    return s, e
    + 178
    + 179
    + 180class TinkoffBrokerServer:
    + 181    """
    + 182    This class implements methods to work with Tinkoff broker server.
    + 183
    + 184    Examples to work with API: https://tinkoff.github.io/investAPI/swagger-ui/
    + 185
    + 186    About `token`: https://tinkoff.github.io/investAPI/token/
    + 187    """
    + 188    def __init__(self, token: str, accountId: str = None, iList: dict = None, useCache: bool = True) -> None:
    + 189        """
    + 190        Main class init.
    + 191
    + 192        :param token: Bearer token for Tinkoff Invest API. It can be set from environment variable `TKS_API_TOKEN`.
    + 193        :param accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.
    + 194                          Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.
    + 195        :param iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.
    + 196                      At first time, when class init, `Listing()` method auto-update this variable, or you can use dump file.
    + 197                      For future use, you can save this variable and use as `iList` to avoid permanent downloads
    + 198                      from the server. Also, you can try `DumpInstruments()` method.
    + 199        :param useCache: use default cache file `dump.json` with raw data to use instead of `iList` if `iList` set as `None`.
    + 200                         True by default. Cache is auto-update if new day has come.
    + 201                         If `iList` is not `None` then it value has higher priority than `dump.json` and `useCache`.
    + 202                         If you don't want to use cache and always updates raw data then set `useCache=False`.
    + 203        """
    + 204        if token is None or not token:
    + 205            try:
    + 206                self.token = r"{}".format(os.environ["TKS_API_TOKEN"])
    + 207                uLogger.debug("Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/")
    + 208
    + 209            except KeyError:
    + 210                raise Exception("`--token` key or environment variable `TKS_API_TOKEN` is required! See https://tinkoff.github.io/investAPI/token/")
    + 211
    + 212        else:
    + 213            self.token = token  # highly priority than environment variable 'TKS_API_TOKEN'
    + 214            uLogger.debug("Bearer token for Tinkoff OpenApi set up from class variable `token`")
    + 215
    + 216        if accountId is None or not accountId:
    + 217            try:
    + 218                self.accountId = r"{}".format(os.environ["TKS_ACCOUNT_ID"])
    + 219                uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID`")
    + 220
    + 221            except KeyError:
    + 222                uLogger.warning("`--account-id` key or environment variable `TKS_ACCOUNT_ID` undefined! Some of operations may be unavailable (overview, trading etc).")
    + 223
    + 224        else:
    + 225            self.accountId = accountId  # highly priority than environment variable 'TKS_ACCOUNT_ID'
    + 226            uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from class variable `accountId`")
    + 227
    + 228        self.aliases = TKS_TICKER_ALIASES
    + 229        """Some aliases instead official tickers. See `TKSEnums.TKS_TICKER_ALIASES`"""
    + 230
    + 231        self.aliasesKeys = self.aliases.keys()  # re-calc only first time at class init
    + 232        self.exclude = TKS_TICKERS_OR_FIGI_EXCLUDED  # some of tickets or FIGIs raised exception earlier when it sends to server, that is why we exclude there
    + 233
    + 234        self.ticker = ""
    + 235        """String with ticker, e.g. `GOOGL`. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR` etc. More tickers aliases here: `TKSEnums.TKS_TICKER_ALIASES`."""
    + 236
    + 237        self.figi = ""
    + 238        """String with FIGI, e.g. ticker `GOOGL` has FIGI `BBG009S39JX6`"""
    + 239
    + 240        self.depth = 1
    + 241        """Depth of Market (DOM) can be >= 1. Default: 1. It used with `--price` key to showing DOM with current prices for givens ticker or FIGI."""
    + 242
    + 243        self.server = r"https://invest-public-api.tinkoff.ru/rest"
    + 244        """Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest
    + 245
    + 246        See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1
    + 247        """
    + 248
    + 249        uLogger.debug("Broker API server: {}".format(self.server))
    + 250
    + 251        self.timeout = 15
    + 252        """Server operations timeout in seconds. Default: `15`"""
    + 253
    + 254        self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)}
    + 255        """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {your_token}"}`"""
    + 256
    + 257        self.body = None
    + 258        """Request body which send to broker server. Default: `None`"""
    + 259
    + 260        # remove after implemented: #45 Add selector of file types https://github.com/Tim55667757/TKSBrokerAPI/issues/45
    + 261        # self.outputFileType = None
    + 262        # """Switch of types for output files when `--output` key present. You can choose: `.md`, `.csv` and `.xlsx`. By default: `None`, it mean that default types will be used."""
    + 263
    + 264        self.historyFile = None
    + 265        """Full path to the output file where history candles will be saved or updated. Default: `None`, it mean that returns only pandas dataframe when you request `History()` method."""
    + 266
    + 267        self.instrumentsFile = "instruments.md"
    + 268        """Filename where full broker's instruments list will be saved. Default: `instruments.md`"""
    + 269
    + 270        self.searchResultsFile = "search-results.md"
    + 271        """Filename with all found instruments searched by part of its ticker, FIGI or name. Default: `search-results.md`"""
    + 272
    + 273        self.pricesFile = "prices.md"
    + 274        """Filename where prices of selected instruments will be saved. Default: `prices.md`"""
    + 275
    + 276        self.overviewFile = "overview.md"
    + 277        """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`"""
    + 278
    + 279        self.overviewDigestFile = "overview-digest.md"
    + 280        """Filename where short digest of the portfolio status will be saved. Default: `overview-digest.md`"""
    + 281
    + 282        self.overviewPositionsFile = "overview-positions.md"
    + 283        """Filename where only open positions, without everything else will be saved. Default: `overview-positions.md`"""
    + 284
    + 285        self.overviewOrdersFile = "overview-orders.md"
    + 286        """Filename where open limits and stop orders will be saved. Default: `overview-orders.md`"""
    + 287
    + 288        self.overviewAnalyticsFile = "overview-analytics.md"
    + 289        """Filename where only the analytics section and the distribution of the portfolio by various categories will be saved. Default: `overview-analytics.md`"""
    + 290
    + 291        self.reportFile = "deals.md"
    + 292        """Filename where history of deals and trade statistics will be saved. Default: `deals.md`"""
    + 293
    + 294        self.iListDumpFile = "dump.json"
    + 295        """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`"""
    + 296
    + 297        self.iList = None  # init iList
    + 298        """Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.
    + 299        
    + 300        See also: `Listing()` and `DumpInstruments()`.
    + 301        """
    + 302
    + 303        # try to re-use raw instruments data saved as `iList` or try to load it from the dump file:
    + 304        if iList is not None and isinstance(iList, dict):
    + 305            uLogger.debug("Instruments raw data set up from given `iList` variable. Dump file not updated.")
    + 306
    + 307            self.iList = iList  # only used given iList, dump not updated
    + 308
    + 309        elif useCache:
    + 310            if os.path.exists(self.iListDumpFile):
    + 311                dumpTime = datetime.fromtimestamp(os.path.getmtime(self.iListDumpFile)).astimezone(tzutc())  # dump modification date and time
    + 312                curTime = datetime.now(tzutc())
    + 313
    + 314                if (curTime.day > dumpTime.day) or (curTime.month > dumpTime.month) or (curTime.year > dumpTime.year):
    + 315                    uLogger.warning("Local cache may be outdated! It has last modified [{}] UTC. Updating from broker server, wait, please...".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    + 316
    + 317                    self.DumpInstruments(forceUpdate=True)  # updating self.iList and dump file
    + 318
    + 319                else:
    + 320                    self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8"))  # load iList from dump
    + 321
    + 322                    uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    + 323                    uLogger.debug("Dump file was last modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    + 324
    + 325            else:
    + 326                uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...")
    + 327                self.DumpInstruments(forceUpdate=True)  # updating self.iList and creating default dump file
    + 328
    + 329        else:
    + 330            self.iList = self.Listing()  # request new raw instruments data from broker server
    + 331            self.DumpInstruments(forceUpdate=False)  # save updated info to default dump file
    + 332
    + 333    @staticmethod
    + 334    def _ParseJSON(rawData="{}", debug: bool = False) -> dict:
    + 335        """
    + 336        Parse JSON from response string.
    + 337
    + 338        :param rawData: this is a string with JSON-formatted text.
    + 339        :param debug: if `True` then print more debug information.
    + 340        :return: JSON (dictionary), parsed from server response string.
    + 341        """
    + 342        if debug:
    + 343            uLogger.debug("Raw text body:")
    + 344            uLogger.debug(rawData)
    + 345
    + 346        responseJSON = json.loads(rawData) if rawData else {}
    + 347
    + 348        if debug:
    + 349            uLogger.debug("JSON formatted:")
    + 350            for jsonLine in json.dumps(responseJSON, indent=4).split('\n'):
    + 351                uLogger.debug(jsonLine)
    + 352
    + 353        return responseJSON
    + 354
    + 355    def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: int = 5, debug: bool = False) -> dict:
    + 356        """
    + 357        Send GET or POST request to broker server and receive JSON object.
    + 358
    + 359        self.header: must be define with dictionary of headers.
    + 360        self.body: if define then used as request body. None by default.
    + 361        self.timeout: global request timeout, 15 seconds by default.
    + 362        :param url: url with REST request.
    + 363        :param reqType: send "GET" or "POST" request. "GET" by default.
    + 364        :param retry: how many times retry after first request if an error occurred.
    + 365        :param pause: sleep time in seconds between retries.
    + 366        :param debug: if `True` then print more debug information.
    + 367        :return: response JSON (dictionary) from broker.
    + 368        """
    + 369        if reqType not in ("GET", "POST"):
    + 370            raise Exception("You can define request type: 'GET' or 'POST'!")
    + 371
    + 372        if debug:
    + 373            uLogger.debug("Request parameters:")
    + 374            uLogger.debug("    - REST API URL: {}".format(url))
    + 375            uLogger.debug("    - request type: {}".format(reqType))
    + 376            uLogger.debug("    - headers: {}".format(str(self.headers).replace(self.token, "*** request token ***")))
    + 377            uLogger.debug("    - body: {}".format(self.body))
    + 378
    + 379        # fast hack to avoid all operations with some tickers/FIGI
    + 380        responseJSON = {}
    + 381        oK = True
    + 382        for item in self.exclude:
    + 383            if item in url:
    + 384                if debug:
    + 385                    uLogger.warning("Do not execute operations with list of this tickers/FIGI: {}".format(str(self.exclude)))
    + 386
    + 387                oK = False
    + 388                break
    + 389
    + 390        if oK:
    + 391            counter = 0
    + 392            response = None
    + 393            errMsg = ""
    + 394
    + 395            while not response and counter <= retry:
    + 396                if reqType == "GET":
    + 397                    response = requests.get(url, headers=self.headers, data=self.body, timeout=self.timeout)
    + 398
    + 399                if reqType == "POST":
    + 400                    response = requests.post(url, headers=self.headers, data=self.body, timeout=self.timeout)
    + 401
    + 402                if debug:
    + 403                    uLogger.debug("Response:")
    + 404                    uLogger.debug("    - status code: {}".format(response.status_code))
    + 405                    uLogger.debug("    - reason: {}".format(response.reason))
    + 406                    uLogger.debug("    - body length: {}".format(len(response.text)))
    + 407
    + 408                # Error status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    + 409                if 400 <= response.status_code < 600:
    + 410                    errMsg = "[{}] {}".format(response.status_code, response.text)
    + 411                    uLogger.debug("    - not oK status code received: {}".format(errMsg))
    + 412                    counter += 1
    + 413
    + 414                    if counter <= retry:
    + 415                        uLogger.debug("Retry: [{}]. Wait until {} sec. and try again...".format(counter, pause))
    + 416                        sleep(pause)
    + 417
    + 418            responseJSON = self._ParseJSON(response.text)
    + 419
    + 420            if errMsg:
    + 421                uLogger.error("Not `oK` status received from broker server! See: https://tinkoff.github.io/investAPI/errors/")
    + 422                uLogger.error("    - message: {}".format(errMsg))
    + 423                # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.")
    + 424
    + 425        return responseJSON
    + 426
    + 427    def _IUpdater(self, iType: str) -> tuple:
    + 428        """
    + 429        Request instrument by type from server. See available API methods for instruments:
    + 430        Currencies: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Currencies
    + 431        Shares: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Shares
    + 432        Bonds: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Bonds
    + 433        Etfs: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Etfs
    + 434        Futures: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Futures
    + 435
    + 436        :param iType: type of the instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    + 437        :return: tuple with iType name and list of available instruments of current type for defined user token.
    + 438        """
    + 439        result = []
    + 440
    + 441        if iType in TKS_INSTRUMENTS:
    + 442            uLogger.debug("Requesting available [{}] list. Wait, please...".format(iType))
    + 443
    + 444            # all instruments have the same body in API v2 requests:
    + 445            self.body = str({"instrumentStatus": "INSTRUMENT_STATUS_UNSPECIFIED"})  # Enum: [INSTRUMENT_STATUS_UNSPECIFIED, INSTRUMENT_STATUS_BASE, INSTRUMENT_STATUS_ALL]
    + 446            instrumentURL = self.server + r"/tinkoff.public.invest.api.contract.v1.InstrumentsService/{}".format(iType)
    + 447            result = self.SendAPIRequest(instrumentURL, reqType="POST", debug=False)["instruments"]
    + 448
    + 449        return iType, result
    + 450
    + 451    def _IWrapper(self, kwargs):
    + 452        """
    + 453        Wrapper runs instrument's update method `_IUpdater()`.
    + 454        It's a workaround for using multiprocessing with kwargs. See: https://stackoverflow.com/a/36799206
    + 455        """
    + 456        return self._IUpdater(**kwargs)
    + 457
    + 458    def Listing(self) -> dict:
    + 459        """
    + 460        Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.
    + 461
    + 462        :return: Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.
    + 463        """
    + 464        uLogger.debug("Requesting all available instruments from broker for current user token. Wait, please...")
    + 465        uLogger.debug("CPU usages for parallel requests: [{}]".format(CPU_USAGES))
    + 466
    + 467        # this parameters insert to requests: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService
    + 468        # iType is type of instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    + 469        iParams = [{"iType": iType} for iType in TKS_INSTRUMENTS]
    + 470
    + 471        poolUpdater = ThreadPool(processes=CPU_USAGES)  # create pool for update instruments in parallel mode
    + 472        listing = poolUpdater.map(self._IWrapper, iParams)  # execute update operations
    + 473        poolUpdater.close()
    + 474
    + 475        # Dictionary with all broker instruments: shares, currencies, bonds, etfs and futures.
    + 476        # Next in this code: item[0] is "iType" and item[1] is list of available instruments from the result of _IUpdater() method
    + 477        iList = {item[0]: {instrument["ticker"]: instrument for instrument in item[1]} for item in listing}
    + 478
    + 479        # calculate minimum price increment (step) for all instruments and set up instrument's type:
    + 480        for iType in iList.keys():
    + 481            for ticker in iList[iType]:
    + 482                iList[iType][ticker]["type"] = iType
    + 483
    + 484                if "minPriceIncrement" in iList[iType][ticker].keys():
    + 485                    iList[iType][ticker]["step"] = NanoToFloat(
    + 486                        iList[iType][ticker]["minPriceIncrement"]["units"],
    + 487                        iList[iType][ticker]["minPriceIncrement"]["nano"],
    + 488                    )
    + 489
    + 490                else:
    + 491                    iList[iType][ticker]["step"] = 0  # hack to avoid empty value in some instruments, e.g. futures
    + 492
    + 493        return iList
    + 494
    + 495    def DumpInstruments(self, forceUpdate: bool = True) -> str:
    + 496        """
    + 497        Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server
    + 498        using `Listing()` method. If `iListDumpFile` string is not empty then also save information to this file.
    + 499
    + 500        :param forceUpdate: if `True` then at first updates data with `Listing()` method, otherwise just saves exist `iList`.
    + 501        :return: serialized JSON formatted `str` with full data of instruments, also saved to the `--output` file.
    + 502        """
    + 503        if self.iListDumpFile is None or not self.iListDumpFile:
    + 504            raise Exception("Output name of dump file must be defined!")
    + 505
    + 506        if not self.iList or forceUpdate:
    + 507            self.iList = self.Listing()
    + 508
    + 509        dump = json.dumps(self.iList, indent=4, sort_keys=False)
    + 510        with open(self.iListDumpFile, mode="w", encoding="UTF-8") as fH:
    + 511            fH.write(dump)
    + 512
    + 513        uLogger.info("Instruments raw data were cached for future used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    + 514
    + 515        return dump
    + 516
    + 517    @staticmethod
    + 518    def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str:
    + 519        """
    + 520        Show information about one instrument defined by json data and prints it in Markdown format.
    + 521
    + 522        :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]`
    + 523        :param printInfo: if `True` then also printing information about instrument and its current price.
    + 524        :return: multilines text in Markdown format with information about one instrument.
    + 525        """
    + 526        splitLine = "|                                                         |                                                         |\n"
    + 527        infoText = ""
    + 528
    + 529        if iJSON is not None and iJSON and isinstance(iJSON, dict):
    + 530            info = [
    + 531                "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    + 532                "| Parameters                                              | Values                                                  |\n",
    + 533                "|---------------------------------------------------------|---------------------------------------------------------|\n",
    + 534                "| Ticker:                                                 | {:<55} |\n".format(iJSON["ticker"]),
    + 535                "| Full name:                                              | {:<55} |\n".format(iJSON["name"]),
    + 536            ]
    + 537
    + 538            if "sector" in iJSON.keys() and iJSON["sector"]:
    + 539                info.append("| Sector:                                                 | {:<55} |\n".format(iJSON["sector"]))
    + 540
    + 541            info.append("| Country of instrument:                                  | {:<55} |\n".format("{}{}".format(
    + 542                "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "",
    + 543                iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "",
    + 544            )))
    + 545
    + 546            info.extend([
    + 547                splitLine,
    + 548                "| FIGI (Financial Instrument Global Identifier):          | {:<55} |\n".format(iJSON["figi"]),
    + 549                "| Exchange:                                               | {:<55} |\n".format(iJSON["exchange"]),
    + 550            ])
    + 551
    + 552            if "isin" in iJSON.keys() and iJSON["isin"]:
    + 553                info.append("| ISIN (International Securities Identification Number):  | {:<55} |\n".format(iJSON["isin"]))
    + 554
    + 555            if "classCode" in iJSON.keys():
    + 556                info.append("| Class Code:                                             | {:<55} |\n".format(iJSON["classCode"]))
    + 557
    + 558            info.extend([
    + 559                splitLine,
    + 560                "| Current broker security trading status:                 | {:<55} |\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]),
    + 561                "| Buy operations allowed:                                 | {:<55} |\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"),
    + 562                "| Sale operations allowed:                                | {:<55} |\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"),
    + 563                "| Short positions allowed:                                | {:<55} |\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"),
    + 564            ])
    + 565
    + 566            info.append(splitLine)
    + 567
    + 568            if "type" in iJSON.keys() and iJSON["type"]:
    + 569                info.append("| Type of the instrument:                                 | {:<55} |\n".format(iJSON["type"]))
    + 570
    + 571            if "futuresType" in iJSON.keys() and iJSON["futuresType"]:
    + 572                info.append("| Futures type:                                           | {:<55} |\n".format(iJSON["futuresType"]))
    + 573
    + 574            if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]:
    + 575                info.append("| IPO date:                                               | {:<55} |\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", "")))
    + 576
    + 577            if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]:
    + 578                info.append("| Released date:                                          | {:<55} |\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", "")))
    + 579
    + 580            if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]:
    + 581                info.append("| Rebalancing frequency:                                  | {:<55} |\n".format(iJSON["rebalancingFreq"]))
    + 582
    + 583            if "focusType" in iJSON.keys() and iJSON["focusType"]:
    + 584                info.append("| Focusing type:                                          | {:<55} |\n".format(iJSON["focusType"]))
    + 585
    + 586            if "assetType" in iJSON.keys() and iJSON["assetType"]:
    + 587                info.append("| Asset type:                                             | {:<55} |\n".format(iJSON["assetType"]))
    + 588
    + 589            if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]:
    + 590                info.append("| Basic asset:                                            | {:<55} |\n".format(iJSON["basicAsset"]))
    + 591
    + 592            if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]:
    + 593                info.append("| Basic asset size:                                       | {:<55} |\n".format("{:.2f}".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"]))))
    + 594
    + 595            if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]:
    + 596                info.append("| ISO currency name:                                      | {:<55} |\n".format(iJSON["isoCurrencyName"]))
    + 597
    + 598            if "currency" in iJSON.keys():
    + 599                info.append("| Payment currency:                                       | {:<55} |\n".format(iJSON["currency"]))
    + 600
    + 601            if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0:
    + 602                info.append("| First trade date:                                       | {:<55} |\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", "")))
    + 603
    + 604            if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0:
    + 605                info.append("| Last trade date:                                        | {:<55} |\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", "")))
    + 606
    + 607            if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0:
    + 608                info.append("| Date of expiration:                                     | {:<55} |\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", "")))
    + 609
    + 610            if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0:
    + 611                info.append("| State registration date:                                | {:<55} |\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", "")))
    + 612
    + 613            if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0:
    + 614                info.append("| Placement date:                                         | {:<55} |\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", "")))
    + 615
    + 616            if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0:
    + 617                info.append("| Maturity date:                                          | {:<55} |\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", "")))
    + 618
    + 619            if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]:
    + 620                info.append("| Perpetual bond:                                         | Yes                                                     |\n")
    + 621
    + 622            if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]:
    + 623                info.append("| Over-the-counter (OTC) securities:                      | Yes                                                     |\n")
    + 624
    + 625            if iJSON["type"] == "Bonds":
    + 626                info.append("| Bond issue (size / plan):                               | {:<55} |\n".format("{} / {}".format(iJSON["issueSize"], iJSON["issueSizePlan"])))
    + 627
    + 628                info.append("| Nominal price (100%):                                   | {:<55} |\n".format("{:.2f} {}".format(
    + 629                    NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]),
    + 630                    iJSON["nominal"]["currency"],
    + 631                )))
    + 632
    + 633                if "floatingCouponFlag" in iJSON.keys():
    + 634                    info.append("| Floating coupon:                                        | {:<55} |\n".format("Yes" if iJSON["floatingCouponFlag"] else "No"))
    + 635
    + 636                if "amortizationFlag" in iJSON.keys():
    + 637                    info.append("| Amortization:                                           | {:<55} |\n".format("Yes" if iJSON["amortizationFlag"] else "No"))
    + 638
    + 639                if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]:
    + 640                    info.append("| Number of coupon payments per year:                     | {:<55} |\n".format(iJSON["couponQuantityPerYear"]))
    + 641
    + 642                if "aciValue" in iJSON.keys() and iJSON["aciValue"]:
    + 643                    info.append("| Current ACI (Accrued Interest):                         | {:<55} |\n".format("{:.2f} {}".format(
    + 644                        NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]),
    + 645                        iJSON["aciValue"]["currency"]
    + 646                    )))
    + 647
    + 648            if "currentPrice" in iJSON.keys():
    + 649                info.append(splitLine)
    + 650
    + 651                info.extend([
    + 652                    "| Previous close price of the instrument:                 | {:<55} |\n".format("{}{}".format(
    + 653                        "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A",
    + 654                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 655                    )),
    + 656                    "| Last deal price of the instrument:                      | {:<55} |\n".format("{}{}".format(
    + 657                        "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A",
    + 658                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 659                    )),
    + 660                    "| Changes between last deal price and last close  %       | {:<55} |\n".format("{:.2f}".format(iJSON["currentPrice"]["changes"])),
    + 661                    "| Current limit price, min / max:                         | {:<55} |\n".format("{}{} / {}{}".format(
    + 662                        "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A",
    + 663                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 664                        "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A",
    + 665                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 666                    )),
    + 667                    "| Actual price, sell / buy:                               | {:<55} |\n".format("{}{} / {}{}".format(
    + 668                        "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A",
    + 669                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 670                        "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A",
    + 671                        "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 672                    )),
    + 673                ])
    + 674
    + 675            if "lot" in iJSON.keys():
    + 676                info.append("| Minimum lot to buy:                                     | {:<55} |\n".format(iJSON["lot"]))
    + 677
    + 678            if "step" in iJSON.keys() and iJSON["step"] != 0:
    + 679                info.append("| Minimum price increment (step):                         | {:<55} |\n".format(iJSON["step"]))
    + 680
    + 681            infoText += "".join(info)
    + 682
    + 683            if printInfo:
    + 684                uLogger.info("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    + 685
    + 686            else:
    + 687                uLogger.debug("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    + 688
    + 689        return infoText
    + 690
    + 691    def SearchByTicker(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    + 692        """
    + 693        Search and return raw broker's information about instrument by it's ticker.
    + 694        `ticker` must be define! If debug=True then print all debug messages.
    + 695
    + 696        :param requestPrice: if `False` then do not request current price of instrument (because this is long operation).
    + 697        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    + 698        :param debug: if `True` then print all debug console messages.
    + 699        :return: JSON formatted data with information about instrument.
    + 700        """
    + 701        tickerJSON = {}
    + 702        if debug:
    + 703            uLogger.debug("Searching information about instrument by it's ticker [{}] ...".format(self.ticker))
    + 704
    + 705        if not self.ticker:
    + 706            uLogger.warning("self.ticker variable is not be empty!")
    + 707
    + 708        else:
    + 709            if not self.iList:
    + 710                self.iList = self.Listing()
    + 711
    + 712            if self.ticker in self.iList["Shares"].keys():
    + 713                tickerJSON = self.iList["Shares"][self.ticker]
    + 714                if debug:
    + 715                    uLogger.debug("Ticker [{}] found in shares list".format(self.ticker))
    + 716
    + 717            elif self.ticker in self.iList["Currencies"].keys():
    + 718                tickerJSON = self.iList["Currencies"][self.ticker]
    + 719                if debug:
    + 720                    uLogger.debug("Ticker [{}] found in currencies list".format(self.ticker))
    + 721
    + 722            elif self.ticker in self.iList["Bonds"].keys():
    + 723                tickerJSON = self.iList["Bonds"][self.ticker]
    + 724                if debug:
    + 725                    uLogger.debug("Ticker [{}] found in bonds list".format(self.ticker))
    + 726
    + 727            elif self.ticker in self.iList["Etfs"].keys():
    + 728                tickerJSON = self.iList["Etfs"][self.ticker]
    + 729                if debug:
    + 730                    uLogger.debug("Ticker [{}] found in etfs list".format(self.ticker))
    + 731
    + 732            elif self.ticker in self.iList["Futures"].keys():
    + 733                tickerJSON = self.iList["Futures"][self.ticker]
    + 734                if debug:
    + 735                    uLogger.debug("Ticker [{}] found in futures list".format(self.ticker))
    + 736
    + 737        if tickerJSON:
    + 738            self.figi = tickerJSON["figi"]
    + 739
    + 740            if requestPrice:
    + 741                tickerJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    + 742
    + 743                if tickerJSON["currentPrice"]["closePrice"] is not None and tickerJSON["currentPrice"]["closePrice"] != 0 and tickerJSON["currentPrice"]["lastPrice"] is not None:
    + 744                    tickerJSON["currentPrice"]["changes"] = 100 * (tickerJSON["currentPrice"]["lastPrice"] - tickerJSON["currentPrice"]["closePrice"]) / tickerJSON["currentPrice"]["closePrice"]
    + 745
    + 746                else:
    + 747                    tickerJSON["currentPrice"]["changes"] = 0
    + 748
    + 749            if showInfo:
    + 750                self.ShowInstrumentInfo(iJSON=tickerJSON, printInfo=True)  # print info as Markdown text
    + 751
    + 752        else:
    + 753            if showInfo:
    + 754                uLogger.warning("Ticker [{}] not found in available broker instrument's list!".format(self.ticker))
    + 755
    + 756        return tickerJSON
    + 757
    + 758    def SearchByFIGI(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    + 759        """
    + 760        Search and return raw broker's information about instrument by it's FIGI.
    + 761        `figi` must be define! If debug=True then print all debug messages.
    + 762
    + 763        :param requestPrice: if `False` then do not request current price of instrument (it's long operation).
    + 764        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    + 765        :param debug: if `True` then print all debug console messages.
    + 766        :return: JSON formatted data with information about instrument.
    + 767        """
    + 768        figiJSON = {}
    + 769        if debug:
    + 770            uLogger.debug("Searching information about instrument by it's FIGI [{}] ...".format(self.figi))
    + 771
    + 772        if not self.figi:
    + 773            uLogger.warning("self.figi variable is not be empty!")
    + 774
    + 775        else:
    + 776            if not self.iList:
    + 777                self.iList = self.Listing()
    + 778
    + 779            for item in self.iList["Shares"].keys():
    + 780                if self.figi == self.iList["Shares"][item]["figi"]:
    + 781                    figiJSON = self.iList["Shares"][item]
    + 782
    + 783                    if debug:
    + 784                        uLogger.debug("FIGI [{}] found in shares list".format(self.figi))
    + 785
    + 786                    break
    + 787
    + 788            if not figiJSON:
    + 789                for item in self.iList["Currencies"].keys():
    + 790                    if self.figi == self.iList["Currencies"][item]["figi"]:
    + 791                        figiJSON = self.iList["Currencies"][item]
    + 792
    + 793                        if debug:
    + 794                            uLogger.debug("FIGI [{}] found in currencies list".format(self.figi))
    + 795
    + 796                        break
    + 797
    + 798            if not figiJSON:
    + 799                for item in self.iList["Bonds"].keys():
    + 800                    if self.figi == self.iList["Bonds"][item]["figi"]:
    + 801                        figiJSON = self.iList["Bonds"][item]
    + 802
    + 803                        if debug:
    + 804                            uLogger.debug("FIGI [{}] found in bonds list".format(self.figi))
    + 805
    + 806                        break
    + 807
    + 808            if not figiJSON:
    + 809                for item in self.iList["Etfs"].keys():
    + 810                    if self.figi == self.iList["Etfs"][item]["figi"]:
    + 811                        figiJSON = self.iList["Etfs"][item]
    + 812
    + 813                        if debug:
    + 814                            uLogger.debug("FIGI [{}] found in etfs list".format(self.figi))
    + 815
    + 816                        break
    + 817
    + 818            if not figiJSON:
    + 819                for item in self.iList["Futures"].keys():
    + 820                    if self.figi == self.iList["Futures"][item]["figi"]:
    + 821                        figiJSON = self.iList["Futures"][item]
    + 822
    + 823                        if debug:
    + 824                            uLogger.debug("FIGI [{}] found in futures list".format(self.figi))
    + 825
    + 826                        break
    + 827
    + 828        if figiJSON:
    + 829            self.figi = figiJSON["figi"]
    + 830            self.ticker = figiJSON["ticker"]
    + 831
    + 832            if requestPrice:
    + 833                figiJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    + 834
    + 835                if figiJSON["currentPrice"]["closePrice"] is not None and figiJSON["currentPrice"]["closePrice"] != 0 and figiJSON["currentPrice"]["lastPrice"] is not None:
    + 836                    figiJSON["currentPrice"]["changes"] = 100 * (figiJSON["currentPrice"]["lastPrice"] - figiJSON["currentPrice"]["closePrice"]) / figiJSON["currentPrice"]["closePrice"]
    + 837
    + 838                else:
    + 839                    figiJSON["currentPrice"]["changes"] = 0
    + 840
    + 841            if showInfo:
    + 842                self.ShowInstrumentInfo(iJSON=figiJSON, printInfo=True)  # print info as Markdown text
    + 843
    + 844        else:
    + 845            if showInfo:
    + 846                uLogger.warning("FIGI [{}] not found in available broker instrument's list!".format(self.figi))
    + 847
    + 848        return figiJSON
    + 849
    + 850    def GetCurrentPrices(self, showPrice: bool = False) -> dict:
    + 851        """
    + 852        Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:
    + 853        `{"buy": [], "sell": [], "limitUp": None, "limitDown": None, "lastPrice": None, "closePrice": None}`.
    + 854
    + 855        :param showPrice: if `True` then print DOM.
    + 856        :return: orders book dict with lists of current buy and sell prices: `{"buy": [{"price": x1, "quantity": y1, ...}], "sell": [....]}`.
    + 857        """
    + 858        prices = {"buy": [], "sell": [], "limitUp": 0, "limitDown": 0, "lastPrice": 0, "closePrice": 0}
    + 859
    + 860        if self.depth < 1:
    + 861            raise Exception("Depth of Market (DOM) must be >=1!")
    + 862
    + 863        if not (self.ticker or self.figi):
    + 864            raise Exception("self.ticker or self.figi variables must be defined!")
    + 865
    + 866        if self.ticker and not self.figi:
    + 867            instrumentByTicker = self.SearchByTicker(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    + 868            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    + 869
    + 870        if not self.ticker and self.figi:
    + 871            instrumentByFigi = self.SearchByFIGI(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    + 872            self.ticker = instrumentByFigi["ticker"] if instrumentByFigi else ""
    + 873
    + 874        if not self.figi:
    + 875            uLogger.error("FIGI is not determined!")
    + 876
    + 877        else:
    + 878            uLogger.debug("Requesting current prices for instrument with ticker [{}] and FIGI [{}]...".format(self.ticker, self.figi))
    + 879
    + 880            # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetOrderBook
    + 881            priceURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetOrderBook"
    + 882            self.body = str({"figi": self.figi, "depth": self.depth})
    + 883            pricesResponse = self.SendAPIRequest(priceURL, reqType="POST")
    + 884
    + 885            if pricesResponse:
    + 886                # list of dicts with sellers orders:
    + 887                prices["buy"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["asks"]]
    + 888
    + 889                # list of dicts with buyers orders:
    + 890                prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]]
    + 891
    + 892                # max price of instrument at this time:
    + 893                prices["limitUp"] = round(NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]), 6) if "limitUp" in pricesResponse.keys() else None
    + 894
    + 895                # min price of instrument at this time:
    + 896                prices["limitDown"] = round(NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]), 6) if "limitDown" in pricesResponse.keys() else None
    + 897
    + 898                # last price of deal with instrument:
    + 899                prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0
    + 900
    + 901                # last close price of instrument:
    + 902                prices["closePrice"] = NanoToFloat(pricesResponse["closePrice"]["units"], pricesResponse["closePrice"]["nano"]) if "closePrice" in pricesResponse.keys() else 0
    + 903
    + 904            else:
    + 905                uLogger.warning("Server return an empty or error response! See full log. Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    + 906                uLogger.debug("Server response: {}".format(pricesResponse))
    + 907
    + 908            if showPrice:
    + 909                if prices["buy"] or prices["sell"]:
    + 910                    info = [
    + 911                        "Orders book actual at [{}] (UTC)\nTicker: [{}], FIGI: [{}], Depth of Market: [{}]\n".format(
    + 912                            datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S"),
    + 913                            self.ticker,
    + 914                            self.figi,
    + 915                            self.depth,
    + 916                        ),
    + 917                        uLog.sepShort, "\n",
    + 918                        " Orders of Buyers   | Orders of Sellers\n",
    + 919                        uLog.sepShort, "\n",
    + 920                        " Sell prices (vol.) | Buy prices (vol.)\n",
    + 921                        uLog.sepShort, "\n",
    + 922                    ]
    + 923
    + 924                    if not prices["buy"]:
    + 925                        info.append("                    | No orders!\n")
    + 926                        sumBuy = 0
    + 927
    + 928                    else:
    + 929                        sumBuy = sum([x["quantity"] for x in prices["buy"]])
    + 930                        maxMinSorted = sorted(prices["buy"], key=lambda k: k["price"], reverse=True)
    + 931                        for item in maxMinSorted:
    + 932                            info.append("                    | {} ({})\n".format(item["price"], item["quantity"]))
    + 933
    + 934                    if not prices["sell"]:
    + 935                        info.append("No orders!          |\n")
    + 936                        sumSell = 0
    + 937
    + 938                    else:
    + 939                        sumSell = sum([x["quantity"] for x in prices["sell"]])
    + 940                        for item in prices["sell"]:
    + 941                            info.append("{:>19} |\n".format("{} ({})".format(item["price"], item["quantity"])))
    + 942
    + 943                    info.extend([
    + 944                        uLog.sepShort, "\n",
    + 945                        "{:>19} | {}\n".format("Total sell: {}".format(sumSell), "Total buy: {}".format(sumBuy)),
    + 946                        uLog.sepShort, "\n",
    + 947                    ])
    + 948
    + 949                    infoText = "".join(info)
    + 950
    + 951                    uLogger.info("Current prices in order book:\n\n{}".format(infoText))
    + 952
    + 953                else:
    + 954                    uLogger.warning("Orders book is empty at this time! Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    + 955
    + 956        return prices
    + 957
    + 958    def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str:
    + 959        """
    + 960        This method get and show information about all available broker instruments.
    + 961        If `instrumentsFile` string is not empty then also save information to this file.
    + 962
    + 963        :param showInstruments: if `True` then print results to console, if `False` - print only to file.
    + 964        :return: multi-string with all available broker instruments
    + 965        """
    + 966        if not self.iList:
    + 967            self.iList = self.Listing()
    + 968
    + 969        info = [
    + 970            "# All available instruments from Tinkoff Broker server for current user token\n\n",
    + 971            "* **Actual on date:** [{} UTC]\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    + 972        ]
    + 973
    + 974        # add instruments count by type:
    + 975        for iType in self.iList.keys():
    + 976            info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType])))
    + 977
    + 978        headerLine = "| Ticker       | Full name                                                 | FIGI         | Cur | Lot     | Step       |\n"
    + 979        splitLine = "|--------------|-----------------------------------------------------------|--------------|-----|---------|------------|\n"
    + 980
    + 981        # generating info tables with all instruments by type:
    + 982        for iType in self.iList.keys():
    + 983            info.extend(["\n\n## {} available. Total: [{}]\n\n".format(iType, len(self.iList[iType])), headerLine, splitLine])
    + 984
    + 985            for instrument in self.iList[iType].keys():
    + 986                iName = self.iList[iType][instrument]["name"]  # instrument's name
    + 987                if len(iName) > 57:
    + 988                    iName = "{}...".format(iName[:54])  # right trim for a long string
    + 989    
    + 990                info.append("| {:<12} | {:<57} | {:<12} | {:<3} | {:<7} | {:<10} |\n".format(
    + 991                    self.iList[iType][instrument]["ticker"],
    + 992                    iName,
    + 993                    self.iList[iType][instrument]["figi"],
    + 994                    self.iList[iType][instrument]["currency"],
    + 995                    self.iList[iType][instrument]["lot"],
    + 996                    "{:.10f}".format(self.iList[iType][instrument]["step"]).rstrip("0").rstrip(".") if self.iList[iType][instrument]["step"] > 0 else 0,
    + 997                ))
    + 998
    + 999        infoText = "".join(info)
    +1000
    +1001        if showInstruments:
    +1002            uLogger.info(infoText)
    +1003
    +1004        if self.instrumentsFile:
    +1005            with open(self.instrumentsFile, "w", encoding="UTF-8") as fH:
    +1006                fH.write(infoText)
    +1007
    +1008            uLogger.info("All available instruments are saved to file: [{}]".format(os.path.abspath(self.instrumentsFile)))
    +1009
    +1010        return infoText
    +1011
    +1012    def SearchInstruments(self, pattern: str, showResults: bool = False) -> dict:
    +1013        """
    +1014        This method search and show information about instruments by part of its ticker, FIGI or name.
    +1015        If `searchResultsFile` string is not empty then also save information to this file.
    +1016
    +1017        :param pattern: string with part of ticker, FIGI or instrument's name.
    +1018        :param showResults: if `True` then print results to console, if `False` - return list of result only.
    +1019        :return: list of dictionaries with all found instruments.
    +1020        """
    +1021        if not self.iList:
    +1022            self.iList = self.Listing()
    +1023
    +1024        searchResults = {iType: {} for iType in self.iList}  # same as iList but will contains only filtered instruments
    +1025        compiledPattern = re.compile(pattern, re.IGNORECASE)
    +1026
    +1027        for iType in self.iList:
    +1028            for instrument in self.iList[iType].values():
    +1029                searchResult = compiledPattern.search(" ".join(
    +1030                    [instrument["ticker"], instrument["figi"], instrument["name"]]
    +1031                ))
    +1032
    +1033                if searchResult:
    +1034                    searchResults[iType][instrument["ticker"]] = instrument
    +1035
    +1036        resultsLen = sum([len(searchResults[iType]) for iType in searchResults])
    +1037        info = [
    +1038            "# Search results\n\n",
    +1039            "* **Search pattern:** [{}]\n".format(pattern),
    +1040            "* **Found instruments:** [{}]\n\n".format(resultsLen),
    +1041            "**Note:** you can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t TICKER --info` or `tksbrokerapi -f FIGI --info`.\n"
    +1042        ]
    +1043        infoShort = info[:]
    +1044
    +1045        headerLine = "| Type       | Ticker       | Full name                                                      | FIGI         |\n"
    +1046        splitLine = "|------------|--------------|----------------------------------------------------------------|--------------|\n"
    +1047        skippedLine = "| ...        | ...          | ...                                                            | ...          |\n"
    +1048
    +1049        if resultsLen == 0:
    +1050            info.append("\nNo results\n")
    +1051            infoShort.append("\nNo results\n")
    +1052            uLogger.warning("No results. Try changing your search pattern.")
    +1053
    +1054        else:
    +1055            for iType in searchResults:
    +1056                iTypeValuesCount = len(searchResults[iType].values())
    +1057                if iTypeValuesCount > 0:
    +1058                    info.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    +1059                    infoShort.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    +1060
    +1061                    for instrument in searchResults[iType].values():
    +1062                        info.append("| {:<10} | {:<12} | {:<63}| {:<13}|\n".format(
    +1063                            instrument["type"],
    +1064                            instrument["ticker"],
    +1065                            "{}...".format(instrument["name"][:60]) if len(instrument["name"]) > 63 else instrument["name"],  # right trim for a long string
    +1066                            instrument["figi"],
    +1067                        ))
    +1068
    +1069                    if iTypeValuesCount <= 5:
    +1070                        infoShort.extend(info[-iTypeValuesCount:])
    +1071
    +1072                    else:
    +1073                        infoShort.extend(info[-5:])
    +1074                        infoShort.append(skippedLine)
    +1075
    +1076        infoText = "".join(info)
    +1077        infoTextShort = "".join(infoShort)
    +1078
    +1079        if showResults:
    +1080            uLogger.info(infoTextShort)
    +1081            uLogger.info("You can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t IBM --info` or `tksbrokerapi -f BBG000BLNNH6 --info`")
    +1082
    +1083        if self.searchResultsFile:
    +1084            with open(self.searchResultsFile, "w", encoding="UTF-8") as fH:
    +1085                fH.write(infoText)
    +1086
    +1087            uLogger.info("Full search results were saved to file: [{}]".format(os.path.abspath(self.searchResultsFile)))
    +1088
    +1089        return searchResults
    +1090
    +1091    def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> list:
    +1092        """
    +1093        This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!
    +1094        See limits: https://tinkoff.github.io/investAPI/limits/
    +1095        If `pricesFile` string is not empty then also save information to this file.
    +1096
    +1097        :param instruments: list of tickers or FIGIs.
    +1098        :param showPrices: if `True` then print to console, if `False` - print only to file.
    +1099        :return: list of instruments looks like this: `iList = [{some ticker info, "currentPrice": {current prices}}, {...}, ...]`
    +1100                 One item is dict returned by `SearchByTicker()` or `SearchByFIGI()` methods.
    +1101        """
    +1102        if instruments is None or not instruments:
    +1103            raise Exception("You must define some of tickers or FIGIs to request it's actual prices!")
    +1104
    +1105        requestedInstruments = []
    +1106        for iName in instruments:
    +1107            if iName not in self.aliases.keys():
    +1108                if iName not in requestedInstruments:
    +1109                    requestedInstruments.append(iName)
    +1110
    +1111            else:
    +1112                if iName not in requestedInstruments:
    +1113                    if self.aliases[iName] not in requestedInstruments:
    +1114                        requestedInstruments.append(self.aliases[iName])
    +1115
    +1116        uLogger.debug("Requested instruments without duplicates of tickers and FIGIs: {}".format(requestedInstruments))
    +1117
    +1118        onlyUniqueFIGIs = []
    +1119        for iName in requestedInstruments:
    +1120            self.ticker = iName
    +1121            iData = self.SearchByTicker(requestPrice=False)  # trying to find instrument by ticker
    +1122
    +1123            if not iData:
    +1124                self.ticker = ""
    +1125                self.figi = iName
    +1126
    +1127                iData = self.SearchByFIGI(requestPrice=False)  # trying to find instrument by FIGI
    +1128
    +1129                if not iData:
    +1130                    self.figi = ""
    +1131                    uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName))
    +1132
    +1133            if iData and iData["figi"] not in onlyUniqueFIGIs:
    +1134                onlyUniqueFIGIs.append(iData["figi"])
    +1135
    +1136        uLogger.debug("Unique list of FIGIs: {}".format(onlyUniqueFIGIs))
    +1137        uLogger.debug("Requesting current prices from Tinkoff Broker server...")
    +1138
    +1139        iList = []  # trying to get info and current prices about all unique instruments:
    +1140        for self.figi in onlyUniqueFIGIs:
    +1141            iData = self.SearchByFIGI(requestPrice=True)
    +1142            iList.append(iData)
    +1143
    +1144        if showPrices:
    +1145            info = [
    +1146                "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    +1147                "| Ticker       | FIGI         | Type       | Prev. close | Last price  | Chg. %   | Day limits min/max  | Actual sell / buy   | Curr. |\n",
    +1148                "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|-------|\n",
    +1149            ]
    +1150
    +1151            for item in iList:
    +1152                info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {:<5} |\n".format(
    +1153                    item["ticker"],
    +1154                    item["figi"],
    +1155                    item["type"],
    +1156                    "{:.2f}".format(float(item["currentPrice"]["closePrice"])),
    +1157                    "{:.2f}".format(float(item["currentPrice"]["lastPrice"])),
    +1158                    "{}{:.2f}".format("+" if item["currentPrice"]["changes"] > 0 else "", float(item["currentPrice"]["changes"])),
    +1159                    "{} / {}".format(
    +1160                        item["currentPrice"]["limitDown"] if item["currentPrice"]["limitDown"] is not None else "N/A",
    +1161                        item["currentPrice"]["limitUp"] if item["currentPrice"]["limitUp"] is not None else "N/A",
    +1162                    ),
    +1163                    "{} / {}".format(
    +1164                        item["currentPrice"]["sell"][0]["price"] if item["currentPrice"]["sell"] else "N/A",
    +1165                        item["currentPrice"]["buy"][0]["price"] if item["currentPrice"]["buy"] else "N/A",
    +1166                    ),
    +1167                    item["currency"],
    +1168                ))
    +1169
    +1170            infoText = "".join(info)
    +1171
    +1172            if showPrices:
    +1173                uLogger.info("Only instruments with unique FIGIs are shown:\n{}".format(infoText))
    +1174
    +1175            if self.pricesFile:
    +1176                with open(self.pricesFile, "w", encoding="UTF-8") as fH:
    +1177                    fH.write(infoText)
    +1178
    +1179                uLogger.info("Price list for all instruments saved to file: [{}]".format(os.path.abspath(self.pricesFile)))
    +1180
    +1181        return iList
    +1182
    +1183    def RequestPortfolio(self) -> dict:
    +1184        """
    +1185        Requesting current actual user's portfolio.
    +1186        REST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio
    +1187
    +1188        :return: dictionary with user's portfolio.
    +1189        """
    +1190        uLogger.debug("Requesting current actual user's portfolio. Wait, please...")
    +1191
    +1192        self.body = str({"accountId": self.accountId})
    +1193        portfolioURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPortfolio"
    +1194        rawPortfolio = self.SendAPIRequest(portfolioURL, reqType="POST")
    +1195
    +1196        uLogger.debug("Records about user's portfolio successfully received")
    +1197
    +1198        return rawPortfolio
    +1199
    +1200    def RequestPositions(self) -> dict:
    +1201        """
    +1202        Requesting current open positions in currencies and instruments.
    +1203        REST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions
    +1204
    +1205        :return: dictionary with open positions by instruments.
    +1206        """
    +1207        uLogger.debug("Requesting current open positions in currencies and instruments. Wait, please...")
    +1208
    +1209        self.body = str({"accountId": self.accountId})
    +1210        positionsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPositions"
    +1211        rawPositions = self.SendAPIRequest(positionsURL, reqType="POST")
    +1212
    +1213        uLogger.debug("Records about current open positions successfully received")
    +1214
    +1215        return rawPositions
    +1216
    +1217    def RequestPendingOrders(self) -> list:
    +1218        """
    +1219        Requesting current actual pending orders.
    +1220        REST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders
    +1221
    +1222        :return: list of dictionaries with pending orders.
    +1223        """
    +1224        uLogger.debug("Requesting current actual pending orders. Wait, please...")
    +1225
    +1226        self.body = str({"accountId": self.accountId})
    +1227        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders"
    +1228        rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"]
    +1229
    +1230        uLogger.debug("[{}] records about pending orders received".format(len(rawOrders)))
    +1231
    +1232        return rawOrders
    +1233
    +1234    def RequestStopOrders(self) -> list:
    +1235        """
    +1236        Requesting current actual stop orders.
    +1237        REST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders
    +1238
    +1239        :return: list of dictionaries with stop orders.
    +1240        """
    +1241        uLogger.debug("Requesting current actual stop orders. Wait, please...")
    +1242
    +1243        self.body = str({"accountId": self.accountId})
    +1244        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders"
    +1245        rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"]
    +1246
    +1247        uLogger.debug("[{}] records about stop orders received".format(len(rawStopOrders)))
    +1248
    +1249        return rawStopOrders
    +1250
    +1251    def Overview(self, showStatistics: bool = False, details: str = "full") -> dict:
    +1252        """
    +1253        Get portfolio: all open positions, orders and some statistics for defined accountId.
    +1254        If `overviewFile`, `overviewDigestFile`, `overviewPositionsFile`, `overviewOrdersFile`, `overviewAnalyticsFile`
    +1255        are defined then also save information to file.
    +1256
    +1257        :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information.
    +1258        :param details: how detailed should the information be? You should specify one of strings:
    +1259                        `full` - shows full available information about portfolio status (by default),
    +1260                        `positions` - shows only open positions,
    +1261                        `digest` - show a short digest of the portfolio status,
    +1262                        `analytics` - shows only the analytics section and the distribution of the portfolio by various categories,
    +1263                        `orders` - shows only sections of open limits and stop orders.
    +1264        :return: dictionary with client's raw portfolio and some statistics.
    +1265        """
    +1266        view = {
    +1267            "raw": {  # --- raw portfolio responses from broker with user portfolio data:
    +1268                "headers": {},  # list of dictionaries, response headers without "positions" section
    +1269                "Currencies": [],  # list of dictionaries, open trades with currencies from "positions" section
    +1270                "Shares": [],  # list of dictionaries, open trades with shares from "positions" section
    +1271                "Bonds": [],  # list of dictionaries, open trades with bonds from "positions" section
    +1272                "Etfs": [],  # list of dictionaries, open trades with etfs from "positions" section
    +1273                "Futures": [],  # list of dictionaries, open trades with futures from "positions" section
    +1274                "positions": {},  # raw response from broker: dictionary with current available or blocked currencies and instruments for client
    +1275                "orders": [],  # raw response from broker: list of dictionaries with all pending (market) orders
    +1276                "stopOrders": [],  # raw response from broker: list of dictionaries with all stop orders
    +1277                "currenciesCurrentPrices": {"rub": {"name": "Российский рубль", "currentPrice": 1.}},  # dict with prices of all currencies in RUB
    +1278            },
    +1279            "stat": {  # --- some statistics calculated using "raw" sections:
    +1280                "portfolioCostRUB": 0.,  # portfolio cost in RUB (Russian Rouble)
    +1281                "availableRUB": 0.,  # available rubles (without other currencies)
    +1282                "blockedRUB": 0.,  # blocked sum in Russian Rouble
    +1283                "totalChangesRUB": 0.,  # changes for all open trades in RUB
    +1284                "totalChangesPercentRUB": 0.,  # changes for all open trades in percents
    +1285                "allCurrenciesCostRUB": 0.,  # costs of all currencies (include rubles) in RUB
    +1286                "sharesCostRUB": 0.,  # costs of all shares in RUB
    +1287                "bondsCostRUB": 0.,  # costs of all bonds in RUB
    +1288                "etfsCostRUB": 0.,  # costs of all etfs in RUB
    +1289                "futuresCostRUB": 0.,  # costs of all futures in RUB
    +1290                "Currencies": [],  # list of dictionaries of all currencies statistics
    +1291                "Shares": [],  # list of dictionaries of all shares statistics
    +1292                "Bonds": [],  # list of dictionaries of all bonds statistics
    +1293                "Etfs": [],  # list of dictionaries of all etfs statistics
    +1294                "Futures": [],  # list of dictionaries of all futures statistics
    +1295                "orders": [],  # list of dictionaries of all pending (market) orders and it's parameters
    +1296                "stopOrders": [],  # list of dictionaries of all stop orders and it's parameters
    +1297                "blockedCurrencies": {},  # dict with blocked instruments and currencies, e.g. {"rub": 1291.87, "usd": 6.21}
    +1298                "blockedInstruments": {},  # dict with blocked  by FIGI, e.g. {}
    +1299                "funds": {},  # dict with free funds for trading (total - blocked), by all currencies, e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    +1300            },
    +1301            "analytics": {  # --- some analytics of portfolio:
    +1302                "distrByAssets": {},  # portfolio distribution by assets
    +1303                "distrByCompanies": {},  # portfolio distribution by companies
    +1304                "distrBySectors": {},  # portfolio distribution by sectors
    +1305                "distrByCurrencies": {},  # portfolio distribution by currencies
    +1306                "distrByCountries": {},  # portfolio distribution by countries
    +1307            }
    +1308        }
    +1309
    +1310        details = details.lower()
    +1311        availableDetails = ["full", "positions", "digest", "analytics", "orders"]
    +1312        if details not in availableDetails:
    +1313            details = "full"
    +1314            uLogger.debug("Requested incorrect details! The `details` must be one of this strings: {}. Details parameter set to `full` be default.".format(availableDetails))
    +1315
    +1316        uLogger.debug("Requesting portfolio of a client. Wait, please...")
    +1317
    +1318        portfolioResponse = self.RequestPortfolio()  # current user's portfolio (dict)
    +1319        view["raw"]["positions"] = self.RequestPositions()  # current open positions by instruments (dict)
    +1320        view["raw"]["orders"] = self.RequestPendingOrders()  # current actual pending orders (list)
    +1321        view["raw"]["stopOrders"] = self.RequestStopOrders()  # current actual stop orders (list)
    +1322
    +1323        # save response headers without "positions" section:
    +1324        for key in portfolioResponse.keys():
    +1325            if key != "positions":
    +1326                view["raw"]["headers"][key] = portfolioResponse[key]
    +1327
    +1328            else:
    +1329                continue
    +1330
    +1331        # Re-sorting and separating given raw instruments and currencies by type: https://tinkoff.github.io/investAPI/operations/#operation
    +1332        # Type of instrument must be only one of supported types in TKS_INSTRUMENTS
    +1333        for item in portfolioResponse["positions"]:
    +1334            if item["instrumentType"] == "currency":
    +1335                self.figi = item["figi"]
    +1336                curr = self.SearchByFIGI(requestPrice=False)
    +1337
    +1338                # current price of currency in RUB:
    +1339                view["raw"]["currenciesCurrentPrices"][curr["nominal"]["currency"]] = {
    +1340                    "name": curr["name"],
    +1341                    "currentPrice": NanoToFloat(
    +1342                        item["currentPrice"]["units"],
    +1343                        item["currentPrice"]["nano"]
    +1344                    ),
    +1345                }
    +1346
    +1347                view["raw"]["Currencies"].append(item)
    +1348
    +1349            elif item["instrumentType"] == "share":
    +1350                view["raw"]["Shares"].append(item)
    +1351
    +1352            elif item["instrumentType"] == "bond":
    +1353                view["raw"]["Bonds"].append(item)
    +1354
    +1355            elif item["instrumentType"] == "etf":
    +1356                view["raw"]["Etfs"].append(item)
    +1357
    +1358            elif item["instrumentType"] == "futures":
    +1359                view["raw"]["Futures"].append(item)
    +1360
    +1361            else:
    +1362                continue
    +1363
    +1364        # how many volume of currencies (by ISO currency name) are blocked:
    +1365        for item in view["raw"]["positions"]["blocked"]:
    +1366            blocked = NanoToFloat(item["units"], item["nano"])
    +1367            if blocked > 0:
    +1368                view["stat"]["blockedCurrencies"][item["currency"]] = blocked
    +1369
    +1370        # how many volume of instruments (by FIGI) are blocked:
    +1371        for item in view["raw"]["positions"]["securities"]:
    +1372            blocked = int(item["blocked"])
    +1373            if blocked > 0:
    +1374                view["stat"]["blockedInstruments"][item["figi"]] = blocked
    +1375
    +1376        allBlocked = {**view["stat"]["blockedCurrencies"], **view["stat"]["blockedInstruments"]}
    +1377
    +1378        if "rub" in allBlocked.keys():
    +1379            view["stat"]["blockedRUB"] = allBlocked["rub"]  # blocked rubles
    +1380
    +1381        # --- saving current total amount in RUB of all currencies (with ruble), shares, bonds, etfs, futures and currencies:
    +1382        view["stat"]["allCurrenciesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountCurrencies"]["units"], portfolioResponse["totalAmountCurrencies"]["nano"])
    +1383        view["stat"]["sharesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountShares"]["units"], portfolioResponse["totalAmountShares"]["nano"])
    +1384        view["stat"]["bondsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountBonds"]["units"], portfolioResponse["totalAmountBonds"]["nano"])
    +1385        view["stat"]["etfsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountEtf"]["units"], portfolioResponse["totalAmountEtf"]["nano"])
    +1386        view["stat"]["futuresCostRUB"] = NanoToFloat(portfolioResponse["totalAmountFutures"]["units"], portfolioResponse["totalAmountFutures"]["nano"])
    +1387        view["stat"]["portfolioCostRUB"] = sum([
    +1388            view["stat"]["allCurrenciesCostRUB"],
    +1389            view["stat"]["sharesCostRUB"],
    +1390            view["stat"]["bondsCostRUB"],
    +1391            view["stat"]["etfsCostRUB"],
    +1392            view["stat"]["futuresCostRUB"],
    +1393        ])
    +1394
    +1395        # --- calculating some portfolio statistics:
    +1396        byComp = {}  # distribution by companies
    +1397        bySect = {}  # distribution by sectors
    +1398        byCurr = {}  # distribution by currencies (include RUB)
    +1399        unknownCountryName = "All other countries"  # default name for instruments without "countryOfRisk" and "countryOfRiskName"
    +1400        byCountry = {unknownCountryName: {"cost": 0, "percent": 0.}}  # distribution by countries (currencies are included in their countries)
    +1401
    +1402        for item in portfolioResponse["positions"]:
    +1403            self.figi = item["figi"]
    +1404            instrument = self.SearchByFIGI(requestPrice=False)  # full raw info about instrument by FIGI
    +1405
    +1406            if instrument:
    +1407                if item["instrumentType"] == "currency" and instrument["nominal"]["currency"] in allBlocked.keys():
    +1408                    blocked = allBlocked[instrument["nominal"]["currency"]]  # blocked volume of currency
    +1409
    +1410                elif item["instrumentType"] != "currency" and item["figi"] in allBlocked.keys():
    +1411                    blocked = allBlocked[item["figi"]]  # blocked volume of other instruments
    +1412
    +1413                else:
    +1414                    blocked = 0
    +1415
    +1416                volume = NanoToFloat(item["quantity"]["units"], item["quantity"]["nano"])  # available volume of instrument
    +1417                lots = NanoToFloat(item["quantityLots"]["units"], item["quantityLots"]["nano"])  # available volume in lots of instrument
    +1418                direction = "Long" if lots >= 0 else "Short"  # direction of an instrument's position: short or long
    +1419                curPrice = NanoToFloat(item["currentPrice"]["units"], item["currentPrice"]["nano"])  # current instrument's price
    +1420                average = NanoToFloat(item["averagePositionPriceFifo"]["units"], item["averagePositionPriceFifo"]["nano"])  # current average position price
    +1421                profit = NanoToFloat(item["expectedYield"]["units"], item["expectedYield"]["nano"])  # expected profit at current moment
    +1422                currency = instrument["currency"] if (item["instrumentType"] == "share" or item["instrumentType"] == "etf" or item["instrumentType"] == "future") else instrument["nominal"]["currency"]  # currency name rub, usd, eur etc.
    +1423                cost = (curPrice + NanoToFloat(item["currentNkd"]["units"], item["currentNkd"]["nano"])) * volume  # current cost of all volume of instrument in basic asset
    +1424                baseCurrencyName = item["currentPrice"]["currency"]  # name of base currency (rub)
    +1425                countryName = "[{}] {}".format(instrument["countryOfRisk"], instrument["countryOfRiskName"]) if "countryOfRisk" in instrument.keys() and "countryOfRiskName" in instrument.keys() and instrument["countryOfRisk"] and instrument["countryOfRiskName"] else unknownCountryName
    +1426                costRUB = cost if item["instrumentType"] == "currency" else cost * view["raw"]["currenciesCurrentPrices"][currency]["currentPrice"]  # cost in rubles
    +1427                percentCostRUB = 100 * costRUB / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.  # instrument's part in percent of full portfolio cost
    +1428
    +1429                statData = {
    +1430                    "figi": item["figi"],  # FIGI from REST API "GetPortfolio" method
    +1431                    "ticker": instrument["ticker"],  # ticker by FIGI
    +1432                    "currency": currency,  # currency name rub, usd, eur etc. for instrument price
    +1433                    "volume": volume,  # available volume of instrument
    +1434                    "lots": lots,  # volume in lots of instrument
    +1435                    "direction": direction,  # direction of an instrument's position: short or long
    +1436                    "blocked": blocked,  # blocked volume of currency or instrument
    +1437                    "currentPrice": curPrice,  # current instrument's price in basic asset
    +1438                    "average": average,  # current average position price
    +1439                    "cost": cost,  # current cost of all volume of instrument in basic asset
    +1440                    "baseCurrencyName": baseCurrencyName,  # name of base currency (rub)
    +1441                    "costRUB": costRUB,  # cost of instrument in ruble
    +1442                    "percentCostRUB": percentCostRUB,  # instrument's part in percent of full portfolio cost in RUB
    +1443                    "profit": profit,  # expected profit at current moment
    +1444                    "percentProfit": 100 * profit / (average * volume) if average != 0 and volume != 0 else 0,  # expected percents of profit at current moment for this instrument
    +1445                    "sector": instrument["sector"] if "sector" in instrument.keys() and instrument["sector"] else "other",
    +1446                    "name": instrument["name"] if "name" in instrument.keys() else "",  # human-readable names of instruments
    +1447                    "isoCurrencyName": instrument["isoCurrencyName"] if "isoCurrencyName" in instrument.keys() else "",  # ISO name for currencies only
    +1448                    "country": countryName,  # e.g. "[RU] Российская Федерация" or unknownCountryName
    +1449                    "step": instrument["step"],  # minimum price increment
    +1450                }
    +1451
    +1452                # adding distribution by unique countries:
    +1453                if statData["country"] not in byCountry.keys():
    +1454                    byCountry[statData["country"]] = {"cost": costRUB, "percent": percentCostRUB}
    +1455
    +1456                else:
    +1457                    byCountry[statData["country"]]["cost"] += costRUB
    +1458                    byCountry[statData["country"]]["percent"] += percentCostRUB
    +1459
    +1460                if item["instrumentType"] != "currency":
    +1461                    # adding distribution by unique companies:
    +1462                    if statData["name"]:
    +1463                        if statData["name"] not in byComp.keys():
    +1464                            byComp[statData["name"]] = {"ticker": statData["ticker"], "cost": costRUB, "percent": percentCostRUB}
    +1465
    +1466                        else:
    +1467                            byComp[statData["name"]]["cost"] += costRUB
    +1468                            byComp[statData["name"]]["percent"] += percentCostRUB
    +1469
    +1470                    # adding distribution by unique sectors:
    +1471                    if statData["sector"] not in bySect.keys():
    +1472                        bySect[statData["sector"]] = {"cost": costRUB, "percent": percentCostRUB}
    +1473
    +1474                    else:
    +1475                        bySect[statData["sector"]]["cost"] += costRUB
    +1476                        bySect[statData["sector"]]["percent"] += percentCostRUB
    +1477
    +1478                # adding distribution by unique currencies:
    +1479                if currency not in byCurr.keys():
    +1480                    byCurr[currency] = {
    +1481                        "name": view["raw"]["currenciesCurrentPrices"][currency]["name"],
    +1482                        "cost": costRUB,
    +1483                        "percent": percentCostRUB
    +1484                    }
    +1485
    +1486                else:
    +1487                    byCurr[currency]["cost"] += costRUB
    +1488                    byCurr[currency]["percent"] += percentCostRUB
    +1489
    +1490                # saving statistics for every instrument:
    +1491                if item["instrumentType"] == "currency":
    +1492                    view["stat"]["Currencies"].append(statData)
    +1493
    +1494                    # update dict with free funds for trading (total - blocked) by currencies
    +1495                    # e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    +1496                    view["stat"]["funds"][currency] = {
    +1497                        "total": volume,
    +1498                        "totalCostRUB": costRUB,  # total volume cost in rubles
    +1499                        "free": volume - blocked,
    +1500                        "freeCostRUB": costRUB * ((volume - blocked) / volume) if volume > 0 else 0,  # free volume cost in rubles
    +1501                    }
    +1502
    +1503                elif item["instrumentType"] == "share":
    +1504                    view["stat"]["Shares"].append(statData)
    +1505
    +1506                elif item["instrumentType"] == "bond":
    +1507                    view["stat"]["Bonds"].append(statData)
    +1508
    +1509                elif item["instrumentType"] == "etf":
    +1510                    view["stat"]["Etfs"].append(statData)
    +1511
    +1512                elif item["instrumentType"] == "Futures":
    +1513                    view["stat"]["Futures"].append(statData)
    +1514
    +1515                else:
    +1516                    continue
    +1517
    +1518        # total changes in Russian Ruble:
    +1519        view["stat"]["availableRUB"] = view["stat"]["allCurrenciesCostRUB"] - sum([item["cost"] for item in view["stat"]["Currencies"]])  # available RUB without other currencies
    +1520        view["stat"]["totalChangesPercentRUB"] = NanoToFloat(view["raw"]["headers"]["expectedYield"]["units"], view["raw"]["headers"]["expectedYield"]["nano"]) if "expectedYield" in view["raw"]["headers"].keys() else 0.
    +1521        startCost = view["stat"]["portfolioCostRUB"] / (1 + view["stat"]["totalChangesPercentRUB"] / 100)
    +1522        view["stat"]["totalChangesRUB"] = view["stat"]["portfolioCostRUB"] - startCost
    +1523        view["stat"]["funds"]["rub"] = {
    +1524            "total": view["stat"]["availableRUB"],
    +1525            "totalCostRUB": view["stat"]["availableRUB"],
    +1526            "free": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    +1527            "freeCostRUB": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    +1528        }
    +1529
    +1530        # --- pending orders sector data:
    +1531        uniquePendingOrders = []
    +1532        uniquePendingOrdersFIGIs = []
    +1533        for item in view["raw"]["orders"]:
    +1534            if item["figi"] not in uniquePendingOrdersFIGIs:
    +1535                uniquePendingOrdersFIGIs.append(item["figi"])
    +1536                uniquePendingOrders.append(item)
    +1537
    +1538        for item in uniquePendingOrders:
    +1539            self.figi = item["figi"]
    +1540            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    +1541
    +1542            if instrument:
    +1543                action = TKS_ORDER_DIRECTIONS[item["direction"]]
    +1544                orderType = TKS_ORDER_TYPES[item["orderType"]]
    +1545                orderState = TKS_ORDER_STATES[item["executionReportStatus"]]
    +1546                orderDate = item["orderDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    +1547
    +1548                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    +1549                if item["direction"] == "ORDER_DIRECTION_BUY":
    +1550                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    +1551
    +1552                else:
    +1553                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    +1554
    +1555                # requested price for order execution:
    +1556                target = NanoToFloat(item["initialSecurityPrice"]["units"], item["initialSecurityPrice"]["nano"])
    +1557
    +1558                # necessary changes in percent to reach target from current price:
    +1559                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    +1560
    +1561                view["stat"]["orders"].append({
    +1562                    "orderID": item["orderId"],  # orderId number parameter of current order
    +1563                    "figi": item["figi"],  # FIGI identification
    +1564                    "ticker": instrument["ticker"],  # ticker name by FIGI
    +1565                    "lotsRequested": item["lotsRequested"],  # requested lots value
    +1566                    "lotsExecuted": item["lotsExecuted"],  # how many lots are executed
    +1567                    "currentPrice": lastPrice,  # current instrument's price for defined action
    +1568                    "targetPrice": target,  # requested price for order execution in base currency
    +1569                    "baseCurrencyName": item["initialSecurityPrice"]["currency"],  # name of base currency
    +1570                    "percentChanges": changes,  # changes in percent to target from current price
    +1571                    "currency": item["currency"],  # instrument's currency name
    +1572                    "action": action,  # sell / buy / Unknown from TKS_ORDER_DIRECTIONS
    +1573                    "type": orderType,  # type of order from TKS_ORDER_TYPES
    +1574                    "status": orderState,  # order status from TKS_ORDER_STATES
    +1575                    "date": orderDate,  # string with order date and time from UTC format (without nano seconds part)
    +1576                })
    +1577
    +1578        # --- stop orders sector data:
    +1579        uniqueStopOrders = []
    +1580        uniqueStopOrdersFIGIs = []
    +1581        for item in view["raw"]["stopOrders"]:
    +1582            if item["figi"] not in uniqueStopOrdersFIGIs:
    +1583                uniqueStopOrdersFIGIs.append(item["figi"])
    +1584                uniqueStopOrders.append(item)
    +1585
    +1586        for item in uniqueStopOrders:
    +1587            self.figi = item["figi"]
    +1588            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    +1589
    +1590            if instrument:
    +1591                action = TKS_STOP_ORDER_DIRECTIONS[item["direction"]]
    +1592                orderType = TKS_STOP_ORDER_TYPES[item["orderType"]]
    +1593                createDate = item["createDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    +1594
    +1595                # hack: server response can't contain "expirationTime" key if it is not "Until date" type of stop order
    +1596                if "expirationTime" in item.keys():
    +1597                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE"]
    +1598                    expDate = item["expirationTime"].replace("T", " ").replace("Z", "").split(".")[0]
    +1599
    +1600                else:
    +1601                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL"]
    +1602                    expDate = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"]
    +1603
    +1604                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    +1605                if item["direction"] == "STOP_ORDER_DIRECTION_BUY":
    +1606                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    +1607
    +1608                else:
    +1609                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    +1610
    +1611                # requested price when stop-order executed:
    +1612                target = NanoToFloat(item["stopPrice"]["units"], item["stopPrice"]["nano"])
    +1613
    +1614                # price for limit-order, set up when stop-order executed:
    +1615                limit = NanoToFloat(item["price"]["units"], item["price"]["nano"])
    +1616
    +1617                # necessary changes in percent to reach target from current price:
    +1618                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    +1619
    +1620                view["stat"]["stopOrders"].append({
    +1621                    "orderID": item["stopOrderId"],  # stopOrderId number parameter of current stop-order
    +1622                    "figi": item["figi"],  # FIGI identification
    +1623                    "ticker": instrument["ticker"],  # ticker name by FIGI
    +1624                    "lotsRequested": item["lotsRequested"],  # requested lots value
    +1625                    "currentPrice": lastPrice,  # current instrument's price for defined action
    +1626                    "targetPrice": target,  # requested price for stop-order execution in base currency
    +1627                    "limitPrice": limit,  # price for limit-order, set up when stop-order executed, 0 if market order
    +1628                    "baseCurrencyName": item["stopPrice"]["currency"],  # name of base currency
    +1629                    "percentChanges": changes,  # changes in percent to target from current price
    +1630                    "currency": item["currency"],  # instrument's currency name
    +1631                    "action": action,  # sell / buy / Unknown from TKS_STOP_ORDER_DIRECTIONS
    +1632                    "type": orderType,  # type of order from TKS_STOP_ORDER_TYPES
    +1633                    "expType": expType,  # expiration type of stop-order from TKS_STOP_ORDER_EXPIRATION_TYPES
    +1634                    "createDate": createDate,  # string with created order date and time from UTC format (without nano seconds part)
    +1635                    "expDate": expDate,  # string with expiration order date and time from UTC format (without nano seconds part)
    +1636                })
    +1637
    +1638        # --- calculating data for analytics section:
    +1639        # portfolio distribution by assets:
    +1640        view["analytics"]["distrByAssets"] = {
    +1641            "Ruble": {
    +1642                "uniques": 1,
    +1643                "cost": view["stat"]["availableRUB"],
    +1644                "percent": 100 * view["stat"]["availableRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1645            },
    +1646            "Currencies": {
    +1647                "uniques": len(view["stat"]["Currencies"]),  # all foreign currencies without RUB
    +1648                "cost": view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"],
    +1649                "percent": 100 * (view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"]) / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1650            },
    +1651            "Shares": {
    +1652                "uniques": len(view["stat"]["Shares"]),
    +1653                "cost": view["stat"]["sharesCostRUB"],
    +1654                "percent": 100 * view["stat"]["sharesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1655            },
    +1656            "Bonds": {
    +1657                "uniques": len(view["stat"]["Bonds"]),
    +1658                "cost": view["stat"]["bondsCostRUB"],
    +1659                "percent": 100 * view["stat"]["bondsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1660            },
    +1661            "Etfs": {
    +1662                "uniques": len(view["stat"]["Etfs"]),
    +1663                "cost": view["stat"]["etfsCostRUB"],
    +1664                "percent": 100 * view["stat"]["etfsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1665            },
    +1666            "Futures": {
    +1667                "uniques": len(view["stat"]["Futures"]),
    +1668                "cost": view["stat"]["futuresCostRUB"],
    +1669                "percent": 100 * view["stat"]["futuresCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1670            },
    +1671        }
    +1672
    +1673        # portfolio distribution by companies:
    +1674        view["analytics"]["distrByCompanies"]["All money cash"] = {
    +1675            "ticker": "",
    +1676            "cost": view["stat"]["allCurrenciesCostRUB"],
    +1677            "percent": 100 * view["stat"]["allCurrenciesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1678        }
    +1679        view["analytics"]["distrByCompanies"].update(byComp)
    +1680
    +1681        # portfolio distribution by sectors:
    +1682        view["analytics"]["distrBySectors"]["All money cash"] = {
    +1683            "cost": view["analytics"]["distrByCompanies"]["All money cash"]["cost"],
    +1684            "percent": view["analytics"]["distrByCompanies"]["All money cash"]["percent"],
    +1685        }
    +1686        view["analytics"]["distrBySectors"].update(bySect)
    +1687
    +1688        # portfolio distribution by currencies:
    +1689        view["analytics"]["distrByCurrencies"].update(byCurr)
    +1690        view["analytics"]["distrByCurrencies"]["rub"]["cost"] += view["analytics"]["distrByAssets"]["Ruble"]["cost"]
    +1691        view["analytics"]["distrByCurrencies"]["rub"]["percent"] += view["analytics"]["distrByAssets"]["Ruble"]["percent"]
    +1692
    +1693        # portfolio distribution by countries:
    +1694        view["analytics"]["distrByCountries"].update(byCountry)
    +1695
    +1696        # --- Prepare text statistics overview in human-readable:
    +1697        if showStatistics:
    +1698            # Whatever the value `details`, header not changes:
    +1699            info = [
    +1700                "# Client's portfolio\n\n",
    +1701                "* **Actual date:** [{} UTC]\n"
    +1702                "".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")),
    +1703            ]
    +1704
    +1705            if details in ["full", "positions", "digest"]:
    +1706                info.extend([
    +1707                    "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    +1708                    "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format(
    +1709                        "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    +1710                        view["stat"]["totalChangesRUB"],
    +1711                        "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    +1712                        view["stat"]["totalChangesPercentRUB"],
    +1713                    ),
    +1714                ])
    +1715
    +1716            if details in ["full", "positions"]:
    +1717                info.extend([
    +1718                    "## Open positions\n\n",
    +1719                    "| Ticker [FIGI]               | Volume (blocked)                | Lots     | Curr. price  | Avg. price   | Current volume cost | Profit (%)                   |\n",
    +1720                    "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|------------------------------|\n",
    +1721                    "| Ruble                       | {:>31} |          |              |              |                     |                              |\n".format(
    +1722                        "{:.2f} ({:.2f}) rub".format(
    +1723                            view["stat"]["availableRUB"],
    +1724                            view["stat"]["blockedRUB"],
    +1725                        )
    +1726                    )
    +1727                ])
    +1728
    +1729                def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list:
    +1730                    return [
    +1731                        "|                             |                                 |          |              |              |                     |                              |\n",
    +1732                        "| {:<27} |                                 |          |              |              | {:>19} |                              |\n".format(
    +1733                            noTradeStr if noTradeStr else typeStr,
    +1734                            "" if noTradeStr else "{:.2f} RUB".format(CostRUB),
    +1735                        ),
    +1736                    ]
    +1737
    +1738                def _InfoStr(data: dict, showCurrencyName: bool = False) -> str:
    +1739                    return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {:<28} |\n".format(
    +1740                        "{} [{}]".format(data["ticker"], data["figi"]),
    +1741                        "{:.2f} ({:.2f}) {}".format(
    +1742                            data["volume"],
    +1743                            data["blocked"],
    +1744                            data["currency"],
    +1745                        ) if showCurrencyName else "{:.0f} ({:.0f})".format(
    +1746                            data["volume"],
    +1747                            data["blocked"],
    +1748                        ),
    +1749                        "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]),
    +1750                        "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a",
    +1751                        "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a",
    +1752                        "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]),
    +1753                        "{}{:.2f} {} ({}{:.2f}%)".format(
    +1754                            "+" if data["profit"] > 0 else "",
    +1755                            data["profit"], data["baseCurrencyName"],
    +1756                            "+" if data["percentProfit"] > 0 else "",
    +1757                            data["percentProfit"],
    +1758                        ),
    +1759                    )
    +1760
    +1761                # --- Show currencies section:
    +1762                if view["stat"]["Currencies"]:
    +1763                    info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**"))
    +1764                    for item in view["stat"]["Currencies"]:
    +1765                        info.append(_InfoStr(item, showCurrencyName=True))
    +1766
    +1767                else:
    +1768                    info.extend(_SplitStr(noTradeStr="**Currencies:** no trades"))
    +1769
    +1770                # --- Show shares section:
    +1771                if view["stat"]["Shares"]:
    +1772                    info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**"))
    +1773
    +1774                    for item in view["stat"]["Shares"]:
    +1775                        info.append(_InfoStr(item))
    +1776
    +1777                else:
    +1778                    info.extend(_SplitStr(noTradeStr="**Shares:** no trades"))
    +1779
    +1780                # --- Show bonds section:
    +1781                if view["stat"]["Bonds"]:
    +1782                    info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**"))
    +1783
    +1784                    for item in view["stat"]["Bonds"]:
    +1785                        info.append(_InfoStr(item))
    +1786
    +1787                else:
    +1788                    info.extend(_SplitStr(noTradeStr="**Bonds:** no trades"))
    +1789
    +1790                # --- Show etfs section:
    +1791                if view["stat"]["Etfs"]:
    +1792                    info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**"))
    +1793
    +1794                    for item in view["stat"]["Etfs"]:
    +1795                        info.append(_InfoStr(item))
    +1796
    +1797                else:
    +1798                    info.extend(_SplitStr(noTradeStr="**Etfs:** no trades"))
    +1799
    +1800                # --- Show futures section:
    +1801                if view["stat"]["Futures"]:
    +1802                    info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**"))
    +1803
    +1804                    for item in view["stat"]["Futures"]:
    +1805                        info.append(_InfoStr(item))
    +1806
    +1807                else:
    +1808                    info.extend(_SplitStr(noTradeStr="**Futures:** no trades"))
    +1809
    +1810            if details in ["full", "orders"]:
    +1811                # --- Show pending orders section:
    +1812                if view["stat"]["orders"]:
    +1813                    info.extend([
    +1814                        "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])),
    +1815                        "\n| Ticker [FIGI]               | Order ID       | Lots (exec.) | Current price (% delta) | Target price  | Action    | Type      | Create date (UTC)       |\n",
    +1816                        "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|-------------------------|\n",
    +1817                    ])
    +1818
    +1819                    for item in view["stat"]["orders"]:
    +1820                        info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {:<23} |\n".format(
    +1821                            "{} [{}]".format(item["ticker"], item["figi"]),
    +1822                            item["orderID"],
    +1823                            "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]),
    +1824                            "{} {} ({}{:.2f}%)".format(
    +1825                                "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    +1826                                item["baseCurrencyName"],
    +1827                                "+" if item["percentChanges"] > 0 else "",
    +1828                                float(item["percentChanges"]),
    +1829                            ),
    +1830                            "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    +1831                            item["action"],
    +1832                            item["type"],
    +1833                            item["date"],
    +1834                        ))
    +1835
    +1836                else:
    +1837                    info.append("\n## Total pending limit-orders: 0\n")
    +1838
    +1839                # --- Show stop orders section:
    +1840                if view["stat"]["stopOrders"]:
    +1841                    info.extend([
    +1842                        "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])),
    +1843                        "\n| Ticker [FIGI]               | Stop order ID                        | Lots   | Current price (% delta) | Target price  | Limit price   | Action    | Type        | Expire type  | Create date (UTC)   | Expiration (UTC)    |\n",
    +1844                        "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------|\n",
    +1845                    ])
    +1846
    +1847                    for item in view["stat"]["stopOrders"]:
    +1848                        info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {:<19} |\n".format(
    +1849                            "{} [{}]".format(item["ticker"], item["figi"]),
    +1850                            item["orderID"],
    +1851                            item["lotsRequested"],
    +1852                            "{} {} ({}{:.2f}%)".format(
    +1853                                "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    +1854                                item["baseCurrencyName"],
    +1855                                "+" if item["percentChanges"] > 0 else "",
    +1856                                float(item["percentChanges"]),
    +1857                            ),
    +1858                            "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    +1859                            "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"],
    +1860                            item["action"],
    +1861                            item["type"],
    +1862                            item["expType"],
    +1863                            item["createDate"],
    +1864                            item["expDate"],
    +1865                        ))
    +1866
    +1867                else:
    +1868                    info.append("\n## Total stop-orders: 0\n")
    +1869
    +1870            if details in ["full", "analytics"]:
    +1871                # -- Show analytics section:
    +1872                if view["stat"]["portfolioCostRUB"] > 0:
    +1873                    info.extend([
    +1874                        "\n# Analytics\n"
    +1875                        "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    +1876                        "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format(
    +1877                            "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    +1878                            view["stat"]["totalChangesRUB"],
    +1879                            "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    +1880                            view["stat"]["totalChangesPercentRUB"],
    +1881                        ),
    +1882                        "\n## Portfolio distribution by assets\n"
    +1883                        "\n| Type       | Uniques | Percent | Current cost       |\n",
    +1884                        "|------------|---------|---------|--------------------|\n",
    +1885                    ])
    +1886
    +1887                    for key in view["analytics"]["distrByAssets"].keys():
    +1888                        if view["analytics"]["distrByAssets"][key]["cost"] > 0:
    +1889                            info.append("| {:<10} | {:<7} | {:<7} | {:<18} |\n".format(
    +1890                                key,
    +1891                                view["analytics"]["distrByAssets"][key]["uniques"],
    +1892                                "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]),
    +1893                                "{:.2f} rub".format(view["analytics"]["distrByAssets"][key]["cost"]),
    +1894                            ))
    +1895
    +1896                    maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()])
    +1897                    info.extend([
    +1898                        "\n## Portfolio distribution by companies\n"
    +1899                        "\n| Company{} | Percent | Current cost       |\n".format(" " * (maxLenNames - 7)),
    +1900                        "|--------{}-|---------|--------------------|\n".format("-" * (maxLenNames - 7)),
    +1901                    ])
    +1902
    +1903                    for company in view["analytics"]["distrByCompanies"].keys():
    +1904                        if view["analytics"]["distrByCompanies"][company]["cost"] > 0:
    +1905                            nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"])
    +1906                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1907                                "{}{}{}".format(
    +1908                                    "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "",
    +1909                                    company,
    +1910                                    "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)),
    +1911                                ),
    +1912                                "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]),
    +1913                                "{:.2f} rub".format(view["analytics"]["distrByCompanies"][company]["cost"]),
    +1914                            ))
    +1915
    +1916                    maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()])
    +1917                    info.extend([
    +1918                        "\n## Portfolio distribution by sectors\n"
    +1919                        "\n| Sector{} | Percent | Current cost       |\n".format(" " * (maxLenSectors - 6)),
    +1920                        "|-------{}-|---------|--------------------|\n".format("-" * (maxLenSectors - 6)),
    +1921                    ])
    +1922
    +1923                    for sector in view["analytics"]["distrBySectors"].keys():
    +1924                        if view["analytics"]["distrBySectors"][sector]["cost"] > 0:
    +1925                            info.append("| {}{} | {:<7} | {:<18} |\n".format(
    +1926                                sector,
    +1927                                "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)),
    +1928                                "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]),
    +1929                                "{:.2f} rub".format(view["analytics"]["distrBySectors"][sector]["cost"]),
    +1930                            ))
    +1931
    +1932                    maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()])
    +1933                    info.extend([
    +1934                        "\n## Portfolio distribution by currencies\n"
    +1935                        "\n| Instruments currencies{} | Percent | Current cost       |\n".format(" " * (maxLenMoney - 22)),
    +1936                        "|-----------------------{}-|---------|--------------------|\n".format("-" * (maxLenMoney - 22)),
    +1937                    ])
    +1938
    +1939                    for curr in view["analytics"]["distrByCurrencies"].keys():
    +1940                        if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0:
    +1941                            nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"])
    +1942                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1943                                "[{}] {}{}".format(
    +1944                                    curr,
    +1945                                    view["analytics"]["distrByCurrencies"][curr]["name"],
    +1946                                    "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen),
    +1947                                ),
    +1948                                "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]),
    +1949                                "{:.2f} rub".format(view["analytics"]["distrByCurrencies"][curr]["cost"]),
    +1950                            ))
    +1951
    +1952                    maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()]))
    +1953                    info.extend([
    +1954                        "\n## Portfolio distribution by countries\n"
    +1955                        "\n| Assets by country{} | Percent | Current cost       |\n".format(" " * (maxLenCountry - 17)),
    +1956                        "|------------------{}-|---------|--------------------|\n".format("-" * (maxLenCountry - 17)),
    +1957                    ])
    +1958
    +1959                    for country in view["analytics"]["distrByCountries"].keys():
    +1960                        if view["analytics"]["distrByCountries"][country]["cost"] > 0:
    +1961                            nameLen = len(country)
    +1962                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1963                                "{}{}".format(
    +1964                                    country,
    +1965                                    "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen),
    +1966                                ),
    +1967                                "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]),
    +1968                                "{:.2f} rub".format(view["analytics"]["distrByCountries"][country]["cost"]),
    +1969                            ))
    +1970
    +1971            infoText = "".join(info)
    +1972
    +1973            if showStatistics:
    +1974                uLogger.info(infoText)
    +1975
    +1976            if details == "full" and self.overviewFile:
    +1977                filename = self.overviewFile
    +1978
    +1979            elif details == "digest" and self.overviewDigestFile:
    +1980                filename = self.overviewDigestFile
    +1981
    +1982            elif details == "positions" and self.overviewPositionsFile:
    +1983                filename = self.overviewPositionsFile
    +1984
    +1985            elif details == "orders" and self.overviewOrdersFile:
    +1986                filename = self.overviewOrdersFile
    +1987
    +1988            elif details == "analytics" and self.overviewAnalyticsFile:
    +1989                filename = self.overviewAnalyticsFile
    +1990
    +1991            else:
    +1992                filename = ""
    +1993
    +1994            if filename:
    +1995                with open(filename, "w", encoding="UTF-8") as fH:
    +1996                    fH.write(infoText)
    +1997
    +1998                uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(filename)))
    +1999
    +2000        return view
    +2001
    +2002    def Deals(self, start: str = None, end: str = None, printDeals: bool = False, showCancelled: bool = True) -> tuple:
    +2003        """
    +2004        Returns history operations between two given dates.
    +2005        If `reportFile` string is not empty then also save human-readable report.
    +2006        Shows some statistical data of closed positions.
    +2007
    +2008        :param start: see docstring in `GetDatesAsString()` method
    +2009        :param end: see docstring in `GetDatesAsString()` method
    +2010        :param printDeals: if `True` then also prints all records to the console.
    +2011        :param showCancelled: if `False` then remove information about cancelled operations from the deals report.
    +2012        :return: original list of dictionaries with history of deals records from API ("operations" key):
    +2013                 https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    +2014                 and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.
    +2015        """
    +2016        startDate, endDate = GetDatesAsString(start, end)  # Example: ("2000-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    +2017
    +2018        uLogger.debug("Requesting history of a client's operations. Wait, please...")
    +2019
    +2020        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    +2021        dealsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetOperations"
    +2022        self.body = str({"accountId": self.accountId, "from": startDate, "to": endDate})
    +2023        ops = self.SendAPIRequest(dealsURL, reqType="POST")["operations"]  # list of dict: operations returns by broker
    +2024        customStat = {}  # custom statistics in additional to responseJSON
    +2025
    +2026        # --- output report in human-readable format:
    +2027        if printDeals or self.reportFile:
    +2028            splitLine1 = "|                            |                               |                              |                      |                        |\n"  # Summary section
    +2029            splitLine2 = "|                     |              |              |            |           |                 |            |                                                                    |\n"  # Operations section
    +2030            nextDay = ""
    +2031
    +2032            info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])]
    +2033
    +2034            if len(ops) > 0:
    +2035                customStat = {
    +2036                    "opsCount": 0,  # total operations count
    +2037                    "buyCount": 0,  # buy operations
    +2038                    "sellCount": 0,  # sell operations
    +2039                    "buyTotal": {"rub": 0.},  # Buy sums in different currencies
    +2040                    "sellTotal": {"rub": 0.},  # Sell sums in different currencies
    +2041                    "payIn": {"rub": 0.},  # Deposit brokerage account
    +2042                    "payOut": {"rub": 0.},  # Withdrawals
    +2043                    "divs": {"rub": 0.},  # Dividends income
    +2044                    "coupons": {"rub": 0.},  # Coupon's income
    +2045                    "brokerCom": {"rub": 0.},  # Service commissions
    +2046                    "serviceCom": {"rub": 0.},  # Service commissions
    +2047                    "marginCom": {"rub": 0.},  # Margin commissions
    +2048                    "allTaxes": {"rub": 0.},  # Sum of withholding taxes and corrections
    +2049                }
    +2050
    +2051                # --- calculating statistics depends on operations type in TKS_OPERATION_TYPES:
    +2052                for item in ops:
    +2053                    if item["state"] == "OPERATION_STATE_EXECUTED":
    +2054                        payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    +2055
    +2056                        # count buy operations:
    +2057                        if "_BUY" in item["operationType"]:
    +2058                            customStat["buyCount"] += 1
    +2059
    +2060                            if item["payment"]["currency"] in customStat["buyTotal"].keys():
    +2061                                customStat["buyTotal"][item["payment"]["currency"]] += payment
    +2062
    +2063                            else:
    +2064                                customStat["buyTotal"][item["payment"]["currency"]] = payment
    +2065
    +2066                        # count sell operations:
    +2067                        elif "_SELL" in item["operationType"]:
    +2068                            customStat["sellCount"] += 1
    +2069
    +2070                            if item["payment"]["currency"] in customStat["sellTotal"].keys():
    +2071                                customStat["sellTotal"][item["payment"]["currency"]] += payment
    +2072
    +2073                            else:
    +2074                                customStat["sellTotal"][item["payment"]["currency"]] = payment
    +2075
    +2076                        # count incoming operations:
    +2077                        elif item["operationType"] in ["OPERATION_TYPE_INPUT"]:
    +2078                            if item["payment"]["currency"] in customStat["payIn"].keys():
    +2079                                customStat["payIn"][item["payment"]["currency"]] += payment
    +2080
    +2081                            else:
    +2082                                customStat["payIn"][item["payment"]["currency"]] = payment
    +2083
    +2084                        # count withdrawals operations:
    +2085                        elif item["operationType"] in ["OPERATION_TYPE_OUTPUT"]:
    +2086                            if item["payment"]["currency"] in customStat["payOut"].keys():
    +2087                                customStat["payOut"][item["payment"]["currency"]] += payment
    +2088
    +2089                            else:
    +2090                                customStat["payOut"][item["payment"]["currency"]] = payment
    +2091
    +2092                        # count dividends income:
    +2093                        elif item["operationType"] in ["OPERATION_TYPE_DIVIDEND", "OPERATION_TYPE_DIVIDEND_TRANSFER", "OPERATION_TYPE_DIV_EXT"]:
    +2094                            if item["payment"]["currency"] in customStat["divs"].keys():
    +2095                                customStat["divs"][item["payment"]["currency"]] += payment
    +2096
    +2097                            else:
    +2098                                customStat["divs"][item["payment"]["currency"]] = payment
    +2099
    +2100                        # count coupon's income:
    +2101                        elif item["operationType"] in ["OPERATION_TYPE_COUPON", "OPERATION_TYPE_BOND_REPAYMENT_FULL", "OPERATION_TYPE_BOND_REPAYMENT"]:
    +2102                            if item["payment"]["currency"] in customStat["coupons"].keys():
    +2103                                customStat["coupons"][item["payment"]["currency"]] += payment
    +2104
    +2105                            else:
    +2106                                customStat["coupons"][item["payment"]["currency"]] = payment
    +2107
    +2108                        # count broker commissions:
    +2109                        elif item["operationType"] in ["OPERATION_TYPE_BROKER_FEE", "OPERATION_TYPE_SUCCESS_FEE", "OPERATION_TYPE_TRACK_MFEE", "OPERATION_TYPE_TRACK_PFEE"]:
    +2110                            if item["payment"]["currency"] in customStat["brokerCom"].keys():
    +2111                                customStat["brokerCom"][item["payment"]["currency"]] += payment
    +2112
    +2113                            else:
    +2114                                customStat["brokerCom"][item["payment"]["currency"]] = payment
    +2115
    +2116                        # count service commissions:
    +2117                        elif item["operationType"] in ["OPERATION_TYPE_SERVICE_FEE"]:
    +2118                            if item["payment"]["currency"] in customStat["serviceCom"].keys():
    +2119                                customStat["serviceCom"][item["payment"]["currency"]] += payment
    +2120
    +2121                            else:
    +2122                                customStat["serviceCom"][item["payment"]["currency"]] = payment
    +2123
    +2124                        # count margin commissions:
    +2125                        elif item["operationType"] in ["OPERATION_TYPE_MARGIN_FEE"]:
    +2126                            if item["payment"]["currency"] in customStat["marginCom"].keys():
    +2127                                customStat["marginCom"][item["payment"]["currency"]] += payment
    +2128
    +2129                            else:
    +2130                                customStat["marginCom"][item["payment"]["currency"]] = payment
    +2131
    +2132                        # count withholding taxes:
    +2133                        elif "_TAX" in item["operationType"]:
    +2134                            if item["payment"]["currency"] in customStat["allTaxes"].keys():
    +2135                                customStat["allTaxes"][item["payment"]["currency"]] += payment
    +2136
    +2137                            else:
    +2138                                customStat["allTaxes"][item["payment"]["currency"]] = payment
    +2139
    +2140                        else:
    +2141                            continue
    +2142
    +2143                customStat["opsCount"] += customStat["buyCount"] + customStat["sellCount"]
    +2144
    +2145                # --- view "Actions" lines:
    +2146                info.extend([
    +2147                    "| 1                          | 2                             | 3                            | 4                    | 5                      |\n",
    +2148                    "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------|\n",
    +2149                    "| **Actions:**               | Trades: {:<21} | Trading volumes:             |                      |                        |\n".format(customStat["opsCount"]),
    +2150                    "|                            |   Buy: {:<22} | {:<28} |                      |                        |\n".format(
    +2151                        "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    +2152                        "  rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else "  —",
    +2153                    ),
    +2154                    "|                            |   Sell: {:<21} | {:<28} |                      |                        |\n".format(
    +2155                        "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    +2156                        "  rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else "  —",
    +2157                    ),
    +2158                ])
    +2159
    +2160                opsKeys = sorted(list(set(list(customStat["buyTotal"].keys()) + list(customStat["sellTotal"].keys()))))
    +2161                for key in opsKeys:
    +2162                    if key == "rub":
    +2163                        continue
    +2164
    +2165                    info.extend([
    +2166                        "|                            |                               | {:<28} |                      |                        |\n".format(
    +2167                            "  {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0)
    +2168                        ),
    +2169                        "|                            |                               | {:<28} |                      |                        |\n".format(
    +2170                            "  {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0)
    +2171                        ),
    +2172                    ])
    +2173
    +2174                info.append(splitLine1)
    +2175
    +2176                def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str:
    +2177                    return "|                            | {:<29} | {:<28} | {:<20} | {:<22} |\n".format(
    +2178                            "  {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else "  —",
    +2179                            "  {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else "  —",
    +2180                            "  {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else "  —",
    +2181                            "  {}: {}{:.2f}".format(cur, "+" if data4[cur] > 0 else "", data4[cur]) if cur and cur in data4.keys() and data4[cur] != 0 else "  —",
    +2182                    )
    +2183
    +2184                # --- view "Payments" lines:
    +2185                info.append("| **Payments:**              | Deposit on broker account:    | Withdrawals:                 | Dividends income:    | Coupons income:        |\n")
    +2186                paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys()))))
    +2187
    +2188                for key in paymentsKeys:
    +2189                    info.append(_InfoStr(customStat["payIn"], customStat["payOut"], customStat["divs"], customStat["coupons"], key))
    +2190
    +2191                info.append(splitLine1)
    +2192
    +2193                # --- view "Commissions and taxes" lines:
    +2194                info.append("| **Commissions and taxes:** | Broker commissions:           | Service commissions:         | Margin commissions:  | All taxes/corrections: |\n")
    +2195                comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys()))))
    +2196
    +2197                for key in comKeys:
    +2198                    info.append(_InfoStr(customStat["brokerCom"], customStat["serviceCom"], customStat["marginCom"], customStat["allTaxes"], key))
    +2199
    +2200                info.append(splitLine1)
    +2201
    +2202                info.extend([
    +2203                    "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"),
    +2204                    "| Date and time       | FIGI         | Ticker       | Asset      | Value     | Payment         | Status     | Operation type                                                     |\n",
    +2205                    "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------|\n",
    +2206                ])
    +2207
    +2208            else:
    +2209                info.append("Broker returned no operations during this period\n")
    +2210
    +2211            # --- view "Operations" section:
    +2212            for item in ops:
    +2213                if not showCancelled and TKS_OPERATION_STATES[item["state"]] == TKS_OPERATION_STATES["OPERATION_STATE_CANCELED"]:
    +2214                    continue
    +2215
    +2216                else:
    +2217                    self.figi = item["figi"] if item["figi"] else ""
    +2218                    payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    +2219                    instrument = self.SearchByFIGI(requestPrice=False) if self.figi else {}
    +2220
    +2221                    # group of deals during one day:
    +2222                    if nextDay and item["date"].split("T")[0] != nextDay:
    +2223                        info.append(splitLine2)
    +2224                        nextDay = ""
    +2225
    +2226                    else:
    +2227                        nextDay = item["date"].split("T")[0]  # saving current day for splitting
    +2228
    +2229                    info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {:<66} |\n".format(
    +2230                        item["date"].replace("T", " ").replace("Z", "").split(".")[0],
    +2231                        self.figi if self.figi else "—",
    +2232                        instrument["ticker"] if instrument else "—",
    +2233                        instrument["type"] if instrument else "—",
    +2234                        item["quantity"] if int(item["quantity"]) > 0 else "—",
    +2235                        "{}{:.2f} {}".format("+" if payment > 0 else "", payment, item["payment"]["currency"]) if payment != 0 else "—",
    +2236                        TKS_OPERATION_STATES[item["state"]],
    +2237                        TKS_OPERATION_TYPES[item["operationType"]],
    +2238                    ))
    +2239
    +2240            infoText = "".join(info)
    +2241
    +2242            if printDeals:
    +2243                uLogger.info(infoText)
    +2244
    +2245            if self.reportFile:
    +2246                with open(self.reportFile, "w", encoding="UTF-8") as fH:
    +2247                    fH.write(infoText)
    +2248
    +2249                uLogger.info("History of a client's operations are saved to file: [{}]".format(os.path.abspath(self.reportFile)))
    +2250
    +2251        return ops, customStat
    +2252
    +2253    def History(self, start: str = None, end: str = None, interval: str = "hour", onlyMissing: bool = False,
    +2254                csvSep: str = ",", printCandles: bool = False,
    +2255                ) -> pd.DataFrame:
    +2256        """
    +2257        This method returns last history candles of the current instrument defined by `ticker` or `figi` (FIGI id).
    +2258
    +2259        History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`.
    +2260        Warning! Broker server used ISO UTC time by default.
    +2261
    +2262        If `historyFile` is not `None` then method save history to file, otherwise return only pandas dataframe.
    +2263        Also, `historyFile` used to update history with `onlyMissing` parameter.
    +2264
    +2265        :param start: see docstring in `GetDatesAsString()` method.
    +2266        :param end: see docstring in `GetDatesAsString()` method.
    +2267        :param interval: this is a candle interval. Current available values are `"1min"`, `"5min"`, `"15min"`,
    +2268                         `"hour"`, `"day"`. Default: `"hour"`.
    +2269        :param onlyMissing: if `True` then add only last missing candles, do not request all history length from `start`.
    +2270                            False by default. Warning! History appends only from last candle to current time
    +2271                            with always update last candle!
    +2272        :param csvSep: separator if .csv-file is used, `,` by default.
    +2273        :param printCandles: if `True` then also prints pandas dataframe to the console.
    +2274        :return: pandas dataframe with prices history. Headers of columns are defined by default:
    +2275                 `["date", "time", "open", "high", "low", "close", "volume"]`.
    +2276        """
    +2277        strStartDate, strEndDate = GetDatesAsString(start, end)  # example: ("2020-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    +2278        headers = ["date", "time", "open", "high", "low", "close", "volume"]  # sequence and names of column headers
    +2279        history = None  # empty pandas object for history
    +2280
    +2281        if interval not in TKS_CANDLE_INTERVALS.keys():
    +2282            raise Exception("Interval parameter must be string with current available values: `1min`, `5min`, `15min`, `hour` and `day`.")
    +2283
    +2284        if not (self.ticker or self.figi):
    +2285            raise Exception("Ticker or FIGI must be defined!")
    +2286
    +2287        if self.ticker and not self.figi:
    +2288            instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False)
    +2289            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    +2290
    +2291        if self.figi and not self.ticker:
    +2292            instrumentByFIGI = self.SearchByFIGI(requestPrice=False, debug=False)
    +2293            self.ticker = instrumentByFIGI["ticker"] if instrumentByFIGI else ""
    +2294
    +2295        dtStart = datetime.strptime(strStartDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc())  # datetime object from start time string
    +2296        dtEnd = datetime.strptime(strEndDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc())  # datetime object from end time string
    +2297        if interval.lower() != "day":
    +2298            dtEnd += timedelta(seconds=1)  # adds 1 sec for requests, because day end returned by `GetDatesAsString()` as 23:59:59
    +2299
    +2300        delta = dtEnd - dtStart  # current UTC time minus last time in file
    +2301        deltaMinutes = delta.days * 1440 + delta.seconds // 60  # minutes between start and end dates
    +2302
    +2303        # calculate history length in candles:
    +2304        length = deltaMinutes // TKS_CANDLE_INTERVALS[interval][1]
    +2305        if deltaMinutes % TKS_CANDLE_INTERVALS[interval][1] > 0:
    +2306            length += 1  # to avoid fraction time
    +2307
    +2308        # calculate data blocks count:
    +2309        blocks = 1 if length < TKS_CANDLE_INTERVALS[interval][2] else 1 + length // TKS_CANDLE_INTERVALS[interval][2]
    +2310
    +2311        uLogger.debug("Original requested time period in local time: from [{}] to [{}]".format(start, end))
    +2312        uLogger.debug("Requested time period is about from [{}] UTC to [{}] UTC".format(strStartDate, strEndDate))
    +2313        uLogger.debug("Calculated history length: [{}], interval: [{}]".format(length, interval))
    +2314        uLogger.debug("Data blocks, count: [{}], max candles in block: [{}]".format(blocks, TKS_CANDLE_INTERVALS[interval][2]))
    +2315        uLogger.debug("Requesting history candlesticks, ticker: [{}], FIGI: [{}]. Wait, please...".format(self.ticker, self.figi))
    +2316
    +2317        tempOld = None  # pandas object for old history, if --only-missing key present
    +2318        lastTime = None  # datetime object of last old candle in file
    +2319
    +2320        if onlyMissing and self.historyFile is not None and self.historyFile and os.path.exists(self.historyFile):
    +2321            uLogger.debug("--only-missing key present, add only last missing candles...")
    +2322            uLogger.debug("History file will be updated: [{}]".format(os.path.abspath(self.historyFile)))
    +2323
    +2324            tempOld = pd.read_csv(self.historyFile, sep=csvSep, header=None, names=headers)
    +2325
    +2326            tempOld["date"] = pd.to_datetime(tempOld["date"])  # load date "as is"
    +2327            tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d")  # convert date to string
    +2328            tempOld["time"] = pd.to_datetime(tempOld["time"])  # load time "as is"
    +2329            tempOld["time"] = tempOld["time"].dt.strftime("%H:%M")  # convert time to string
    +2330
    +2331            # get last datetime object from last string in file or minus 1 delta if file is empty:
    +2332            if len(tempOld) > 0:
    +2333                lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc())
    +2334
    +2335            else:
    +2336                lastTime = dtEnd - timedelta(days=1)  # history file is empty, so last date set at -1 day
    +2337
    +2338            tempOld = tempOld[:-1]  # always remove last old candle because it may be incompletely at the current time
    +2339
    +2340        responseJSONs = []  # raw history blocks of data
    +2341
    +2342        blockEnd = dtEnd
    +2343        for item in range(blocks):
    +2344            tail = length % TKS_CANDLE_INTERVALS[interval][2] if item + 1 == blocks else TKS_CANDLE_INTERVALS[interval][2]
    +2345            blockStart = blockEnd - timedelta(minutes=TKS_CANDLE_INTERVALS[interval][1] * tail)
    +2346
    +2347            uLogger.debug("[Block #{}/{}] time period: [{}] UTC - [{}] UTC".format(
    +2348                item + 1, blocks, blockStart.strftime(TKS_DATE_TIME_FORMAT), blockEnd.strftime(TKS_DATE_TIME_FORMAT),
    +2349            ))
    +2350
    +2351            if blockStart == blockEnd:
    +2352                uLogger.debug("Skipped this zero-length block...")
    +2353
    +2354            else:
    +2355                # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles
    +2356                historyURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetCandles"
    +2357                self.body = str({
    +2358                    "figi": self.figi,
    +2359                    "from": blockStart.strftime(TKS_DATE_TIME_FORMAT),
    +2360                    "to": blockEnd.strftime(TKS_DATE_TIME_FORMAT),
    +2361                    "interval": TKS_CANDLE_INTERVALS[interval][0]
    +2362                })
    +2363                responseJSON = self.SendAPIRequest(historyURL, reqType="POST", retry=1, pause=1, debug=False)
    +2364
    +2365                if "code" in responseJSON.keys():
    +2366                    uLogger.debug("An issue occurred and block #{}/{} is empty".format(item + 1, blocks))
    +2367
    +2368                else:
    +2369                    if (start.lower() == "yesterday" or start == end) and interval == "day" and len(responseJSON["candles"]) > 1:
    +2370                        responseJSON["candles"] = responseJSON["candles"][:-1]  # removes last candle for "yesterday" request
    +2371
    +2372                    responseJSONs = responseJSON["candles"] + responseJSONs  # add more old history behind newest dates
    +2373
    +2374            blockEnd = blockStart
    +2375
    +2376        printCount = len(responseJSONs)  # candles to show in console
    +2377        if responseJSONs:
    +2378            tempHistory = pd.DataFrame(
    +2379                data={
    +2380                    "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    +2381                    "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    +2382                    "open": [NanoToFloat(item["open"]["units"], item["open"]["nano"]) for item in responseJSONs],
    +2383                    "high": [NanoToFloat(item["high"]["units"], item["high"]["nano"]) for item in responseJSONs],
    +2384                    "low": [NanoToFloat(item["low"]["units"], item["low"]["nano"]) for item in responseJSONs],
    +2385                    "close": [NanoToFloat(item["close"]["units"], item["close"]["nano"]) for item in responseJSONs],
    +2386                    "volume": [int(item["volume"]) for item in responseJSONs],
    +2387                },
    +2388                index=range(len(responseJSONs)),
    +2389                columns=["date", "time", "open", "high", "low", "close", "volume"],
    +2390            )
    +2391            tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d")
    +2392            tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M")
    +2393
    +2394            # append only newest candles to old history if --only-missing key present:
    +2395            if onlyMissing and tempOld is not None and lastTime is not None:
    +2396                index = 0  # find start index in tempHistory data:
    +2397
    +2398                for i, item in tempHistory.iterrows():
    +2399                    curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc())
    +2400
    +2401                    if curTime == lastTime:
    +2402                        uLogger.debug("History will be updated starting from the date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S")))
    +2403                        index = i
    +2404                        printCount = index + 1
    +2405                        break
    +2406
    +2407                history = pd.concat([tempOld, tempHistory[index:]], ignore_index=True)
    +2408
    +2409            else:
    +2410                history = tempHistory  # if no `--only-missing` key then load full data from server
    +2411
    +2412            uLogger.debug("Last 3 rows of received history:\n{}".format(pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-3:], max_cols=20, index=False)))
    +2413
    +2414        if printCandles and history is not None and not history.empty:
    +2415            uLogger.info("Here's requested history between [{}] UTC and [{}] UTC, not-empty candles count: [{}]\n{}".format(
    +2416                strStartDate.replace("T", " ").replace("Z", ""), strEndDate.replace("T", " ").replace("Z", ""), len(history[-printCount:]),
    +2417                pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-printCount:], max_cols=20, index=False),
    +2418            ))
    +2419
    +2420        if self.historyFile is not None:
    +2421            if history is not None and not history.empty:
    +2422                history.to_csv(self.historyFile, sep=csvSep, index=False, header=None)
    +2423                uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(self.ticker, self.figi, interval, os.path.abspath(self.historyFile)))
    +2424
    +2425            else:
    +2426                uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile)))
    +2427
    +2428        else:
    +2429            uLogger.debug("--output key is not defined. Parsed history file not saved to file, only pandas dataframe returns.")
    +2430
    +2431        return history
    +2432
    +2433    def Trade(self, operation: str, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2434        """
    +2435        Universal method to create market order and make deal at the current price. Returns JSON data with response.
    +2436        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2437
    +2438        See also: `Order()` docstring. More simple methods than `Trade()` are `Buy()` and `Sell()`.
    +2439
    +2440        :param operation: string "Buy" or "Sell".
    +2441        :param lots: volume, integer count of lots >= 1.
    +2442        :param tp: float > 0, target price for stop-order with "TP" type. It used as take profit parameter `targetPrice` in `self.Order()`.
    +2443        :param sl: float > 0, target price for stop-order with "SL" type. It used as stop loss parameter `targetPrice` in `self.Order()`.
    +2444        :param expDate: string "Undefined" by default or local date in future,
    +2445                        it is a string with format `%Y-%m-%d %H:%M:%S`.
    +2446        :return: JSON with response from broker server.
    +2447        """
    +2448        if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2449            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    +2450
    +2451        if lots is None or lots < 1:
    +2452            uLogger.warning("You must define trade volume > 0: integer count of lots! For current operation lots reset to 1.")
    +2453            lots = 1
    +2454
    +2455        if tp is None or tp < 0:
    +2456            tp = 0
    +2457
    +2458        if sl is None or sl < 0:
    +2459            sl = 0
    +2460
    +2461        if expDate is None or not expDate:
    +2462            expDate = "Undefined"
    +2463
    +2464        if not (self.ticker or self.figi):
    +2465            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    +2466
    +2467        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    +2468        self.ticker = instrument["ticker"]
    +2469        self.figi = instrument["figi"]
    +2470
    +2471        uLogger.debug("Opening [{}] market order: ticker [{}], FIGI [{}], lots [{}], TP [{:.4f}], SL [{:.4f}], expiration date of TP/SL orders [{}]. Wait, please...".format(operation, self.ticker, self.figi, lots, tp, sl, expDate))
    +2472
    +2473        openTradeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    +2474        self.body = str({
    +2475            "figi": self.figi,
    +2476            "quantity": str(lots),
    +2477            "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    +2478            "accountId": str(self.accountId),
    +2479            "orderType": "ORDER_TYPE_MARKET",  # see: TKS_ORDER_TYPES
    +2480        })
    +2481        response = self.SendAPIRequest(openTradeURL, reqType="POST", retry=0, debug=False)
    +2482
    +2483        if "orderId" in response.keys():
    +2484            uLogger.info("[{}] market order [{}] was executed: ticker [{}], FIGI [{}], lots [{}]. Total order price: [{:.4f} {}] (with commission: [{:.2f} {}]). Average price of lot: [{:.2f} {}]".format(
    +2485                operation, response["orderId"],
    +2486                self.ticker, self.figi, lots,
    +2487                NanoToFloat(response["totalOrderAmount"]["units"], response["totalOrderAmount"]["nano"]), response["totalOrderAmount"]["currency"],
    +2488                NanoToFloat(response["initialCommission"]["units"], response["initialCommission"]["nano"]), response["initialCommission"]["currency"],
    +2489                NanoToFloat(response["executedOrderPrice"]["units"], response["executedOrderPrice"]["nano"]), response["executedOrderPrice"]["currency"],
    +2490            ))
    +2491
    +2492        else:
    +2493            uLogger.warning("Not `oK` status received! Market order not created. See full debug log or try again and open order later.")
    +2494
    +2495        if tp > 0:
    +2496            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=tp, limitPrice=tp, stopType="TP", expDate=expDate)
    +2497
    +2498        if sl > 0:
    +2499            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=sl, limitPrice=sl, stopType="SL", expDate=expDate)
    +2500
    +2501        return response
    +2502
    +2503    def Buy(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2504        """
    +2505        More simple method than `Trade()`. Create `Buy` market order and make deal at the current price. Returns JSON data with response.
    +2506        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2507
    +2508        See also: `Order()` and `Trade()` docstrings.
    +2509
    +2510        :param lots: volume, integer count of lots >= 1.
    +2511        :param tp: float > 0, take profit price of stop-order.
    +2512        :param sl: float > 0, stop loss price of stop-order.
    +2513        :param expDate: it's a local date in future.
    +2514                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2515        :return: JSON with response from broker server.
    +2516        """
    +2517        return self.Trade(operation="Buy", lots=lots, tp=tp, sl=sl, expDate=expDate)
    +2518
    +2519    def Sell(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2520        """
    +2521        More simple method than `Trade()`. Create `Sell` market order and make deal at the current price. Returns JSON data with response.
    +2522        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2523
    +2524        See also: `Order()` and `Trade()` docstrings.
    +2525
    +2526        :param lots: volume, integer count of lots >= 1.
    +2527        :param tp: float > 0, take profit price of stop-order.
    +2528        :param sl: float > 0, stop loss price of stop-order.
    +2529        :param expDate: it's a local date in future.
    +2530                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2531        :return: JSON with response from broker server.
    +2532        """
    +2533        return self.Trade(operation="Sell", lots=lots, tp=tp, sl=sl, expDate=expDate)
    +2534
    +2535    def CloseTrades(self, tickers: list, overview: dict = None) -> None:
    +2536        """
    +2537        Close position of given instruments.
    +2538
    +2539        :param tickers: tickers list of instruments that must be closed.
    +2540        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    +2541                         This avoids unnecessary downloading data from the server.
    +2542        """
    +2543        if not tickers:
    +2544            uLogger.info("Tickers list is empty, nothing to close.")
    +2545
    +2546        else:
    +2547            if overview is None or not overview:
    +2548                overview = self.Overview(showStatistics=False)
    +2549
    +2550            allOpenedTickers = [item["ticker"] for iType in TKS_INSTRUMENTS for item in overview["stat"][iType]]
    +2551            uLogger.debug("All opened instruments by it's tickers names: {}".format(allOpenedTickers))
    +2552
    +2553            for ticker in tickers:
    +2554                if ticker not in allOpenedTickers:
    +2555                    uLogger.warning("Instrument with ticker [{}] not in open positions list!".format(ticker))
    +2556                    continue
    +2557
    +2558                # search open trade info about instrument by ticker:
    +2559                instrument = {}
    +2560                for iType in TKS_INSTRUMENTS:
    +2561                    if instrument:
    +2562                        break
    +2563
    +2564                    for item in overview["stat"][iType]:
    +2565                        if item["ticker"] == ticker:
    +2566                            instrument = item
    +2567                            break
    +2568
    +2569                if instrument:
    +2570                    self.ticker = ticker
    +2571                    self.figi = instrument["figi"]
    +2572
    +2573                    uLogger.debug("Closing trade of instrument: ticker [{}], FIGI[{}], lots [{}]{}. Wait, please...".format(
    +2574                        self.ticker,
    +2575                        self.figi,
    +2576                        int(instrument["volume"]),
    +2577                        ", blocked [{}]".format(instrument["blocked"]) if instrument["blocked"] > 0 else "",
    +2578                    ))
    +2579
    +2580                    tradeLots = abs(instrument["lots"]) - instrument["blocked"]  # available volumes in lots for close operation
    +2581
    +2582                    if tradeLots > 0:
    +2583                        if instrument["blocked"] > 0:
    +2584                            uLogger.warning("Just for your information: there are [{}] lots blocked for instrument [{}]! Available only [{}] lots to closing trade.".format(
    +2585                                instrument["blocked"],
    +2586                                self.ticker,
    +2587                                tradeLots,
    +2588                            ))
    +2589
    +2590                        # if direction is "Long" then we need sell, if direction is "Short" then we need buy:
    +2591                        self.Trade(operation="Sell" if instrument["direction"] == "Long" else "Buy", lots=tradeLots)
    +2592
    +2593                    else:
    +2594                        uLogger.warning("There are no available lots for instrument [{}] to closing trade at this moment! Try again later or cancel some orders.".format(self.ticker))
    +2595
    +2596    def CloseAllTrades(self, iType: str, overview: dict = None) -> None:
    +2597        """
    +2598        Close all positions of given instruments with defined type.
    +2599
    +2600        :param iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
    +2601        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    +2602                         This avoids unnecessary downloading data from the server.
    +2603        """
    +2604        if iType not in TKS_INSTRUMENTS:
    +2605            uLogger.warning("Type of the instrument must be one of supported types: {}. Given: [{}]".format(", ".join(TKS_INSTRUMENTS), iType))
    +2606
    +2607        else:
    +2608            if overview is None or not overview:
    +2609                overview = self.Overview(showStatistics=False)
    +2610
    +2611            tickers = [item["ticker"] for item in overview["stat"][iType]]
    +2612            uLogger.debug("Instrument tickers with type [{}] that will be closed: {}".format(iType, tickers))
    +2613
    +2614            if tickers and overview:
    +2615                self.CloseTrades(tickers, overview)
    +2616
    +2617            else:
    +2618                uLogger.info("Instrument tickers with type [{}] not found, nothing to close.".format(iType))
    +2619
    +2620    def Order(self, operation: str, orderType: str, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2621        """
    +2622        Universal method to create market or limit orders with all available parameters.
    +2623        See more simple methods: `BuyLimit()`, `BuyStop()`, `SellLimit()`, `SellStop()`.
    +2624
    +2625        If orderType is "Limit" then create pending limit-order below current price if operation is "Buy" and above
    +2626        current price if operation is "Sell". A limit order has no expiration date, it lasts until the end of the trading day.
    +2627
    +2628        Warning! If you try to create limit-order above current price if "Buy" or below current price if "Sell"
    +2629        then broker immediately open market order as you can do simple --buy or --sell operations!
    +2630
    +2631        If orderType is "Stop" then creates stop-order with any direction "Buy" or "Sell".
    +2632        When current price will go up or down to target price value then broker opens a limit order.
    +2633        Stop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.
    +2634
    +2635        Only one attempt and no retry for opens order. If network issue occurred you can create new request.
    +2636
    +2637        :param operation: string "Buy" or "Sell".
    +2638        :param orderType: string "Limit" or "Stop".
    +2639        :param lots: volume, integer count of lots >= 1.
    +2640        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2641        :param limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.
    +2642                           Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
    +2643        :param stopType: string "Limit" by default. This parameter only makes sense for stop-order. There are 3 stop-order types
    +2644                         "SL", "TP", "Limit" for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2645                         Stop loss order always executed by market price.
    +2646        :param expDate: string "Undefined" by default or local date in future.
    +2647                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2648                        This date is converting to UTC format for server. This parameter only makes sense for stop-order.
    +2649                        A limit order has no expiration date, it lasts until the end of the trading day.
    +2650        :return: JSON with response from broker server.
    +2651        """
    +2652        if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2653            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    +2654
    +2655        if orderType is None or not orderType or orderType not in ("Limit", "Stop"):
    +2656            raise Exception("You must define order type only one of them: `Limit` or `Stop`!")
    +2657
    +2658        if lots is None or lots < 1:
    +2659            raise Exception("You must define trade volume > 0: integer count of lots!")
    +2660
    +2661        if targetPrice is None or targetPrice <= 0:
    +2662            raise Exception("Target price for limit-order must be greater than 0!")
    +2663
    +2664        if limitPrice is None or limitPrice <= 0:
    +2665            limitPrice = targetPrice
    +2666
    +2667        if stopType is None or not stopType or stopType not in ("SL", "TP", "Limit"):
    +2668            stopType = "Limit"
    +2669
    +2670        if expDate is None or not expDate:
    +2671            expDate = "Undefined"
    +2672
    +2673        if not (self.ticker or self.figi):
    +2674            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    +2675
    +2676        response = {}
    +2677        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    +2678        self.ticker = instrument["ticker"]
    +2679        self.figi = instrument["figi"]
    +2680
    +2681        if orderType == "Limit":
    +2682            uLogger.debug(
    +2683                "Creating pending limit-order: ticker [{}], FIGI [{}], action [{}], lots [{}] and the target price [{:.2f} {}]. Wait, please...".format(
    +2684                    self.ticker, self.figi,
    +2685                    operation, lots, targetPrice, instrument["currency"],
    +2686                ))
    +2687
    +2688            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    +2689            self.body = str({
    +2690                "figi": self.figi,
    +2691                "quantity": str(lots),
    +2692                "price": FloatToNano(targetPrice),
    +2693                "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    +2694                "accountId": str(self.accountId),
    +2695                "orderType": "ORDER_TYPE_LIMIT",  # see: TKS_ORDER_TYPES
    +2696            })
    +2697            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    +2698
    +2699            if "orderId" in response.keys():
    +2700                uLogger.info(
    +2701                    "Limit-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}]".format(
    +2702                        response["orderId"],
    +2703                        self.ticker, self.figi,
    +2704                        operation, lots, targetPrice, instrument["currency"],
    +2705                    ))
    +2706
    +2707                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    +2708                    if operation == "Buy" and targetPrice > instrument["currentPrice"]["lastPrice"]:
    +2709                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was higher than current price [{:.2f} {}] broker immediately opened `Buy` market order, such as if you did simple `--buy` operation.".format(
    +2710                            targetPrice, instrument["currency"],
    +2711                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2712                        ))
    +2713
    +2714                    if operation == "Sell" and targetPrice < instrument["currentPrice"]["lastPrice"]:
    +2715                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was lower than current price [{:.2f} {}] broker immediately opened `Sell` market order, such as if you did simple `--sell` operation.".format(
    +2716                            targetPrice, instrument["currency"],
    +2717                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2718                        ))
    +2719
    +2720            else:
    +2721                uLogger.warning("Not `oK` status received! Limit order not opened. See full debug log or try again and open order later.")
    +2722
    +2723        if orderType == "Stop":
    +2724            uLogger.debug(
    +2725                "Creating stop-order: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and local expiration date [{}]. Wait, please...".format(
    +2726                    self.ticker, self.figi,
    +2727                    operation, lots,
    +2728                    targetPrice, instrument["currency"],
    +2729                    limitPrice, instrument["currency"],
    +2730                    stopType, expDate,
    +2731                ))
    +2732
    +2733            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/PostStopOrder"
    +2734            expDateUTC = "" if expDate == "Undefined" else datetime.strptime(expDate, "%Y-%m-%d %H:%M:%S").replace(tzinfo=tzlocal()).astimezone(tzutc()).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
    +2735            stopOrderType = "STOP_ORDER_TYPE_STOP_LOSS" if stopType == "SL" else "STOP_ORDER_TYPE_TAKE_PROFIT" if stopType == "TP" else "STOP_ORDER_TYPE_STOP_LIMIT"
    +2736
    +2737            body = {
    +2738                "figi": self.figi,
    +2739                "quantity": str(lots),
    +2740                "price": FloatToNano(limitPrice),
    +2741                "stopPrice": FloatToNano(targetPrice),
    +2742                "direction": "STOP_ORDER_DIRECTION_BUY" if operation == "Buy" else "STOP_ORDER_DIRECTION_SELL",  # see: TKS_STOP_ORDER_DIRECTIONS
    +2743                "accountId": str(self.accountId),
    +2744                "expirationType": "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE" if expDateUTC else "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL",  # see: TKS_STOP_ORDER_EXPIRATION_TYPES
    +2745                "stopOrderType": stopOrderType,  # see: TKS_STOP_ORDER_TYPES
    +2746            }
    +2747
    +2748            if expDateUTC:
    +2749                body["expireDate"] = expDateUTC
    +2750
    +2751            self.body = str(body)
    +2752            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    +2753
    +2754            if "stopOrderId" in response.keys():
    +2755                uLogger.info(
    +2756                    "Stop-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and expiration date in UTC [{}]".format(
    +2757                    response["stopOrderId"],
    +2758                    self.ticker, self.figi,
    +2759                    operation, lots,
    +2760                    targetPrice, instrument["currency"],
    +2761                    limitPrice, instrument["currency"],
    +2762                    TKS_STOP_ORDER_TYPES[stopOrderType],
    +2763                    datetime.strptime(expDateUTC, "%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tzutc()).astimezone(tzutc()).strftime("%Y-%m-%d %H:%M:%S") if expDateUTC else TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"],
    +2764                ))
    +2765
    +2766                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    +2767                    if operation == "Buy" and targetPrice < instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    +2768                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target buy price [{:.2f} {}] is lower than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    +2769                            targetPrice, instrument["currency"],
    +2770                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2771                        ))
    +2772
    +2773                    if operation == "Sell" and targetPrice > instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    +2774                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target sell price [{:.2f} {}] is higher than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    +2775                            targetPrice, instrument["currency"],
    +2776                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2777                        ))
    +2778
    +2779            else:
    +2780                uLogger.warning("Not `oK` status received! Stop order not opened. See full debug log or try again and open order later.")
    +2781
    +2782        return response
    +2783
    +2784    def BuyLimit(self, lots: int, targetPrice: float) -> dict:
    +2785        """
    +2786        Create pending `Buy` limit-order (below current price). You must specify only 2 parameters:
    +2787        `lots` and `target price` to open buy limit-order. If you try to create buy limit-order above current price then
    +2788        broker immediately open `Buy` market order, such as if you do simple `--buy` operation!
    +2789        See also: `Order()` docstring.
    +2790
    +2791        :param lots: volume, integer count of lots >= 1.
    +2792        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2793        :return: JSON with response from broker server.
    +2794        """
    +2795        return self.Order(operation="Buy", orderType="Limit", lots=lots, targetPrice=targetPrice)
    +2796
    +2797    def BuyStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2798        """
    +2799        Create `Buy` stop-order. You must specify at least 2 parameters: `lots` `target price` to open buy stop-order.
    +2800        In additional you can specify 3 parameters for buy stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    +2801        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    +2802        target price value then broker opens a limit order. See also: `Order()` docstring.
    +2803
    +2804        :param lots: volume, integer count of lots >= 1.
    +2805        :param targetPrice: target price > 0. This is trigger price for buy stop-order.
    +2806        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    +2807                           with price equal to limitPrice, when current price goes to target price of buy stop-order.
    +2808        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    +2809                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2810        :param expDate: string "Undefined" by default or local date in future.
    +2811                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2812                        This date is converting to UTC format for server.
    +2813        :return: JSON with response from broker server.
    +2814        """
    +2815        return self.Order(operation="Buy", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    +2816
    +2817    def SellLimit(self, lots: int, targetPrice: float) -> dict:
    +2818        """
    +2819        Create pending `Sell` limit-order (above current price). You must specify only 2 parameters:
    +2820        `lots` and `target price` to open sell limit-order. If you try to create sell limit-order below current price then
    +2821        broker immediately open `Sell` market order, such as if you do simple `--sell` operation!
    +2822        See also: `Order()` docstring.
    +2823
    +2824        :param lots: volume, integer count of lots >= 1.
    +2825        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2826        :return: JSON with response from broker server.
    +2827        """
    +2828        return self.Order(operation="Sell", orderType="Limit", lots=lots, targetPrice=targetPrice)
    +2829
    +2830    def SellStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2831        """
    +2832        Create `Sell` stop-order. You must specify at least 2 parameters: `lots` `target price` to open sell stop-order.
    +2833        In additional you can specify 3 parameters for sell stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    +2834        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    +2835        target price value then broker opens a limit order. See also: `Order()` docstring.
    +2836
    +2837        :param lots: volume, integer count of lots >= 1.
    +2838        :param targetPrice: target price > 0. This is trigger price for sell stop-order.
    +2839        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    +2840                           with price equal to limitPrice, when current price goes to target price of sell stop-order.
    +2841        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    +2842                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2843        :param expDate: string "Undefined" by default or local date in future.
    +2844                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2845                        This date is converting to UTC format for server.
    +2846        :return: JSON with response from broker server.
    +2847        """
    +2848        return self.Order(operation="Sell", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    +2849
    +2850    def CloseOrders(self, orderIDs: list, allOrdersIDs: list = None, allStopOrdersIDs: list = None) -> None:
    +2851        """
    +2852        Cancel order or list of orders by its `orderId` or `stopOrderId`.
    +2853
    +2854        :param orderIDs: list of integers with `orderId` or `stopOrderId`.
    +2855        :param allOrdersIDs: pre-received lists of all active pending orders.
    +2856                             This avoids unnecessary downloading data from the server.
    +2857        :param allStopOrdersIDs: pre-received lists of all active stop orders.
    +2858        """
    +2859        if orderIDs:
    +2860            if allOrdersIDs is None or not allOrdersIDs:
    +2861                rawOrders = self.RequestPendingOrders()
    +2862                allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    +2863
    +2864            if allStopOrdersIDs is None or not allStopOrdersIDs:
    +2865                rawStopOrders = self.RequestStopOrders()
    +2866                allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    +2867
    +2868            for orderID in orderIDs:
    +2869                idInPendingOrders = orderID in allOrdersIDs
    +2870                idInStopOrders = orderID in allStopOrdersIDs
    +2871
    +2872                if not (idInPendingOrders or idInStopOrders):
    +2873                    uLogger.warning("Order not found by ID: [{}]. Maybe cancelled already? Check it with `--overview` key.".format(orderID))
    +2874                    continue
    +2875
    +2876                else:
    +2877                    if idInPendingOrders:
    +2878                        uLogger.debug("Cancelling pending order with ID: [{}]. Wait, please...".format(orderID))
    +2879
    +2880                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_CancelOrder
    +2881                        self.body = str({"accountId": self.accountId, "orderId": orderID})
    +2882                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder"
    +2883                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    +2884
    +2885                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    +2886                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    +2887                            uLogger.info("Pending order with ID [{}] successfully cancel".format(orderID))
    +2888
    +2889                        else:
    +2890                            uLogger.warning("Unknown issue occurred when cancelling pending order with ID: [{}]. Check ID and try again.".format(orderID))
    +2891
    +2892                    elif idInStopOrders:
    +2893                        uLogger.debug("Cancelling stop order with ID: [{}]. Wait, please...".format(orderID))
    +2894
    +2895                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_CancelStopOrder
    +2896                        self.body = str({"accountId": self.accountId, "stopOrderId": orderID})
    +2897                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/CancelStopOrder"
    +2898                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    +2899
    +2900                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    +2901                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    +2902                            uLogger.info("Stop order with ID [{}] successfully cancel".format(orderID))
    +2903
    +2904                        else:
    +2905                            uLogger.warning("Unknown issue occurred when cancelling stop order with ID: [{}]. Check ID and try again.".format(orderID))
    +2906
    +2907                    else:
    +2908                        continue
    +2909
    +2910    def CloseAllOrders(self) -> None:
    +2911        """
    +2912        Gets a list of open pending and stop orders and cancel it all.
    +2913        """
    +2914        rawOrders = self.RequestPendingOrders()
    +2915        allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    +2916        lenOrders = len(allOrdersIDs)
    +2917
    +2918        rawStopOrders = self.RequestStopOrders()
    +2919        allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    +2920        lenSOrders = len(allStopOrdersIDs)
    +2921
    +2922        if lenOrders > 0 or lenSOrders > 0:
    +2923            uLogger.info("Found: [{}] opened pending and [{}] stop orders. Let's trying to cancel it all. Wait, please...".format(lenOrders, lenSOrders))
    +2924
    +2925            self.CloseOrders(allOrdersIDs + allStopOrdersIDs, allOrdersIDs, allStopOrdersIDs)
    +2926
    +2927        else:
    +2928            uLogger.info("Orders not found, nothing to cancel.")
    +2929
    +2930    def CloseAll(self, *args) -> None:
    +2931        """
    +2932        Close all available (not blocked) opened trades and orders.
    +2933
    +2934        Also you can select one or more keywords case insensitive:
    +2935        `orders`, `shares`, `bonds`, `etfs` and `futures` from `TKS_INSTRUMENTS` enum to specify trades type.
    +2936
    +2937        Currency positions you must closes manually using buy or sell operations, `CloseTrades()` or `CloseAllTrades()` methods.
    +2938        """
    +2939        overview = self.Overview(showStatistics=False)  # get all open trades info
    +2940
    +2941        if len(args) == 0:
    +2942            uLogger.debug("Closing all available (not blocked) opened trades and orders. Currency positions you must closes manually using buy or sell operations! Wait, please...")
    +2943            self.CloseAllOrders()  # close all pending and stop orders
    +2944
    +2945            for iType in TKS_INSTRUMENTS:
    +2946                if iType != "Currencies":
    +2947                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    +2948
    +2949        else:
    +2950            uLogger.debug("Closing all available {}. Currency positions you must closes manually using buy or sell operations! Wait, please...".format(list(args)))
    +2951            lowerArgs = [x.lower() for x in args]
    +2952
    +2953            if "orders" in lowerArgs:
    +2954                self.CloseAllOrders()  # close all pending and stop orders
    +2955
    +2956            for iType in TKS_INSTRUMENTS:
    +2957                if iType.lower() in lowerArgs and iType != "Currencies":
    +2958                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    +2959
    +2960    @staticmethod
    +2961    def ParseOrderParameters(operation, **inputParameters):
    +2962        """
    +2963        Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.
    +2964
    +2965        :param operation: string "Buy" or "Sell".
    +2966        :param inputParameters: this is dict of strings that looks like this
    +2967               `{"lots": "L_int,...", "prices": "P_float,..."}` where
    +2968               "lots" key: one or more lot values (integer numbers) to open with every limit-order
    +2969               "prices" key: one or more prices to open limit-orders
    +2970               Counts of values in lots and prices lists must be equals!
    +2971        :return: list of dictionaries with all lots and prices to open orders that looks like this `[{"lot": lots_1, "price": price_1}, {...}, ...]`
    +2972        """
    +2973        # TODO: update order grid work with api v2
    +2974        pass
    +2975        # uLogger.debug("Input parameters: {}".format(inputParameters))
    +2976        #
    +2977        # if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2978        #     raise Exception("You must define operation type: 'Buy' or 'Sell'!")
    +2979        #
    +2980        # if "l" in inputParameters.keys():
    +2981        #     inputParameters["lots"] = inputParameters.pop("l")
    +2982        #
    +2983        # if "p" in inputParameters.keys():
    +2984        #     inputParameters["prices"] = inputParameters.pop("p")
    +2985        #
    +2986        # if "lots" not in inputParameters.keys() or "prices" not in inputParameters.keys():
    +2987        #     raise Exception("Both of 'lots' and 'prices' keys must be define to open grid orders!")
    +2988        #
    +2989        # lots = [int(item.strip()) for item in inputParameters["lots"].split(",")]
    +2990        # prices = [float(item.strip()) for item in inputParameters["prices"].split(",")]
    +2991        #
    +2992        # if len(lots) != len(prices):
    +2993        #     raise Exception("'lots' and 'prices' lists must have equal length of values!")
    +2994        #
    +2995        # uLogger.debug("Extracted parameters for orders:")
    +2996        # uLogger.debug("lots = {}".format(lots))
    +2997        # uLogger.debug("prices = {}".format(prices))
    +2998        #
    +2999        # # list of dictionaries with order's parameters: [{"lot": lots_1, "price": price_1}, {...}, ...]
    +3000        # result = [{"lot": lots[item], "price": prices[item]} for item in range(len(prices))]
    +3001        # uLogger.debug("Order parameters: {}".format(result))
    +3002        #
    +3003        # return result
    +3004
    +3005    def IsInPortfolio(self, portfolio: dict = None) -> bool:
    +3006        """
    +3007        Checks if instrument is in the user's portfolio. Instrument must be defined by `ticker` (highly priority) or `figi`.
    +3008
    +3009        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    +3010        :return: `True` if portfolio contains open position with given instrument, `False` otherwise.
    +3011        """
    +3012        result = False
    +3013        msg = "Instrument not defined!"
    +3014
    +3015        if portfolio is None or not portfolio:
    +3016            portfolio = self.Overview(showStatistics=False)
    +3017
    +3018        if self.ticker:
    +3019            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    +3020            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    +3021
    +3022            for iType in TKS_INSTRUMENTS:
    +3023                for instrument in portfolio["stat"][iType]:
    +3024                    if instrument["ticker"] == self.ticker:
    +3025                        result = True
    +3026                        msg = "Instrument with ticker [{}] is present in open positions".format(self.ticker)
    +3027                        break
    +3028
    +3029        elif self.figi:
    +3030            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    +3031            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    +3032
    +3033            for iType in TKS_INSTRUMENTS:
    +3034                for instrument in portfolio["stat"][iType]:
    +3035                    if instrument["figi"] == self.figi:
    +3036                        result = True
    +3037                        msg = "Instrument with FIGI [{}] is present in open positions".format(self.figi)
    +3038                        break
    +3039
    +3040        else:
    +3041            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    +3042
    +3043        uLogger.debug(msg)
    +3044
    +3045        return result
    +3046
    +3047    def GetInstrumentFromPortfolio(self, portfolio: dict = None) -> dict:
    +3048        """
    +3049        Returns instrument is in the user's portfolio if it presents there.
    +3050        Instrument must be defined by `ticker` (highly priority) or `figi`.
    +3051
    +3052        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    +3053        :return: dict with instrument if portfolio contains open position with this instrument, `None` otherwise.
    +3054        """
    +3055        result = None
    +3056        msg = "Instrument not defined!"
    +3057
    +3058        if portfolio is None or not portfolio:
    +3059            portfolio = self.Overview(showStatistics=False)
    +3060
    +3061        if self.ticker:
    +3062            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    +3063            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    +3064
    +3065            for iType in TKS_INSTRUMENTS:
    +3066                for instrument in portfolio["stat"][iType]:
    +3067                    if instrument["ticker"] == self.ticker:
    +3068                        result = instrument
    +3069                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(self.ticker, instrument["figi"])
    +3070                        break
    +3071
    +3072        elif self.figi:
    +3073            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    +3074            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    +3075
    +3076            for iType in TKS_INSTRUMENTS:
    +3077                for instrument in portfolio["stat"][iType]:
    +3078                    if instrument["figi"] == self.figi:
    +3079                        result = instrument
    +3080                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(instrument["ticker"], self.figi)
    +3081                        break
    +3082
    +3083        else:
    +3084            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    +3085
    +3086        uLogger.debug(msg)
    +3087
    +3088        return result
    +3089
    +3090
    +3091class Args:
    +3092    """
    +3093    If `Main()` function is imported as module, then this class used to convert arguments from **kwargs as object.
    +3094    """
    +3095    def __init__(self, **kwargs):
    +3096        self.__dict__.update(kwargs)
    +3097
    +3098    def __getattr__(self, item):
    +3099        return None
    +3100
    +3101
    +3102def ParseArgs():
    +3103    """
    +3104    Function get and parse command line keys. See examples: https://tim55667757.github.io/TKSBrokerAPI/
    +3105    """
    +3106    parser = ArgumentParser()  # command-line string parser
    +3107
    +3108    parser.description = "TKSBrokerAPI is a python API to work with some methods of Tinkoff Open API using REST protocol. It can view history, orders and market information. Also, you can open orders and trades. See examples: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples"
    +3109    parser.usage = "\n/as module/ python TKSBrokerAPI.py [some options] [one command]\n/as CLI tool/ tksbrokerapi [some options] [one command]"
    +3110
    +3111    # --- options:
    +3112
    +3113    parser.add_argument("--no-cache", action="store_true", default=False, help="Option: not use local cache `dump.json`, but update raw instruments data when starting the program. `False` by default.")
    +3114    parser.add_argument("--token", type=str, help="Option: Tinkoff service's api key. If not set then used environment variable `TKS_API_TOKEN`. See how to use: https://tinkoff.github.io/investAPI/token/")
    +3115    parser.add_argument("--account-id", type=str, default=None, help="Option: string with an user numeric account ID in Tinkoff Broker. It can be found in any broker's reports (see the contract number). Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.")
    +3116
    +3117    parser.add_argument("--ticker", "-t", type=str, help="Option: instrument's ticker, e.g. `IBM`, `YNDX`, `GOOGL` etc. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR`.")
    +3118    parser.add_argument("--figi", "-f", type=str, help="Option: instrument's FIGI, e.g. `BBG006L8G4H1` (for `YNDX`).")
    +3119
    +3120    parser.add_argument("--depth", type=int, default=1, help="Option: Depth of Market (DOM) can be >=1, 1 by default.")
    +3121    parser.add_argument("--no-cancelled", "--no-canceled", action="store_true", default=False, help="Option: remove information about cancelled operations from the deals report by the `--deals` key. `False` by default.")
    +3122
    +3123    parser.add_argument("--output", type=str, default=None, help="Option: replace default paths to output files for some commands. If `None` then used default files.")
    +3124    # parser.add_argument("--output-type", type=str, choices=[None, ".md", ".csv", ".xlsx"], default=None, help="Option: replace default type of output files for some commands. You can choose: `.md`, `.csv` and `.xlsx`. If `None` then used default file types.")
    +3125
    +3126    parser.add_argument("--interval", type=str, default="hour", help="Option: available values are `1min`, `5min`, `15min`, `hour` and `day`. Used only with `--history` key. This is time period of one candle. Default: `hour` for every history candles.")
    +3127    parser.add_argument("--only-missing", action="store_true", default=False, help="Option: if history file define by `--output` key then add only last missing candles, do not request all history length. `False` by default.")
    +3128    parser.add_argument("--csv-sep", type=str, default=",", help="Option: separator if .csv-file is used, `,` by default.")
    +3129
    +3130    parser.add_argument("--debug-level", "--verbosity", "-v", type=int, default=20, help="Option: showing STDOUT messages of minimal debug level, e.g. 10 = DEBUG, 20 = INFO, 30 = WARNING, 40 = ERROR, 50 = CRITICAL. INFO (20) by default.")
    +3131
    +3132    # --- commands:
    +3133
    +3134    parser.add_argument("--list", "-l", action="store_true", help="Action: get and print all available instruments and some information from broker server. Also, you can define `--output` key to save list of instruments to file, default: `instruments.md`.")
    +3135    parser.add_argument("--search", "-s", type=str, nargs=1, help="Action: search for an instruments by part of the name, ticker or FIGI. Also, you can define `--output` key to save results to file, default: `search-results.md`.")
    +3136    parser.add_argument("--info", "-i", action="store_true", help="Action: get information from broker server about instrument by it's ticker or FIGI. `--ticker` key or `--figi` key must be defined!")
    +3137    parser.add_argument("--price", action="store_true", help="Action: show actual price list for current instrument. Also, you can use `--depth` key. `--ticker` key or `--figi` key must be defined!")
    +3138    parser.add_argument("--prices", "-p", type=str, nargs="+", help="Action: get and print current prices for list of given instruments (by it's tickers or by FIGIs). WARNING! This is too long operation if you request a lot of instruments! Also, you can define `--output` key to save list of prices to file, default: `prices.md`.")
    +3139
    +3140    parser.add_argument("--overview", "-o", action="store_true", help="Action: shows all open positions, orders and some statistics. Also, you can define `--output` key to save this information to file, default: `overview.md`.")
    +3141    parser.add_argument("--overview-digest", action="store_true", help="Action: shows a short digest of the portfolio status. Also, you can define `--output` key to save this information to file, default: `overview-digest.md`.")
    +3142    parser.add_argument("--overview-positions", action="store_true", help="Action: shows only open positions. Also, you can define `--output` key to save this information to file, default: `overview-positions.md`.")
    +3143    parser.add_argument("--overview-orders", action="store_true", help="Action: shows only sections of open limits and stop orders. Also, you can define `--output` key to save this information to file, default: `overview-orders.md`.")
    +3144    parser.add_argument("--overview-analytics", action="store_true", help="Action: shows only the analytics section and the distribution of the portfolio by various categories. Also, you can define `--output` key to save this information to file, default: `overview-analytics.md`.")
    +3145
    +3146    parser.add_argument("--deals", "-d", type=str, nargs="*", help="Action: show all deals between two given dates. Start day may be an integer number: -1, -2, -3 days ago. Also, you can use keywords: `today`, `yesterday` (-1), `week` (-7), `month` (-30) and `year` (-365). Dates format must be: `%%Y-%%m-%%d`, e.g. 2020-02-03. With `--no-cancelled` key information about cancelled operations will be removed from the deals report. Also, you can define `--output` key to save all deals to file, default: `deals.md`.")
    +3147    parser.add_argument("--history", type=str, nargs="*", help="Action: get last history candles of the current instrument defined by `--ticker` or `--figi` (FIGI id) keys. History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`. Also, you can define `--output` key to save history candlesticks to file.")
    +3148
    +3149    parser.add_argument("--trade", nargs="*", help="Action: universal action to open market position for defined ticker or FIGI. You must specify 1-5 parameters: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. See examples in readme.")
    +3150    parser.add_argument("--buy", nargs="*", help="Action: immediately open BUY market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    +3151    parser.add_argument("--sell", nargs="*", help="Action: immediately open SELL market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    +3152
    +3153    parser.add_argument("--order", nargs="*", help="Action: universal action to open limit or stop-order in any directions. You must specify 4-7 parameters: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]]. See examples in readme.")
    +3154    parser.add_argument("--buy-limit", type=float, nargs=2, help="Action: open pending BUY limit-order (below current price). You must specify only 2 parameters: [lots] [target price] to open BUY limit-order. If you try to create `Buy` limit-order above current price then broker immediately open `Buy` market order, such as if you do simple `--buy` operation!")
    +3155    parser.add_argument("--sell-limit", type=float, nargs=2, help="Action: open pending SELL limit-order (above current price). You must specify only 2 parameters: [lots] [target price] to open SELL limit-order. If you try to create `Sell` limit-order below current price then broker immediately open `Sell` market order, such as if you do simple `--sell` operation!")
    +3156    parser.add_argument("--buy-stop", nargs="*", help="Action: open BUY stop-order. You must specify at least 2 parameters: [lots] [target price] to open BUY stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    +3157    parser.add_argument("--sell-stop", nargs="*", help="Action: open SELL stop-order. You must specify at least 2 parameters: [lots] [target price] to open SELL stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    +3158    # parser.add_argument("--buy-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending BUY limit-orders (below current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    +3159    # parser.add_argument("--sell-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending SELL limit-orders (above current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    +3160
    +3161    parser.add_argument("--close-order", "--cancel-order", type=str, nargs=1, help="Action: close only one order by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    +3162    parser.add_argument("--close-orders", "--cancel-orders", type=str, nargs="+", help="Action: close one or list of orders by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    +3163    parser.add_argument("--close-trade", "--cancel-trade", action="store_true", help="Action: close only one position for instrument defined by `--ticker` key, including for currencies tickers.")
    +3164    parser.add_argument("--close-trades", "--cancel-trades", type=str, nargs="+", help="Action: close positions for list of tickers, including for currencies tickers.")
    +3165    parser.add_argument("--close-all", "--cancel-all", type=str, nargs="*", help="Action: close all available (not blocked) opened trades and orders, excluding for currencies. Also you can select one or more keywords case insensitive to specify trades type: `orders`, `shares`, `bonds`, `etfs` and `futures`, but not `currencies`. Currency positions you must closes manually using `--buy`, `--sell`, `--close-trade` or `--close-trades` operations.")
    +3166
    +3167    cmdArgs = parser.parse_args()
    +3168    return cmdArgs
    +3169
    +3170
    +3171def Main(**kwargs):
    +3172    """
    +3173    Main function for work with Tinkoff Open API service. It realizes simple logic: get a lot of options and execute one command.
    +3174
    +3175    See examples: https://tim55667757.github.io/TKSBrokerAPI/
    +3176    """
    +3177    args = Args(**kwargs) if kwargs else ParseArgs()  # get and parse command-line parameters or use **kwarg parameters
    +3178
    +3179    if args.debug_level:
    +3180        uLogger.level = 10  # always debug level by default
    +3181        uLogger.handlers[0].level = args.debug_level  # level for STDOUT
    +3182
    +3183    exitCode = 0
    +3184    start = datetime.now(tzutc())
    +3185    uLogger.debug("TKSBrokerAPI module started at: [{}] UTC, it is [{}] local time".format(
    +3186        start.strftime("%Y-%m-%d %H:%M:%S"),
    +3187        start.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    +3188    ))
    +3189
    +3190    # Init class for trading with Tinkoff Broker:
    +3191    server = TinkoffBrokerServer(
    +3192        token=args.token,
    +3193        accountId=args.account_id,
    +3194        iList=kwargs["instruments"] if kwargs and "instruments" in kwargs.keys() else None,  # re-use iList
    +3195        useCache=not args.no_cache,
    +3196    )
    +3197
    +3198    try:
    +3199        # --- set some options:
    +3200
    +3201        if args.ticker:
    +3202            if args.ticker in server.aliasesKeys:
    +3203                server.ticker = server.aliases[args.ticker]  # Replace some tickers with it's aliases
    +3204
    +3205            else:
    +3206                server.ticker = args.ticker
    +3207
    +3208        if args.figi:
    +3209            server.figi = args.figi
    +3210
    +3211        if args.depth is not None:
    +3212            server.depth = args.depth
    +3213
    +3214        # if args.length is not None:
    +3215        #     server.historyLength = args.length
    +3216        #
    +3217        # if args.interval is not None:
    +3218        #     server.historyInterval = args.interval
    +3219
    +3220        # --- do one of commands:
    +3221
    +3222        if args.list:
    +3223            if args.output is not None:
    +3224                server.instrumentsFile = args.output
    +3225
    +3226            server.ShowInstrumentsInfo(showInstruments=True)
    +3227
    +3228        elif args.search:
    +3229            if args.output is not None:
    +3230                server.searchResultsFile = args.output
    +3231
    +3232            server.SearchInstruments(pattern=args.search[0], showResults=True)
    +3233
    +3234        elif args.info:
    +3235            if not (args.ticker or args.figi):
    +3236                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    +3237
    +3238            if args.ticker:
    +3239                server.SearchByTicker(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by ticker name
    +3240
    +3241            else:
    +3242                server.SearchByFIGI(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by FIGI id
    +3243
    +3244        elif args.price:
    +3245            if not (args.ticker or args.figi):
    +3246                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    +3247
    +3248            server.GetCurrentPrices(showPrice=True)
    +3249
    +3250        elif args.prices is not None:
    +3251            if args.output is not None:
    +3252                server.pricesFile = args.output
    +3253
    +3254            server.GetListOfPrices(instruments=args.prices, showPrices=True)  # WARNING: too long wait for a lot of instruments prices
    +3255
    +3256        elif args.overview:
    +3257            if args.output is not None:
    +3258                server.overviewFile = args.output
    +3259
    +3260            server.Overview(showStatistics=True, details="full")
    +3261
    +3262        elif args.overview_digest:
    +3263            if args.output is not None:
    +3264                server.overviewDigestFile = args.output
    +3265
    +3266            server.Overview(showStatistics=True, details="digest")
    +3267
    +3268        elif args.overview_positions:
    +3269            if args.output is not None:
    +3270                server.overviewPositionsFile = args.output
    +3271
    +3272            server.Overview(showStatistics=True, details="positions")
    +3273
    +3274        elif args.overview_orders:
    +3275            if args.output is not None:
    +3276                server.overviewOrdersFile = args.output
    +3277
    +3278            server.Overview(showStatistics=True, details="orders")
    +3279
    +3280        elif args.overview_analytics:
    +3281            if args.output is not None:
    +3282                server.overviewAnalyticsFile = args.output
    +3283
    +3284            server.Overview(showStatistics=True, details="analytics")
    +3285
    +3286        elif args.deals is not None:
    +3287            if args.output is not None:
    +3288                server.reportFile = args.output
    +3289
    +3290            if 0 <= len(args.deals) < 3:
    +3291                server.Deals(
    +3292                    start=args.deals[0] if len(args.deals) >= 1 else None,
    +3293                    end=args.deals[1] if len(args.deals) == 2 else None,
    +3294                    printDeals=True,  # Always show deals report in console
    +3295                    showCancelled=not args.no_cancelled,  # If --no-cancelled key then remove cancelled operations from the deals report. False by default.
    +3296                )
    +3297
    +3298            else:
    +3299                raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]")
    +3300
    +3301        elif args.history is not None:
    +3302            if args.output is not None:
    +3303                server.historyFile = args.output
    +3304
    +3305            if 0 <= len(args.history) < 3:
    +3306                server.History(
    +3307                    start=args.history[0] if len(args.history) >= 1 else None,
    +3308                    end=args.history[1] if len(args.history) == 2 else None,
    +3309                    interval="hour" if args.interval is None or not args.interval else args.interval,
    +3310                    onlyMissing=False if args.only_missing is None or not args.only_missing else args.only_missing,
    +3311                    csvSep="," if args.csv_sep is None or not args.csv_sep else args.csv_sep,
    +3312                    printCandles=True,  # shows all downloaded candles in console
    +3313                )
    +3314
    +3315            else:
    +3316                raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]")
    +3317
    +3318        elif args.trade is not None:
    +3319            if 1 <= len(args.trade) <= 5:
    +3320                server.Trade(
    +3321                    operation=args.trade[0],
    +3322                    lots=int(args.trade[1]) if len(args.trade) >= 2 else 1,
    +3323                    tp=float(args.trade[2]) if len(args.trade) >= 3 else 0.,
    +3324                    sl=float(args.trade[3]) if len(args.trade) >= 4 else 0.,
    +3325                    expDate=args.trade[4] if len(args.trade) == 5 else "Undefined",
    +3326                )
    +3327
    +3328            else:
    +3329                uLogger.error("You must specify 1-5 parameters to open trade: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3330
    +3331        elif args.buy is not None:
    +3332            if 0 <= len(args.buy) <= 4:
    +3333                server.Buy(
    +3334                    lots=int(args.buy[0]) if len(args.buy) >= 1 else 1,
    +3335                    tp=float(args.buy[1]) if len(args.buy) >= 2 else 0.,
    +3336                    sl=float(args.buy[2]) if len(args.buy) >= 3 else 0.,
    +3337                    expDate=args.buy[3] if len(args.buy) == 4 else "Undefined",
    +3338                )
    +3339
    +3340            else:
    +3341                uLogger.error("You must specify 0-4 parameters to open buy position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3342
    +3343        elif args.sell is not None:
    +3344            if 0 <= len(args.sell) <= 4:
    +3345                server.Sell(
    +3346                    lots=int(args.sell[0]) if len(args.sell) >= 1 else 1,
    +3347                    tp=float(args.sell[1]) if len(args.sell) >= 2 else 0.,
    +3348                    sl=float(args.sell[2]) if len(args.sell) >= 3 else 0.,
    +3349                    expDate=args.sell[3] if len(args.sell) == 4 else "Undefined",
    +3350                )
    +3351
    +3352            else:
    +3353                uLogger.error("You must specify 0-4 parameters to open sell position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3354
    +3355        elif args.order:
    +3356            if 4 <= len(args.order) <= 7:
    +3357                server.Order(
    +3358                    operation=args.order[0],
    +3359                    orderType=args.order[1],
    +3360                    lots=int(args.order[2]),
    +3361                    targetPrice=float(args.order[3]),
    +3362                    limitPrice=float(args.order[4]) if len(args.order) >= 5 else 0.,
    +3363                    stopType=args.order[5] if len(args.order) >= 6 else "Limit",
    +3364                    expDate=args.order[6] if len(args.order) == 7 else "Undefined",
    +3365                )
    +3366
    +3367            else:
    +3368                uLogger.error("You must specify 4-7 parameters to open order: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]]. See: `python TKSBrokerAPI.py --help`")
    +3369
    +3370        elif args.buy_limit:
    +3371            server.BuyLimit(lots=int(args.buy_limit[0]), targetPrice=args.buy_limit[1])
    +3372
    +3373        elif args.sell_limit:
    +3374            server.SellLimit(lots=int(args.sell_limit[0]), targetPrice=args.sell_limit[1])
    +3375
    +3376        elif args.buy_stop:
    +3377            if 2 <= len(args.buy_stop) <= 7:
    +3378                server.BuyStop(
    +3379                    lots=int(args.buy_stop[0]),
    +3380                    targetPrice=float(args.buy_stop[1]),
    +3381                    limitPrice=float(args.buy_stop[2]) if len(args.buy_stop) >= 3 else 0.,
    +3382                    stopType=args.buy_stop[3] if len(args.buy_stop) >= 4 else "Limit",
    +3383                    expDate=args.buy_stop[4] if len(args.buy_stop) == 5 else "Undefined",
    +3384                )
    +3385
    +3386            else:
    +3387                uLogger.error("You must specify 2-5 parameters for buy stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3388
    +3389        elif args.sell_stop:
    +3390            if 2 <= len(args.sell_stop) <= 7:
    +3391                server.SellStop(
    +3392                    lots=int(args.sell_stop[0]),
    +3393                    targetPrice=float(args.sell_stop[1]),
    +3394                    limitPrice=float(args.sell_stop[2]) if len(args.sell_stop) >= 3 else 0.,
    +3395                    stopType=args.sell_stop[3] if len(args.sell_stop) >= 4 else "Limit",
    +3396                    expDate=args.sell_stop[4] if len(args.sell_stop) == 5 else "Undefined",
    +3397                )
    +3398
    +3399            else:
    +3400                uLogger.error("You must specify 2-5 parameters for sell stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: python TKSBrokerAPI.py --help")
    +3401
    +3402        # elif args.buy_order_grid is not None:
    +3403        #     # TODO: update order grid work with api v2
    +3404        #     if len(args.buy_order_grid) == 2:
    +3405        #         orderParams = server.ParseOrderParameters(operation="Buy", **dict(kw.split('=') for kw in args.buy_order_grid))
    +3406        #
    +3407        #         for order in orderParams:
    +3408        #             server.Order(operation="Buy", lots=order["lot"], price=order["price"])
    +3409        #
    +3410        #     else:
    +3411        #         uLogger.error("To open grid of pending BUY limit-orders (below current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    +3412        #
    +3413        # elif args.sell_order_grid is not None:
    +3414        #     # TODO: update order grid work with api v2
    +3415        #     if len(args.sell_order_grid) >= 2:
    +3416        #         orderParams = server.ParseOrderParameters(operation="Sell", **dict(kw.split('=') for kw in args.sell_order_grid))
    +3417        #
    +3418        #         for order in orderParams:
    +3419        #             server.Order(operation="Sell", lots=order["lot"], price=order["price"])
    +3420        #
    +3421        #     else:
    +3422        #         uLogger.error("To open grid of pending SELL limit-orders (above current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    +3423
    +3424        elif args.close_order is not None:
    +3425            server.CloseOrders(args.close_order)  # close only one order
    +3426
    +3427        elif args.close_orders is not None:
    +3428            server.CloseOrders(args.close_orders)  # close list of orders
    +3429
    +3430        elif args.close_trade:
    +3431            if not args.ticker:
    +3432                raise Exception("`--ticker` key is required for this operation!")
    +3433
    +3434            server.CloseTrades([args.ticker])  # close only one trade
    +3435
    +3436        elif args.close_trades is not None:
    +3437            server.CloseTrades(args.close_trades)  # close trades for list of tickers
    +3438
    +3439        elif args.close_all is not None:
    +3440            server.CloseAll(*args.close_all)
    +3441
    +3442        else:
    +3443            uLogger.error("There is no command to execute! One of the possible commands must be selected. See: `python TKSBrokerAPI.py --help`")
    +3444            raise Exception("There is no command to execute!")
    +3445
    +3446    except Exception:
    +3447        trace = tb.format_exc()
    +3448        for e in ["socket.gaierror", "nodename nor servname provided", "or not known", "NewConnectionError", "[Errno 8]", "Failed to establish a new connection"]:
    +3449            if e in trace:
    +3450                uLogger.error("Check your Internet connection! Failed to establish connection to broker server!")
    +3451                break
    +3452
    +3453        uLogger.debug(trace)
    +3454        uLogger.debug("Please, checks troubleshooting or open a ticket for this issue at https://github.com/Tim55667757/TKSBrokerAPI/issues")
    +3455        exitCode = 255  # an error occurred, must be open a ticket for this issue
    +3456
    +3457    finally:
    +3458        finish = datetime.now(tzutc())
    +3459
    +3460        if exitCode == 0:
    +3461            uLogger.debug("All operations with Tinkoff Server using Open API are finished success (summary code is 0).")
    +3462
    +3463        else:
    +3464            uLogger.error("An issue occurred with TKSBrokerAPI module! See full debug log in [{}] or run TKSBrokerAPI once again with the key `--debug-level 10`. Summary code: {}".format(
    +3465                os.path.abspath(uLog.defaultLogFile), exitCode,
    +3466            ))
    +3467
    +3468        uLogger.debug("TKSBrokerAPI module work duration: [{}]".format(finish - start))
    +3469        uLogger.debug("TKSBrokerAPI module finished: [{}] UTC, it is [{}] local time".format(
    +3470            finish.strftime("%Y-%m-%d %H:%M:%S"),
    +3471            finish.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    +3472        ))
    +3473
    +3474        if not kwargs:
    +3475            sys.exit(exitCode)
    +3476
    +3477        else:
    +3478            return exitCode
    +3479
    +3480
    +3481if __name__ == "__main__":
    +3482    Main()
     
    @@ -3617,19 +3752,19 @@

    -
    72def NanoToFloat(units: str, nano: int) -> float:
    -73    """
    -74    Convert number in nano-view mode with string parameter `units` and integer parameter `nano` to float view. Examples:
    -75
    -76    `NanoToFloat(units="2", nano=500000000) -> 2.5`
    -77
    -78    `NanoToFloat(units="0", nano=50000000) -> 0.05`
    -79
    -80    :param units: integer string or integer parameter that represents the integer part of number
    -81    :param nano: integer string or integer parameter that represents the fractional part of number
    -82    :return: float view of number
    -83    """
    -84    return int(units) + int(nano) * NANO
    +            
    71def NanoToFloat(units: str, nano: int) -> float:
    +72    """
    +73    Convert number in nano-view mode with string parameter `units` and integer parameter `nano` to float view. Examples:
    +74
    +75    `NanoToFloat(units="2", nano=500000000) -> 2.5`
    +76
    +77    `NanoToFloat(units="0", nano=50000000) -> 0.05`
    +78
    +79    :param units: integer string or integer parameter that represents the integer part of number
    +80    :param nano: integer string or integer parameter that represents the fractional part of number
    +81    :return: float view of number
    +82    """
    +83    return int(units) + int(nano) * NANO
     
    @@ -3666,31 +3801,31 @@
    Returns
    -
     87def FloatToNano(number: float) -> dict:
    - 88    """
    - 89    Convert float number to nano-type view: dictionary with string `units` and integer `nano` parameters `{"units": "string", "nano": integer}`. Examples:
    - 90
    - 91    `FloatToNano(number=2.5) -> {"units": "2", "nano": 500000000}`
    - 92
    - 93    `FloatToNano(number=0.05) -> {"units": "0", "nano": 50000000}`
    - 94
    - 95    :param number: float number
    - 96    :return: nano-type view of number: `{"units": "string", "nano": integer}`
    - 97    """
    - 98    splitByPoint = str(number).split(".")
    - 99    frac = 0
    -100
    -101    if len(splitByPoint) > 1:
    -102        if len(splitByPoint[1]) <= 9:
    -103            frac = int("{}{}".format(
    -104                int(splitByPoint[1]),
    -105                "0" * (9 - len(splitByPoint[1])),
    -106            ))
    -107
    -108    if (number < 0) and (frac > 0):
    -109        frac = -frac
    -110
    -111    return {"units": str(int(number)), "nano": frac}
    +            
     86def FloatToNano(number: float) -> dict:
    + 87    """
    + 88    Convert float number to nano-type view: dictionary with string `units` and integer `nano` parameters `{"units": "string", "nano": integer}`. Examples:
    + 89
    + 90    `FloatToNano(number=2.5) -> {"units": "2", "nano": 500000000}`
    + 91
    + 92    `FloatToNano(number=0.05) -> {"units": "0", "nano": 50000000}`
    + 93
    + 94    :param number: float number
    + 95    :return: nano-type view of number: `{"units": "string", "nano": integer}`
    + 96    """
    + 97    splitByPoint = str(number).split(".")
    + 98    frac = 0
    + 99
    +100    if len(splitByPoint) > 1:
    +101        if len(splitByPoint[1]) <= 9:
    +102            frac = int("{}{}".format(
    +103                int(splitByPoint[1]),
    +104                "0" * (9 - len(splitByPoint[1])),
    +105            ))
    +106
    +107    if (number < 0) and (frac > 0):
    +108        frac = -frac
    +109
    +110    return {"units": str(int(number)), "nano": frac}
     
    @@ -3726,92 +3861,100 @@
    Returns
    -
    114def GetDatesAsString(start: str = None, end: str = None) -> tuple:
    -115    """
    -116    If `start=None`, `end=None` then return dates from yesterday to current time.
    -117    If `start=some_date_1`, `end=None` then return dates from `some_date_1` to current time.
    -118    If `start=some_date_1`, `end=some_date_2` then return dates from `some_date_1` to `some_date_2`.
    -119    Start day may be negative integer numbers: `-1`, `-2`, `-3` - how many days ago.
    -120
    -121    Also, you can use keywords for start if `dateEnd=None`:
    -122    `today` (from 00:00:00 to current time),
    -123    `yesterday` (-1 day from 00:00:00 to 23:59:59),
    -124    `week` (-7 day from 00:00:00 to current date and time),
    -125    `month` (-30 day from 00:00:00 to current date and time),
    -126    `year` (-365 day from 00:00:00 to current date and time),
    -127
    -128    User dates format must be like: `%Y-%m-%d`, e.g. `2020-02-03` (3 Feb, 2020).
    -129
    -130    :return: tuple with 2 strings `(start, end)` dates in UTC ISO time format `%Y-%m-%dT%H:%M:%SZ` for OpenAPI.
    -131             Example: `("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")`
    -132    """
    -133    uLogger.debug("Input start day is [{}] (UTC), end day is [{}] (UTC)".format(start, end))
    -134    now = datetime.now(tzutc())
    -135
    -136    # showing statistics between start of the current day and current time:
    -137    if start is None or start.lower() == "today":
    -138        s = now.replace(hour=0, minute=0, second=0, microsecond=0)
    -139        e = now
    -140
    -141    # from start of the last day to the end of the last day:
    -142    elif start.lower() == "yesterday":
    -143        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=1)
    -144        e = now.replace(hour=23, minute=59, second=59, microsecond=0) - timedelta(days=1)
    -145
    -146    # week (-7 day from 00:00:00 to current date and time):
    -147    elif start.lower() == "week":
    -148        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=7)
    -149        e = now
    -150
    -151    # month (-30 day from 00:00:00 to current date and time):
    -152    elif start.lower() == "month":
    -153        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=30)
    -154        e = now
    -155
    -156    # year (-365 day from 00:00:00 to current date and time):
    -157    elif start.lower() == "year":
    -158        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=365)
    -159        e = now
    -160
    -161    # showing statistics from -N days ago to current date and time:
    -162    elif start.startswith('-') and start[1:].isdigit():
    -163        s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=abs(int(start)))
    -164        e = now
    -165
    -166    # showing statistics between start day at 00:00:00 and the end day at 23:59:59:
    -167    else:
    -168        s = datetime.strptime(start, "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc())
    -169        e = datetime.strptime(end, "%Y-%m-%d").replace(hour=23, minute=59, second=59, microsecond=0, tzinfo=tzutc()) if end is not None else now
    -170
    -171    # converting to UTC ISO time formatted with Z suffix for Tinkoff Open API:
    -172    s = s.strftime("%Y-%m-%dT%H:%M:%SZ")
    -173    e = e.strftime("%Y-%m-%dT%H:%M:%SZ")
    -174
    -175    uLogger.debug("Tinkoff Open API uses this start day (converted to UTC ISO format, with Z): [{}], and the end day: [{}]".format(s, e))
    -176
    -177    return s, e
    +            
    113def GetDatesAsString(start: str = None, end: str = None) -> tuple:
    +114    """
    +115    Create tuple of date and time strings with timezone parsed from user-friendly date.
    +116
    +117    User dates format must be like: `%Y-%m-%d`, e.g. `2020-02-03` (3 Feb, 2020).
    +118
    +119    Example input: "2022-06-01" "2022-06-20" -> output: ("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")
    +120    An error exception will occur if input date has incorrect format.
    +121
    +122    If `start=None`, `end=None` then return dates from yesterday to the end of the day.
    +123    If `start=some_date_1`, `end=None` then return dates from `some_date_1` to the end of the day.
    +124    If `start=some_date_1`, `end=some_date_2` then return dates from start of `some_date_1` to end of `some_date_2`.
    +125    Start day may be negative integer numbers: `-1`, `-2`, `-3` - how many days ago.
    +126
    +127    Also, you can use keywords for start if `end=None`:
    +128    `today` (from 00:00:00 to the end of current day),
    +129    `yesterday` (-1 day from 00:00:00 to 23:59:59),
    +130    `week` (-7 day from 00:00:00 to the end of current day),
    +131    `month` (-30 day from 00:00:00 to the end of current day),
    +132    `year` (-365 day from 00:00:00 to the end of current day),
    +133
    +134    :return: tuple with 2 strings `(start, end)` dates in UTC ISO time format `%Y-%m-%dT%H:%M:%SZ` for OpenAPI.
    +135             See date and time format here: `TKSEnums.TKS_DATE_TIME_FORMAT`.
    +136             Example: `("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")`. Second string is the end of the last day.
    +137    """
    +138    uLogger.debug("Input start day is [{}] (UTC), end day is [{}] (UTC)".format(start, end))
    +139    s = datetime.now(tzutc()).replace(hour=0, minute=0, second=0, microsecond=0)  # start of the current day
    +140    e = s.replace(hour=23, minute=59, second=59, microsecond=0)  # end of the current day
    +141
    +142    # time between start and the end of the current day:
    +143    if start is None or start.lower() == "today":
    +144        pass
    +145
    +146    # from start of the last day to the end of the last day:
    +147    elif start.lower() == "yesterday":
    +148        s -= timedelta(days=1)
    +149        e -= timedelta(days=1)
    +150
    +151    # week (-7 day from 00:00:00 to the end of the current day):
    +152    elif start.lower() == "week":
    +153        s -= timedelta(days=6)  # +1 current day already taken into account
    +154
    +155    # month (-30 day from 00:00:00 to the end of current day):
    +156    elif start.lower() == "month":
    +157        s -= timedelta(days=29)  # +1 current day already taken into account
    +158
    +159    # year (-365 day from 00:00:00 to the end of current day):
    +160    elif start.lower() == "year":
    +161        s -= timedelta(days=364)  # +1 current day already taken into account
    +162
    +163    # -N days ago to the end of current day:
    +164    elif start.startswith('-') and start[1:].isdigit():
    +165        s -= timedelta(days=abs(int(start)) - 1)  # +1 current day already taken into account
    +166
    +167    # dates between start day at 00:00:00 and the end of the last day at 23:59:59:
    +168    else:
    +169        s = datetime.strptime(start, "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc())
    +170        e = datetime.strptime(end, "%Y-%m-%d").replace(hour=23, minute=59, second=59, microsecond=0, tzinfo=tzutc()) if end is not None else e
    +171
    +172    # converting to UTC ISO time formatted with Z suffix for Tinkoff Open API:
    +173    s = s.strftime(TKS_DATE_TIME_FORMAT)
    +174    e = e.strftime(TKS_DATE_TIME_FORMAT)
    +175
    +176    uLogger.debug("Start day converted to UTC ISO format, with Z: [{}], and the end day: [{}]".format(s, e))
    +177
    +178    return s, e
     
    -

    If start=None, end=None then return dates from yesterday to current time. -If start=some_date_1, end=None then return dates from some_date_1 to current time. -If start=some_date_1, end=some_date_2 then return dates from some_date_1 to some_date_2. +

    Create tuple of date and time strings with timezone parsed from user-friendly date.

    + +

    User dates format must be like: %Y-%m-%d, e.g. 2020-02-03 (3 Feb, 2020).

    + +

    Example input: "2022-06-01" "2022-06-20" -> output: ("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z") +An error exception will occur if input date has incorrect format.

    + +

    If start=None, end=None then return dates from yesterday to the end of the day. +If start=some_date_1, end=None then return dates from some_date_1 to the end of the day. +If start=some_date_1, end=some_date_2 then return dates from start of some_date_1 to end of some_date_2. Start day may be negative integer numbers: -1, -2, -3 - how many days ago.

    -

    Also, you can use keywords for start if dateEnd=None: -today (from 00:00:00 to current time), +

    Also, you can use keywords for start if end=None: +today (from 00:00:00 to the end of current day), yesterday (-1 day from 00:00:00 to 23:59:59), -week (-7 day from 00:00:00 to current date and time), -month (-30 day from 00:00:00 to current date and time), -year (-365 day from 00:00:00 to current date and time),

    - -

    User dates format must be like: %Y-%m-%d, e.g. 2020-02-03 (3 Feb, 2020).

    +week (-7 day from 00:00:00 to the end of current day), +month (-30 day from 00:00:00 to the end of current day), +year (-365 day from 00:00:00 to the end of current day),

    Returns

    tuple with 2 strings (start, end) dates in UTC ISO time format %Y-%m-%dT%H:%M:%SZ for OpenAPI. - Example: ("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")

    + See date and time format here: TKSEnums.TKS_DATE_TIME_FORMAT. + Example: ("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z"). Second string is the end of the last day.

    @@ -3828,2830 +3971,2915 @@
    Returns
    -
     180class TinkoffBrokerServer:
    - 181    """
    - 182    This class implements methods to work with Tinkoff broker server.
    - 183
    - 184    Examples to work with API: https://tinkoff.github.io/investAPI/swagger-ui/
    - 185
    - 186    About `token`: https://tinkoff.github.io/investAPI/token/
    - 187    """
    - 188    def __init__(self, token: str, accountId: str = None, iList: dict = None, useCache: bool = True) -> None:
    - 189        """
    - 190        Main class init.
    - 191
    - 192        :param token: Bearer token for Tinkoff Invest API. It can be set from environment variable `TKS_API_TOKEN`.
    - 193        :param accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.
    - 194                          Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.
    - 195        :param iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.
    - 196                      At first time, when class init, `Listing()` method auto-update this variable, or you can use dump file.
    - 197                      For future use, you can save this variable and use as `iList` to avoid permanent downloads
    - 198                      from the server. Also, you can try `DumpInstruments()` method.
    - 199        :param useCache: use default cache file `dump.json` with raw data to use instead of `iList` if `iList` set as `None`.
    - 200                         True by default. Cache is auto-update if new day has come.
    - 201                         If `iList` is not `None` then it value has higher priority than `dump.json` and `useCache`.
    - 202                         If you don't want to use cache and always updates raw data then set `useCache=False`.
    - 203        """
    - 204        if token is None or not token:
    - 205            try:
    - 206                self.token = r"{}".format(os.environ["TKS_API_TOKEN"])
    - 207                uLogger.debug("Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/")
    - 208
    - 209            except KeyError:
    - 210                raise Exception("`--token` key or environment variable `TKS_API_TOKEN` is required! See https://tinkoff.github.io/investAPI/token/")
    - 211
    - 212        else:
    - 213            self.token = token  # highly priority than environment variable 'TKS_API_TOKEN'
    - 214            uLogger.debug("Bearer token for Tinkoff OpenApi set up from class variable `token`")
    - 215
    - 216        if accountId is None or not accountId:
    - 217            try:
    - 218                self.accountId = r"{}".format(os.environ["TKS_ACCOUNT_ID"])
    - 219                uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID`")
    - 220
    - 221            except KeyError:
    - 222                uLogger.warning("`--account-id` key or environment variable `TKS_ACCOUNT_ID` undefined! Some of operations may be unavailable (overview, trading etc).")
    - 223
    - 224        else:
    - 225            self.accountId = accountId  # highly priority than environment variable 'TKS_ACCOUNT_ID'
    - 226            uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from class variable `accountId`")
    - 227
    - 228        self.aliases = TKS_TICKER_ALIASES
    - 229        """Some aliases instead official tickers. See `TKSEnums.TKS_TICKER_ALIASES`"""
    - 230
    - 231        self.aliasesKeys = self.aliases.keys()  # re-calc only first time at class init
    - 232        self.exclude = TKS_TICKERS_OR_FIGI_EXCLUDED  # some of tickets or FIGIs raised exception earlier when it sends to server, that is why we exclude there
    - 233
    - 234        self.ticker = ""
    - 235        """String with ticker, e.g. `GOOGL`. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR` etc. More tickers aliases here: `TKSEnums.TKS_TICKER_ALIASES`."""
    - 236
    - 237        self.figi = ""
    - 238        """String with FIGI, e.g. ticker `GOOGL` has FIGI `BBG009S39JX6`"""
    - 239
    - 240        self.depth = 1
    - 241        """Depth of Market (DOM) can be >= 1. Default: 1. It used with `--price` key to showing DOM with current prices for givens ticker or FIGI."""
    - 242
    - 243        self.server = r"https://invest-public-api.tinkoff.ru/rest"
    - 244        """Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest
    - 245
    - 246        See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1
    - 247        """
    - 248
    - 249        uLogger.debug("Broker API server: {}".format(self.server))
    - 250
    - 251        self.timeout = 15
    - 252        """Server operations timeout in seconds. Default: 15"""
    - 253
    - 254        self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)}
    - 255        """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {token}"}`"""
    - 256
    - 257        self.body = None
    - 258        """Request body which send to broker server. Default: `None`"""
    - 259
    - 260        self.historyLength = 24
    - 261        """How many candles returns if candles history request. For example, if `historyInterval="hour"` and `historyLength=24` it means: "give me last 24 hours". Must be >=1. Default: 24"""
    - 262
    - 263        self.historyInterval = "hour"
    - 264        """Interval string for Tinkoff API (see: `TKSEnums.TKS_TIMEFRAMES`). Available values are `"1min"`, `"2min"`, `"3min"`, `"5min"`, `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`"""
    - 265
    - 266        self.instrumentsFile = "instruments.md"
    - 267        """Filename where full broker's instruments list will be saved. Default: `instruments.md`"""
    - 268
    - 269        self.searchResultsFile = "search-results.md"
    - 270        """Filename with all found instruments searched by part of its ticker, FIGI or name. Default: `search-results.md`"""
    - 271
    - 272        self.pricesFile = "prices.md"
    - 273        """Filename where prices of selected instruments will be saved. Default: `prices.md`"""
    - 274
    - 275        self.overviewFile = "overview.md"
    - 276        """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`"""
    - 277
    - 278        self.reportFile = "deals.md"
    - 279        """Filename where history of deals and trade statistics will be saved. Default: `deals.md`"""
    - 280
    - 281        self.historyFile = None
    - 282        """Full path to .csv output file where history candles will be saved. Default: `None`, mean that returns only pandas dataframe."""
    - 283
    - 284        self.iListDumpFile = "dump.json"
    - 285        """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`"""
    - 286
    - 287        self.iList = None  # init iList
    - 288        """Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.
    - 289        
    - 290        See also: `Listing()` and `DumpInstruments()`.
    - 291        """
    - 292
    - 293        # try to re-use raw instruments data saved as `iList` or try to load it from the dump file:
    - 294        if iList is not None and isinstance(iList, dict):
    - 295            uLogger.debug("Instruments raw data set up from given `iList` variable. Dump file not updated.")
    - 296
    - 297            self.iList = iList  # only used given iList, dump not updated
    - 298
    - 299        elif useCache:
    - 300            if os.path.exists(self.iListDumpFile):
    - 301                dumpTime = datetime.fromtimestamp(os.path.getmtime(self.iListDumpFile)).astimezone(tzutc())  # dump modification date and time
    - 302                curTime = datetime.now(tzutc())
    - 303
    - 304                if (curTime.day > dumpTime.day) or (curTime.month > dumpTime.month) or (curTime.year > dumpTime.year):
    - 305                    uLogger.warning("Local cache may be outdated! It has last modified [{}] UTC. Updating from broker server, wait, please...".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    - 306
    - 307                    self.DumpInstruments(forceUpdate=True)  # updating self.iList and dump file
    - 308
    - 309                else:
    - 310                    self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8"))  # load iList from dump
    - 311
    - 312                    uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    - 313                    uLogger.debug("Dump file was modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    - 314
    - 315            else:
    - 316                uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...")
    - 317                self.DumpInstruments(forceUpdate=True)  # updating self.iList and creating default dump file
    - 318
    - 319        else:
    - 320            self.iList = self.Listing()  # request new raw instruments data from broker server
    - 321            self.DumpInstruments(forceUpdate=False)  # save updated info to default dump file
    - 322
    - 323    @staticmethod
    - 324    def _ParseJSON(rawData="{}", debug: bool = False) -> dict:
    - 325        """
    - 326        Parse JSON from response string.
    - 327
    - 328        :param rawData: this is a string with JSON-formatted text.
    - 329        :param debug: if `True` then print more debug information.
    - 330        :return: JSON (dictionary), parsed from server response string.
    - 331        """
    - 332        if debug:
    - 333            uLogger.debug("Raw text body:")
    - 334            uLogger.debug(rawData)
    - 335
    - 336        responseJSON = json.loads(rawData) if rawData else {}
    - 337
    - 338        if debug:
    - 339            uLogger.debug("JSON formatted:")
    - 340            for jsonLine in json.dumps(responseJSON, indent=4).split('\n'):
    - 341                uLogger.debug(jsonLine)
    - 342
    - 343        return responseJSON
    - 344
    - 345    def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: int = 5, debug: bool = False) -> dict:
    - 346        """
    - 347        Send GET or POST request to broker server and receive JSON object.
    - 348
    - 349        self.header: must be define with dictionary of headers.
    - 350        self.body: if define then used as request body. None by default.
    - 351        self.timeout: global request timeout, 15 seconds by default.
    - 352        :param url: url with REST request.
    - 353        :param reqType: send "GET" or "POST" request. "GET" by default.
    - 354        :param retry: how many times retry after first request if an error occurred.
    - 355        :param pause: sleep time in seconds between retries.
    - 356        :param debug: if `True` then print more debug information.
    - 357        :return: response JSON (dictionary) from broker.
    - 358        """
    - 359        if reqType not in ("GET", "POST"):
    - 360            raise Exception("You can define request type: 'GET' or 'POST'!")
    - 361
    - 362        if debug:
    - 363            uLogger.debug("Request parameters:")
    - 364            uLogger.debug("    - REST API URL: {}".format(url))
    - 365            uLogger.debug("    - request type: {}".format(reqType))
    - 366            uLogger.debug("    - headers: {}".format(str(self.headers).replace(self.token, "*** request token ***")))
    - 367            uLogger.debug("    - body: {}".format(self.body))
    - 368
    - 369        # fast hack to avoid all operations with some tickers/FIGI
    - 370        responseJSON = {}
    - 371        oK = True
    - 372        for item in self.exclude:
    - 373            if item in url:
    - 374                if debug:
    - 375                    uLogger.warning("Do not execute operations with list of this tickers/FIGI: {}".format(str(self.exclude)))
    - 376
    - 377                oK = False
    - 378                break
    - 379
    - 380        if oK:
    - 381            counter = 0
    - 382            response = None
    - 383            errMsg = ""
    - 384
    - 385            while not response and counter <= retry:
    - 386                if reqType == "GET":
    - 387                    response = requests.get(url, headers=self.headers, data=self.body, timeout=self.timeout)
    - 388
    - 389                if reqType == "POST":
    - 390                    response = requests.post(url, headers=self.headers, data=self.body, timeout=self.timeout)
    - 391
    - 392                if debug:
    - 393                    uLogger.debug("Response:")
    - 394                    uLogger.debug("    - status code: {}".format(response.status_code))
    - 395                    uLogger.debug("    - reason: {}".format(response.reason))
    - 396                    uLogger.debug("    - body length: {}".format(len(response.text)))
    - 397
    - 398                # Error status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - 399                if 400 <= response.status_code < 600:
    - 400                    errMsg = "[{}] {}".format(response.status_code, response.text)
    - 401                    uLogger.debug("    - not oK status code received: {}".format(errMsg))
    - 402                    counter += 1
    - 403
    - 404                    if counter <= retry:
    - 405                        uLogger.debug("Retry: [{}]. Wait until {} sec. and try again...".format(counter, pause))
    - 406                        sleep(pause)
    - 407
    - 408            responseJSON = self._ParseJSON(response.text)
    - 409
    - 410            if errMsg:
    - 411                uLogger.error("Not `oK` status received from broker server!")
    - 412                uLogger.error("    - message: {}".format(errMsg))
    - 413                # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.")
    - 414
    - 415        return responseJSON
    - 416
    - 417    def _IUpdater(self, iType: str) -> tuple:
    - 418        """
    - 419        Request instrument by type from server. See available API methods for instruments:
    - 420        Currencies: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Currencies
    - 421        Shares: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Shares
    - 422        Bonds: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Bonds
    - 423        Etfs: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Etfs
    - 424        Futures: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Futures
    - 425
    - 426        :param iType: type of the instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    - 427        :return: tuple with iType name and list of available instruments of current type for defined user token.
    - 428        """
    - 429        result = []
    - 430
    - 431        if iType in TKS_INSTRUMENTS:
    - 432            uLogger.debug("Requesting available [{}] list. Wait, please...".format(iType))
    - 433
    - 434            # all instruments have the same body in API v2 requests:
    - 435            self.body = str({"instrumentStatus": "INSTRUMENT_STATUS_UNSPECIFIED"})  # Enum: [INSTRUMENT_STATUS_UNSPECIFIED, INSTRUMENT_STATUS_BASE, INSTRUMENT_STATUS_ALL]
    - 436            instrumentURL = self.server + r"/tinkoff.public.invest.api.contract.v1.InstrumentsService/{}".format(iType)
    - 437            result = self.SendAPIRequest(instrumentURL, reqType="POST", debug=False)["instruments"]
    - 438
    - 439        return iType, result
    - 440
    - 441    def _IWrapper(self, kwargs):
    - 442        """
    - 443        Wrapper runs instrument's update method `_IUpdater()`.
    - 444        It's a workaround for using multiprocessing with kwargs. See: https://stackoverflow.com/a/36799206
    - 445        """
    - 446        return self._IUpdater(**kwargs)
    - 447
    - 448    def Listing(self) -> dict:
    - 449        """
    - 450        Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.
    - 451
    - 452        :return: Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.
    - 453        """
    - 454        uLogger.debug("Requesting all available instruments from broker for current user token. Wait, please...")
    - 455        uLogger.debug("CPU usages for parallel requests: [{}]".format(CPU_USAGES))
    - 456
    - 457        # this parameters insert to requests: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService
    - 458        # iType is type of instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    - 459        iParams = [{"iType": iType} for iType in TKS_INSTRUMENTS]
    - 460
    - 461        poolUpdater = ThreadPool(processes=CPU_USAGES)  # create pool for update instruments in parallel mode
    - 462        listing = poolUpdater.map(self._IWrapper, iParams)  # execute update operations
    - 463        poolUpdater.close()
    - 464
    - 465        # Dictionary with all broker instruments: shares, currencies, bonds, etfs and futures.
    - 466        # Next in this code: item[0] is "iType" and item[1] is list of available instruments from the result of _IUpdater() method
    - 467        iList = {item[0]: {instrument["ticker"]: instrument for instrument in item[1]} for item in listing}
    - 468
    - 469        # calculate minimum price increment (step) for all instruments and set up instrument's type:
    - 470        for iType in iList.keys():
    - 471            for ticker in iList[iType]:
    - 472                iList[iType][ticker]["type"] = iType
    - 473
    - 474                if "minPriceIncrement" in iList[iType][ticker].keys():
    - 475                    iList[iType][ticker]["step"] = NanoToFloat(
    - 476                        iList[iType][ticker]["minPriceIncrement"]["units"],
    - 477                        iList[iType][ticker]["minPriceIncrement"]["nano"],
    - 478                    )
    - 479
    - 480                else:
    - 481                    iList[iType][ticker]["step"] = 0  # hack to avoid empty value in some instruments, e.g. futures
    - 482
    - 483        return iList
    - 484
    - 485    def DumpInstruments(self, forceUpdate: bool = True) -> str:
    - 486        """
    - 487        Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server
    - 488        using `Listing()` method. If `iListDumpFile` string is not empty then also save information to this file.
    - 489
    - 490        :param forceUpdate: if `True` then at first updates data with `Listing()` method, otherwise just saves exist `iList`.
    - 491        :return: serialized JSON formatted `str` with full data of instruments, also saved to the `--output` file.
    - 492        """
    - 493        if self.iListDumpFile is None or not self.iListDumpFile:
    - 494            raise Exception("Output name of dump file must be defined!")
    - 495
    - 496        if not self.iList or forceUpdate:
    - 497            self.iList = self.Listing()
    - 498
    - 499        dump = json.dumps(self.iList, indent=4, sort_keys=False)
    - 500        with open(self.iListDumpFile, mode="w", encoding="UTF-8") as fH:
    - 501            fH.write(dump)
    - 502
    - 503        uLogger.info("Instruments raw data were cached for future used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    - 504
    - 505        return dump
    - 506
    - 507    @staticmethod
    - 508    def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str:
    - 509        """
    - 510        Show information about instrument defined by json and print in Markdown format.
    - 511
    - 512        :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]`
    - 513        :param printInfo: if `True` then also printing information about instrument and its current price.
    - 514        :return: text in Markdown format with information about instrument.
    - 515        """
    - 516        infoText = ""
    - 517        if iJSON is not None and iJSON and isinstance(iJSON, dict):
    - 518            info = [
    - 519                "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    - 520                "| Parameters                                              | Values\n",
    - 521                "|---------------------------------------------------------|---------------------------------------------------------\n",
    - 522                "| Ticker:                                                 | {}\n".format(iJSON["ticker"]),
    - 523                "| Full name:                                              | {}\n".format(iJSON["name"]),
    - 524            ]
    - 525
    - 526            if "sector" in iJSON.keys() and iJSON["sector"]:
    - 527                info.append("| Sector:                                                 | {}\n".format(iJSON["sector"]))
    - 528
    - 529            info.append("| Country of instrument:                                  | {}{}\n".format(
    - 530                "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "",
    - 531                iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "",
    - 532            ))
    - 533
    - 534            info.extend([
    - 535                "|                                                         |\n",
    - 536                "| FIGI (Financial Instrument Global Identifier):          | {}\n".format(iJSON["figi"]),
    - 537                "| Exchange:                                               | {}\n".format(iJSON["exchange"]),
    - 538            ])
    - 539
    - 540            if "isin" in iJSON.keys() and iJSON["isin"]:
    - 541                info.append("| ISIN (International Securities Identification Number):  | {}\n".format(iJSON["isin"]))
    - 542
    - 543            if "classCode" in iJSON.keys():
    - 544                info.append("| Class Code:                                             | {}\n".format(iJSON["classCode"]))
    - 545
    - 546            info.extend([
    - 547                "|                                                         |\n",
    - 548                "| Current broker security trading status:                 | {}\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]),
    - 549                "| Buy operations allowed:                                 | {}\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"),
    - 550                "| Sale operations allowed:                                | {}\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"),
    - 551                "| Short positions allowed:                                | {}\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"),
    - 552            ])
    - 553
    - 554            info.append("|                                                         |\n")
    - 555
    - 556            if "type" in iJSON.keys() and iJSON["type"]:
    - 557                info.append("| Type of the instrument:                                 | {}\n".format(iJSON["type"]))
    - 558
    - 559            if "futuresType" in iJSON.keys() and iJSON["futuresType"]:
    - 560                info.append("| Futures type:                                           | {}\n".format(iJSON["futuresType"]))
    - 561
    - 562            if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]:
    - 563                info.append("| IPO date:                                               | {}\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", "")))
    - 564
    - 565            if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]:
    - 566                info.append("| Released date:                                          | {}\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", "")))
    - 567
    - 568            if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]:
    - 569                info.append("| Rebalancing frequency:                                  | {}\n".format(iJSON["rebalancingFreq"]))
    - 570
    - 571            if "focusType" in iJSON.keys() and iJSON["focusType"]:
    - 572                info.append("| Focusing type:                                          | {}\n".format(iJSON["focusType"]))
    - 573
    - 574            if "assetType" in iJSON.keys() and iJSON["assetType"]:
    - 575                info.append("| Asset type:                                             | {}\n".format(iJSON["assetType"]))
    - 576
    - 577            if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]:
    - 578                info.append("| Basic asset:                                            | {}\n".format(iJSON["basicAsset"]))
    - 579
    - 580            if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]:
    - 581                info.append("| Basic asset size:                                       | {:.2f}\n".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"])))
    - 582
    - 583            if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]:
    - 584                info.append("| ISO currency name:                                      | {}\n".format(iJSON["isoCurrencyName"]))
    - 585
    - 586            if "currency" in iJSON.keys():
    - 587                info.append("| Payment currency:                                       | {}\n".format(iJSON["currency"]))
    - 588
    - 589            if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0:
    - 590                info.append("| First trade date:                                       | {}\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", "")))
    - 591
    - 592            if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0:
    - 593                info.append("| Last trade date:                                        | {}\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", "")))
    - 594
    - 595            if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0:
    - 596                info.append("| Date of expiration:                                     | {}\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", "")))
    - 597
    - 598            if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0:
    - 599                info.append("| State registration date:                                | {}\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", "")))
    - 600
    - 601            if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0:
    - 602                info.append("| Placement date:                                         | {}\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", "")))
    - 603
    - 604            if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0:
    - 605                info.append("| Maturity date:                                          | {}\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", "")))
    - 606
    - 607            if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]:
    - 608                info.append("| Perpetual bond:                                         | Yes\n")
    - 609
    - 610            if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]:
    - 611                info.append("| Over-the-counter (OTC) securities:                      | Yes\n")
    - 612
    - 613            if iJSON["type"] == "Bonds":
    - 614                info.append("| Bond issue (size / plan):                               | {} / {}\n".format(iJSON["issueSize"], iJSON["issueSizePlan"]))
    - 615
    - 616                info.append("| Nominal price (100%):                                   | {:.2f} {}\n".format(
    - 617                    NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]),
    - 618                    iJSON["nominal"]["currency"],
    - 619                ))
    - 620
    - 621                if "floatingCouponFlag" in iJSON.keys():
    - 622                    info.append("| Floating coupon:                                        | {}\n".format("Yes" if iJSON["floatingCouponFlag"] else "No"))
    - 623
    - 624                if "amortizationFlag" in iJSON.keys():
    - 625                    info.append("| Amortization:                                           | {}\n".format("Yes" if iJSON["amortizationFlag"] else "No"))
    - 626
    - 627                if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]:
    - 628                    info.append("| Number of coupon payments per year:                     | {}\n".format(iJSON["couponQuantityPerYear"]))
    - 629
    - 630                if "aciValue" in iJSON.keys() and iJSON["aciValue"]:
    - 631                    info.append("| Current ACI (Accrued Interest):                         | {:.2f} {}\n".format(
    - 632                        NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]),
    - 633                        iJSON["aciValue"]["currency"]
    - 634                    ))
    - 635
    - 636            if "currentPrice" in iJSON.keys():
    - 637                info.append("|                                                         |\n")
    - 638
    - 639                info.extend([
    - 640                    "| Previous close price of the instrument:                 | {}{}\n".format(
    - 641                        "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A",
    - 642                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 643                    ),
    - 644                    "| Last deal price of the instrument:                      | {}{}\n".format(
    - 645                        "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A",
    - 646                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 647                    ),
    - 648                    "| Changes between last deal price and last close  %       | {:.2f}%\n".format(iJSON["currentPrice"]["changes"]),
    - 649                    "| Current limit price, min / max:                         | {}{} / {}{}\n".format(
    - 650                        "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A",
    - 651                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 652                        "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A",
    - 653                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 654                    ),
    - 655                    "| Actual price, sell / buy:                               | {}{} / {}{}\n".format(
    - 656                        "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A",
    - 657                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 658                        "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A",
    - 659                        "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    - 660                    ),
    - 661                ])
    - 662
    - 663            if "lot" in iJSON.keys():
    - 664                info.append("| Minimum lot to buy:                                     | {}\n".format(iJSON["lot"]))
    - 665
    - 666            if "step" in iJSON.keys() and iJSON["step"] != 0:
    - 667                info.append("| Minimum price increment (step):                         | {}\n".format(iJSON["step"]))
    - 668
    - 669            infoText += "".join(info)
    - 670
    - 671            if printInfo:
    - 672                uLogger.info("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    - 673
    - 674            else:
    - 675                uLogger.debug("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    - 676
    - 677        return infoText
    - 678
    - 679    def SearchByTicker(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    - 680        """
    - 681        Search and return raw broker's information about instrument by it's ticker.
    - 682        `ticker` must be define! If debug=True then print all debug messages.
    - 683
    - 684        :param requestPrice: if `False` then do not request current price of instrument (because this is long operation).
    - 685        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    - 686        :param debug: if `True` then print all debug console messages.
    - 687        :return: JSON formatted data with information about instrument.
    - 688        """
    - 689        tickerJSON = {}
    - 690        if debug:
    - 691            uLogger.debug("Searching information about instrument by it's ticker [{}] ...".format(self.ticker))
    - 692
    - 693        if not self.ticker:
    - 694            uLogger.warning("self.ticker variable is not be empty!")
    - 695
    - 696        else:
    - 697            if not self.iList:
    - 698                self.iList = self.Listing()
    - 699
    - 700            if self.ticker in self.iList["Shares"].keys():
    - 701                tickerJSON = self.iList["Shares"][self.ticker]
    - 702                if debug:
    - 703                    uLogger.debug("Ticker [{}] found in shares list".format(self.ticker))
    - 704
    - 705            elif self.ticker in self.iList["Currencies"].keys():
    - 706                tickerJSON = self.iList["Currencies"][self.ticker]
    - 707                if debug:
    - 708                    uLogger.debug("Ticker [{}] found in currencies list".format(self.ticker))
    - 709
    - 710            elif self.ticker in self.iList["Bonds"].keys():
    - 711                tickerJSON = self.iList["Bonds"][self.ticker]
    - 712                if debug:
    - 713                    uLogger.debug("Ticker [{}] found in bonds list".format(self.ticker))
    - 714
    - 715            elif self.ticker in self.iList["Etfs"].keys():
    - 716                tickerJSON = self.iList["Etfs"][self.ticker]
    - 717                if debug:
    - 718                    uLogger.debug("Ticker [{}] found in etfs list".format(self.ticker))
    - 719
    - 720            elif self.ticker in self.iList["Futures"].keys():
    - 721                tickerJSON = self.iList["Futures"][self.ticker]
    - 722                if debug:
    - 723                    uLogger.debug("Ticker [{}] found in futures list".format(self.ticker))
    - 724
    - 725        if tickerJSON:
    - 726            self.figi = tickerJSON["figi"]
    - 727
    - 728            if requestPrice:
    - 729                tickerJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    - 730
    - 731                if tickerJSON["currentPrice"]["closePrice"] is not None and tickerJSON["currentPrice"]["closePrice"] != 0 and tickerJSON["currentPrice"]["lastPrice"] is not None:
    - 732                    tickerJSON["currentPrice"]["changes"] = 100 * (tickerJSON["currentPrice"]["lastPrice"] - tickerJSON["currentPrice"]["closePrice"]) / tickerJSON["currentPrice"]["closePrice"]
    - 733
    - 734                else:
    - 735                    tickerJSON["currentPrice"]["changes"] = 0
    - 736
    - 737            if showInfo:
    - 738                self.ShowInstrumentInfo(iJSON=tickerJSON, printInfo=True)  # print info as Markdown text
    - 739
    - 740        else:
    - 741            if showInfo:
    - 742                uLogger.warning("Ticker [{}] not found in available broker instrument's list!".format(self.ticker))
    - 743
    - 744        return tickerJSON
    - 745
    - 746    def SearchByFIGI(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    - 747        """
    - 748        Search and return raw broker's information about instrument by it's FIGI.
    - 749        `figi` must be define! If debug=True then print all debug messages.
    - 750
    - 751        :param requestPrice: if `False` then do not request current price of instrument (it's long operation).
    - 752        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    - 753        :param debug: if `True` then print all debug console messages.
    - 754        :return: JSON formatted data with information about instrument.
    - 755        """
    - 756        figiJSON = {}
    - 757        if debug:
    - 758            uLogger.debug("Searching information about instrument by it's FIGI [{}] ...".format(self.figi))
    - 759
    - 760        if not self.figi:
    - 761            uLogger.warning("self.figi variable is not be empty!")
    - 762
    - 763        else:
    - 764            if not self.iList:
    - 765                self.iList = self.Listing()
    - 766
    - 767            for item in self.iList["Shares"].keys():
    - 768                if self.figi == self.iList["Shares"][item]["figi"]:
    - 769                    figiJSON = self.iList["Shares"][item]
    - 770
    - 771                    if debug:
    - 772                        uLogger.debug("FIGI [{}] found in shares list".format(self.figi))
    - 773
    - 774                    break
    - 775
    - 776            if not figiJSON:
    - 777                for item in self.iList["Currencies"].keys():
    - 778                    if self.figi == self.iList["Currencies"][item]["figi"]:
    - 779                        figiJSON = self.iList["Currencies"][item]
    - 780
    - 781                        if debug:
    - 782                            uLogger.debug("FIGI [{}] found in currencies list".format(self.figi))
    - 783
    - 784                        break
    - 785
    - 786            if not figiJSON:
    - 787                for item in self.iList["Bonds"].keys():
    - 788                    if self.figi == self.iList["Bonds"][item]["figi"]:
    - 789                        figiJSON = self.iList["Bonds"][item]
    - 790
    - 791                        if debug:
    - 792                            uLogger.debug("FIGI [{}] found in bonds list".format(self.figi))
    - 793
    - 794                        break
    - 795
    - 796            if not figiJSON:
    - 797                for item in self.iList["Etfs"].keys():
    - 798                    if self.figi == self.iList["Etfs"][item]["figi"]:
    - 799                        figiJSON = self.iList["Etfs"][item]
    - 800
    - 801                        if debug:
    - 802                            uLogger.debug("FIGI [{}] found in etfs list".format(self.figi))
    - 803
    - 804                        break
    - 805
    - 806            if not figiJSON:
    - 807                for item in self.iList["Futures"].keys():
    - 808                    if self.figi == self.iList["Futures"][item]["figi"]:
    - 809                        figiJSON = self.iList["Futures"][item]
    - 810
    - 811                        if debug:
    - 812                            uLogger.debug("FIGI [{}] found in futures list".format(self.figi))
    - 813
    - 814                        break
    - 815
    - 816        if figiJSON:
    - 817            self.figi = figiJSON["figi"]
    - 818            self.ticker = figiJSON["ticker"]
    - 819
    - 820            if requestPrice:
    - 821                figiJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    - 822
    - 823                if figiJSON["currentPrice"]["closePrice"] is not None and figiJSON["currentPrice"]["closePrice"] != 0 and figiJSON["currentPrice"]["lastPrice"] is not None:
    - 824                    figiJSON["currentPrice"]["changes"] = 100 * (figiJSON["currentPrice"]["lastPrice"] - figiJSON["currentPrice"]["closePrice"]) / figiJSON["currentPrice"]["closePrice"]
    - 825
    - 826                else:
    - 827                    figiJSON["currentPrice"]["changes"] = 0
    - 828
    - 829            if showInfo:
    - 830                self.ShowInstrumentInfo(iJSON=figiJSON, printInfo=True)  # print info as Markdown text
    - 831
    - 832        else:
    - 833            if showInfo:
    - 834                uLogger.warning("FIGI [{}] not found in available broker instrument's list!".format(self.figi))
    - 835
    - 836        return figiJSON
    - 837
    - 838    def GetCurrentPrices(self, showPrice: bool = False) -> dict:
    - 839        """
    - 840        Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:
    - 841        `{"buy": [], "sell": [], "limitUp": None, "limitDown": None, "lastPrice": None, "closePrice": None}`.
    - 842
    - 843        :param showPrice: if `True` then print DOM.
    - 844        :return: orders book dict with lists of current buy and sell prices: `{"buy": [{"price": x1, "quantity": y1, ...}], "sell": [....]}`.
    - 845        """
    - 846        prices = {"buy": [], "sell": [], "limitUp": 0, "limitDown": 0, "lastPrice": 0, "closePrice": 0}
    - 847
    - 848        if self.depth < 1:
    - 849            raise Exception("Depth of Market (DOM) must be >=1!")
    - 850
    - 851        if not (self.ticker or self.figi):
    - 852            raise Exception("self.ticker or self.figi variables must be defined!")
    - 853
    - 854        if self.ticker and not self.figi:
    - 855            instrumentByTicker = self.SearchByTicker(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    - 856            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    - 857
    - 858        if not self.ticker and self.figi:
    - 859            instrumentByFigi = self.SearchByFIGI(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    - 860            self.ticker = instrumentByFigi["ticker"] if instrumentByFigi else ""
    - 861
    - 862        if not self.figi:
    - 863            uLogger.error("FIGI is not determined!")
    - 864
    - 865        else:
    - 866            uLogger.debug("Requesting current prices for instrument with ticker [{}] and FIGI [{}]...".format(self.ticker, self.figi))
    - 867
    - 868            # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetOrderBook
    - 869            priceURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetOrderBook"
    - 870            self.body = str({"figi": self.figi, "depth": self.depth})
    - 871            pricesResponse = self.SendAPIRequest(priceURL, reqType="POST")
    - 872
    - 873            if pricesResponse:
    - 874                # list of dicts with sellers orders:
    - 875                prices["buy"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["asks"]]
    - 876
    - 877                # list of dicts with buyers orders:
    - 878                prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]]
    - 879
    - 880                # max price of instrument at this time:
    - 881                prices["limitUp"] = NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]) if "limitUp" in pricesResponse.keys() else None
    - 882
    - 883                # min price of instrument at this time:
    - 884                prices["limitDown"] = NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]) if "limitDown" in pricesResponse.keys() else None
    - 885
    - 886                # last price of deal with instrument:
    - 887                prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0
    - 888
    - 889                # last close price of instrument:
    - 890                prices["closePrice"] = NanoToFloat(pricesResponse["closePrice"]["units"], pricesResponse["closePrice"]["nano"]) if "closePrice" in pricesResponse.keys() else 0
    - 891
    - 892            else:
    - 893                uLogger.warning("Server return an empty or error response! See full log. Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    - 894                uLogger.debug("Server response: {}".format(pricesResponse))
    - 895
    - 896            if showPrice:
    - 897                if prices["buy"] or prices["sell"]:
    - 898                    info = [
    - 899                        "Orders book actual at [{}] (UTC)\nTicker: [{}], FIGI: [{}], Depth of Market: [{}]\n".format(
    - 900                            datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S"),
    - 901                            self.ticker,
    - 902                            self.figi,
    - 903                            self.depth,
    - 904                        ),
    - 905                        uLog.sepShort, "\n",
    - 906                        " Orders of Buyers   | Orders of Sellers\n",
    - 907                        uLog.sepShort, "\n",
    - 908                        " Sell prices (vol.) | Buy prices (vol.)\n",
    - 909                        uLog.sepShort, "\n",
    - 910                    ]
    - 911
    - 912                    if not prices["buy"]:
    - 913                        info.append("                    | No orders!\n")
    - 914                        sumBuy = 0
    - 915
    - 916                    else:
    - 917                        sumBuy = sum([x["quantity"] for x in prices["buy"]])
    - 918                        maxMinSorted = sorted(prices["buy"], key=lambda k: k["price"], reverse=True)
    - 919                        for item in maxMinSorted:
    - 920                            info.append("                    | {} ({})\n".format(item["price"], item["quantity"]))
    - 921
    - 922                    if not prices["sell"]:
    - 923                        info.append("No orders!          |\n")
    - 924                        sumSell = 0
    - 925
    - 926                    else:
    - 927                        sumSell = sum([x["quantity"] for x in prices["sell"]])
    - 928                        for item in prices["sell"]:
    - 929                            info.append("{:>19} |\n".format("{} ({})".format(item["price"], item["quantity"])))
    - 930
    - 931                    info.extend([
    - 932                        uLog.sepShort, "\n",
    - 933                        "{:>19} | {}\n".format("Total sell: {}".format(sumSell), "Total buy: {}".format(sumBuy)),
    - 934                        uLog.sepShort, "\n",
    - 935                    ])
    - 936
    - 937                    infoText = "".join(info)
    - 938
    - 939                    uLogger.info("Current prices in order book:\n\n{}".format(infoText))
    - 940
    - 941                else:
    - 942                    uLogger.warning("Orders book is empty at this time! Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    - 943
    - 944        return prices
    - 945
    - 946    def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str:
    - 947        """
    - 948        This method get and show information about all available broker instruments.
    - 949        If `instrumentsFile` string is not empty then also save information to this file.
    - 950
    - 951        :param showInstruments: if `True` then print results to console, if `False` - print only to file.
    - 952        :return: multi-string with all available broker instruments
    - 953        """
    - 954        if not self.iList:
    - 955            self.iList = self.Listing()
    - 956
    - 957        info = [
    - 958            "# All available instruments from Tinkoff Broker server for current user token\n\n",
    - 959            "* **Actual on date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    - 960        ]
    - 961
    - 962        # add instruments count by type:
    - 963        for iType in self.iList.keys():
    - 964            info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType])))
    - 965
    - 966        headerLine = "| Ticker       | Full name                                                      | FIGI         | Cur | Lot    | Step\n"
    - 967        splitLine = "|--------------|----------------------------------------------------------------|--------------|-----|--------|---------\n"
    - 968
    - 969        # generating info tables with all instruments by type:
    - 970        for iType in self.iList.keys():
    - 971            info.extend(["\n\n## {} available. Total: [{}]\n\n".format(iType, len(self.iList[iType])), headerLine, splitLine])
    - 972
    - 973            for instrument in self.iList[iType].keys():
    - 974                iName = self.iList[iType][instrument]["name"]  # instrument's name
    - 975                if len(iName) > 63:
    - 976                    iName = "{}...".format(iName[:60])  # right trim for a long string
    - 977    
    - 978                info.append("| {:<12} | {:<63}| {:<13}| {:<4}| {:<7}| {}\n".format(
    - 979                    self.iList[iType][instrument]["ticker"],
    - 980                    iName,
    - 981                    self.iList[iType][instrument]["figi"],
    - 982                    self.iList[iType][instrument]["currency"],
    - 983                    self.iList[iType][instrument]["lot"],
    - 984                    str(self.iList[iType][instrument]["step"]).rstrip("0"),
    - 985                ))
    - 986
    - 987        infoText = "".join(info)
    - 988
    - 989        if showInstruments:
    - 990            uLogger.info(infoText)
    - 991
    - 992        if self.instrumentsFile:
    - 993            with open(self.instrumentsFile, "w", encoding="UTF-8") as fH:
    - 994                fH.write(infoText)
    - 995
    - 996            uLogger.info("All available instruments are saved to file: [{}]".format(os.path.abspath(self.instrumentsFile)))
    - 997
    - 998        return infoText
    - 999
    -1000    def SearchInstruments(self, pattern: str, showResults: bool = False) -> dict:
    -1001        """
    -1002        This method search and show information about instruments by part of its ticker, FIGI or name.
    -1003        If `searchResultsFile` string is not empty then also save information to this file.
    -1004
    -1005        :param pattern: string with part of ticker, FIGI or instrument's name.
    -1006        :param showResults: if `True` then print results to console, if `False` - return list of result only.
    -1007        :return: list of dictionaries with all found instruments.
    -1008        """
    -1009        if not self.iList:
    -1010            self.iList = self.Listing()
    -1011
    -1012        searchResults = {iType: {} for iType in self.iList}  # same as iList but will contains only filtered instruments
    -1013        compiledPattern = re.compile(pattern, re.IGNORECASE)
    -1014
    -1015        for iType in self.iList:
    -1016            for instrument in self.iList[iType].values():
    -1017                searchResult = compiledPattern.search(" ".join(
    -1018                    [instrument["ticker"], instrument["figi"], instrument["name"]]
    -1019                ))
    -1020
    -1021                if searchResult:
    -1022                    searchResults[iType][instrument["ticker"]] = instrument
    -1023
    -1024        resultsLen = sum([len(searchResults[iType]) for iType in searchResults])
    -1025        info = [
    -1026            "# Search results\n\n",
    -1027            "* **Search pattern:** [{}]\n".format(pattern),
    -1028            "* **Found instruments:** [{}]\n\n".format(resultsLen),
    -1029            "**Note:** you can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t TICKER --info` or `tksbrokerapi -f FIGI --info`.\n"
    -1030        ]
    -1031        infoShort = info[:]
    -1032
    -1033        headerLine = "| Type       | Ticker       | Full name                                                      | FIGI         |\n"
    -1034        splitLine = "|------------|--------------|----------------------------------------------------------------|--------------|\n"
    -1035        skippedLine = "| ...        | ...          | ...                                                            | ...          |\n"
    -1036
    -1037        if resultsLen == 0:
    -1038            info.append("\nNo results\n")
    -1039            infoShort.append("\nNo results\n")
    -1040            uLogger.warning("No results. Try changing your search pattern.")
    -1041
    -1042        else:
    -1043            for iType in searchResults:
    -1044                iTypeValuesCount = len(searchResults[iType].values())
    -1045                if iTypeValuesCount > 0:
    -1046                    info.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    -1047                    infoShort.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    -1048
    -1049                    for instrument in searchResults[iType].values():
    -1050                        info.append("| {:<10} | {:<12} | {:<63}| {:<13}|\n".format(
    -1051                            instrument["type"],
    -1052                            instrument["ticker"],
    -1053                            "{}...".format(instrument["name"][:60]) if len(instrument["name"]) > 63 else instrument["name"],  # right trim for a long string
    -1054                            instrument["figi"],
    -1055                        ))
    -1056
    -1057                    if iTypeValuesCount <= 5:
    -1058                        infoShort.extend(info[-iTypeValuesCount:])
    -1059
    -1060                    else:
    -1061                        infoShort.extend(info[-5:])
    -1062                        infoShort.append(skippedLine)
    -1063
    -1064        infoText = "".join(info)
    -1065        infoTextShort = "".join(infoShort)
    -1066
    -1067        if showResults:
    -1068            uLogger.info(infoTextShort)
    -1069            uLogger.info("You can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t IBM --info` or `tksbrokerapi -f BBG000BLNNH6 --info`")
    -1070
    -1071        if self.searchResultsFile:
    -1072            with open(self.searchResultsFile, "w", encoding="UTF-8") as fH:
    -1073                fH.write(infoText)
    -1074
    -1075            uLogger.info("Full search results were saved to file: [{}]".format(os.path.abspath(self.searchResultsFile)))
    -1076
    -1077        return searchResults
    -1078
    -1079    def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> list:
    -1080        """
    -1081        This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!
    -1082        See limits: https://tinkoff.github.io/investAPI/limits/
    -1083        If `pricesFile` string is not empty then also save information to this file.
    -1084
    -1085        :param instruments: list of tickers or FIGIs.
    -1086        :param showPrices: if `True` then print to console, if `False` - print only to file.
    -1087        :return: list of instruments looks like this: `iList = [{some ticker info, "currentPrice": {current prices}}, {...}, ...]`
    -1088                 One item is dict returned by `SearchByTicker()` or `SearchByFIGI()` methods.
    -1089        """
    -1090        if instruments is None or not instruments:
    -1091            raise Exception("You must define some of tickers or FIGIs to request it's actual prices!")
    -1092
    -1093        uLogger.debug("Requesting current prices of list of instruments from Tinkoff Broker server...")
    -1094
    -1095        iList = []
    -1096        for iName in instruments:
    -1097            if iName not in self.aliases.keys():
    -1098                iList.append(iName)
    -1099
    -1100            else:
    -1101                iList.append(self.aliases[iName])
    -1102
    -1103        unique = set()  # create list with every figi only one time with the same order position:
    -1104        tempNames = [item for item in iList if not (item in unique or unique.add(item))]
    -1105
    -1106        uLogger.debug("Ordered input list of instruments without duplicates of names: {}".format(tempNames))
    -1107
    -1108        iList = []  # try to get info about all unique instruments:
    -1109        for iName in tempNames:
    -1110            self.ticker = iName
    -1111            iData = self.SearchByTicker(requestPrice=True)
    -1112
    -1113            if not iData:
    -1114                self.ticker = ""
    -1115                self.figi = iName
    -1116
    -1117                iData = self.SearchByFIGI(requestPrice=True)
    -1118
    -1119                if not iData:
    -1120                    self.figi = ""
    -1121                    uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName))
    -1122
    -1123            if iData:
    -1124                isUnique = True
    -1125                for item in iList:
    -1126                    if item["figi"] == iData["figi"] or item["ticker"] == iData["ticker"]:
    -1127                        isUnique = False
    -1128                        break
    -1129
    -1130                if isUnique:
    -1131                    iList.append(iData)
    -1132
    -1133        if showPrices:
    -1134            info = [
    -1135                "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    -1136                "| Ticker       | FIGI         | Type       | Prev. close | Last price  | Chg. %   | Day limits min/max  | Actual sell / buy   | Curr.\n",
    -1137                "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|------\n",
    -1138            ]
    -1139
    -1140            for item in iList:
    -1141                info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {}\n".format(
    -1142                    item["ticker"],
    -1143                    item["figi"],
    -1144                    item["type"],
    -1145                    "{:.2f}".format(float(item["currentPrice"]["closePrice"])),
    -1146                    "{:.2f}".format(float(item["currentPrice"]["lastPrice"])),
    -1147                    "{}{:.2f}".format("+" if item["currentPrice"]["changes"] > 0 else "", float(item["currentPrice"]["changes"])),
    -1148                    "{} / {}".format(
    -1149                        item["currentPrice"]["limitDown"] if item["currentPrice"]["limitDown"] is not None else "N/A",
    -1150                        item["currentPrice"]["limitUp"] if item["currentPrice"]["limitUp"] is not None else "N/A",
    -1151                    ),
    -1152                    "{} / {}".format(
    -1153                        item["currentPrice"]["sell"][0]["price"] if item["currentPrice"]["sell"] else "N/A",
    -1154                        item["currentPrice"]["buy"][0]["price"] if item["currentPrice"]["buy"] else "N/A",
    -1155                    ),
    -1156                    item["currency"],
    -1157                ))
    -1158
    -1159            infoText = "".join(info)
    -1160
    -1161            if showPrices:
    -1162                uLogger.info("Only unique instruments are shown:\n{}".format(infoText))
    -1163
    -1164            if self.pricesFile:
    -1165                with open(self.pricesFile, "w", encoding="UTF-8") as fH:
    -1166                    fH.write(infoText)
    -1167
    -1168                uLogger.info("Price list for all instruments saved to file: [{}]".format(os.path.abspath(self.pricesFile)))
    -1169
    -1170        return iList
    -1171
    -1172    def RequestPortfolio(self) -> dict:
    -1173        """
    -1174        Requesting current actual user's portfolio.
    -1175        REST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio
    -1176
    -1177        :return: dictionary with user's portfolio.
    -1178        """
    -1179        uLogger.debug("Requesting current actual user's portfolio. Wait, please...")
    -1180
    -1181        self.body = str({"accountId": self.accountId})
    -1182        portfolioURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPortfolio"
    -1183        rawPortfolio = self.SendAPIRequest(portfolioURL, reqType="POST")
    -1184
    -1185        uLogger.debug("Records about user's portfolio successfully received")
    -1186
    -1187        return rawPortfolio
    -1188
    -1189    def RequestPositions(self) -> dict:
    -1190        """
    -1191        Requesting current open positions in currencies and instruments.
    -1192        REST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions
    -1193
    -1194        :return: dictionary with open positions by instruments.
    -1195        """
    -1196        uLogger.debug("Requesting current open positions in currencies and instruments. Wait, please...")
    -1197
    -1198        self.body = str({"accountId": self.accountId})
    -1199        positionsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPositions"
    -1200        rawPositions = self.SendAPIRequest(positionsURL, reqType="POST")
    -1201
    -1202        uLogger.debug("Records about current open positions successfully received")
    -1203
    -1204        return rawPositions
    -1205
    -1206    def RequestPendingOrders(self) -> list:
    -1207        """
    -1208        Requesting current actual pending orders.
    -1209        REST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders
    -1210
    -1211        :return: list of dictionaries with pending orders.
    -1212        """
    -1213        uLogger.debug("Requesting current actual pending orders. Wait, please...")
    -1214
    -1215        self.body = str({"accountId": self.accountId})
    -1216        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders"
    -1217        rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"]
    -1218
    -1219        uLogger.debug("[{}] records about pending orders successfully received".format(len(rawOrders)))
    -1220
    -1221        return rawOrders
    -1222
    -1223    def RequestStopOrders(self) -> list:
    -1224        """
    -1225        Requesting current actual stop orders.
    -1226        REST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders
    -1227
    -1228        :return: list of dictionaries with stop orders.
    -1229        """
    -1230        uLogger.debug("Requesting current actual stop orders. Wait, please...")
    -1231
    -1232        self.body = str({"accountId": self.accountId})
    -1233        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders"
    -1234        rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"]
    -1235
    -1236        uLogger.debug("[{}] records about stop orders successfully received".format(len(rawStopOrders)))
    -1237
    -1238        return rawStopOrders
    -1239
    -1240    def Overview(self, showStatistics: bool = False) -> dict:
    -1241        """
    -1242        Get portfolio: all open positions, orders and some statistics for defined accountId.
    -1243        If `overviewFile` is define then also save information to file.
    -1244
    -1245        :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information.
    -1246        :return: dictionary with client's raw portfolio and some statistics.
    -1247        """
    -1248        view = {
    -1249            "raw": {  # --- raw portfolio responses from broker with user portfolio data:
    -1250                "headers": {},  # list of dictionaries, response headers without "positions" section
    -1251                "Currencies": [],  # list of dictionaries, open trades with currencies from "positions" section
    -1252                "Shares": [],  # list of dictionaries, open trades with shares from "positions" section
    -1253                "Bonds": [],  # list of dictionaries, open trades with bonds from "positions" section
    -1254                "Etfs": [],  # list of dictionaries, open trades with etfs from "positions" section
    -1255                "Futures": [],  # list of dictionaries, open trades with futures from "positions" section
    -1256                "positions": {},  # raw response from broker: dictionary with current available or blocked currencies and instruments for client
    -1257                "orders": [],  # raw response from broker: list of dictionaries with all pending (market) orders
    -1258                "stopOrders": [],  # raw response from broker: list of dictionaries with all stop orders
    -1259                "currenciesCurrentPrices": {"rub": {"name": "Российский рубль", "currentPrice": 1.}},  # dict with prices of all currencies in RUB
    -1260            },
    -1261            "stat": {  # --- some statistics calculated using "raw" sections:
    -1262                "portfolioCostRUB": 0.,  # portfolio cost in RUB (Russian Rouble)
    -1263                "availableRUB": 0.,  # available rubles (without other currencies)
    -1264                "blockedRUB": 0.,  # blocked sum in Russian Rouble
    -1265                "totalChangesRUB": 0.,  # changes for all open trades in RUB
    -1266                "totalChangesPercentRUB": 0.,  # changes for all open trades in percents
    -1267                "allCurrenciesCostRUB": 0.,  # costs of all currencies (include rubles) in RUB
    -1268                "sharesCostRUB": 0.,  # costs of all shares in RUB
    -1269                "bondsCostRUB": 0.,  # costs of all bonds in RUB
    -1270                "etfsCostRUB": 0.,  # costs of all etfs in RUB
    -1271                "futuresCostRUB": 0.,  # costs of all futures in RUB
    -1272                "Currencies": [],  # list of dictionaries of all currencies statistics
    -1273                "Shares": [],  # list of dictionaries of all shares statistics
    -1274                "Bonds": [],  # list of dictionaries of all bonds statistics
    -1275                "Etfs": [],  # list of dictionaries of all etfs statistics
    -1276                "Futures": [],  # list of dictionaries of all futures statistics
    -1277                "orders": [],  # list of dictionaries of all pending (market) orders and it's parameters
    -1278                "stopOrders": [],  # list of dictionaries of all stop orders and it's parameters
    -1279                "blockedCurrencies": {},  # dict with blocked instruments and currencies, e.g. {"rub": 1291.87, "usd": 6.21}
    -1280                "blockedInstruments": {},  # dict with blocked  by FIGI, e.g. {}
    -1281                "funds": {},  # dict with free funds for trading (total - blocked), by all currencies, e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    -1282            },
    -1283            "analytics": {  # --- some analytics of portfolio:
    -1284                "distrByAssets": {},  # portfolio distribution by assets
    -1285                "distrByCompanies": {},  # portfolio distribution by companies
    -1286                "distrBySectors": {},  # portfolio distribution by sectors
    -1287                "distrByCurrencies": {},  # portfolio distribution by currencies
    -1288                "distrByCountries": {},  # portfolio distribution by countries
    -1289            }
    -1290        }
    -1291
    -1292        if showStatistics:
    -1293            uLogger.debug("Requesting portfolio of a client. Wait, please...")
    -1294
    -1295        portfolioResponse = self.RequestPortfolio()  # current user's portfolio (dict)
    -1296        view["raw"]["positions"] = self.RequestPositions()  # current open positions by instruments (dict)
    -1297        view["raw"]["orders"] = self.RequestPendingOrders()  # current actual pending orders (list)
    -1298        view["raw"]["stopOrders"] = self.RequestStopOrders()  # current actual stop orders (list)
    -1299
    -1300        # save response headers without "positions" section:
    -1301        for key in portfolioResponse.keys():
    -1302            if key != "positions":
    -1303                view["raw"]["headers"][key] = portfolioResponse[key]
    -1304
    -1305            else:
    -1306                continue
    -1307
    -1308        # Re-sorting and separating given raw instruments and currencies by type: https://tinkoff.github.io/investAPI/operations/#operation
    -1309        # Type of instrument must be only one of supported types in TKS_INSTRUMENTS
    -1310        for item in portfolioResponse["positions"]:
    -1311            if item["instrumentType"] == "currency":
    -1312                self.figi = item["figi"]
    -1313                curr = self.SearchByFIGI(requestPrice=False)
    -1314
    -1315                # current price of currency in RUB:
    -1316                view["raw"]["currenciesCurrentPrices"][curr["nominal"]["currency"]] = {
    -1317                    "name": curr["name"],
    -1318                    "currentPrice": NanoToFloat(
    -1319                        item["currentPrice"]["units"],
    -1320                        item["currentPrice"]["nano"]
    -1321                    ),
    -1322                }
    -1323
    -1324                view["raw"]["Currencies"].append(item)
    -1325
    -1326            elif item["instrumentType"] == "share":
    -1327                view["raw"]["Shares"].append(item)
    -1328
    -1329            elif item["instrumentType"] == "bond":
    -1330                view["raw"]["Bonds"].append(item)
    -1331
    -1332            elif item["instrumentType"] == "etf":
    -1333                view["raw"]["Etfs"].append(item)
    -1334
    -1335            elif item["instrumentType"] == "futures":
    -1336                view["raw"]["Futures"].append(item)
    -1337
    -1338            else:
    -1339                continue
    -1340
    -1341        # how many volume of currencies (by ISO currency name) are blocked:
    -1342        for item in view["raw"]["positions"]["blocked"]:
    -1343            blocked = NanoToFloat(item["units"], item["nano"])
    -1344            if blocked > 0:
    -1345                view["stat"]["blockedCurrencies"][item["currency"]] = blocked
    -1346
    -1347        # how many volume of instruments (by FIGI) are blocked:
    -1348        for item in view["raw"]["positions"]["securities"]:
    -1349            blocked = int(item["blocked"])
    -1350            if blocked > 0:
    -1351                view["stat"]["blockedInstruments"][item["figi"]] = blocked
    -1352
    -1353        allBlocked = {**view["stat"]["blockedCurrencies"], **view["stat"]["blockedInstruments"]}
    -1354
    -1355        if "rub" in allBlocked.keys():
    -1356            view["stat"]["blockedRUB"] = allBlocked["rub"]  # blocked rubles
    -1357
    -1358        # --- saving current total amount in RUB of all currencies (with ruble), shares, bonds, etfs, futures and currencies:
    -1359        view["stat"]["allCurrenciesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountCurrencies"]["units"], portfolioResponse["totalAmountCurrencies"]["nano"])
    -1360        view["stat"]["sharesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountShares"]["units"], portfolioResponse["totalAmountShares"]["nano"])
    -1361        view["stat"]["bondsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountBonds"]["units"], portfolioResponse["totalAmountBonds"]["nano"])
    -1362        view["stat"]["etfsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountEtf"]["units"], portfolioResponse["totalAmountEtf"]["nano"])
    -1363        view["stat"]["futuresCostRUB"] = NanoToFloat(portfolioResponse["totalAmountFutures"]["units"], portfolioResponse["totalAmountFutures"]["nano"])
    -1364        view["stat"]["portfolioCostRUB"] = sum([
    -1365            view["stat"]["allCurrenciesCostRUB"],
    -1366            view["stat"]["sharesCostRUB"],
    -1367            view["stat"]["bondsCostRUB"],
    -1368            view["stat"]["etfsCostRUB"],
    -1369            view["stat"]["futuresCostRUB"],
    -1370        ])
    -1371
    -1372        # --- calculating some portfolio statistics:
    -1373        byComp = {}  # distribution by companies
    -1374        bySect = {}  # distribution by sectors
    -1375        byCurr = {}  # distribution by currencies (include RUB)
    -1376        unknownCountryName = "All other countries"  # default name for instruments without "countryOfRisk" and "countryOfRiskName"
    -1377        byCountry = {unknownCountryName: {"cost": 0, "percent": 0.}}  # distribution by countries (currencies are included in their countries)
    -1378
    -1379        for item in portfolioResponse["positions"]:
    -1380            self.figi = item["figi"]
    -1381            instrument = self.SearchByFIGI(requestPrice=False)  # full raw info about instrument by FIGI
    -1382
    -1383            if instrument:
    -1384                if item["instrumentType"] == "currency" and instrument["nominal"]["currency"] in allBlocked.keys():
    -1385                    blocked = allBlocked[instrument["nominal"]["currency"]]  # blocked volume of currency
    -1386
    -1387                elif item["instrumentType"] != "currency" and item["figi"] in allBlocked.keys():
    -1388                    blocked = allBlocked[item["figi"]]  # blocked volume of other instruments
    -1389
    -1390                else:
    -1391                    blocked = 0
    -1392
    -1393                volume = NanoToFloat(item["quantity"]["units"], item["quantity"]["nano"])  # available volume of instrument
    -1394                lots = NanoToFloat(item["quantityLots"]["units"], item["quantityLots"]["nano"])  # available volume in lots of instrument
    -1395                direction = "Long" if lots >= 0 else "Short"  # direction of an instrument's position: short or long
    -1396                curPrice = NanoToFloat(item["currentPrice"]["units"], item["currentPrice"]["nano"])  # current instrument's price
    -1397                average = NanoToFloat(item["averagePositionPriceFifo"]["units"], item["averagePositionPriceFifo"]["nano"])  # current average position price
    -1398                profit = NanoToFloat(item["expectedYield"]["units"], item["expectedYield"]["nano"])  # expected profit at current moment
    -1399                currency = instrument["currency"] if (item["instrumentType"] == "share" or item["instrumentType"] == "etf" or item["instrumentType"] == "future") else instrument["nominal"]["currency"]  # currency name rub, usd, eur etc.
    -1400                cost = (curPrice + NanoToFloat(item["currentNkd"]["units"], item["currentNkd"]["nano"])) * volume  # current cost of all volume of instrument in basic asset
    -1401                baseCurrencyName = item["currentPrice"]["currency"]  # name of base currency (rub)
    -1402                countryName = "[{}] {}".format(instrument["countryOfRisk"], instrument["countryOfRiskName"]) if "countryOfRisk" in instrument.keys() and "countryOfRiskName" in instrument.keys() and instrument["countryOfRisk"] and instrument["countryOfRiskName"] else unknownCountryName
    -1403                costRUB = cost if item["instrumentType"] == "currency" else cost * view["raw"]["currenciesCurrentPrices"][currency]["currentPrice"]  # cost in rubles
    -1404                percentCostRUB = 100 * costRUB / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.  # instrument's part in percent of full portfolio cost
    -1405
    -1406                statData = {
    -1407                    "figi": item["figi"],  # FIGI from REST API "GetPortfolio" method
    -1408                    "ticker": instrument["ticker"],  # ticker by FIGI
    -1409                    "currency": currency,  # currency name rub, usd, eur etc. for instrument price
    -1410                    "volume": volume,  # available volume of instrument
    -1411                    "lots": lots,  # volume in lots of instrument
    -1412                    "direction": direction,  # direction of an instrument's position: short or long
    -1413                    "blocked": blocked,  # blocked volume of currency or instrument
    -1414                    "currentPrice": curPrice,  # current instrument's price in basic asset
    -1415                    "average": average,  # current average position price
    -1416                    "cost": cost,  # current cost of all volume of instrument in basic asset
    -1417                    "baseCurrencyName": baseCurrencyName,  # name of base currency (rub)
    -1418                    "costRUB": costRUB,  # cost of instrument in ruble
    -1419                    "percentCostRUB": percentCostRUB,  # instrument's part in percent of full portfolio cost in RUB
    -1420                    "profit": profit,  # expected profit at current moment
    -1421                    "percentProfit": 100 * profit / (average * volume) if average != 0 and volume != 0 else 0,  # expected percents of profit at current moment for this instrument
    -1422                    "sector": instrument["sector"] if "sector" in instrument.keys() and instrument["sector"] else "other",
    -1423                    "name": instrument["name"] if "name" in instrument.keys() else "",  # human-readable names of instruments
    -1424                    "isoCurrencyName": instrument["isoCurrencyName"] if "isoCurrencyName" in instrument.keys() else "",  # ISO name for currencies only
    -1425                    "country": countryName,  # e.g. "[RU] Российская Федерация" or unknownCountryName
    -1426                    "step": instrument["step"],  # minimum price increment
    -1427                }
    -1428
    -1429                # adding distribution by unique countries:
    -1430                if statData["country"] not in byCountry.keys():
    -1431                    byCountry[statData["country"]] = {"cost": costRUB, "percent": percentCostRUB}
    -1432
    -1433                else:
    -1434                    byCountry[statData["country"]]["cost"] += costRUB
    -1435                    byCountry[statData["country"]]["percent"] += percentCostRUB
    -1436
    -1437                if item["instrumentType"] != "currency":
    -1438                    # adding distribution by unique companies:
    -1439                    if statData["name"]:
    -1440                        if statData["name"] not in byComp.keys():
    -1441                            byComp[statData["name"]] = {"ticker": statData["ticker"], "cost": costRUB, "percent": percentCostRUB}
    -1442
    -1443                        else:
    -1444                            byComp[statData["name"]]["cost"] += costRUB
    -1445                            byComp[statData["name"]]["percent"] += percentCostRUB
    -1446
    -1447                    # adding distribution by unique sectors:
    -1448                    if statData["sector"] not in bySect.keys():
    -1449                        bySect[statData["sector"]] = {"cost": costRUB, "percent": percentCostRUB}
    -1450
    -1451                    else:
    -1452                        bySect[statData["sector"]]["cost"] += costRUB
    -1453                        bySect[statData["sector"]]["percent"] += percentCostRUB
    -1454
    -1455                # adding distribution by unique currencies:
    -1456                if currency not in byCurr.keys():
    -1457                    byCurr[currency] = {
    -1458                        "name": view["raw"]["currenciesCurrentPrices"][currency]["name"],
    -1459                        "cost": costRUB,
    -1460                        "percent": percentCostRUB
    -1461                    }
    -1462
    -1463                else:
    -1464                    byCurr[currency]["cost"] += costRUB
    -1465                    byCurr[currency]["percent"] += percentCostRUB
    -1466
    -1467                # saving statistics for every instrument:
    -1468                if item["instrumentType"] == "currency":
    -1469                    view["stat"]["Currencies"].append(statData)
    -1470
    -1471                    # update dict with free funds for trading (total - blocked) by currencies
    -1472                    # e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    -1473                    view["stat"]["funds"][currency] = {
    -1474                        "total": volume,
    -1475                        "totalCostRUB": costRUB,  # total volume cost in rubles
    -1476                        "free": volume - blocked,
    -1477                        "freeCostRUB": costRUB * ((volume - blocked) / volume) if volume > 0 else 0,  # free volume cost in rubles
    -1478                    }
    -1479
    -1480                elif item["instrumentType"] == "share":
    -1481                    view["stat"]["Shares"].append(statData)
    -1482
    -1483                elif item["instrumentType"] == "bond":
    -1484                    view["stat"]["Bonds"].append(statData)
    -1485
    -1486                elif item["instrumentType"] == "etf":
    -1487                    view["stat"]["Etfs"].append(statData)
    -1488
    -1489                elif item["instrumentType"] == "Futures":
    -1490                    view["stat"]["Futures"].append(statData)
    -1491
    -1492                else:
    -1493                    continue
    -1494
    -1495        # total changes in Russian Ruble:
    -1496        view["stat"]["availableRUB"] = view["stat"]["allCurrenciesCostRUB"] - sum([item["cost"] for item in view["stat"]["Currencies"]])  # available RUB without other currencies
    -1497        view["stat"]["totalChangesPercentRUB"] = NanoToFloat(view["raw"]["headers"]["expectedYield"]["units"], view["raw"]["headers"]["expectedYield"]["nano"]) if "expectedYield" in view["raw"]["headers"].keys() else 0.
    -1498        startCost = view["stat"]["portfolioCostRUB"] / (1 + view["stat"]["totalChangesPercentRUB"] / 100)
    -1499        view["stat"]["totalChangesRUB"] = view["stat"]["portfolioCostRUB"] - startCost
    -1500        view["stat"]["funds"]["rub"] = {
    -1501            "total": view["stat"]["availableRUB"],
    -1502            "totalCostRUB": view["stat"]["availableRUB"],
    -1503            "free": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    -1504            "freeCostRUB": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    -1505        }
    -1506
    -1507        # --- pending orders sector data:
    -1508        for item in view["raw"]["orders"]:
    -1509            self.figi = item["figi"]
    -1510            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    -1511
    -1512            if instrument:
    -1513                action = TKS_ORDER_DIRECTIONS[item["direction"]]
    -1514                orderType = TKS_ORDER_TYPES[item["orderType"]]
    -1515                orderState = TKS_ORDER_STATES[item["executionReportStatus"]]
    -1516                orderDate = item["orderDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    -1517
    -1518                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    -1519                if item["direction"] == "ORDER_DIRECTION_BUY":
    -1520                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    -1521
    -1522                else:
    -1523                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    -1524
    -1525                # requested price for order execution:
    -1526                target = NanoToFloat(item["initialSecurityPrice"]["units"], item["initialSecurityPrice"]["nano"])
    -1527
    -1528                # necessary changes in percent to reach target from current price:
    -1529                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    -1530
    -1531                view["stat"]["orders"].append({
    -1532                    "orderID": item["orderId"],  # orderId number parameter of current order
    -1533                    "figi": item["figi"],  # FIGI identification
    -1534                    "ticker": instrument["ticker"],  # ticker name by FIGI
    -1535                    "lotsRequested": item["lotsRequested"],  # requested lots value
    -1536                    "lotsExecuted": item["lotsExecuted"],  # how many lots are executed
    -1537                    "currentPrice": lastPrice,  # current instrument's price for defined action
    -1538                    "targetPrice": target,  # requested price for order execution in base currency
    -1539                    "baseCurrencyName": item["initialSecurityPrice"]["currency"],  # name of base currency
    -1540                    "percentChanges": changes,  # changes in percent to target from current price
    -1541                    "currency": item["currency"],  # instrument's currency name
    -1542                    "action": action,  # sell / buy / Unknown from TKS_ORDER_DIRECTIONS
    -1543                    "type": orderType,  # type of order from TKS_ORDER_TYPES
    -1544                    "status": orderState,  # order status from TKS_ORDER_STATES
    -1545                    "date": orderDate,  # string with order date and time from UTC format (without nano seconds part)
    -1546                })
    -1547
    -1548        # --- stop orders sector data:
    -1549        for item in view["raw"]["stopOrders"]:
    -1550            self.figi = item["figi"]
    -1551            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    -1552
    -1553            if instrument:
    -1554                action = TKS_STOP_ORDER_DIRECTIONS[item["direction"]]
    -1555                orderType = TKS_STOP_ORDER_TYPES[item["orderType"]]
    -1556                createDate = item["createDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    -1557
    -1558                # hack: server response can't contain "expirationTime" key if it is not "Until date" type of stop order
    -1559                if "expirationTime" in item.keys():
    -1560                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE"]
    -1561                    expDate = item["expirationTime"].replace("T", " ").replace("Z", "").split(".")[0]
    -1562
    -1563                else:
    -1564                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL"]
    -1565                    expDate = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"]
    -1566
    -1567                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    -1568                if item["direction"] == "STOP_ORDER_DIRECTION_BUY":
    -1569                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    -1570
    -1571                else:
    -1572                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    -1573
    -1574                # requested price when stop-order executed:
    -1575                target = NanoToFloat(item["stopPrice"]["units"], item["stopPrice"]["nano"])
    -1576
    -1577                # price for limit-order, set up when stop-order executed:
    -1578                limit = NanoToFloat(item["price"]["units"], item["price"]["nano"])
    -1579
    -1580                # necessary changes in percent to reach target from current price:
    -1581                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    -1582
    -1583                view["stat"]["stopOrders"].append({
    -1584                    "orderID": item["stopOrderId"],  # stopOrderId number parameter of current stop-order
    -1585                    "figi": item["figi"],  # FIGI identification
    -1586                    "ticker": instrument["ticker"],  # ticker name by FIGI
    -1587                    "lotsRequested": item["lotsRequested"],  # requested lots value
    -1588                    "currentPrice": lastPrice,  # current instrument's price for defined action
    -1589                    "targetPrice": target,  # requested price for stop-order execution in base currency
    -1590                    "limitPrice": limit,  # price for limit-order, set up when stop-order executed, 0 if market order
    -1591                    "baseCurrencyName": item["stopPrice"]["currency"],  # name of base currency
    -1592                    "percentChanges": changes,  # changes in percent to target from current price
    -1593                    "currency": item["currency"],  # instrument's currency name
    -1594                    "action": action,  # sell / buy / Unknown from TKS_STOP_ORDER_DIRECTIONS
    -1595                    "type": orderType,  # type of order from TKS_STOP_ORDER_TYPES
    -1596                    "expType": expType,  # expiration type of stop-order from TKS_STOP_ORDER_EXPIRATION_TYPES
    -1597                    "createDate": createDate,  # string with created order date and time from UTC format (without nano seconds part)
    -1598                    "expDate": expDate,  # string with expiration order date and time from UTC format (without nano seconds part)
    -1599                })
    -1600
    -1601        # --- calculating data for analytics section:
    -1602        # portfolio distribution by assets:
    -1603        view["analytics"]["distrByAssets"] = {
    -1604            "Ruble": {
    -1605                "uniques": 1,
    -1606                "cost": view["stat"]["availableRUB"],
    -1607                "percent": 100 * view["stat"]["availableRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1608            },
    -1609            "Currencies": {
    -1610                "uniques": len(view["stat"]["Currencies"]),  # all foreign currencies without RUB
    -1611                "cost": view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"],
    -1612                "percent": 100 * (view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"]) / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1613            },
    -1614            "Shares": {
    -1615                "uniques": len(view["stat"]["Shares"]),
    -1616                "cost": view["stat"]["sharesCostRUB"],
    -1617                "percent": 100 * view["stat"]["sharesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1618            },
    -1619            "Bonds": {
    -1620                "uniques": len(view["stat"]["Bonds"]),
    -1621                "cost": view["stat"]["bondsCostRUB"],
    -1622                "percent": 100 * view["stat"]["bondsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1623            },
    -1624            "Etfs": {
    -1625                "uniques": len(view["stat"]["Etfs"]),
    -1626                "cost": view["stat"]["etfsCostRUB"],
    -1627                "percent": 100 * view["stat"]["etfsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1628            },
    -1629            "Futures": {
    -1630                "uniques": len(view["stat"]["Futures"]),
    -1631                "cost": view["stat"]["futuresCostRUB"],
    -1632                "percent": 100 * view["stat"]["futuresCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1633            },
    -1634        }
    -1635
    -1636        # portfolio distribution by companies:
    -1637        view["analytics"]["distrByCompanies"]["All money cash"] = {
    -1638            "ticker": "",
    -1639            "cost": view["stat"]["allCurrenciesCostRUB"],
    -1640            "percent": 100 * view["stat"]["allCurrenciesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1641        }
    -1642        view["analytics"]["distrByCompanies"].update(byComp)
    -1643
    -1644        # portfolio distribution by sectors:
    -1645        view["analytics"]["distrBySectors"]["All money cash"] = {
    -1646            "cost": view["analytics"]["distrByCompanies"]["All money cash"]["cost"],
    -1647            "percent": view["analytics"]["distrByCompanies"]["All money cash"]["percent"],
    -1648        }
    -1649        view["analytics"]["distrBySectors"].update(bySect)
    -1650
    -1651        # portfolio distribution by currencies:
    -1652        view["analytics"]["distrByCurrencies"].update(byCurr)
    -1653        view["analytics"]["distrByCurrencies"]["rub"]["cost"] += view["analytics"]["distrByAssets"]["Ruble"]["cost"]
    -1654        view["analytics"]["distrByCurrencies"]["rub"]["percent"] += view["analytics"]["distrByAssets"]["Ruble"]["percent"]
    -1655
    -1656        # portfolio distribution by countries:
    -1657        view["analytics"]["distrByCountries"].update(byCountry)
    -1658
    -1659        # --- Prepare text statistics overview in human-readable:
    -1660        if showStatistics:
    -1661            info = [
    -1662                "# Client's portfolio\n\n",
    -1663                "* **Actual date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")),
    -1664                "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    -1665                "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format(
    -1666                    "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    -1667                    view["stat"]["totalChangesRUB"],
    -1668                    "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    -1669                    view["stat"]["totalChangesPercentRUB"],
    -1670                ),
    -1671                "## Open positions\n\n",
    -1672                "| Ticker [FIGI]               | Volume (blocked)                | Lots     | Curr. price  | Avg. price   | Current volume cost | Profit (%)\n",
    -1673                "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|----------------------\n",
    -1674                "| Ruble                       | {:>31} |          |              |              |                     |\n".format(
    -1675                    "{:.2f} ({:.2f}) rub".format(
    -1676                        view["stat"]["availableRUB"],
    -1677                        view["stat"]["blockedRUB"],
    -1678                    )
    -1679                )
    -1680            ]
    -1681
    -1682            def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list:
    -1683                return [
    -1684                    "|                             |                                 |          |              |              |                     |\n",
    -1685                    "| {:<27} |                                 |          |              |              | {:>19} |\n".format(
    -1686                        noTradeStr if noTradeStr else typeStr,
    -1687                        "" if noTradeStr else "{:.2f} RUB".format(CostRUB),
    -1688                    ),
    -1689                ]
    -1690
    -1691            def _InfoStr(data: dict, showCurrencyName: bool = False) -> str:
    -1692                return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {}\n".format(
    -1693                    "{} [{}]".format(data["ticker"], data["figi"]),
    -1694                    "{:.2f} ({:.2f}) {}".format(
    -1695                        data["volume"],
    -1696                        data["blocked"],
    -1697                        data["currency"],
    -1698                    ) if showCurrencyName else "{:.0f} ({:.0f})".format(
    -1699                        data["volume"],
    -1700                        data["blocked"],
    -1701                    ),
    -1702                    "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]),
    -1703                    "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a",
    -1704                    "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a",
    -1705                    "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]),
    -1706                    "{}{:.2f} {} ({}{:.2f}%)".format(
    -1707                        "+" if data["profit"] > 0 else "",
    -1708                        data["profit"], data["baseCurrencyName"],
    -1709                        "+" if data["percentProfit"] > 0 else "",
    -1710                        data["percentProfit"],
    -1711                    ),
    -1712                )
    -1713
    -1714            # --- Show currencies section:
    -1715            if view["stat"]["Currencies"]:
    -1716                info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**"))
    -1717                for item in view["stat"]["Currencies"]:
    -1718                    info.append(_InfoStr(item, showCurrencyName=True))
    -1719
    -1720            else:
    -1721                info.extend(_SplitStr(noTradeStr="**Currencies:** no trades"))
    -1722
    -1723            # --- Show shares section:
    -1724            if view["stat"]["Shares"]:
    -1725                info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**"))
    -1726
    -1727                for item in view["stat"]["Shares"]:
    -1728                    info.append(_InfoStr(item))
    -1729
    -1730            else:
    -1731                info.extend(_SplitStr(noTradeStr="**Shares:** no trades"))
    -1732
    -1733            # --- Show bonds section:
    -1734            if view["stat"]["Bonds"]:
    -1735                info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**"))
    -1736
    -1737                for item in view["stat"]["Bonds"]:
    -1738                    info.append(_InfoStr(item))
    -1739
    -1740            else:
    -1741                info.extend(_SplitStr(noTradeStr="**Bonds:** no trades"))
    -1742
    -1743            # --- Show etfs section:
    -1744            if view["stat"]["Etfs"]:
    -1745                info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**"))
    -1746
    -1747                for item in view["stat"]["Etfs"]:
    -1748                    info.append(_InfoStr(item))
    -1749
    -1750            else:
    -1751                info.extend(_SplitStr(noTradeStr="**Etfs:** no trades"))
    -1752
    -1753            # --- Show futures section:
    -1754            if view["stat"]["Futures"]:
    -1755                info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**"))
    -1756
    -1757                for item in view["stat"]["Futures"]:
    -1758                    info.append(_InfoStr(item))
    -1759
    -1760            else:
    -1761                info.extend(_SplitStr(noTradeStr="**Futures:** no trades"))
    -1762
    -1763            # --- Show pending orders section:
    -1764            if view["stat"]["orders"]:
    -1765                info.extend([
    -1766                    "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])),
    -1767                    "\n| Ticker [FIGI]               | Order ID       | Lots (exec.) | Current price (% delta) | Target price  | Action    | Type      | Create date (UTC)\n",
    -1768                    "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|---------------------\n",
    -1769                ])
    -1770                for item in view["stat"]["orders"]:
    -1771                    info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {}\n".format(
    -1772                        "{} [{}]".format(item["ticker"], item["figi"]),
    -1773                        item["orderID"],
    -1774                        "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]),
    -1775                        "{} {} ({}{:.2f}%)".format(
    -1776                            "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    -1777                            item["baseCurrencyName"],
    -1778                            "+" if item["percentChanges"] > 0 else "",
    -1779                            float(item["percentChanges"]),
    -1780                        ),
    -1781                        "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    -1782                        item["action"],
    -1783                        item["type"],
    -1784                        item["date"],
    -1785                    ))
    -1786
    -1787            else:
    -1788                info.append("\n## Total pending limit-orders: 0\n")
    -1789
    -1790            # --- Show stop orders section:
    -1791            if view["stat"]["stopOrders"]:
    -1792                info.extend([
    -1793                    "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])),
    -1794                    "\n| Ticker [FIGI]               | Stop order ID                        | Lots   | Current price (% delta) | Target price  | Limit price   | Action    | Type        | Expire type  | Create date (UTC)   | Expiration (UTC)\n",
    -1795                    "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------\n",
    -1796                ])
    -1797                for item in view["stat"]["stopOrders"]:
    -1798                    info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {}\n".format(
    -1799                        "{} [{}]".format(item["ticker"], item["figi"]),
    -1800                        item["orderID"],
    -1801                        item["lotsRequested"],
    -1802                        "{} {} ({}{:.2f}%)".format(
    -1803                            "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    -1804                            item["baseCurrencyName"],
    -1805                            "+" if item["percentChanges"] > 0 else "",
    -1806                            float(item["percentChanges"]),
    -1807                        ),
    -1808                        "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    -1809                        "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"],
    -1810                        item["action"],
    -1811                        item["type"],
    -1812                        item["expType"],
    -1813                        item["createDate"],
    -1814                        item["expDate"],
    -1815                    ))
    -1816
    -1817            else:
    -1818                info.append("\n## Total stop-orders: 0\n")
    -1819
    -1820            # -- Show analytics section:
    -1821            if view["stat"]["portfolioCostRUB"] > 0:
    -1822                info.extend([
    -1823                    "\n# Analytics\n"
    -1824                    "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    -1825                    "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format(
    -1826                        "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    -1827                        view["stat"]["totalChangesRUB"],
    -1828                        "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    -1829                        view["stat"]["totalChangesPercentRUB"],
    -1830                    ),
    -1831                    "\n## Portfolio distribution by assets\n"
    -1832                    "\n| Type       | Uniques | Percent | Current cost\n",
    -1833                    "|------------|---------|---------|-----------------\n",
    -1834                ])
    -1835
    -1836                for key in view["analytics"]["distrByAssets"].keys():
    -1837                    if view["analytics"]["distrByAssets"][key]["cost"] > 0:
    -1838                        info.append("| {:<10} | {:<7} | {:<7} | {:.2f} rub\n".format(
    -1839                            key,
    -1840                            view["analytics"]["distrByAssets"][key]["uniques"],
    -1841                            "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]),
    -1842                            view["analytics"]["distrByAssets"][key]["cost"],
    -1843                        ))
    -1844
    -1845                maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()])
    -1846                info.extend([
    -1847                    "\n## Portfolio distribution by companies\n"
    -1848                    "\n| Company{} | Percent | Current cost\n".format(" " * (maxLenNames - 7)),
    -1849                    "|--------{}-|---------|-----------------\n".format("-" * (maxLenNames - 7)),
    -1850                ])
    -1851
    -1852                for company in view["analytics"]["distrByCompanies"].keys():
    -1853                    if view["analytics"]["distrByCompanies"][company]["cost"] > 0:
    -1854                        nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"])
    -1855                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1856                            "{}{}{}".format(
    -1857                                "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "",
    -1858                                company,
    -1859                                "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)),
    -1860                            ),
    -1861                            "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]),
    -1862                            view["analytics"]["distrByCompanies"][company]["cost"],
    -1863                        ))
    -1864
    -1865                maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()])
    -1866                info.extend([
    -1867                    "\n## Portfolio distribution by sectors\n"
    -1868                    "\n| Sector{} | Percent | Current cost\n".format(" " * (maxLenSectors - 6)),
    -1869                    "|-------{}-|---------|-----------------\n".format("-" * (maxLenSectors - 6)),
    -1870                ])
    -1871
    -1872                for sector in view["analytics"]["distrBySectors"].keys():
    -1873                    if view["analytics"]["distrBySectors"][sector]["cost"] > 0:
    -1874                        info.append("| {}{} | {:<7} | {:.2f} rub\n".format(
    -1875                            sector,
    -1876                            "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)),
    -1877                            "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]),
    -1878                            view["analytics"]["distrBySectors"][sector]["cost"],
    -1879                        ))
    -1880
    -1881                maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()])
    -1882                info.extend([
    -1883                    "\n## Portfolio distribution by currencies\n"
    -1884                    "\n| Instruments currencies{} | Percent | Current cost\n".format(" " * (maxLenMoney - 22)),
    -1885                    "|-----------------------{}-|---------|-----------------\n".format("-" * (maxLenMoney - 22)),
    -1886                ])
    -1887
    -1888                for curr in view["analytics"]["distrByCurrencies"].keys():
    -1889                    if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0:
    -1890                        nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"])
    -1891                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1892                            "[{}] {}{}".format(
    -1893                                curr,
    -1894                                view["analytics"]["distrByCurrencies"][curr]["name"],
    -1895                                "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen),
    -1896                            ),
    -1897                            "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]),
    -1898                            view["analytics"]["distrByCurrencies"][curr]["cost"],
    -1899                        ))
    -1900
    -1901                maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()]))
    -1902                info.extend([
    -1903                    "\n## Portfolio distribution by countries\n"
    -1904                    "\n| Assets by country{} | Percent | Current cost\n".format(" " * (maxLenCountry - 17)),
    -1905                    "|------------------{}-|---------|-----------------\n".format("-" * (maxLenCountry - 17)),
    -1906                ])
    -1907
    -1908                for country in view["analytics"]["distrByCountries"].keys():
    -1909                    if view["analytics"]["distrByCountries"][country]["cost"] > 0:
    -1910                        nameLen = len(country)
    -1911                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1912                            "{}{}".format(
    -1913                                country,
    -1914                                "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen),
    -1915                            ),
    -1916                            "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]),
    -1917                            view["analytics"]["distrByCountries"][country]["cost"],
    -1918                        ))
    -1919
    -1920            infoText = "".join(info)
    -1921
    -1922            if showStatistics:
    -1923                uLogger.info("Statistics of client's portfolio:\n{}".format(infoText))
    -1924
    -1925            if self.overviewFile:
    -1926                with open(self.overviewFile, "w", encoding="UTF-8") as fH:
    -1927                    fH.write(infoText)
    -1928
    -1929                uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(self.overviewFile)))
    -1930
    -1931        return view
    -1932
    -1933    def Deals(self, start: str = None, end: str = None, printDeals: bool = False, showCancelled: bool = True) -> tuple:
    -1934        """
    -1935        Returns history operations between two given dates.
    -1936        If `reportFile` string is not empty then also save human-readable report.
    -1937        Shows some statistical data of closed positions.
    -1938
    -1939        :param start: see docstring in `GetDatesAsString()` method
    -1940        :param end: see docstring in `GetDatesAsString()` method
    -1941        :param printDeals: if `True` then also print all records to the console.
    -1942        :param showCancelled: if `False` then remove information about cancelled operations from the deals report.
    -1943        :return: original list of dictionaries with history of deals records from API ("operations" key):
    -1944                 https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    -1945                 and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.
    -1946        """
    -1947        startDate, endDate = GetDatesAsString(start, end)  # Example: ("2000-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    -1948
    -1949        uLogger.debug("Requesting history of a client's operations. Wait, please...")
    -1950
    -1951        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    -1952        dealsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetOperations"
    -1953        self.body = str({"accountId": self.accountId, "from": startDate, "to": endDate})
    -1954        ops = self.SendAPIRequest(dealsURL, reqType="POST")["operations"]  # list of dict: operations returns by broker
    -1955        customStat = {}  # custom statistics in additional to responseJSON
    -1956
    -1957        # --- output report in human-readable format:
    -1958        if printDeals or self.reportFile:
    -1959            splitLine1 = "|                            |                               |                              |                      |\n"  # Summary section
    -1960            splitLine2 = "|                     |              |              |            |           |                 |            |\n"  # Operations section
    -1961            nextDay = ""
    -1962
    -1963            info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])]
    -1964
    -1965            if len(ops) > 0:
    -1966                customStat = {
    -1967                    "opsCount": 0,  # total operations count
    -1968                    "buyCount": 0,  # buy operations
    -1969                    "sellCount": 0,  # sell operations
    -1970                    "buyTotal": {"rub": 0.},  # Buy sums in different currencies
    -1971                    "sellTotal": {"rub": 0.},  # Sell sums in different currencies
    -1972                    "payIn": {"rub": 0.},  # Deposit brokerage account
    -1973                    "payOut": {"rub": 0.},  # Withdrawals
    -1974                    "divs": {"rub": 0.},  # Dividends income
    -1975                    "coupons": {"rub": 0.},  # Coupon's income
    -1976                    "brokerCom": {"rub": 0.},  # Service commissions
    -1977                    "serviceCom": {"rub": 0.},  # Service commissions
    -1978                    "marginCom": {"rub": 0.},  # Margin commissions
    -1979                    "allTaxes": {"rub": 0.},  # Sum of withholding taxes and corrections
    -1980                }
    -1981
    -1982                # --- calculating statistics depends on operations type in TKS_OPERATION_TYPES:
    -1983                for item in ops:
    -1984                    if item["state"] == "OPERATION_STATE_EXECUTED":
    -1985                        payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    -1986
    -1987                        # count buy operations:
    -1988                        if "_BUY" in item["operationType"]:
    -1989                            customStat["buyCount"] += 1
    -1990
    -1991                            if item["payment"]["currency"] in customStat["buyTotal"].keys():
    -1992                                customStat["buyTotal"][item["payment"]["currency"]] += payment
    -1993
    -1994                            else:
    -1995                                customStat["buyTotal"][item["payment"]["currency"]] = payment
    -1996
    -1997                        # count sell operations:
    -1998                        elif "_SELL" in item["operationType"]:
    -1999                            customStat["sellCount"] += 1
    -2000
    -2001                            if item["payment"]["currency"] in customStat["sellTotal"].keys():
    -2002                                customStat["sellTotal"][item["payment"]["currency"]] += payment
    -2003
    -2004                            else:
    -2005                                customStat["sellTotal"][item["payment"]["currency"]] = payment
    -2006
    -2007                        # count incoming operations:
    -2008                        elif item["operationType"] in ["OPERATION_TYPE_INPUT"]:
    -2009                            if item["payment"]["currency"] in customStat["payIn"].keys():
    -2010                                customStat["payIn"][item["payment"]["currency"]] += payment
    -2011
    -2012                            else:
    -2013                                customStat["payIn"][item["payment"]["currency"]] = payment
    -2014
    -2015                        # count withdrawals operations:
    -2016                        elif item["operationType"] in ["OPERATION_TYPE_OUTPUT"]:
    -2017                            if item["payment"]["currency"] in customStat["payOut"].keys():
    -2018                                customStat["payOut"][item["payment"]["currency"]] += payment
    -2019
    -2020                            else:
    -2021                                customStat["payOut"][item["payment"]["currency"]] = payment
    -2022
    -2023                        # count dividends income:
    -2024                        elif item["operationType"] in ["OPERATION_TYPE_DIVIDEND", "OPERATION_TYPE_DIVIDEND_TRANSFER", "OPERATION_TYPE_DIV_EXT"]:
    -2025                            if item["payment"]["currency"] in customStat["divs"].keys():
    -2026                                customStat["divs"][item["payment"]["currency"]] += payment
    -2027
    -2028                            else:
    -2029                                customStat["divs"][item["payment"]["currency"]] = payment
    -2030
    -2031                        # count coupon's income:
    -2032                        elif item["operationType"] in ["OPERATION_TYPE_COUPON", "OPERATION_TYPE_BOND_REPAYMENT_FULL", "OPERATION_TYPE_BOND_REPAYMENT"]:
    -2033                            if item["payment"]["currency"] in customStat["coupons"].keys():
    -2034                                customStat["coupons"][item["payment"]["currency"]] += payment
    -2035
    -2036                            else:
    -2037                                customStat["coupons"][item["payment"]["currency"]] = payment
    -2038
    -2039                        # count broker commissions:
    -2040                        elif item["operationType"] in ["OPERATION_TYPE_BROKER_FEE", "OPERATION_TYPE_SUCCESS_FEE", "OPERATION_TYPE_TRACK_MFEE", "OPERATION_TYPE_TRACK_PFEE"]:
    -2041                            if item["payment"]["currency"] in customStat["brokerCom"].keys():
    -2042                                customStat["brokerCom"][item["payment"]["currency"]] += payment
    -2043
    -2044                            else:
    -2045                                customStat["brokerCom"][item["payment"]["currency"]] = payment
    -2046
    -2047                        # count service commissions:
    -2048                        elif item["operationType"] in ["OPERATION_TYPE_SERVICE_FEE"]:
    -2049                            if item["payment"]["currency"] in customStat["serviceCom"].keys():
    -2050                                customStat["serviceCom"][item["payment"]["currency"]] += payment
    -2051
    -2052                            else:
    -2053                                customStat["serviceCom"][item["payment"]["currency"]] = payment
    -2054
    -2055                        # count margin commissions:
    -2056                        elif item["operationType"] in ["OPERATION_TYPE_MARGIN_FEE"]:
    -2057                            if item["payment"]["currency"] in customStat["marginCom"].keys():
    -2058                                customStat["marginCom"][item["payment"]["currency"]] += payment
    -2059
    -2060                            else:
    -2061                                customStat["marginCom"][item["payment"]["currency"]] = payment
    -2062
    -2063                        # count withholding taxes:
    -2064                        elif "_TAX" in item["operationType"]:
    -2065                            if item["payment"]["currency"] in customStat["allTaxes"].keys():
    -2066                                customStat["allTaxes"][item["payment"]["currency"]] += payment
    -2067
    -2068                            else:
    -2069                                customStat["allTaxes"][item["payment"]["currency"]] = payment
    -2070
    -2071                        else:
    -2072                            continue
    -2073
    -2074                customStat["opsCount"] += customStat["buyCount"] + customStat["sellCount"]
    -2075
    -2076                # --- view "Actions" lines:
    -2077                info.extend([
    -2078                    "| 1                          | 2                             | 3                            | 4                    | 5\n",
    -2079                    "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------\n",
    -2080                    "| **Actions:**               | Trades: {:<21} | Trading volumes:             |                      |\n".format(customStat["opsCount"]),
    -2081                    "|                            |   Buy: {:<22} | {:<28} |                      |\n".format(
    -2082                        "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    -2083                        "  rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else "  —",
    -2084                    ),
    -2085                    "|                            |   Sell: {:<21} | {:<28} |                      |\n".format(
    -2086                        "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    -2087                        "  rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else "  —",
    -2088                    ),
    -2089                ])
    -2090
    -2091                opsKeys = sorted(list(set(list(customStat["buyTotal"].keys()) + list(customStat["sellTotal"].keys()))))
    -2092                for key in opsKeys:
    -2093                    if key == "rub":
    -2094                        continue
    -2095
    -2096                    info.extend([
    -2097                        "|                            |                               | {:<28} |                      |\n".format(
    -2098                            "  {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0)
    -2099                        ),
    -2100                        "|                            |                               | {:<28} |                      |\n".format(
    -2101                            "  {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0)
    -2102                        ),
    -2103                    ])
    -2104
    -2105                info.append(splitLine1)
    -2106
    -2107                def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str:
    -2108                    return "|                            | {:<29} | {:<28} | {:<20} | {:<22}\n".format(
    -2109                            "  {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else "  —",
    -2110                            "  {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else "  —",
    -2111                            "  {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else "  —",
    -2112                            "  {}: {}{:.2f}".format(cur, "+" if data4[cur] > 0 else "", data4[cur]) if cur and cur in data4.keys() and data4[cur] != 0 else "  —",
    -2113                    )
    -2114
    -2115                # --- view "Payments" lines:
    -2116                info.append("| **Payments:**              | Deposit on broker account:    | Withdrawals:                 | Dividends income:    | Coupons income:\n")
    -2117                paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys()))))
    -2118
    -2119                for key in paymentsKeys:
    -2120                    info.append(_InfoStr(customStat["payIn"], customStat["payOut"], customStat["divs"], customStat["coupons"], key))
    -2121
    -2122                info.append(splitLine1)
    -2123
    -2124                # --- view "Commissions and taxes" lines:
    -2125                info.append("| **Commissions and taxes:** | Broker commissions:           | Service commissions:         | Margin commissions:  | All taxes/corrections:\n")
    -2126                comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys()))))
    -2127
    -2128                for key in comKeys:
    -2129                    info.append(_InfoStr(customStat["brokerCom"], customStat["serviceCom"], customStat["marginCom"], customStat["allTaxes"], key))
    -2130
    -2131                info.append(splitLine1)
    -2132
    -2133                info.extend([
    -2134                    "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"),
    -2135                    "| Date and time       | FIGI         | Ticker       | Asset      | Value     | Payment         | Status     | Operation type\n",
    -2136                    "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------\n",
    -2137                ])
    -2138
    -2139            else:
    -2140                info.append("Broker returned no operations during this period\n")
    -2141
    -2142            # --- view "Operations" section:
    -2143            for item in ops:
    -2144                if not showCancelled and TKS_OPERATION_STATES[item["state"]] == TKS_OPERATION_STATES["OPERATION_STATE_CANCELED"]:
    -2145                    continue
    -2146
    -2147                else:
    -2148                    self.figi = item["figi"] if item["figi"] else ""
    -2149                    payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    -2150                    instrument = self.SearchByFIGI(requestPrice=False) if self.figi else {}
    -2151
    -2152                    # group of deals during one day:
    -2153                    if nextDay and item["date"].split("T")[0] != nextDay:
    -2154                        info.append(splitLine2)
    -2155                        nextDay = ""
    -2156
    -2157                    else:
    -2158                        nextDay = item["date"].split("T")[0]  # saving current day for splitting
    -2159
    -2160                    info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {}\n".format(
    -2161                        item["date"].replace("T", " ").replace("Z", "").split(".")[0],
    -2162                        self.figi if self.figi else "—",
    -2163                        instrument["ticker"] if instrument else "—",
    -2164                        instrument["type"] if instrument else "—",
    -2165                        item["quantity"] if int(item["quantity"]) > 0 else "—",
    -2166                        "{}{:.2f} {}".format("+" if payment > 0 else "", payment, item["payment"]["currency"]) if payment != 0 else "—",
    -2167                        TKS_OPERATION_STATES[item["state"]],
    -2168                        TKS_OPERATION_TYPES[item["operationType"]],
    -2169                    ))
    -2170
    -2171            infoText = "".join(info)
    -2172
    -2173            if printDeals:
    -2174                uLogger.info(infoText)
    -2175
    -2176            if self.reportFile:
    -2177                with open(self.reportFile, "w", encoding="UTF-8") as fH:
    -2178                    fH.write(infoText)
    -2179
    -2180                uLogger.info("History of a client's operations are saved to file: [{}]".format(os.path.abspath(self.reportFile)))
    -2181
    -2182        return ops, customStat
    -2183
    -2184    def History(self, onlyMissing: bool = False):
    -2185        """
    -2186        This method returns last history candles of the current instrument defined by `ticker`.
    -2187        If `historyFile` is not None then method save history to this file, otherwise return only pandas dataframe.
    -2188        `historyLength` define how many candles returns from past to current date.
    -2189        `historyInterval` define candle interval. Available values are strings: `"1min"`, `"2min"`, `"3min"`, `"5min"`,
    -2190        `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`.
    -2191        Maximum requested history date in the past: `1970.01.02 03:45`
    -2192
    -2193        :param onlyMissing: if history file define then add only last missing candles, do not request all history length. False by default.
    -2194                            WARNING! History appends only from last candle to current time with replace last candle! Intervals must be similar!
    -2195        :return: pandas dataframe with prices history. Columns: `date`, `time`, `open`, `high`, `low`, `close`, `volume`.
    -2196        """
    -2197        history = None  # empty pandas object for history
    -2198        # TODO: update history to work with api v2
    -2199        # if self.historyLength < 1:
    -2200        #     raise Exception("History length parameter must be >=1!")
    -2201        #
    -2202        # if self.historyInterval not in TKS_TIMEFRAMES.keys():
    -2203        #     raise Exception("Interval parameter must be string with available values: 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month.")
    -2204        #
    -2205        # if not (self.ticker or self.figi):
    -2206        #     raise Exception("self.ticker or self.figi variables must be defined!")
    -2207        #
    -2208        # if self.ticker and not self.figi:
    -2209        #     instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False)
    -2210        #     self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    -2211        #
    -2212        # endDate = datetime.now(tzutc())  # current time for request history
    -2213        # tempOld = None  # pandas object for old history, if --only-missing key present
    -2214        # lastTime = None  # datetime object of last old candle in file
    -2215        # minStartDate = datetime.strptime("1970.01.02 03:45", "%Y.%m.%d %H:%M").astimezone(tzutc())  # Maximum requested history date in the past
    -2216        #
    -2217        # # get old history saved earlier in file:
    -2218        # if onlyMissing and self.historyFile and os.path.exists(self.historyFile):
    -2219        #     uLogger.debug("--only-missing key present, so auto decreasing --length value...")
    -2220        #     uLogger.debug("Only append missing last history candles at the end of the file [{}]".format(os.path.abspath(self.historyFile)))
    -2221        #
    -2222        #     tempOld = pd.read_csv(self.historyFile, sep=",", header=None, names=["date", "time", "open", "high", "low", "close", "volume"])
    -2223        #
    -2224        #     tempOld["date"] = pd.to_datetime(tempOld["date"])  # load date "as is"
    -2225        #     tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d")  # convert date to string
    -2226        #     tempOld["time"] = pd.to_datetime(tempOld["time"])  # load time "as is"
    -2227        #     tempOld["time"] = tempOld["time"].dt.strftime("%H:%M")  # convert time to string
    -2228        #
    -2229        #     # get last datetime object from last string in file or minus 1 delta if file is empty:
    -2230        #     if len(tempOld) > 0:
    -2231        #         lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").astimezone(tzutc())
    -2232        #
    -2233        #     else:
    -2234        #         lastTime = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"])
    -2235        #         uLogger.warning("No history in file, set last date to request at [{}]".format(lastTime))
    -2236        #
    -2237        #     delta = endDate - lastTime  # current time minus last time in file
    -2238        #     deltaMinutes = delta.days * 1440 + delta.seconds // 60  # minutes between last datetime and current datetime
    -2239        #
    -2240        #     # calculate new (decreased) history length to download:
    -2241        #     self.historyLength = deltaMinutes // TKS_TIMEFRAMES[self.historyInterval]["minutes"]
    -2242        #     if deltaMinutes % TKS_TIMEFRAMES[self.historyInterval]["minutes"] > 0:
    -2243        #         self.historyLength += 1  # to avoid fraction time
    -2244        #
    -2245        #     tempOld = tempOld[:-1]  # always remove last old candle because it may be incompletely at the current time
    -2246        #
    -2247        # if self.figi:
    -2248        #     blocks = 1 if self.historyLength <= TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] else 1 + self.historyLength // TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]
    -2249        #     responseJSONs = []  # raw history blocks
    -2250        #
    -2251        #     uLogger.debug("Request last history from Tinkoff Broker server for ticker [{}], FIGI [{}]...".format(self.ticker, self.figi))
    -2252        #
    -2253        #     uLogger.debug("Requested history length: [{}], interval: [{}]".format(self.historyLength, self.historyInterval))
    -2254        #     uLogger.debug("User requested time period is about from [{}] to [{}]".format(
    -2255        #         (endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * self.historyLength)).strftime("%Y-%m-%d %H:%M:%S"),
    -2256        #         endDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2257        #     ))
    -2258        #
    -2259        #     uLogger.debug("Blocks count: [{}], max candles in block for this interval: [{}]".format(blocks, TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]))
    -2260        #
    -2261        #     oldFlag = False
    -2262        #     for item in range(blocks):
    -2263        #         tail = self.historyLength % TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] if item + 1 == blocks else TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]
    -2264        #         startDate = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * tail)
    -2265        #
    -2266        #         if startDate < minStartDate:
    -2267        #             startDate = minStartDate  # set minimum date in the past if delta is too long
    -2268        #             uLogger.debug("Date in the past is too old for request. Set start time to [{}]".format(minStartDate.strftime("%Y-%m-%d %H:%M:%S")))
    -2269        #             oldFlag = True
    -2270        #
    -2271        #         uLogger.debug("Block time period: from [{}] to [{}] ({}/{})".format(
    -2272        #             startDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2273        #             endDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2274        #             item + 1,
    -2275        #             blocks,
    -2276        #         ))
    -2277        #
    -2278        #         historyURL = self.server + r"/market/candles?figi={}&from={}&to={}&interval={}".format(
    -2279        #             self.figi,
    -2280        #             quote(startDate.isoformat()),
    -2281        #             quote(endDate.isoformat()),
    -2282        #             self.historyInterval,
    -2283        #         )
    -2284        #         responseJSON = self.SendAPIRequest(historyURL, debug=False)["payload"]["candles"]
    -2285        #
    -2286        #         responseJSONs = responseJSON + responseJSONs  # add more old history behind newest dates
    -2287        #         endDate = startDate
    -2288        #
    -2289        #         if oldFlag: break
    -2290        #
    -2291        #     if responseJSONs:
    -2292        #         tempHistory = pd.DataFrame(
    -2293        #             data={
    -2294        #                 "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    -2295        #                 "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    -2296        #                 "open": [item["o"] for item in responseJSONs],
    -2297        #                 "high": [item["h"] for item in responseJSONs],
    -2298        #                 "low": [item["l"] for item in responseJSONs],
    -2299        #                 "close": [item["c"] for item in responseJSONs],
    -2300        #                 "volume": [item["v"] for item in responseJSONs],
    -2301        #             },
    -2302        #             index=range(len(responseJSONs)),
    -2303        #             columns=["date", "time", "open", "high", "low", "close", "volume"],
    -2304        #         )
    -2305        #         tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d")
    -2306        #         tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M")
    -2307        #
    -2308        #         # append only newest candles to old history if --only-missing key present:
    -2309        #         if onlyMissing and tempOld is not None and lastTime is not None:
    -2310        #             indx = 0  # find start index in given from server tempHistory data:
    -2311        #             for i, item in tempHistory.iterrows():
    -2312        #                 curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").astimezone(tzutc())
    -2313        #                 if curTime == lastTime:
    -2314        #                     uLogger.debug("History candles will be updated starting from the candle with date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S")))
    -2315        #                     indx = i
    -2316        #                     break
    -2317        #
    -2318        #             history = tempOld.append(tempHistory[indx:], ignore_index=True)
    -2319        #
    -2320        #         else:
    -2321        #             history = tempHistory  # if no --only-missing key then load full data from server
    -2322        #
    -2323        #         uLogger.debug("Showing last 3 rows of candles history:")
    -2324        #         for line in pd.DataFrame.to_string(
    -2325        #                 history[["date", "time", "open", "high", "low", "close", "volume"]][-3:],
    -2326        #                 max_cols=20,
    -2327        #         ).split("\n"):
    -2328        #             uLogger.debug(line)
    -2329        #
    -2330        #     if self.historyFile is not None:
    -2331        #         if history is not None:
    -2332        #             history.to_csv(self.historyFile, sep=",", index=False, header=False)
    -2333        #             uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(
    -2334        #                 self.ticker,
    -2335        #                 self.figi,
    -2336        #                 self.historyInterval,
    -2337        #                 os.path.abspath(self.historyFile),
    -2338        #             ))
    -2339        #
    -2340        #         else:
    -2341        #             uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile)))
    -2342        #
    -2343        #     else:
    -2344        #         uLogger.debug("--output key is not defined. Parsed history file not saved to .csv-file, only pandas dataframe returns.")
    -2345
    -2346        return history
    -2347
    -2348    def Trade(self, operation: str, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2349        """
    -2350        Universal method to create market order and make deal at the current price. Returns JSON data with response.
    -2351        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2352
    -2353        See also: `Order()` docstring. More simple methods than `Trade()` are `Buy()` and `Sell()`.
    -2354
    -2355        :param operation: string "Buy" or "Sell".
    -2356        :param lots: volume, integer count of lots >= 1.
    -2357        :param tp: float > 0, target price for stop-order with "TP" type. It used as take profit parameter `targetPrice` in `self.Order()`.
    -2358        :param sl: float > 0, target price for stop-order with "SL" type. It used as stop loss parameter `targetPrice` in `self.Order()`.
    -2359        :param expDate: string "Undefined" by default or local date in future,
    -2360                        it is a string with format `%Y-%m-%d %H:%M:%S`.
    -2361        :return: JSON with response from broker server.
    -2362        """
    -2363        if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2364            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    -2365
    -2366        if lots is None or lots < 1:
    -2367            uLogger.warning("You must define trade volume > 0: integer count of lots! For current operation lots reset to 1.")
    -2368            lots = 1
    -2369
    -2370        if tp is None or tp < 0:
    -2371            tp = 0
    -2372
    -2373        if sl is None or sl < 0:
    -2374            sl = 0
    -2375
    -2376        if expDate is None or not expDate:
    -2377            expDate = "Undefined"
    -2378
    -2379        if not (self.ticker or self.figi):
    -2380            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    -2381
    -2382        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    -2383        self.ticker = instrument["ticker"]
    -2384        self.figi = instrument["figi"]
    -2385
    -2386        uLogger.debug("Opening [{}] market order: ticker [{}], FIGI [{}], lots [{}], TP [{:.4f}], SL [{:.4f}], expiration date of TP/SL orders [{}]. Wait, please...".format(operation, self.ticker, self.figi, lots, tp, sl, expDate))
    -2387
    -2388        openTradeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    -2389        self.body = str({
    -2390            "figi": self.figi,
    -2391            "quantity": str(lots),
    -2392            "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    -2393            "accountId": str(self.accountId),
    -2394            "orderType": "ORDER_TYPE_MARKET",  # see: TKS_ORDER_TYPES
    -2395        })
    -2396        response = self.SendAPIRequest(openTradeURL, reqType="POST", retry=0, debug=False)
    -2397
    -2398        if "orderId" in response.keys():
    -2399            uLogger.info("[{}] market order [{}] was executed: ticker [{}], FIGI [{}], lots [{}]. Total order price: [{:.4f} {}] (with commission: [{:.2f} {}]). Average price of lot: [{:.2f} {}]".format(
    -2400                operation, response["orderId"],
    -2401                self.ticker, self.figi, lots,
    -2402                NanoToFloat(response["totalOrderAmount"]["units"], response["totalOrderAmount"]["nano"]), response["totalOrderAmount"]["currency"],
    -2403                NanoToFloat(response["initialCommission"]["units"], response["initialCommission"]["nano"]), response["initialCommission"]["currency"],
    -2404                NanoToFloat(response["executedOrderPrice"]["units"], response["executedOrderPrice"]["nano"]), response["executedOrderPrice"]["currency"],
    -2405            ))
    -2406
    -2407        else:
    -2408            uLogger.warning("Not `oK` status received! Market order not created. See full debug log or try again and open order later.")
    -2409
    -2410        if tp > 0:
    -2411            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=tp, limitPrice=tp, stopType="TP", expDate=expDate)
    -2412
    -2413        if sl > 0:
    -2414            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=sl, limitPrice=sl, stopType="SL", expDate=expDate)
    -2415
    -2416        return response
    -2417
    -2418    def Buy(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2419        """
    -2420        More simple method than `Trade()`. Create `Buy` market order and make deal at the current price. Returns JSON data with response.
    -2421        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2422
    -2423        See also: `Order()` and `Trade()` docstrings.
    -2424
    -2425        :param lots: volume, integer count of lots >= 1.
    -2426        :param tp: float > 0, take profit price of stop-order.
    -2427        :param sl: float > 0, stop loss price of stop-order.
    -2428        :param expDate: it's a local date in future.
    -2429                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2430        :return: JSON with response from broker server.
    -2431        """
    -2432        return self.Trade(operation="Buy", lots=lots, tp=tp, sl=sl, expDate=expDate)
    -2433
    -2434    def Sell(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2435        """
    -2436        More simple method than `Trade()`. Create `Sell` market order and make deal at the current price. Returns JSON data with response.
    -2437        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2438
    -2439        See also: `Order()` and `Trade()` docstrings.
    -2440
    -2441        :param lots: volume, integer count of lots >= 1.
    -2442        :param tp: float > 0, take profit price of stop-order.
    -2443        :param sl: float > 0, stop loss price of stop-order.
    -2444        :param expDate: it's a local date in future.
    -2445                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2446        :return: JSON with response from broker server.
    -2447        """
    -2448        return self.Trade(operation="Sell", lots=lots, tp=tp, sl=sl, expDate=expDate)
    -2449
    -2450    def CloseTrades(self, tickers: list, overview: dict = None) -> None:
    -2451        """
    -2452        Close position of given instruments.
    -2453
    -2454        :param tickers: tickers list of instruments that must be closed.
    -2455        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    -2456                         This avoids unnecessary downloading data from the server.
    -2457        """
    -2458        if not tickers:
    -2459            uLogger.info("Tickers list is empty, nothing to close.")
    -2460
    -2461        else:
    -2462            if overview is None or not overview:
    -2463                overview = self.Overview(showStatistics=False)
    -2464
    -2465            allOpenedTickers = [item["ticker"] for iType in TKS_INSTRUMENTS for item in overview["stat"][iType]]
    -2466            uLogger.debug("All opened instruments by it's tickers names: {}".format(allOpenedTickers))
    -2467
    -2468            for ticker in tickers:
    -2469                if ticker not in allOpenedTickers:
    -2470                    uLogger.warning("Instrument with ticker [{}] not in open positions list!".format(ticker))
    -2471                    continue
    -2472
    -2473                # search open trade info about instrument by ticker:
    -2474                instrument = {}
    -2475                for iType in TKS_INSTRUMENTS:
    -2476                    if instrument:
    -2477                        break
    -2478
    -2479                    for item in overview["stat"][iType]:
    -2480                        if item["ticker"] == ticker:
    -2481                            instrument = item
    -2482                            break
    -2483
    -2484                if instrument:
    -2485                    self.ticker = ticker
    -2486                    self.figi = instrument["figi"]
    -2487
    -2488                    uLogger.debug("Closing trade of instrument: ticker [{}], FIGI[{}], lots [{}]{}. Wait, please...".format(
    -2489                        self.ticker,
    -2490                        self.figi,
    -2491                        int(instrument["volume"]),
    -2492                        ", blocked [{}]".format(instrument["blocked"]) if instrument["blocked"] > 0 else "",
    -2493                    ))
    -2494
    -2495                    tradeLots = abs(instrument["lots"]) - instrument["blocked"]  # available volumes in lots for close operation
    -2496
    -2497                    if tradeLots > 0:
    -2498                        if instrument["blocked"] > 0:
    -2499                            uLogger.warning("Just for your information: there are [{}] lots blocked for instrument [{}]! Available only [{}] lots to closing trade.".format(
    -2500                                instrument["blocked"],
    -2501                                self.ticker,
    -2502                                tradeLots,
    -2503                            ))
    -2504
    -2505                        # if direction is "Long" then we need sell, if direction is "Short" then we need buy:
    -2506                        self.Trade(operation="Sell" if instrument["direction"] == "Long" else "Buy", lots=tradeLots)
    -2507
    -2508                    else:
    -2509                        uLogger.warning("There are no available lots for instrument [{}] to closing trade at this moment! Try again later or cancel some orders.".format(self.ticker))
    -2510
    -2511    def CloseAllTrades(self, iType: str, overview: dict = None) -> None:
    -2512        """
    -2513        Close all positions of given instruments with defined type.
    -2514
    -2515        :param iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
    -2516        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    -2517                         This avoids unnecessary downloading data from the server.
    -2518        """
    -2519        if iType not in TKS_INSTRUMENTS:
    -2520            uLogger.warning("Type of the instrument must be one of supported types: {}. Given: [{}]".format(", ".join(TKS_INSTRUMENTS), iType))
    -2521
    -2522        else:
    -2523            if overview is None or not overview:
    -2524                overview = self.Overview(showStatistics=False)
    -2525
    -2526            tickers = [item["ticker"] for item in overview["stat"][iType]]
    -2527            uLogger.debug("Instrument tickers with type [{}] that will be closed: {}".format(iType, tickers))
    -2528
    -2529            if tickers and overview:
    -2530                self.CloseTrades(tickers, overview)
    -2531
    -2532            else:
    -2533                uLogger.info("Instrument tickers with type [{}] not found, nothing to close.".format(iType))
    -2534
    -2535    def Order(self, operation: str, orderType: str, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2536        """
    -2537        Universal method to create market or limit orders with all available parameters.
    -2538        See more simple methods: `BuyLimit()`, `BuyStop()`, `SellLimit()`, `SellStop()`.
    -2539
    -2540        If orderType is "Limit" then create pending limit-order below current price if operation is "Buy" and above
    -2541        current price if operation is "Sell". A limit order has no expiration date, it lasts until the end of the trading day.
    -2542
    -2543        Warning! If you try to create limit-order above current price if "Buy" or below current price if "Sell"
    -2544        then broker immediately open market order as you can do simple --buy or --sell operations!
    -2545
    -2546        If orderType is "Stop" then creates stop-order with any direction "Buy" or "Sell".
    -2547        When current price will go up or down to target price value then broker opens a limit order.
    -2548        Stop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.
    -2549
    -2550        Only one attempt and no retry for opens order. If network issue occurred you can create new request.
    -2551
    -2552        :param operation: string "Buy" or "Sell".
    -2553        :param orderType: string "Limit" or "Stop".
    -2554        :param lots: volume, integer count of lots >= 1.
    -2555        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2556        :param limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.
    -2557                           Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
    -2558        :param stopType: string "Limit" by default. This parameter only makes sense for stop-order. There are 3 stop-order types
    -2559                         "SL", "TP", "Limit" for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2560                         Stop loss order always executed by market price.
    -2561        :param expDate: string "Undefined" by default or local date in future.
    -2562                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2563                        This date is converting to UTC format for server. This parameter only makes sense for stop-order.
    -2564                        A limit order has no expiration date, it lasts until the end of the trading day.
    -2565        :return: JSON with response from broker server.
    -2566        """
    -2567        if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2568            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    -2569
    -2570        if orderType is None or not orderType or orderType not in ("Limit", "Stop"):
    -2571            raise Exception("You must define order type only one of them: `Limit` or `Stop`!")
    -2572
    -2573        if lots is None or lots < 1:
    -2574            raise Exception("You must define trade volume > 0: integer count of lots!")
    -2575
    -2576        if targetPrice is None or targetPrice <= 0:
    -2577            raise Exception("Target price for limit-order must be greater than 0!")
    -2578
    -2579        if limitPrice is None or limitPrice <= 0:
    -2580            limitPrice = targetPrice
    -2581
    -2582        if stopType is None or not stopType or stopType not in ("SL", "TP", "Limit"):
    -2583            stopType = "Limit"
    -2584
    -2585        if expDate is None or not expDate:
    -2586            expDate = "Undefined"
    -2587
    -2588        if not (self.ticker or self.figi):
    -2589            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    -2590
    -2591        response = {}
    -2592        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    -2593        self.ticker = instrument["ticker"]
    -2594        self.figi = instrument["figi"]
    -2595
    -2596        if orderType == "Limit":
    -2597            uLogger.debug(
    -2598                "Creating pending limit-order: ticker [{}], FIGI [{}], action [{}], lots [{}] and the target price [{:.2f} {}]. Wait, please...".format(
    -2599                    self.ticker, self.figi,
    -2600                    operation, lots, targetPrice, instrument["currency"],
    -2601                ))
    -2602
    -2603            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    -2604            self.body = str({
    -2605                "figi": self.figi,
    -2606                "quantity": str(lots),
    -2607                "price": FloatToNano(targetPrice),
    -2608                "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    -2609                "accountId": str(self.accountId),
    -2610                "orderType": "ORDER_TYPE_LIMIT",  # see: TKS_ORDER_TYPES
    -2611            })
    -2612            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    -2613
    -2614            if "orderId" in response.keys():
    -2615                uLogger.info(
    -2616                    "Limit-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}]".format(
    -2617                        response["orderId"],
    -2618                        self.ticker, self.figi,
    -2619                        operation, lots, targetPrice, instrument["currency"],
    -2620                    ))
    -2621
    -2622                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    -2623                    if operation == "Buy" and targetPrice > instrument["currentPrice"]["lastPrice"]:
    -2624                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was higher than current price [{:.2f} {}] broker immediately opened `Buy` market order, such as if you did simple `--buy` operation.".format(
    -2625                            targetPrice, instrument["currency"],
    -2626                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2627                        ))
    -2628
    -2629                    if operation == "Sell" and targetPrice < instrument["currentPrice"]["lastPrice"]:
    -2630                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was lower than current price [{:.2f} {}] broker immediately opened `Sell` market order, such as if you did simple `--sell` operation.".format(
    -2631                            targetPrice, instrument["currency"],
    -2632                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2633                        ))
    -2634
    -2635            else:
    -2636                uLogger.warning("Not `oK` status received! Limit order not opened. See full debug log or try again and open order later.")
    -2637
    -2638        if orderType == "Stop":
    -2639            uLogger.debug(
    -2640                "Creating stop-order: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and local expiration date [{}]. Wait, please...".format(
    -2641                    self.ticker, self.figi,
    -2642                    operation, lots,
    -2643                    targetPrice, instrument["currency"],
    -2644                    limitPrice, instrument["currency"],
    -2645                    stopType, expDate,
    -2646                ))
    -2647
    -2648            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/PostStopOrder"
    -2649            expDateUTC = "" if expDate == "Undefined" else datetime.strptime(expDate, "%Y-%m-%d %H:%M:%S").replace(tzinfo=tzlocal()).astimezone(tzutc()).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
    -2650            stopOrderType = "STOP_ORDER_TYPE_STOP_LOSS" if stopType == "SL" else "STOP_ORDER_TYPE_TAKE_PROFIT" if stopType == "TP" else "STOP_ORDER_TYPE_STOP_LIMIT"
    -2651
    -2652            body = {
    -2653                "figi": self.figi,
    -2654                "quantity": str(lots),
    -2655                "price": FloatToNano(limitPrice),
    -2656                "stopPrice": FloatToNano(targetPrice),
    -2657                "direction": "STOP_ORDER_DIRECTION_BUY" if operation == "Buy" else "STOP_ORDER_DIRECTION_SELL",  # see: TKS_STOP_ORDER_DIRECTIONS
    -2658                "accountId": str(self.accountId),
    -2659                "expirationType": "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE" if expDateUTC else "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL",  # see: TKS_STOP_ORDER_EXPIRATION_TYPES
    -2660                "stopOrderType": stopOrderType,  # see: TKS_STOP_ORDER_TYPES
    -2661            }
    -2662
    -2663            if expDateUTC:
    -2664                body["expireDate"] = expDateUTC
    -2665
    -2666            self.body = str(body)
    -2667            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    -2668
    -2669            if "stopOrderId" in response.keys():
    -2670                uLogger.info(
    -2671                    "Stop-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and expiration date in UTC [{}]".format(
    -2672                    response["stopOrderId"],
    -2673                    self.ticker, self.figi,
    -2674                    operation, lots,
    -2675                    targetPrice, instrument["currency"],
    -2676                    limitPrice, instrument["currency"],
    -2677                    TKS_STOP_ORDER_TYPES[stopOrderType],
    -2678                    datetime.strptime(expDateUTC, "%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tzutc()).astimezone(tzutc()).strftime("%Y-%m-%d %H:%M:%S") if expDateUTC else TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"],
    -2679                ))
    -2680
    -2681                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    -2682                    if operation == "Buy" and targetPrice < instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    -2683                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target buy price [{:.2f} {}] is lower than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    -2684                            targetPrice, instrument["currency"],
    -2685                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2686                        ))
    -2687
    -2688                    if operation == "Sell" and targetPrice > instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    -2689                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target sell price [{:.2f} {}] is higher than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    -2690                            targetPrice, instrument["currency"],
    -2691                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2692                        ))
    -2693
    -2694            else:
    -2695                uLogger.warning("Not `oK` status received! Stop order not opened. See full debug log or try again and open order later.")
    -2696
    -2697        return response
    -2698
    -2699    def BuyLimit(self, lots: int, targetPrice: float) -> dict:
    -2700        """
    -2701        Create pending `Buy` limit-order (below current price). You must specify only 2 parameters:
    -2702        `lots` and `target price` to open buy limit-order. If you try to create buy limit-order above current price then
    -2703        broker immediately open `Buy` market order, such as if you do simple `--buy` operation!
    -2704        See also: `Order()` docstring.
    -2705
    -2706        :param lots: volume, integer count of lots >= 1.
    -2707        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2708        :return: JSON with response from broker server.
    -2709        """
    -2710        return self.Order(operation="Buy", orderType="Limit", lots=lots, targetPrice=targetPrice)
    -2711
    -2712    def BuyStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2713        """
    -2714        Create `Buy` stop-order. You must specify at least 2 parameters: `lots` `target price` to open buy stop-order.
    -2715        In additional you can specify 3 parameters for buy stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    -2716        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    -2717        target price value then broker opens a limit order. See also: `Order()` docstring.
    -2718
    -2719        :param lots: volume, integer count of lots >= 1.
    -2720        :param targetPrice: target price > 0. This is trigger price for buy stop-order.
    -2721        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    -2722                           with price equal to limitPrice, when current price goes to target price of buy stop-order.
    -2723        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    -2724                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2725        :param expDate: string "Undefined" by default or local date in future.
    -2726                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2727                        This date is converting to UTC format for server.
    -2728        :return: JSON with response from broker server.
    -2729        """
    -2730        return self.Order(operation="Buy", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    -2731
    -2732    def SellLimit(self, lots: int, targetPrice: float) -> dict:
    -2733        """
    -2734        Create pending `Sell` limit-order (above current price). You must specify only 2 parameters:
    -2735        `lots` and `target price` to open sell limit-order. If you try to create sell limit-order below current price then
    -2736        broker immediately open `Sell` market order, such as if you do simple `--sell` operation!
    -2737        See also: `Order()` docstring.
    -2738
    -2739        :param lots: volume, integer count of lots >= 1.
    -2740        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2741        :return: JSON with response from broker server.
    -2742        """
    -2743        return self.Order(operation="Sell", orderType="Limit", lots=lots, targetPrice=targetPrice)
    -2744
    -2745    def SellStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2746        """
    -2747        Create `Sell` stop-order. You must specify at least 2 parameters: `lots` `target price` to open sell stop-order.
    -2748        In additional you can specify 3 parameters for sell stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    -2749        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    -2750        target price value then broker opens a limit order. See also: `Order()` docstring.
    -2751
    -2752        :param lots: volume, integer count of lots >= 1.
    -2753        :param targetPrice: target price > 0. This is trigger price for sell stop-order.
    -2754        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    -2755                           with price equal to limitPrice, when current price goes to target price of sell stop-order.
    -2756        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    -2757                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2758        :param expDate: string "Undefined" by default or local date in future.
    -2759                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2760                        This date is converting to UTC format for server.
    -2761        :return: JSON with response from broker server.
    -2762        """
    -2763        return self.Order(operation="Sell", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    -2764
    -2765    def CloseOrders(self, orderIDs: list, allOrdersIDs: list = None, allStopOrdersIDs: list = None) -> None:
    -2766        """
    -2767        Cancel order or list of orders by its `orderId` or `stopOrderId`.
    -2768
    -2769        :param orderIDs: list of integers with `orderId` or `stopOrderId`.
    -2770        :param allOrdersIDs: pre-received lists of all active pending orders.
    -2771                             This avoids unnecessary downloading data from the server.
    -2772        :param allStopOrdersIDs: pre-received lists of all active stop orders.
    -2773        """
    -2774        if orderIDs:
    -2775            if allOrdersIDs is None or not allOrdersIDs:
    -2776                rawOrders = self.RequestPendingOrders()
    -2777                allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    -2778
    -2779            if allStopOrdersIDs is None or not allStopOrdersIDs:
    -2780                rawStopOrders = self.RequestStopOrders()
    -2781                allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    -2782
    -2783            for orderID in orderIDs:
    -2784                idInPendingOrders = orderID in allOrdersIDs
    -2785                idInStopOrders = orderID in allStopOrdersIDs
    -2786
    -2787                if not (idInPendingOrders or idInStopOrders):
    -2788                    uLogger.warning("Order not found by ID: [{}]. Maybe cancelled already? Check it with `--overview` key.".format(orderID))
    -2789                    continue
    -2790
    -2791                else:
    -2792                    if idInPendingOrders:
    -2793                        uLogger.debug("Cancelling pending order with ID: [{}]. Wait, please...".format(orderID))
    -2794
    -2795                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_CancelOrder
    -2796                        self.body = str({"accountId": self.accountId, "orderId": orderID})
    -2797                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder"
    -2798                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    -2799
    -2800                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    -2801                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    -2802                            uLogger.info("Pending order with ID [{}] successfully cancel".format(orderID))
    -2803
    -2804                        else:
    -2805                            uLogger.warning("Unknown issue occurred when cancelling pending order with ID: [{}]. Check ID and try again.".format(orderID))
    -2806
    -2807                    elif idInStopOrders:
    -2808                        uLogger.debug("Cancelling stop order with ID: [{}]. Wait, please...".format(orderID))
    -2809
    -2810                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_CancelStopOrder
    -2811                        self.body = str({"accountId": self.accountId, "stopOrderId": orderID})
    -2812                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/CancelStopOrder"
    -2813                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    -2814
    -2815                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    -2816                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    -2817                            uLogger.info("Stop order with ID [{}] successfully cancel".format(orderID))
    -2818
    -2819                        else:
    -2820                            uLogger.warning("Unknown issue occurred when cancelling stop order with ID: [{}]. Check ID and try again.".format(orderID))
    -2821
    -2822                    else:
    -2823                        continue
    -2824
    -2825    def CloseAllOrders(self) -> None:
    -2826        """
    -2827        Gets a list of open pending and stop orders and cancel it all.
    -2828        """
    -2829        rawOrders = self.RequestPendingOrders()
    -2830        allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    -2831        lenOrders = len(allOrdersIDs)
    -2832
    -2833        rawStopOrders = self.RequestStopOrders()
    -2834        allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    -2835        lenSOrders = len(allStopOrdersIDs)
    -2836
    -2837        if lenOrders > 0 or lenSOrders > 0:
    -2838            uLogger.info("Found: [{}] opened pending and [{}] stop orders. Let's trying to cancel it all. Wait, please...".format(lenOrders, lenSOrders))
    -2839
    -2840            self.CloseOrders(allOrdersIDs + allStopOrdersIDs, allOrdersIDs, allStopOrdersIDs)
    -2841
    -2842        else:
    -2843            uLogger.info("Orders not found, nothing to cancel.")
    -2844
    -2845    def CloseAll(self, *args) -> None:
    -2846        """
    -2847        Close all available (not blocked) opened trades and orders.
    -2848
    -2849        Also you can select one or more keywords case insensitive:
    -2850        `orders`, `shares`, `bonds`, `etfs` and `futures` from `TKS_INSTRUMENTS` enum to specify trades type.
    -2851
    -2852        Currency positions you must closes manually using buy or sell operations, `CloseTrades()` or `CloseAllTrades()` methods.
    -2853        """
    -2854        overview = self.Overview(showStatistics=False)  # get all open trades info
    -2855
    -2856        if len(args) == 0:
    -2857            uLogger.debug("Closing all available (not blocked) opened trades and orders. Currency positions you must closes manually using buy or sell operations! Wait, please...")
    -2858            self.CloseAllOrders()  # close all pending and stop orders
    -2859
    -2860            for iType in TKS_INSTRUMENTS:
    -2861                if iType != "Currencies":
    -2862                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    -2863
    -2864        else:
    -2865            uLogger.debug("Closing all available {}. Currency positions you must closes manually using buy or sell operations! Wait, please...".format(list(args)))
    -2866            lowerArgs = [x.lower() for x in args]
    -2867
    -2868            if "orders" in lowerArgs:
    -2869                self.CloseAllOrders()  # close all pending and stop orders
    -2870
    -2871            for iType in TKS_INSTRUMENTS:
    -2872                if iType.lower() in lowerArgs and iType != "Currencies":
    -2873                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    -2874
    -2875    @staticmethod
    -2876    def ParseOrderParameters(operation, **inputParameters):
    -2877        """
    -2878        Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.
    -2879
    -2880        :param operation: string "Buy" or "Sell".
    -2881        :param inputParameters: this is dict of strings that looks like this
    -2882               `{"lots": "L_int,...", "prices": "P_float,..."}` where
    -2883               "lots" key: one or more lot values (integer numbers) to open with every limit-order
    -2884               "prices" key: one or more prices to open limit-orders
    -2885               Counts of values in lots and prices lists must be equals!
    -2886        :return: list of dictionaries with all lots and prices to open orders that looks like this `[{"lot": lots_1, "price": price_1}, {...}, ...]`
    -2887        """
    -2888        # TODO: update order grid work with api v2
    -2889        pass
    -2890        # uLogger.debug("Input parameters: {}".format(inputParameters))
    -2891        #
    -2892        # if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2893        #     raise Exception("You must define operation type: 'Buy' or 'Sell'!")
    -2894        #
    -2895        # if "l" in inputParameters.keys():
    -2896        #     inputParameters["lots"] = inputParameters.pop("l")
    -2897        #
    -2898        # if "p" in inputParameters.keys():
    -2899        #     inputParameters["prices"] = inputParameters.pop("p")
    -2900        #
    -2901        # if "lots" not in inputParameters.keys() or "prices" not in inputParameters.keys():
    -2902        #     raise Exception("Both of 'lots' and 'prices' keys must be define to open grid orders!")
    -2903        #
    -2904        # lots = [int(item.strip()) for item in inputParameters["lots"].split(",")]
    -2905        # prices = [float(item.strip()) for item in inputParameters["prices"].split(",")]
    -2906        #
    -2907        # if len(lots) != len(prices):
    -2908        #     raise Exception("'lots' and 'prices' lists must have equal length of values!")
    -2909        #
    -2910        # uLogger.debug("Extracted parameters for orders:")
    -2911        # uLogger.debug("lots = {}".format(lots))
    -2912        # uLogger.debug("prices = {}".format(prices))
    -2913        #
    -2914        # # list of dictionaries with order's parameters: [{"lot": lots_1, "price": price_1}, {...}, ...]
    -2915        # result = [{"lot": lots[item], "price": prices[item]} for item in range(len(prices))]
    -2916        # uLogger.debug("Order parameters: {}".format(result))
    -2917        #
    -2918        # return result
    -2919
    -2920    def IsInPortfolio(self, portfolio: dict = None) -> bool:
    -2921        """
    -2922        Checks if instrument is in the user's portfolio. Instrument must be defined by `ticker` (highly priority) or `figi`.
    -2923
    -2924        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    -2925        :return: `True` if portfolio contains open position with given instrument, `False` otherwise.
    -2926        """
    -2927        result = False
    -2928        msg = "Instrument not defined!"
    -2929
    -2930        if portfolio is None or not portfolio:
    -2931            portfolio = self.Overview(showStatistics=False)
    -2932
    -2933        if self.ticker:
    -2934            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    -2935            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    -2936
    -2937            for iType in TKS_INSTRUMENTS:
    -2938                for instrument in portfolio["stat"][iType]:
    -2939                    if instrument["ticker"] == self.ticker:
    -2940                        result = True
    -2941                        msg = "Instrument with ticker [{}] is present in open positions".format(self.ticker)
    -2942                        break
    -2943
    -2944        elif self.figi:
    -2945            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    -2946            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    -2947
    -2948            for iType in TKS_INSTRUMENTS:
    -2949                for instrument in portfolio["stat"][iType]:
    -2950                    if instrument["figi"] == self.figi:
    -2951                        result = True
    -2952                        msg = "Instrument with FIGI [{}] is present in open positions".format(self.figi)
    -2953                        break
    -2954
    -2955        else:
    -2956            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    -2957
    -2958        uLogger.debug(msg)
    -2959
    -2960        return result
    -2961
    -2962    def GetInstrumentFromPortfolio(self, portfolio: dict = None) -> dict:
    -2963        """
    -2964        Returns instrument is in the user's portfolio if it presents there.
    -2965        Instrument must be defined by `ticker` (highly priority) or `figi`.
    -2966
    -2967        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    -2968        :return: dict with instrument if portfolio contains open position with this instrument, `None` otherwise.
    -2969        """
    -2970        result = None
    -2971        msg = "Instrument not defined!"
    -2972
    -2973        if portfolio is None or not portfolio:
    -2974            portfolio = self.Overview(showStatistics=False)
    -2975
    -2976        if self.ticker:
    -2977            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    -2978            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    -2979
    -2980            for iType in TKS_INSTRUMENTS:
    -2981                for instrument in portfolio["stat"][iType]:
    -2982                    if instrument["ticker"] == self.ticker:
    -2983                        result = instrument
    -2984                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(self.ticker, instrument["figi"])
    -2985                        break
    -2986
    -2987        elif self.figi:
    -2988            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    -2989            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    -2990
    -2991            for iType in TKS_INSTRUMENTS:
    -2992                for instrument in portfolio["stat"][iType]:
    -2993                    if instrument["figi"] == self.figi:
    -2994                        result = instrument
    -2995                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(instrument["ticker"], self.figi)
    -2996                        break
    -2997
    -2998        else:
    -2999            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    -3000
    -3001        uLogger.debug(msg)
    -3002
    -3003        return result
    +            
     181class TinkoffBrokerServer:
    + 182    """
    + 183    This class implements methods to work with Tinkoff broker server.
    + 184
    + 185    Examples to work with API: https://tinkoff.github.io/investAPI/swagger-ui/
    + 186
    + 187    About `token`: https://tinkoff.github.io/investAPI/token/
    + 188    """
    + 189    def __init__(self, token: str, accountId: str = None, iList: dict = None, useCache: bool = True) -> None:
    + 190        """
    + 191        Main class init.
    + 192
    + 193        :param token: Bearer token for Tinkoff Invest API. It can be set from environment variable `TKS_API_TOKEN`.
    + 194        :param accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.
    + 195                          Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.
    + 196        :param iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.
    + 197                      At first time, when class init, `Listing()` method auto-update this variable, or you can use dump file.
    + 198                      For future use, you can save this variable and use as `iList` to avoid permanent downloads
    + 199                      from the server. Also, you can try `DumpInstruments()` method.
    + 200        :param useCache: use default cache file `dump.json` with raw data to use instead of `iList` if `iList` set as `None`.
    + 201                         True by default. Cache is auto-update if new day has come.
    + 202                         If `iList` is not `None` then it value has higher priority than `dump.json` and `useCache`.
    + 203                         If you don't want to use cache and always updates raw data then set `useCache=False`.
    + 204        """
    + 205        if token is None or not token:
    + 206            try:
    + 207                self.token = r"{}".format(os.environ["TKS_API_TOKEN"])
    + 208                uLogger.debug("Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/")
    + 209
    + 210            except KeyError:
    + 211                raise Exception("`--token` key or environment variable `TKS_API_TOKEN` is required! See https://tinkoff.github.io/investAPI/token/")
    + 212
    + 213        else:
    + 214            self.token = token  # highly priority than environment variable 'TKS_API_TOKEN'
    + 215            uLogger.debug("Bearer token for Tinkoff OpenApi set up from class variable `token`")
    + 216
    + 217        if accountId is None or not accountId:
    + 218            try:
    + 219                self.accountId = r"{}".format(os.environ["TKS_ACCOUNT_ID"])
    + 220                uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID`")
    + 221
    + 222            except KeyError:
    + 223                uLogger.warning("`--account-id` key or environment variable `TKS_ACCOUNT_ID` undefined! Some of operations may be unavailable (overview, trading etc).")
    + 224
    + 225        else:
    + 226            self.accountId = accountId  # highly priority than environment variable 'TKS_ACCOUNT_ID'
    + 227            uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from class variable `accountId`")
    + 228
    + 229        self.aliases = TKS_TICKER_ALIASES
    + 230        """Some aliases instead official tickers. See `TKSEnums.TKS_TICKER_ALIASES`"""
    + 231
    + 232        self.aliasesKeys = self.aliases.keys()  # re-calc only first time at class init
    + 233        self.exclude = TKS_TICKERS_OR_FIGI_EXCLUDED  # some of tickets or FIGIs raised exception earlier when it sends to server, that is why we exclude there
    + 234
    + 235        self.ticker = ""
    + 236        """String with ticker, e.g. `GOOGL`. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR` etc. More tickers aliases here: `TKSEnums.TKS_TICKER_ALIASES`."""
    + 237
    + 238        self.figi = ""
    + 239        """String with FIGI, e.g. ticker `GOOGL` has FIGI `BBG009S39JX6`"""
    + 240
    + 241        self.depth = 1
    + 242        """Depth of Market (DOM) can be >= 1. Default: 1. It used with `--price` key to showing DOM with current prices for givens ticker or FIGI."""
    + 243
    + 244        self.server = r"https://invest-public-api.tinkoff.ru/rest"
    + 245        """Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest
    + 246
    + 247        See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1
    + 248        """
    + 249
    + 250        uLogger.debug("Broker API server: {}".format(self.server))
    + 251
    + 252        self.timeout = 15
    + 253        """Server operations timeout in seconds. Default: `15`"""
    + 254
    + 255        self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)}
    + 256        """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {your_token}"}`"""
    + 257
    + 258        self.body = None
    + 259        """Request body which send to broker server. Default: `None`"""
    + 260
    + 261        # remove after implemented: #45 Add selector of file types https://github.com/Tim55667757/TKSBrokerAPI/issues/45
    + 262        # self.outputFileType = None
    + 263        # """Switch of types for output files when `--output` key present. You can choose: `.md`, `.csv` and `.xlsx`. By default: `None`, it mean that default types will be used."""
    + 264
    + 265        self.historyFile = None
    + 266        """Full path to the output file where history candles will be saved or updated. Default: `None`, it mean that returns only pandas dataframe when you request `History()` method."""
    + 267
    + 268        self.instrumentsFile = "instruments.md"
    + 269        """Filename where full broker's instruments list will be saved. Default: `instruments.md`"""
    + 270
    + 271        self.searchResultsFile = "search-results.md"
    + 272        """Filename with all found instruments searched by part of its ticker, FIGI or name. Default: `search-results.md`"""
    + 273
    + 274        self.pricesFile = "prices.md"
    + 275        """Filename where prices of selected instruments will be saved. Default: `prices.md`"""
    + 276
    + 277        self.overviewFile = "overview.md"
    + 278        """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`"""
    + 279
    + 280        self.overviewDigestFile = "overview-digest.md"
    + 281        """Filename where short digest of the portfolio status will be saved. Default: `overview-digest.md`"""
    + 282
    + 283        self.overviewPositionsFile = "overview-positions.md"
    + 284        """Filename where only open positions, without everything else will be saved. Default: `overview-positions.md`"""
    + 285
    + 286        self.overviewOrdersFile = "overview-orders.md"
    + 287        """Filename where open limits and stop orders will be saved. Default: `overview-orders.md`"""
    + 288
    + 289        self.overviewAnalyticsFile = "overview-analytics.md"
    + 290        """Filename where only the analytics section and the distribution of the portfolio by various categories will be saved. Default: `overview-analytics.md`"""
    + 291
    + 292        self.reportFile = "deals.md"
    + 293        """Filename where history of deals and trade statistics will be saved. Default: `deals.md`"""
    + 294
    + 295        self.iListDumpFile = "dump.json"
    + 296        """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`"""
    + 297
    + 298        self.iList = None  # init iList
    + 299        """Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.
    + 300        
    + 301        See also: `Listing()` and `DumpInstruments()`.
    + 302        """
    + 303
    + 304        # try to re-use raw instruments data saved as `iList` or try to load it from the dump file:
    + 305        if iList is not None and isinstance(iList, dict):
    + 306            uLogger.debug("Instruments raw data set up from given `iList` variable. Dump file not updated.")
    + 307
    + 308            self.iList = iList  # only used given iList, dump not updated
    + 309
    + 310        elif useCache:
    + 311            if os.path.exists(self.iListDumpFile):
    + 312                dumpTime = datetime.fromtimestamp(os.path.getmtime(self.iListDumpFile)).astimezone(tzutc())  # dump modification date and time
    + 313                curTime = datetime.now(tzutc())
    + 314
    + 315                if (curTime.day > dumpTime.day) or (curTime.month > dumpTime.month) or (curTime.year > dumpTime.year):
    + 316                    uLogger.warning("Local cache may be outdated! It has last modified [{}] UTC. Updating from broker server, wait, please...".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    + 317
    + 318                    self.DumpInstruments(forceUpdate=True)  # updating self.iList and dump file
    + 319
    + 320                else:
    + 321                    self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8"))  # load iList from dump
    + 322
    + 323                    uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    + 324                    uLogger.debug("Dump file was last modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    + 325
    + 326            else:
    + 327                uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...")
    + 328                self.DumpInstruments(forceUpdate=True)  # updating self.iList and creating default dump file
    + 329
    + 330        else:
    + 331            self.iList = self.Listing()  # request new raw instruments data from broker server
    + 332            self.DumpInstruments(forceUpdate=False)  # save updated info to default dump file
    + 333
    + 334    @staticmethod
    + 335    def _ParseJSON(rawData="{}", debug: bool = False) -> dict:
    + 336        """
    + 337        Parse JSON from response string.
    + 338
    + 339        :param rawData: this is a string with JSON-formatted text.
    + 340        :param debug: if `True` then print more debug information.
    + 341        :return: JSON (dictionary), parsed from server response string.
    + 342        """
    + 343        if debug:
    + 344            uLogger.debug("Raw text body:")
    + 345            uLogger.debug(rawData)
    + 346
    + 347        responseJSON = json.loads(rawData) if rawData else {}
    + 348
    + 349        if debug:
    + 350            uLogger.debug("JSON formatted:")
    + 351            for jsonLine in json.dumps(responseJSON, indent=4).split('\n'):
    + 352                uLogger.debug(jsonLine)
    + 353
    + 354        return responseJSON
    + 355
    + 356    def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: int = 5, debug: bool = False) -> dict:
    + 357        """
    + 358        Send GET or POST request to broker server and receive JSON object.
    + 359
    + 360        self.header: must be define with dictionary of headers.
    + 361        self.body: if define then used as request body. None by default.
    + 362        self.timeout: global request timeout, 15 seconds by default.
    + 363        :param url: url with REST request.
    + 364        :param reqType: send "GET" or "POST" request. "GET" by default.
    + 365        :param retry: how many times retry after first request if an error occurred.
    + 366        :param pause: sleep time in seconds between retries.
    + 367        :param debug: if `True` then print more debug information.
    + 368        :return: response JSON (dictionary) from broker.
    + 369        """
    + 370        if reqType not in ("GET", "POST"):
    + 371            raise Exception("You can define request type: 'GET' or 'POST'!")
    + 372
    + 373        if debug:
    + 374            uLogger.debug("Request parameters:")
    + 375            uLogger.debug("    - REST API URL: {}".format(url))
    + 376            uLogger.debug("    - request type: {}".format(reqType))
    + 377            uLogger.debug("    - headers: {}".format(str(self.headers).replace(self.token, "*** request token ***")))
    + 378            uLogger.debug("    - body: {}".format(self.body))
    + 379
    + 380        # fast hack to avoid all operations with some tickers/FIGI
    + 381        responseJSON = {}
    + 382        oK = True
    + 383        for item in self.exclude:
    + 384            if item in url:
    + 385                if debug:
    + 386                    uLogger.warning("Do not execute operations with list of this tickers/FIGI: {}".format(str(self.exclude)))
    + 387
    + 388                oK = False
    + 389                break
    + 390
    + 391        if oK:
    + 392            counter = 0
    + 393            response = None
    + 394            errMsg = ""
    + 395
    + 396            while not response and counter <= retry:
    + 397                if reqType == "GET":
    + 398                    response = requests.get(url, headers=self.headers, data=self.body, timeout=self.timeout)
    + 399
    + 400                if reqType == "POST":
    + 401                    response = requests.post(url, headers=self.headers, data=self.body, timeout=self.timeout)
    + 402
    + 403                if debug:
    + 404                    uLogger.debug("Response:")
    + 405                    uLogger.debug("    - status code: {}".format(response.status_code))
    + 406                    uLogger.debug("    - reason: {}".format(response.reason))
    + 407                    uLogger.debug("    - body length: {}".format(len(response.text)))
    + 408
    + 409                # Error status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    + 410                if 400 <= response.status_code < 600:
    + 411                    errMsg = "[{}] {}".format(response.status_code, response.text)
    + 412                    uLogger.debug("    - not oK status code received: {}".format(errMsg))
    + 413                    counter += 1
    + 414
    + 415                    if counter <= retry:
    + 416                        uLogger.debug("Retry: [{}]. Wait until {} sec. and try again...".format(counter, pause))
    + 417                        sleep(pause)
    + 418
    + 419            responseJSON = self._ParseJSON(response.text)
    + 420
    + 421            if errMsg:
    + 422                uLogger.error("Not `oK` status received from broker server! See: https://tinkoff.github.io/investAPI/errors/")
    + 423                uLogger.error("    - message: {}".format(errMsg))
    + 424                # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.")
    + 425
    + 426        return responseJSON
    + 427
    + 428    def _IUpdater(self, iType: str) -> tuple:
    + 429        """
    + 430        Request instrument by type from server. See available API methods for instruments:
    + 431        Currencies: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Currencies
    + 432        Shares: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Shares
    + 433        Bonds: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Bonds
    + 434        Etfs: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Etfs
    + 435        Futures: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService/InstrumentsService_Futures
    + 436
    + 437        :param iType: type of the instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    + 438        :return: tuple with iType name and list of available instruments of current type for defined user token.
    + 439        """
    + 440        result = []
    + 441
    + 442        if iType in TKS_INSTRUMENTS:
    + 443            uLogger.debug("Requesting available [{}] list. Wait, please...".format(iType))
    + 444
    + 445            # all instruments have the same body in API v2 requests:
    + 446            self.body = str({"instrumentStatus": "INSTRUMENT_STATUS_UNSPECIFIED"})  # Enum: [INSTRUMENT_STATUS_UNSPECIFIED, INSTRUMENT_STATUS_BASE, INSTRUMENT_STATUS_ALL]
    + 447            instrumentURL = self.server + r"/tinkoff.public.invest.api.contract.v1.InstrumentsService/{}".format(iType)
    + 448            result = self.SendAPIRequest(instrumentURL, reqType="POST", debug=False)["instruments"]
    + 449
    + 450        return iType, result
    + 451
    + 452    def _IWrapper(self, kwargs):
    + 453        """
    + 454        Wrapper runs instrument's update method `_IUpdater()`.
    + 455        It's a workaround for using multiprocessing with kwargs. See: https://stackoverflow.com/a/36799206
    + 456        """
    + 457        return self._IUpdater(**kwargs)
    + 458
    + 459    def Listing(self) -> dict:
    + 460        """
    + 461        Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.
    + 462
    + 463        :return: Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.
    + 464        """
    + 465        uLogger.debug("Requesting all available instruments from broker for current user token. Wait, please...")
    + 466        uLogger.debug("CPU usages for parallel requests: [{}]".format(CPU_USAGES))
    + 467
    + 468        # this parameters insert to requests: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService
    + 469        # iType is type of instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    + 470        iParams = [{"iType": iType} for iType in TKS_INSTRUMENTS]
    + 471
    + 472        poolUpdater = ThreadPool(processes=CPU_USAGES)  # create pool for update instruments in parallel mode
    + 473        listing = poolUpdater.map(self._IWrapper, iParams)  # execute update operations
    + 474        poolUpdater.close()
    + 475
    + 476        # Dictionary with all broker instruments: shares, currencies, bonds, etfs and futures.
    + 477        # Next in this code: item[0] is "iType" and item[1] is list of available instruments from the result of _IUpdater() method
    + 478        iList = {item[0]: {instrument["ticker"]: instrument for instrument in item[1]} for item in listing}
    + 479
    + 480        # calculate minimum price increment (step) for all instruments and set up instrument's type:
    + 481        for iType in iList.keys():
    + 482            for ticker in iList[iType]:
    + 483                iList[iType][ticker]["type"] = iType
    + 484
    + 485                if "minPriceIncrement" in iList[iType][ticker].keys():
    + 486                    iList[iType][ticker]["step"] = NanoToFloat(
    + 487                        iList[iType][ticker]["minPriceIncrement"]["units"],
    + 488                        iList[iType][ticker]["minPriceIncrement"]["nano"],
    + 489                    )
    + 490
    + 491                else:
    + 492                    iList[iType][ticker]["step"] = 0  # hack to avoid empty value in some instruments, e.g. futures
    + 493
    + 494        return iList
    + 495
    + 496    def DumpInstruments(self, forceUpdate: bool = True) -> str:
    + 497        """
    + 498        Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server
    + 499        using `Listing()` method. If `iListDumpFile` string is not empty then also save information to this file.
    + 500
    + 501        :param forceUpdate: if `True` then at first updates data with `Listing()` method, otherwise just saves exist `iList`.
    + 502        :return: serialized JSON formatted `str` with full data of instruments, also saved to the `--output` file.
    + 503        """
    + 504        if self.iListDumpFile is None or not self.iListDumpFile:
    + 505            raise Exception("Output name of dump file must be defined!")
    + 506
    + 507        if not self.iList or forceUpdate:
    + 508            self.iList = self.Listing()
    + 509
    + 510        dump = json.dumps(self.iList, indent=4, sort_keys=False)
    + 511        with open(self.iListDumpFile, mode="w", encoding="UTF-8") as fH:
    + 512            fH.write(dump)
    + 513
    + 514        uLogger.info("Instruments raw data were cached for future used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    + 515
    + 516        return dump
    + 517
    + 518    @staticmethod
    + 519    def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str:
    + 520        """
    + 521        Show information about one instrument defined by json data and prints it in Markdown format.
    + 522
    + 523        :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]`
    + 524        :param printInfo: if `True` then also printing information about instrument and its current price.
    + 525        :return: multilines text in Markdown format with information about one instrument.
    + 526        """
    + 527        splitLine = "|                                                         |                                                         |\n"
    + 528        infoText = ""
    + 529
    + 530        if iJSON is not None and iJSON and isinstance(iJSON, dict):
    + 531            info = [
    + 532                "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    + 533                "| Parameters                                              | Values                                                  |\n",
    + 534                "|---------------------------------------------------------|---------------------------------------------------------|\n",
    + 535                "| Ticker:                                                 | {:<55} |\n".format(iJSON["ticker"]),
    + 536                "| Full name:                                              | {:<55} |\n".format(iJSON["name"]),
    + 537            ]
    + 538
    + 539            if "sector" in iJSON.keys() and iJSON["sector"]:
    + 540                info.append("| Sector:                                                 | {:<55} |\n".format(iJSON["sector"]))
    + 541
    + 542            info.append("| Country of instrument:                                  | {:<55} |\n".format("{}{}".format(
    + 543                "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "",
    + 544                iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "",
    + 545            )))
    + 546
    + 547            info.extend([
    + 548                splitLine,
    + 549                "| FIGI (Financial Instrument Global Identifier):          | {:<55} |\n".format(iJSON["figi"]),
    + 550                "| Exchange:                                               | {:<55} |\n".format(iJSON["exchange"]),
    + 551            ])
    + 552
    + 553            if "isin" in iJSON.keys() and iJSON["isin"]:
    + 554                info.append("| ISIN (International Securities Identification Number):  | {:<55} |\n".format(iJSON["isin"]))
    + 555
    + 556            if "classCode" in iJSON.keys():
    + 557                info.append("| Class Code:                                             | {:<55} |\n".format(iJSON["classCode"]))
    + 558
    + 559            info.extend([
    + 560                splitLine,
    + 561                "| Current broker security trading status:                 | {:<55} |\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]),
    + 562                "| Buy operations allowed:                                 | {:<55} |\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"),
    + 563                "| Sale operations allowed:                                | {:<55} |\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"),
    + 564                "| Short positions allowed:                                | {:<55} |\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"),
    + 565            ])
    + 566
    + 567            info.append(splitLine)
    + 568
    + 569            if "type" in iJSON.keys() and iJSON["type"]:
    + 570                info.append("| Type of the instrument:                                 | {:<55} |\n".format(iJSON["type"]))
    + 571
    + 572            if "futuresType" in iJSON.keys() and iJSON["futuresType"]:
    + 573                info.append("| Futures type:                                           | {:<55} |\n".format(iJSON["futuresType"]))
    + 574
    + 575            if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]:
    + 576                info.append("| IPO date:                                               | {:<55} |\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", "")))
    + 577
    + 578            if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]:
    + 579                info.append("| Released date:                                          | {:<55} |\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", "")))
    + 580
    + 581            if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]:
    + 582                info.append("| Rebalancing frequency:                                  | {:<55} |\n".format(iJSON["rebalancingFreq"]))
    + 583
    + 584            if "focusType" in iJSON.keys() and iJSON["focusType"]:
    + 585                info.append("| Focusing type:                                          | {:<55} |\n".format(iJSON["focusType"]))
    + 586
    + 587            if "assetType" in iJSON.keys() and iJSON["assetType"]:
    + 588                info.append("| Asset type:                                             | {:<55} |\n".format(iJSON["assetType"]))
    + 589
    + 590            if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]:
    + 591                info.append("| Basic asset:                                            | {:<55} |\n".format(iJSON["basicAsset"]))
    + 592
    + 593            if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]:
    + 594                info.append("| Basic asset size:                                       | {:<55} |\n".format("{:.2f}".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"]))))
    + 595
    + 596            if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]:
    + 597                info.append("| ISO currency name:                                      | {:<55} |\n".format(iJSON["isoCurrencyName"]))
    + 598
    + 599            if "currency" in iJSON.keys():
    + 600                info.append("| Payment currency:                                       | {:<55} |\n".format(iJSON["currency"]))
    + 601
    + 602            if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0:
    + 603                info.append("| First trade date:                                       | {:<55} |\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", "")))
    + 604
    + 605            if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0:
    + 606                info.append("| Last trade date:                                        | {:<55} |\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", "")))
    + 607
    + 608            if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0:
    + 609                info.append("| Date of expiration:                                     | {:<55} |\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", "")))
    + 610
    + 611            if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0:
    + 612                info.append("| State registration date:                                | {:<55} |\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", "")))
    + 613
    + 614            if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0:
    + 615                info.append("| Placement date:                                         | {:<55} |\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", "")))
    + 616
    + 617            if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0:
    + 618                info.append("| Maturity date:                                          | {:<55} |\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", "")))
    + 619
    + 620            if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]:
    + 621                info.append("| Perpetual bond:                                         | Yes                                                     |\n")
    + 622
    + 623            if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]:
    + 624                info.append("| Over-the-counter (OTC) securities:                      | Yes                                                     |\n")
    + 625
    + 626            if iJSON["type"] == "Bonds":
    + 627                info.append("| Bond issue (size / plan):                               | {:<55} |\n".format("{} / {}".format(iJSON["issueSize"], iJSON["issueSizePlan"])))
    + 628
    + 629                info.append("| Nominal price (100%):                                   | {:<55} |\n".format("{:.2f} {}".format(
    + 630                    NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]),
    + 631                    iJSON["nominal"]["currency"],
    + 632                )))
    + 633
    + 634                if "floatingCouponFlag" in iJSON.keys():
    + 635                    info.append("| Floating coupon:                                        | {:<55} |\n".format("Yes" if iJSON["floatingCouponFlag"] else "No"))
    + 636
    + 637                if "amortizationFlag" in iJSON.keys():
    + 638                    info.append("| Amortization:                                           | {:<55} |\n".format("Yes" if iJSON["amortizationFlag"] else "No"))
    + 639
    + 640                if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]:
    + 641                    info.append("| Number of coupon payments per year:                     | {:<55} |\n".format(iJSON["couponQuantityPerYear"]))
    + 642
    + 643                if "aciValue" in iJSON.keys() and iJSON["aciValue"]:
    + 644                    info.append("| Current ACI (Accrued Interest):                         | {:<55} |\n".format("{:.2f} {}".format(
    + 645                        NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]),
    + 646                        iJSON["aciValue"]["currency"]
    + 647                    )))
    + 648
    + 649            if "currentPrice" in iJSON.keys():
    + 650                info.append(splitLine)
    + 651
    + 652                info.extend([
    + 653                    "| Previous close price of the instrument:                 | {:<55} |\n".format("{}{}".format(
    + 654                        "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A",
    + 655                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 656                    )),
    + 657                    "| Last deal price of the instrument:                      | {:<55} |\n".format("{}{}".format(
    + 658                        "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A",
    + 659                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 660                    )),
    + 661                    "| Changes between last deal price and last close  %       | {:<55} |\n".format("{:.2f}".format(iJSON["currentPrice"]["changes"])),
    + 662                    "| Current limit price, min / max:                         | {:<55} |\n".format("{}{} / {}{}".format(
    + 663                        "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A",
    + 664                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 665                        "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A",
    + 666                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 667                    )),
    + 668                    "| Actual price, sell / buy:                               | {:<55} |\n".format("{}{} / {}{}".format(
    + 669                        "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A",
    + 670                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 671                        "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A",
    + 672                        "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    + 673                    )),
    + 674                ])
    + 675
    + 676            if "lot" in iJSON.keys():
    + 677                info.append("| Minimum lot to buy:                                     | {:<55} |\n".format(iJSON["lot"]))
    + 678
    + 679            if "step" in iJSON.keys() and iJSON["step"] != 0:
    + 680                info.append("| Minimum price increment (step):                         | {:<55} |\n".format(iJSON["step"]))
    + 681
    + 682            infoText += "".join(info)
    + 683
    + 684            if printInfo:
    + 685                uLogger.info("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    + 686
    + 687            else:
    + 688                uLogger.debug("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    + 689
    + 690        return infoText
    + 691
    + 692    def SearchByTicker(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    + 693        """
    + 694        Search and return raw broker's information about instrument by it's ticker.
    + 695        `ticker` must be define! If debug=True then print all debug messages.
    + 696
    + 697        :param requestPrice: if `False` then do not request current price of instrument (because this is long operation).
    + 698        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    + 699        :param debug: if `True` then print all debug console messages.
    + 700        :return: JSON formatted data with information about instrument.
    + 701        """
    + 702        tickerJSON = {}
    + 703        if debug:
    + 704            uLogger.debug("Searching information about instrument by it's ticker [{}] ...".format(self.ticker))
    + 705
    + 706        if not self.ticker:
    + 707            uLogger.warning("self.ticker variable is not be empty!")
    + 708
    + 709        else:
    + 710            if not self.iList:
    + 711                self.iList = self.Listing()
    + 712
    + 713            if self.ticker in self.iList["Shares"].keys():
    + 714                tickerJSON = self.iList["Shares"][self.ticker]
    + 715                if debug:
    + 716                    uLogger.debug("Ticker [{}] found in shares list".format(self.ticker))
    + 717
    + 718            elif self.ticker in self.iList["Currencies"].keys():
    + 719                tickerJSON = self.iList["Currencies"][self.ticker]
    + 720                if debug:
    + 721                    uLogger.debug("Ticker [{}] found in currencies list".format(self.ticker))
    + 722
    + 723            elif self.ticker in self.iList["Bonds"].keys():
    + 724                tickerJSON = self.iList["Bonds"][self.ticker]
    + 725                if debug:
    + 726                    uLogger.debug("Ticker [{}] found in bonds list".format(self.ticker))
    + 727
    + 728            elif self.ticker in self.iList["Etfs"].keys():
    + 729                tickerJSON = self.iList["Etfs"][self.ticker]
    + 730                if debug:
    + 731                    uLogger.debug("Ticker [{}] found in etfs list".format(self.ticker))
    + 732
    + 733            elif self.ticker in self.iList["Futures"].keys():
    + 734                tickerJSON = self.iList["Futures"][self.ticker]
    + 735                if debug:
    + 736                    uLogger.debug("Ticker [{}] found in futures list".format(self.ticker))
    + 737
    + 738        if tickerJSON:
    + 739            self.figi = tickerJSON["figi"]
    + 740
    + 741            if requestPrice:
    + 742                tickerJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    + 743
    + 744                if tickerJSON["currentPrice"]["closePrice"] is not None and tickerJSON["currentPrice"]["closePrice"] != 0 and tickerJSON["currentPrice"]["lastPrice"] is not None:
    + 745                    tickerJSON["currentPrice"]["changes"] = 100 * (tickerJSON["currentPrice"]["lastPrice"] - tickerJSON["currentPrice"]["closePrice"]) / tickerJSON["currentPrice"]["closePrice"]
    + 746
    + 747                else:
    + 748                    tickerJSON["currentPrice"]["changes"] = 0
    + 749
    + 750            if showInfo:
    + 751                self.ShowInstrumentInfo(iJSON=tickerJSON, printInfo=True)  # print info as Markdown text
    + 752
    + 753        else:
    + 754            if showInfo:
    + 755                uLogger.warning("Ticker [{}] not found in available broker instrument's list!".format(self.ticker))
    + 756
    + 757        return tickerJSON
    + 758
    + 759    def SearchByFIGI(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    + 760        """
    + 761        Search and return raw broker's information about instrument by it's FIGI.
    + 762        `figi` must be define! If debug=True then print all debug messages.
    + 763
    + 764        :param requestPrice: if `False` then do not request current price of instrument (it's long operation).
    + 765        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    + 766        :param debug: if `True` then print all debug console messages.
    + 767        :return: JSON formatted data with information about instrument.
    + 768        """
    + 769        figiJSON = {}
    + 770        if debug:
    + 771            uLogger.debug("Searching information about instrument by it's FIGI [{}] ...".format(self.figi))
    + 772
    + 773        if not self.figi:
    + 774            uLogger.warning("self.figi variable is not be empty!")
    + 775
    + 776        else:
    + 777            if not self.iList:
    + 778                self.iList = self.Listing()
    + 779
    + 780            for item in self.iList["Shares"].keys():
    + 781                if self.figi == self.iList["Shares"][item]["figi"]:
    + 782                    figiJSON = self.iList["Shares"][item]
    + 783
    + 784                    if debug:
    + 785                        uLogger.debug("FIGI [{}] found in shares list".format(self.figi))
    + 786
    + 787                    break
    + 788
    + 789            if not figiJSON:
    + 790                for item in self.iList["Currencies"].keys():
    + 791                    if self.figi == self.iList["Currencies"][item]["figi"]:
    + 792                        figiJSON = self.iList["Currencies"][item]
    + 793
    + 794                        if debug:
    + 795                            uLogger.debug("FIGI [{}] found in currencies list".format(self.figi))
    + 796
    + 797                        break
    + 798
    + 799            if not figiJSON:
    + 800                for item in self.iList["Bonds"].keys():
    + 801                    if self.figi == self.iList["Bonds"][item]["figi"]:
    + 802                        figiJSON = self.iList["Bonds"][item]
    + 803
    + 804                        if debug:
    + 805                            uLogger.debug("FIGI [{}] found in bonds list".format(self.figi))
    + 806
    + 807                        break
    + 808
    + 809            if not figiJSON:
    + 810                for item in self.iList["Etfs"].keys():
    + 811                    if self.figi == self.iList["Etfs"][item]["figi"]:
    + 812                        figiJSON = self.iList["Etfs"][item]
    + 813
    + 814                        if debug:
    + 815                            uLogger.debug("FIGI [{}] found in etfs list".format(self.figi))
    + 816
    + 817                        break
    + 818
    + 819            if not figiJSON:
    + 820                for item in self.iList["Futures"].keys():
    + 821                    if self.figi == self.iList["Futures"][item]["figi"]:
    + 822                        figiJSON = self.iList["Futures"][item]
    + 823
    + 824                        if debug:
    + 825                            uLogger.debug("FIGI [{}] found in futures list".format(self.figi))
    + 826
    + 827                        break
    + 828
    + 829        if figiJSON:
    + 830            self.figi = figiJSON["figi"]
    + 831            self.ticker = figiJSON["ticker"]
    + 832
    + 833            if requestPrice:
    + 834                figiJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    + 835
    + 836                if figiJSON["currentPrice"]["closePrice"] is not None and figiJSON["currentPrice"]["closePrice"] != 0 and figiJSON["currentPrice"]["lastPrice"] is not None:
    + 837                    figiJSON["currentPrice"]["changes"] = 100 * (figiJSON["currentPrice"]["lastPrice"] - figiJSON["currentPrice"]["closePrice"]) / figiJSON["currentPrice"]["closePrice"]
    + 838
    + 839                else:
    + 840                    figiJSON["currentPrice"]["changes"] = 0
    + 841
    + 842            if showInfo:
    + 843                self.ShowInstrumentInfo(iJSON=figiJSON, printInfo=True)  # print info as Markdown text
    + 844
    + 845        else:
    + 846            if showInfo:
    + 847                uLogger.warning("FIGI [{}] not found in available broker instrument's list!".format(self.figi))
    + 848
    + 849        return figiJSON
    + 850
    + 851    def GetCurrentPrices(self, showPrice: bool = False) -> dict:
    + 852        """
    + 853        Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:
    + 854        `{"buy": [], "sell": [], "limitUp": None, "limitDown": None, "lastPrice": None, "closePrice": None}`.
    + 855
    + 856        :param showPrice: if `True` then print DOM.
    + 857        :return: orders book dict with lists of current buy and sell prices: `{"buy": [{"price": x1, "quantity": y1, ...}], "sell": [....]}`.
    + 858        """
    + 859        prices = {"buy": [], "sell": [], "limitUp": 0, "limitDown": 0, "lastPrice": 0, "closePrice": 0}
    + 860
    + 861        if self.depth < 1:
    + 862            raise Exception("Depth of Market (DOM) must be >=1!")
    + 863
    + 864        if not (self.ticker or self.figi):
    + 865            raise Exception("self.ticker or self.figi variables must be defined!")
    + 866
    + 867        if self.ticker and not self.figi:
    + 868            instrumentByTicker = self.SearchByTicker(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    + 869            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    + 870
    + 871        if not self.ticker and self.figi:
    + 872            instrumentByFigi = self.SearchByFIGI(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    + 873            self.ticker = instrumentByFigi["ticker"] if instrumentByFigi else ""
    + 874
    + 875        if not self.figi:
    + 876            uLogger.error("FIGI is not determined!")
    + 877
    + 878        else:
    + 879            uLogger.debug("Requesting current prices for instrument with ticker [{}] and FIGI [{}]...".format(self.ticker, self.figi))
    + 880
    + 881            # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetOrderBook
    + 882            priceURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetOrderBook"
    + 883            self.body = str({"figi": self.figi, "depth": self.depth})
    + 884            pricesResponse = self.SendAPIRequest(priceURL, reqType="POST")
    + 885
    + 886            if pricesResponse:
    + 887                # list of dicts with sellers orders:
    + 888                prices["buy"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["asks"]]
    + 889
    + 890                # list of dicts with buyers orders:
    + 891                prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]]
    + 892
    + 893                # max price of instrument at this time:
    + 894                prices["limitUp"] = round(NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]), 6) if "limitUp" in pricesResponse.keys() else None
    + 895
    + 896                # min price of instrument at this time:
    + 897                prices["limitDown"] = round(NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]), 6) if "limitDown" in pricesResponse.keys() else None
    + 898
    + 899                # last price of deal with instrument:
    + 900                prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0
    + 901
    + 902                # last close price of instrument:
    + 903                prices["closePrice"] = NanoToFloat(pricesResponse["closePrice"]["units"], pricesResponse["closePrice"]["nano"]) if "closePrice" in pricesResponse.keys() else 0
    + 904
    + 905            else:
    + 906                uLogger.warning("Server return an empty or error response! See full log. Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    + 907                uLogger.debug("Server response: {}".format(pricesResponse))
    + 908
    + 909            if showPrice:
    + 910                if prices["buy"] or prices["sell"]:
    + 911                    info = [
    + 912                        "Orders book actual at [{}] (UTC)\nTicker: [{}], FIGI: [{}], Depth of Market: [{}]\n".format(
    + 913                            datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S"),
    + 914                            self.ticker,
    + 915                            self.figi,
    + 916                            self.depth,
    + 917                        ),
    + 918                        uLog.sepShort, "\n",
    + 919                        " Orders of Buyers   | Orders of Sellers\n",
    + 920                        uLog.sepShort, "\n",
    + 921                        " Sell prices (vol.) | Buy prices (vol.)\n",
    + 922                        uLog.sepShort, "\n",
    + 923                    ]
    + 924
    + 925                    if not prices["buy"]:
    + 926                        info.append("                    | No orders!\n")
    + 927                        sumBuy = 0
    + 928
    + 929                    else:
    + 930                        sumBuy = sum([x["quantity"] for x in prices["buy"]])
    + 931                        maxMinSorted = sorted(prices["buy"], key=lambda k: k["price"], reverse=True)
    + 932                        for item in maxMinSorted:
    + 933                            info.append("                    | {} ({})\n".format(item["price"], item["quantity"]))
    + 934
    + 935                    if not prices["sell"]:
    + 936                        info.append("No orders!          |\n")
    + 937                        sumSell = 0
    + 938
    + 939                    else:
    + 940                        sumSell = sum([x["quantity"] for x in prices["sell"]])
    + 941                        for item in prices["sell"]:
    + 942                            info.append("{:>19} |\n".format("{} ({})".format(item["price"], item["quantity"])))
    + 943
    + 944                    info.extend([
    + 945                        uLog.sepShort, "\n",
    + 946                        "{:>19} | {}\n".format("Total sell: {}".format(sumSell), "Total buy: {}".format(sumBuy)),
    + 947                        uLog.sepShort, "\n",
    + 948                    ])
    + 949
    + 950                    infoText = "".join(info)
    + 951
    + 952                    uLogger.info("Current prices in order book:\n\n{}".format(infoText))
    + 953
    + 954                else:
    + 955                    uLogger.warning("Orders book is empty at this time! Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    + 956
    + 957        return prices
    + 958
    + 959    def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str:
    + 960        """
    + 961        This method get and show information about all available broker instruments.
    + 962        If `instrumentsFile` string is not empty then also save information to this file.
    + 963
    + 964        :param showInstruments: if `True` then print results to console, if `False` - print only to file.
    + 965        :return: multi-string with all available broker instruments
    + 966        """
    + 967        if not self.iList:
    + 968            self.iList = self.Listing()
    + 969
    + 970        info = [
    + 971            "# All available instruments from Tinkoff Broker server for current user token\n\n",
    + 972            "* **Actual on date:** [{} UTC]\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    + 973        ]
    + 974
    + 975        # add instruments count by type:
    + 976        for iType in self.iList.keys():
    + 977            info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType])))
    + 978
    + 979        headerLine = "| Ticker       | Full name                                                 | FIGI         | Cur | Lot     | Step       |\n"
    + 980        splitLine = "|--------------|-----------------------------------------------------------|--------------|-----|---------|------------|\n"
    + 981
    + 982        # generating info tables with all instruments by type:
    + 983        for iType in self.iList.keys():
    + 984            info.extend(["\n\n## {} available. Total: [{}]\n\n".format(iType, len(self.iList[iType])), headerLine, splitLine])
    + 985
    + 986            for instrument in self.iList[iType].keys():
    + 987                iName = self.iList[iType][instrument]["name"]  # instrument's name
    + 988                if len(iName) > 57:
    + 989                    iName = "{}...".format(iName[:54])  # right trim for a long string
    + 990    
    + 991                info.append("| {:<12} | {:<57} | {:<12} | {:<3} | {:<7} | {:<10} |\n".format(
    + 992                    self.iList[iType][instrument]["ticker"],
    + 993                    iName,
    + 994                    self.iList[iType][instrument]["figi"],
    + 995                    self.iList[iType][instrument]["currency"],
    + 996                    self.iList[iType][instrument]["lot"],
    + 997                    "{:.10f}".format(self.iList[iType][instrument]["step"]).rstrip("0").rstrip(".") if self.iList[iType][instrument]["step"] > 0 else 0,
    + 998                ))
    + 999
    +1000        infoText = "".join(info)
    +1001
    +1002        if showInstruments:
    +1003            uLogger.info(infoText)
    +1004
    +1005        if self.instrumentsFile:
    +1006            with open(self.instrumentsFile, "w", encoding="UTF-8") as fH:
    +1007                fH.write(infoText)
    +1008
    +1009            uLogger.info("All available instruments are saved to file: [{}]".format(os.path.abspath(self.instrumentsFile)))
    +1010
    +1011        return infoText
    +1012
    +1013    def SearchInstruments(self, pattern: str, showResults: bool = False) -> dict:
    +1014        """
    +1015        This method search and show information about instruments by part of its ticker, FIGI or name.
    +1016        If `searchResultsFile` string is not empty then also save information to this file.
    +1017
    +1018        :param pattern: string with part of ticker, FIGI or instrument's name.
    +1019        :param showResults: if `True` then print results to console, if `False` - return list of result only.
    +1020        :return: list of dictionaries with all found instruments.
    +1021        """
    +1022        if not self.iList:
    +1023            self.iList = self.Listing()
    +1024
    +1025        searchResults = {iType: {} for iType in self.iList}  # same as iList but will contains only filtered instruments
    +1026        compiledPattern = re.compile(pattern, re.IGNORECASE)
    +1027
    +1028        for iType in self.iList:
    +1029            for instrument in self.iList[iType].values():
    +1030                searchResult = compiledPattern.search(" ".join(
    +1031                    [instrument["ticker"], instrument["figi"], instrument["name"]]
    +1032                ))
    +1033
    +1034                if searchResult:
    +1035                    searchResults[iType][instrument["ticker"]] = instrument
    +1036
    +1037        resultsLen = sum([len(searchResults[iType]) for iType in searchResults])
    +1038        info = [
    +1039            "# Search results\n\n",
    +1040            "* **Search pattern:** [{}]\n".format(pattern),
    +1041            "* **Found instruments:** [{}]\n\n".format(resultsLen),
    +1042            "**Note:** you can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t TICKER --info` or `tksbrokerapi -f FIGI --info`.\n"
    +1043        ]
    +1044        infoShort = info[:]
    +1045
    +1046        headerLine = "| Type       | Ticker       | Full name                                                      | FIGI         |\n"
    +1047        splitLine = "|------------|--------------|----------------------------------------------------------------|--------------|\n"
    +1048        skippedLine = "| ...        | ...          | ...                                                            | ...          |\n"
    +1049
    +1050        if resultsLen == 0:
    +1051            info.append("\nNo results\n")
    +1052            infoShort.append("\nNo results\n")
    +1053            uLogger.warning("No results. Try changing your search pattern.")
    +1054
    +1055        else:
    +1056            for iType in searchResults:
    +1057                iTypeValuesCount = len(searchResults[iType].values())
    +1058                if iTypeValuesCount > 0:
    +1059                    info.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    +1060                    infoShort.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    +1061
    +1062                    for instrument in searchResults[iType].values():
    +1063                        info.append("| {:<10} | {:<12} | {:<63}| {:<13}|\n".format(
    +1064                            instrument["type"],
    +1065                            instrument["ticker"],
    +1066                            "{}...".format(instrument["name"][:60]) if len(instrument["name"]) > 63 else instrument["name"],  # right trim for a long string
    +1067                            instrument["figi"],
    +1068                        ))
    +1069
    +1070                    if iTypeValuesCount <= 5:
    +1071                        infoShort.extend(info[-iTypeValuesCount:])
    +1072
    +1073                    else:
    +1074                        infoShort.extend(info[-5:])
    +1075                        infoShort.append(skippedLine)
    +1076
    +1077        infoText = "".join(info)
    +1078        infoTextShort = "".join(infoShort)
    +1079
    +1080        if showResults:
    +1081            uLogger.info(infoTextShort)
    +1082            uLogger.info("You can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t IBM --info` or `tksbrokerapi -f BBG000BLNNH6 --info`")
    +1083
    +1084        if self.searchResultsFile:
    +1085            with open(self.searchResultsFile, "w", encoding="UTF-8") as fH:
    +1086                fH.write(infoText)
    +1087
    +1088            uLogger.info("Full search results were saved to file: [{}]".format(os.path.abspath(self.searchResultsFile)))
    +1089
    +1090        return searchResults
    +1091
    +1092    def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> list:
    +1093        """
    +1094        This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!
    +1095        See limits: https://tinkoff.github.io/investAPI/limits/
    +1096        If `pricesFile` string is not empty then also save information to this file.
    +1097
    +1098        :param instruments: list of tickers or FIGIs.
    +1099        :param showPrices: if `True` then print to console, if `False` - print only to file.
    +1100        :return: list of instruments looks like this: `iList = [{some ticker info, "currentPrice": {current prices}}, {...}, ...]`
    +1101                 One item is dict returned by `SearchByTicker()` or `SearchByFIGI()` methods.
    +1102        """
    +1103        if instruments is None or not instruments:
    +1104            raise Exception("You must define some of tickers or FIGIs to request it's actual prices!")
    +1105
    +1106        requestedInstruments = []
    +1107        for iName in instruments:
    +1108            if iName not in self.aliases.keys():
    +1109                if iName not in requestedInstruments:
    +1110                    requestedInstruments.append(iName)
    +1111
    +1112            else:
    +1113                if iName not in requestedInstruments:
    +1114                    if self.aliases[iName] not in requestedInstruments:
    +1115                        requestedInstruments.append(self.aliases[iName])
    +1116
    +1117        uLogger.debug("Requested instruments without duplicates of tickers and FIGIs: {}".format(requestedInstruments))
    +1118
    +1119        onlyUniqueFIGIs = []
    +1120        for iName in requestedInstruments:
    +1121            self.ticker = iName
    +1122            iData = self.SearchByTicker(requestPrice=False)  # trying to find instrument by ticker
    +1123
    +1124            if not iData:
    +1125                self.ticker = ""
    +1126                self.figi = iName
    +1127
    +1128                iData = self.SearchByFIGI(requestPrice=False)  # trying to find instrument by FIGI
    +1129
    +1130                if not iData:
    +1131                    self.figi = ""
    +1132                    uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName))
    +1133
    +1134            if iData and iData["figi"] not in onlyUniqueFIGIs:
    +1135                onlyUniqueFIGIs.append(iData["figi"])
    +1136
    +1137        uLogger.debug("Unique list of FIGIs: {}".format(onlyUniqueFIGIs))
    +1138        uLogger.debug("Requesting current prices from Tinkoff Broker server...")
    +1139
    +1140        iList = []  # trying to get info and current prices about all unique instruments:
    +1141        for self.figi in onlyUniqueFIGIs:
    +1142            iData = self.SearchByFIGI(requestPrice=True)
    +1143            iList.append(iData)
    +1144
    +1145        if showPrices:
    +1146            info = [
    +1147                "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    +1148                "| Ticker       | FIGI         | Type       | Prev. close | Last price  | Chg. %   | Day limits min/max  | Actual sell / buy   | Curr. |\n",
    +1149                "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|-------|\n",
    +1150            ]
    +1151
    +1152            for item in iList:
    +1153                info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {:<5} |\n".format(
    +1154                    item["ticker"],
    +1155                    item["figi"],
    +1156                    item["type"],
    +1157                    "{:.2f}".format(float(item["currentPrice"]["closePrice"])),
    +1158                    "{:.2f}".format(float(item["currentPrice"]["lastPrice"])),
    +1159                    "{}{:.2f}".format("+" if item["currentPrice"]["changes"] > 0 else "", float(item["currentPrice"]["changes"])),
    +1160                    "{} / {}".format(
    +1161                        item["currentPrice"]["limitDown"] if item["currentPrice"]["limitDown"] is not None else "N/A",
    +1162                        item["currentPrice"]["limitUp"] if item["currentPrice"]["limitUp"] is not None else "N/A",
    +1163                    ),
    +1164                    "{} / {}".format(
    +1165                        item["currentPrice"]["sell"][0]["price"] if item["currentPrice"]["sell"] else "N/A",
    +1166                        item["currentPrice"]["buy"][0]["price"] if item["currentPrice"]["buy"] else "N/A",
    +1167                    ),
    +1168                    item["currency"],
    +1169                ))
    +1170
    +1171            infoText = "".join(info)
    +1172
    +1173            if showPrices:
    +1174                uLogger.info("Only instruments with unique FIGIs are shown:\n{}".format(infoText))
    +1175
    +1176            if self.pricesFile:
    +1177                with open(self.pricesFile, "w", encoding="UTF-8") as fH:
    +1178                    fH.write(infoText)
    +1179
    +1180                uLogger.info("Price list for all instruments saved to file: [{}]".format(os.path.abspath(self.pricesFile)))
    +1181
    +1182        return iList
    +1183
    +1184    def RequestPortfolio(self) -> dict:
    +1185        """
    +1186        Requesting current actual user's portfolio.
    +1187        REST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio
    +1188
    +1189        :return: dictionary with user's portfolio.
    +1190        """
    +1191        uLogger.debug("Requesting current actual user's portfolio. Wait, please...")
    +1192
    +1193        self.body = str({"accountId": self.accountId})
    +1194        portfolioURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPortfolio"
    +1195        rawPortfolio = self.SendAPIRequest(portfolioURL, reqType="POST")
    +1196
    +1197        uLogger.debug("Records about user's portfolio successfully received")
    +1198
    +1199        return rawPortfolio
    +1200
    +1201    def RequestPositions(self) -> dict:
    +1202        """
    +1203        Requesting current open positions in currencies and instruments.
    +1204        REST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions
    +1205
    +1206        :return: dictionary with open positions by instruments.
    +1207        """
    +1208        uLogger.debug("Requesting current open positions in currencies and instruments. Wait, please...")
    +1209
    +1210        self.body = str({"accountId": self.accountId})
    +1211        positionsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPositions"
    +1212        rawPositions = self.SendAPIRequest(positionsURL, reqType="POST")
    +1213
    +1214        uLogger.debug("Records about current open positions successfully received")
    +1215
    +1216        return rawPositions
    +1217
    +1218    def RequestPendingOrders(self) -> list:
    +1219        """
    +1220        Requesting current actual pending orders.
    +1221        REST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders
    +1222
    +1223        :return: list of dictionaries with pending orders.
    +1224        """
    +1225        uLogger.debug("Requesting current actual pending orders. Wait, please...")
    +1226
    +1227        self.body = str({"accountId": self.accountId})
    +1228        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders"
    +1229        rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"]
    +1230
    +1231        uLogger.debug("[{}] records about pending orders received".format(len(rawOrders)))
    +1232
    +1233        return rawOrders
    +1234
    +1235    def RequestStopOrders(self) -> list:
    +1236        """
    +1237        Requesting current actual stop orders.
    +1238        REST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders
    +1239
    +1240        :return: list of dictionaries with stop orders.
    +1241        """
    +1242        uLogger.debug("Requesting current actual stop orders. Wait, please...")
    +1243
    +1244        self.body = str({"accountId": self.accountId})
    +1245        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders"
    +1246        rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"]
    +1247
    +1248        uLogger.debug("[{}] records about stop orders received".format(len(rawStopOrders)))
    +1249
    +1250        return rawStopOrders
    +1251
    +1252    def Overview(self, showStatistics: bool = False, details: str = "full") -> dict:
    +1253        """
    +1254        Get portfolio: all open positions, orders and some statistics for defined accountId.
    +1255        If `overviewFile`, `overviewDigestFile`, `overviewPositionsFile`, `overviewOrdersFile`, `overviewAnalyticsFile`
    +1256        are defined then also save information to file.
    +1257
    +1258        :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information.
    +1259        :param details: how detailed should the information be? You should specify one of strings:
    +1260                        `full` - shows full available information about portfolio status (by default),
    +1261                        `positions` - shows only open positions,
    +1262                        `digest` - show a short digest of the portfolio status,
    +1263                        `analytics` - shows only the analytics section and the distribution of the portfolio by various categories,
    +1264                        `orders` - shows only sections of open limits and stop orders.
    +1265        :return: dictionary with client's raw portfolio and some statistics.
    +1266        """
    +1267        view = {
    +1268            "raw": {  # --- raw portfolio responses from broker with user portfolio data:
    +1269                "headers": {},  # list of dictionaries, response headers without "positions" section
    +1270                "Currencies": [],  # list of dictionaries, open trades with currencies from "positions" section
    +1271                "Shares": [],  # list of dictionaries, open trades with shares from "positions" section
    +1272                "Bonds": [],  # list of dictionaries, open trades with bonds from "positions" section
    +1273                "Etfs": [],  # list of dictionaries, open trades with etfs from "positions" section
    +1274                "Futures": [],  # list of dictionaries, open trades with futures from "positions" section
    +1275                "positions": {},  # raw response from broker: dictionary with current available or blocked currencies and instruments for client
    +1276                "orders": [],  # raw response from broker: list of dictionaries with all pending (market) orders
    +1277                "stopOrders": [],  # raw response from broker: list of dictionaries with all stop orders
    +1278                "currenciesCurrentPrices": {"rub": {"name": "Российский рубль", "currentPrice": 1.}},  # dict with prices of all currencies in RUB
    +1279            },
    +1280            "stat": {  # --- some statistics calculated using "raw" sections:
    +1281                "portfolioCostRUB": 0.,  # portfolio cost in RUB (Russian Rouble)
    +1282                "availableRUB": 0.,  # available rubles (without other currencies)
    +1283                "blockedRUB": 0.,  # blocked sum in Russian Rouble
    +1284                "totalChangesRUB": 0.,  # changes for all open trades in RUB
    +1285                "totalChangesPercentRUB": 0.,  # changes for all open trades in percents
    +1286                "allCurrenciesCostRUB": 0.,  # costs of all currencies (include rubles) in RUB
    +1287                "sharesCostRUB": 0.,  # costs of all shares in RUB
    +1288                "bondsCostRUB": 0.,  # costs of all bonds in RUB
    +1289                "etfsCostRUB": 0.,  # costs of all etfs in RUB
    +1290                "futuresCostRUB": 0.,  # costs of all futures in RUB
    +1291                "Currencies": [],  # list of dictionaries of all currencies statistics
    +1292                "Shares": [],  # list of dictionaries of all shares statistics
    +1293                "Bonds": [],  # list of dictionaries of all bonds statistics
    +1294                "Etfs": [],  # list of dictionaries of all etfs statistics
    +1295                "Futures": [],  # list of dictionaries of all futures statistics
    +1296                "orders": [],  # list of dictionaries of all pending (market) orders and it's parameters
    +1297                "stopOrders": [],  # list of dictionaries of all stop orders and it's parameters
    +1298                "blockedCurrencies": {},  # dict with blocked instruments and currencies, e.g. {"rub": 1291.87, "usd": 6.21}
    +1299                "blockedInstruments": {},  # dict with blocked  by FIGI, e.g. {}
    +1300                "funds": {},  # dict with free funds for trading (total - blocked), by all currencies, e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    +1301            },
    +1302            "analytics": {  # --- some analytics of portfolio:
    +1303                "distrByAssets": {},  # portfolio distribution by assets
    +1304                "distrByCompanies": {},  # portfolio distribution by companies
    +1305                "distrBySectors": {},  # portfolio distribution by sectors
    +1306                "distrByCurrencies": {},  # portfolio distribution by currencies
    +1307                "distrByCountries": {},  # portfolio distribution by countries
    +1308            }
    +1309        }
    +1310
    +1311        details = details.lower()
    +1312        availableDetails = ["full", "positions", "digest", "analytics", "orders"]
    +1313        if details not in availableDetails:
    +1314            details = "full"
    +1315            uLogger.debug("Requested incorrect details! The `details` must be one of this strings: {}. Details parameter set to `full` be default.".format(availableDetails))
    +1316
    +1317        uLogger.debug("Requesting portfolio of a client. Wait, please...")
    +1318
    +1319        portfolioResponse = self.RequestPortfolio()  # current user's portfolio (dict)
    +1320        view["raw"]["positions"] = self.RequestPositions()  # current open positions by instruments (dict)
    +1321        view["raw"]["orders"] = self.RequestPendingOrders()  # current actual pending orders (list)
    +1322        view["raw"]["stopOrders"] = self.RequestStopOrders()  # current actual stop orders (list)
    +1323
    +1324        # save response headers without "positions" section:
    +1325        for key in portfolioResponse.keys():
    +1326            if key != "positions":
    +1327                view["raw"]["headers"][key] = portfolioResponse[key]
    +1328
    +1329            else:
    +1330                continue
    +1331
    +1332        # Re-sorting and separating given raw instruments and currencies by type: https://tinkoff.github.io/investAPI/operations/#operation
    +1333        # Type of instrument must be only one of supported types in TKS_INSTRUMENTS
    +1334        for item in portfolioResponse["positions"]:
    +1335            if item["instrumentType"] == "currency":
    +1336                self.figi = item["figi"]
    +1337                curr = self.SearchByFIGI(requestPrice=False)
    +1338
    +1339                # current price of currency in RUB:
    +1340                view["raw"]["currenciesCurrentPrices"][curr["nominal"]["currency"]] = {
    +1341                    "name": curr["name"],
    +1342                    "currentPrice": NanoToFloat(
    +1343                        item["currentPrice"]["units"],
    +1344                        item["currentPrice"]["nano"]
    +1345                    ),
    +1346                }
    +1347
    +1348                view["raw"]["Currencies"].append(item)
    +1349
    +1350            elif item["instrumentType"] == "share":
    +1351                view["raw"]["Shares"].append(item)
    +1352
    +1353            elif item["instrumentType"] == "bond":
    +1354                view["raw"]["Bonds"].append(item)
    +1355
    +1356            elif item["instrumentType"] == "etf":
    +1357                view["raw"]["Etfs"].append(item)
    +1358
    +1359            elif item["instrumentType"] == "futures":
    +1360                view["raw"]["Futures"].append(item)
    +1361
    +1362            else:
    +1363                continue
    +1364
    +1365        # how many volume of currencies (by ISO currency name) are blocked:
    +1366        for item in view["raw"]["positions"]["blocked"]:
    +1367            blocked = NanoToFloat(item["units"], item["nano"])
    +1368            if blocked > 0:
    +1369                view["stat"]["blockedCurrencies"][item["currency"]] = blocked
    +1370
    +1371        # how many volume of instruments (by FIGI) are blocked:
    +1372        for item in view["raw"]["positions"]["securities"]:
    +1373            blocked = int(item["blocked"])
    +1374            if blocked > 0:
    +1375                view["stat"]["blockedInstruments"][item["figi"]] = blocked
    +1376
    +1377        allBlocked = {**view["stat"]["blockedCurrencies"], **view["stat"]["blockedInstruments"]}
    +1378
    +1379        if "rub" in allBlocked.keys():
    +1380            view["stat"]["blockedRUB"] = allBlocked["rub"]  # blocked rubles
    +1381
    +1382        # --- saving current total amount in RUB of all currencies (with ruble), shares, bonds, etfs, futures and currencies:
    +1383        view["stat"]["allCurrenciesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountCurrencies"]["units"], portfolioResponse["totalAmountCurrencies"]["nano"])
    +1384        view["stat"]["sharesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountShares"]["units"], portfolioResponse["totalAmountShares"]["nano"])
    +1385        view["stat"]["bondsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountBonds"]["units"], portfolioResponse["totalAmountBonds"]["nano"])
    +1386        view["stat"]["etfsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountEtf"]["units"], portfolioResponse["totalAmountEtf"]["nano"])
    +1387        view["stat"]["futuresCostRUB"] = NanoToFloat(portfolioResponse["totalAmountFutures"]["units"], portfolioResponse["totalAmountFutures"]["nano"])
    +1388        view["stat"]["portfolioCostRUB"] = sum([
    +1389            view["stat"]["allCurrenciesCostRUB"],
    +1390            view["stat"]["sharesCostRUB"],
    +1391            view["stat"]["bondsCostRUB"],
    +1392            view["stat"]["etfsCostRUB"],
    +1393            view["stat"]["futuresCostRUB"],
    +1394        ])
    +1395
    +1396        # --- calculating some portfolio statistics:
    +1397        byComp = {}  # distribution by companies
    +1398        bySect = {}  # distribution by sectors
    +1399        byCurr = {}  # distribution by currencies (include RUB)
    +1400        unknownCountryName = "All other countries"  # default name for instruments without "countryOfRisk" and "countryOfRiskName"
    +1401        byCountry = {unknownCountryName: {"cost": 0, "percent": 0.}}  # distribution by countries (currencies are included in their countries)
    +1402
    +1403        for item in portfolioResponse["positions"]:
    +1404            self.figi = item["figi"]
    +1405            instrument = self.SearchByFIGI(requestPrice=False)  # full raw info about instrument by FIGI
    +1406
    +1407            if instrument:
    +1408                if item["instrumentType"] == "currency" and instrument["nominal"]["currency"] in allBlocked.keys():
    +1409                    blocked = allBlocked[instrument["nominal"]["currency"]]  # blocked volume of currency
    +1410
    +1411                elif item["instrumentType"] != "currency" and item["figi"] in allBlocked.keys():
    +1412                    blocked = allBlocked[item["figi"]]  # blocked volume of other instruments
    +1413
    +1414                else:
    +1415                    blocked = 0
    +1416
    +1417                volume = NanoToFloat(item["quantity"]["units"], item["quantity"]["nano"])  # available volume of instrument
    +1418                lots = NanoToFloat(item["quantityLots"]["units"], item["quantityLots"]["nano"])  # available volume in lots of instrument
    +1419                direction = "Long" if lots >= 0 else "Short"  # direction of an instrument's position: short or long
    +1420                curPrice = NanoToFloat(item["currentPrice"]["units"], item["currentPrice"]["nano"])  # current instrument's price
    +1421                average = NanoToFloat(item["averagePositionPriceFifo"]["units"], item["averagePositionPriceFifo"]["nano"])  # current average position price
    +1422                profit = NanoToFloat(item["expectedYield"]["units"], item["expectedYield"]["nano"])  # expected profit at current moment
    +1423                currency = instrument["currency"] if (item["instrumentType"] == "share" or item["instrumentType"] == "etf" or item["instrumentType"] == "future") else instrument["nominal"]["currency"]  # currency name rub, usd, eur etc.
    +1424                cost = (curPrice + NanoToFloat(item["currentNkd"]["units"], item["currentNkd"]["nano"])) * volume  # current cost of all volume of instrument in basic asset
    +1425                baseCurrencyName = item["currentPrice"]["currency"]  # name of base currency (rub)
    +1426                countryName = "[{}] {}".format(instrument["countryOfRisk"], instrument["countryOfRiskName"]) if "countryOfRisk" in instrument.keys() and "countryOfRiskName" in instrument.keys() and instrument["countryOfRisk"] and instrument["countryOfRiskName"] else unknownCountryName
    +1427                costRUB = cost if item["instrumentType"] == "currency" else cost * view["raw"]["currenciesCurrentPrices"][currency]["currentPrice"]  # cost in rubles
    +1428                percentCostRUB = 100 * costRUB / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.  # instrument's part in percent of full portfolio cost
    +1429
    +1430                statData = {
    +1431                    "figi": item["figi"],  # FIGI from REST API "GetPortfolio" method
    +1432                    "ticker": instrument["ticker"],  # ticker by FIGI
    +1433                    "currency": currency,  # currency name rub, usd, eur etc. for instrument price
    +1434                    "volume": volume,  # available volume of instrument
    +1435                    "lots": lots,  # volume in lots of instrument
    +1436                    "direction": direction,  # direction of an instrument's position: short or long
    +1437                    "blocked": blocked,  # blocked volume of currency or instrument
    +1438                    "currentPrice": curPrice,  # current instrument's price in basic asset
    +1439                    "average": average,  # current average position price
    +1440                    "cost": cost,  # current cost of all volume of instrument in basic asset
    +1441                    "baseCurrencyName": baseCurrencyName,  # name of base currency (rub)
    +1442                    "costRUB": costRUB,  # cost of instrument in ruble
    +1443                    "percentCostRUB": percentCostRUB,  # instrument's part in percent of full portfolio cost in RUB
    +1444                    "profit": profit,  # expected profit at current moment
    +1445                    "percentProfit": 100 * profit / (average * volume) if average != 0 and volume != 0 else 0,  # expected percents of profit at current moment for this instrument
    +1446                    "sector": instrument["sector"] if "sector" in instrument.keys() and instrument["sector"] else "other",
    +1447                    "name": instrument["name"] if "name" in instrument.keys() else "",  # human-readable names of instruments
    +1448                    "isoCurrencyName": instrument["isoCurrencyName"] if "isoCurrencyName" in instrument.keys() else "",  # ISO name for currencies only
    +1449                    "country": countryName,  # e.g. "[RU] Российская Федерация" or unknownCountryName
    +1450                    "step": instrument["step"],  # minimum price increment
    +1451                }
    +1452
    +1453                # adding distribution by unique countries:
    +1454                if statData["country"] not in byCountry.keys():
    +1455                    byCountry[statData["country"]] = {"cost": costRUB, "percent": percentCostRUB}
    +1456
    +1457                else:
    +1458                    byCountry[statData["country"]]["cost"] += costRUB
    +1459                    byCountry[statData["country"]]["percent"] += percentCostRUB
    +1460
    +1461                if item["instrumentType"] != "currency":
    +1462                    # adding distribution by unique companies:
    +1463                    if statData["name"]:
    +1464                        if statData["name"] not in byComp.keys():
    +1465                            byComp[statData["name"]] = {"ticker": statData["ticker"], "cost": costRUB, "percent": percentCostRUB}
    +1466
    +1467                        else:
    +1468                            byComp[statData["name"]]["cost"] += costRUB
    +1469                            byComp[statData["name"]]["percent"] += percentCostRUB
    +1470
    +1471                    # adding distribution by unique sectors:
    +1472                    if statData["sector"] not in bySect.keys():
    +1473                        bySect[statData["sector"]] = {"cost": costRUB, "percent": percentCostRUB}
    +1474
    +1475                    else:
    +1476                        bySect[statData["sector"]]["cost"] += costRUB
    +1477                        bySect[statData["sector"]]["percent"] += percentCostRUB
    +1478
    +1479                # adding distribution by unique currencies:
    +1480                if currency not in byCurr.keys():
    +1481                    byCurr[currency] = {
    +1482                        "name": view["raw"]["currenciesCurrentPrices"][currency]["name"],
    +1483                        "cost": costRUB,
    +1484                        "percent": percentCostRUB
    +1485                    }
    +1486
    +1487                else:
    +1488                    byCurr[currency]["cost"] += costRUB
    +1489                    byCurr[currency]["percent"] += percentCostRUB
    +1490
    +1491                # saving statistics for every instrument:
    +1492                if item["instrumentType"] == "currency":
    +1493                    view["stat"]["Currencies"].append(statData)
    +1494
    +1495                    # update dict with free funds for trading (total - blocked) by currencies
    +1496                    # e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    +1497                    view["stat"]["funds"][currency] = {
    +1498                        "total": volume,
    +1499                        "totalCostRUB": costRUB,  # total volume cost in rubles
    +1500                        "free": volume - blocked,
    +1501                        "freeCostRUB": costRUB * ((volume - blocked) / volume) if volume > 0 else 0,  # free volume cost in rubles
    +1502                    }
    +1503
    +1504                elif item["instrumentType"] == "share":
    +1505                    view["stat"]["Shares"].append(statData)
    +1506
    +1507                elif item["instrumentType"] == "bond":
    +1508                    view["stat"]["Bonds"].append(statData)
    +1509
    +1510                elif item["instrumentType"] == "etf":
    +1511                    view["stat"]["Etfs"].append(statData)
    +1512
    +1513                elif item["instrumentType"] == "Futures":
    +1514                    view["stat"]["Futures"].append(statData)
    +1515
    +1516                else:
    +1517                    continue
    +1518
    +1519        # total changes in Russian Ruble:
    +1520        view["stat"]["availableRUB"] = view["stat"]["allCurrenciesCostRUB"] - sum([item["cost"] for item in view["stat"]["Currencies"]])  # available RUB without other currencies
    +1521        view["stat"]["totalChangesPercentRUB"] = NanoToFloat(view["raw"]["headers"]["expectedYield"]["units"], view["raw"]["headers"]["expectedYield"]["nano"]) if "expectedYield" in view["raw"]["headers"].keys() else 0.
    +1522        startCost = view["stat"]["portfolioCostRUB"] / (1 + view["stat"]["totalChangesPercentRUB"] / 100)
    +1523        view["stat"]["totalChangesRUB"] = view["stat"]["portfolioCostRUB"] - startCost
    +1524        view["stat"]["funds"]["rub"] = {
    +1525            "total": view["stat"]["availableRUB"],
    +1526            "totalCostRUB": view["stat"]["availableRUB"],
    +1527            "free": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    +1528            "freeCostRUB": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    +1529        }
    +1530
    +1531        # --- pending orders sector data:
    +1532        uniquePendingOrders = []
    +1533        uniquePendingOrdersFIGIs = []
    +1534        for item in view["raw"]["orders"]:
    +1535            if item["figi"] not in uniquePendingOrdersFIGIs:
    +1536                uniquePendingOrdersFIGIs.append(item["figi"])
    +1537                uniquePendingOrders.append(item)
    +1538
    +1539        for item in uniquePendingOrders:
    +1540            self.figi = item["figi"]
    +1541            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    +1542
    +1543            if instrument:
    +1544                action = TKS_ORDER_DIRECTIONS[item["direction"]]
    +1545                orderType = TKS_ORDER_TYPES[item["orderType"]]
    +1546                orderState = TKS_ORDER_STATES[item["executionReportStatus"]]
    +1547                orderDate = item["orderDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    +1548
    +1549                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    +1550                if item["direction"] == "ORDER_DIRECTION_BUY":
    +1551                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    +1552
    +1553                else:
    +1554                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    +1555
    +1556                # requested price for order execution:
    +1557                target = NanoToFloat(item["initialSecurityPrice"]["units"], item["initialSecurityPrice"]["nano"])
    +1558
    +1559                # necessary changes in percent to reach target from current price:
    +1560                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    +1561
    +1562                view["stat"]["orders"].append({
    +1563                    "orderID": item["orderId"],  # orderId number parameter of current order
    +1564                    "figi": item["figi"],  # FIGI identification
    +1565                    "ticker": instrument["ticker"],  # ticker name by FIGI
    +1566                    "lotsRequested": item["lotsRequested"],  # requested lots value
    +1567                    "lotsExecuted": item["lotsExecuted"],  # how many lots are executed
    +1568                    "currentPrice": lastPrice,  # current instrument's price for defined action
    +1569                    "targetPrice": target,  # requested price for order execution in base currency
    +1570                    "baseCurrencyName": item["initialSecurityPrice"]["currency"],  # name of base currency
    +1571                    "percentChanges": changes,  # changes in percent to target from current price
    +1572                    "currency": item["currency"],  # instrument's currency name
    +1573                    "action": action,  # sell / buy / Unknown from TKS_ORDER_DIRECTIONS
    +1574                    "type": orderType,  # type of order from TKS_ORDER_TYPES
    +1575                    "status": orderState,  # order status from TKS_ORDER_STATES
    +1576                    "date": orderDate,  # string with order date and time from UTC format (without nano seconds part)
    +1577                })
    +1578
    +1579        # --- stop orders sector data:
    +1580        uniqueStopOrders = []
    +1581        uniqueStopOrdersFIGIs = []
    +1582        for item in view["raw"]["stopOrders"]:
    +1583            if item["figi"] not in uniqueStopOrdersFIGIs:
    +1584                uniqueStopOrdersFIGIs.append(item["figi"])
    +1585                uniqueStopOrders.append(item)
    +1586
    +1587        for item in uniqueStopOrders:
    +1588            self.figi = item["figi"]
    +1589            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    +1590
    +1591            if instrument:
    +1592                action = TKS_STOP_ORDER_DIRECTIONS[item["direction"]]
    +1593                orderType = TKS_STOP_ORDER_TYPES[item["orderType"]]
    +1594                createDate = item["createDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    +1595
    +1596                # hack: server response can't contain "expirationTime" key if it is not "Until date" type of stop order
    +1597                if "expirationTime" in item.keys():
    +1598                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE"]
    +1599                    expDate = item["expirationTime"].replace("T", " ").replace("Z", "").split(".")[0]
    +1600
    +1601                else:
    +1602                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL"]
    +1603                    expDate = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"]
    +1604
    +1605                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    +1606                if item["direction"] == "STOP_ORDER_DIRECTION_BUY":
    +1607                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    +1608
    +1609                else:
    +1610                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    +1611
    +1612                # requested price when stop-order executed:
    +1613                target = NanoToFloat(item["stopPrice"]["units"], item["stopPrice"]["nano"])
    +1614
    +1615                # price for limit-order, set up when stop-order executed:
    +1616                limit = NanoToFloat(item["price"]["units"], item["price"]["nano"])
    +1617
    +1618                # necessary changes in percent to reach target from current price:
    +1619                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    +1620
    +1621                view["stat"]["stopOrders"].append({
    +1622                    "orderID": item["stopOrderId"],  # stopOrderId number parameter of current stop-order
    +1623                    "figi": item["figi"],  # FIGI identification
    +1624                    "ticker": instrument["ticker"],  # ticker name by FIGI
    +1625                    "lotsRequested": item["lotsRequested"],  # requested lots value
    +1626                    "currentPrice": lastPrice,  # current instrument's price for defined action
    +1627                    "targetPrice": target,  # requested price for stop-order execution in base currency
    +1628                    "limitPrice": limit,  # price for limit-order, set up when stop-order executed, 0 if market order
    +1629                    "baseCurrencyName": item["stopPrice"]["currency"],  # name of base currency
    +1630                    "percentChanges": changes,  # changes in percent to target from current price
    +1631                    "currency": item["currency"],  # instrument's currency name
    +1632                    "action": action,  # sell / buy / Unknown from TKS_STOP_ORDER_DIRECTIONS
    +1633                    "type": orderType,  # type of order from TKS_STOP_ORDER_TYPES
    +1634                    "expType": expType,  # expiration type of stop-order from TKS_STOP_ORDER_EXPIRATION_TYPES
    +1635                    "createDate": createDate,  # string with created order date and time from UTC format (without nano seconds part)
    +1636                    "expDate": expDate,  # string with expiration order date and time from UTC format (without nano seconds part)
    +1637                })
    +1638
    +1639        # --- calculating data for analytics section:
    +1640        # portfolio distribution by assets:
    +1641        view["analytics"]["distrByAssets"] = {
    +1642            "Ruble": {
    +1643                "uniques": 1,
    +1644                "cost": view["stat"]["availableRUB"],
    +1645                "percent": 100 * view["stat"]["availableRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1646            },
    +1647            "Currencies": {
    +1648                "uniques": len(view["stat"]["Currencies"]),  # all foreign currencies without RUB
    +1649                "cost": view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"],
    +1650                "percent": 100 * (view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"]) / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1651            },
    +1652            "Shares": {
    +1653                "uniques": len(view["stat"]["Shares"]),
    +1654                "cost": view["stat"]["sharesCostRUB"],
    +1655                "percent": 100 * view["stat"]["sharesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1656            },
    +1657            "Bonds": {
    +1658                "uniques": len(view["stat"]["Bonds"]),
    +1659                "cost": view["stat"]["bondsCostRUB"],
    +1660                "percent": 100 * view["stat"]["bondsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1661            },
    +1662            "Etfs": {
    +1663                "uniques": len(view["stat"]["Etfs"]),
    +1664                "cost": view["stat"]["etfsCostRUB"],
    +1665                "percent": 100 * view["stat"]["etfsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1666            },
    +1667            "Futures": {
    +1668                "uniques": len(view["stat"]["Futures"]),
    +1669                "cost": view["stat"]["futuresCostRUB"],
    +1670                "percent": 100 * view["stat"]["futuresCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1671            },
    +1672        }
    +1673
    +1674        # portfolio distribution by companies:
    +1675        view["analytics"]["distrByCompanies"]["All money cash"] = {
    +1676            "ticker": "",
    +1677            "cost": view["stat"]["allCurrenciesCostRUB"],
    +1678            "percent": 100 * view["stat"]["allCurrenciesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1679        }
    +1680        view["analytics"]["distrByCompanies"].update(byComp)
    +1681
    +1682        # portfolio distribution by sectors:
    +1683        view["analytics"]["distrBySectors"]["All money cash"] = {
    +1684            "cost": view["analytics"]["distrByCompanies"]["All money cash"]["cost"],
    +1685            "percent": view["analytics"]["distrByCompanies"]["All money cash"]["percent"],
    +1686        }
    +1687        view["analytics"]["distrBySectors"].update(bySect)
    +1688
    +1689        # portfolio distribution by currencies:
    +1690        view["analytics"]["distrByCurrencies"].update(byCurr)
    +1691        view["analytics"]["distrByCurrencies"]["rub"]["cost"] += view["analytics"]["distrByAssets"]["Ruble"]["cost"]
    +1692        view["analytics"]["distrByCurrencies"]["rub"]["percent"] += view["analytics"]["distrByAssets"]["Ruble"]["percent"]
    +1693
    +1694        # portfolio distribution by countries:
    +1695        view["analytics"]["distrByCountries"].update(byCountry)
    +1696
    +1697        # --- Prepare text statistics overview in human-readable:
    +1698        if showStatistics:
    +1699            # Whatever the value `details`, header not changes:
    +1700            info = [
    +1701                "# Client's portfolio\n\n",
    +1702                "* **Actual date:** [{} UTC]\n"
    +1703                "".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")),
    +1704            ]
    +1705
    +1706            if details in ["full", "positions", "digest"]:
    +1707                info.extend([
    +1708                    "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    +1709                    "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format(
    +1710                        "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    +1711                        view["stat"]["totalChangesRUB"],
    +1712                        "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    +1713                        view["stat"]["totalChangesPercentRUB"],
    +1714                    ),
    +1715                ])
    +1716
    +1717            if details in ["full", "positions"]:
    +1718                info.extend([
    +1719                    "## Open positions\n\n",
    +1720                    "| Ticker [FIGI]               | Volume (blocked)                | Lots     | Curr. price  | Avg. price   | Current volume cost | Profit (%)                   |\n",
    +1721                    "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|------------------------------|\n",
    +1722                    "| Ruble                       | {:>31} |          |              |              |                     |                              |\n".format(
    +1723                        "{:.2f} ({:.2f}) rub".format(
    +1724                            view["stat"]["availableRUB"],
    +1725                            view["stat"]["blockedRUB"],
    +1726                        )
    +1727                    )
    +1728                ])
    +1729
    +1730                def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list:
    +1731                    return [
    +1732                        "|                             |                                 |          |              |              |                     |                              |\n",
    +1733                        "| {:<27} |                                 |          |              |              | {:>19} |                              |\n".format(
    +1734                            noTradeStr if noTradeStr else typeStr,
    +1735                            "" if noTradeStr else "{:.2f} RUB".format(CostRUB),
    +1736                        ),
    +1737                    ]
    +1738
    +1739                def _InfoStr(data: dict, showCurrencyName: bool = False) -> str:
    +1740                    return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {:<28} |\n".format(
    +1741                        "{} [{}]".format(data["ticker"], data["figi"]),
    +1742                        "{:.2f} ({:.2f}) {}".format(
    +1743                            data["volume"],
    +1744                            data["blocked"],
    +1745                            data["currency"],
    +1746                        ) if showCurrencyName else "{:.0f} ({:.0f})".format(
    +1747                            data["volume"],
    +1748                            data["blocked"],
    +1749                        ),
    +1750                        "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]),
    +1751                        "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a",
    +1752                        "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a",
    +1753                        "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]),
    +1754                        "{}{:.2f} {} ({}{:.2f}%)".format(
    +1755                            "+" if data["profit"] > 0 else "",
    +1756                            data["profit"], data["baseCurrencyName"],
    +1757                            "+" if data["percentProfit"] > 0 else "",
    +1758                            data["percentProfit"],
    +1759                        ),
    +1760                    )
    +1761
    +1762                # --- Show currencies section:
    +1763                if view["stat"]["Currencies"]:
    +1764                    info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**"))
    +1765                    for item in view["stat"]["Currencies"]:
    +1766                        info.append(_InfoStr(item, showCurrencyName=True))
    +1767
    +1768                else:
    +1769                    info.extend(_SplitStr(noTradeStr="**Currencies:** no trades"))
    +1770
    +1771                # --- Show shares section:
    +1772                if view["stat"]["Shares"]:
    +1773                    info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**"))
    +1774
    +1775                    for item in view["stat"]["Shares"]:
    +1776                        info.append(_InfoStr(item))
    +1777
    +1778                else:
    +1779                    info.extend(_SplitStr(noTradeStr="**Shares:** no trades"))
    +1780
    +1781                # --- Show bonds section:
    +1782                if view["stat"]["Bonds"]:
    +1783                    info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**"))
    +1784
    +1785                    for item in view["stat"]["Bonds"]:
    +1786                        info.append(_InfoStr(item))
    +1787
    +1788                else:
    +1789                    info.extend(_SplitStr(noTradeStr="**Bonds:** no trades"))
    +1790
    +1791                # --- Show etfs section:
    +1792                if view["stat"]["Etfs"]:
    +1793                    info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**"))
    +1794
    +1795                    for item in view["stat"]["Etfs"]:
    +1796                        info.append(_InfoStr(item))
    +1797
    +1798                else:
    +1799                    info.extend(_SplitStr(noTradeStr="**Etfs:** no trades"))
    +1800
    +1801                # --- Show futures section:
    +1802                if view["stat"]["Futures"]:
    +1803                    info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**"))
    +1804
    +1805                    for item in view["stat"]["Futures"]:
    +1806                        info.append(_InfoStr(item))
    +1807
    +1808                else:
    +1809                    info.extend(_SplitStr(noTradeStr="**Futures:** no trades"))
    +1810
    +1811            if details in ["full", "orders"]:
    +1812                # --- Show pending orders section:
    +1813                if view["stat"]["orders"]:
    +1814                    info.extend([
    +1815                        "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])),
    +1816                        "\n| Ticker [FIGI]               | Order ID       | Lots (exec.) | Current price (% delta) | Target price  | Action    | Type      | Create date (UTC)       |\n",
    +1817                        "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|-------------------------|\n",
    +1818                    ])
    +1819
    +1820                    for item in view["stat"]["orders"]:
    +1821                        info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {:<23} |\n".format(
    +1822                            "{} [{}]".format(item["ticker"], item["figi"]),
    +1823                            item["orderID"],
    +1824                            "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]),
    +1825                            "{} {} ({}{:.2f}%)".format(
    +1826                                "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    +1827                                item["baseCurrencyName"],
    +1828                                "+" if item["percentChanges"] > 0 else "",
    +1829                                float(item["percentChanges"]),
    +1830                            ),
    +1831                            "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    +1832                            item["action"],
    +1833                            item["type"],
    +1834                            item["date"],
    +1835                        ))
    +1836
    +1837                else:
    +1838                    info.append("\n## Total pending limit-orders: 0\n")
    +1839
    +1840                # --- Show stop orders section:
    +1841                if view["stat"]["stopOrders"]:
    +1842                    info.extend([
    +1843                        "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])),
    +1844                        "\n| Ticker [FIGI]               | Stop order ID                        | Lots   | Current price (% delta) | Target price  | Limit price   | Action    | Type        | Expire type  | Create date (UTC)   | Expiration (UTC)    |\n",
    +1845                        "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------|\n",
    +1846                    ])
    +1847
    +1848                    for item in view["stat"]["stopOrders"]:
    +1849                        info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {:<19} |\n".format(
    +1850                            "{} [{}]".format(item["ticker"], item["figi"]),
    +1851                            item["orderID"],
    +1852                            item["lotsRequested"],
    +1853                            "{} {} ({}{:.2f}%)".format(
    +1854                                "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    +1855                                item["baseCurrencyName"],
    +1856                                "+" if item["percentChanges"] > 0 else "",
    +1857                                float(item["percentChanges"]),
    +1858                            ),
    +1859                            "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    +1860                            "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"],
    +1861                            item["action"],
    +1862                            item["type"],
    +1863                            item["expType"],
    +1864                            item["createDate"],
    +1865                            item["expDate"],
    +1866                        ))
    +1867
    +1868                else:
    +1869                    info.append("\n## Total stop-orders: 0\n")
    +1870
    +1871            if details in ["full", "analytics"]:
    +1872                # -- Show analytics section:
    +1873                if view["stat"]["portfolioCostRUB"] > 0:
    +1874                    info.extend([
    +1875                        "\n# Analytics\n"
    +1876                        "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    +1877                        "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format(
    +1878                            "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    +1879                            view["stat"]["totalChangesRUB"],
    +1880                            "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    +1881                            view["stat"]["totalChangesPercentRUB"],
    +1882                        ),
    +1883                        "\n## Portfolio distribution by assets\n"
    +1884                        "\n| Type       | Uniques | Percent | Current cost       |\n",
    +1885                        "|------------|---------|---------|--------------------|\n",
    +1886                    ])
    +1887
    +1888                    for key in view["analytics"]["distrByAssets"].keys():
    +1889                        if view["analytics"]["distrByAssets"][key]["cost"] > 0:
    +1890                            info.append("| {:<10} | {:<7} | {:<7} | {:<18} |\n".format(
    +1891                                key,
    +1892                                view["analytics"]["distrByAssets"][key]["uniques"],
    +1893                                "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]),
    +1894                                "{:.2f} rub".format(view["analytics"]["distrByAssets"][key]["cost"]),
    +1895                            ))
    +1896
    +1897                    maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()])
    +1898                    info.extend([
    +1899                        "\n## Portfolio distribution by companies\n"
    +1900                        "\n| Company{} | Percent | Current cost       |\n".format(" " * (maxLenNames - 7)),
    +1901                        "|--------{}-|---------|--------------------|\n".format("-" * (maxLenNames - 7)),
    +1902                    ])
    +1903
    +1904                    for company in view["analytics"]["distrByCompanies"].keys():
    +1905                        if view["analytics"]["distrByCompanies"][company]["cost"] > 0:
    +1906                            nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"])
    +1907                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1908                                "{}{}{}".format(
    +1909                                    "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "",
    +1910                                    company,
    +1911                                    "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)),
    +1912                                ),
    +1913                                "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]),
    +1914                                "{:.2f} rub".format(view["analytics"]["distrByCompanies"][company]["cost"]),
    +1915                            ))
    +1916
    +1917                    maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()])
    +1918                    info.extend([
    +1919                        "\n## Portfolio distribution by sectors\n"
    +1920                        "\n| Sector{} | Percent | Current cost       |\n".format(" " * (maxLenSectors - 6)),
    +1921                        "|-------{}-|---------|--------------------|\n".format("-" * (maxLenSectors - 6)),
    +1922                    ])
    +1923
    +1924                    for sector in view["analytics"]["distrBySectors"].keys():
    +1925                        if view["analytics"]["distrBySectors"][sector]["cost"] > 0:
    +1926                            info.append("| {}{} | {:<7} | {:<18} |\n".format(
    +1927                                sector,
    +1928                                "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)),
    +1929                                "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]),
    +1930                                "{:.2f} rub".format(view["analytics"]["distrBySectors"][sector]["cost"]),
    +1931                            ))
    +1932
    +1933                    maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()])
    +1934                    info.extend([
    +1935                        "\n## Portfolio distribution by currencies\n"
    +1936                        "\n| Instruments currencies{} | Percent | Current cost       |\n".format(" " * (maxLenMoney - 22)),
    +1937                        "|-----------------------{}-|---------|--------------------|\n".format("-" * (maxLenMoney - 22)),
    +1938                    ])
    +1939
    +1940                    for curr in view["analytics"]["distrByCurrencies"].keys():
    +1941                        if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0:
    +1942                            nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"])
    +1943                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1944                                "[{}] {}{}".format(
    +1945                                    curr,
    +1946                                    view["analytics"]["distrByCurrencies"][curr]["name"],
    +1947                                    "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen),
    +1948                                ),
    +1949                                "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]),
    +1950                                "{:.2f} rub".format(view["analytics"]["distrByCurrencies"][curr]["cost"]),
    +1951                            ))
    +1952
    +1953                    maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()]))
    +1954                    info.extend([
    +1955                        "\n## Portfolio distribution by countries\n"
    +1956                        "\n| Assets by country{} | Percent | Current cost       |\n".format(" " * (maxLenCountry - 17)),
    +1957                        "|------------------{}-|---------|--------------------|\n".format("-" * (maxLenCountry - 17)),
    +1958                    ])
    +1959
    +1960                    for country in view["analytics"]["distrByCountries"].keys():
    +1961                        if view["analytics"]["distrByCountries"][country]["cost"] > 0:
    +1962                            nameLen = len(country)
    +1963                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1964                                "{}{}".format(
    +1965                                    country,
    +1966                                    "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen),
    +1967                                ),
    +1968                                "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]),
    +1969                                "{:.2f} rub".format(view["analytics"]["distrByCountries"][country]["cost"]),
    +1970                            ))
    +1971
    +1972            infoText = "".join(info)
    +1973
    +1974            if showStatistics:
    +1975                uLogger.info(infoText)
    +1976
    +1977            if details == "full" and self.overviewFile:
    +1978                filename = self.overviewFile
    +1979
    +1980            elif details == "digest" and self.overviewDigestFile:
    +1981                filename = self.overviewDigestFile
    +1982
    +1983            elif details == "positions" and self.overviewPositionsFile:
    +1984                filename = self.overviewPositionsFile
    +1985
    +1986            elif details == "orders" and self.overviewOrdersFile:
    +1987                filename = self.overviewOrdersFile
    +1988
    +1989            elif details == "analytics" and self.overviewAnalyticsFile:
    +1990                filename = self.overviewAnalyticsFile
    +1991
    +1992            else:
    +1993                filename = ""
    +1994
    +1995            if filename:
    +1996                with open(filename, "w", encoding="UTF-8") as fH:
    +1997                    fH.write(infoText)
    +1998
    +1999                uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(filename)))
    +2000
    +2001        return view
    +2002
    +2003    def Deals(self, start: str = None, end: str = None, printDeals: bool = False, showCancelled: bool = True) -> tuple:
    +2004        """
    +2005        Returns history operations between two given dates.
    +2006        If `reportFile` string is not empty then also save human-readable report.
    +2007        Shows some statistical data of closed positions.
    +2008
    +2009        :param start: see docstring in `GetDatesAsString()` method
    +2010        :param end: see docstring in `GetDatesAsString()` method
    +2011        :param printDeals: if `True` then also prints all records to the console.
    +2012        :param showCancelled: if `False` then remove information about cancelled operations from the deals report.
    +2013        :return: original list of dictionaries with history of deals records from API ("operations" key):
    +2014                 https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    +2015                 and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.
    +2016        """
    +2017        startDate, endDate = GetDatesAsString(start, end)  # Example: ("2000-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    +2018
    +2019        uLogger.debug("Requesting history of a client's operations. Wait, please...")
    +2020
    +2021        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    +2022        dealsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetOperations"
    +2023        self.body = str({"accountId": self.accountId, "from": startDate, "to": endDate})
    +2024        ops = self.SendAPIRequest(dealsURL, reqType="POST")["operations"]  # list of dict: operations returns by broker
    +2025        customStat = {}  # custom statistics in additional to responseJSON
    +2026
    +2027        # --- output report in human-readable format:
    +2028        if printDeals or self.reportFile:
    +2029            splitLine1 = "|                            |                               |                              |                      |                        |\n"  # Summary section
    +2030            splitLine2 = "|                     |              |              |            |           |                 |            |                                                                    |\n"  # Operations section
    +2031            nextDay = ""
    +2032
    +2033            info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])]
    +2034
    +2035            if len(ops) > 0:
    +2036                customStat = {
    +2037                    "opsCount": 0,  # total operations count
    +2038                    "buyCount": 0,  # buy operations
    +2039                    "sellCount": 0,  # sell operations
    +2040                    "buyTotal": {"rub": 0.},  # Buy sums in different currencies
    +2041                    "sellTotal": {"rub": 0.},  # Sell sums in different currencies
    +2042                    "payIn": {"rub": 0.},  # Deposit brokerage account
    +2043                    "payOut": {"rub": 0.},  # Withdrawals
    +2044                    "divs": {"rub": 0.},  # Dividends income
    +2045                    "coupons": {"rub": 0.},  # Coupon's income
    +2046                    "brokerCom": {"rub": 0.},  # Service commissions
    +2047                    "serviceCom": {"rub": 0.},  # Service commissions
    +2048                    "marginCom": {"rub": 0.},  # Margin commissions
    +2049                    "allTaxes": {"rub": 0.},  # Sum of withholding taxes and corrections
    +2050                }
    +2051
    +2052                # --- calculating statistics depends on operations type in TKS_OPERATION_TYPES:
    +2053                for item in ops:
    +2054                    if item["state"] == "OPERATION_STATE_EXECUTED":
    +2055                        payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    +2056
    +2057                        # count buy operations:
    +2058                        if "_BUY" in item["operationType"]:
    +2059                            customStat["buyCount"] += 1
    +2060
    +2061                            if item["payment"]["currency"] in customStat["buyTotal"].keys():
    +2062                                customStat["buyTotal"][item["payment"]["currency"]] += payment
    +2063
    +2064                            else:
    +2065                                customStat["buyTotal"][item["payment"]["currency"]] = payment
    +2066
    +2067                        # count sell operations:
    +2068                        elif "_SELL" in item["operationType"]:
    +2069                            customStat["sellCount"] += 1
    +2070
    +2071                            if item["payment"]["currency"] in customStat["sellTotal"].keys():
    +2072                                customStat["sellTotal"][item["payment"]["currency"]] += payment
    +2073
    +2074                            else:
    +2075                                customStat["sellTotal"][item["payment"]["currency"]] = payment
    +2076
    +2077                        # count incoming operations:
    +2078                        elif item["operationType"] in ["OPERATION_TYPE_INPUT"]:
    +2079                            if item["payment"]["currency"] in customStat["payIn"].keys():
    +2080                                customStat["payIn"][item["payment"]["currency"]] += payment
    +2081
    +2082                            else:
    +2083                                customStat["payIn"][item["payment"]["currency"]] = payment
    +2084
    +2085                        # count withdrawals operations:
    +2086                        elif item["operationType"] in ["OPERATION_TYPE_OUTPUT"]:
    +2087                            if item["payment"]["currency"] in customStat["payOut"].keys():
    +2088                                customStat["payOut"][item["payment"]["currency"]] += payment
    +2089
    +2090                            else:
    +2091                                customStat["payOut"][item["payment"]["currency"]] = payment
    +2092
    +2093                        # count dividends income:
    +2094                        elif item["operationType"] in ["OPERATION_TYPE_DIVIDEND", "OPERATION_TYPE_DIVIDEND_TRANSFER", "OPERATION_TYPE_DIV_EXT"]:
    +2095                            if item["payment"]["currency"] in customStat["divs"].keys():
    +2096                                customStat["divs"][item["payment"]["currency"]] += payment
    +2097
    +2098                            else:
    +2099                                customStat["divs"][item["payment"]["currency"]] = payment
    +2100
    +2101                        # count coupon's income:
    +2102                        elif item["operationType"] in ["OPERATION_TYPE_COUPON", "OPERATION_TYPE_BOND_REPAYMENT_FULL", "OPERATION_TYPE_BOND_REPAYMENT"]:
    +2103                            if item["payment"]["currency"] in customStat["coupons"].keys():
    +2104                                customStat["coupons"][item["payment"]["currency"]] += payment
    +2105
    +2106                            else:
    +2107                                customStat["coupons"][item["payment"]["currency"]] = payment
    +2108
    +2109                        # count broker commissions:
    +2110                        elif item["operationType"] in ["OPERATION_TYPE_BROKER_FEE", "OPERATION_TYPE_SUCCESS_FEE", "OPERATION_TYPE_TRACK_MFEE", "OPERATION_TYPE_TRACK_PFEE"]:
    +2111                            if item["payment"]["currency"] in customStat["brokerCom"].keys():
    +2112                                customStat["brokerCom"][item["payment"]["currency"]] += payment
    +2113
    +2114                            else:
    +2115                                customStat["brokerCom"][item["payment"]["currency"]] = payment
    +2116
    +2117                        # count service commissions:
    +2118                        elif item["operationType"] in ["OPERATION_TYPE_SERVICE_FEE"]:
    +2119                            if item["payment"]["currency"] in customStat["serviceCom"].keys():
    +2120                                customStat["serviceCom"][item["payment"]["currency"]] += payment
    +2121
    +2122                            else:
    +2123                                customStat["serviceCom"][item["payment"]["currency"]] = payment
    +2124
    +2125                        # count margin commissions:
    +2126                        elif item["operationType"] in ["OPERATION_TYPE_MARGIN_FEE"]:
    +2127                            if item["payment"]["currency"] in customStat["marginCom"].keys():
    +2128                                customStat["marginCom"][item["payment"]["currency"]] += payment
    +2129
    +2130                            else:
    +2131                                customStat["marginCom"][item["payment"]["currency"]] = payment
    +2132
    +2133                        # count withholding taxes:
    +2134                        elif "_TAX" in item["operationType"]:
    +2135                            if item["payment"]["currency"] in customStat["allTaxes"].keys():
    +2136                                customStat["allTaxes"][item["payment"]["currency"]] += payment
    +2137
    +2138                            else:
    +2139                                customStat["allTaxes"][item["payment"]["currency"]] = payment
    +2140
    +2141                        else:
    +2142                            continue
    +2143
    +2144                customStat["opsCount"] += customStat["buyCount"] + customStat["sellCount"]
    +2145
    +2146                # --- view "Actions" lines:
    +2147                info.extend([
    +2148                    "| 1                          | 2                             | 3                            | 4                    | 5                      |\n",
    +2149                    "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------|\n",
    +2150                    "| **Actions:**               | Trades: {:<21} | Trading volumes:             |                      |                        |\n".format(customStat["opsCount"]),
    +2151                    "|                            |   Buy: {:<22} | {:<28} |                      |                        |\n".format(
    +2152                        "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    +2153                        "  rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else "  —",
    +2154                    ),
    +2155                    "|                            |   Sell: {:<21} | {:<28} |                      |                        |\n".format(
    +2156                        "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    +2157                        "  rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else "  —",
    +2158                    ),
    +2159                ])
    +2160
    +2161                opsKeys = sorted(list(set(list(customStat["buyTotal"].keys()) + list(customStat["sellTotal"].keys()))))
    +2162                for key in opsKeys:
    +2163                    if key == "rub":
    +2164                        continue
    +2165
    +2166                    info.extend([
    +2167                        "|                            |                               | {:<28} |                      |                        |\n".format(
    +2168                            "  {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0)
    +2169                        ),
    +2170                        "|                            |                               | {:<28} |                      |                        |\n".format(
    +2171                            "  {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0)
    +2172                        ),
    +2173                    ])
    +2174
    +2175                info.append(splitLine1)
    +2176
    +2177                def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str:
    +2178                    return "|                            | {:<29} | {:<28} | {:<20} | {:<22} |\n".format(
    +2179                            "  {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else "  —",
    +2180                            "  {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else "  —",
    +2181                            "  {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else "  —",
    +2182                            "  {}: {}{:.2f}".format(cur, "+" if data4[cur] > 0 else "", data4[cur]) if cur and cur in data4.keys() and data4[cur] != 0 else "  —",
    +2183                    )
    +2184
    +2185                # --- view "Payments" lines:
    +2186                info.append("| **Payments:**              | Deposit on broker account:    | Withdrawals:                 | Dividends income:    | Coupons income:        |\n")
    +2187                paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys()))))
    +2188
    +2189                for key in paymentsKeys:
    +2190                    info.append(_InfoStr(customStat["payIn"], customStat["payOut"], customStat["divs"], customStat["coupons"], key))
    +2191
    +2192                info.append(splitLine1)
    +2193
    +2194                # --- view "Commissions and taxes" lines:
    +2195                info.append("| **Commissions and taxes:** | Broker commissions:           | Service commissions:         | Margin commissions:  | All taxes/corrections: |\n")
    +2196                comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys()))))
    +2197
    +2198                for key in comKeys:
    +2199                    info.append(_InfoStr(customStat["brokerCom"], customStat["serviceCom"], customStat["marginCom"], customStat["allTaxes"], key))
    +2200
    +2201                info.append(splitLine1)
    +2202
    +2203                info.extend([
    +2204                    "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"),
    +2205                    "| Date and time       | FIGI         | Ticker       | Asset      | Value     | Payment         | Status     | Operation type                                                     |\n",
    +2206                    "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------|\n",
    +2207                ])
    +2208
    +2209            else:
    +2210                info.append("Broker returned no operations during this period\n")
    +2211
    +2212            # --- view "Operations" section:
    +2213            for item in ops:
    +2214                if not showCancelled and TKS_OPERATION_STATES[item["state"]] == TKS_OPERATION_STATES["OPERATION_STATE_CANCELED"]:
    +2215                    continue
    +2216
    +2217                else:
    +2218                    self.figi = item["figi"] if item["figi"] else ""
    +2219                    payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    +2220                    instrument = self.SearchByFIGI(requestPrice=False) if self.figi else {}
    +2221
    +2222                    # group of deals during one day:
    +2223                    if nextDay and item["date"].split("T")[0] != nextDay:
    +2224                        info.append(splitLine2)
    +2225                        nextDay = ""
    +2226
    +2227                    else:
    +2228                        nextDay = item["date"].split("T")[0]  # saving current day for splitting
    +2229
    +2230                    info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {:<66} |\n".format(
    +2231                        item["date"].replace("T", " ").replace("Z", "").split(".")[0],
    +2232                        self.figi if self.figi else "—",
    +2233                        instrument["ticker"] if instrument else "—",
    +2234                        instrument["type"] if instrument else "—",
    +2235                        item["quantity"] if int(item["quantity"]) > 0 else "—",
    +2236                        "{}{:.2f} {}".format("+" if payment > 0 else "", payment, item["payment"]["currency"]) if payment != 0 else "—",
    +2237                        TKS_OPERATION_STATES[item["state"]],
    +2238                        TKS_OPERATION_TYPES[item["operationType"]],
    +2239                    ))
    +2240
    +2241            infoText = "".join(info)
    +2242
    +2243            if printDeals:
    +2244                uLogger.info(infoText)
    +2245
    +2246            if self.reportFile:
    +2247                with open(self.reportFile, "w", encoding="UTF-8") as fH:
    +2248                    fH.write(infoText)
    +2249
    +2250                uLogger.info("History of a client's operations are saved to file: [{}]".format(os.path.abspath(self.reportFile)))
    +2251
    +2252        return ops, customStat
    +2253
    +2254    def History(self, start: str = None, end: str = None, interval: str = "hour", onlyMissing: bool = False,
    +2255                csvSep: str = ",", printCandles: bool = False,
    +2256                ) -> pd.DataFrame:
    +2257        """
    +2258        This method returns last history candles of the current instrument defined by `ticker` or `figi` (FIGI id).
    +2259
    +2260        History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`.
    +2261        Warning! Broker server used ISO UTC time by default.
    +2262
    +2263        If `historyFile` is not `None` then method save history to file, otherwise return only pandas dataframe.
    +2264        Also, `historyFile` used to update history with `onlyMissing` parameter.
    +2265
    +2266        :param start: see docstring in `GetDatesAsString()` method.
    +2267        :param end: see docstring in `GetDatesAsString()` method.
    +2268        :param interval: this is a candle interval. Current available values are `"1min"`, `"5min"`, `"15min"`,
    +2269                         `"hour"`, `"day"`. Default: `"hour"`.
    +2270        :param onlyMissing: if `True` then add only last missing candles, do not request all history length from `start`.
    +2271                            False by default. Warning! History appends only from last candle to current time
    +2272                            with always update last candle!
    +2273        :param csvSep: separator if .csv-file is used, `,` by default.
    +2274        :param printCandles: if `True` then also prints pandas dataframe to the console.
    +2275        :return: pandas dataframe with prices history. Headers of columns are defined by default:
    +2276                 `["date", "time", "open", "high", "low", "close", "volume"]`.
    +2277        """
    +2278        strStartDate, strEndDate = GetDatesAsString(start, end)  # example: ("2020-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    +2279        headers = ["date", "time", "open", "high", "low", "close", "volume"]  # sequence and names of column headers
    +2280        history = None  # empty pandas object for history
    +2281
    +2282        if interval not in TKS_CANDLE_INTERVALS.keys():
    +2283            raise Exception("Interval parameter must be string with current available values: `1min`, `5min`, `15min`, `hour` and `day`.")
    +2284
    +2285        if not (self.ticker or self.figi):
    +2286            raise Exception("Ticker or FIGI must be defined!")
    +2287
    +2288        if self.ticker and not self.figi:
    +2289            instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False)
    +2290            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    +2291
    +2292        if self.figi and not self.ticker:
    +2293            instrumentByFIGI = self.SearchByFIGI(requestPrice=False, debug=False)
    +2294            self.ticker = instrumentByFIGI["ticker"] if instrumentByFIGI else ""
    +2295
    +2296        dtStart = datetime.strptime(strStartDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc())  # datetime object from start time string
    +2297        dtEnd = datetime.strptime(strEndDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc())  # datetime object from end time string
    +2298        if interval.lower() != "day":
    +2299            dtEnd += timedelta(seconds=1)  # adds 1 sec for requests, because day end returned by `GetDatesAsString()` as 23:59:59
    +2300
    +2301        delta = dtEnd - dtStart  # current UTC time minus last time in file
    +2302        deltaMinutes = delta.days * 1440 + delta.seconds // 60  # minutes between start and end dates
    +2303
    +2304        # calculate history length in candles:
    +2305        length = deltaMinutes // TKS_CANDLE_INTERVALS[interval][1]
    +2306        if deltaMinutes % TKS_CANDLE_INTERVALS[interval][1] > 0:
    +2307            length += 1  # to avoid fraction time
    +2308
    +2309        # calculate data blocks count:
    +2310        blocks = 1 if length < TKS_CANDLE_INTERVALS[interval][2] else 1 + length // TKS_CANDLE_INTERVALS[interval][2]
    +2311
    +2312        uLogger.debug("Original requested time period in local time: from [{}] to [{}]".format(start, end))
    +2313        uLogger.debug("Requested time period is about from [{}] UTC to [{}] UTC".format(strStartDate, strEndDate))
    +2314        uLogger.debug("Calculated history length: [{}], interval: [{}]".format(length, interval))
    +2315        uLogger.debug("Data blocks, count: [{}], max candles in block: [{}]".format(blocks, TKS_CANDLE_INTERVALS[interval][2]))
    +2316        uLogger.debug("Requesting history candlesticks, ticker: [{}], FIGI: [{}]. Wait, please...".format(self.ticker, self.figi))
    +2317
    +2318        tempOld = None  # pandas object for old history, if --only-missing key present
    +2319        lastTime = None  # datetime object of last old candle in file
    +2320
    +2321        if onlyMissing and self.historyFile is not None and self.historyFile and os.path.exists(self.historyFile):
    +2322            uLogger.debug("--only-missing key present, add only last missing candles...")
    +2323            uLogger.debug("History file will be updated: [{}]".format(os.path.abspath(self.historyFile)))
    +2324
    +2325            tempOld = pd.read_csv(self.historyFile, sep=csvSep, header=None, names=headers)
    +2326
    +2327            tempOld["date"] = pd.to_datetime(tempOld["date"])  # load date "as is"
    +2328            tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d")  # convert date to string
    +2329            tempOld["time"] = pd.to_datetime(tempOld["time"])  # load time "as is"
    +2330            tempOld["time"] = tempOld["time"].dt.strftime("%H:%M")  # convert time to string
    +2331
    +2332            # get last datetime object from last string in file or minus 1 delta if file is empty:
    +2333            if len(tempOld) > 0:
    +2334                lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc())
    +2335
    +2336            else:
    +2337                lastTime = dtEnd - timedelta(days=1)  # history file is empty, so last date set at -1 day
    +2338
    +2339            tempOld = tempOld[:-1]  # always remove last old candle because it may be incompletely at the current time
    +2340
    +2341        responseJSONs = []  # raw history blocks of data
    +2342
    +2343        blockEnd = dtEnd
    +2344        for item in range(blocks):
    +2345            tail = length % TKS_CANDLE_INTERVALS[interval][2] if item + 1 == blocks else TKS_CANDLE_INTERVALS[interval][2]
    +2346            blockStart = blockEnd - timedelta(minutes=TKS_CANDLE_INTERVALS[interval][1] * tail)
    +2347
    +2348            uLogger.debug("[Block #{}/{}] time period: [{}] UTC - [{}] UTC".format(
    +2349                item + 1, blocks, blockStart.strftime(TKS_DATE_TIME_FORMAT), blockEnd.strftime(TKS_DATE_TIME_FORMAT),
    +2350            ))
    +2351
    +2352            if blockStart == blockEnd:
    +2353                uLogger.debug("Skipped this zero-length block...")
    +2354
    +2355            else:
    +2356                # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles
    +2357                historyURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetCandles"
    +2358                self.body = str({
    +2359                    "figi": self.figi,
    +2360                    "from": blockStart.strftime(TKS_DATE_TIME_FORMAT),
    +2361                    "to": blockEnd.strftime(TKS_DATE_TIME_FORMAT),
    +2362                    "interval": TKS_CANDLE_INTERVALS[interval][0]
    +2363                })
    +2364                responseJSON = self.SendAPIRequest(historyURL, reqType="POST", retry=1, pause=1, debug=False)
    +2365
    +2366                if "code" in responseJSON.keys():
    +2367                    uLogger.debug("An issue occurred and block #{}/{} is empty".format(item + 1, blocks))
    +2368
    +2369                else:
    +2370                    if (start.lower() == "yesterday" or start == end) and interval == "day" and len(responseJSON["candles"]) > 1:
    +2371                        responseJSON["candles"] = responseJSON["candles"][:-1]  # removes last candle for "yesterday" request
    +2372
    +2373                    responseJSONs = responseJSON["candles"] + responseJSONs  # add more old history behind newest dates
    +2374
    +2375            blockEnd = blockStart
    +2376
    +2377        printCount = len(responseJSONs)  # candles to show in console
    +2378        if responseJSONs:
    +2379            tempHistory = pd.DataFrame(
    +2380                data={
    +2381                    "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    +2382                    "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    +2383                    "open": [NanoToFloat(item["open"]["units"], item["open"]["nano"]) for item in responseJSONs],
    +2384                    "high": [NanoToFloat(item["high"]["units"], item["high"]["nano"]) for item in responseJSONs],
    +2385                    "low": [NanoToFloat(item["low"]["units"], item["low"]["nano"]) for item in responseJSONs],
    +2386                    "close": [NanoToFloat(item["close"]["units"], item["close"]["nano"]) for item in responseJSONs],
    +2387                    "volume": [int(item["volume"]) for item in responseJSONs],
    +2388                },
    +2389                index=range(len(responseJSONs)),
    +2390                columns=["date", "time", "open", "high", "low", "close", "volume"],
    +2391            )
    +2392            tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d")
    +2393            tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M")
    +2394
    +2395            # append only newest candles to old history if --only-missing key present:
    +2396            if onlyMissing and tempOld is not None and lastTime is not None:
    +2397                index = 0  # find start index in tempHistory data:
    +2398
    +2399                for i, item in tempHistory.iterrows():
    +2400                    curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc())
    +2401
    +2402                    if curTime == lastTime:
    +2403                        uLogger.debug("History will be updated starting from the date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S")))
    +2404                        index = i
    +2405                        printCount = index + 1
    +2406                        break
    +2407
    +2408                history = pd.concat([tempOld, tempHistory[index:]], ignore_index=True)
    +2409
    +2410            else:
    +2411                history = tempHistory  # if no `--only-missing` key then load full data from server
    +2412
    +2413            uLogger.debug("Last 3 rows of received history:\n{}".format(pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-3:], max_cols=20, index=False)))
    +2414
    +2415        if printCandles and history is not None and not history.empty:
    +2416            uLogger.info("Here's requested history between [{}] UTC and [{}] UTC, not-empty candles count: [{}]\n{}".format(
    +2417                strStartDate.replace("T", " ").replace("Z", ""), strEndDate.replace("T", " ").replace("Z", ""), len(history[-printCount:]),
    +2418                pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-printCount:], max_cols=20, index=False),
    +2419            ))
    +2420
    +2421        if self.historyFile is not None:
    +2422            if history is not None and not history.empty:
    +2423                history.to_csv(self.historyFile, sep=csvSep, index=False, header=None)
    +2424                uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(self.ticker, self.figi, interval, os.path.abspath(self.historyFile)))
    +2425
    +2426            else:
    +2427                uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile)))
    +2428
    +2429        else:
    +2430            uLogger.debug("--output key is not defined. Parsed history file not saved to file, only pandas dataframe returns.")
    +2431
    +2432        return history
    +2433
    +2434    def Trade(self, operation: str, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2435        """
    +2436        Universal method to create market order and make deal at the current price. Returns JSON data with response.
    +2437        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2438
    +2439        See also: `Order()` docstring. More simple methods than `Trade()` are `Buy()` and `Sell()`.
    +2440
    +2441        :param operation: string "Buy" or "Sell".
    +2442        :param lots: volume, integer count of lots >= 1.
    +2443        :param tp: float > 0, target price for stop-order with "TP" type. It used as take profit parameter `targetPrice` in `self.Order()`.
    +2444        :param sl: float > 0, target price for stop-order with "SL" type. It used as stop loss parameter `targetPrice` in `self.Order()`.
    +2445        :param expDate: string "Undefined" by default or local date in future,
    +2446                        it is a string with format `%Y-%m-%d %H:%M:%S`.
    +2447        :return: JSON with response from broker server.
    +2448        """
    +2449        if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2450            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    +2451
    +2452        if lots is None or lots < 1:
    +2453            uLogger.warning("You must define trade volume > 0: integer count of lots! For current operation lots reset to 1.")
    +2454            lots = 1
    +2455
    +2456        if tp is None or tp < 0:
    +2457            tp = 0
    +2458
    +2459        if sl is None or sl < 0:
    +2460            sl = 0
    +2461
    +2462        if expDate is None or not expDate:
    +2463            expDate = "Undefined"
    +2464
    +2465        if not (self.ticker or self.figi):
    +2466            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    +2467
    +2468        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    +2469        self.ticker = instrument["ticker"]
    +2470        self.figi = instrument["figi"]
    +2471
    +2472        uLogger.debug("Opening [{}] market order: ticker [{}], FIGI [{}], lots [{}], TP [{:.4f}], SL [{:.4f}], expiration date of TP/SL orders [{}]. Wait, please...".format(operation, self.ticker, self.figi, lots, tp, sl, expDate))
    +2473
    +2474        openTradeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    +2475        self.body = str({
    +2476            "figi": self.figi,
    +2477            "quantity": str(lots),
    +2478            "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    +2479            "accountId": str(self.accountId),
    +2480            "orderType": "ORDER_TYPE_MARKET",  # see: TKS_ORDER_TYPES
    +2481        })
    +2482        response = self.SendAPIRequest(openTradeURL, reqType="POST", retry=0, debug=False)
    +2483
    +2484        if "orderId" in response.keys():
    +2485            uLogger.info("[{}] market order [{}] was executed: ticker [{}], FIGI [{}], lots [{}]. Total order price: [{:.4f} {}] (with commission: [{:.2f} {}]). Average price of lot: [{:.2f} {}]".format(
    +2486                operation, response["orderId"],
    +2487                self.ticker, self.figi, lots,
    +2488                NanoToFloat(response["totalOrderAmount"]["units"], response["totalOrderAmount"]["nano"]), response["totalOrderAmount"]["currency"],
    +2489                NanoToFloat(response["initialCommission"]["units"], response["initialCommission"]["nano"]), response["initialCommission"]["currency"],
    +2490                NanoToFloat(response["executedOrderPrice"]["units"], response["executedOrderPrice"]["nano"]), response["executedOrderPrice"]["currency"],
    +2491            ))
    +2492
    +2493        else:
    +2494            uLogger.warning("Not `oK` status received! Market order not created. See full debug log or try again and open order later.")
    +2495
    +2496        if tp > 0:
    +2497            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=tp, limitPrice=tp, stopType="TP", expDate=expDate)
    +2498
    +2499        if sl > 0:
    +2500            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=sl, limitPrice=sl, stopType="SL", expDate=expDate)
    +2501
    +2502        return response
    +2503
    +2504    def Buy(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2505        """
    +2506        More simple method than `Trade()`. Create `Buy` market order and make deal at the current price. Returns JSON data with response.
    +2507        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2508
    +2509        See also: `Order()` and `Trade()` docstrings.
    +2510
    +2511        :param lots: volume, integer count of lots >= 1.
    +2512        :param tp: float > 0, take profit price of stop-order.
    +2513        :param sl: float > 0, stop loss price of stop-order.
    +2514        :param expDate: it's a local date in future.
    +2515                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2516        :return: JSON with response from broker server.
    +2517        """
    +2518        return self.Trade(operation="Buy", lots=lots, tp=tp, sl=sl, expDate=expDate)
    +2519
    +2520    def Sell(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2521        """
    +2522        More simple method than `Trade()`. Create `Sell` market order and make deal at the current price. Returns JSON data with response.
    +2523        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2524
    +2525        See also: `Order()` and `Trade()` docstrings.
    +2526
    +2527        :param lots: volume, integer count of lots >= 1.
    +2528        :param tp: float > 0, take profit price of stop-order.
    +2529        :param sl: float > 0, stop loss price of stop-order.
    +2530        :param expDate: it's a local date in future.
    +2531                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2532        :return: JSON with response from broker server.
    +2533        """
    +2534        return self.Trade(operation="Sell", lots=lots, tp=tp, sl=sl, expDate=expDate)
    +2535
    +2536    def CloseTrades(self, tickers: list, overview: dict = None) -> None:
    +2537        """
    +2538        Close position of given instruments.
    +2539
    +2540        :param tickers: tickers list of instruments that must be closed.
    +2541        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    +2542                         This avoids unnecessary downloading data from the server.
    +2543        """
    +2544        if not tickers:
    +2545            uLogger.info("Tickers list is empty, nothing to close.")
    +2546
    +2547        else:
    +2548            if overview is None or not overview:
    +2549                overview = self.Overview(showStatistics=False)
    +2550
    +2551            allOpenedTickers = [item["ticker"] for iType in TKS_INSTRUMENTS for item in overview["stat"][iType]]
    +2552            uLogger.debug("All opened instruments by it's tickers names: {}".format(allOpenedTickers))
    +2553
    +2554            for ticker in tickers:
    +2555                if ticker not in allOpenedTickers:
    +2556                    uLogger.warning("Instrument with ticker [{}] not in open positions list!".format(ticker))
    +2557                    continue
    +2558
    +2559                # search open trade info about instrument by ticker:
    +2560                instrument = {}
    +2561                for iType in TKS_INSTRUMENTS:
    +2562                    if instrument:
    +2563                        break
    +2564
    +2565                    for item in overview["stat"][iType]:
    +2566                        if item["ticker"] == ticker:
    +2567                            instrument = item
    +2568                            break
    +2569
    +2570                if instrument:
    +2571                    self.ticker = ticker
    +2572                    self.figi = instrument["figi"]
    +2573
    +2574                    uLogger.debug("Closing trade of instrument: ticker [{}], FIGI[{}], lots [{}]{}. Wait, please...".format(
    +2575                        self.ticker,
    +2576                        self.figi,
    +2577                        int(instrument["volume"]),
    +2578                        ", blocked [{}]".format(instrument["blocked"]) if instrument["blocked"] > 0 else "",
    +2579                    ))
    +2580
    +2581                    tradeLots = abs(instrument["lots"]) - instrument["blocked"]  # available volumes in lots for close operation
    +2582
    +2583                    if tradeLots > 0:
    +2584                        if instrument["blocked"] > 0:
    +2585                            uLogger.warning("Just for your information: there are [{}] lots blocked for instrument [{}]! Available only [{}] lots to closing trade.".format(
    +2586                                instrument["blocked"],
    +2587                                self.ticker,
    +2588                                tradeLots,
    +2589                            ))
    +2590
    +2591                        # if direction is "Long" then we need sell, if direction is "Short" then we need buy:
    +2592                        self.Trade(operation="Sell" if instrument["direction"] == "Long" else "Buy", lots=tradeLots)
    +2593
    +2594                    else:
    +2595                        uLogger.warning("There are no available lots for instrument [{}] to closing trade at this moment! Try again later or cancel some orders.".format(self.ticker))
    +2596
    +2597    def CloseAllTrades(self, iType: str, overview: dict = None) -> None:
    +2598        """
    +2599        Close all positions of given instruments with defined type.
    +2600
    +2601        :param iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
    +2602        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    +2603                         This avoids unnecessary downloading data from the server.
    +2604        """
    +2605        if iType not in TKS_INSTRUMENTS:
    +2606            uLogger.warning("Type of the instrument must be one of supported types: {}. Given: [{}]".format(", ".join(TKS_INSTRUMENTS), iType))
    +2607
    +2608        else:
    +2609            if overview is None or not overview:
    +2610                overview = self.Overview(showStatistics=False)
    +2611
    +2612            tickers = [item["ticker"] for item in overview["stat"][iType]]
    +2613            uLogger.debug("Instrument tickers with type [{}] that will be closed: {}".format(iType, tickers))
    +2614
    +2615            if tickers and overview:
    +2616                self.CloseTrades(tickers, overview)
    +2617
    +2618            else:
    +2619                uLogger.info("Instrument tickers with type [{}] not found, nothing to close.".format(iType))
    +2620
    +2621    def Order(self, operation: str, orderType: str, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2622        """
    +2623        Universal method to create market or limit orders with all available parameters.
    +2624        See more simple methods: `BuyLimit()`, `BuyStop()`, `SellLimit()`, `SellStop()`.
    +2625
    +2626        If orderType is "Limit" then create pending limit-order below current price if operation is "Buy" and above
    +2627        current price if operation is "Sell". A limit order has no expiration date, it lasts until the end of the trading day.
    +2628
    +2629        Warning! If you try to create limit-order above current price if "Buy" or below current price if "Sell"
    +2630        then broker immediately open market order as you can do simple --buy or --sell operations!
    +2631
    +2632        If orderType is "Stop" then creates stop-order with any direction "Buy" or "Sell".
    +2633        When current price will go up or down to target price value then broker opens a limit order.
    +2634        Stop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.
    +2635
    +2636        Only one attempt and no retry for opens order. If network issue occurred you can create new request.
    +2637
    +2638        :param operation: string "Buy" or "Sell".
    +2639        :param orderType: string "Limit" or "Stop".
    +2640        :param lots: volume, integer count of lots >= 1.
    +2641        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2642        :param limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.
    +2643                           Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
    +2644        :param stopType: string "Limit" by default. This parameter only makes sense for stop-order. There are 3 stop-order types
    +2645                         "SL", "TP", "Limit" for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2646                         Stop loss order always executed by market price.
    +2647        :param expDate: string "Undefined" by default or local date in future.
    +2648                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2649                        This date is converting to UTC format for server. This parameter only makes sense for stop-order.
    +2650                        A limit order has no expiration date, it lasts until the end of the trading day.
    +2651        :return: JSON with response from broker server.
    +2652        """
    +2653        if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2654            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    +2655
    +2656        if orderType is None or not orderType or orderType not in ("Limit", "Stop"):
    +2657            raise Exception("You must define order type only one of them: `Limit` or `Stop`!")
    +2658
    +2659        if lots is None or lots < 1:
    +2660            raise Exception("You must define trade volume > 0: integer count of lots!")
    +2661
    +2662        if targetPrice is None or targetPrice <= 0:
    +2663            raise Exception("Target price for limit-order must be greater than 0!")
    +2664
    +2665        if limitPrice is None or limitPrice <= 0:
    +2666            limitPrice = targetPrice
    +2667
    +2668        if stopType is None or not stopType or stopType not in ("SL", "TP", "Limit"):
    +2669            stopType = "Limit"
    +2670
    +2671        if expDate is None or not expDate:
    +2672            expDate = "Undefined"
    +2673
    +2674        if not (self.ticker or self.figi):
    +2675            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    +2676
    +2677        response = {}
    +2678        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    +2679        self.ticker = instrument["ticker"]
    +2680        self.figi = instrument["figi"]
    +2681
    +2682        if orderType == "Limit":
    +2683            uLogger.debug(
    +2684                "Creating pending limit-order: ticker [{}], FIGI [{}], action [{}], lots [{}] and the target price [{:.2f} {}]. Wait, please...".format(
    +2685                    self.ticker, self.figi,
    +2686                    operation, lots, targetPrice, instrument["currency"],
    +2687                ))
    +2688
    +2689            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    +2690            self.body = str({
    +2691                "figi": self.figi,
    +2692                "quantity": str(lots),
    +2693                "price": FloatToNano(targetPrice),
    +2694                "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    +2695                "accountId": str(self.accountId),
    +2696                "orderType": "ORDER_TYPE_LIMIT",  # see: TKS_ORDER_TYPES
    +2697            })
    +2698            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    +2699
    +2700            if "orderId" in response.keys():
    +2701                uLogger.info(
    +2702                    "Limit-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}]".format(
    +2703                        response["orderId"],
    +2704                        self.ticker, self.figi,
    +2705                        operation, lots, targetPrice, instrument["currency"],
    +2706                    ))
    +2707
    +2708                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    +2709                    if operation == "Buy" and targetPrice > instrument["currentPrice"]["lastPrice"]:
    +2710                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was higher than current price [{:.2f} {}] broker immediately opened `Buy` market order, such as if you did simple `--buy` operation.".format(
    +2711                            targetPrice, instrument["currency"],
    +2712                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2713                        ))
    +2714
    +2715                    if operation == "Sell" and targetPrice < instrument["currentPrice"]["lastPrice"]:
    +2716                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was lower than current price [{:.2f} {}] broker immediately opened `Sell` market order, such as if you did simple `--sell` operation.".format(
    +2717                            targetPrice, instrument["currency"],
    +2718                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2719                        ))
    +2720
    +2721            else:
    +2722                uLogger.warning("Not `oK` status received! Limit order not opened. See full debug log or try again and open order later.")
    +2723
    +2724        if orderType == "Stop":
    +2725            uLogger.debug(
    +2726                "Creating stop-order: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and local expiration date [{}]. Wait, please...".format(
    +2727                    self.ticker, self.figi,
    +2728                    operation, lots,
    +2729                    targetPrice, instrument["currency"],
    +2730                    limitPrice, instrument["currency"],
    +2731                    stopType, expDate,
    +2732                ))
    +2733
    +2734            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/PostStopOrder"
    +2735            expDateUTC = "" if expDate == "Undefined" else datetime.strptime(expDate, "%Y-%m-%d %H:%M:%S").replace(tzinfo=tzlocal()).astimezone(tzutc()).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
    +2736            stopOrderType = "STOP_ORDER_TYPE_STOP_LOSS" if stopType == "SL" else "STOP_ORDER_TYPE_TAKE_PROFIT" if stopType == "TP" else "STOP_ORDER_TYPE_STOP_LIMIT"
    +2737
    +2738            body = {
    +2739                "figi": self.figi,
    +2740                "quantity": str(lots),
    +2741                "price": FloatToNano(limitPrice),
    +2742                "stopPrice": FloatToNano(targetPrice),
    +2743                "direction": "STOP_ORDER_DIRECTION_BUY" if operation == "Buy" else "STOP_ORDER_DIRECTION_SELL",  # see: TKS_STOP_ORDER_DIRECTIONS
    +2744                "accountId": str(self.accountId),
    +2745                "expirationType": "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE" if expDateUTC else "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL",  # see: TKS_STOP_ORDER_EXPIRATION_TYPES
    +2746                "stopOrderType": stopOrderType,  # see: TKS_STOP_ORDER_TYPES
    +2747            }
    +2748
    +2749            if expDateUTC:
    +2750                body["expireDate"] = expDateUTC
    +2751
    +2752            self.body = str(body)
    +2753            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    +2754
    +2755            if "stopOrderId" in response.keys():
    +2756                uLogger.info(
    +2757                    "Stop-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and expiration date in UTC [{}]".format(
    +2758                    response["stopOrderId"],
    +2759                    self.ticker, self.figi,
    +2760                    operation, lots,
    +2761                    targetPrice, instrument["currency"],
    +2762                    limitPrice, instrument["currency"],
    +2763                    TKS_STOP_ORDER_TYPES[stopOrderType],
    +2764                    datetime.strptime(expDateUTC, "%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tzutc()).astimezone(tzutc()).strftime("%Y-%m-%d %H:%M:%S") if expDateUTC else TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"],
    +2765                ))
    +2766
    +2767                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    +2768                    if operation == "Buy" and targetPrice < instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    +2769                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target buy price [{:.2f} {}] is lower than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    +2770                            targetPrice, instrument["currency"],
    +2771                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2772                        ))
    +2773
    +2774                    if operation == "Sell" and targetPrice > instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    +2775                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target sell price [{:.2f} {}] is higher than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    +2776                            targetPrice, instrument["currency"],
    +2777                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2778                        ))
    +2779
    +2780            else:
    +2781                uLogger.warning("Not `oK` status received! Stop order not opened. See full debug log or try again and open order later.")
    +2782
    +2783        return response
    +2784
    +2785    def BuyLimit(self, lots: int, targetPrice: float) -> dict:
    +2786        """
    +2787        Create pending `Buy` limit-order (below current price). You must specify only 2 parameters:
    +2788        `lots` and `target price` to open buy limit-order. If you try to create buy limit-order above current price then
    +2789        broker immediately open `Buy` market order, such as if you do simple `--buy` operation!
    +2790        See also: `Order()` docstring.
    +2791
    +2792        :param lots: volume, integer count of lots >= 1.
    +2793        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2794        :return: JSON with response from broker server.
    +2795        """
    +2796        return self.Order(operation="Buy", orderType="Limit", lots=lots, targetPrice=targetPrice)
    +2797
    +2798    def BuyStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2799        """
    +2800        Create `Buy` stop-order. You must specify at least 2 parameters: `lots` `target price` to open buy stop-order.
    +2801        In additional you can specify 3 parameters for buy stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    +2802        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    +2803        target price value then broker opens a limit order. See also: `Order()` docstring.
    +2804
    +2805        :param lots: volume, integer count of lots >= 1.
    +2806        :param targetPrice: target price > 0. This is trigger price for buy stop-order.
    +2807        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    +2808                           with price equal to limitPrice, when current price goes to target price of buy stop-order.
    +2809        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    +2810                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2811        :param expDate: string "Undefined" by default or local date in future.
    +2812                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2813                        This date is converting to UTC format for server.
    +2814        :return: JSON with response from broker server.
    +2815        """
    +2816        return self.Order(operation="Buy", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    +2817
    +2818    def SellLimit(self, lots: int, targetPrice: float) -> dict:
    +2819        """
    +2820        Create pending `Sell` limit-order (above current price). You must specify only 2 parameters:
    +2821        `lots` and `target price` to open sell limit-order. If you try to create sell limit-order below current price then
    +2822        broker immediately open `Sell` market order, such as if you do simple `--sell` operation!
    +2823        See also: `Order()` docstring.
    +2824
    +2825        :param lots: volume, integer count of lots >= 1.
    +2826        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2827        :return: JSON with response from broker server.
    +2828        """
    +2829        return self.Order(operation="Sell", orderType="Limit", lots=lots, targetPrice=targetPrice)
    +2830
    +2831    def SellStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2832        """
    +2833        Create `Sell` stop-order. You must specify at least 2 parameters: `lots` `target price` to open sell stop-order.
    +2834        In additional you can specify 3 parameters for sell stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    +2835        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    +2836        target price value then broker opens a limit order. See also: `Order()` docstring.
    +2837
    +2838        :param lots: volume, integer count of lots >= 1.
    +2839        :param targetPrice: target price > 0. This is trigger price for sell stop-order.
    +2840        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    +2841                           with price equal to limitPrice, when current price goes to target price of sell stop-order.
    +2842        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    +2843                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2844        :param expDate: string "Undefined" by default or local date in future.
    +2845                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2846                        This date is converting to UTC format for server.
    +2847        :return: JSON with response from broker server.
    +2848        """
    +2849        return self.Order(operation="Sell", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    +2850
    +2851    def CloseOrders(self, orderIDs: list, allOrdersIDs: list = None, allStopOrdersIDs: list = None) -> None:
    +2852        """
    +2853        Cancel order or list of orders by its `orderId` or `stopOrderId`.
    +2854
    +2855        :param orderIDs: list of integers with `orderId` or `stopOrderId`.
    +2856        :param allOrdersIDs: pre-received lists of all active pending orders.
    +2857                             This avoids unnecessary downloading data from the server.
    +2858        :param allStopOrdersIDs: pre-received lists of all active stop orders.
    +2859        """
    +2860        if orderIDs:
    +2861            if allOrdersIDs is None or not allOrdersIDs:
    +2862                rawOrders = self.RequestPendingOrders()
    +2863                allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    +2864
    +2865            if allStopOrdersIDs is None or not allStopOrdersIDs:
    +2866                rawStopOrders = self.RequestStopOrders()
    +2867                allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    +2868
    +2869            for orderID in orderIDs:
    +2870                idInPendingOrders = orderID in allOrdersIDs
    +2871                idInStopOrders = orderID in allStopOrdersIDs
    +2872
    +2873                if not (idInPendingOrders or idInStopOrders):
    +2874                    uLogger.warning("Order not found by ID: [{}]. Maybe cancelled already? Check it with `--overview` key.".format(orderID))
    +2875                    continue
    +2876
    +2877                else:
    +2878                    if idInPendingOrders:
    +2879                        uLogger.debug("Cancelling pending order with ID: [{}]. Wait, please...".format(orderID))
    +2880
    +2881                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_CancelOrder
    +2882                        self.body = str({"accountId": self.accountId, "orderId": orderID})
    +2883                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder"
    +2884                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    +2885
    +2886                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    +2887                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    +2888                            uLogger.info("Pending order with ID [{}] successfully cancel".format(orderID))
    +2889
    +2890                        else:
    +2891                            uLogger.warning("Unknown issue occurred when cancelling pending order with ID: [{}]. Check ID and try again.".format(orderID))
    +2892
    +2893                    elif idInStopOrders:
    +2894                        uLogger.debug("Cancelling stop order with ID: [{}]. Wait, please...".format(orderID))
    +2895
    +2896                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_CancelStopOrder
    +2897                        self.body = str({"accountId": self.accountId, "stopOrderId": orderID})
    +2898                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/CancelStopOrder"
    +2899                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    +2900
    +2901                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    +2902                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    +2903                            uLogger.info("Stop order with ID [{}] successfully cancel".format(orderID))
    +2904
    +2905                        else:
    +2906                            uLogger.warning("Unknown issue occurred when cancelling stop order with ID: [{}]. Check ID and try again.".format(orderID))
    +2907
    +2908                    else:
    +2909                        continue
    +2910
    +2911    def CloseAllOrders(self) -> None:
    +2912        """
    +2913        Gets a list of open pending and stop orders and cancel it all.
    +2914        """
    +2915        rawOrders = self.RequestPendingOrders()
    +2916        allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    +2917        lenOrders = len(allOrdersIDs)
    +2918
    +2919        rawStopOrders = self.RequestStopOrders()
    +2920        allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    +2921        lenSOrders = len(allStopOrdersIDs)
    +2922
    +2923        if lenOrders > 0 or lenSOrders > 0:
    +2924            uLogger.info("Found: [{}] opened pending and [{}] stop orders. Let's trying to cancel it all. Wait, please...".format(lenOrders, lenSOrders))
    +2925
    +2926            self.CloseOrders(allOrdersIDs + allStopOrdersIDs, allOrdersIDs, allStopOrdersIDs)
    +2927
    +2928        else:
    +2929            uLogger.info("Orders not found, nothing to cancel.")
    +2930
    +2931    def CloseAll(self, *args) -> None:
    +2932        """
    +2933        Close all available (not blocked) opened trades and orders.
    +2934
    +2935        Also you can select one or more keywords case insensitive:
    +2936        `orders`, `shares`, `bonds`, `etfs` and `futures` from `TKS_INSTRUMENTS` enum to specify trades type.
    +2937
    +2938        Currency positions you must closes manually using buy or sell operations, `CloseTrades()` or `CloseAllTrades()` methods.
    +2939        """
    +2940        overview = self.Overview(showStatistics=False)  # get all open trades info
    +2941
    +2942        if len(args) == 0:
    +2943            uLogger.debug("Closing all available (not blocked) opened trades and orders. Currency positions you must closes manually using buy or sell operations! Wait, please...")
    +2944            self.CloseAllOrders()  # close all pending and stop orders
    +2945
    +2946            for iType in TKS_INSTRUMENTS:
    +2947                if iType != "Currencies":
    +2948                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    +2949
    +2950        else:
    +2951            uLogger.debug("Closing all available {}. Currency positions you must closes manually using buy or sell operations! Wait, please...".format(list(args)))
    +2952            lowerArgs = [x.lower() for x in args]
    +2953
    +2954            if "orders" in lowerArgs:
    +2955                self.CloseAllOrders()  # close all pending and stop orders
    +2956
    +2957            for iType in TKS_INSTRUMENTS:
    +2958                if iType.lower() in lowerArgs and iType != "Currencies":
    +2959                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    +2960
    +2961    @staticmethod
    +2962    def ParseOrderParameters(operation, **inputParameters):
    +2963        """
    +2964        Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.
    +2965
    +2966        :param operation: string "Buy" or "Sell".
    +2967        :param inputParameters: this is dict of strings that looks like this
    +2968               `{"lots": "L_int,...", "prices": "P_float,..."}` where
    +2969               "lots" key: one or more lot values (integer numbers) to open with every limit-order
    +2970               "prices" key: one or more prices to open limit-orders
    +2971               Counts of values in lots and prices lists must be equals!
    +2972        :return: list of dictionaries with all lots and prices to open orders that looks like this `[{"lot": lots_1, "price": price_1}, {...}, ...]`
    +2973        """
    +2974        # TODO: update order grid work with api v2
    +2975        pass
    +2976        # uLogger.debug("Input parameters: {}".format(inputParameters))
    +2977        #
    +2978        # if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2979        #     raise Exception("You must define operation type: 'Buy' or 'Sell'!")
    +2980        #
    +2981        # if "l" in inputParameters.keys():
    +2982        #     inputParameters["lots"] = inputParameters.pop("l")
    +2983        #
    +2984        # if "p" in inputParameters.keys():
    +2985        #     inputParameters["prices"] = inputParameters.pop("p")
    +2986        #
    +2987        # if "lots" not in inputParameters.keys() or "prices" not in inputParameters.keys():
    +2988        #     raise Exception("Both of 'lots' and 'prices' keys must be define to open grid orders!")
    +2989        #
    +2990        # lots = [int(item.strip()) for item in inputParameters["lots"].split(",")]
    +2991        # prices = [float(item.strip()) for item in inputParameters["prices"].split(",")]
    +2992        #
    +2993        # if len(lots) != len(prices):
    +2994        #     raise Exception("'lots' and 'prices' lists must have equal length of values!")
    +2995        #
    +2996        # uLogger.debug("Extracted parameters for orders:")
    +2997        # uLogger.debug("lots = {}".format(lots))
    +2998        # uLogger.debug("prices = {}".format(prices))
    +2999        #
    +3000        # # list of dictionaries with order's parameters: [{"lot": lots_1, "price": price_1}, {...}, ...]
    +3001        # result = [{"lot": lots[item], "price": prices[item]} for item in range(len(prices))]
    +3002        # uLogger.debug("Order parameters: {}".format(result))
    +3003        #
    +3004        # return result
    +3005
    +3006    def IsInPortfolio(self, portfolio: dict = None) -> bool:
    +3007        """
    +3008        Checks if instrument is in the user's portfolio. Instrument must be defined by `ticker` (highly priority) or `figi`.
    +3009
    +3010        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    +3011        :return: `True` if portfolio contains open position with given instrument, `False` otherwise.
    +3012        """
    +3013        result = False
    +3014        msg = "Instrument not defined!"
    +3015
    +3016        if portfolio is None or not portfolio:
    +3017            portfolio = self.Overview(showStatistics=False)
    +3018
    +3019        if self.ticker:
    +3020            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    +3021            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    +3022
    +3023            for iType in TKS_INSTRUMENTS:
    +3024                for instrument in portfolio["stat"][iType]:
    +3025                    if instrument["ticker"] == self.ticker:
    +3026                        result = True
    +3027                        msg = "Instrument with ticker [{}] is present in open positions".format(self.ticker)
    +3028                        break
    +3029
    +3030        elif self.figi:
    +3031            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    +3032            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    +3033
    +3034            for iType in TKS_INSTRUMENTS:
    +3035                for instrument in portfolio["stat"][iType]:
    +3036                    if instrument["figi"] == self.figi:
    +3037                        result = True
    +3038                        msg = "Instrument with FIGI [{}] is present in open positions".format(self.figi)
    +3039                        break
    +3040
    +3041        else:
    +3042            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    +3043
    +3044        uLogger.debug(msg)
    +3045
    +3046        return result
    +3047
    +3048    def GetInstrumentFromPortfolio(self, portfolio: dict = None) -> dict:
    +3049        """
    +3050        Returns instrument is in the user's portfolio if it presents there.
    +3051        Instrument must be defined by `ticker` (highly priority) or `figi`.
    +3052
    +3053        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    +3054        :return: dict with instrument if portfolio contains open position with this instrument, `None` otherwise.
    +3055        """
    +3056        result = None
    +3057        msg = "Instrument not defined!"
    +3058
    +3059        if portfolio is None or not portfolio:
    +3060            portfolio = self.Overview(showStatistics=False)
    +3061
    +3062        if self.ticker:
    +3063            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    +3064            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    +3065
    +3066            for iType in TKS_INSTRUMENTS:
    +3067                for instrument in portfolio["stat"][iType]:
    +3068                    if instrument["ticker"] == self.ticker:
    +3069                        result = instrument
    +3070                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(self.ticker, instrument["figi"])
    +3071                        break
    +3072
    +3073        elif self.figi:
    +3074            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    +3075            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    +3076
    +3077            for iType in TKS_INSTRUMENTS:
    +3078                for instrument in portfolio["stat"][iType]:
    +3079                    if instrument["figi"] == self.figi:
    +3080                        result = instrument
    +3081                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(instrument["ticker"], self.figi)
    +3082                        break
    +3083
    +3084        else:
    +3085            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    +3086
    +3087        uLogger.debug(msg)
    +3088
    +3089        return result
     
    @@ -6673,140 +6901,150 @@
    Returns
    -
    188    def __init__(self, token: str, accountId: str = None, iList: dict = None, useCache: bool = True) -> None:
    -189        """
    -190        Main class init.
    -191
    -192        :param token: Bearer token for Tinkoff Invest API. It can be set from environment variable `TKS_API_TOKEN`.
    -193        :param accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.
    -194                          Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.
    -195        :param iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.
    -196                      At first time, when class init, `Listing()` method auto-update this variable, or you can use dump file.
    -197                      For future use, you can save this variable and use as `iList` to avoid permanent downloads
    -198                      from the server. Also, you can try `DumpInstruments()` method.
    -199        :param useCache: use default cache file `dump.json` with raw data to use instead of `iList` if `iList` set as `None`.
    -200                         True by default. Cache is auto-update if new day has come.
    -201                         If `iList` is not `None` then it value has higher priority than `dump.json` and `useCache`.
    -202                         If you don't want to use cache and always updates raw data then set `useCache=False`.
    -203        """
    -204        if token is None or not token:
    -205            try:
    -206                self.token = r"{}".format(os.environ["TKS_API_TOKEN"])
    -207                uLogger.debug("Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/")
    -208
    -209            except KeyError:
    -210                raise Exception("`--token` key or environment variable `TKS_API_TOKEN` is required! See https://tinkoff.github.io/investAPI/token/")
    -211
    -212        else:
    -213            self.token = token  # highly priority than environment variable 'TKS_API_TOKEN'
    -214            uLogger.debug("Bearer token for Tinkoff OpenApi set up from class variable `token`")
    -215
    -216        if accountId is None or not accountId:
    -217            try:
    -218                self.accountId = r"{}".format(os.environ["TKS_ACCOUNT_ID"])
    -219                uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID`")
    -220
    -221            except KeyError:
    -222                uLogger.warning("`--account-id` key or environment variable `TKS_ACCOUNT_ID` undefined! Some of operations may be unavailable (overview, trading etc).")
    -223
    -224        else:
    -225            self.accountId = accountId  # highly priority than environment variable 'TKS_ACCOUNT_ID'
    -226            uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from class variable `accountId`")
    -227
    -228        self.aliases = TKS_TICKER_ALIASES
    -229        """Some aliases instead official tickers. See `TKSEnums.TKS_TICKER_ALIASES`"""
    -230
    -231        self.aliasesKeys = self.aliases.keys()  # re-calc only first time at class init
    -232        self.exclude = TKS_TICKERS_OR_FIGI_EXCLUDED  # some of tickets or FIGIs raised exception earlier when it sends to server, that is why we exclude there
    -233
    -234        self.ticker = ""
    -235        """String with ticker, e.g. `GOOGL`. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR` etc. More tickers aliases here: `TKSEnums.TKS_TICKER_ALIASES`."""
    -236
    -237        self.figi = ""
    -238        """String with FIGI, e.g. ticker `GOOGL` has FIGI `BBG009S39JX6`"""
    -239
    -240        self.depth = 1
    -241        """Depth of Market (DOM) can be >= 1. Default: 1. It used with `--price` key to showing DOM with current prices for givens ticker or FIGI."""
    -242
    -243        self.server = r"https://invest-public-api.tinkoff.ru/rest"
    -244        """Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest
    -245
    -246        See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1
    -247        """
    -248
    -249        uLogger.debug("Broker API server: {}".format(self.server))
    -250
    -251        self.timeout = 15
    -252        """Server operations timeout in seconds. Default: 15"""
    -253
    -254        self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)}
    -255        """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {token}"}`"""
    -256
    -257        self.body = None
    -258        """Request body which send to broker server. Default: `None`"""
    -259
    -260        self.historyLength = 24
    -261        """How many candles returns if candles history request. For example, if `historyInterval="hour"` and `historyLength=24` it means: "give me last 24 hours". Must be >=1. Default: 24"""
    -262
    -263        self.historyInterval = "hour"
    -264        """Interval string for Tinkoff API (see: `TKSEnums.TKS_TIMEFRAMES`). Available values are `"1min"`, `"2min"`, `"3min"`, `"5min"`, `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`"""
    -265
    -266        self.instrumentsFile = "instruments.md"
    -267        """Filename where full broker's instruments list will be saved. Default: `instruments.md`"""
    -268
    -269        self.searchResultsFile = "search-results.md"
    -270        """Filename with all found instruments searched by part of its ticker, FIGI or name. Default: `search-results.md`"""
    -271
    -272        self.pricesFile = "prices.md"
    -273        """Filename where prices of selected instruments will be saved. Default: `prices.md`"""
    -274
    -275        self.overviewFile = "overview.md"
    -276        """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`"""
    -277
    -278        self.reportFile = "deals.md"
    -279        """Filename where history of deals and trade statistics will be saved. Default: `deals.md`"""
    -280
    -281        self.historyFile = None
    -282        """Full path to .csv output file where history candles will be saved. Default: `None`, mean that returns only pandas dataframe."""
    -283
    -284        self.iListDumpFile = "dump.json"
    -285        """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`"""
    -286
    -287        self.iList = None  # init iList
    -288        """Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.
    -289        
    -290        See also: `Listing()` and `DumpInstruments()`.
    -291        """
    -292
    -293        # try to re-use raw instruments data saved as `iList` or try to load it from the dump file:
    -294        if iList is not None and isinstance(iList, dict):
    -295            uLogger.debug("Instruments raw data set up from given `iList` variable. Dump file not updated.")
    -296
    -297            self.iList = iList  # only used given iList, dump not updated
    -298
    -299        elif useCache:
    -300            if os.path.exists(self.iListDumpFile):
    -301                dumpTime = datetime.fromtimestamp(os.path.getmtime(self.iListDumpFile)).astimezone(tzutc())  # dump modification date and time
    -302                curTime = datetime.now(tzutc())
    -303
    -304                if (curTime.day > dumpTime.day) or (curTime.month > dumpTime.month) or (curTime.year > dumpTime.year):
    -305                    uLogger.warning("Local cache may be outdated! It has last modified [{}] UTC. Updating from broker server, wait, please...".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    -306
    -307                    self.DumpInstruments(forceUpdate=True)  # updating self.iList and dump file
    -308
    -309                else:
    -310                    self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8"))  # load iList from dump
    -311
    -312                    uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    -313                    uLogger.debug("Dump file was modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    -314
    -315            else:
    -316                uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...")
    -317                self.DumpInstruments(forceUpdate=True)  # updating self.iList and creating default dump file
    -318
    -319        else:
    -320            self.iList = self.Listing()  # request new raw instruments data from broker server
    -321            self.DumpInstruments(forceUpdate=False)  # save updated info to default dump file
    +            
    189    def __init__(self, token: str, accountId: str = None, iList: dict = None, useCache: bool = True) -> None:
    +190        """
    +191        Main class init.
    +192
    +193        :param token: Bearer token for Tinkoff Invest API. It can be set from environment variable `TKS_API_TOKEN`.
    +194        :param accountId: string with user's numeric account ID in Tinkoff Broker. It can be found in broker's reports.
    +195                          Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.
    +196        :param iList: dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server.
    +197                      At first time, when class init, `Listing()` method auto-update this variable, or you can use dump file.
    +198                      For future use, you can save this variable and use as `iList` to avoid permanent downloads
    +199                      from the server. Also, you can try `DumpInstruments()` method.
    +200        :param useCache: use default cache file `dump.json` with raw data to use instead of `iList` if `iList` set as `None`.
    +201                         True by default. Cache is auto-update if new day has come.
    +202                         If `iList` is not `None` then it value has higher priority than `dump.json` and `useCache`.
    +203                         If you don't want to use cache and always updates raw data then set `useCache=False`.
    +204        """
    +205        if token is None or not token:
    +206            try:
    +207                self.token = r"{}".format(os.environ["TKS_API_TOKEN"])
    +208                uLogger.debug("Bearer token for Tinkoff OpenApi set up from environment variable `TKS_API_TOKEN`. See https://tinkoff.github.io/investAPI/token/")
    +209
    +210            except KeyError:
    +211                raise Exception("`--token` key or environment variable `TKS_API_TOKEN` is required! See https://tinkoff.github.io/investAPI/token/")
    +212
    +213        else:
    +214            self.token = token  # highly priority than environment variable 'TKS_API_TOKEN'
    +215            uLogger.debug("Bearer token for Tinkoff OpenApi set up from class variable `token`")
    +216
    +217        if accountId is None or not accountId:
    +218            try:
    +219                self.accountId = r"{}".format(os.environ["TKS_ACCOUNT_ID"])
    +220                uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from environment variable `TKS_ACCOUNT_ID`")
    +221
    +222            except KeyError:
    +223                uLogger.warning("`--account-id` key or environment variable `TKS_ACCOUNT_ID` undefined! Some of operations may be unavailable (overview, trading etc).")
    +224
    +225        else:
    +226            self.accountId = accountId  # highly priority than environment variable 'TKS_ACCOUNT_ID'
    +227            uLogger.debug("String with user's numeric account ID in Tinkoff Broker set up from class variable `accountId`")
    +228
    +229        self.aliases = TKS_TICKER_ALIASES
    +230        """Some aliases instead official tickers. See `TKSEnums.TKS_TICKER_ALIASES`"""
    +231
    +232        self.aliasesKeys = self.aliases.keys()  # re-calc only first time at class init
    +233        self.exclude = TKS_TICKERS_OR_FIGI_EXCLUDED  # some of tickets or FIGIs raised exception earlier when it sends to server, that is why we exclude there
    +234
    +235        self.ticker = ""
    +236        """String with ticker, e.g. `GOOGL`. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR` etc. More tickers aliases here: `TKSEnums.TKS_TICKER_ALIASES`."""
    +237
    +238        self.figi = ""
    +239        """String with FIGI, e.g. ticker `GOOGL` has FIGI `BBG009S39JX6`"""
    +240
    +241        self.depth = 1
    +242        """Depth of Market (DOM) can be >= 1. Default: 1. It used with `--price` key to showing DOM with current prices for givens ticker or FIGI."""
    +243
    +244        self.server = r"https://invest-public-api.tinkoff.ru/rest"
    +245        """Tinkoff REST API server for real trade operations. Default: https://invest-public-api.tinkoff.ru/rest
    +246
    +247        See also: https://tinkoff.github.io/investAPI/#tinkoff-invest-api_1
    +248        """
    +249
    +250        uLogger.debug("Broker API server: {}".format(self.server))
    +251
    +252        self.timeout = 15
    +253        """Server operations timeout in seconds. Default: `15`"""
    +254
    +255        self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)}
    +256        """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {your_token}"}`"""
    +257
    +258        self.body = None
    +259        """Request body which send to broker server. Default: `None`"""
    +260
    +261        # remove after implemented: #45 Add selector of file types https://github.com/Tim55667757/TKSBrokerAPI/issues/45
    +262        # self.outputFileType = None
    +263        # """Switch of types for output files when `--output` key present. You can choose: `.md`, `.csv` and `.xlsx`. By default: `None`, it mean that default types will be used."""
    +264
    +265        self.historyFile = None
    +266        """Full path to the output file where history candles will be saved or updated. Default: `None`, it mean that returns only pandas dataframe when you request `History()` method."""
    +267
    +268        self.instrumentsFile = "instruments.md"
    +269        """Filename where full broker's instruments list will be saved. Default: `instruments.md`"""
    +270
    +271        self.searchResultsFile = "search-results.md"
    +272        """Filename with all found instruments searched by part of its ticker, FIGI or name. Default: `search-results.md`"""
    +273
    +274        self.pricesFile = "prices.md"
    +275        """Filename where prices of selected instruments will be saved. Default: `prices.md`"""
    +276
    +277        self.overviewFile = "overview.md"
    +278        """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`"""
    +279
    +280        self.overviewDigestFile = "overview-digest.md"
    +281        """Filename where short digest of the portfolio status will be saved. Default: `overview-digest.md`"""
    +282
    +283        self.overviewPositionsFile = "overview-positions.md"
    +284        """Filename where only open positions, without everything else will be saved. Default: `overview-positions.md`"""
    +285
    +286        self.overviewOrdersFile = "overview-orders.md"
    +287        """Filename where open limits and stop orders will be saved. Default: `overview-orders.md`"""
    +288
    +289        self.overviewAnalyticsFile = "overview-analytics.md"
    +290        """Filename where only the analytics section and the distribution of the portfolio by various categories will be saved. Default: `overview-analytics.md`"""
    +291
    +292        self.reportFile = "deals.md"
    +293        """Filename where history of deals and trade statistics will be saved. Default: `deals.md`"""
    +294
    +295        self.iListDumpFile = "dump.json"
    +296        """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`"""
    +297
    +298        self.iList = None  # init iList
    +299        """Dictionary with raw data about shares, currencies, bonds, etfs and futures from broker server. Auto-updating.
    +300        
    +301        See also: `Listing()` and `DumpInstruments()`.
    +302        """
    +303
    +304        # try to re-use raw instruments data saved as `iList` or try to load it from the dump file:
    +305        if iList is not None and isinstance(iList, dict):
    +306            uLogger.debug("Instruments raw data set up from given `iList` variable. Dump file not updated.")
    +307
    +308            self.iList = iList  # only used given iList, dump not updated
    +309
    +310        elif useCache:
    +311            if os.path.exists(self.iListDumpFile):
    +312                dumpTime = datetime.fromtimestamp(os.path.getmtime(self.iListDumpFile)).astimezone(tzutc())  # dump modification date and time
    +313                curTime = datetime.now(tzutc())
    +314
    +315                if (curTime.day > dumpTime.day) or (curTime.month > dumpTime.month) or (curTime.year > dumpTime.year):
    +316                    uLogger.warning("Local cache may be outdated! It has last modified [{}] UTC. Updating from broker server, wait, please...".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    +317
    +318                    self.DumpInstruments(forceUpdate=True)  # updating self.iList and dump file
    +319
    +320                else:
    +321                    self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8"))  # load iList from dump
    +322
    +323                    uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    +324                    uLogger.debug("Dump file was last modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S")))
    +325
    +326            else:
    +327                uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...")
    +328                self.DumpInstruments(forceUpdate=True)  # updating self.iList and creating default dump file
    +329
    +330        else:
    +331            self.iList = self.Listing()  # request new raw instruments data from broker server
    +332            self.DumpInstruments(forceUpdate=False)  # save updated info to default dump file
     
    @@ -6906,7 +7144,7 @@
    Parameters
    -

    Server operations timeout in seconds. Default: 15

    +

    Server operations timeout in seconds. Default: 15

    @@ -6919,7 +7157,7 @@
    Parameters
    -

    Headers which send in every request to broker server. Default: {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {token}"}

    +

    Headers which send in every request to broker server. Default: {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {your_token}"}

    @@ -6937,28 +7175,15 @@
    Parameters
    -
    -
    - historyLength - - -
    - - -

    How many candles returns if candles history request. For example, if historyInterval="hour" and historyLength=24 it means: "give me last 24 hours". Must be >=1. Default: 24

    -
    - - -
    -
    +
    - historyInterval + historyFile
    - + -

    Interval string for Tinkoff API (see: TKSEnums.TKS_TIMEFRAMES). Available values are "1min", "2min", "3min", "5min", "10min", "15min", "30min", "hour", "day", "week", "month". Default: "hour"

    +

    Full path to the output file where history candles will be saved or updated. Default: None, it mean that returns only pandas dataframe when you request History() method.

    @@ -7015,28 +7240,67 @@
    Parameters
    -
    +
    - reportFile + overviewDigestFile
    - + -

    Filename where history of deals and trade statistics will be saved. Default: deals.md

    +

    Filename where short digest of the portfolio status will be saved. Default: overview-digest.md

    -
    +
    - historyFile + overviewPositionsFile
    - + + +

    Filename where only open positions, without everything else will be saved. Default: overview-positions.md

    +
    + + +
    +
    +
    + overviewOrdersFile + + +
    + -

    Full path to .csv output file where history candles will be saved. Default: None, mean that returns only pandas dataframe.

    +

    Filename where open limits and stop orders will be saved. Default: overview-orders.md

    +
    + + +
    +
    +
    + overviewAnalyticsFile + + +
    + + +

    Filename where only the analytics section and the distribution of the portfolio by various categories will be saved. Default: overview-analytics.md

    +
    + + +
    +
    +
    + reportFile + + +
    + + +

    Filename where history of deals and trade statistics will be saved. Default: deals.md

    @@ -7080,77 +7344,77 @@
    Parameters
    -
    345    def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: int = 5, debug: bool = False) -> dict:
    -346        """
    -347        Send GET or POST request to broker server and receive JSON object.
    -348
    -349        self.header: must be define with dictionary of headers.
    -350        self.body: if define then used as request body. None by default.
    -351        self.timeout: global request timeout, 15 seconds by default.
    -352        :param url: url with REST request.
    -353        :param reqType: send "GET" or "POST" request. "GET" by default.
    -354        :param retry: how many times retry after first request if an error occurred.
    -355        :param pause: sleep time in seconds between retries.
    -356        :param debug: if `True` then print more debug information.
    -357        :return: response JSON (dictionary) from broker.
    -358        """
    -359        if reqType not in ("GET", "POST"):
    -360            raise Exception("You can define request type: 'GET' or 'POST'!")
    -361
    -362        if debug:
    -363            uLogger.debug("Request parameters:")
    -364            uLogger.debug("    - REST API URL: {}".format(url))
    -365            uLogger.debug("    - request type: {}".format(reqType))
    -366            uLogger.debug("    - headers: {}".format(str(self.headers).replace(self.token, "*** request token ***")))
    -367            uLogger.debug("    - body: {}".format(self.body))
    -368
    -369        # fast hack to avoid all operations with some tickers/FIGI
    -370        responseJSON = {}
    -371        oK = True
    -372        for item in self.exclude:
    -373            if item in url:
    -374                if debug:
    -375                    uLogger.warning("Do not execute operations with list of this tickers/FIGI: {}".format(str(self.exclude)))
    -376
    -377                oK = False
    -378                break
    -379
    -380        if oK:
    -381            counter = 0
    -382            response = None
    -383            errMsg = ""
    -384
    -385            while not response and counter <= retry:
    -386                if reqType == "GET":
    -387                    response = requests.get(url, headers=self.headers, data=self.body, timeout=self.timeout)
    -388
    -389                if reqType == "POST":
    -390                    response = requests.post(url, headers=self.headers, data=self.body, timeout=self.timeout)
    -391
    -392                if debug:
    -393                    uLogger.debug("Response:")
    -394                    uLogger.debug("    - status code: {}".format(response.status_code))
    -395                    uLogger.debug("    - reason: {}".format(response.reason))
    -396                    uLogger.debug("    - body length: {}".format(len(response.text)))
    -397
    -398                # Error status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    -399                if 400 <= response.status_code < 600:
    -400                    errMsg = "[{}] {}".format(response.status_code, response.text)
    -401                    uLogger.debug("    - not oK status code received: {}".format(errMsg))
    -402                    counter += 1
    -403
    -404                    if counter <= retry:
    -405                        uLogger.debug("Retry: [{}]. Wait until {} sec. and try again...".format(counter, pause))
    -406                        sleep(pause)
    -407
    -408            responseJSON = self._ParseJSON(response.text)
    -409
    -410            if errMsg:
    -411                uLogger.error("Not `oK` status received from broker server!")
    -412                uLogger.error("    - message: {}".format(errMsg))
    -413                # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.")
    -414
    -415        return responseJSON
    +            
    356    def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: int = 5, debug: bool = False) -> dict:
    +357        """
    +358        Send GET or POST request to broker server and receive JSON object.
    +359
    +360        self.header: must be define with dictionary of headers.
    +361        self.body: if define then used as request body. None by default.
    +362        self.timeout: global request timeout, 15 seconds by default.
    +363        :param url: url with REST request.
    +364        :param reqType: send "GET" or "POST" request. "GET" by default.
    +365        :param retry: how many times retry after first request if an error occurred.
    +366        :param pause: sleep time in seconds between retries.
    +367        :param debug: if `True` then print more debug information.
    +368        :return: response JSON (dictionary) from broker.
    +369        """
    +370        if reqType not in ("GET", "POST"):
    +371            raise Exception("You can define request type: 'GET' or 'POST'!")
    +372
    +373        if debug:
    +374            uLogger.debug("Request parameters:")
    +375            uLogger.debug("    - REST API URL: {}".format(url))
    +376            uLogger.debug("    - request type: {}".format(reqType))
    +377            uLogger.debug("    - headers: {}".format(str(self.headers).replace(self.token, "*** request token ***")))
    +378            uLogger.debug("    - body: {}".format(self.body))
    +379
    +380        # fast hack to avoid all operations with some tickers/FIGI
    +381        responseJSON = {}
    +382        oK = True
    +383        for item in self.exclude:
    +384            if item in url:
    +385                if debug:
    +386                    uLogger.warning("Do not execute operations with list of this tickers/FIGI: {}".format(str(self.exclude)))
    +387
    +388                oK = False
    +389                break
    +390
    +391        if oK:
    +392            counter = 0
    +393            response = None
    +394            errMsg = ""
    +395
    +396            while not response and counter <= retry:
    +397                if reqType == "GET":
    +398                    response = requests.get(url, headers=self.headers, data=self.body, timeout=self.timeout)
    +399
    +400                if reqType == "POST":
    +401                    response = requests.post(url, headers=self.headers, data=self.body, timeout=self.timeout)
    +402
    +403                if debug:
    +404                    uLogger.debug("Response:")
    +405                    uLogger.debug("    - status code: {}".format(response.status_code))
    +406                    uLogger.debug("    - reason: {}".format(response.reason))
    +407                    uLogger.debug("    - body length: {}".format(len(response.text)))
    +408
    +409                # Error status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    +410                if 400 <= response.status_code < 600:
    +411                    errMsg = "[{}] {}".format(response.status_code, response.text)
    +412                    uLogger.debug("    - not oK status code received: {}".format(errMsg))
    +413                    counter += 1
    +414
    +415                    if counter <= retry:
    +416                        uLogger.debug("Retry: [{}]. Wait until {} sec. and try again...".format(counter, pause))
    +417                        sleep(pause)
    +418
    +419            responseJSON = self._ParseJSON(response.text)
    +420
    +421            if errMsg:
    +422                uLogger.error("Not `oK` status received from broker server! See: https://tinkoff.github.io/investAPI/errors/")
    +423                uLogger.error("    - message: {}".format(errMsg))
    +424                # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.")
    +425
    +426        return responseJSON
     
    @@ -7190,42 +7454,42 @@
    Returns
    -
    448    def Listing(self) -> dict:
    -449        """
    -450        Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.
    -451
    -452        :return: Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.
    -453        """
    -454        uLogger.debug("Requesting all available instruments from broker for current user token. Wait, please...")
    -455        uLogger.debug("CPU usages for parallel requests: [{}]".format(CPU_USAGES))
    -456
    -457        # this parameters insert to requests: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService
    -458        # iType is type of instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    -459        iParams = [{"iType": iType} for iType in TKS_INSTRUMENTS]
    -460
    -461        poolUpdater = ThreadPool(processes=CPU_USAGES)  # create pool for update instruments in parallel mode
    -462        listing = poolUpdater.map(self._IWrapper, iParams)  # execute update operations
    -463        poolUpdater.close()
    -464
    -465        # Dictionary with all broker instruments: shares, currencies, bonds, etfs and futures.
    -466        # Next in this code: item[0] is "iType" and item[1] is list of available instruments from the result of _IUpdater() method
    -467        iList = {item[0]: {instrument["ticker"]: instrument for instrument in item[1]} for item in listing}
    -468
    -469        # calculate minimum price increment (step) for all instruments and set up instrument's type:
    -470        for iType in iList.keys():
    -471            for ticker in iList[iType]:
    -472                iList[iType][ticker]["type"] = iType
    -473
    -474                if "minPriceIncrement" in iList[iType][ticker].keys():
    -475                    iList[iType][ticker]["step"] = NanoToFloat(
    -476                        iList[iType][ticker]["minPriceIncrement"]["units"],
    -477                        iList[iType][ticker]["minPriceIncrement"]["nano"],
    -478                    )
    -479
    -480                else:
    -481                    iList[iType][ticker]["step"] = 0  # hack to avoid empty value in some instruments, e.g. futures
    -482
    -483        return iList
    +            
    459    def Listing(self) -> dict:
    +460        """
    +461        Gets JSON with raw data about shares, currencies, bonds, etfs and futures from broker server.
    +462
    +463        :return: Dictionary with all available broker instruments: currencies, shares, bonds, etfs and futures.
    +464        """
    +465        uLogger.debug("Requesting all available instruments from broker for current user token. Wait, please...")
    +466        uLogger.debug("CPU usages for parallel requests: [{}]".format(CPU_USAGES))
    +467
    +468        # this parameters insert to requests: https://tinkoff.github.io/investAPI/swagger-ui/#/InstrumentsService
    +469        # iType is type of instrument, it must be one of supported types in TKS_INSTRUMENTS list.
    +470        iParams = [{"iType": iType} for iType in TKS_INSTRUMENTS]
    +471
    +472        poolUpdater = ThreadPool(processes=CPU_USAGES)  # create pool for update instruments in parallel mode
    +473        listing = poolUpdater.map(self._IWrapper, iParams)  # execute update operations
    +474        poolUpdater.close()
    +475
    +476        # Dictionary with all broker instruments: shares, currencies, bonds, etfs and futures.
    +477        # Next in this code: item[0] is "iType" and item[1] is list of available instruments from the result of _IUpdater() method
    +478        iList = {item[0]: {instrument["ticker"]: instrument for instrument in item[1]} for item in listing}
    +479
    +480        # calculate minimum price increment (step) for all instruments and set up instrument's type:
    +481        for iType in iList.keys():
    +482            for ticker in iList[iType]:
    +483                iList[iType][ticker]["type"] = iType
    +484
    +485                if "minPriceIncrement" in iList[iType][ticker].keys():
    +486                    iList[iType][ticker]["step"] = NanoToFloat(
    +487                        iList[iType][ticker]["minPriceIncrement"]["units"],
    +488                        iList[iType][ticker]["minPriceIncrement"]["nano"],
    +489                    )
    +490
    +491                else:
    +492                    iList[iType][ticker]["step"] = 0  # hack to avoid empty value in some instruments, e.g. futures
    +493
    +494        return iList
     
    @@ -7251,27 +7515,27 @@
    Returns
    -
    485    def DumpInstruments(self, forceUpdate: bool = True) -> str:
    -486        """
    -487        Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server
    -488        using `Listing()` method. If `iListDumpFile` string is not empty then also save information to this file.
    -489
    -490        :param forceUpdate: if `True` then at first updates data with `Listing()` method, otherwise just saves exist `iList`.
    -491        :return: serialized JSON formatted `str` with full data of instruments, also saved to the `--output` file.
    -492        """
    -493        if self.iListDumpFile is None or not self.iListDumpFile:
    -494            raise Exception("Output name of dump file must be defined!")
    -495
    -496        if not self.iList or forceUpdate:
    -497            self.iList = self.Listing()
    -498
    -499        dump = json.dumps(self.iList, indent=4, sort_keys=False)
    -500        with open(self.iListDumpFile, mode="w", encoding="UTF-8") as fH:
    -501            fH.write(dump)
    -502
    -503        uLogger.info("Instruments raw data were cached for future used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    -504
    -505        return dump
    +            
    496    def DumpInstruments(self, forceUpdate: bool = True) -> str:
    +497        """
    +498        Receives and returns actual raw data about shares, currencies, bonds, etfs and futures from broker server
    +499        using `Listing()` method. If `iListDumpFile` string is not empty then also save information to this file.
    +500
    +501        :param forceUpdate: if `True` then at first updates data with `Listing()` method, otherwise just saves exist `iList`.
    +502        :return: serialized JSON formatted `str` with full data of instruments, also saved to the `--output` file.
    +503        """
    +504        if self.iListDumpFile is None or not self.iListDumpFile:
    +505            raise Exception("Output name of dump file must be defined!")
    +506
    +507        if not self.iList or forceUpdate:
    +508            self.iList = self.Listing()
    +509
    +510        dump = json.dumps(self.iList, indent=4, sort_keys=False)
    +511        with open(self.iListDumpFile, mode="w", encoding="UTF-8") as fH:
    +512            fH.write(dump)
    +513
    +514        uLogger.info("Instruments raw data were cached for future used: [{}]".format(os.path.abspath(self.iListDumpFile)))
    +515
    +516        return dump
     
    @@ -7305,181 +7569,183 @@
    Returns
    -
    507    @staticmethod
    -508    def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str:
    -509        """
    -510        Show information about instrument defined by json and print in Markdown format.
    -511
    -512        :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]`
    -513        :param printInfo: if `True` then also printing information about instrument and its current price.
    -514        :return: text in Markdown format with information about instrument.
    -515        """
    -516        infoText = ""
    -517        if iJSON is not None and iJSON and isinstance(iJSON, dict):
    -518            info = [
    -519                "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    -520                "| Parameters                                              | Values\n",
    -521                "|---------------------------------------------------------|---------------------------------------------------------\n",
    -522                "| Ticker:                                                 | {}\n".format(iJSON["ticker"]),
    -523                "| Full name:                                              | {}\n".format(iJSON["name"]),
    -524            ]
    -525
    -526            if "sector" in iJSON.keys() and iJSON["sector"]:
    -527                info.append("| Sector:                                                 | {}\n".format(iJSON["sector"]))
    -528
    -529            info.append("| Country of instrument:                                  | {}{}\n".format(
    -530                "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "",
    -531                iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "",
    -532            ))
    -533
    -534            info.extend([
    -535                "|                                                         |\n",
    -536                "| FIGI (Financial Instrument Global Identifier):          | {}\n".format(iJSON["figi"]),
    -537                "| Exchange:                                               | {}\n".format(iJSON["exchange"]),
    -538            ])
    -539
    -540            if "isin" in iJSON.keys() and iJSON["isin"]:
    -541                info.append("| ISIN (International Securities Identification Number):  | {}\n".format(iJSON["isin"]))
    -542
    -543            if "classCode" in iJSON.keys():
    -544                info.append("| Class Code:                                             | {}\n".format(iJSON["classCode"]))
    -545
    -546            info.extend([
    -547                "|                                                         |\n",
    -548                "| Current broker security trading status:                 | {}\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]),
    -549                "| Buy operations allowed:                                 | {}\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"),
    -550                "| Sale operations allowed:                                | {}\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"),
    -551                "| Short positions allowed:                                | {}\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"),
    -552            ])
    -553
    -554            info.append("|                                                         |\n")
    -555
    -556            if "type" in iJSON.keys() and iJSON["type"]:
    -557                info.append("| Type of the instrument:                                 | {}\n".format(iJSON["type"]))
    -558
    -559            if "futuresType" in iJSON.keys() and iJSON["futuresType"]:
    -560                info.append("| Futures type:                                           | {}\n".format(iJSON["futuresType"]))
    -561
    -562            if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]:
    -563                info.append("| IPO date:                                               | {}\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", "")))
    -564
    -565            if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]:
    -566                info.append("| Released date:                                          | {}\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", "")))
    -567
    -568            if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]:
    -569                info.append("| Rebalancing frequency:                                  | {}\n".format(iJSON["rebalancingFreq"]))
    -570
    -571            if "focusType" in iJSON.keys() and iJSON["focusType"]:
    -572                info.append("| Focusing type:                                          | {}\n".format(iJSON["focusType"]))
    -573
    -574            if "assetType" in iJSON.keys() and iJSON["assetType"]:
    -575                info.append("| Asset type:                                             | {}\n".format(iJSON["assetType"]))
    -576
    -577            if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]:
    -578                info.append("| Basic asset:                                            | {}\n".format(iJSON["basicAsset"]))
    -579
    -580            if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]:
    -581                info.append("| Basic asset size:                                       | {:.2f}\n".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"])))
    -582
    -583            if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]:
    -584                info.append("| ISO currency name:                                      | {}\n".format(iJSON["isoCurrencyName"]))
    -585
    -586            if "currency" in iJSON.keys():
    -587                info.append("| Payment currency:                                       | {}\n".format(iJSON["currency"]))
    -588
    -589            if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0:
    -590                info.append("| First trade date:                                       | {}\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", "")))
    -591
    -592            if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0:
    -593                info.append("| Last trade date:                                        | {}\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", "")))
    -594
    -595            if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0:
    -596                info.append("| Date of expiration:                                     | {}\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", "")))
    -597
    -598            if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0:
    -599                info.append("| State registration date:                                | {}\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", "")))
    -600
    -601            if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0:
    -602                info.append("| Placement date:                                         | {}\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", "")))
    -603
    -604            if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0:
    -605                info.append("| Maturity date:                                          | {}\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", "")))
    -606
    -607            if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]:
    -608                info.append("| Perpetual bond:                                         | Yes\n")
    -609
    -610            if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]:
    -611                info.append("| Over-the-counter (OTC) securities:                      | Yes\n")
    -612
    -613            if iJSON["type"] == "Bonds":
    -614                info.append("| Bond issue (size / plan):                               | {} / {}\n".format(iJSON["issueSize"], iJSON["issueSizePlan"]))
    -615
    -616                info.append("| Nominal price (100%):                                   | {:.2f} {}\n".format(
    -617                    NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]),
    -618                    iJSON["nominal"]["currency"],
    -619                ))
    -620
    -621                if "floatingCouponFlag" in iJSON.keys():
    -622                    info.append("| Floating coupon:                                        | {}\n".format("Yes" if iJSON["floatingCouponFlag"] else "No"))
    -623
    -624                if "amortizationFlag" in iJSON.keys():
    -625                    info.append("| Amortization:                                           | {}\n".format("Yes" if iJSON["amortizationFlag"] else "No"))
    -626
    -627                if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]:
    -628                    info.append("| Number of coupon payments per year:                     | {}\n".format(iJSON["couponQuantityPerYear"]))
    -629
    -630                if "aciValue" in iJSON.keys() and iJSON["aciValue"]:
    -631                    info.append("| Current ACI (Accrued Interest):                         | {:.2f} {}\n".format(
    -632                        NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]),
    -633                        iJSON["aciValue"]["currency"]
    -634                    ))
    -635
    -636            if "currentPrice" in iJSON.keys():
    -637                info.append("|                                                         |\n")
    -638
    -639                info.extend([
    -640                    "| Previous close price of the instrument:                 | {}{}\n".format(
    -641                        "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A",
    -642                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    -643                    ),
    -644                    "| Last deal price of the instrument:                      | {}{}\n".format(
    -645                        "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A",
    -646                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    -647                    ),
    -648                    "| Changes between last deal price and last close  %       | {:.2f}%\n".format(iJSON["currentPrice"]["changes"]),
    -649                    "| Current limit price, min / max:                         | {}{} / {}{}\n".format(
    -650                        "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A",
    -651                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    -652                        "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A",
    -653                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    -654                    ),
    -655                    "| Actual price, sell / buy:                               | {}{} / {}{}\n".format(
    -656                        "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A",
    -657                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    -658                        "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A",
    -659                        "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    -660                    ),
    -661                ])
    -662
    -663            if "lot" in iJSON.keys():
    -664                info.append("| Minimum lot to buy:                                     | {}\n".format(iJSON["lot"]))
    -665
    -666            if "step" in iJSON.keys() and iJSON["step"] != 0:
    -667                info.append("| Minimum price increment (step):                         | {}\n".format(iJSON["step"]))
    -668
    -669            infoText += "".join(info)
    -670
    -671            if printInfo:
    -672                uLogger.info("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    -673
    -674            else:
    -675                uLogger.debug("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    -676
    -677        return infoText
    +            
    518    @staticmethod
    +519    def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str:
    +520        """
    +521        Show information about one instrument defined by json data and prints it in Markdown format.
    +522
    +523        :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]`
    +524        :param printInfo: if `True` then also printing information about instrument and its current price.
    +525        :return: multilines text in Markdown format with information about one instrument.
    +526        """
    +527        splitLine = "|                                                         |                                                         |\n"
    +528        infoText = ""
    +529
    +530        if iJSON is not None and iJSON and isinstance(iJSON, dict):
    +531            info = [
    +532                "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    +533                "| Parameters                                              | Values                                                  |\n",
    +534                "|---------------------------------------------------------|---------------------------------------------------------|\n",
    +535                "| Ticker:                                                 | {:<55} |\n".format(iJSON["ticker"]),
    +536                "| Full name:                                              | {:<55} |\n".format(iJSON["name"]),
    +537            ]
    +538
    +539            if "sector" in iJSON.keys() and iJSON["sector"]:
    +540                info.append("| Sector:                                                 | {:<55} |\n".format(iJSON["sector"]))
    +541
    +542            info.append("| Country of instrument:                                  | {:<55} |\n".format("{}{}".format(
    +543                "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "",
    +544                iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "",
    +545            )))
    +546
    +547            info.extend([
    +548                splitLine,
    +549                "| FIGI (Financial Instrument Global Identifier):          | {:<55} |\n".format(iJSON["figi"]),
    +550                "| Exchange:                                               | {:<55} |\n".format(iJSON["exchange"]),
    +551            ])
    +552
    +553            if "isin" in iJSON.keys() and iJSON["isin"]:
    +554                info.append("| ISIN (International Securities Identification Number):  | {:<55} |\n".format(iJSON["isin"]))
    +555
    +556            if "classCode" in iJSON.keys():
    +557                info.append("| Class Code:                                             | {:<55} |\n".format(iJSON["classCode"]))
    +558
    +559            info.extend([
    +560                splitLine,
    +561                "| Current broker security trading status:                 | {:<55} |\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]),
    +562                "| Buy operations allowed:                                 | {:<55} |\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"),
    +563                "| Sale operations allowed:                                | {:<55} |\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"),
    +564                "| Short positions allowed:                                | {:<55} |\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"),
    +565            ])
    +566
    +567            info.append(splitLine)
    +568
    +569            if "type" in iJSON.keys() and iJSON["type"]:
    +570                info.append("| Type of the instrument:                                 | {:<55} |\n".format(iJSON["type"]))
    +571
    +572            if "futuresType" in iJSON.keys() and iJSON["futuresType"]:
    +573                info.append("| Futures type:                                           | {:<55} |\n".format(iJSON["futuresType"]))
    +574
    +575            if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]:
    +576                info.append("| IPO date:                                               | {:<55} |\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", "")))
    +577
    +578            if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]:
    +579                info.append("| Released date:                                          | {:<55} |\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", "")))
    +580
    +581            if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]:
    +582                info.append("| Rebalancing frequency:                                  | {:<55} |\n".format(iJSON["rebalancingFreq"]))
    +583
    +584            if "focusType" in iJSON.keys() and iJSON["focusType"]:
    +585                info.append("| Focusing type:                                          | {:<55} |\n".format(iJSON["focusType"]))
    +586
    +587            if "assetType" in iJSON.keys() and iJSON["assetType"]:
    +588                info.append("| Asset type:                                             | {:<55} |\n".format(iJSON["assetType"]))
    +589
    +590            if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]:
    +591                info.append("| Basic asset:                                            | {:<55} |\n".format(iJSON["basicAsset"]))
    +592
    +593            if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]:
    +594                info.append("| Basic asset size:                                       | {:<55} |\n".format("{:.2f}".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"]))))
    +595
    +596            if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]:
    +597                info.append("| ISO currency name:                                      | {:<55} |\n".format(iJSON["isoCurrencyName"]))
    +598
    +599            if "currency" in iJSON.keys():
    +600                info.append("| Payment currency:                                       | {:<55} |\n".format(iJSON["currency"]))
    +601
    +602            if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0:
    +603                info.append("| First trade date:                                       | {:<55} |\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", "")))
    +604
    +605            if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0:
    +606                info.append("| Last trade date:                                        | {:<55} |\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", "")))
    +607
    +608            if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0:
    +609                info.append("| Date of expiration:                                     | {:<55} |\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", "")))
    +610
    +611            if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0:
    +612                info.append("| State registration date:                                | {:<55} |\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", "")))
    +613
    +614            if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0:
    +615                info.append("| Placement date:                                         | {:<55} |\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", "")))
    +616
    +617            if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0:
    +618                info.append("| Maturity date:                                          | {:<55} |\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", "")))
    +619
    +620            if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]:
    +621                info.append("| Perpetual bond:                                         | Yes                                                     |\n")
    +622
    +623            if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]:
    +624                info.append("| Over-the-counter (OTC) securities:                      | Yes                                                     |\n")
    +625
    +626            if iJSON["type"] == "Bonds":
    +627                info.append("| Bond issue (size / plan):                               | {:<55} |\n".format("{} / {}".format(iJSON["issueSize"], iJSON["issueSizePlan"])))
    +628
    +629                info.append("| Nominal price (100%):                                   | {:<55} |\n".format("{:.2f} {}".format(
    +630                    NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]),
    +631                    iJSON["nominal"]["currency"],
    +632                )))
    +633
    +634                if "floatingCouponFlag" in iJSON.keys():
    +635                    info.append("| Floating coupon:                                        | {:<55} |\n".format("Yes" if iJSON["floatingCouponFlag"] else "No"))
    +636
    +637                if "amortizationFlag" in iJSON.keys():
    +638                    info.append("| Amortization:                                           | {:<55} |\n".format("Yes" if iJSON["amortizationFlag"] else "No"))
    +639
    +640                if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]:
    +641                    info.append("| Number of coupon payments per year:                     | {:<55} |\n".format(iJSON["couponQuantityPerYear"]))
    +642
    +643                if "aciValue" in iJSON.keys() and iJSON["aciValue"]:
    +644                    info.append("| Current ACI (Accrued Interest):                         | {:<55} |\n".format("{:.2f} {}".format(
    +645                        NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]),
    +646                        iJSON["aciValue"]["currency"]
    +647                    )))
    +648
    +649            if "currentPrice" in iJSON.keys():
    +650                info.append(splitLine)
    +651
    +652                info.extend([
    +653                    "| Previous close price of the instrument:                 | {:<55} |\n".format("{}{}".format(
    +654                        "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A",
    +655                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    +656                    )),
    +657                    "| Last deal price of the instrument:                      | {:<55} |\n".format("{}{}".format(
    +658                        "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A",
    +659                        "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    +660                    )),
    +661                    "| Changes between last deal price and last close  %       | {:<55} |\n".format("{:.2f}".format(iJSON["currentPrice"]["changes"])),
    +662                    "| Current limit price, min / max:                         | {:<55} |\n".format("{}{} / {}{}".format(
    +663                        "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A",
    +664                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    +665                        "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A",
    +666                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    +667                    )),
    +668                    "| Actual price, sell / buy:                               | {:<55} |\n".format("{}{} / {}{}".format(
    +669                        "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A",
    +670                        "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    +671                        "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A",
    +672                        "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""),
    +673                    )),
    +674                ])
    +675
    +676            if "lot" in iJSON.keys():
    +677                info.append("| Minimum lot to buy:                                     | {:<55} |\n".format(iJSON["lot"]))
    +678
    +679            if "step" in iJSON.keys() and iJSON["step"] != 0:
    +680                info.append("| Minimum price increment (step):                         | {:<55} |\n".format(iJSON["step"]))
    +681
    +682            infoText += "".join(info)
    +683
    +684            if printInfo:
    +685                uLogger.info("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    +686
    +687            else:
    +688                uLogger.debug("Information about instrument: ticker [{}], FIGI [{}]\n{}".format(iJSON["ticker"], iJSON["figi"], infoText))
    +689
    +690        return infoText
     
    -

    Show information about instrument defined by json and print in Markdown format.

    +

    Show information about one instrument defined by json data and prints it in Markdown format.

    Parameters
    @@ -7491,7 +7757,7 @@
    Parameters
    Returns
    -

    text in Markdown format with information about instrument.

    +

    multilines text in Markdown format with information about one instrument.

    @@ -7508,72 +7774,72 @@
    Returns
    -
    679    def SearchByTicker(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    -680        """
    -681        Search and return raw broker's information about instrument by it's ticker.
    -682        `ticker` must be define! If debug=True then print all debug messages.
    -683
    -684        :param requestPrice: if `False` then do not request current price of instrument (because this is long operation).
    -685        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    -686        :param debug: if `True` then print all debug console messages.
    -687        :return: JSON formatted data with information about instrument.
    -688        """
    -689        tickerJSON = {}
    -690        if debug:
    -691            uLogger.debug("Searching information about instrument by it's ticker [{}] ...".format(self.ticker))
    -692
    -693        if not self.ticker:
    -694            uLogger.warning("self.ticker variable is not be empty!")
    -695
    -696        else:
    -697            if not self.iList:
    -698                self.iList = self.Listing()
    -699
    -700            if self.ticker in self.iList["Shares"].keys():
    -701                tickerJSON = self.iList["Shares"][self.ticker]
    -702                if debug:
    -703                    uLogger.debug("Ticker [{}] found in shares list".format(self.ticker))
    -704
    -705            elif self.ticker in self.iList["Currencies"].keys():
    -706                tickerJSON = self.iList["Currencies"][self.ticker]
    -707                if debug:
    -708                    uLogger.debug("Ticker [{}] found in currencies list".format(self.ticker))
    -709
    -710            elif self.ticker in self.iList["Bonds"].keys():
    -711                tickerJSON = self.iList["Bonds"][self.ticker]
    -712                if debug:
    -713                    uLogger.debug("Ticker [{}] found in bonds list".format(self.ticker))
    -714
    -715            elif self.ticker in self.iList["Etfs"].keys():
    -716                tickerJSON = self.iList["Etfs"][self.ticker]
    -717                if debug:
    -718                    uLogger.debug("Ticker [{}] found in etfs list".format(self.ticker))
    -719
    -720            elif self.ticker in self.iList["Futures"].keys():
    -721                tickerJSON = self.iList["Futures"][self.ticker]
    -722                if debug:
    -723                    uLogger.debug("Ticker [{}] found in futures list".format(self.ticker))
    -724
    -725        if tickerJSON:
    -726            self.figi = tickerJSON["figi"]
    -727
    -728            if requestPrice:
    -729                tickerJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    -730
    -731                if tickerJSON["currentPrice"]["closePrice"] is not None and tickerJSON["currentPrice"]["closePrice"] != 0 and tickerJSON["currentPrice"]["lastPrice"] is not None:
    -732                    tickerJSON["currentPrice"]["changes"] = 100 * (tickerJSON["currentPrice"]["lastPrice"] - tickerJSON["currentPrice"]["closePrice"]) / tickerJSON["currentPrice"]["closePrice"]
    -733
    -734                else:
    -735                    tickerJSON["currentPrice"]["changes"] = 0
    -736
    -737            if showInfo:
    -738                self.ShowInstrumentInfo(iJSON=tickerJSON, printInfo=True)  # print info as Markdown text
    -739
    -740        else:
    -741            if showInfo:
    -742                uLogger.warning("Ticker [{}] not found in available broker instrument's list!".format(self.ticker))
    -743
    -744        return tickerJSON
    +            
    692    def SearchByTicker(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    +693        """
    +694        Search and return raw broker's information about instrument by it's ticker.
    +695        `ticker` must be define! If debug=True then print all debug messages.
    +696
    +697        :param requestPrice: if `False` then do not request current price of instrument (because this is long operation).
    +698        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    +699        :param debug: if `True` then print all debug console messages.
    +700        :return: JSON formatted data with information about instrument.
    +701        """
    +702        tickerJSON = {}
    +703        if debug:
    +704            uLogger.debug("Searching information about instrument by it's ticker [{}] ...".format(self.ticker))
    +705
    +706        if not self.ticker:
    +707            uLogger.warning("self.ticker variable is not be empty!")
    +708
    +709        else:
    +710            if not self.iList:
    +711                self.iList = self.Listing()
    +712
    +713            if self.ticker in self.iList["Shares"].keys():
    +714                tickerJSON = self.iList["Shares"][self.ticker]
    +715                if debug:
    +716                    uLogger.debug("Ticker [{}] found in shares list".format(self.ticker))
    +717
    +718            elif self.ticker in self.iList["Currencies"].keys():
    +719                tickerJSON = self.iList["Currencies"][self.ticker]
    +720                if debug:
    +721                    uLogger.debug("Ticker [{}] found in currencies list".format(self.ticker))
    +722
    +723            elif self.ticker in self.iList["Bonds"].keys():
    +724                tickerJSON = self.iList["Bonds"][self.ticker]
    +725                if debug:
    +726                    uLogger.debug("Ticker [{}] found in bonds list".format(self.ticker))
    +727
    +728            elif self.ticker in self.iList["Etfs"].keys():
    +729                tickerJSON = self.iList["Etfs"][self.ticker]
    +730                if debug:
    +731                    uLogger.debug("Ticker [{}] found in etfs list".format(self.ticker))
    +732
    +733            elif self.ticker in self.iList["Futures"].keys():
    +734                tickerJSON = self.iList["Futures"][self.ticker]
    +735                if debug:
    +736                    uLogger.debug("Ticker [{}] found in futures list".format(self.ticker))
    +737
    +738        if tickerJSON:
    +739            self.figi = tickerJSON["figi"]
    +740
    +741            if requestPrice:
    +742                tickerJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    +743
    +744                if tickerJSON["currentPrice"]["closePrice"] is not None and tickerJSON["currentPrice"]["closePrice"] != 0 and tickerJSON["currentPrice"]["lastPrice"] is not None:
    +745                    tickerJSON["currentPrice"]["changes"] = 100 * (tickerJSON["currentPrice"]["lastPrice"] - tickerJSON["currentPrice"]["closePrice"]) / tickerJSON["currentPrice"]["closePrice"]
    +746
    +747                else:
    +748                    tickerJSON["currentPrice"]["changes"] = 0
    +749
    +750            if showInfo:
    +751                self.ShowInstrumentInfo(iJSON=tickerJSON, printInfo=True)  # print info as Markdown text
    +752
    +753        else:
    +754            if showInfo:
    +755                uLogger.warning("Ticker [{}] not found in available broker instrument's list!".format(self.ticker))
    +756
    +757        return tickerJSON
     
    @@ -7608,97 +7874,97 @@
    Returns
    -
    746    def SearchByFIGI(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    -747        """
    -748        Search and return raw broker's information about instrument by it's FIGI.
    -749        `figi` must be define! If debug=True then print all debug messages.
    -750
    -751        :param requestPrice: if `False` then do not request current price of instrument (it's long operation).
    -752        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    -753        :param debug: if `True` then print all debug console messages.
    -754        :return: JSON formatted data with information about instrument.
    -755        """
    -756        figiJSON = {}
    -757        if debug:
    -758            uLogger.debug("Searching information about instrument by it's FIGI [{}] ...".format(self.figi))
    -759
    -760        if not self.figi:
    -761            uLogger.warning("self.figi variable is not be empty!")
    -762
    -763        else:
    -764            if not self.iList:
    -765                self.iList = self.Listing()
    -766
    -767            for item in self.iList["Shares"].keys():
    -768                if self.figi == self.iList["Shares"][item]["figi"]:
    -769                    figiJSON = self.iList["Shares"][item]
    -770
    -771                    if debug:
    -772                        uLogger.debug("FIGI [{}] found in shares list".format(self.figi))
    -773
    -774                    break
    -775
    -776            if not figiJSON:
    -777                for item in self.iList["Currencies"].keys():
    -778                    if self.figi == self.iList["Currencies"][item]["figi"]:
    -779                        figiJSON = self.iList["Currencies"][item]
    -780
    -781                        if debug:
    -782                            uLogger.debug("FIGI [{}] found in currencies list".format(self.figi))
    -783
    -784                        break
    -785
    -786            if not figiJSON:
    -787                for item in self.iList["Bonds"].keys():
    -788                    if self.figi == self.iList["Bonds"][item]["figi"]:
    -789                        figiJSON = self.iList["Bonds"][item]
    -790
    -791                        if debug:
    -792                            uLogger.debug("FIGI [{}] found in bonds list".format(self.figi))
    -793
    -794                        break
    -795
    -796            if not figiJSON:
    -797                for item in self.iList["Etfs"].keys():
    -798                    if self.figi == self.iList["Etfs"][item]["figi"]:
    -799                        figiJSON = self.iList["Etfs"][item]
    -800
    -801                        if debug:
    -802                            uLogger.debug("FIGI [{}] found in etfs list".format(self.figi))
    -803
    -804                        break
    -805
    -806            if not figiJSON:
    -807                for item in self.iList["Futures"].keys():
    -808                    if self.figi == self.iList["Futures"][item]["figi"]:
    -809                        figiJSON = self.iList["Futures"][item]
    -810
    -811                        if debug:
    -812                            uLogger.debug("FIGI [{}] found in futures list".format(self.figi))
    -813
    -814                        break
    -815
    -816        if figiJSON:
    -817            self.figi = figiJSON["figi"]
    -818            self.ticker = figiJSON["ticker"]
    -819
    -820            if requestPrice:
    -821                figiJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    -822
    -823                if figiJSON["currentPrice"]["closePrice"] is not None and figiJSON["currentPrice"]["closePrice"] != 0 and figiJSON["currentPrice"]["lastPrice"] is not None:
    -824                    figiJSON["currentPrice"]["changes"] = 100 * (figiJSON["currentPrice"]["lastPrice"] - figiJSON["currentPrice"]["closePrice"]) / figiJSON["currentPrice"]["closePrice"]
    -825
    -826                else:
    -827                    figiJSON["currentPrice"]["changes"] = 0
    -828
    -829            if showInfo:
    -830                self.ShowInstrumentInfo(iJSON=figiJSON, printInfo=True)  # print info as Markdown text
    -831
    -832        else:
    -833            if showInfo:
    -834                uLogger.warning("FIGI [{}] not found in available broker instrument's list!".format(self.figi))
    -835
    -836        return figiJSON
    +            
    759    def SearchByFIGI(self, requestPrice: bool = False, showInfo: bool = False, debug: bool = False) -> dict:
    +760        """
    +761        Search and return raw broker's information about instrument by it's FIGI.
    +762        `figi` must be define! If debug=True then print all debug messages.
    +763
    +764        :param requestPrice: if `False` then do not request current price of instrument (it's long operation).
    +765        :param showInfo: if `False` then do not run `ShowInstrumentInfo()` method and do not print info to the console.
    +766        :param debug: if `True` then print all debug console messages.
    +767        :return: JSON formatted data with information about instrument.
    +768        """
    +769        figiJSON = {}
    +770        if debug:
    +771            uLogger.debug("Searching information about instrument by it's FIGI [{}] ...".format(self.figi))
    +772
    +773        if not self.figi:
    +774            uLogger.warning("self.figi variable is not be empty!")
    +775
    +776        else:
    +777            if not self.iList:
    +778                self.iList = self.Listing()
    +779
    +780            for item in self.iList["Shares"].keys():
    +781                if self.figi == self.iList["Shares"][item]["figi"]:
    +782                    figiJSON = self.iList["Shares"][item]
    +783
    +784                    if debug:
    +785                        uLogger.debug("FIGI [{}] found in shares list".format(self.figi))
    +786
    +787                    break
    +788
    +789            if not figiJSON:
    +790                for item in self.iList["Currencies"].keys():
    +791                    if self.figi == self.iList["Currencies"][item]["figi"]:
    +792                        figiJSON = self.iList["Currencies"][item]
    +793
    +794                        if debug:
    +795                            uLogger.debug("FIGI [{}] found in currencies list".format(self.figi))
    +796
    +797                        break
    +798
    +799            if not figiJSON:
    +800                for item in self.iList["Bonds"].keys():
    +801                    if self.figi == self.iList["Bonds"][item]["figi"]:
    +802                        figiJSON = self.iList["Bonds"][item]
    +803
    +804                        if debug:
    +805                            uLogger.debug("FIGI [{}] found in bonds list".format(self.figi))
    +806
    +807                        break
    +808
    +809            if not figiJSON:
    +810                for item in self.iList["Etfs"].keys():
    +811                    if self.figi == self.iList["Etfs"][item]["figi"]:
    +812                        figiJSON = self.iList["Etfs"][item]
    +813
    +814                        if debug:
    +815                            uLogger.debug("FIGI [{}] found in etfs list".format(self.figi))
    +816
    +817                        break
    +818
    +819            if not figiJSON:
    +820                for item in self.iList["Futures"].keys():
    +821                    if self.figi == self.iList["Futures"][item]["figi"]:
    +822                        figiJSON = self.iList["Futures"][item]
    +823
    +824                        if debug:
    +825                            uLogger.debug("FIGI [{}] found in futures list".format(self.figi))
    +826
    +827                        break
    +828
    +829        if figiJSON:
    +830            self.figi = figiJSON["figi"]
    +831            self.ticker = figiJSON["ticker"]
    +832
    +833            if requestPrice:
    +834                figiJSON["currentPrice"] = self.GetCurrentPrices(showPrice=False)
    +835
    +836                if figiJSON["currentPrice"]["closePrice"] is not None and figiJSON["currentPrice"]["closePrice"] != 0 and figiJSON["currentPrice"]["lastPrice"] is not None:
    +837                    figiJSON["currentPrice"]["changes"] = 100 * (figiJSON["currentPrice"]["lastPrice"] - figiJSON["currentPrice"]["closePrice"]) / figiJSON["currentPrice"]["closePrice"]
    +838
    +839                else:
    +840                    figiJSON["currentPrice"]["changes"] = 0
    +841
    +842            if showInfo:
    +843                self.ShowInstrumentInfo(iJSON=figiJSON, printInfo=True)  # print info as Markdown text
    +844
    +845        else:
    +846            if showInfo:
    +847                uLogger.warning("FIGI [{}] not found in available broker instrument's list!".format(self.figi))
    +848
    +849        return figiJSON
     
    @@ -7733,113 +7999,113 @@
    Returns
    -
    838    def GetCurrentPrices(self, showPrice: bool = False) -> dict:
    -839        """
    -840        Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:
    -841        `{"buy": [], "sell": [], "limitUp": None, "limitDown": None, "lastPrice": None, "closePrice": None}`.
    -842
    -843        :param showPrice: if `True` then print DOM.
    -844        :return: orders book dict with lists of current buy and sell prices: `{"buy": [{"price": x1, "quantity": y1, ...}], "sell": [....]}`.
    -845        """
    -846        prices = {"buy": [], "sell": [], "limitUp": 0, "limitDown": 0, "lastPrice": 0, "closePrice": 0}
    -847
    -848        if self.depth < 1:
    -849            raise Exception("Depth of Market (DOM) must be >=1!")
    -850
    -851        if not (self.ticker or self.figi):
    -852            raise Exception("self.ticker or self.figi variables must be defined!")
    -853
    -854        if self.ticker and not self.figi:
    -855            instrumentByTicker = self.SearchByTicker(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    -856            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    -857
    -858        if not self.ticker and self.figi:
    -859            instrumentByFigi = self.SearchByFIGI(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    -860            self.ticker = instrumentByFigi["ticker"] if instrumentByFigi else ""
    -861
    -862        if not self.figi:
    -863            uLogger.error("FIGI is not determined!")
    -864
    -865        else:
    -866            uLogger.debug("Requesting current prices for instrument with ticker [{}] and FIGI [{}]...".format(self.ticker, self.figi))
    -867
    -868            # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetOrderBook
    -869            priceURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetOrderBook"
    -870            self.body = str({"figi": self.figi, "depth": self.depth})
    -871            pricesResponse = self.SendAPIRequest(priceURL, reqType="POST")
    -872
    -873            if pricesResponse:
    -874                # list of dicts with sellers orders:
    -875                prices["buy"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["asks"]]
    -876
    -877                # list of dicts with buyers orders:
    -878                prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]]
    -879
    -880                # max price of instrument at this time:
    -881                prices["limitUp"] = NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]) if "limitUp" in pricesResponse.keys() else None
    -882
    -883                # min price of instrument at this time:
    -884                prices["limitDown"] = NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]) if "limitDown" in pricesResponse.keys() else None
    -885
    -886                # last price of deal with instrument:
    -887                prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0
    -888
    -889                # last close price of instrument:
    -890                prices["closePrice"] = NanoToFloat(pricesResponse["closePrice"]["units"], pricesResponse["closePrice"]["nano"]) if "closePrice" in pricesResponse.keys() else 0
    -891
    -892            else:
    -893                uLogger.warning("Server return an empty or error response! See full log. Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    -894                uLogger.debug("Server response: {}".format(pricesResponse))
    -895
    -896            if showPrice:
    -897                if prices["buy"] or prices["sell"]:
    -898                    info = [
    -899                        "Orders book actual at [{}] (UTC)\nTicker: [{}], FIGI: [{}], Depth of Market: [{}]\n".format(
    -900                            datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S"),
    -901                            self.ticker,
    -902                            self.figi,
    -903                            self.depth,
    -904                        ),
    -905                        uLog.sepShort, "\n",
    -906                        " Orders of Buyers   | Orders of Sellers\n",
    -907                        uLog.sepShort, "\n",
    -908                        " Sell prices (vol.) | Buy prices (vol.)\n",
    -909                        uLog.sepShort, "\n",
    -910                    ]
    -911
    -912                    if not prices["buy"]:
    -913                        info.append("                    | No orders!\n")
    -914                        sumBuy = 0
    -915
    -916                    else:
    -917                        sumBuy = sum([x["quantity"] for x in prices["buy"]])
    -918                        maxMinSorted = sorted(prices["buy"], key=lambda k: k["price"], reverse=True)
    -919                        for item in maxMinSorted:
    -920                            info.append("                    | {} ({})\n".format(item["price"], item["quantity"]))
    -921
    -922                    if not prices["sell"]:
    -923                        info.append("No orders!          |\n")
    -924                        sumSell = 0
    -925
    -926                    else:
    -927                        sumSell = sum([x["quantity"] for x in prices["sell"]])
    -928                        for item in prices["sell"]:
    -929                            info.append("{:>19} |\n".format("{} ({})".format(item["price"], item["quantity"])))
    -930
    -931                    info.extend([
    -932                        uLog.sepShort, "\n",
    -933                        "{:>19} | {}\n".format("Total sell: {}".format(sumSell), "Total buy: {}".format(sumBuy)),
    -934                        uLog.sepShort, "\n",
    -935                    ])
    -936
    -937                    infoText = "".join(info)
    -938
    -939                    uLogger.info("Current prices in order book:\n\n{}".format(infoText))
    -940
    -941                else:
    -942                    uLogger.warning("Orders book is empty at this time! Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    -943
    -944        return prices
    +            
    851    def GetCurrentPrices(self, showPrice: bool = False) -> dict:
    +852        """
    +853        Get and show Depth of Market with current prices of the instrument. If an error occurred then returns an empty record:
    +854        `{"buy": [], "sell": [], "limitUp": None, "limitDown": None, "lastPrice": None, "closePrice": None}`.
    +855
    +856        :param showPrice: if `True` then print DOM.
    +857        :return: orders book dict with lists of current buy and sell prices: `{"buy": [{"price": x1, "quantity": y1, ...}], "sell": [....]}`.
    +858        """
    +859        prices = {"buy": [], "sell": [], "limitUp": 0, "limitDown": 0, "lastPrice": 0, "closePrice": 0}
    +860
    +861        if self.depth < 1:
    +862            raise Exception("Depth of Market (DOM) must be >=1!")
    +863
    +864        if not (self.ticker or self.figi):
    +865            raise Exception("self.ticker or self.figi variables must be defined!")
    +866
    +867        if self.ticker and not self.figi:
    +868            instrumentByTicker = self.SearchByTicker(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    +869            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    +870
    +871        if not self.ticker and self.figi:
    +872            instrumentByFigi = self.SearchByFIGI(requestPrice=False)  # WARNING! requestPrice=False to avoid recursion!
    +873            self.ticker = instrumentByFigi["ticker"] if instrumentByFigi else ""
    +874
    +875        if not self.figi:
    +876            uLogger.error("FIGI is not determined!")
    +877
    +878        else:
    +879            uLogger.debug("Requesting current prices for instrument with ticker [{}] and FIGI [{}]...".format(self.ticker, self.figi))
    +880
    +881            # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetOrderBook
    +882            priceURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetOrderBook"
    +883            self.body = str({"figi": self.figi, "depth": self.depth})
    +884            pricesResponse = self.SendAPIRequest(priceURL, reqType="POST")
    +885
    +886            if pricesResponse:
    +887                # list of dicts with sellers orders:
    +888                prices["buy"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["asks"]]
    +889
    +890                # list of dicts with buyers orders:
    +891                prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]]
    +892
    +893                # max price of instrument at this time:
    +894                prices["limitUp"] = round(NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]), 6) if "limitUp" in pricesResponse.keys() else None
    +895
    +896                # min price of instrument at this time:
    +897                prices["limitDown"] = round(NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]), 6) if "limitDown" in pricesResponse.keys() else None
    +898
    +899                # last price of deal with instrument:
    +900                prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0
    +901
    +902                # last close price of instrument:
    +903                prices["closePrice"] = NanoToFloat(pricesResponse["closePrice"]["units"], pricesResponse["closePrice"]["nano"]) if "closePrice" in pricesResponse.keys() else 0
    +904
    +905            else:
    +906                uLogger.warning("Server return an empty or error response! See full log. Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    +907                uLogger.debug("Server response: {}".format(pricesResponse))
    +908
    +909            if showPrice:
    +910                if prices["buy"] or prices["sell"]:
    +911                    info = [
    +912                        "Orders book actual at [{}] (UTC)\nTicker: [{}], FIGI: [{}], Depth of Market: [{}]\n".format(
    +913                            datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S"),
    +914                            self.ticker,
    +915                            self.figi,
    +916                            self.depth,
    +917                        ),
    +918                        uLog.sepShort, "\n",
    +919                        " Orders of Buyers   | Orders of Sellers\n",
    +920                        uLog.sepShort, "\n",
    +921                        " Sell prices (vol.) | Buy prices (vol.)\n",
    +922                        uLog.sepShort, "\n",
    +923                    ]
    +924
    +925                    if not prices["buy"]:
    +926                        info.append("                    | No orders!\n")
    +927                        sumBuy = 0
    +928
    +929                    else:
    +930                        sumBuy = sum([x["quantity"] for x in prices["buy"]])
    +931                        maxMinSorted = sorted(prices["buy"], key=lambda k: k["price"], reverse=True)
    +932                        for item in maxMinSorted:
    +933                            info.append("                    | {} ({})\n".format(item["price"], item["quantity"]))
    +934
    +935                    if not prices["sell"]:
    +936                        info.append("No orders!          |\n")
    +937                        sumSell = 0
    +938
    +939                    else:
    +940                        sumSell = sum([x["quantity"] for x in prices["sell"]])
    +941                        for item in prices["sell"]:
    +942                            info.append("{:>19} |\n".format("{} ({})".format(item["price"], item["quantity"])))
    +943
    +944                    info.extend([
    +945                        uLog.sepShort, "\n",
    +946                        "{:>19} | {}\n".format("Total sell: {}".format(sumSell), "Total buy: {}".format(sumBuy)),
    +947                        uLog.sepShort, "\n",
    +948                    ])
    +949
    +950                    infoText = "".join(info)
    +951
    +952                    uLogger.info("Current prices in order book:\n\n{}".format(infoText))
    +953
    +954                else:
    +955                    uLogger.warning("Orders book is empty at this time! Instrument: ticker [{}], FIGI [{}]".format(self.ticker, self.figi))
    +956
    +957        return prices
     
    @@ -7872,59 +8138,59 @@
    Returns
    -
    946    def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str:
    -947        """
    -948        This method get and show information about all available broker instruments.
    -949        If `instrumentsFile` string is not empty then also save information to this file.
    -950
    -951        :param showInstruments: if `True` then print results to console, if `False` - print only to file.
    -952        :return: multi-string with all available broker instruments
    -953        """
    -954        if not self.iList:
    -955            self.iList = self.Listing()
    -956
    -957        info = [
    -958            "# All available instruments from Tinkoff Broker server for current user token\n\n",
    -959            "* **Actual on date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    -960        ]
    -961
    -962        # add instruments count by type:
    -963        for iType in self.iList.keys():
    -964            info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType])))
    -965
    -966        headerLine = "| Ticker       | Full name                                                      | FIGI         | Cur | Lot    | Step\n"
    -967        splitLine = "|--------------|----------------------------------------------------------------|--------------|-----|--------|---------\n"
    -968
    -969        # generating info tables with all instruments by type:
    -970        for iType in self.iList.keys():
    -971            info.extend(["\n\n## {} available. Total: [{}]\n\n".format(iType, len(self.iList[iType])), headerLine, splitLine])
    -972
    -973            for instrument in self.iList[iType].keys():
    -974                iName = self.iList[iType][instrument]["name"]  # instrument's name
    -975                if len(iName) > 63:
    -976                    iName = "{}...".format(iName[:60])  # right trim for a long string
    -977    
    -978                info.append("| {:<12} | {:<63}| {:<13}| {:<4}| {:<7}| {}\n".format(
    -979                    self.iList[iType][instrument]["ticker"],
    -980                    iName,
    -981                    self.iList[iType][instrument]["figi"],
    -982                    self.iList[iType][instrument]["currency"],
    -983                    self.iList[iType][instrument]["lot"],
    -984                    str(self.iList[iType][instrument]["step"]).rstrip("0"),
    -985                ))
    -986
    -987        infoText = "".join(info)
    -988
    -989        if showInstruments:
    -990            uLogger.info(infoText)
    -991
    -992        if self.instrumentsFile:
    -993            with open(self.instrumentsFile, "w", encoding="UTF-8") as fH:
    -994                fH.write(infoText)
    -995
    -996            uLogger.info("All available instruments are saved to file: [{}]".format(os.path.abspath(self.instrumentsFile)))
    -997
    -998        return infoText
    +            
     959    def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str:
    + 960        """
    + 961        This method get and show information about all available broker instruments.
    + 962        If `instrumentsFile` string is not empty then also save information to this file.
    + 963
    + 964        :param showInstruments: if `True` then print results to console, if `False` - print only to file.
    + 965        :return: multi-string with all available broker instruments
    + 966        """
    + 967        if not self.iList:
    + 968            self.iList = self.Listing()
    + 969
    + 970        info = [
    + 971            "# All available instruments from Tinkoff Broker server for current user token\n\n",
    + 972            "* **Actual on date:** [{} UTC]\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    + 973        ]
    + 974
    + 975        # add instruments count by type:
    + 976        for iType in self.iList.keys():
    + 977            info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType])))
    + 978
    + 979        headerLine = "| Ticker       | Full name                                                 | FIGI         | Cur | Lot     | Step       |\n"
    + 980        splitLine = "|--------------|-----------------------------------------------------------|--------------|-----|---------|------------|\n"
    + 981
    + 982        # generating info tables with all instruments by type:
    + 983        for iType in self.iList.keys():
    + 984            info.extend(["\n\n## {} available. Total: [{}]\n\n".format(iType, len(self.iList[iType])), headerLine, splitLine])
    + 985
    + 986            for instrument in self.iList[iType].keys():
    + 987                iName = self.iList[iType][instrument]["name"]  # instrument's name
    + 988                if len(iName) > 57:
    + 989                    iName = "{}...".format(iName[:54])  # right trim for a long string
    + 990    
    + 991                info.append("| {:<12} | {:<57} | {:<12} | {:<3} | {:<7} | {:<10} |\n".format(
    + 992                    self.iList[iType][instrument]["ticker"],
    + 993                    iName,
    + 994                    self.iList[iType][instrument]["figi"],
    + 995                    self.iList[iType][instrument]["currency"],
    + 996                    self.iList[iType][instrument]["lot"],
    + 997                    "{:.10f}".format(self.iList[iType][instrument]["step"]).rstrip("0").rstrip(".") if self.iList[iType][instrument]["step"] > 0 else 0,
    + 998                ))
    + 999
    +1000        infoText = "".join(info)
    +1001
    +1002        if showInstruments:
    +1003            uLogger.info(infoText)
    +1004
    +1005        if self.instrumentsFile:
    +1006            with open(self.instrumentsFile, "w", encoding="UTF-8") as fH:
    +1007                fH.write(infoText)
    +1008
    +1009            uLogger.info("All available instruments are saved to file: [{}]".format(os.path.abspath(self.instrumentsFile)))
    +1010
    +1011        return infoText
     
    @@ -7957,84 +8223,84 @@
    Returns
    -
    1000    def SearchInstruments(self, pattern: str, showResults: bool = False) -> dict:
    -1001        """
    -1002        This method search and show information about instruments by part of its ticker, FIGI or name.
    -1003        If `searchResultsFile` string is not empty then also save information to this file.
    -1004
    -1005        :param pattern: string with part of ticker, FIGI or instrument's name.
    -1006        :param showResults: if `True` then print results to console, if `False` - return list of result only.
    -1007        :return: list of dictionaries with all found instruments.
    -1008        """
    -1009        if not self.iList:
    -1010            self.iList = self.Listing()
    -1011
    -1012        searchResults = {iType: {} for iType in self.iList}  # same as iList but will contains only filtered instruments
    -1013        compiledPattern = re.compile(pattern, re.IGNORECASE)
    -1014
    -1015        for iType in self.iList:
    -1016            for instrument in self.iList[iType].values():
    -1017                searchResult = compiledPattern.search(" ".join(
    -1018                    [instrument["ticker"], instrument["figi"], instrument["name"]]
    -1019                ))
    -1020
    -1021                if searchResult:
    -1022                    searchResults[iType][instrument["ticker"]] = instrument
    -1023
    -1024        resultsLen = sum([len(searchResults[iType]) for iType in searchResults])
    -1025        info = [
    -1026            "# Search results\n\n",
    -1027            "* **Search pattern:** [{}]\n".format(pattern),
    -1028            "* **Found instruments:** [{}]\n\n".format(resultsLen),
    -1029            "**Note:** you can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t TICKER --info` or `tksbrokerapi -f FIGI --info`.\n"
    -1030        ]
    -1031        infoShort = info[:]
    -1032
    -1033        headerLine = "| Type       | Ticker       | Full name                                                      | FIGI         |\n"
    -1034        splitLine = "|------------|--------------|----------------------------------------------------------------|--------------|\n"
    -1035        skippedLine = "| ...        | ...          | ...                                                            | ...          |\n"
    -1036
    -1037        if resultsLen == 0:
    -1038            info.append("\nNo results\n")
    -1039            infoShort.append("\nNo results\n")
    -1040            uLogger.warning("No results. Try changing your search pattern.")
    -1041
    -1042        else:
    -1043            for iType in searchResults:
    -1044                iTypeValuesCount = len(searchResults[iType].values())
    -1045                if iTypeValuesCount > 0:
    -1046                    info.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    -1047                    infoShort.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    -1048
    -1049                    for instrument in searchResults[iType].values():
    -1050                        info.append("| {:<10} | {:<12} | {:<63}| {:<13}|\n".format(
    -1051                            instrument["type"],
    -1052                            instrument["ticker"],
    -1053                            "{}...".format(instrument["name"][:60]) if len(instrument["name"]) > 63 else instrument["name"],  # right trim for a long string
    -1054                            instrument["figi"],
    -1055                        ))
    -1056
    -1057                    if iTypeValuesCount <= 5:
    -1058                        infoShort.extend(info[-iTypeValuesCount:])
    -1059
    -1060                    else:
    -1061                        infoShort.extend(info[-5:])
    -1062                        infoShort.append(skippedLine)
    -1063
    -1064        infoText = "".join(info)
    -1065        infoTextShort = "".join(infoShort)
    -1066
    -1067        if showResults:
    -1068            uLogger.info(infoTextShort)
    -1069            uLogger.info("You can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t IBM --info` or `tksbrokerapi -f BBG000BLNNH6 --info`")
    -1070
    -1071        if self.searchResultsFile:
    -1072            with open(self.searchResultsFile, "w", encoding="UTF-8") as fH:
    -1073                fH.write(infoText)
    -1074
    -1075            uLogger.info("Full search results were saved to file: [{}]".format(os.path.abspath(self.searchResultsFile)))
    -1076
    -1077        return searchResults
    +            
    1013    def SearchInstruments(self, pattern: str, showResults: bool = False) -> dict:
    +1014        """
    +1015        This method search and show information about instruments by part of its ticker, FIGI or name.
    +1016        If `searchResultsFile` string is not empty then also save information to this file.
    +1017
    +1018        :param pattern: string with part of ticker, FIGI or instrument's name.
    +1019        :param showResults: if `True` then print results to console, if `False` - return list of result only.
    +1020        :return: list of dictionaries with all found instruments.
    +1021        """
    +1022        if not self.iList:
    +1023            self.iList = self.Listing()
    +1024
    +1025        searchResults = {iType: {} for iType in self.iList}  # same as iList but will contains only filtered instruments
    +1026        compiledPattern = re.compile(pattern, re.IGNORECASE)
    +1027
    +1028        for iType in self.iList:
    +1029            for instrument in self.iList[iType].values():
    +1030                searchResult = compiledPattern.search(" ".join(
    +1031                    [instrument["ticker"], instrument["figi"], instrument["name"]]
    +1032                ))
    +1033
    +1034                if searchResult:
    +1035                    searchResults[iType][instrument["ticker"]] = instrument
    +1036
    +1037        resultsLen = sum([len(searchResults[iType]) for iType in searchResults])
    +1038        info = [
    +1039            "# Search results\n\n",
    +1040            "* **Search pattern:** [{}]\n".format(pattern),
    +1041            "* **Found instruments:** [{}]\n\n".format(resultsLen),
    +1042            "**Note:** you can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t TICKER --info` or `tksbrokerapi -f FIGI --info`.\n"
    +1043        ]
    +1044        infoShort = info[:]
    +1045
    +1046        headerLine = "| Type       | Ticker       | Full name                                                      | FIGI         |\n"
    +1047        splitLine = "|------------|--------------|----------------------------------------------------------------|--------------|\n"
    +1048        skippedLine = "| ...        | ...          | ...                                                            | ...          |\n"
    +1049
    +1050        if resultsLen == 0:
    +1051            info.append("\nNo results\n")
    +1052            infoShort.append("\nNo results\n")
    +1053            uLogger.warning("No results. Try changing your search pattern.")
    +1054
    +1055        else:
    +1056            for iType in searchResults:
    +1057                iTypeValuesCount = len(searchResults[iType].values())
    +1058                if iTypeValuesCount > 0:
    +1059                    info.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    +1060                    infoShort.extend(["\n### {}: [{}]\n\n".format(iType, iTypeValuesCount), headerLine, splitLine])
    +1061
    +1062                    for instrument in searchResults[iType].values():
    +1063                        info.append("| {:<10} | {:<12} | {:<63}| {:<13}|\n".format(
    +1064                            instrument["type"],
    +1065                            instrument["ticker"],
    +1066                            "{}...".format(instrument["name"][:60]) if len(instrument["name"]) > 63 else instrument["name"],  # right trim for a long string
    +1067                            instrument["figi"],
    +1068                        ))
    +1069
    +1070                    if iTypeValuesCount <= 5:
    +1071                        infoShort.extend(info[-iTypeValuesCount:])
    +1072
    +1073                    else:
    +1074                        infoShort.extend(info[-5:])
    +1075                        infoShort.append(skippedLine)
    +1076
    +1077        infoText = "".join(info)
    +1078        infoTextShort = "".join(infoShort)
    +1079
    +1080        if showResults:
    +1081            uLogger.info(infoTextShort)
    +1082            uLogger.info("You can view info about found instruments with key `--info`, e.g.: `tksbrokerapi -t IBM --info` or `tksbrokerapi -f BBG000BLNNH6 --info`")
    +1083
    +1084        if self.searchResultsFile:
    +1085            with open(self.searchResultsFile, "w", encoding="UTF-8") as fH:
    +1086                fH.write(infoText)
    +1087
    +1088            uLogger.info("Full search results were saved to file: [{}]".format(os.path.abspath(self.searchResultsFile)))
    +1089
    +1090        return searchResults
     
    @@ -8068,98 +8334,97 @@
    Returns
    -
    1079    def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> list:
    -1080        """
    -1081        This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!
    -1082        See limits: https://tinkoff.github.io/investAPI/limits/
    -1083        If `pricesFile` string is not empty then also save information to this file.
    -1084
    -1085        :param instruments: list of tickers or FIGIs.
    -1086        :param showPrices: if `True` then print to console, if `False` - print only to file.
    -1087        :return: list of instruments looks like this: `iList = [{some ticker info, "currentPrice": {current prices}}, {...}, ...]`
    -1088                 One item is dict returned by `SearchByTicker()` or `SearchByFIGI()` methods.
    -1089        """
    -1090        if instruments is None or not instruments:
    -1091            raise Exception("You must define some of tickers or FIGIs to request it's actual prices!")
    -1092
    -1093        uLogger.debug("Requesting current prices of list of instruments from Tinkoff Broker server...")
    -1094
    -1095        iList = []
    -1096        for iName in instruments:
    -1097            if iName not in self.aliases.keys():
    -1098                iList.append(iName)
    -1099
    -1100            else:
    -1101                iList.append(self.aliases[iName])
    -1102
    -1103        unique = set()  # create list with every figi only one time with the same order position:
    -1104        tempNames = [item for item in iList if not (item in unique or unique.add(item))]
    -1105
    -1106        uLogger.debug("Ordered input list of instruments without duplicates of names: {}".format(tempNames))
    -1107
    -1108        iList = []  # try to get info about all unique instruments:
    -1109        for iName in tempNames:
    -1110            self.ticker = iName
    -1111            iData = self.SearchByTicker(requestPrice=True)
    -1112
    -1113            if not iData:
    -1114                self.ticker = ""
    -1115                self.figi = iName
    -1116
    -1117                iData = self.SearchByFIGI(requestPrice=True)
    -1118
    -1119                if not iData:
    -1120                    self.figi = ""
    -1121                    uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName))
    -1122
    -1123            if iData:
    -1124                isUnique = True
    -1125                for item in iList:
    -1126                    if item["figi"] == iData["figi"] or item["ticker"] == iData["ticker"]:
    -1127                        isUnique = False
    -1128                        break
    -1129
    -1130                if isUnique:
    -1131                    iList.append(iData)
    -1132
    -1133        if showPrices:
    -1134            info = [
    -1135                "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    -1136                "| Ticker       | FIGI         | Type       | Prev. close | Last price  | Chg. %   | Day limits min/max  | Actual sell / buy   | Curr.\n",
    -1137                "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|------\n",
    -1138            ]
    -1139
    -1140            for item in iList:
    -1141                info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {}\n".format(
    -1142                    item["ticker"],
    -1143                    item["figi"],
    -1144                    item["type"],
    -1145                    "{:.2f}".format(float(item["currentPrice"]["closePrice"])),
    -1146                    "{:.2f}".format(float(item["currentPrice"]["lastPrice"])),
    -1147                    "{}{:.2f}".format("+" if item["currentPrice"]["changes"] > 0 else "", float(item["currentPrice"]["changes"])),
    -1148                    "{} / {}".format(
    -1149                        item["currentPrice"]["limitDown"] if item["currentPrice"]["limitDown"] is not None else "N/A",
    -1150                        item["currentPrice"]["limitUp"] if item["currentPrice"]["limitUp"] is not None else "N/A",
    -1151                    ),
    -1152                    "{} / {}".format(
    -1153                        item["currentPrice"]["sell"][0]["price"] if item["currentPrice"]["sell"] else "N/A",
    -1154                        item["currentPrice"]["buy"][0]["price"] if item["currentPrice"]["buy"] else "N/A",
    -1155                    ),
    -1156                    item["currency"],
    -1157                ))
    -1158
    -1159            infoText = "".join(info)
    -1160
    -1161            if showPrices:
    -1162                uLogger.info("Only unique instruments are shown:\n{}".format(infoText))
    -1163
    -1164            if self.pricesFile:
    -1165                with open(self.pricesFile, "w", encoding="UTF-8") as fH:
    -1166                    fH.write(infoText)
    -1167
    -1168                uLogger.info("Price list for all instruments saved to file: [{}]".format(os.path.abspath(self.pricesFile)))
    -1169
    -1170        return iList
    +            
    1092    def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> list:
    +1093        """
    +1094        This method get, maybe show and return prices of list of instruments. WARNING! This is potential long operation!
    +1095        See limits: https://tinkoff.github.io/investAPI/limits/
    +1096        If `pricesFile` string is not empty then also save information to this file.
    +1097
    +1098        :param instruments: list of tickers or FIGIs.
    +1099        :param showPrices: if `True` then print to console, if `False` - print only to file.
    +1100        :return: list of instruments looks like this: `iList = [{some ticker info, "currentPrice": {current prices}}, {...}, ...]`
    +1101                 One item is dict returned by `SearchByTicker()` or `SearchByFIGI()` methods.
    +1102        """
    +1103        if instruments is None or not instruments:
    +1104            raise Exception("You must define some of tickers or FIGIs to request it's actual prices!")
    +1105
    +1106        requestedInstruments = []
    +1107        for iName in instruments:
    +1108            if iName not in self.aliases.keys():
    +1109                if iName not in requestedInstruments:
    +1110                    requestedInstruments.append(iName)
    +1111
    +1112            else:
    +1113                if iName not in requestedInstruments:
    +1114                    if self.aliases[iName] not in requestedInstruments:
    +1115                        requestedInstruments.append(self.aliases[iName])
    +1116
    +1117        uLogger.debug("Requested instruments without duplicates of tickers and FIGIs: {}".format(requestedInstruments))
    +1118
    +1119        onlyUniqueFIGIs = []
    +1120        for iName in requestedInstruments:
    +1121            self.ticker = iName
    +1122            iData = self.SearchByTicker(requestPrice=False)  # trying to find instrument by ticker
    +1123
    +1124            if not iData:
    +1125                self.ticker = ""
    +1126                self.figi = iName
    +1127
    +1128                iData = self.SearchByFIGI(requestPrice=False)  # trying to find instrument by FIGI
    +1129
    +1130                if not iData:
    +1131                    self.figi = ""
    +1132                    uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName))
    +1133
    +1134            if iData and iData["figi"] not in onlyUniqueFIGIs:
    +1135                onlyUniqueFIGIs.append(iData["figi"])
    +1136
    +1137        uLogger.debug("Unique list of FIGIs: {}".format(onlyUniqueFIGIs))
    +1138        uLogger.debug("Requesting current prices from Tinkoff Broker server...")
    +1139
    +1140        iList = []  # trying to get info and current prices about all unique instruments:
    +1141        for self.figi in onlyUniqueFIGIs:
    +1142            iData = self.SearchByFIGI(requestPrice=True)
    +1143            iList.append(iData)
    +1144
    +1145        if showPrices:
    +1146            info = [
    +1147                "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")),
    +1148                "| Ticker       | FIGI         | Type       | Prev. close | Last price  | Chg. %   | Day limits min/max  | Actual sell / buy   | Curr. |\n",
    +1149                "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|-------|\n",
    +1150            ]
    +1151
    +1152            for item in iList:
    +1153                info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {:<5} |\n".format(
    +1154                    item["ticker"],
    +1155                    item["figi"],
    +1156                    item["type"],
    +1157                    "{:.2f}".format(float(item["currentPrice"]["closePrice"])),
    +1158                    "{:.2f}".format(float(item["currentPrice"]["lastPrice"])),
    +1159                    "{}{:.2f}".format("+" if item["currentPrice"]["changes"] > 0 else "", float(item["currentPrice"]["changes"])),
    +1160                    "{} / {}".format(
    +1161                        item["currentPrice"]["limitDown"] if item["currentPrice"]["limitDown"] is not None else "N/A",
    +1162                        item["currentPrice"]["limitUp"] if item["currentPrice"]["limitUp"] is not None else "N/A",
    +1163                    ),
    +1164                    "{} / {}".format(
    +1165                        item["currentPrice"]["sell"][0]["price"] if item["currentPrice"]["sell"] else "N/A",
    +1166                        item["currentPrice"]["buy"][0]["price"] if item["currentPrice"]["buy"] else "N/A",
    +1167                    ),
    +1168                    item["currency"],
    +1169                ))
    +1170
    +1171            infoText = "".join(info)
    +1172
    +1173            if showPrices:
    +1174                uLogger.info("Only instruments with unique FIGIs are shown:\n{}".format(infoText))
    +1175
    +1176            if self.pricesFile:
    +1177                with open(self.pricesFile, "w", encoding="UTF-8") as fH:
    +1178                    fH.write(infoText)
    +1179
    +1180                uLogger.info("Price list for all instruments saved to file: [{}]".format(os.path.abspath(self.pricesFile)))
    +1181
    +1182        return iList
     
    @@ -8195,22 +8460,22 @@
    Returns
    -
    1172    def RequestPortfolio(self) -> dict:
    -1173        """
    -1174        Requesting current actual user's portfolio.
    -1175        REST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio
    -1176
    -1177        :return: dictionary with user's portfolio.
    -1178        """
    -1179        uLogger.debug("Requesting current actual user's portfolio. Wait, please...")
    -1180
    -1181        self.body = str({"accountId": self.accountId})
    -1182        portfolioURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPortfolio"
    -1183        rawPortfolio = self.SendAPIRequest(portfolioURL, reqType="POST")
    -1184
    -1185        uLogger.debug("Records about user's portfolio successfully received")
    -1186
    -1187        return rawPortfolio
    +            
    1184    def RequestPortfolio(self) -> dict:
    +1185        """
    +1186        Requesting current actual user's portfolio.
    +1187        REST API for user portfolio: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPortfolio
    +1188
    +1189        :return: dictionary with user's portfolio.
    +1190        """
    +1191        uLogger.debug("Requesting current actual user's portfolio. Wait, please...")
    +1192
    +1193        self.body = str({"accountId": self.accountId})
    +1194        portfolioURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPortfolio"
    +1195        rawPortfolio = self.SendAPIRequest(portfolioURL, reqType="POST")
    +1196
    +1197        uLogger.debug("Records about user's portfolio successfully received")
    +1198
    +1199        return rawPortfolio
     
    @@ -8237,22 +8502,22 @@
    Returns
    -
    1189    def RequestPositions(self) -> dict:
    -1190        """
    -1191        Requesting current open positions in currencies and instruments.
    -1192        REST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions
    -1193
    -1194        :return: dictionary with open positions by instruments.
    -1195        """
    -1196        uLogger.debug("Requesting current open positions in currencies and instruments. Wait, please...")
    -1197
    -1198        self.body = str({"accountId": self.accountId})
    -1199        positionsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPositions"
    -1200        rawPositions = self.SendAPIRequest(positionsURL, reqType="POST")
    -1201
    -1202        uLogger.debug("Records about current open positions successfully received")
    -1203
    -1204        return rawPositions
    +            
    1201    def RequestPositions(self) -> dict:
    +1202        """
    +1203        Requesting current open positions in currencies and instruments.
    +1204        REST API for open positions: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetPositions
    +1205
    +1206        :return: dictionary with open positions by instruments.
    +1207        """
    +1208        uLogger.debug("Requesting current open positions in currencies and instruments. Wait, please...")
    +1209
    +1210        self.body = str({"accountId": self.accountId})
    +1211        positionsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetPositions"
    +1212        rawPositions = self.SendAPIRequest(positionsURL, reqType="POST")
    +1213
    +1214        uLogger.debug("Records about current open positions successfully received")
    +1215
    +1216        return rawPositions
     
    @@ -8279,22 +8544,22 @@
    Returns
    -
    1206    def RequestPendingOrders(self) -> list:
    -1207        """
    -1208        Requesting current actual pending orders.
    -1209        REST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders
    -1210
    -1211        :return: list of dictionaries with pending orders.
    -1212        """
    -1213        uLogger.debug("Requesting current actual pending orders. Wait, please...")
    -1214
    -1215        self.body = str({"accountId": self.accountId})
    -1216        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders"
    -1217        rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"]
    -1218
    -1219        uLogger.debug("[{}] records about pending orders successfully received".format(len(rawOrders)))
    -1220
    -1221        return rawOrders
    +            
    1218    def RequestPendingOrders(self) -> list:
    +1219        """
    +1220        Requesting current actual pending orders.
    +1221        REST API for pending (market) orders: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_GetOrders
    +1222
    +1223        :return: list of dictionaries with pending orders.
    +1224        """
    +1225        uLogger.debug("Requesting current actual pending orders. Wait, please...")
    +1226
    +1227        self.body = str({"accountId": self.accountId})
    +1228        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders"
    +1229        rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"]
    +1230
    +1231        uLogger.debug("[{}] records about pending orders received".format(len(rawOrders)))
    +1232
    +1233        return rawOrders
     
    @@ -8321,22 +8586,22 @@
    Returns
    -
    1223    def RequestStopOrders(self) -> list:
    -1224        """
    -1225        Requesting current actual stop orders.
    -1226        REST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders
    -1227
    -1228        :return: list of dictionaries with stop orders.
    -1229        """
    -1230        uLogger.debug("Requesting current actual stop orders. Wait, please...")
    -1231
    -1232        self.body = str({"accountId": self.accountId})
    -1233        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders"
    -1234        rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"]
    -1235
    -1236        uLogger.debug("[{}] records about stop orders successfully received".format(len(rawStopOrders)))
    -1237
    -1238        return rawStopOrders
    +            
    1235    def RequestStopOrders(self) -> list:
    +1236        """
    +1237        Requesting current actual stop orders.
    +1238        REST API for opened stop-orders: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_GetStopOrders
    +1239
    +1240        :return: list of dictionaries with stop orders.
    +1241        """
    +1242        uLogger.debug("Requesting current actual stop orders. Wait, please...")
    +1243
    +1244        self.body = str({"accountId": self.accountId})
    +1245        ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders"
    +1246        rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"]
    +1247
    +1248        uLogger.debug("[{}] records about stop orders received".format(len(rawStopOrders)))
    +1249
    +1250        return rawStopOrders
     
    @@ -8357,714 +8622,779 @@
    Returns
    def - Overview(self, showStatistics: bool = False) -> dict: + Overview(self, showStatistics: bool = False, details: str = 'full') -> dict:
    -
    1240    def Overview(self, showStatistics: bool = False) -> dict:
    -1241        """
    -1242        Get portfolio: all open positions, orders and some statistics for defined accountId.
    -1243        If `overviewFile` is define then also save information to file.
    -1244
    -1245        :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information.
    -1246        :return: dictionary with client's raw portfolio and some statistics.
    -1247        """
    -1248        view = {
    -1249            "raw": {  # --- raw portfolio responses from broker with user portfolio data:
    -1250                "headers": {},  # list of dictionaries, response headers without "positions" section
    -1251                "Currencies": [],  # list of dictionaries, open trades with currencies from "positions" section
    -1252                "Shares": [],  # list of dictionaries, open trades with shares from "positions" section
    -1253                "Bonds": [],  # list of dictionaries, open trades with bonds from "positions" section
    -1254                "Etfs": [],  # list of dictionaries, open trades with etfs from "positions" section
    -1255                "Futures": [],  # list of dictionaries, open trades with futures from "positions" section
    -1256                "positions": {},  # raw response from broker: dictionary with current available or blocked currencies and instruments for client
    -1257                "orders": [],  # raw response from broker: list of dictionaries with all pending (market) orders
    -1258                "stopOrders": [],  # raw response from broker: list of dictionaries with all stop orders
    -1259                "currenciesCurrentPrices": {"rub": {"name": "Российский рубль", "currentPrice": 1.}},  # dict with prices of all currencies in RUB
    -1260            },
    -1261            "stat": {  # --- some statistics calculated using "raw" sections:
    -1262                "portfolioCostRUB": 0.,  # portfolio cost in RUB (Russian Rouble)
    -1263                "availableRUB": 0.,  # available rubles (without other currencies)
    -1264                "blockedRUB": 0.,  # blocked sum in Russian Rouble
    -1265                "totalChangesRUB": 0.,  # changes for all open trades in RUB
    -1266                "totalChangesPercentRUB": 0.,  # changes for all open trades in percents
    -1267                "allCurrenciesCostRUB": 0.,  # costs of all currencies (include rubles) in RUB
    -1268                "sharesCostRUB": 0.,  # costs of all shares in RUB
    -1269                "bondsCostRUB": 0.,  # costs of all bonds in RUB
    -1270                "etfsCostRUB": 0.,  # costs of all etfs in RUB
    -1271                "futuresCostRUB": 0.,  # costs of all futures in RUB
    -1272                "Currencies": [],  # list of dictionaries of all currencies statistics
    -1273                "Shares": [],  # list of dictionaries of all shares statistics
    -1274                "Bonds": [],  # list of dictionaries of all bonds statistics
    -1275                "Etfs": [],  # list of dictionaries of all etfs statistics
    -1276                "Futures": [],  # list of dictionaries of all futures statistics
    -1277                "orders": [],  # list of dictionaries of all pending (market) orders and it's parameters
    -1278                "stopOrders": [],  # list of dictionaries of all stop orders and it's parameters
    -1279                "blockedCurrencies": {},  # dict with blocked instruments and currencies, e.g. {"rub": 1291.87, "usd": 6.21}
    -1280                "blockedInstruments": {},  # dict with blocked  by FIGI, e.g. {}
    -1281                "funds": {},  # dict with free funds for trading (total - blocked), by all currencies, e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    -1282            },
    -1283            "analytics": {  # --- some analytics of portfolio:
    -1284                "distrByAssets": {},  # portfolio distribution by assets
    -1285                "distrByCompanies": {},  # portfolio distribution by companies
    -1286                "distrBySectors": {},  # portfolio distribution by sectors
    -1287                "distrByCurrencies": {},  # portfolio distribution by currencies
    -1288                "distrByCountries": {},  # portfolio distribution by countries
    -1289            }
    -1290        }
    -1291
    -1292        if showStatistics:
    -1293            uLogger.debug("Requesting portfolio of a client. Wait, please...")
    -1294
    -1295        portfolioResponse = self.RequestPortfolio()  # current user's portfolio (dict)
    -1296        view["raw"]["positions"] = self.RequestPositions()  # current open positions by instruments (dict)
    -1297        view["raw"]["orders"] = self.RequestPendingOrders()  # current actual pending orders (list)
    -1298        view["raw"]["stopOrders"] = self.RequestStopOrders()  # current actual stop orders (list)
    -1299
    -1300        # save response headers without "positions" section:
    -1301        for key in portfolioResponse.keys():
    -1302            if key != "positions":
    -1303                view["raw"]["headers"][key] = portfolioResponse[key]
    -1304
    -1305            else:
    -1306                continue
    -1307
    -1308        # Re-sorting and separating given raw instruments and currencies by type: https://tinkoff.github.io/investAPI/operations/#operation
    -1309        # Type of instrument must be only one of supported types in TKS_INSTRUMENTS
    -1310        for item in portfolioResponse["positions"]:
    -1311            if item["instrumentType"] == "currency":
    -1312                self.figi = item["figi"]
    -1313                curr = self.SearchByFIGI(requestPrice=False)
    -1314
    -1315                # current price of currency in RUB:
    -1316                view["raw"]["currenciesCurrentPrices"][curr["nominal"]["currency"]] = {
    -1317                    "name": curr["name"],
    -1318                    "currentPrice": NanoToFloat(
    -1319                        item["currentPrice"]["units"],
    -1320                        item["currentPrice"]["nano"]
    -1321                    ),
    -1322                }
    -1323
    -1324                view["raw"]["Currencies"].append(item)
    -1325
    -1326            elif item["instrumentType"] == "share":
    -1327                view["raw"]["Shares"].append(item)
    -1328
    -1329            elif item["instrumentType"] == "bond":
    -1330                view["raw"]["Bonds"].append(item)
    -1331
    -1332            elif item["instrumentType"] == "etf":
    -1333                view["raw"]["Etfs"].append(item)
    -1334
    -1335            elif item["instrumentType"] == "futures":
    -1336                view["raw"]["Futures"].append(item)
    -1337
    -1338            else:
    -1339                continue
    -1340
    -1341        # how many volume of currencies (by ISO currency name) are blocked:
    -1342        for item in view["raw"]["positions"]["blocked"]:
    -1343            blocked = NanoToFloat(item["units"], item["nano"])
    -1344            if blocked > 0:
    -1345                view["stat"]["blockedCurrencies"][item["currency"]] = blocked
    -1346
    -1347        # how many volume of instruments (by FIGI) are blocked:
    -1348        for item in view["raw"]["positions"]["securities"]:
    -1349            blocked = int(item["blocked"])
    -1350            if blocked > 0:
    -1351                view["stat"]["blockedInstruments"][item["figi"]] = blocked
    -1352
    -1353        allBlocked = {**view["stat"]["blockedCurrencies"], **view["stat"]["blockedInstruments"]}
    -1354
    -1355        if "rub" in allBlocked.keys():
    -1356            view["stat"]["blockedRUB"] = allBlocked["rub"]  # blocked rubles
    -1357
    -1358        # --- saving current total amount in RUB of all currencies (with ruble), shares, bonds, etfs, futures and currencies:
    -1359        view["stat"]["allCurrenciesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountCurrencies"]["units"], portfolioResponse["totalAmountCurrencies"]["nano"])
    -1360        view["stat"]["sharesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountShares"]["units"], portfolioResponse["totalAmountShares"]["nano"])
    -1361        view["stat"]["bondsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountBonds"]["units"], portfolioResponse["totalAmountBonds"]["nano"])
    -1362        view["stat"]["etfsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountEtf"]["units"], portfolioResponse["totalAmountEtf"]["nano"])
    -1363        view["stat"]["futuresCostRUB"] = NanoToFloat(portfolioResponse["totalAmountFutures"]["units"], portfolioResponse["totalAmountFutures"]["nano"])
    -1364        view["stat"]["portfolioCostRUB"] = sum([
    -1365            view["stat"]["allCurrenciesCostRUB"],
    -1366            view["stat"]["sharesCostRUB"],
    -1367            view["stat"]["bondsCostRUB"],
    -1368            view["stat"]["etfsCostRUB"],
    -1369            view["stat"]["futuresCostRUB"],
    -1370        ])
    -1371
    -1372        # --- calculating some portfolio statistics:
    -1373        byComp = {}  # distribution by companies
    -1374        bySect = {}  # distribution by sectors
    -1375        byCurr = {}  # distribution by currencies (include RUB)
    -1376        unknownCountryName = "All other countries"  # default name for instruments without "countryOfRisk" and "countryOfRiskName"
    -1377        byCountry = {unknownCountryName: {"cost": 0, "percent": 0.}}  # distribution by countries (currencies are included in their countries)
    -1378
    -1379        for item in portfolioResponse["positions"]:
    -1380            self.figi = item["figi"]
    -1381            instrument = self.SearchByFIGI(requestPrice=False)  # full raw info about instrument by FIGI
    -1382
    -1383            if instrument:
    -1384                if item["instrumentType"] == "currency" and instrument["nominal"]["currency"] in allBlocked.keys():
    -1385                    blocked = allBlocked[instrument["nominal"]["currency"]]  # blocked volume of currency
    -1386
    -1387                elif item["instrumentType"] != "currency" and item["figi"] in allBlocked.keys():
    -1388                    blocked = allBlocked[item["figi"]]  # blocked volume of other instruments
    -1389
    -1390                else:
    -1391                    blocked = 0
    -1392
    -1393                volume = NanoToFloat(item["quantity"]["units"], item["quantity"]["nano"])  # available volume of instrument
    -1394                lots = NanoToFloat(item["quantityLots"]["units"], item["quantityLots"]["nano"])  # available volume in lots of instrument
    -1395                direction = "Long" if lots >= 0 else "Short"  # direction of an instrument's position: short or long
    -1396                curPrice = NanoToFloat(item["currentPrice"]["units"], item["currentPrice"]["nano"])  # current instrument's price
    -1397                average = NanoToFloat(item["averagePositionPriceFifo"]["units"], item["averagePositionPriceFifo"]["nano"])  # current average position price
    -1398                profit = NanoToFloat(item["expectedYield"]["units"], item["expectedYield"]["nano"])  # expected profit at current moment
    -1399                currency = instrument["currency"] if (item["instrumentType"] == "share" or item["instrumentType"] == "etf" or item["instrumentType"] == "future") else instrument["nominal"]["currency"]  # currency name rub, usd, eur etc.
    -1400                cost = (curPrice + NanoToFloat(item["currentNkd"]["units"], item["currentNkd"]["nano"])) * volume  # current cost of all volume of instrument in basic asset
    -1401                baseCurrencyName = item["currentPrice"]["currency"]  # name of base currency (rub)
    -1402                countryName = "[{}] {}".format(instrument["countryOfRisk"], instrument["countryOfRiskName"]) if "countryOfRisk" in instrument.keys() and "countryOfRiskName" in instrument.keys() and instrument["countryOfRisk"] and instrument["countryOfRiskName"] else unknownCountryName
    -1403                costRUB = cost if item["instrumentType"] == "currency" else cost * view["raw"]["currenciesCurrentPrices"][currency]["currentPrice"]  # cost in rubles
    -1404                percentCostRUB = 100 * costRUB / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.  # instrument's part in percent of full portfolio cost
    -1405
    -1406                statData = {
    -1407                    "figi": item["figi"],  # FIGI from REST API "GetPortfolio" method
    -1408                    "ticker": instrument["ticker"],  # ticker by FIGI
    -1409                    "currency": currency,  # currency name rub, usd, eur etc. for instrument price
    -1410                    "volume": volume,  # available volume of instrument
    -1411                    "lots": lots,  # volume in lots of instrument
    -1412                    "direction": direction,  # direction of an instrument's position: short or long
    -1413                    "blocked": blocked,  # blocked volume of currency or instrument
    -1414                    "currentPrice": curPrice,  # current instrument's price in basic asset
    -1415                    "average": average,  # current average position price
    -1416                    "cost": cost,  # current cost of all volume of instrument in basic asset
    -1417                    "baseCurrencyName": baseCurrencyName,  # name of base currency (rub)
    -1418                    "costRUB": costRUB,  # cost of instrument in ruble
    -1419                    "percentCostRUB": percentCostRUB,  # instrument's part in percent of full portfolio cost in RUB
    -1420                    "profit": profit,  # expected profit at current moment
    -1421                    "percentProfit": 100 * profit / (average * volume) if average != 0 and volume != 0 else 0,  # expected percents of profit at current moment for this instrument
    -1422                    "sector": instrument["sector"] if "sector" in instrument.keys() and instrument["sector"] else "other",
    -1423                    "name": instrument["name"] if "name" in instrument.keys() else "",  # human-readable names of instruments
    -1424                    "isoCurrencyName": instrument["isoCurrencyName"] if "isoCurrencyName" in instrument.keys() else "",  # ISO name for currencies only
    -1425                    "country": countryName,  # e.g. "[RU] Российская Федерация" or unknownCountryName
    -1426                    "step": instrument["step"],  # minimum price increment
    -1427                }
    -1428
    -1429                # adding distribution by unique countries:
    -1430                if statData["country"] not in byCountry.keys():
    -1431                    byCountry[statData["country"]] = {"cost": costRUB, "percent": percentCostRUB}
    -1432
    -1433                else:
    -1434                    byCountry[statData["country"]]["cost"] += costRUB
    -1435                    byCountry[statData["country"]]["percent"] += percentCostRUB
    -1436
    -1437                if item["instrumentType"] != "currency":
    -1438                    # adding distribution by unique companies:
    -1439                    if statData["name"]:
    -1440                        if statData["name"] not in byComp.keys():
    -1441                            byComp[statData["name"]] = {"ticker": statData["ticker"], "cost": costRUB, "percent": percentCostRUB}
    -1442
    -1443                        else:
    -1444                            byComp[statData["name"]]["cost"] += costRUB
    -1445                            byComp[statData["name"]]["percent"] += percentCostRUB
    -1446
    -1447                    # adding distribution by unique sectors:
    -1448                    if statData["sector"] not in bySect.keys():
    -1449                        bySect[statData["sector"]] = {"cost": costRUB, "percent": percentCostRUB}
    -1450
    -1451                    else:
    -1452                        bySect[statData["sector"]]["cost"] += costRUB
    -1453                        bySect[statData["sector"]]["percent"] += percentCostRUB
    -1454
    -1455                # adding distribution by unique currencies:
    -1456                if currency not in byCurr.keys():
    -1457                    byCurr[currency] = {
    -1458                        "name": view["raw"]["currenciesCurrentPrices"][currency]["name"],
    -1459                        "cost": costRUB,
    -1460                        "percent": percentCostRUB
    -1461                    }
    -1462
    -1463                else:
    -1464                    byCurr[currency]["cost"] += costRUB
    -1465                    byCurr[currency]["percent"] += percentCostRUB
    -1466
    -1467                # saving statistics for every instrument:
    -1468                if item["instrumentType"] == "currency":
    -1469                    view["stat"]["Currencies"].append(statData)
    -1470
    -1471                    # update dict with free funds for trading (total - blocked) by currencies
    -1472                    # e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    -1473                    view["stat"]["funds"][currency] = {
    -1474                        "total": volume,
    -1475                        "totalCostRUB": costRUB,  # total volume cost in rubles
    -1476                        "free": volume - blocked,
    -1477                        "freeCostRUB": costRUB * ((volume - blocked) / volume) if volume > 0 else 0,  # free volume cost in rubles
    -1478                    }
    -1479
    -1480                elif item["instrumentType"] == "share":
    -1481                    view["stat"]["Shares"].append(statData)
    -1482
    -1483                elif item["instrumentType"] == "bond":
    -1484                    view["stat"]["Bonds"].append(statData)
    -1485
    -1486                elif item["instrumentType"] == "etf":
    -1487                    view["stat"]["Etfs"].append(statData)
    -1488
    -1489                elif item["instrumentType"] == "Futures":
    -1490                    view["stat"]["Futures"].append(statData)
    -1491
    -1492                else:
    -1493                    continue
    -1494
    -1495        # total changes in Russian Ruble:
    -1496        view["stat"]["availableRUB"] = view["stat"]["allCurrenciesCostRUB"] - sum([item["cost"] for item in view["stat"]["Currencies"]])  # available RUB without other currencies
    -1497        view["stat"]["totalChangesPercentRUB"] = NanoToFloat(view["raw"]["headers"]["expectedYield"]["units"], view["raw"]["headers"]["expectedYield"]["nano"]) if "expectedYield" in view["raw"]["headers"].keys() else 0.
    -1498        startCost = view["stat"]["portfolioCostRUB"] / (1 + view["stat"]["totalChangesPercentRUB"] / 100)
    -1499        view["stat"]["totalChangesRUB"] = view["stat"]["portfolioCostRUB"] - startCost
    -1500        view["stat"]["funds"]["rub"] = {
    -1501            "total": view["stat"]["availableRUB"],
    -1502            "totalCostRUB": view["stat"]["availableRUB"],
    -1503            "free": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    -1504            "freeCostRUB": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    -1505        }
    -1506
    -1507        # --- pending orders sector data:
    -1508        for item in view["raw"]["orders"]:
    -1509            self.figi = item["figi"]
    -1510            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    -1511
    -1512            if instrument:
    -1513                action = TKS_ORDER_DIRECTIONS[item["direction"]]
    -1514                orderType = TKS_ORDER_TYPES[item["orderType"]]
    -1515                orderState = TKS_ORDER_STATES[item["executionReportStatus"]]
    -1516                orderDate = item["orderDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    -1517
    -1518                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    -1519                if item["direction"] == "ORDER_DIRECTION_BUY":
    -1520                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    -1521
    -1522                else:
    -1523                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    -1524
    -1525                # requested price for order execution:
    -1526                target = NanoToFloat(item["initialSecurityPrice"]["units"], item["initialSecurityPrice"]["nano"])
    -1527
    -1528                # necessary changes in percent to reach target from current price:
    -1529                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    -1530
    -1531                view["stat"]["orders"].append({
    -1532                    "orderID": item["orderId"],  # orderId number parameter of current order
    -1533                    "figi": item["figi"],  # FIGI identification
    -1534                    "ticker": instrument["ticker"],  # ticker name by FIGI
    -1535                    "lotsRequested": item["lotsRequested"],  # requested lots value
    -1536                    "lotsExecuted": item["lotsExecuted"],  # how many lots are executed
    -1537                    "currentPrice": lastPrice,  # current instrument's price for defined action
    -1538                    "targetPrice": target,  # requested price for order execution in base currency
    -1539                    "baseCurrencyName": item["initialSecurityPrice"]["currency"],  # name of base currency
    -1540                    "percentChanges": changes,  # changes in percent to target from current price
    -1541                    "currency": item["currency"],  # instrument's currency name
    -1542                    "action": action,  # sell / buy / Unknown from TKS_ORDER_DIRECTIONS
    -1543                    "type": orderType,  # type of order from TKS_ORDER_TYPES
    -1544                    "status": orderState,  # order status from TKS_ORDER_STATES
    -1545                    "date": orderDate,  # string with order date and time from UTC format (without nano seconds part)
    -1546                })
    -1547
    -1548        # --- stop orders sector data:
    -1549        for item in view["raw"]["stopOrders"]:
    -1550            self.figi = item["figi"]
    -1551            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    -1552
    -1553            if instrument:
    -1554                action = TKS_STOP_ORDER_DIRECTIONS[item["direction"]]
    -1555                orderType = TKS_STOP_ORDER_TYPES[item["orderType"]]
    -1556                createDate = item["createDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    -1557
    -1558                # hack: server response can't contain "expirationTime" key if it is not "Until date" type of stop order
    -1559                if "expirationTime" in item.keys():
    -1560                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE"]
    -1561                    expDate = item["expirationTime"].replace("T", " ").replace("Z", "").split(".")[0]
    -1562
    -1563                else:
    -1564                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL"]
    -1565                    expDate = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"]
    -1566
    -1567                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    -1568                if item["direction"] == "STOP_ORDER_DIRECTION_BUY":
    -1569                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    -1570
    -1571                else:
    -1572                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    -1573
    -1574                # requested price when stop-order executed:
    -1575                target = NanoToFloat(item["stopPrice"]["units"], item["stopPrice"]["nano"])
    -1576
    -1577                # price for limit-order, set up when stop-order executed:
    -1578                limit = NanoToFloat(item["price"]["units"], item["price"]["nano"])
    -1579
    -1580                # necessary changes in percent to reach target from current price:
    -1581                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    -1582
    -1583                view["stat"]["stopOrders"].append({
    -1584                    "orderID": item["stopOrderId"],  # stopOrderId number parameter of current stop-order
    -1585                    "figi": item["figi"],  # FIGI identification
    -1586                    "ticker": instrument["ticker"],  # ticker name by FIGI
    -1587                    "lotsRequested": item["lotsRequested"],  # requested lots value
    -1588                    "currentPrice": lastPrice,  # current instrument's price for defined action
    -1589                    "targetPrice": target,  # requested price for stop-order execution in base currency
    -1590                    "limitPrice": limit,  # price for limit-order, set up when stop-order executed, 0 if market order
    -1591                    "baseCurrencyName": item["stopPrice"]["currency"],  # name of base currency
    -1592                    "percentChanges": changes,  # changes in percent to target from current price
    -1593                    "currency": item["currency"],  # instrument's currency name
    -1594                    "action": action,  # sell / buy / Unknown from TKS_STOP_ORDER_DIRECTIONS
    -1595                    "type": orderType,  # type of order from TKS_STOP_ORDER_TYPES
    -1596                    "expType": expType,  # expiration type of stop-order from TKS_STOP_ORDER_EXPIRATION_TYPES
    -1597                    "createDate": createDate,  # string with created order date and time from UTC format (without nano seconds part)
    -1598                    "expDate": expDate,  # string with expiration order date and time from UTC format (without nano seconds part)
    -1599                })
    -1600
    -1601        # --- calculating data for analytics section:
    -1602        # portfolio distribution by assets:
    -1603        view["analytics"]["distrByAssets"] = {
    -1604            "Ruble": {
    -1605                "uniques": 1,
    -1606                "cost": view["stat"]["availableRUB"],
    -1607                "percent": 100 * view["stat"]["availableRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1608            },
    -1609            "Currencies": {
    -1610                "uniques": len(view["stat"]["Currencies"]),  # all foreign currencies without RUB
    -1611                "cost": view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"],
    -1612                "percent": 100 * (view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"]) / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1613            },
    -1614            "Shares": {
    -1615                "uniques": len(view["stat"]["Shares"]),
    -1616                "cost": view["stat"]["sharesCostRUB"],
    -1617                "percent": 100 * view["stat"]["sharesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1618            },
    -1619            "Bonds": {
    -1620                "uniques": len(view["stat"]["Bonds"]),
    -1621                "cost": view["stat"]["bondsCostRUB"],
    -1622                "percent": 100 * view["stat"]["bondsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1623            },
    -1624            "Etfs": {
    -1625                "uniques": len(view["stat"]["Etfs"]),
    -1626                "cost": view["stat"]["etfsCostRUB"],
    -1627                "percent": 100 * view["stat"]["etfsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1628            },
    -1629            "Futures": {
    -1630                "uniques": len(view["stat"]["Futures"]),
    -1631                "cost": view["stat"]["futuresCostRUB"],
    -1632                "percent": 100 * view["stat"]["futuresCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1633            },
    -1634        }
    -1635
    -1636        # portfolio distribution by companies:
    -1637        view["analytics"]["distrByCompanies"]["All money cash"] = {
    -1638            "ticker": "",
    -1639            "cost": view["stat"]["allCurrenciesCostRUB"],
    -1640            "percent": 100 * view["stat"]["allCurrenciesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    -1641        }
    -1642        view["analytics"]["distrByCompanies"].update(byComp)
    -1643
    -1644        # portfolio distribution by sectors:
    -1645        view["analytics"]["distrBySectors"]["All money cash"] = {
    -1646            "cost": view["analytics"]["distrByCompanies"]["All money cash"]["cost"],
    -1647            "percent": view["analytics"]["distrByCompanies"]["All money cash"]["percent"],
    -1648        }
    -1649        view["analytics"]["distrBySectors"].update(bySect)
    -1650
    -1651        # portfolio distribution by currencies:
    -1652        view["analytics"]["distrByCurrencies"].update(byCurr)
    -1653        view["analytics"]["distrByCurrencies"]["rub"]["cost"] += view["analytics"]["distrByAssets"]["Ruble"]["cost"]
    -1654        view["analytics"]["distrByCurrencies"]["rub"]["percent"] += view["analytics"]["distrByAssets"]["Ruble"]["percent"]
    -1655
    -1656        # portfolio distribution by countries:
    -1657        view["analytics"]["distrByCountries"].update(byCountry)
    -1658
    -1659        # --- Prepare text statistics overview in human-readable:
    -1660        if showStatistics:
    -1661            info = [
    -1662                "# Client's portfolio\n\n",
    -1663                "* **Actual date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")),
    -1664                "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    -1665                "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format(
    -1666                    "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    -1667                    view["stat"]["totalChangesRUB"],
    -1668                    "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    -1669                    view["stat"]["totalChangesPercentRUB"],
    -1670                ),
    -1671                "## Open positions\n\n",
    -1672                "| Ticker [FIGI]               | Volume (blocked)                | Lots     | Curr. price  | Avg. price   | Current volume cost | Profit (%)\n",
    -1673                "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|----------------------\n",
    -1674                "| Ruble                       | {:>31} |          |              |              |                     |\n".format(
    -1675                    "{:.2f} ({:.2f}) rub".format(
    -1676                        view["stat"]["availableRUB"],
    -1677                        view["stat"]["blockedRUB"],
    -1678                    )
    -1679                )
    -1680            ]
    -1681
    -1682            def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list:
    -1683                return [
    -1684                    "|                             |                                 |          |              |              |                     |\n",
    -1685                    "| {:<27} |                                 |          |              |              | {:>19} |\n".format(
    -1686                        noTradeStr if noTradeStr else typeStr,
    -1687                        "" if noTradeStr else "{:.2f} RUB".format(CostRUB),
    -1688                    ),
    -1689                ]
    -1690
    -1691            def _InfoStr(data: dict, showCurrencyName: bool = False) -> str:
    -1692                return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {}\n".format(
    -1693                    "{} [{}]".format(data["ticker"], data["figi"]),
    -1694                    "{:.2f} ({:.2f}) {}".format(
    -1695                        data["volume"],
    -1696                        data["blocked"],
    -1697                        data["currency"],
    -1698                    ) if showCurrencyName else "{:.0f} ({:.0f})".format(
    -1699                        data["volume"],
    -1700                        data["blocked"],
    -1701                    ),
    -1702                    "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]),
    -1703                    "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a",
    -1704                    "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a",
    -1705                    "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]),
    -1706                    "{}{:.2f} {} ({}{:.2f}%)".format(
    -1707                        "+" if data["profit"] > 0 else "",
    -1708                        data["profit"], data["baseCurrencyName"],
    -1709                        "+" if data["percentProfit"] > 0 else "",
    -1710                        data["percentProfit"],
    -1711                    ),
    -1712                )
    -1713
    -1714            # --- Show currencies section:
    -1715            if view["stat"]["Currencies"]:
    -1716                info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**"))
    -1717                for item in view["stat"]["Currencies"]:
    -1718                    info.append(_InfoStr(item, showCurrencyName=True))
    -1719
    -1720            else:
    -1721                info.extend(_SplitStr(noTradeStr="**Currencies:** no trades"))
    -1722
    -1723            # --- Show shares section:
    -1724            if view["stat"]["Shares"]:
    -1725                info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**"))
    -1726
    -1727                for item in view["stat"]["Shares"]:
    -1728                    info.append(_InfoStr(item))
    -1729
    -1730            else:
    -1731                info.extend(_SplitStr(noTradeStr="**Shares:** no trades"))
    -1732
    -1733            # --- Show bonds section:
    -1734            if view["stat"]["Bonds"]:
    -1735                info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**"))
    -1736
    -1737                for item in view["stat"]["Bonds"]:
    -1738                    info.append(_InfoStr(item))
    -1739
    -1740            else:
    -1741                info.extend(_SplitStr(noTradeStr="**Bonds:** no trades"))
    -1742
    -1743            # --- Show etfs section:
    -1744            if view["stat"]["Etfs"]:
    -1745                info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**"))
    -1746
    -1747                for item in view["stat"]["Etfs"]:
    -1748                    info.append(_InfoStr(item))
    -1749
    -1750            else:
    -1751                info.extend(_SplitStr(noTradeStr="**Etfs:** no trades"))
    -1752
    -1753            # --- Show futures section:
    -1754            if view["stat"]["Futures"]:
    -1755                info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**"))
    -1756
    -1757                for item in view["stat"]["Futures"]:
    -1758                    info.append(_InfoStr(item))
    -1759
    -1760            else:
    -1761                info.extend(_SplitStr(noTradeStr="**Futures:** no trades"))
    -1762
    -1763            # --- Show pending orders section:
    -1764            if view["stat"]["orders"]:
    -1765                info.extend([
    -1766                    "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])),
    -1767                    "\n| Ticker [FIGI]               | Order ID       | Lots (exec.) | Current price (% delta) | Target price  | Action    | Type      | Create date (UTC)\n",
    -1768                    "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|---------------------\n",
    -1769                ])
    -1770                for item in view["stat"]["orders"]:
    -1771                    info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {}\n".format(
    -1772                        "{} [{}]".format(item["ticker"], item["figi"]),
    -1773                        item["orderID"],
    -1774                        "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]),
    -1775                        "{} {} ({}{:.2f}%)".format(
    -1776                            "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    -1777                            item["baseCurrencyName"],
    -1778                            "+" if item["percentChanges"] > 0 else "",
    -1779                            float(item["percentChanges"]),
    -1780                        ),
    -1781                        "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    -1782                        item["action"],
    -1783                        item["type"],
    -1784                        item["date"],
    -1785                    ))
    -1786
    -1787            else:
    -1788                info.append("\n## Total pending limit-orders: 0\n")
    -1789
    -1790            # --- Show stop orders section:
    -1791            if view["stat"]["stopOrders"]:
    -1792                info.extend([
    -1793                    "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])),
    -1794                    "\n| Ticker [FIGI]               | Stop order ID                        | Lots   | Current price (% delta) | Target price  | Limit price   | Action    | Type        | Expire type  | Create date (UTC)   | Expiration (UTC)\n",
    -1795                    "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------\n",
    -1796                ])
    -1797                for item in view["stat"]["stopOrders"]:
    -1798                    info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {}\n".format(
    -1799                        "{} [{}]".format(item["ticker"], item["figi"]),
    -1800                        item["orderID"],
    -1801                        item["lotsRequested"],
    -1802                        "{} {} ({}{:.2f}%)".format(
    -1803                            "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    -1804                            item["baseCurrencyName"],
    -1805                            "+" if item["percentChanges"] > 0 else "",
    -1806                            float(item["percentChanges"]),
    -1807                        ),
    -1808                        "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    -1809                        "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"],
    -1810                        item["action"],
    -1811                        item["type"],
    -1812                        item["expType"],
    -1813                        item["createDate"],
    -1814                        item["expDate"],
    -1815                    ))
    -1816
    -1817            else:
    -1818                info.append("\n## Total stop-orders: 0\n")
    -1819
    -1820            # -- Show analytics section:
    -1821            if view["stat"]["portfolioCostRUB"] > 0:
    -1822                info.extend([
    -1823                    "\n# Analytics\n"
    -1824                    "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    -1825                    "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format(
    -1826                        "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    -1827                        view["stat"]["totalChangesRUB"],
    -1828                        "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    -1829                        view["stat"]["totalChangesPercentRUB"],
    -1830                    ),
    -1831                    "\n## Portfolio distribution by assets\n"
    -1832                    "\n| Type       | Uniques | Percent | Current cost\n",
    -1833                    "|------------|---------|---------|-----------------\n",
    -1834                ])
    -1835
    -1836                for key in view["analytics"]["distrByAssets"].keys():
    -1837                    if view["analytics"]["distrByAssets"][key]["cost"] > 0:
    -1838                        info.append("| {:<10} | {:<7} | {:<7} | {:.2f} rub\n".format(
    -1839                            key,
    -1840                            view["analytics"]["distrByAssets"][key]["uniques"],
    -1841                            "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]),
    -1842                            view["analytics"]["distrByAssets"][key]["cost"],
    -1843                        ))
    -1844
    -1845                maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()])
    -1846                info.extend([
    -1847                    "\n## Portfolio distribution by companies\n"
    -1848                    "\n| Company{} | Percent | Current cost\n".format(" " * (maxLenNames - 7)),
    -1849                    "|--------{}-|---------|-----------------\n".format("-" * (maxLenNames - 7)),
    -1850                ])
    -1851
    -1852                for company in view["analytics"]["distrByCompanies"].keys():
    -1853                    if view["analytics"]["distrByCompanies"][company]["cost"] > 0:
    -1854                        nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"])
    -1855                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1856                            "{}{}{}".format(
    -1857                                "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "",
    -1858                                company,
    -1859                                "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)),
    -1860                            ),
    -1861                            "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]),
    -1862                            view["analytics"]["distrByCompanies"][company]["cost"],
    -1863                        ))
    -1864
    -1865                maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()])
    -1866                info.extend([
    -1867                    "\n## Portfolio distribution by sectors\n"
    -1868                    "\n| Sector{} | Percent | Current cost\n".format(" " * (maxLenSectors - 6)),
    -1869                    "|-------{}-|---------|-----------------\n".format("-" * (maxLenSectors - 6)),
    -1870                ])
    -1871
    -1872                for sector in view["analytics"]["distrBySectors"].keys():
    -1873                    if view["analytics"]["distrBySectors"][sector]["cost"] > 0:
    -1874                        info.append("| {}{} | {:<7} | {:.2f} rub\n".format(
    -1875                            sector,
    -1876                            "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)),
    -1877                            "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]),
    -1878                            view["analytics"]["distrBySectors"][sector]["cost"],
    -1879                        ))
    -1880
    -1881                maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()])
    -1882                info.extend([
    -1883                    "\n## Portfolio distribution by currencies\n"
    -1884                    "\n| Instruments currencies{} | Percent | Current cost\n".format(" " * (maxLenMoney - 22)),
    -1885                    "|-----------------------{}-|---------|-----------------\n".format("-" * (maxLenMoney - 22)),
    -1886                ])
    -1887
    -1888                for curr in view["analytics"]["distrByCurrencies"].keys():
    -1889                    if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0:
    -1890                        nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"])
    -1891                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1892                            "[{}] {}{}".format(
    -1893                                curr,
    -1894                                view["analytics"]["distrByCurrencies"][curr]["name"],
    -1895                                "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen),
    -1896                            ),
    -1897                            "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]),
    -1898                            view["analytics"]["distrByCurrencies"][curr]["cost"],
    -1899                        ))
    -1900
    -1901                maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()]))
    -1902                info.extend([
    -1903                    "\n## Portfolio distribution by countries\n"
    -1904                    "\n| Assets by country{} | Percent | Current cost\n".format(" " * (maxLenCountry - 17)),
    -1905                    "|------------------{}-|---------|-----------------\n".format("-" * (maxLenCountry - 17)),
    -1906                ])
    -1907
    -1908                for country in view["analytics"]["distrByCountries"].keys():
    -1909                    if view["analytics"]["distrByCountries"][country]["cost"] > 0:
    -1910                        nameLen = len(country)
    -1911                        info.append("| {} | {:<7} | {:.2f} rub\n".format(
    -1912                            "{}{}".format(
    -1913                                country,
    -1914                                "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen),
    -1915                            ),
    -1916                            "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]),
    -1917                            view["analytics"]["distrByCountries"][country]["cost"],
    -1918                        ))
    -1919
    -1920            infoText = "".join(info)
    -1921
    -1922            if showStatistics:
    -1923                uLogger.info("Statistics of client's portfolio:\n{}".format(infoText))
    -1924
    -1925            if self.overviewFile:
    -1926                with open(self.overviewFile, "w", encoding="UTF-8") as fH:
    -1927                    fH.write(infoText)
    -1928
    -1929                uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(self.overviewFile)))
    -1930
    -1931        return view
    +            
    1252    def Overview(self, showStatistics: bool = False, details: str = "full") -> dict:
    +1253        """
    +1254        Get portfolio: all open positions, orders and some statistics for defined accountId.
    +1255        If `overviewFile`, `overviewDigestFile`, `overviewPositionsFile`, `overviewOrdersFile`, `overviewAnalyticsFile`
    +1256        are defined then also save information to file.
    +1257
    +1258        :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information.
    +1259        :param details: how detailed should the information be? You should specify one of strings:
    +1260                        `full` - shows full available information about portfolio status (by default),
    +1261                        `positions` - shows only open positions,
    +1262                        `digest` - show a short digest of the portfolio status,
    +1263                        `analytics` - shows only the analytics section and the distribution of the portfolio by various categories,
    +1264                        `orders` - shows only sections of open limits and stop orders.
    +1265        :return: dictionary with client's raw portfolio and some statistics.
    +1266        """
    +1267        view = {
    +1268            "raw": {  # --- raw portfolio responses from broker with user portfolio data:
    +1269                "headers": {},  # list of dictionaries, response headers without "positions" section
    +1270                "Currencies": [],  # list of dictionaries, open trades with currencies from "positions" section
    +1271                "Shares": [],  # list of dictionaries, open trades with shares from "positions" section
    +1272                "Bonds": [],  # list of dictionaries, open trades with bonds from "positions" section
    +1273                "Etfs": [],  # list of dictionaries, open trades with etfs from "positions" section
    +1274                "Futures": [],  # list of dictionaries, open trades with futures from "positions" section
    +1275                "positions": {},  # raw response from broker: dictionary with current available or blocked currencies and instruments for client
    +1276                "orders": [],  # raw response from broker: list of dictionaries with all pending (market) orders
    +1277                "stopOrders": [],  # raw response from broker: list of dictionaries with all stop orders
    +1278                "currenciesCurrentPrices": {"rub": {"name": "Российский рубль", "currentPrice": 1.}},  # dict with prices of all currencies in RUB
    +1279            },
    +1280            "stat": {  # --- some statistics calculated using "raw" sections:
    +1281                "portfolioCostRUB": 0.,  # portfolio cost in RUB (Russian Rouble)
    +1282                "availableRUB": 0.,  # available rubles (without other currencies)
    +1283                "blockedRUB": 0.,  # blocked sum in Russian Rouble
    +1284                "totalChangesRUB": 0.,  # changes for all open trades in RUB
    +1285                "totalChangesPercentRUB": 0.,  # changes for all open trades in percents
    +1286                "allCurrenciesCostRUB": 0.,  # costs of all currencies (include rubles) in RUB
    +1287                "sharesCostRUB": 0.,  # costs of all shares in RUB
    +1288                "bondsCostRUB": 0.,  # costs of all bonds in RUB
    +1289                "etfsCostRUB": 0.,  # costs of all etfs in RUB
    +1290                "futuresCostRUB": 0.,  # costs of all futures in RUB
    +1291                "Currencies": [],  # list of dictionaries of all currencies statistics
    +1292                "Shares": [],  # list of dictionaries of all shares statistics
    +1293                "Bonds": [],  # list of dictionaries of all bonds statistics
    +1294                "Etfs": [],  # list of dictionaries of all etfs statistics
    +1295                "Futures": [],  # list of dictionaries of all futures statistics
    +1296                "orders": [],  # list of dictionaries of all pending (market) orders and it's parameters
    +1297                "stopOrders": [],  # list of dictionaries of all stop orders and it's parameters
    +1298                "blockedCurrencies": {},  # dict with blocked instruments and currencies, e.g. {"rub": 1291.87, "usd": 6.21}
    +1299                "blockedInstruments": {},  # dict with blocked  by FIGI, e.g. {}
    +1300                "funds": {},  # dict with free funds for trading (total - blocked), by all currencies, e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    +1301            },
    +1302            "analytics": {  # --- some analytics of portfolio:
    +1303                "distrByAssets": {},  # portfolio distribution by assets
    +1304                "distrByCompanies": {},  # portfolio distribution by companies
    +1305                "distrBySectors": {},  # portfolio distribution by sectors
    +1306                "distrByCurrencies": {},  # portfolio distribution by currencies
    +1307                "distrByCountries": {},  # portfolio distribution by countries
    +1308            }
    +1309        }
    +1310
    +1311        details = details.lower()
    +1312        availableDetails = ["full", "positions", "digest", "analytics", "orders"]
    +1313        if details not in availableDetails:
    +1314            details = "full"
    +1315            uLogger.debug("Requested incorrect details! The `details` must be one of this strings: {}. Details parameter set to `full` be default.".format(availableDetails))
    +1316
    +1317        uLogger.debug("Requesting portfolio of a client. Wait, please...")
    +1318
    +1319        portfolioResponse = self.RequestPortfolio()  # current user's portfolio (dict)
    +1320        view["raw"]["positions"] = self.RequestPositions()  # current open positions by instruments (dict)
    +1321        view["raw"]["orders"] = self.RequestPendingOrders()  # current actual pending orders (list)
    +1322        view["raw"]["stopOrders"] = self.RequestStopOrders()  # current actual stop orders (list)
    +1323
    +1324        # save response headers without "positions" section:
    +1325        for key in portfolioResponse.keys():
    +1326            if key != "positions":
    +1327                view["raw"]["headers"][key] = portfolioResponse[key]
    +1328
    +1329            else:
    +1330                continue
    +1331
    +1332        # Re-sorting and separating given raw instruments and currencies by type: https://tinkoff.github.io/investAPI/operations/#operation
    +1333        # Type of instrument must be only one of supported types in TKS_INSTRUMENTS
    +1334        for item in portfolioResponse["positions"]:
    +1335            if item["instrumentType"] == "currency":
    +1336                self.figi = item["figi"]
    +1337                curr = self.SearchByFIGI(requestPrice=False)
    +1338
    +1339                # current price of currency in RUB:
    +1340                view["raw"]["currenciesCurrentPrices"][curr["nominal"]["currency"]] = {
    +1341                    "name": curr["name"],
    +1342                    "currentPrice": NanoToFloat(
    +1343                        item["currentPrice"]["units"],
    +1344                        item["currentPrice"]["nano"]
    +1345                    ),
    +1346                }
    +1347
    +1348                view["raw"]["Currencies"].append(item)
    +1349
    +1350            elif item["instrumentType"] == "share":
    +1351                view["raw"]["Shares"].append(item)
    +1352
    +1353            elif item["instrumentType"] == "bond":
    +1354                view["raw"]["Bonds"].append(item)
    +1355
    +1356            elif item["instrumentType"] == "etf":
    +1357                view["raw"]["Etfs"].append(item)
    +1358
    +1359            elif item["instrumentType"] == "futures":
    +1360                view["raw"]["Futures"].append(item)
    +1361
    +1362            else:
    +1363                continue
    +1364
    +1365        # how many volume of currencies (by ISO currency name) are blocked:
    +1366        for item in view["raw"]["positions"]["blocked"]:
    +1367            blocked = NanoToFloat(item["units"], item["nano"])
    +1368            if blocked > 0:
    +1369                view["stat"]["blockedCurrencies"][item["currency"]] = blocked
    +1370
    +1371        # how many volume of instruments (by FIGI) are blocked:
    +1372        for item in view["raw"]["positions"]["securities"]:
    +1373            blocked = int(item["blocked"])
    +1374            if blocked > 0:
    +1375                view["stat"]["blockedInstruments"][item["figi"]] = blocked
    +1376
    +1377        allBlocked = {**view["stat"]["blockedCurrencies"], **view["stat"]["blockedInstruments"]}
    +1378
    +1379        if "rub" in allBlocked.keys():
    +1380            view["stat"]["blockedRUB"] = allBlocked["rub"]  # blocked rubles
    +1381
    +1382        # --- saving current total amount in RUB of all currencies (with ruble), shares, bonds, etfs, futures and currencies:
    +1383        view["stat"]["allCurrenciesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountCurrencies"]["units"], portfolioResponse["totalAmountCurrencies"]["nano"])
    +1384        view["stat"]["sharesCostRUB"] = NanoToFloat(portfolioResponse["totalAmountShares"]["units"], portfolioResponse["totalAmountShares"]["nano"])
    +1385        view["stat"]["bondsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountBonds"]["units"], portfolioResponse["totalAmountBonds"]["nano"])
    +1386        view["stat"]["etfsCostRUB"] = NanoToFloat(portfolioResponse["totalAmountEtf"]["units"], portfolioResponse["totalAmountEtf"]["nano"])
    +1387        view["stat"]["futuresCostRUB"] = NanoToFloat(portfolioResponse["totalAmountFutures"]["units"], portfolioResponse["totalAmountFutures"]["nano"])
    +1388        view["stat"]["portfolioCostRUB"] = sum([
    +1389            view["stat"]["allCurrenciesCostRUB"],
    +1390            view["stat"]["sharesCostRUB"],
    +1391            view["stat"]["bondsCostRUB"],
    +1392            view["stat"]["etfsCostRUB"],
    +1393            view["stat"]["futuresCostRUB"],
    +1394        ])
    +1395
    +1396        # --- calculating some portfolio statistics:
    +1397        byComp = {}  # distribution by companies
    +1398        bySect = {}  # distribution by sectors
    +1399        byCurr = {}  # distribution by currencies (include RUB)
    +1400        unknownCountryName = "All other countries"  # default name for instruments without "countryOfRisk" and "countryOfRiskName"
    +1401        byCountry = {unknownCountryName: {"cost": 0, "percent": 0.}}  # distribution by countries (currencies are included in their countries)
    +1402
    +1403        for item in portfolioResponse["positions"]:
    +1404            self.figi = item["figi"]
    +1405            instrument = self.SearchByFIGI(requestPrice=False)  # full raw info about instrument by FIGI
    +1406
    +1407            if instrument:
    +1408                if item["instrumentType"] == "currency" and instrument["nominal"]["currency"] in allBlocked.keys():
    +1409                    blocked = allBlocked[instrument["nominal"]["currency"]]  # blocked volume of currency
    +1410
    +1411                elif item["instrumentType"] != "currency" and item["figi"] in allBlocked.keys():
    +1412                    blocked = allBlocked[item["figi"]]  # blocked volume of other instruments
    +1413
    +1414                else:
    +1415                    blocked = 0
    +1416
    +1417                volume = NanoToFloat(item["quantity"]["units"], item["quantity"]["nano"])  # available volume of instrument
    +1418                lots = NanoToFloat(item["quantityLots"]["units"], item["quantityLots"]["nano"])  # available volume in lots of instrument
    +1419                direction = "Long" if lots >= 0 else "Short"  # direction of an instrument's position: short or long
    +1420                curPrice = NanoToFloat(item["currentPrice"]["units"], item["currentPrice"]["nano"])  # current instrument's price
    +1421                average = NanoToFloat(item["averagePositionPriceFifo"]["units"], item["averagePositionPriceFifo"]["nano"])  # current average position price
    +1422                profit = NanoToFloat(item["expectedYield"]["units"], item["expectedYield"]["nano"])  # expected profit at current moment
    +1423                currency = instrument["currency"] if (item["instrumentType"] == "share" or item["instrumentType"] == "etf" or item["instrumentType"] == "future") else instrument["nominal"]["currency"]  # currency name rub, usd, eur etc.
    +1424                cost = (curPrice + NanoToFloat(item["currentNkd"]["units"], item["currentNkd"]["nano"])) * volume  # current cost of all volume of instrument in basic asset
    +1425                baseCurrencyName = item["currentPrice"]["currency"]  # name of base currency (rub)
    +1426                countryName = "[{}] {}".format(instrument["countryOfRisk"], instrument["countryOfRiskName"]) if "countryOfRisk" in instrument.keys() and "countryOfRiskName" in instrument.keys() and instrument["countryOfRisk"] and instrument["countryOfRiskName"] else unknownCountryName
    +1427                costRUB = cost if item["instrumentType"] == "currency" else cost * view["raw"]["currenciesCurrentPrices"][currency]["currentPrice"]  # cost in rubles
    +1428                percentCostRUB = 100 * costRUB / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.  # instrument's part in percent of full portfolio cost
    +1429
    +1430                statData = {
    +1431                    "figi": item["figi"],  # FIGI from REST API "GetPortfolio" method
    +1432                    "ticker": instrument["ticker"],  # ticker by FIGI
    +1433                    "currency": currency,  # currency name rub, usd, eur etc. for instrument price
    +1434                    "volume": volume,  # available volume of instrument
    +1435                    "lots": lots,  # volume in lots of instrument
    +1436                    "direction": direction,  # direction of an instrument's position: short or long
    +1437                    "blocked": blocked,  # blocked volume of currency or instrument
    +1438                    "currentPrice": curPrice,  # current instrument's price in basic asset
    +1439                    "average": average,  # current average position price
    +1440                    "cost": cost,  # current cost of all volume of instrument in basic asset
    +1441                    "baseCurrencyName": baseCurrencyName,  # name of base currency (rub)
    +1442                    "costRUB": costRUB,  # cost of instrument in ruble
    +1443                    "percentCostRUB": percentCostRUB,  # instrument's part in percent of full portfolio cost in RUB
    +1444                    "profit": profit,  # expected profit at current moment
    +1445                    "percentProfit": 100 * profit / (average * volume) if average != 0 and volume != 0 else 0,  # expected percents of profit at current moment for this instrument
    +1446                    "sector": instrument["sector"] if "sector" in instrument.keys() and instrument["sector"] else "other",
    +1447                    "name": instrument["name"] if "name" in instrument.keys() else "",  # human-readable names of instruments
    +1448                    "isoCurrencyName": instrument["isoCurrencyName"] if "isoCurrencyName" in instrument.keys() else "",  # ISO name for currencies only
    +1449                    "country": countryName,  # e.g. "[RU] Российская Федерация" or unknownCountryName
    +1450                    "step": instrument["step"],  # minimum price increment
    +1451                }
    +1452
    +1453                # adding distribution by unique countries:
    +1454                if statData["country"] not in byCountry.keys():
    +1455                    byCountry[statData["country"]] = {"cost": costRUB, "percent": percentCostRUB}
    +1456
    +1457                else:
    +1458                    byCountry[statData["country"]]["cost"] += costRUB
    +1459                    byCountry[statData["country"]]["percent"] += percentCostRUB
    +1460
    +1461                if item["instrumentType"] != "currency":
    +1462                    # adding distribution by unique companies:
    +1463                    if statData["name"]:
    +1464                        if statData["name"] not in byComp.keys():
    +1465                            byComp[statData["name"]] = {"ticker": statData["ticker"], "cost": costRUB, "percent": percentCostRUB}
    +1466
    +1467                        else:
    +1468                            byComp[statData["name"]]["cost"] += costRUB
    +1469                            byComp[statData["name"]]["percent"] += percentCostRUB
    +1470
    +1471                    # adding distribution by unique sectors:
    +1472                    if statData["sector"] not in bySect.keys():
    +1473                        bySect[statData["sector"]] = {"cost": costRUB, "percent": percentCostRUB}
    +1474
    +1475                    else:
    +1476                        bySect[statData["sector"]]["cost"] += costRUB
    +1477                        bySect[statData["sector"]]["percent"] += percentCostRUB
    +1478
    +1479                # adding distribution by unique currencies:
    +1480                if currency not in byCurr.keys():
    +1481                    byCurr[currency] = {
    +1482                        "name": view["raw"]["currenciesCurrentPrices"][currency]["name"],
    +1483                        "cost": costRUB,
    +1484                        "percent": percentCostRUB
    +1485                    }
    +1486
    +1487                else:
    +1488                    byCurr[currency]["cost"] += costRUB
    +1489                    byCurr[currency]["percent"] += percentCostRUB
    +1490
    +1491                # saving statistics for every instrument:
    +1492                if item["instrumentType"] == "currency":
    +1493                    view["stat"]["Currencies"].append(statData)
    +1494
    +1495                    # update dict with free funds for trading (total - blocked) by currencies
    +1496                    # e.g. {"rub": {"total": 10000.99, "totalCostRUB": 10000.99, "free": 1234.56, "freeCostRUB": 1234.56}, "usd": {"total": 250.55, "totalCostRUB": 15375.80, "free": 125.05, "freeCostRUB": 7687.50}}
    +1497                    view["stat"]["funds"][currency] = {
    +1498                        "total": volume,
    +1499                        "totalCostRUB": costRUB,  # total volume cost in rubles
    +1500                        "free": volume - blocked,
    +1501                        "freeCostRUB": costRUB * ((volume - blocked) / volume) if volume > 0 else 0,  # free volume cost in rubles
    +1502                    }
    +1503
    +1504                elif item["instrumentType"] == "share":
    +1505                    view["stat"]["Shares"].append(statData)
    +1506
    +1507                elif item["instrumentType"] == "bond":
    +1508                    view["stat"]["Bonds"].append(statData)
    +1509
    +1510                elif item["instrumentType"] == "etf":
    +1511                    view["stat"]["Etfs"].append(statData)
    +1512
    +1513                elif item["instrumentType"] == "Futures":
    +1514                    view["stat"]["Futures"].append(statData)
    +1515
    +1516                else:
    +1517                    continue
    +1518
    +1519        # total changes in Russian Ruble:
    +1520        view["stat"]["availableRUB"] = view["stat"]["allCurrenciesCostRUB"] - sum([item["cost"] for item in view["stat"]["Currencies"]])  # available RUB without other currencies
    +1521        view["stat"]["totalChangesPercentRUB"] = NanoToFloat(view["raw"]["headers"]["expectedYield"]["units"], view["raw"]["headers"]["expectedYield"]["nano"]) if "expectedYield" in view["raw"]["headers"].keys() else 0.
    +1522        startCost = view["stat"]["portfolioCostRUB"] / (1 + view["stat"]["totalChangesPercentRUB"] / 100)
    +1523        view["stat"]["totalChangesRUB"] = view["stat"]["portfolioCostRUB"] - startCost
    +1524        view["stat"]["funds"]["rub"] = {
    +1525            "total": view["stat"]["availableRUB"],
    +1526            "totalCostRUB": view["stat"]["availableRUB"],
    +1527            "free": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    +1528            "freeCostRUB": view["stat"]["availableRUB"] - view["stat"]["blockedRUB"],
    +1529        }
    +1530
    +1531        # --- pending orders sector data:
    +1532        uniquePendingOrders = []
    +1533        uniquePendingOrdersFIGIs = []
    +1534        for item in view["raw"]["orders"]:
    +1535            if item["figi"] not in uniquePendingOrdersFIGIs:
    +1536                uniquePendingOrdersFIGIs.append(item["figi"])
    +1537                uniquePendingOrders.append(item)
    +1538
    +1539        for item in uniquePendingOrders:
    +1540            self.figi = item["figi"]
    +1541            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    +1542
    +1543            if instrument:
    +1544                action = TKS_ORDER_DIRECTIONS[item["direction"]]
    +1545                orderType = TKS_ORDER_TYPES[item["orderType"]]
    +1546                orderState = TKS_ORDER_STATES[item["executionReportStatus"]]
    +1547                orderDate = item["orderDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    +1548
    +1549                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    +1550                if item["direction"] == "ORDER_DIRECTION_BUY":
    +1551                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    +1552
    +1553                else:
    +1554                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    +1555
    +1556                # requested price for order execution:
    +1557                target = NanoToFloat(item["initialSecurityPrice"]["units"], item["initialSecurityPrice"]["nano"])
    +1558
    +1559                # necessary changes in percent to reach target from current price:
    +1560                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    +1561
    +1562                view["stat"]["orders"].append({
    +1563                    "orderID": item["orderId"],  # orderId number parameter of current order
    +1564                    "figi": item["figi"],  # FIGI identification
    +1565                    "ticker": instrument["ticker"],  # ticker name by FIGI
    +1566                    "lotsRequested": item["lotsRequested"],  # requested lots value
    +1567                    "lotsExecuted": item["lotsExecuted"],  # how many lots are executed
    +1568                    "currentPrice": lastPrice,  # current instrument's price for defined action
    +1569                    "targetPrice": target,  # requested price for order execution in base currency
    +1570                    "baseCurrencyName": item["initialSecurityPrice"]["currency"],  # name of base currency
    +1571                    "percentChanges": changes,  # changes in percent to target from current price
    +1572                    "currency": item["currency"],  # instrument's currency name
    +1573                    "action": action,  # sell / buy / Unknown from TKS_ORDER_DIRECTIONS
    +1574                    "type": orderType,  # type of order from TKS_ORDER_TYPES
    +1575                    "status": orderState,  # order status from TKS_ORDER_STATES
    +1576                    "date": orderDate,  # string with order date and time from UTC format (without nano seconds part)
    +1577                })
    +1578
    +1579        # --- stop orders sector data:
    +1580        uniqueStopOrders = []
    +1581        uniqueStopOrdersFIGIs = []
    +1582        for item in view["raw"]["stopOrders"]:
    +1583            if item["figi"] not in uniqueStopOrdersFIGIs:
    +1584                uniqueStopOrdersFIGIs.append(item["figi"])
    +1585                uniqueStopOrders.append(item)
    +1586
    +1587        for item in uniqueStopOrders:
    +1588            self.figi = item["figi"]
    +1589            instrument = self.SearchByFIGI(requestPrice=True)  # full raw info about instrument by FIGI
    +1590
    +1591            if instrument:
    +1592                action = TKS_STOP_ORDER_DIRECTIONS[item["direction"]]
    +1593                orderType = TKS_STOP_ORDER_TYPES[item["orderType"]]
    +1594                createDate = item["createDate"].replace("T", " ").replace("Z", "").split(".")[0]  # date in UTC format, e.g. "2022-12-31T23:59:59.123456Z"
    +1595
    +1596                # hack: server response can't contain "expirationTime" key if it is not "Until date" type of stop order
    +1597                if "expirationTime" in item.keys():
    +1598                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE"]
    +1599                    expDate = item["expirationTime"].replace("T", " ").replace("Z", "").split(".")[0]
    +1600
    +1601                else:
    +1602                    expType = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL"]
    +1603                    expDate = TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"]
    +1604
    +1605                # current instrument's price (last sellers order if buy, and last buyers order if sell):
    +1606                if item["direction"] == "STOP_ORDER_DIRECTION_BUY":
    +1607                    lastPrice = instrument["currentPrice"]["sell"][0]["price"] if instrument["currentPrice"]["sell"] else "N/A"
    +1608
    +1609                else:
    +1610                    lastPrice = instrument["currentPrice"]["buy"][0]["price"] if instrument["currentPrice"]["buy"] else "N/A"
    +1611
    +1612                # requested price when stop-order executed:
    +1613                target = NanoToFloat(item["stopPrice"]["units"], item["stopPrice"]["nano"])
    +1614
    +1615                # price for limit-order, set up when stop-order executed:
    +1616                limit = NanoToFloat(item["price"]["units"], item["price"]["nano"])
    +1617
    +1618                # necessary changes in percent to reach target from current price:
    +1619                changes = 100 * (lastPrice - target) / target if lastPrice != "N/A" and target > 0 else 0
    +1620
    +1621                view["stat"]["stopOrders"].append({
    +1622                    "orderID": item["stopOrderId"],  # stopOrderId number parameter of current stop-order
    +1623                    "figi": item["figi"],  # FIGI identification
    +1624                    "ticker": instrument["ticker"],  # ticker name by FIGI
    +1625                    "lotsRequested": item["lotsRequested"],  # requested lots value
    +1626                    "currentPrice": lastPrice,  # current instrument's price for defined action
    +1627                    "targetPrice": target,  # requested price for stop-order execution in base currency
    +1628                    "limitPrice": limit,  # price for limit-order, set up when stop-order executed, 0 if market order
    +1629                    "baseCurrencyName": item["stopPrice"]["currency"],  # name of base currency
    +1630                    "percentChanges": changes,  # changes in percent to target from current price
    +1631                    "currency": item["currency"],  # instrument's currency name
    +1632                    "action": action,  # sell / buy / Unknown from TKS_STOP_ORDER_DIRECTIONS
    +1633                    "type": orderType,  # type of order from TKS_STOP_ORDER_TYPES
    +1634                    "expType": expType,  # expiration type of stop-order from TKS_STOP_ORDER_EXPIRATION_TYPES
    +1635                    "createDate": createDate,  # string with created order date and time from UTC format (without nano seconds part)
    +1636                    "expDate": expDate,  # string with expiration order date and time from UTC format (without nano seconds part)
    +1637                })
    +1638
    +1639        # --- calculating data for analytics section:
    +1640        # portfolio distribution by assets:
    +1641        view["analytics"]["distrByAssets"] = {
    +1642            "Ruble": {
    +1643                "uniques": 1,
    +1644                "cost": view["stat"]["availableRUB"],
    +1645                "percent": 100 * view["stat"]["availableRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1646            },
    +1647            "Currencies": {
    +1648                "uniques": len(view["stat"]["Currencies"]),  # all foreign currencies without RUB
    +1649                "cost": view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"],
    +1650                "percent": 100 * (view["stat"]["allCurrenciesCostRUB"] - view["stat"]["availableRUB"]) / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1651            },
    +1652            "Shares": {
    +1653                "uniques": len(view["stat"]["Shares"]),
    +1654                "cost": view["stat"]["sharesCostRUB"],
    +1655                "percent": 100 * view["stat"]["sharesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1656            },
    +1657            "Bonds": {
    +1658                "uniques": len(view["stat"]["Bonds"]),
    +1659                "cost": view["stat"]["bondsCostRUB"],
    +1660                "percent": 100 * view["stat"]["bondsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1661            },
    +1662            "Etfs": {
    +1663                "uniques": len(view["stat"]["Etfs"]),
    +1664                "cost": view["stat"]["etfsCostRUB"],
    +1665                "percent": 100 * view["stat"]["etfsCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1666            },
    +1667            "Futures": {
    +1668                "uniques": len(view["stat"]["Futures"]),
    +1669                "cost": view["stat"]["futuresCostRUB"],
    +1670                "percent": 100 * view["stat"]["futuresCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1671            },
    +1672        }
    +1673
    +1674        # portfolio distribution by companies:
    +1675        view["analytics"]["distrByCompanies"]["All money cash"] = {
    +1676            "ticker": "",
    +1677            "cost": view["stat"]["allCurrenciesCostRUB"],
    +1678            "percent": 100 * view["stat"]["allCurrenciesCostRUB"] / view["stat"]["portfolioCostRUB"] if view["stat"]["portfolioCostRUB"] > 0 else 0.,
    +1679        }
    +1680        view["analytics"]["distrByCompanies"].update(byComp)
    +1681
    +1682        # portfolio distribution by sectors:
    +1683        view["analytics"]["distrBySectors"]["All money cash"] = {
    +1684            "cost": view["analytics"]["distrByCompanies"]["All money cash"]["cost"],
    +1685            "percent": view["analytics"]["distrByCompanies"]["All money cash"]["percent"],
    +1686        }
    +1687        view["analytics"]["distrBySectors"].update(bySect)
    +1688
    +1689        # portfolio distribution by currencies:
    +1690        view["analytics"]["distrByCurrencies"].update(byCurr)
    +1691        view["analytics"]["distrByCurrencies"]["rub"]["cost"] += view["analytics"]["distrByAssets"]["Ruble"]["cost"]
    +1692        view["analytics"]["distrByCurrencies"]["rub"]["percent"] += view["analytics"]["distrByAssets"]["Ruble"]["percent"]
    +1693
    +1694        # portfolio distribution by countries:
    +1695        view["analytics"]["distrByCountries"].update(byCountry)
    +1696
    +1697        # --- Prepare text statistics overview in human-readable:
    +1698        if showStatistics:
    +1699            # Whatever the value `details`, header not changes:
    +1700            info = [
    +1701                "# Client's portfolio\n\n",
    +1702                "* **Actual date:** [{} UTC]\n"
    +1703                "".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")),
    +1704            ]
    +1705
    +1706            if details in ["full", "positions", "digest"]:
    +1707                info.extend([
    +1708                    "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    +1709                    "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format(
    +1710                        "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    +1711                        view["stat"]["totalChangesRUB"],
    +1712                        "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    +1713                        view["stat"]["totalChangesPercentRUB"],
    +1714                    ),
    +1715                ])
    +1716
    +1717            if details in ["full", "positions"]:
    +1718                info.extend([
    +1719                    "## Open positions\n\n",
    +1720                    "| Ticker [FIGI]               | Volume (blocked)                | Lots     | Curr. price  | Avg. price   | Current volume cost | Profit (%)                   |\n",
    +1721                    "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|------------------------------|\n",
    +1722                    "| Ruble                       | {:>31} |          |              |              |                     |                              |\n".format(
    +1723                        "{:.2f} ({:.2f}) rub".format(
    +1724                            view["stat"]["availableRUB"],
    +1725                            view["stat"]["blockedRUB"],
    +1726                        )
    +1727                    )
    +1728                ])
    +1729
    +1730                def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list:
    +1731                    return [
    +1732                        "|                             |                                 |          |              |              |                     |                              |\n",
    +1733                        "| {:<27} |                                 |          |              |              | {:>19} |                              |\n".format(
    +1734                            noTradeStr if noTradeStr else typeStr,
    +1735                            "" if noTradeStr else "{:.2f} RUB".format(CostRUB),
    +1736                        ),
    +1737                    ]
    +1738
    +1739                def _InfoStr(data: dict, showCurrencyName: bool = False) -> str:
    +1740                    return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {:<28} |\n".format(
    +1741                        "{} [{}]".format(data["ticker"], data["figi"]),
    +1742                        "{:.2f} ({:.2f}) {}".format(
    +1743                            data["volume"],
    +1744                            data["blocked"],
    +1745                            data["currency"],
    +1746                        ) if showCurrencyName else "{:.0f} ({:.0f})".format(
    +1747                            data["volume"],
    +1748                            data["blocked"],
    +1749                        ),
    +1750                        "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]),
    +1751                        "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a",
    +1752                        "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a",
    +1753                        "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]),
    +1754                        "{}{:.2f} {} ({}{:.2f}%)".format(
    +1755                            "+" if data["profit"] > 0 else "",
    +1756                            data["profit"], data["baseCurrencyName"],
    +1757                            "+" if data["percentProfit"] > 0 else "",
    +1758                            data["percentProfit"],
    +1759                        ),
    +1760                    )
    +1761
    +1762                # --- Show currencies section:
    +1763                if view["stat"]["Currencies"]:
    +1764                    info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**"))
    +1765                    for item in view["stat"]["Currencies"]:
    +1766                        info.append(_InfoStr(item, showCurrencyName=True))
    +1767
    +1768                else:
    +1769                    info.extend(_SplitStr(noTradeStr="**Currencies:** no trades"))
    +1770
    +1771                # --- Show shares section:
    +1772                if view["stat"]["Shares"]:
    +1773                    info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**"))
    +1774
    +1775                    for item in view["stat"]["Shares"]:
    +1776                        info.append(_InfoStr(item))
    +1777
    +1778                else:
    +1779                    info.extend(_SplitStr(noTradeStr="**Shares:** no trades"))
    +1780
    +1781                # --- Show bonds section:
    +1782                if view["stat"]["Bonds"]:
    +1783                    info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**"))
    +1784
    +1785                    for item in view["stat"]["Bonds"]:
    +1786                        info.append(_InfoStr(item))
    +1787
    +1788                else:
    +1789                    info.extend(_SplitStr(noTradeStr="**Bonds:** no trades"))
    +1790
    +1791                # --- Show etfs section:
    +1792                if view["stat"]["Etfs"]:
    +1793                    info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**"))
    +1794
    +1795                    for item in view["stat"]["Etfs"]:
    +1796                        info.append(_InfoStr(item))
    +1797
    +1798                else:
    +1799                    info.extend(_SplitStr(noTradeStr="**Etfs:** no trades"))
    +1800
    +1801                # --- Show futures section:
    +1802                if view["stat"]["Futures"]:
    +1803                    info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**"))
    +1804
    +1805                    for item in view["stat"]["Futures"]:
    +1806                        info.append(_InfoStr(item))
    +1807
    +1808                else:
    +1809                    info.extend(_SplitStr(noTradeStr="**Futures:** no trades"))
    +1810
    +1811            if details in ["full", "orders"]:
    +1812                # --- Show pending orders section:
    +1813                if view["stat"]["orders"]:
    +1814                    info.extend([
    +1815                        "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])),
    +1816                        "\n| Ticker [FIGI]               | Order ID       | Lots (exec.) | Current price (% delta) | Target price  | Action    | Type      | Create date (UTC)       |\n",
    +1817                        "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|-------------------------|\n",
    +1818                    ])
    +1819
    +1820                    for item in view["stat"]["orders"]:
    +1821                        info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {:<23} |\n".format(
    +1822                            "{} [{}]".format(item["ticker"], item["figi"]),
    +1823                            item["orderID"],
    +1824                            "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]),
    +1825                            "{} {} ({}{:.2f}%)".format(
    +1826                                "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    +1827                                item["baseCurrencyName"],
    +1828                                "+" if item["percentChanges"] > 0 else "",
    +1829                                float(item["percentChanges"]),
    +1830                            ),
    +1831                            "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    +1832                            item["action"],
    +1833                            item["type"],
    +1834                            item["date"],
    +1835                        ))
    +1836
    +1837                else:
    +1838                    info.append("\n## Total pending limit-orders: 0\n")
    +1839
    +1840                # --- Show stop orders section:
    +1841                if view["stat"]["stopOrders"]:
    +1842                    info.extend([
    +1843                        "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])),
    +1844                        "\n| Ticker [FIGI]               | Stop order ID                        | Lots   | Current price (% delta) | Target price  | Limit price   | Action    | Type        | Expire type  | Create date (UTC)   | Expiration (UTC)    |\n",
    +1845                        "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------|\n",
    +1846                    ])
    +1847
    +1848                    for item in view["stat"]["stopOrders"]:
    +1849                        info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {:<19} |\n".format(
    +1850                            "{} [{}]".format(item["ticker"], item["figi"]),
    +1851                            item["orderID"],
    +1852                            item["lotsRequested"],
    +1853                            "{} {} ({}{:.2f}%)".format(
    +1854                                "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])),
    +1855                                item["baseCurrencyName"],
    +1856                                "+" if item["percentChanges"] > 0 else "",
    +1857                                float(item["percentChanges"]),
    +1858                            ),
    +1859                            "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]),
    +1860                            "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"],
    +1861                            item["action"],
    +1862                            item["type"],
    +1863                            item["expType"],
    +1864                            item["createDate"],
    +1865                            item["expDate"],
    +1866                        ))
    +1867
    +1868                else:
    +1869                    info.append("\n## Total stop-orders: 0\n")
    +1870
    +1871            if details in ["full", "analytics"]:
    +1872                # -- Show analytics section:
    +1873                if view["stat"]["portfolioCostRUB"] > 0:
    +1874                    info.extend([
    +1875                        "\n# Analytics\n"
    +1876                        "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]),
    +1877                        "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format(
    +1878                            "+" if view["stat"]["totalChangesRUB"] > 0 else "",
    +1879                            view["stat"]["totalChangesRUB"],
    +1880                            "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "",
    +1881                            view["stat"]["totalChangesPercentRUB"],
    +1882                        ),
    +1883                        "\n## Portfolio distribution by assets\n"
    +1884                        "\n| Type       | Uniques | Percent | Current cost       |\n",
    +1885                        "|------------|---------|---------|--------------------|\n",
    +1886                    ])
    +1887
    +1888                    for key in view["analytics"]["distrByAssets"].keys():
    +1889                        if view["analytics"]["distrByAssets"][key]["cost"] > 0:
    +1890                            info.append("| {:<10} | {:<7} | {:<7} | {:<18} |\n".format(
    +1891                                key,
    +1892                                view["analytics"]["distrByAssets"][key]["uniques"],
    +1893                                "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]),
    +1894                                "{:.2f} rub".format(view["analytics"]["distrByAssets"][key]["cost"]),
    +1895                            ))
    +1896
    +1897                    maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()])
    +1898                    info.extend([
    +1899                        "\n## Portfolio distribution by companies\n"
    +1900                        "\n| Company{} | Percent | Current cost       |\n".format(" " * (maxLenNames - 7)),
    +1901                        "|--------{}-|---------|--------------------|\n".format("-" * (maxLenNames - 7)),
    +1902                    ])
    +1903
    +1904                    for company in view["analytics"]["distrByCompanies"].keys():
    +1905                        if view["analytics"]["distrByCompanies"][company]["cost"] > 0:
    +1906                            nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"])
    +1907                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1908                                "{}{}{}".format(
    +1909                                    "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "",
    +1910                                    company,
    +1911                                    "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)),
    +1912                                ),
    +1913                                "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]),
    +1914                                "{:.2f} rub".format(view["analytics"]["distrByCompanies"][company]["cost"]),
    +1915                            ))
    +1916
    +1917                    maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()])
    +1918                    info.extend([
    +1919                        "\n## Portfolio distribution by sectors\n"
    +1920                        "\n| Sector{} | Percent | Current cost       |\n".format(" " * (maxLenSectors - 6)),
    +1921                        "|-------{}-|---------|--------------------|\n".format("-" * (maxLenSectors - 6)),
    +1922                    ])
    +1923
    +1924                    for sector in view["analytics"]["distrBySectors"].keys():
    +1925                        if view["analytics"]["distrBySectors"][sector]["cost"] > 0:
    +1926                            info.append("| {}{} | {:<7} | {:<18} |\n".format(
    +1927                                sector,
    +1928                                "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)),
    +1929                                "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]),
    +1930                                "{:.2f} rub".format(view["analytics"]["distrBySectors"][sector]["cost"]),
    +1931                            ))
    +1932
    +1933                    maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()])
    +1934                    info.extend([
    +1935                        "\n## Portfolio distribution by currencies\n"
    +1936                        "\n| Instruments currencies{} | Percent | Current cost       |\n".format(" " * (maxLenMoney - 22)),
    +1937                        "|-----------------------{}-|---------|--------------------|\n".format("-" * (maxLenMoney - 22)),
    +1938                    ])
    +1939
    +1940                    for curr in view["analytics"]["distrByCurrencies"].keys():
    +1941                        if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0:
    +1942                            nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"])
    +1943                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1944                                "[{}] {}{}".format(
    +1945                                    curr,
    +1946                                    view["analytics"]["distrByCurrencies"][curr]["name"],
    +1947                                    "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen),
    +1948                                ),
    +1949                                "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]),
    +1950                                "{:.2f} rub".format(view["analytics"]["distrByCurrencies"][curr]["cost"]),
    +1951                            ))
    +1952
    +1953                    maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()]))
    +1954                    info.extend([
    +1955                        "\n## Portfolio distribution by countries\n"
    +1956                        "\n| Assets by country{} | Percent | Current cost       |\n".format(" " * (maxLenCountry - 17)),
    +1957                        "|------------------{}-|---------|--------------------|\n".format("-" * (maxLenCountry - 17)),
    +1958                    ])
    +1959
    +1960                    for country in view["analytics"]["distrByCountries"].keys():
    +1961                        if view["analytics"]["distrByCountries"][country]["cost"] > 0:
    +1962                            nameLen = len(country)
    +1963                            info.append("| {} | {:<7} | {:<18} |\n".format(
    +1964                                "{}{}".format(
    +1965                                    country,
    +1966                                    "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen),
    +1967                                ),
    +1968                                "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]),
    +1969                                "{:.2f} rub".format(view["analytics"]["distrByCountries"][country]["cost"]),
    +1970                            ))
    +1971
    +1972            infoText = "".join(info)
    +1973
    +1974            if showStatistics:
    +1975                uLogger.info(infoText)
    +1976
    +1977            if details == "full" and self.overviewFile:
    +1978                filename = self.overviewFile
    +1979
    +1980            elif details == "digest" and self.overviewDigestFile:
    +1981                filename = self.overviewDigestFile
    +1982
    +1983            elif details == "positions" and self.overviewPositionsFile:
    +1984                filename = self.overviewPositionsFile
    +1985
    +1986            elif details == "orders" and self.overviewOrdersFile:
    +1987                filename = self.overviewOrdersFile
    +1988
    +1989            elif details == "analytics" and self.overviewAnalyticsFile:
    +1990                filename = self.overviewAnalyticsFile
    +1991
    +1992            else:
    +1993                filename = ""
    +1994
    +1995            if filename:
    +1996                with open(filename, "w", encoding="UTF-8") as fH:
    +1997                    fH.write(infoText)
    +1998
    +1999                uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(filename)))
    +2000
    +2001        return view
     

    Get portfolio: all open positions, orders and some statistics for defined accountId. -If overviewFile is define then also save information to file.

    +If overviewFile, overviewDigestFile, overviewPositionsFile, overviewOrdersFile, overviewAnalyticsFile +are defined then also save information to file.

    Parameters
    • showStatistics: if False then only dictionary returns, if True then show more debug information.
    • +
    • details: how detailed should the information be? You should specify one of strings: + full - shows full available information about portfolio status (by default), + positions - shows only open positions, + digest - show a short digest of the portfolio status, + analytics - shows only the analytics section and the distribution of the portfolio by various categories, + orders - shows only sections of open limits and stop orders.
    Returns
    @@ -9087,256 +9417,256 @@
    Returns
    -
    1933    def Deals(self, start: str = None, end: str = None, printDeals: bool = False, showCancelled: bool = True) -> tuple:
    -1934        """
    -1935        Returns history operations between two given dates.
    -1936        If `reportFile` string is not empty then also save human-readable report.
    -1937        Shows some statistical data of closed positions.
    -1938
    -1939        :param start: see docstring in `GetDatesAsString()` method
    -1940        :param end: see docstring in `GetDatesAsString()` method
    -1941        :param printDeals: if `True` then also print all records to the console.
    -1942        :param showCancelled: if `False` then remove information about cancelled operations from the deals report.
    -1943        :return: original list of dictionaries with history of deals records from API ("operations" key):
    -1944                 https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    -1945                 and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.
    -1946        """
    -1947        startDate, endDate = GetDatesAsString(start, end)  # Example: ("2000-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    -1948
    -1949        uLogger.debug("Requesting history of a client's operations. Wait, please...")
    -1950
    -1951        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    -1952        dealsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetOperations"
    -1953        self.body = str({"accountId": self.accountId, "from": startDate, "to": endDate})
    -1954        ops = self.SendAPIRequest(dealsURL, reqType="POST")["operations"]  # list of dict: operations returns by broker
    -1955        customStat = {}  # custom statistics in additional to responseJSON
    -1956
    -1957        # --- output report in human-readable format:
    -1958        if printDeals or self.reportFile:
    -1959            splitLine1 = "|                            |                               |                              |                      |\n"  # Summary section
    -1960            splitLine2 = "|                     |              |              |            |           |                 |            |\n"  # Operations section
    -1961            nextDay = ""
    -1962
    -1963            info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])]
    -1964
    -1965            if len(ops) > 0:
    -1966                customStat = {
    -1967                    "opsCount": 0,  # total operations count
    -1968                    "buyCount": 0,  # buy operations
    -1969                    "sellCount": 0,  # sell operations
    -1970                    "buyTotal": {"rub": 0.},  # Buy sums in different currencies
    -1971                    "sellTotal": {"rub": 0.},  # Sell sums in different currencies
    -1972                    "payIn": {"rub": 0.},  # Deposit brokerage account
    -1973                    "payOut": {"rub": 0.},  # Withdrawals
    -1974                    "divs": {"rub": 0.},  # Dividends income
    -1975                    "coupons": {"rub": 0.},  # Coupon's income
    -1976                    "brokerCom": {"rub": 0.},  # Service commissions
    -1977                    "serviceCom": {"rub": 0.},  # Service commissions
    -1978                    "marginCom": {"rub": 0.},  # Margin commissions
    -1979                    "allTaxes": {"rub": 0.},  # Sum of withholding taxes and corrections
    -1980                }
    -1981
    -1982                # --- calculating statistics depends on operations type in TKS_OPERATION_TYPES:
    -1983                for item in ops:
    -1984                    if item["state"] == "OPERATION_STATE_EXECUTED":
    -1985                        payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    -1986
    -1987                        # count buy operations:
    -1988                        if "_BUY" in item["operationType"]:
    -1989                            customStat["buyCount"] += 1
    -1990
    -1991                            if item["payment"]["currency"] in customStat["buyTotal"].keys():
    -1992                                customStat["buyTotal"][item["payment"]["currency"]] += payment
    -1993
    -1994                            else:
    -1995                                customStat["buyTotal"][item["payment"]["currency"]] = payment
    -1996
    -1997                        # count sell operations:
    -1998                        elif "_SELL" in item["operationType"]:
    -1999                            customStat["sellCount"] += 1
    -2000
    -2001                            if item["payment"]["currency"] in customStat["sellTotal"].keys():
    -2002                                customStat["sellTotal"][item["payment"]["currency"]] += payment
    -2003
    -2004                            else:
    -2005                                customStat["sellTotal"][item["payment"]["currency"]] = payment
    -2006
    -2007                        # count incoming operations:
    -2008                        elif item["operationType"] in ["OPERATION_TYPE_INPUT"]:
    -2009                            if item["payment"]["currency"] in customStat["payIn"].keys():
    -2010                                customStat["payIn"][item["payment"]["currency"]] += payment
    -2011
    -2012                            else:
    -2013                                customStat["payIn"][item["payment"]["currency"]] = payment
    -2014
    -2015                        # count withdrawals operations:
    -2016                        elif item["operationType"] in ["OPERATION_TYPE_OUTPUT"]:
    -2017                            if item["payment"]["currency"] in customStat["payOut"].keys():
    -2018                                customStat["payOut"][item["payment"]["currency"]] += payment
    -2019
    -2020                            else:
    -2021                                customStat["payOut"][item["payment"]["currency"]] = payment
    -2022
    -2023                        # count dividends income:
    -2024                        elif item["operationType"] in ["OPERATION_TYPE_DIVIDEND", "OPERATION_TYPE_DIVIDEND_TRANSFER", "OPERATION_TYPE_DIV_EXT"]:
    -2025                            if item["payment"]["currency"] in customStat["divs"].keys():
    -2026                                customStat["divs"][item["payment"]["currency"]] += payment
    -2027
    -2028                            else:
    -2029                                customStat["divs"][item["payment"]["currency"]] = payment
    -2030
    -2031                        # count coupon's income:
    -2032                        elif item["operationType"] in ["OPERATION_TYPE_COUPON", "OPERATION_TYPE_BOND_REPAYMENT_FULL", "OPERATION_TYPE_BOND_REPAYMENT"]:
    -2033                            if item["payment"]["currency"] in customStat["coupons"].keys():
    -2034                                customStat["coupons"][item["payment"]["currency"]] += payment
    -2035
    -2036                            else:
    -2037                                customStat["coupons"][item["payment"]["currency"]] = payment
    -2038
    -2039                        # count broker commissions:
    -2040                        elif item["operationType"] in ["OPERATION_TYPE_BROKER_FEE", "OPERATION_TYPE_SUCCESS_FEE", "OPERATION_TYPE_TRACK_MFEE", "OPERATION_TYPE_TRACK_PFEE"]:
    -2041                            if item["payment"]["currency"] in customStat["brokerCom"].keys():
    -2042                                customStat["brokerCom"][item["payment"]["currency"]] += payment
    -2043
    -2044                            else:
    -2045                                customStat["brokerCom"][item["payment"]["currency"]] = payment
    -2046
    -2047                        # count service commissions:
    -2048                        elif item["operationType"] in ["OPERATION_TYPE_SERVICE_FEE"]:
    -2049                            if item["payment"]["currency"] in customStat["serviceCom"].keys():
    -2050                                customStat["serviceCom"][item["payment"]["currency"]] += payment
    -2051
    -2052                            else:
    -2053                                customStat["serviceCom"][item["payment"]["currency"]] = payment
    -2054
    -2055                        # count margin commissions:
    -2056                        elif item["operationType"] in ["OPERATION_TYPE_MARGIN_FEE"]:
    -2057                            if item["payment"]["currency"] in customStat["marginCom"].keys():
    -2058                                customStat["marginCom"][item["payment"]["currency"]] += payment
    -2059
    -2060                            else:
    -2061                                customStat["marginCom"][item["payment"]["currency"]] = payment
    -2062
    -2063                        # count withholding taxes:
    -2064                        elif "_TAX" in item["operationType"]:
    -2065                            if item["payment"]["currency"] in customStat["allTaxes"].keys():
    -2066                                customStat["allTaxes"][item["payment"]["currency"]] += payment
    -2067
    -2068                            else:
    -2069                                customStat["allTaxes"][item["payment"]["currency"]] = payment
    -2070
    -2071                        else:
    -2072                            continue
    -2073
    -2074                customStat["opsCount"] += customStat["buyCount"] + customStat["sellCount"]
    -2075
    -2076                # --- view "Actions" lines:
    -2077                info.extend([
    -2078                    "| 1                          | 2                             | 3                            | 4                    | 5\n",
    -2079                    "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------\n",
    -2080                    "| **Actions:**               | Trades: {:<21} | Trading volumes:             |                      |\n".format(customStat["opsCount"]),
    -2081                    "|                            |   Buy: {:<22} | {:<28} |                      |\n".format(
    -2082                        "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    -2083                        "  rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else "  —",
    -2084                    ),
    -2085                    "|                            |   Sell: {:<21} | {:<28} |                      |\n".format(
    -2086                        "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    -2087                        "  rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else "  —",
    -2088                    ),
    -2089                ])
    -2090
    -2091                opsKeys = sorted(list(set(list(customStat["buyTotal"].keys()) + list(customStat["sellTotal"].keys()))))
    -2092                for key in opsKeys:
    -2093                    if key == "rub":
    -2094                        continue
    -2095
    -2096                    info.extend([
    -2097                        "|                            |                               | {:<28} |                      |\n".format(
    -2098                            "  {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0)
    -2099                        ),
    -2100                        "|                            |                               | {:<28} |                      |\n".format(
    -2101                            "  {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0)
    -2102                        ),
    -2103                    ])
    -2104
    -2105                info.append(splitLine1)
    -2106
    -2107                def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str:
    -2108                    return "|                            | {:<29} | {:<28} | {:<20} | {:<22}\n".format(
    -2109                            "  {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else "  —",
    -2110                            "  {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else "  —",
    -2111                            "  {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else "  —",
    -2112                            "  {}: {}{:.2f}".format(cur, "+" if data4[cur] > 0 else "", data4[cur]) if cur and cur in data4.keys() and data4[cur] != 0 else "  —",
    -2113                    )
    -2114
    -2115                # --- view "Payments" lines:
    -2116                info.append("| **Payments:**              | Deposit on broker account:    | Withdrawals:                 | Dividends income:    | Coupons income:\n")
    -2117                paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys()))))
    -2118
    -2119                for key in paymentsKeys:
    -2120                    info.append(_InfoStr(customStat["payIn"], customStat["payOut"], customStat["divs"], customStat["coupons"], key))
    -2121
    -2122                info.append(splitLine1)
    -2123
    -2124                # --- view "Commissions and taxes" lines:
    -2125                info.append("| **Commissions and taxes:** | Broker commissions:           | Service commissions:         | Margin commissions:  | All taxes/corrections:\n")
    -2126                comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys()))))
    -2127
    -2128                for key in comKeys:
    -2129                    info.append(_InfoStr(customStat["brokerCom"], customStat["serviceCom"], customStat["marginCom"], customStat["allTaxes"], key))
    -2130
    -2131                info.append(splitLine1)
    -2132
    -2133                info.extend([
    -2134                    "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"),
    -2135                    "| Date and time       | FIGI         | Ticker       | Asset      | Value     | Payment         | Status     | Operation type\n",
    -2136                    "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------\n",
    -2137                ])
    -2138
    -2139            else:
    -2140                info.append("Broker returned no operations during this period\n")
    -2141
    -2142            # --- view "Operations" section:
    -2143            for item in ops:
    -2144                if not showCancelled and TKS_OPERATION_STATES[item["state"]] == TKS_OPERATION_STATES["OPERATION_STATE_CANCELED"]:
    -2145                    continue
    -2146
    -2147                else:
    -2148                    self.figi = item["figi"] if item["figi"] else ""
    -2149                    payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    -2150                    instrument = self.SearchByFIGI(requestPrice=False) if self.figi else {}
    -2151
    -2152                    # group of deals during one day:
    -2153                    if nextDay and item["date"].split("T")[0] != nextDay:
    -2154                        info.append(splitLine2)
    -2155                        nextDay = ""
    -2156
    -2157                    else:
    -2158                        nextDay = item["date"].split("T")[0]  # saving current day for splitting
    -2159
    -2160                    info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {}\n".format(
    -2161                        item["date"].replace("T", " ").replace("Z", "").split(".")[0],
    -2162                        self.figi if self.figi else "—",
    -2163                        instrument["ticker"] if instrument else "—",
    -2164                        instrument["type"] if instrument else "—",
    -2165                        item["quantity"] if int(item["quantity"]) > 0 else "—",
    -2166                        "{}{:.2f} {}".format("+" if payment > 0 else "", payment, item["payment"]["currency"]) if payment != 0 else "—",
    -2167                        TKS_OPERATION_STATES[item["state"]],
    -2168                        TKS_OPERATION_TYPES[item["operationType"]],
    -2169                    ))
    -2170
    -2171            infoText = "".join(info)
    -2172
    -2173            if printDeals:
    -2174                uLogger.info(infoText)
    -2175
    -2176            if self.reportFile:
    -2177                with open(self.reportFile, "w", encoding="UTF-8") as fH:
    -2178                    fH.write(infoText)
    -2179
    -2180                uLogger.info("History of a client's operations are saved to file: [{}]".format(os.path.abspath(self.reportFile)))
    -2181
    -2182        return ops, customStat
    +            
    2003    def Deals(self, start: str = None, end: str = None, printDeals: bool = False, showCancelled: bool = True) -> tuple:
    +2004        """
    +2005        Returns history operations between two given dates.
    +2006        If `reportFile` string is not empty then also save human-readable report.
    +2007        Shows some statistical data of closed positions.
    +2008
    +2009        :param start: see docstring in `GetDatesAsString()` method
    +2010        :param end: see docstring in `GetDatesAsString()` method
    +2011        :param printDeals: if `True` then also prints all records to the console.
    +2012        :param showCancelled: if `False` then remove information about cancelled operations from the deals report.
    +2013        :return: original list of dictionaries with history of deals records from API ("operations" key):
    +2014                 https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    +2015                 and dictionary with custom stats: operations in different currencies, withdrawals, incomes etc.
    +2016        """
    +2017        startDate, endDate = GetDatesAsString(start, end)  # Example: ("2000-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    +2018
    +2019        uLogger.debug("Requesting history of a client's operations. Wait, please...")
    +2020
    +2021        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations
    +2022        dealsURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OperationsService/GetOperations"
    +2023        self.body = str({"accountId": self.accountId, "from": startDate, "to": endDate})
    +2024        ops = self.SendAPIRequest(dealsURL, reqType="POST")["operations"]  # list of dict: operations returns by broker
    +2025        customStat = {}  # custom statistics in additional to responseJSON
    +2026
    +2027        # --- output report in human-readable format:
    +2028        if printDeals or self.reportFile:
    +2029            splitLine1 = "|                            |                               |                              |                      |                        |\n"  # Summary section
    +2030            splitLine2 = "|                     |              |              |            |           |                 |            |                                                                    |\n"  # Operations section
    +2031            nextDay = ""
    +2032
    +2033            info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])]
    +2034
    +2035            if len(ops) > 0:
    +2036                customStat = {
    +2037                    "opsCount": 0,  # total operations count
    +2038                    "buyCount": 0,  # buy operations
    +2039                    "sellCount": 0,  # sell operations
    +2040                    "buyTotal": {"rub": 0.},  # Buy sums in different currencies
    +2041                    "sellTotal": {"rub": 0.},  # Sell sums in different currencies
    +2042                    "payIn": {"rub": 0.},  # Deposit brokerage account
    +2043                    "payOut": {"rub": 0.},  # Withdrawals
    +2044                    "divs": {"rub": 0.},  # Dividends income
    +2045                    "coupons": {"rub": 0.},  # Coupon's income
    +2046                    "brokerCom": {"rub": 0.},  # Service commissions
    +2047                    "serviceCom": {"rub": 0.},  # Service commissions
    +2048                    "marginCom": {"rub": 0.},  # Margin commissions
    +2049                    "allTaxes": {"rub": 0.},  # Sum of withholding taxes and corrections
    +2050                }
    +2051
    +2052                # --- calculating statistics depends on operations type in TKS_OPERATION_TYPES:
    +2053                for item in ops:
    +2054                    if item["state"] == "OPERATION_STATE_EXECUTED":
    +2055                        payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    +2056
    +2057                        # count buy operations:
    +2058                        if "_BUY" in item["operationType"]:
    +2059                            customStat["buyCount"] += 1
    +2060
    +2061                            if item["payment"]["currency"] in customStat["buyTotal"].keys():
    +2062                                customStat["buyTotal"][item["payment"]["currency"]] += payment
    +2063
    +2064                            else:
    +2065                                customStat["buyTotal"][item["payment"]["currency"]] = payment
    +2066
    +2067                        # count sell operations:
    +2068                        elif "_SELL" in item["operationType"]:
    +2069                            customStat["sellCount"] += 1
    +2070
    +2071                            if item["payment"]["currency"] in customStat["sellTotal"].keys():
    +2072                                customStat["sellTotal"][item["payment"]["currency"]] += payment
    +2073
    +2074                            else:
    +2075                                customStat["sellTotal"][item["payment"]["currency"]] = payment
    +2076
    +2077                        # count incoming operations:
    +2078                        elif item["operationType"] in ["OPERATION_TYPE_INPUT"]:
    +2079                            if item["payment"]["currency"] in customStat["payIn"].keys():
    +2080                                customStat["payIn"][item["payment"]["currency"]] += payment
    +2081
    +2082                            else:
    +2083                                customStat["payIn"][item["payment"]["currency"]] = payment
    +2084
    +2085                        # count withdrawals operations:
    +2086                        elif item["operationType"] in ["OPERATION_TYPE_OUTPUT"]:
    +2087                            if item["payment"]["currency"] in customStat["payOut"].keys():
    +2088                                customStat["payOut"][item["payment"]["currency"]] += payment
    +2089
    +2090                            else:
    +2091                                customStat["payOut"][item["payment"]["currency"]] = payment
    +2092
    +2093                        # count dividends income:
    +2094                        elif item["operationType"] in ["OPERATION_TYPE_DIVIDEND", "OPERATION_TYPE_DIVIDEND_TRANSFER", "OPERATION_TYPE_DIV_EXT"]:
    +2095                            if item["payment"]["currency"] in customStat["divs"].keys():
    +2096                                customStat["divs"][item["payment"]["currency"]] += payment
    +2097
    +2098                            else:
    +2099                                customStat["divs"][item["payment"]["currency"]] = payment
    +2100
    +2101                        # count coupon's income:
    +2102                        elif item["operationType"] in ["OPERATION_TYPE_COUPON", "OPERATION_TYPE_BOND_REPAYMENT_FULL", "OPERATION_TYPE_BOND_REPAYMENT"]:
    +2103                            if item["payment"]["currency"] in customStat["coupons"].keys():
    +2104                                customStat["coupons"][item["payment"]["currency"]] += payment
    +2105
    +2106                            else:
    +2107                                customStat["coupons"][item["payment"]["currency"]] = payment
    +2108
    +2109                        # count broker commissions:
    +2110                        elif item["operationType"] in ["OPERATION_TYPE_BROKER_FEE", "OPERATION_TYPE_SUCCESS_FEE", "OPERATION_TYPE_TRACK_MFEE", "OPERATION_TYPE_TRACK_PFEE"]:
    +2111                            if item["payment"]["currency"] in customStat["brokerCom"].keys():
    +2112                                customStat["brokerCom"][item["payment"]["currency"]] += payment
    +2113
    +2114                            else:
    +2115                                customStat["brokerCom"][item["payment"]["currency"]] = payment
    +2116
    +2117                        # count service commissions:
    +2118                        elif item["operationType"] in ["OPERATION_TYPE_SERVICE_FEE"]:
    +2119                            if item["payment"]["currency"] in customStat["serviceCom"].keys():
    +2120                                customStat["serviceCom"][item["payment"]["currency"]] += payment
    +2121
    +2122                            else:
    +2123                                customStat["serviceCom"][item["payment"]["currency"]] = payment
    +2124
    +2125                        # count margin commissions:
    +2126                        elif item["operationType"] in ["OPERATION_TYPE_MARGIN_FEE"]:
    +2127                            if item["payment"]["currency"] in customStat["marginCom"].keys():
    +2128                                customStat["marginCom"][item["payment"]["currency"]] += payment
    +2129
    +2130                            else:
    +2131                                customStat["marginCom"][item["payment"]["currency"]] = payment
    +2132
    +2133                        # count withholding taxes:
    +2134                        elif "_TAX" in item["operationType"]:
    +2135                            if item["payment"]["currency"] in customStat["allTaxes"].keys():
    +2136                                customStat["allTaxes"][item["payment"]["currency"]] += payment
    +2137
    +2138                            else:
    +2139                                customStat["allTaxes"][item["payment"]["currency"]] = payment
    +2140
    +2141                        else:
    +2142                            continue
    +2143
    +2144                customStat["opsCount"] += customStat["buyCount"] + customStat["sellCount"]
    +2145
    +2146                # --- view "Actions" lines:
    +2147                info.extend([
    +2148                    "| 1                          | 2                             | 3                            | 4                    | 5                      |\n",
    +2149                    "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------|\n",
    +2150                    "| **Actions:**               | Trades: {:<21} | Trading volumes:             |                      |                        |\n".format(customStat["opsCount"]),
    +2151                    "|                            |   Buy: {:<22} | {:<28} |                      |                        |\n".format(
    +2152                        "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    +2153                        "  rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else "  —",
    +2154                    ),
    +2155                    "|                            |   Sell: {:<21} | {:<28} |                      |                        |\n".format(
    +2156                        "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0,
    +2157                        "  rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else "  —",
    +2158                    ),
    +2159                ])
    +2160
    +2161                opsKeys = sorted(list(set(list(customStat["buyTotal"].keys()) + list(customStat["sellTotal"].keys()))))
    +2162                for key in opsKeys:
    +2163                    if key == "rub":
    +2164                        continue
    +2165
    +2166                    info.extend([
    +2167                        "|                            |                               | {:<28} |                      |                        |\n".format(
    +2168                            "  {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0)
    +2169                        ),
    +2170                        "|                            |                               | {:<28} |                      |                        |\n".format(
    +2171                            "  {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0)
    +2172                        ),
    +2173                    ])
    +2174
    +2175                info.append(splitLine1)
    +2176
    +2177                def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str:
    +2178                    return "|                            | {:<29} | {:<28} | {:<20} | {:<22} |\n".format(
    +2179                            "  {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else "  —",
    +2180                            "  {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else "  —",
    +2181                            "  {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else "  —",
    +2182                            "  {}: {}{:.2f}".format(cur, "+" if data4[cur] > 0 else "", data4[cur]) if cur and cur in data4.keys() and data4[cur] != 0 else "  —",
    +2183                    )
    +2184
    +2185                # --- view "Payments" lines:
    +2186                info.append("| **Payments:**              | Deposit on broker account:    | Withdrawals:                 | Dividends income:    | Coupons income:        |\n")
    +2187                paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys()))))
    +2188
    +2189                for key in paymentsKeys:
    +2190                    info.append(_InfoStr(customStat["payIn"], customStat["payOut"], customStat["divs"], customStat["coupons"], key))
    +2191
    +2192                info.append(splitLine1)
    +2193
    +2194                # --- view "Commissions and taxes" lines:
    +2195                info.append("| **Commissions and taxes:** | Broker commissions:           | Service commissions:         | Margin commissions:  | All taxes/corrections: |\n")
    +2196                comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys()))))
    +2197
    +2198                for key in comKeys:
    +2199                    info.append(_InfoStr(customStat["brokerCom"], customStat["serviceCom"], customStat["marginCom"], customStat["allTaxes"], key))
    +2200
    +2201                info.append(splitLine1)
    +2202
    +2203                info.extend([
    +2204                    "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"),
    +2205                    "| Date and time       | FIGI         | Ticker       | Asset      | Value     | Payment         | Status     | Operation type                                                     |\n",
    +2206                    "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------|\n",
    +2207                ])
    +2208
    +2209            else:
    +2210                info.append("Broker returned no operations during this period\n")
    +2211
    +2212            # --- view "Operations" section:
    +2213            for item in ops:
    +2214                if not showCancelled and TKS_OPERATION_STATES[item["state"]] == TKS_OPERATION_STATES["OPERATION_STATE_CANCELED"]:
    +2215                    continue
    +2216
    +2217                else:
    +2218                    self.figi = item["figi"] if item["figi"] else ""
    +2219                    payment = NanoToFloat(item["payment"]["units"], item["payment"]["nano"])
    +2220                    instrument = self.SearchByFIGI(requestPrice=False) if self.figi else {}
    +2221
    +2222                    # group of deals during one day:
    +2223                    if nextDay and item["date"].split("T")[0] != nextDay:
    +2224                        info.append(splitLine2)
    +2225                        nextDay = ""
    +2226
    +2227                    else:
    +2228                        nextDay = item["date"].split("T")[0]  # saving current day for splitting
    +2229
    +2230                    info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {:<66} |\n".format(
    +2231                        item["date"].replace("T", " ").replace("Z", "").split(".")[0],
    +2232                        self.figi if self.figi else "—",
    +2233                        instrument["ticker"] if instrument else "—",
    +2234                        instrument["type"] if instrument else "—",
    +2235                        item["quantity"] if int(item["quantity"]) > 0 else "—",
    +2236                        "{}{:.2f} {}".format("+" if payment > 0 else "", payment, item["payment"]["currency"]) if payment != 0 else "—",
    +2237                        TKS_OPERATION_STATES[item["state"]],
    +2238                        TKS_OPERATION_TYPES[item["operationType"]],
    +2239                    ))
    +2240
    +2241            infoText = "".join(info)
    +2242
    +2243            if printDeals:
    +2244                uLogger.info(infoText)
    +2245
    +2246            if self.reportFile:
    +2247                with open(self.reportFile, "w", encoding="UTF-8") as fH:
    +2248                    fH.write(infoText)
    +2249
    +2250                uLogger.info("History of a client's operations are saved to file: [{}]".format(os.path.abspath(self.reportFile)))
    +2251
    +2252        return ops, customStat
     
    @@ -9349,7 +9679,7 @@
    Parameters
    • start: see docstring in GetDatesAsString() method
    • end: see docstring in GetDatesAsString() method
    • -
    • printDeals: if True then also print all records to the console.
    • +
    • printDeals: if True then also prints all records to the console.
    • showCancelled: if False then remove information about cancelled operations from the deals report.
    @@ -9369,196 +9699,221 @@
    Returns
    def - History(self, onlyMissing: bool = False) + History( self, start: str = None, end: str = None, interval: str = 'hour', onlyMissing: bool = False, csvSep: str = ',', printCandles: bool = False) -> pandas.core.frame.DataFrame:
    -
    2184    def History(self, onlyMissing: bool = False):
    -2185        """
    -2186        This method returns last history candles of the current instrument defined by `ticker`.
    -2187        If `historyFile` is not None then method save history to this file, otherwise return only pandas dataframe.
    -2188        `historyLength` define how many candles returns from past to current date.
    -2189        `historyInterval` define candle interval. Available values are strings: `"1min"`, `"2min"`, `"3min"`, `"5min"`,
    -2190        `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`.
    -2191        Maximum requested history date in the past: `1970.01.02 03:45`
    -2192
    -2193        :param onlyMissing: if history file define then add only last missing candles, do not request all history length. False by default.
    -2194                            WARNING! History appends only from last candle to current time with replace last candle! Intervals must be similar!
    -2195        :return: pandas dataframe with prices history. Columns: `date`, `time`, `open`, `high`, `low`, `close`, `volume`.
    -2196        """
    -2197        history = None  # empty pandas object for history
    -2198        # TODO: update history to work with api v2
    -2199        # if self.historyLength < 1:
    -2200        #     raise Exception("History length parameter must be >=1!")
    -2201        #
    -2202        # if self.historyInterval not in TKS_TIMEFRAMES.keys():
    -2203        #     raise Exception("Interval parameter must be string with available values: 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month.")
    -2204        #
    -2205        # if not (self.ticker or self.figi):
    -2206        #     raise Exception("self.ticker or self.figi variables must be defined!")
    -2207        #
    -2208        # if self.ticker and not self.figi:
    -2209        #     instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False)
    -2210        #     self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    -2211        #
    -2212        # endDate = datetime.now(tzutc())  # current time for request history
    -2213        # tempOld = None  # pandas object for old history, if --only-missing key present
    -2214        # lastTime = None  # datetime object of last old candle in file
    -2215        # minStartDate = datetime.strptime("1970.01.02 03:45", "%Y.%m.%d %H:%M").astimezone(tzutc())  # Maximum requested history date in the past
    -2216        #
    -2217        # # get old history saved earlier in file:
    -2218        # if onlyMissing and self.historyFile and os.path.exists(self.historyFile):
    -2219        #     uLogger.debug("--only-missing key present, so auto decreasing --length value...")
    -2220        #     uLogger.debug("Only append missing last history candles at the end of the file [{}]".format(os.path.abspath(self.historyFile)))
    -2221        #
    -2222        #     tempOld = pd.read_csv(self.historyFile, sep=",", header=None, names=["date", "time", "open", "high", "low", "close", "volume"])
    -2223        #
    -2224        #     tempOld["date"] = pd.to_datetime(tempOld["date"])  # load date "as is"
    -2225        #     tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d")  # convert date to string
    -2226        #     tempOld["time"] = pd.to_datetime(tempOld["time"])  # load time "as is"
    -2227        #     tempOld["time"] = tempOld["time"].dt.strftime("%H:%M")  # convert time to string
    -2228        #
    -2229        #     # get last datetime object from last string in file or minus 1 delta if file is empty:
    -2230        #     if len(tempOld) > 0:
    -2231        #         lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").astimezone(tzutc())
    -2232        #
    -2233        #     else:
    -2234        #         lastTime = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"])
    -2235        #         uLogger.warning("No history in file, set last date to request at [{}]".format(lastTime))
    -2236        #
    -2237        #     delta = endDate - lastTime  # current time minus last time in file
    -2238        #     deltaMinutes = delta.days * 1440 + delta.seconds // 60  # minutes between last datetime and current datetime
    -2239        #
    -2240        #     # calculate new (decreased) history length to download:
    -2241        #     self.historyLength = deltaMinutes // TKS_TIMEFRAMES[self.historyInterval]["minutes"]
    -2242        #     if deltaMinutes % TKS_TIMEFRAMES[self.historyInterval]["minutes"] > 0:
    -2243        #         self.historyLength += 1  # to avoid fraction time
    -2244        #
    -2245        #     tempOld = tempOld[:-1]  # always remove last old candle because it may be incompletely at the current time
    -2246        #
    -2247        # if self.figi:
    -2248        #     blocks = 1 if self.historyLength <= TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] else 1 + self.historyLength // TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]
    -2249        #     responseJSONs = []  # raw history blocks
    -2250        #
    -2251        #     uLogger.debug("Request last history from Tinkoff Broker server for ticker [{}], FIGI [{}]...".format(self.ticker, self.figi))
    -2252        #
    -2253        #     uLogger.debug("Requested history length: [{}], interval: [{}]".format(self.historyLength, self.historyInterval))
    -2254        #     uLogger.debug("User requested time period is about from [{}] to [{}]".format(
    -2255        #         (endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * self.historyLength)).strftime("%Y-%m-%d %H:%M:%S"),
    -2256        #         endDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2257        #     ))
    -2258        #
    -2259        #     uLogger.debug("Blocks count: [{}], max candles in block for this interval: [{}]".format(blocks, TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]))
    -2260        #
    -2261        #     oldFlag = False
    -2262        #     for item in range(blocks):
    -2263        #         tail = self.historyLength % TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] if item + 1 == blocks else TKS_TIMEFRAMES[self.historyInterval]["maxCandles"]
    -2264        #         startDate = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * tail)
    -2265        #
    -2266        #         if startDate < minStartDate:
    -2267        #             startDate = minStartDate  # set minimum date in the past if delta is too long
    -2268        #             uLogger.debug("Date in the past is too old for request. Set start time to [{}]".format(minStartDate.strftime("%Y-%m-%d %H:%M:%S")))
    -2269        #             oldFlag = True
    -2270        #
    -2271        #         uLogger.debug("Block time period: from [{}] to [{}] ({}/{})".format(
    -2272        #             startDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2273        #             endDate.strftime("%Y-%m-%d %H:%M:%S"),
    -2274        #             item + 1,
    -2275        #             blocks,
    -2276        #         ))
    -2277        #
    -2278        #         historyURL = self.server + r"/market/candles?figi={}&from={}&to={}&interval={}".format(
    -2279        #             self.figi,
    -2280        #             quote(startDate.isoformat()),
    -2281        #             quote(endDate.isoformat()),
    -2282        #             self.historyInterval,
    -2283        #         )
    -2284        #         responseJSON = self.SendAPIRequest(historyURL, debug=False)["payload"]["candles"]
    -2285        #
    -2286        #         responseJSONs = responseJSON + responseJSONs  # add more old history behind newest dates
    -2287        #         endDate = startDate
    -2288        #
    -2289        #         if oldFlag: break
    -2290        #
    -2291        #     if responseJSONs:
    -2292        #         tempHistory = pd.DataFrame(
    -2293        #             data={
    -2294        #                 "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    -2295        #                 "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    -2296        #                 "open": [item["o"] for item in responseJSONs],
    -2297        #                 "high": [item["h"] for item in responseJSONs],
    -2298        #                 "low": [item["l"] for item in responseJSONs],
    -2299        #                 "close": [item["c"] for item in responseJSONs],
    -2300        #                 "volume": [item["v"] for item in responseJSONs],
    -2301        #             },
    -2302        #             index=range(len(responseJSONs)),
    -2303        #             columns=["date", "time", "open", "high", "low", "close", "volume"],
    -2304        #         )
    -2305        #         tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d")
    -2306        #         tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M")
    -2307        #
    -2308        #         # append only newest candles to old history if --only-missing key present:
    -2309        #         if onlyMissing and tempOld is not None and lastTime is not None:
    -2310        #             indx = 0  # find start index in given from server tempHistory data:
    -2311        #             for i, item in tempHistory.iterrows():
    -2312        #                 curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").astimezone(tzutc())
    -2313        #                 if curTime == lastTime:
    -2314        #                     uLogger.debug("History candles will be updated starting from the candle with date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S")))
    -2315        #                     indx = i
    -2316        #                     break
    -2317        #
    -2318        #             history = tempOld.append(tempHistory[indx:], ignore_index=True)
    -2319        #
    -2320        #         else:
    -2321        #             history = tempHistory  # if no --only-missing key then load full data from server
    -2322        #
    -2323        #         uLogger.debug("Showing last 3 rows of candles history:")
    -2324        #         for line in pd.DataFrame.to_string(
    -2325        #                 history[["date", "time", "open", "high", "low", "close", "volume"]][-3:],
    -2326        #                 max_cols=20,
    -2327        #         ).split("\n"):
    -2328        #             uLogger.debug(line)
    -2329        #
    -2330        #     if self.historyFile is not None:
    -2331        #         if history is not None:
    -2332        #             history.to_csv(self.historyFile, sep=",", index=False, header=False)
    -2333        #             uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(
    -2334        #                 self.ticker,
    -2335        #                 self.figi,
    -2336        #                 self.historyInterval,
    -2337        #                 os.path.abspath(self.historyFile),
    -2338        #             ))
    -2339        #
    -2340        #         else:
    -2341        #             uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile)))
    -2342        #
    -2343        #     else:
    -2344        #         uLogger.debug("--output key is not defined. Parsed history file not saved to .csv-file, only pandas dataframe returns.")
    -2345
    -2346        return history
    +            
    2254    def History(self, start: str = None, end: str = None, interval: str = "hour", onlyMissing: bool = False,
    +2255                csvSep: str = ",", printCandles: bool = False,
    +2256                ) -> pd.DataFrame:
    +2257        """
    +2258        This method returns last history candles of the current instrument defined by `ticker` or `figi` (FIGI id).
    +2259
    +2260        History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`.
    +2261        Warning! Broker server used ISO UTC time by default.
    +2262
    +2263        If `historyFile` is not `None` then method save history to file, otherwise return only pandas dataframe.
    +2264        Also, `historyFile` used to update history with `onlyMissing` parameter.
    +2265
    +2266        :param start: see docstring in `GetDatesAsString()` method.
    +2267        :param end: see docstring in `GetDatesAsString()` method.
    +2268        :param interval: this is a candle interval. Current available values are `"1min"`, `"5min"`, `"15min"`,
    +2269                         `"hour"`, `"day"`. Default: `"hour"`.
    +2270        :param onlyMissing: if `True` then add only last missing candles, do not request all history length from `start`.
    +2271                            False by default. Warning! History appends only from last candle to current time
    +2272                            with always update last candle!
    +2273        :param csvSep: separator if .csv-file is used, `,` by default.
    +2274        :param printCandles: if `True` then also prints pandas dataframe to the console.
    +2275        :return: pandas dataframe with prices history. Headers of columns are defined by default:
    +2276                 `["date", "time", "open", "high", "low", "close", "volume"]`.
    +2277        """
    +2278        strStartDate, strEndDate = GetDatesAsString(start, end)  # example: ("2020-01-01T00:00:00Z", "2022-12-31T23:59:59Z")
    +2279        headers = ["date", "time", "open", "high", "low", "close", "volume"]  # sequence and names of column headers
    +2280        history = None  # empty pandas object for history
    +2281
    +2282        if interval not in TKS_CANDLE_INTERVALS.keys():
    +2283            raise Exception("Interval parameter must be string with current available values: `1min`, `5min`, `15min`, `hour` and `day`.")
    +2284
    +2285        if not (self.ticker or self.figi):
    +2286            raise Exception("Ticker or FIGI must be defined!")
    +2287
    +2288        if self.ticker and not self.figi:
    +2289            instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False)
    +2290            self.figi = instrumentByTicker["figi"] if instrumentByTicker else ""
    +2291
    +2292        if self.figi and not self.ticker:
    +2293            instrumentByFIGI = self.SearchByFIGI(requestPrice=False, debug=False)
    +2294            self.ticker = instrumentByFIGI["ticker"] if instrumentByFIGI else ""
    +2295
    +2296        dtStart = datetime.strptime(strStartDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc())  # datetime object from start time string
    +2297        dtEnd = datetime.strptime(strEndDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc())  # datetime object from end time string
    +2298        if interval.lower() != "day":
    +2299            dtEnd += timedelta(seconds=1)  # adds 1 sec for requests, because day end returned by `GetDatesAsString()` as 23:59:59
    +2300
    +2301        delta = dtEnd - dtStart  # current UTC time minus last time in file
    +2302        deltaMinutes = delta.days * 1440 + delta.seconds // 60  # minutes between start and end dates
    +2303
    +2304        # calculate history length in candles:
    +2305        length = deltaMinutes // TKS_CANDLE_INTERVALS[interval][1]
    +2306        if deltaMinutes % TKS_CANDLE_INTERVALS[interval][1] > 0:
    +2307            length += 1  # to avoid fraction time
    +2308
    +2309        # calculate data blocks count:
    +2310        blocks = 1 if length < TKS_CANDLE_INTERVALS[interval][2] else 1 + length // TKS_CANDLE_INTERVALS[interval][2]
    +2311
    +2312        uLogger.debug("Original requested time period in local time: from [{}] to [{}]".format(start, end))
    +2313        uLogger.debug("Requested time period is about from [{}] UTC to [{}] UTC".format(strStartDate, strEndDate))
    +2314        uLogger.debug("Calculated history length: [{}], interval: [{}]".format(length, interval))
    +2315        uLogger.debug("Data blocks, count: [{}], max candles in block: [{}]".format(blocks, TKS_CANDLE_INTERVALS[interval][2]))
    +2316        uLogger.debug("Requesting history candlesticks, ticker: [{}], FIGI: [{}]. Wait, please...".format(self.ticker, self.figi))
    +2317
    +2318        tempOld = None  # pandas object for old history, if --only-missing key present
    +2319        lastTime = None  # datetime object of last old candle in file
    +2320
    +2321        if onlyMissing and self.historyFile is not None and self.historyFile and os.path.exists(self.historyFile):
    +2322            uLogger.debug("--only-missing key present, add only last missing candles...")
    +2323            uLogger.debug("History file will be updated: [{}]".format(os.path.abspath(self.historyFile)))
    +2324
    +2325            tempOld = pd.read_csv(self.historyFile, sep=csvSep, header=None, names=headers)
    +2326
    +2327            tempOld["date"] = pd.to_datetime(tempOld["date"])  # load date "as is"
    +2328            tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d")  # convert date to string
    +2329            tempOld["time"] = pd.to_datetime(tempOld["time"])  # load time "as is"
    +2330            tempOld["time"] = tempOld["time"].dt.strftime("%H:%M")  # convert time to string
    +2331
    +2332            # get last datetime object from last string in file or minus 1 delta if file is empty:
    +2333            if len(tempOld) > 0:
    +2334                lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc())
    +2335
    +2336            else:
    +2337                lastTime = dtEnd - timedelta(days=1)  # history file is empty, so last date set at -1 day
    +2338
    +2339            tempOld = tempOld[:-1]  # always remove last old candle because it may be incompletely at the current time
    +2340
    +2341        responseJSONs = []  # raw history blocks of data
    +2342
    +2343        blockEnd = dtEnd
    +2344        for item in range(blocks):
    +2345            tail = length % TKS_CANDLE_INTERVALS[interval][2] if item + 1 == blocks else TKS_CANDLE_INTERVALS[interval][2]
    +2346            blockStart = blockEnd - timedelta(minutes=TKS_CANDLE_INTERVALS[interval][1] * tail)
    +2347
    +2348            uLogger.debug("[Block #{}/{}] time period: [{}] UTC - [{}] UTC".format(
    +2349                item + 1, blocks, blockStart.strftime(TKS_DATE_TIME_FORMAT), blockEnd.strftime(TKS_DATE_TIME_FORMAT),
    +2350            ))
    +2351
    +2352            if blockStart == blockEnd:
    +2353                uLogger.debug("Skipped this zero-length block...")
    +2354
    +2355            else:
    +2356                # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles
    +2357                historyURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetCandles"
    +2358                self.body = str({
    +2359                    "figi": self.figi,
    +2360                    "from": blockStart.strftime(TKS_DATE_TIME_FORMAT),
    +2361                    "to": blockEnd.strftime(TKS_DATE_TIME_FORMAT),
    +2362                    "interval": TKS_CANDLE_INTERVALS[interval][0]
    +2363                })
    +2364                responseJSON = self.SendAPIRequest(historyURL, reqType="POST", retry=1, pause=1, debug=False)
    +2365
    +2366                if "code" in responseJSON.keys():
    +2367                    uLogger.debug("An issue occurred and block #{}/{} is empty".format(item + 1, blocks))
    +2368
    +2369                else:
    +2370                    if (start.lower() == "yesterday" or start == end) and interval == "day" and len(responseJSON["candles"]) > 1:
    +2371                        responseJSON["candles"] = responseJSON["candles"][:-1]  # removes last candle for "yesterday" request
    +2372
    +2373                    responseJSONs = responseJSON["candles"] + responseJSONs  # add more old history behind newest dates
    +2374
    +2375            blockEnd = blockStart
    +2376
    +2377        printCount = len(responseJSONs)  # candles to show in console
    +2378        if responseJSONs:
    +2379            tempHistory = pd.DataFrame(
    +2380                data={
    +2381                    "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    +2382                    "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs],
    +2383                    "open": [NanoToFloat(item["open"]["units"], item["open"]["nano"]) for item in responseJSONs],
    +2384                    "high": [NanoToFloat(item["high"]["units"], item["high"]["nano"]) for item in responseJSONs],
    +2385                    "low": [NanoToFloat(item["low"]["units"], item["low"]["nano"]) for item in responseJSONs],
    +2386                    "close": [NanoToFloat(item["close"]["units"], item["close"]["nano"]) for item in responseJSONs],
    +2387                    "volume": [int(item["volume"]) for item in responseJSONs],
    +2388                },
    +2389                index=range(len(responseJSONs)),
    +2390                columns=["date", "time", "open", "high", "low", "close", "volume"],
    +2391            )
    +2392            tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d")
    +2393            tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M")
    +2394
    +2395            # append only newest candles to old history if --only-missing key present:
    +2396            if onlyMissing and tempOld is not None and lastTime is not None:
    +2397                index = 0  # find start index in tempHistory data:
    +2398
    +2399                for i, item in tempHistory.iterrows():
    +2400                    curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc())
    +2401
    +2402                    if curTime == lastTime:
    +2403                        uLogger.debug("History will be updated starting from the date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S")))
    +2404                        index = i
    +2405                        printCount = index + 1
    +2406                        break
    +2407
    +2408                history = pd.concat([tempOld, tempHistory[index:]], ignore_index=True)
    +2409
    +2410            else:
    +2411                history = tempHistory  # if no `--only-missing` key then load full data from server
    +2412
    +2413            uLogger.debug("Last 3 rows of received history:\n{}".format(pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-3:], max_cols=20, index=False)))
    +2414
    +2415        if printCandles and history is not None and not history.empty:
    +2416            uLogger.info("Here's requested history between [{}] UTC and [{}] UTC, not-empty candles count: [{}]\n{}".format(
    +2417                strStartDate.replace("T", " ").replace("Z", ""), strEndDate.replace("T", " ").replace("Z", ""), len(history[-printCount:]),
    +2418                pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-printCount:], max_cols=20, index=False),
    +2419            ))
    +2420
    +2421        if self.historyFile is not None:
    +2422            if history is not None and not history.empty:
    +2423                history.to_csv(self.historyFile, sep=csvSep, index=False, header=None)
    +2424                uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(self.ticker, self.figi, interval, os.path.abspath(self.historyFile)))
    +2425
    +2426            else:
    +2427                uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile)))
    +2428
    +2429        else:
    +2430            uLogger.debug("--output key is not defined. Parsed history file not saved to file, only pandas dataframe returns.")
    +2431
    +2432        return history
     
    -

    This method returns last history candles of the current instrument defined by ticker. -If historyFile is not None then method save history to this file, otherwise return only pandas dataframe. -historyLength define how many candles returns from past to current date. -historyInterval define candle interval. Available values are strings: "1min", "2min", "3min", "5min", -"10min", "15min", "30min", "hour", "day", "week", "month". Default: "hour". -Maximum requested history date in the past: 1970.01.02 03:45

    +

    This method returns last history candles of the current instrument defined by ticker or figi (FIGI id).

    + +

    History returned between two given dates: start and end. Minimum requested date in the past is 1970-01-01. +Warning! Broker server used ISO UTC time by default.

    + +

    If historyFile is not None then method save history to file, otherwise return only pandas dataframe. +Also, historyFile used to update history with onlyMissing parameter.

    Parameters
      -
    • onlyMissing: if history file define then add only last missing candles, do not request all history length. False by default. - WARNING! History appends only from last candle to current time with replace last candle! Intervals must be similar!
    • +
    • start: see docstring in GetDatesAsString() method.
    • +
    • end: see docstring in GetDatesAsString() method.
    • +
    • interval: this is a candle interval. Current available values are "1min", "5min", "15min", + "hour", "day". Default: "hour".
    • +
    • onlyMissing: if True then add only last missing candles, do not request all history length from start. + False by default. Warning! History appends only from last candle to current time + with always update last candle!
    • +
    • csvSep: separator if .csv-file is used, , by default.
    • +
    • printCandles: if True then also prints pandas dataframe to the console.
    Returns
    -

    pandas dataframe with prices history. Columns: date, time, open, high, low, close, volume.

    +

    pandas dataframe with prices history. Headers of columns are defined by default: + ["date", "time", "open", "high", "low", "close", "volume"].

    @@ -9575,75 +9930,75 @@
    Returns
    -
    2348    def Trade(self, operation: str, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2349        """
    -2350        Universal method to create market order and make deal at the current price. Returns JSON data with response.
    -2351        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2352
    -2353        See also: `Order()` docstring. More simple methods than `Trade()` are `Buy()` and `Sell()`.
    -2354
    -2355        :param operation: string "Buy" or "Sell".
    -2356        :param lots: volume, integer count of lots >= 1.
    -2357        :param tp: float > 0, target price for stop-order with "TP" type. It used as take profit parameter `targetPrice` in `self.Order()`.
    -2358        :param sl: float > 0, target price for stop-order with "SL" type. It used as stop loss parameter `targetPrice` in `self.Order()`.
    -2359        :param expDate: string "Undefined" by default or local date in future,
    -2360                        it is a string with format `%Y-%m-%d %H:%M:%S`.
    -2361        :return: JSON with response from broker server.
    -2362        """
    -2363        if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2364            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    -2365
    -2366        if lots is None or lots < 1:
    -2367            uLogger.warning("You must define trade volume > 0: integer count of lots! For current operation lots reset to 1.")
    -2368            lots = 1
    -2369
    -2370        if tp is None or tp < 0:
    -2371            tp = 0
    -2372
    -2373        if sl is None or sl < 0:
    -2374            sl = 0
    -2375
    -2376        if expDate is None or not expDate:
    -2377            expDate = "Undefined"
    -2378
    -2379        if not (self.ticker or self.figi):
    -2380            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    -2381
    -2382        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    -2383        self.ticker = instrument["ticker"]
    -2384        self.figi = instrument["figi"]
    -2385
    -2386        uLogger.debug("Opening [{}] market order: ticker [{}], FIGI [{}], lots [{}], TP [{:.4f}], SL [{:.4f}], expiration date of TP/SL orders [{}]. Wait, please...".format(operation, self.ticker, self.figi, lots, tp, sl, expDate))
    -2387
    -2388        openTradeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    -2389        self.body = str({
    -2390            "figi": self.figi,
    -2391            "quantity": str(lots),
    -2392            "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    -2393            "accountId": str(self.accountId),
    -2394            "orderType": "ORDER_TYPE_MARKET",  # see: TKS_ORDER_TYPES
    -2395        })
    -2396        response = self.SendAPIRequest(openTradeURL, reqType="POST", retry=0, debug=False)
    -2397
    -2398        if "orderId" in response.keys():
    -2399            uLogger.info("[{}] market order [{}] was executed: ticker [{}], FIGI [{}], lots [{}]. Total order price: [{:.4f} {}] (with commission: [{:.2f} {}]). Average price of lot: [{:.2f} {}]".format(
    -2400                operation, response["orderId"],
    -2401                self.ticker, self.figi, lots,
    -2402                NanoToFloat(response["totalOrderAmount"]["units"], response["totalOrderAmount"]["nano"]), response["totalOrderAmount"]["currency"],
    -2403                NanoToFloat(response["initialCommission"]["units"], response["initialCommission"]["nano"]), response["initialCommission"]["currency"],
    -2404                NanoToFloat(response["executedOrderPrice"]["units"], response["executedOrderPrice"]["nano"]), response["executedOrderPrice"]["currency"],
    -2405            ))
    -2406
    -2407        else:
    -2408            uLogger.warning("Not `oK` status received! Market order not created. See full debug log or try again and open order later.")
    -2409
    -2410        if tp > 0:
    -2411            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=tp, limitPrice=tp, stopType="TP", expDate=expDate)
    -2412
    -2413        if sl > 0:
    -2414            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=sl, limitPrice=sl, stopType="SL", expDate=expDate)
    -2415
    -2416        return response
    +            
    2434    def Trade(self, operation: str, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2435        """
    +2436        Universal method to create market order and make deal at the current price. Returns JSON data with response.
    +2437        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2438
    +2439        See also: `Order()` docstring. More simple methods than `Trade()` are `Buy()` and `Sell()`.
    +2440
    +2441        :param operation: string "Buy" or "Sell".
    +2442        :param lots: volume, integer count of lots >= 1.
    +2443        :param tp: float > 0, target price for stop-order with "TP" type. It used as take profit parameter `targetPrice` in `self.Order()`.
    +2444        :param sl: float > 0, target price for stop-order with "SL" type. It used as stop loss parameter `targetPrice` in `self.Order()`.
    +2445        :param expDate: string "Undefined" by default or local date in future,
    +2446                        it is a string with format `%Y-%m-%d %H:%M:%S`.
    +2447        :return: JSON with response from broker server.
    +2448        """
    +2449        if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2450            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    +2451
    +2452        if lots is None or lots < 1:
    +2453            uLogger.warning("You must define trade volume > 0: integer count of lots! For current operation lots reset to 1.")
    +2454            lots = 1
    +2455
    +2456        if tp is None or tp < 0:
    +2457            tp = 0
    +2458
    +2459        if sl is None or sl < 0:
    +2460            sl = 0
    +2461
    +2462        if expDate is None or not expDate:
    +2463            expDate = "Undefined"
    +2464
    +2465        if not (self.ticker or self.figi):
    +2466            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    +2467
    +2468        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    +2469        self.ticker = instrument["ticker"]
    +2470        self.figi = instrument["figi"]
    +2471
    +2472        uLogger.debug("Opening [{}] market order: ticker [{}], FIGI [{}], lots [{}], TP [{:.4f}], SL [{:.4f}], expiration date of TP/SL orders [{}]. Wait, please...".format(operation, self.ticker, self.figi, lots, tp, sl, expDate))
    +2473
    +2474        openTradeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    +2475        self.body = str({
    +2476            "figi": self.figi,
    +2477            "quantity": str(lots),
    +2478            "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    +2479            "accountId": str(self.accountId),
    +2480            "orderType": "ORDER_TYPE_MARKET",  # see: TKS_ORDER_TYPES
    +2481        })
    +2482        response = self.SendAPIRequest(openTradeURL, reqType="POST", retry=0, debug=False)
    +2483
    +2484        if "orderId" in response.keys():
    +2485            uLogger.info("[{}] market order [{}] was executed: ticker [{}], FIGI [{}], lots [{}]. Total order price: [{:.4f} {}] (with commission: [{:.2f} {}]). Average price of lot: [{:.2f} {}]".format(
    +2486                operation, response["orderId"],
    +2487                self.ticker, self.figi, lots,
    +2488                NanoToFloat(response["totalOrderAmount"]["units"], response["totalOrderAmount"]["nano"]), response["totalOrderAmount"]["currency"],
    +2489                NanoToFloat(response["initialCommission"]["units"], response["initialCommission"]["nano"]), response["initialCommission"]["currency"],
    +2490                NanoToFloat(response["executedOrderPrice"]["units"], response["executedOrderPrice"]["nano"]), response["executedOrderPrice"]["currency"],
    +2491            ))
    +2492
    +2493        else:
    +2494            uLogger.warning("Not `oK` status received! Market order not created. See full debug log or try again and open order later.")
    +2495
    +2496        if tp > 0:
    +2497            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=tp, limitPrice=tp, stopType="TP", expDate=expDate)
    +2498
    +2499        if sl > 0:
    +2500            self.Order(operation="Sell" if operation == "Buy" else "Buy", orderType="Stop", lots=lots, targetPrice=sl, limitPrice=sl, stopType="SL", expDate=expDate)
    +2501
    +2502        return response
     
    @@ -9683,21 +10038,21 @@
    Returns
    -
    2418    def Buy(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2419        """
    -2420        More simple method than `Trade()`. Create `Buy` market order and make deal at the current price. Returns JSON data with response.
    -2421        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2422
    -2423        See also: `Order()` and `Trade()` docstrings.
    -2424
    -2425        :param lots: volume, integer count of lots >= 1.
    -2426        :param tp: float > 0, take profit price of stop-order.
    -2427        :param sl: float > 0, stop loss price of stop-order.
    -2428        :param expDate: it's a local date in future.
    -2429                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2430        :return: JSON with response from broker server.
    -2431        """
    -2432        return self.Trade(operation="Buy", lots=lots, tp=tp, sl=sl, expDate=expDate)
    +            
    2504    def Buy(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2505        """
    +2506        More simple method than `Trade()`. Create `Buy` market order and make deal at the current price. Returns JSON data with response.
    +2507        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2508
    +2509        See also: `Order()` and `Trade()` docstrings.
    +2510
    +2511        :param lots: volume, integer count of lots >= 1.
    +2512        :param tp: float > 0, take profit price of stop-order.
    +2513        :param sl: float > 0, stop loss price of stop-order.
    +2514        :param expDate: it's a local date in future.
    +2515                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2516        :return: JSON with response from broker server.
    +2517        """
    +2518        return self.Trade(operation="Buy", lots=lots, tp=tp, sl=sl, expDate=expDate)
     
    @@ -9736,21 +10091,21 @@
    Returns
    -
    2434    def Sell(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    -2435        """
    -2436        More simple method than `Trade()`. Create `Sell` market order and make deal at the current price. Returns JSON data with response.
    -2437        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    -2438
    -2439        See also: `Order()` and `Trade()` docstrings.
    -2440
    -2441        :param lots: volume, integer count of lots >= 1.
    -2442        :param tp: float > 0, take profit price of stop-order.
    -2443        :param sl: float > 0, stop loss price of stop-order.
    -2444        :param expDate: it's a local date in future.
    -2445                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2446        :return: JSON with response from broker server.
    -2447        """
    -2448        return self.Trade(operation="Sell", lots=lots, tp=tp, sl=sl, expDate=expDate)
    +            
    2520    def Sell(self, lots: int = 1, tp: float = 0., sl: float = 0., expDate: str = "Undefined") -> dict:
    +2521        """
    +2522        More simple method than `Trade()`. Create `Sell` market order and make deal at the current price. Returns JSON data with response.
    +2523        If `tp` or `sl` > 0, then in additional will opens stop-orders with "TP" and "SL" flags for `stopType` parameter.
    +2524
    +2525        See also: `Order()` and `Trade()` docstrings.
    +2526
    +2527        :param lots: volume, integer count of lots >= 1.
    +2528        :param tp: float > 0, take profit price of stop-order.
    +2529        :param sl: float > 0, stop loss price of stop-order.
    +2530        :param expDate: it's a local date in future.
    +2531                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2532        :return: JSON with response from broker server.
    +2533        """
    +2534        return self.Trade(operation="Sell", lots=lots, tp=tp, sl=sl, expDate=expDate)
     
    @@ -9789,66 +10144,66 @@
    Returns
    -
    2450    def CloseTrades(self, tickers: list, overview: dict = None) -> None:
    -2451        """
    -2452        Close position of given instruments.
    -2453
    -2454        :param tickers: tickers list of instruments that must be closed.
    -2455        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    -2456                         This avoids unnecessary downloading data from the server.
    -2457        """
    -2458        if not tickers:
    -2459            uLogger.info("Tickers list is empty, nothing to close.")
    -2460
    -2461        else:
    -2462            if overview is None or not overview:
    -2463                overview = self.Overview(showStatistics=False)
    -2464
    -2465            allOpenedTickers = [item["ticker"] for iType in TKS_INSTRUMENTS for item in overview["stat"][iType]]
    -2466            uLogger.debug("All opened instruments by it's tickers names: {}".format(allOpenedTickers))
    -2467
    -2468            for ticker in tickers:
    -2469                if ticker not in allOpenedTickers:
    -2470                    uLogger.warning("Instrument with ticker [{}] not in open positions list!".format(ticker))
    -2471                    continue
    -2472
    -2473                # search open trade info about instrument by ticker:
    -2474                instrument = {}
    -2475                for iType in TKS_INSTRUMENTS:
    -2476                    if instrument:
    -2477                        break
    -2478
    -2479                    for item in overview["stat"][iType]:
    -2480                        if item["ticker"] == ticker:
    -2481                            instrument = item
    -2482                            break
    -2483
    -2484                if instrument:
    -2485                    self.ticker = ticker
    -2486                    self.figi = instrument["figi"]
    -2487
    -2488                    uLogger.debug("Closing trade of instrument: ticker [{}], FIGI[{}], lots [{}]{}. Wait, please...".format(
    -2489                        self.ticker,
    -2490                        self.figi,
    -2491                        int(instrument["volume"]),
    -2492                        ", blocked [{}]".format(instrument["blocked"]) if instrument["blocked"] > 0 else "",
    -2493                    ))
    -2494
    -2495                    tradeLots = abs(instrument["lots"]) - instrument["blocked"]  # available volumes in lots for close operation
    -2496
    -2497                    if tradeLots > 0:
    -2498                        if instrument["blocked"] > 0:
    -2499                            uLogger.warning("Just for your information: there are [{}] lots blocked for instrument [{}]! Available only [{}] lots to closing trade.".format(
    -2500                                instrument["blocked"],
    -2501                                self.ticker,
    -2502                                tradeLots,
    -2503                            ))
    -2504
    -2505                        # if direction is "Long" then we need sell, if direction is "Short" then we need buy:
    -2506                        self.Trade(operation="Sell" if instrument["direction"] == "Long" else "Buy", lots=tradeLots)
    -2507
    -2508                    else:
    -2509                        uLogger.warning("There are no available lots for instrument [{}] to closing trade at this moment! Try again later or cancel some orders.".format(self.ticker))
    +            
    2536    def CloseTrades(self, tickers: list, overview: dict = None) -> None:
    +2537        """
    +2538        Close position of given instruments.
    +2539
    +2540        :param tickers: tickers list of instruments that must be closed.
    +2541        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    +2542                         This avoids unnecessary downloading data from the server.
    +2543        """
    +2544        if not tickers:
    +2545            uLogger.info("Tickers list is empty, nothing to close.")
    +2546
    +2547        else:
    +2548            if overview is None or not overview:
    +2549                overview = self.Overview(showStatistics=False)
    +2550
    +2551            allOpenedTickers = [item["ticker"] for iType in TKS_INSTRUMENTS for item in overview["stat"][iType]]
    +2552            uLogger.debug("All opened instruments by it's tickers names: {}".format(allOpenedTickers))
    +2553
    +2554            for ticker in tickers:
    +2555                if ticker not in allOpenedTickers:
    +2556                    uLogger.warning("Instrument with ticker [{}] not in open positions list!".format(ticker))
    +2557                    continue
    +2558
    +2559                # search open trade info about instrument by ticker:
    +2560                instrument = {}
    +2561                for iType in TKS_INSTRUMENTS:
    +2562                    if instrument:
    +2563                        break
    +2564
    +2565                    for item in overview["stat"][iType]:
    +2566                        if item["ticker"] == ticker:
    +2567                            instrument = item
    +2568                            break
    +2569
    +2570                if instrument:
    +2571                    self.ticker = ticker
    +2572                    self.figi = instrument["figi"]
    +2573
    +2574                    uLogger.debug("Closing trade of instrument: ticker [{}], FIGI[{}], lots [{}]{}. Wait, please...".format(
    +2575                        self.ticker,
    +2576                        self.figi,
    +2577                        int(instrument["volume"]),
    +2578                        ", blocked [{}]".format(instrument["blocked"]) if instrument["blocked"] > 0 else "",
    +2579                    ))
    +2580
    +2581                    tradeLots = abs(instrument["lots"]) - instrument["blocked"]  # available volumes in lots for close operation
    +2582
    +2583                    if tradeLots > 0:
    +2584                        if instrument["blocked"] > 0:
    +2585                            uLogger.warning("Just for your information: there are [{}] lots blocked for instrument [{}]! Available only [{}] lots to closing trade.".format(
    +2586                                instrument["blocked"],
    +2587                                self.ticker,
    +2588                                tradeLots,
    +2589                            ))
    +2590
    +2591                        # if direction is "Long" then we need sell, if direction is "Short" then we need buy:
    +2592                        self.Trade(operation="Sell" if instrument["direction"] == "Long" else "Buy", lots=tradeLots)
    +2593
    +2594                    else:
    +2595                        uLogger.warning("There are no available lots for instrument [{}] to closing trade at this moment! Try again later or cancel some orders.".format(self.ticker))
     
    @@ -9876,29 +10231,29 @@
    Parameters
    -
    2511    def CloseAllTrades(self, iType: str, overview: dict = None) -> None:
    -2512        """
    -2513        Close all positions of given instruments with defined type.
    -2514
    -2515        :param iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
    -2516        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    -2517                         This avoids unnecessary downloading data from the server.
    -2518        """
    -2519        if iType not in TKS_INSTRUMENTS:
    -2520            uLogger.warning("Type of the instrument must be one of supported types: {}. Given: [{}]".format(", ".join(TKS_INSTRUMENTS), iType))
    -2521
    -2522        else:
    -2523            if overview is None or not overview:
    -2524                overview = self.Overview(showStatistics=False)
    -2525
    -2526            tickers = [item["ticker"] for item in overview["stat"][iType]]
    -2527            uLogger.debug("Instrument tickers with type [{}] that will be closed: {}".format(iType, tickers))
    -2528
    -2529            if tickers and overview:
    -2530                self.CloseTrades(tickers, overview)
    -2531
    -2532            else:
    -2533                uLogger.info("Instrument tickers with type [{}] not found, nothing to close.".format(iType))
    +            
    2597    def CloseAllTrades(self, iType: str, overview: dict = None) -> None:
    +2598        """
    +2599        Close all positions of given instruments with defined type.
    +2600
    +2601        :param iType: type of the instruments that be closed, it must be one of supported types in TKS_INSTRUMENTS list.
    +2602        :param overview: pre-received dictionary with open trades, returned by `Overview()` method.
    +2603                         This avoids unnecessary downloading data from the server.
    +2604        """
    +2605        if iType not in TKS_INSTRUMENTS:
    +2606            uLogger.warning("Type of the instrument must be one of supported types: {}. Given: [{}]".format(", ".join(TKS_INSTRUMENTS), iType))
    +2607
    +2608        else:
    +2609            if overview is None or not overview:
    +2610                overview = self.Overview(showStatistics=False)
    +2611
    +2612            tickers = [item["ticker"] for item in overview["stat"][iType]]
    +2613            uLogger.debug("Instrument tickers with type [{}] that will be closed: {}".format(iType, tickers))
    +2614
    +2615            if tickers and overview:
    +2616                self.CloseTrades(tickers, overview)
    +2617
    +2618            else:
    +2619                uLogger.info("Instrument tickers with type [{}] not found, nothing to close.".format(iType))
     
    @@ -9926,169 +10281,169 @@
    Parameters
    -
    2535    def Order(self, operation: str, orderType: str, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2536        """
    -2537        Universal method to create market or limit orders with all available parameters.
    -2538        See more simple methods: `BuyLimit()`, `BuyStop()`, `SellLimit()`, `SellStop()`.
    -2539
    -2540        If orderType is "Limit" then create pending limit-order below current price if operation is "Buy" and above
    -2541        current price if operation is "Sell". A limit order has no expiration date, it lasts until the end of the trading day.
    -2542
    -2543        Warning! If you try to create limit-order above current price if "Buy" or below current price if "Sell"
    -2544        then broker immediately open market order as you can do simple --buy or --sell operations!
    -2545
    -2546        If orderType is "Stop" then creates stop-order with any direction "Buy" or "Sell".
    -2547        When current price will go up or down to target price value then broker opens a limit order.
    -2548        Stop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.
    -2549
    -2550        Only one attempt and no retry for opens order. If network issue occurred you can create new request.
    -2551
    -2552        :param operation: string "Buy" or "Sell".
    -2553        :param orderType: string "Limit" or "Stop".
    -2554        :param lots: volume, integer count of lots >= 1.
    -2555        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2556        :param limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.
    -2557                           Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
    -2558        :param stopType: string "Limit" by default. This parameter only makes sense for stop-order. There are 3 stop-order types
    -2559                         "SL", "TP", "Limit" for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2560                         Stop loss order always executed by market price.
    -2561        :param expDate: string "Undefined" by default or local date in future.
    -2562                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2563                        This date is converting to UTC format for server. This parameter only makes sense for stop-order.
    -2564                        A limit order has no expiration date, it lasts until the end of the trading day.
    -2565        :return: JSON with response from broker server.
    -2566        """
    -2567        if operation is None or not operation or operation not in ("Buy", "Sell"):
    -2568            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    -2569
    -2570        if orderType is None or not orderType or orderType not in ("Limit", "Stop"):
    -2571            raise Exception("You must define order type only one of them: `Limit` or `Stop`!")
    -2572
    -2573        if lots is None or lots < 1:
    -2574            raise Exception("You must define trade volume > 0: integer count of lots!")
    -2575
    -2576        if targetPrice is None or targetPrice <= 0:
    -2577            raise Exception("Target price for limit-order must be greater than 0!")
    -2578
    -2579        if limitPrice is None or limitPrice <= 0:
    -2580            limitPrice = targetPrice
    -2581
    -2582        if stopType is None or not stopType or stopType not in ("SL", "TP", "Limit"):
    -2583            stopType = "Limit"
    -2584
    -2585        if expDate is None or not expDate:
    -2586            expDate = "Undefined"
    -2587
    -2588        if not (self.ticker or self.figi):
    -2589            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    -2590
    -2591        response = {}
    -2592        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    -2593        self.ticker = instrument["ticker"]
    -2594        self.figi = instrument["figi"]
    -2595
    -2596        if orderType == "Limit":
    -2597            uLogger.debug(
    -2598                "Creating pending limit-order: ticker [{}], FIGI [{}], action [{}], lots [{}] and the target price [{:.2f} {}]. Wait, please...".format(
    -2599                    self.ticker, self.figi,
    -2600                    operation, lots, targetPrice, instrument["currency"],
    -2601                ))
    -2602
    -2603            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    -2604            self.body = str({
    -2605                "figi": self.figi,
    -2606                "quantity": str(lots),
    -2607                "price": FloatToNano(targetPrice),
    -2608                "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    -2609                "accountId": str(self.accountId),
    -2610                "orderType": "ORDER_TYPE_LIMIT",  # see: TKS_ORDER_TYPES
    -2611            })
    -2612            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    -2613
    -2614            if "orderId" in response.keys():
    -2615                uLogger.info(
    -2616                    "Limit-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}]".format(
    -2617                        response["orderId"],
    -2618                        self.ticker, self.figi,
    -2619                        operation, lots, targetPrice, instrument["currency"],
    -2620                    ))
    -2621
    -2622                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    -2623                    if operation == "Buy" and targetPrice > instrument["currentPrice"]["lastPrice"]:
    -2624                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was higher than current price [{:.2f} {}] broker immediately opened `Buy` market order, such as if you did simple `--buy` operation.".format(
    -2625                            targetPrice, instrument["currency"],
    -2626                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2627                        ))
    -2628
    -2629                    if operation == "Sell" and targetPrice < instrument["currentPrice"]["lastPrice"]:
    -2630                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was lower than current price [{:.2f} {}] broker immediately opened `Sell` market order, such as if you did simple `--sell` operation.".format(
    -2631                            targetPrice, instrument["currency"],
    -2632                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2633                        ))
    -2634
    -2635            else:
    -2636                uLogger.warning("Not `oK` status received! Limit order not opened. See full debug log or try again and open order later.")
    -2637
    -2638        if orderType == "Stop":
    -2639            uLogger.debug(
    -2640                "Creating stop-order: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and local expiration date [{}]. Wait, please...".format(
    -2641                    self.ticker, self.figi,
    -2642                    operation, lots,
    -2643                    targetPrice, instrument["currency"],
    -2644                    limitPrice, instrument["currency"],
    -2645                    stopType, expDate,
    -2646                ))
    -2647
    -2648            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/PostStopOrder"
    -2649            expDateUTC = "" if expDate == "Undefined" else datetime.strptime(expDate, "%Y-%m-%d %H:%M:%S").replace(tzinfo=tzlocal()).astimezone(tzutc()).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
    -2650            stopOrderType = "STOP_ORDER_TYPE_STOP_LOSS" if stopType == "SL" else "STOP_ORDER_TYPE_TAKE_PROFIT" if stopType == "TP" else "STOP_ORDER_TYPE_STOP_LIMIT"
    -2651
    -2652            body = {
    -2653                "figi": self.figi,
    -2654                "quantity": str(lots),
    -2655                "price": FloatToNano(limitPrice),
    -2656                "stopPrice": FloatToNano(targetPrice),
    -2657                "direction": "STOP_ORDER_DIRECTION_BUY" if operation == "Buy" else "STOP_ORDER_DIRECTION_SELL",  # see: TKS_STOP_ORDER_DIRECTIONS
    -2658                "accountId": str(self.accountId),
    -2659                "expirationType": "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE" if expDateUTC else "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL",  # see: TKS_STOP_ORDER_EXPIRATION_TYPES
    -2660                "stopOrderType": stopOrderType,  # see: TKS_STOP_ORDER_TYPES
    -2661            }
    -2662
    -2663            if expDateUTC:
    -2664                body["expireDate"] = expDateUTC
    -2665
    -2666            self.body = str(body)
    -2667            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    -2668
    -2669            if "stopOrderId" in response.keys():
    -2670                uLogger.info(
    -2671                    "Stop-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and expiration date in UTC [{}]".format(
    -2672                    response["stopOrderId"],
    -2673                    self.ticker, self.figi,
    -2674                    operation, lots,
    -2675                    targetPrice, instrument["currency"],
    -2676                    limitPrice, instrument["currency"],
    -2677                    TKS_STOP_ORDER_TYPES[stopOrderType],
    -2678                    datetime.strptime(expDateUTC, "%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tzutc()).astimezone(tzutc()).strftime("%Y-%m-%d %H:%M:%S") if expDateUTC else TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"],
    -2679                ))
    -2680
    -2681                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    -2682                    if operation == "Buy" and targetPrice < instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    -2683                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target buy price [{:.2f} {}] is lower than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    -2684                            targetPrice, instrument["currency"],
    -2685                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2686                        ))
    -2687
    -2688                    if operation == "Sell" and targetPrice > instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    -2689                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target sell price [{:.2f} {}] is higher than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    -2690                            targetPrice, instrument["currency"],
    -2691                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    -2692                        ))
    -2693
    -2694            else:
    -2695                uLogger.warning("Not `oK` status received! Stop order not opened. See full debug log or try again and open order later.")
    -2696
    -2697        return response
    +            
    2621    def Order(self, operation: str, orderType: str, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2622        """
    +2623        Universal method to create market or limit orders with all available parameters.
    +2624        See more simple methods: `BuyLimit()`, `BuyStop()`, `SellLimit()`, `SellStop()`.
    +2625
    +2626        If orderType is "Limit" then create pending limit-order below current price if operation is "Buy" and above
    +2627        current price if operation is "Sell". A limit order has no expiration date, it lasts until the end of the trading day.
    +2628
    +2629        Warning! If you try to create limit-order above current price if "Buy" or below current price if "Sell"
    +2630        then broker immediately open market order as you can do simple --buy or --sell operations!
    +2631
    +2632        If orderType is "Stop" then creates stop-order with any direction "Buy" or "Sell".
    +2633        When current price will go up or down to target price value then broker opens a limit order.
    +2634        Stop-order is opened with unlimited expiration date by default, or you can define expiration date with expDate parameter.
    +2635
    +2636        Only one attempt and no retry for opens order. If network issue occurred you can create new request.
    +2637
    +2638        :param operation: string "Buy" or "Sell".
    +2639        :param orderType: string "Limit" or "Stop".
    +2640        :param lots: volume, integer count of lots >= 1.
    +2641        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2642        :param limitPrice: limit price >= 0. This parameter only makes sense for stop-order. If limitPrice = 0, then it set as targetPrice.
    +2643                           Broker will creates limit-order with price equal to limitPrice, when current price goes to target price of stop-order.
    +2644        :param stopType: string "Limit" by default. This parameter only makes sense for stop-order. There are 3 stop-order types
    +2645                         "SL", "TP", "Limit" for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2646                         Stop loss order always executed by market price.
    +2647        :param expDate: string "Undefined" by default or local date in future.
    +2648                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2649                        This date is converting to UTC format for server. This parameter only makes sense for stop-order.
    +2650                        A limit order has no expiration date, it lasts until the end of the trading day.
    +2651        :return: JSON with response from broker server.
    +2652        """
    +2653        if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2654            raise Exception("You must define operation type only one of them: `Buy` or `Sell`!")
    +2655
    +2656        if orderType is None or not orderType or orderType not in ("Limit", "Stop"):
    +2657            raise Exception("You must define order type only one of them: `Limit` or `Stop`!")
    +2658
    +2659        if lots is None or lots < 1:
    +2660            raise Exception("You must define trade volume > 0: integer count of lots!")
    +2661
    +2662        if targetPrice is None or targetPrice <= 0:
    +2663            raise Exception("Target price for limit-order must be greater than 0!")
    +2664
    +2665        if limitPrice is None or limitPrice <= 0:
    +2666            limitPrice = targetPrice
    +2667
    +2668        if stopType is None or not stopType or stopType not in ("SL", "TP", "Limit"):
    +2669            stopType = "Limit"
    +2670
    +2671        if expDate is None or not expDate:
    +2672            expDate = "Undefined"
    +2673
    +2674        if not (self.ticker or self.figi):
    +2675            raise Exception("`self.ticker` or `self.figi` variables must be defined!")
    +2676
    +2677        response = {}
    +2678        instrument = self.SearchByTicker(requestPrice=True, debug=False) if self.ticker else self.SearchByFIGI(requestPrice=True, debug=False)
    +2679        self.ticker = instrument["ticker"]
    +2680        self.figi = instrument["figi"]
    +2681
    +2682        if orderType == "Limit":
    +2683            uLogger.debug(
    +2684                "Creating pending limit-order: ticker [{}], FIGI [{}], action [{}], lots [{}] and the target price [{:.2f} {}]. Wait, please...".format(
    +2685                    self.ticker, self.figi,
    +2686                    operation, lots, targetPrice, instrument["currency"],
    +2687                ))
    +2688
    +2689            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/PostOrder"
    +2690            self.body = str({
    +2691                "figi": self.figi,
    +2692                "quantity": str(lots),
    +2693                "price": FloatToNano(targetPrice),
    +2694                "direction": "ORDER_DIRECTION_BUY" if operation == "Buy" else "ORDER_DIRECTION_SELL",  # see: TKS_ORDER_DIRECTIONS
    +2695                "accountId": str(self.accountId),
    +2696                "orderType": "ORDER_TYPE_LIMIT",  # see: TKS_ORDER_TYPES
    +2697            })
    +2698            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    +2699
    +2700            if "orderId" in response.keys():
    +2701                uLogger.info(
    +2702                    "Limit-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}]".format(
    +2703                        response["orderId"],
    +2704                        self.ticker, self.figi,
    +2705                        operation, lots, targetPrice, instrument["currency"],
    +2706                    ))
    +2707
    +2708                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    +2709                    if operation == "Buy" and targetPrice > instrument["currentPrice"]["lastPrice"]:
    +2710                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was higher than current price [{:.2f} {}] broker immediately opened `Buy` market order, such as if you did simple `--buy` operation.".format(
    +2711                            targetPrice, instrument["currency"],
    +2712                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2713                        ))
    +2714
    +2715                    if operation == "Sell" and targetPrice < instrument["currentPrice"]["lastPrice"]:
    +2716                        uLogger.warning("Your order was executed as a market order, not as a limit order! Comment: because your target price [{:.2f} {}] was lower than current price [{:.2f} {}] broker immediately opened `Sell` market order, such as if you did simple `--sell` operation.".format(
    +2717                            targetPrice, instrument["currency"],
    +2718                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2719                        ))
    +2720
    +2721            else:
    +2722                uLogger.warning("Not `oK` status received! Limit order not opened. See full debug log or try again and open order later.")
    +2723
    +2724        if orderType == "Stop":
    +2725            uLogger.debug(
    +2726                "Creating stop-order: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and local expiration date [{}]. Wait, please...".format(
    +2727                    self.ticker, self.figi,
    +2728                    operation, lots,
    +2729                    targetPrice, instrument["currency"],
    +2730                    limitPrice, instrument["currency"],
    +2731                    stopType, expDate,
    +2732                ))
    +2733
    +2734            openOrderURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/PostStopOrder"
    +2735            expDateUTC = "" if expDate == "Undefined" else datetime.strptime(expDate, "%Y-%m-%d %H:%M:%S").replace(tzinfo=tzlocal()).astimezone(tzutc()).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
    +2736            stopOrderType = "STOP_ORDER_TYPE_STOP_LOSS" if stopType == "SL" else "STOP_ORDER_TYPE_TAKE_PROFIT" if stopType == "TP" else "STOP_ORDER_TYPE_STOP_LIMIT"
    +2737
    +2738            body = {
    +2739                "figi": self.figi,
    +2740                "quantity": str(lots),
    +2741                "price": FloatToNano(limitPrice),
    +2742                "stopPrice": FloatToNano(targetPrice),
    +2743                "direction": "STOP_ORDER_DIRECTION_BUY" if operation == "Buy" else "STOP_ORDER_DIRECTION_SELL",  # see: TKS_STOP_ORDER_DIRECTIONS
    +2744                "accountId": str(self.accountId),
    +2745                "expirationType": "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE" if expDateUTC else "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL",  # see: TKS_STOP_ORDER_EXPIRATION_TYPES
    +2746                "stopOrderType": stopOrderType,  # see: TKS_STOP_ORDER_TYPES
    +2747            }
    +2748
    +2749            if expDateUTC:
    +2750                body["expireDate"] = expDateUTC
    +2751
    +2752            self.body = str(body)
    +2753            response = self.SendAPIRequest(openOrderURL, reqType="POST", retry=0, debug=False)
    +2754
    +2755            if "stopOrderId" in response.keys():
    +2756                uLogger.info(
    +2757                    "Stop-order [{}] was created: ticker [{}], FIGI [{}], action [{}], lots [{}], target price [{:.2f} {}], limit price [{:.2f} {}], stop-order type [{}] and expiration date in UTC [{}]".format(
    +2758                    response["stopOrderId"],
    +2759                    self.ticker, self.figi,
    +2760                    operation, lots,
    +2761                    targetPrice, instrument["currency"],
    +2762                    limitPrice, instrument["currency"],
    +2763                    TKS_STOP_ORDER_TYPES[stopOrderType],
    +2764                    datetime.strptime(expDateUTC, "%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tzutc()).astimezone(tzutc()).strftime("%Y-%m-%d %H:%M:%S") if expDateUTC else TKS_STOP_ORDER_EXPIRATION_TYPES["STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED"],
    +2765                ))
    +2766
    +2767                if "lastPrice" in instrument["currentPrice"].keys() and instrument["currentPrice"]["lastPrice"]:
    +2768                    if operation == "Buy" and targetPrice < instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    +2769                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target buy price [{:.2f} {}] is lower than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    +2770                            targetPrice, instrument["currency"],
    +2771                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2772                        ))
    +2773
    +2774                    if operation == "Sell" and targetPrice > instrument["currentPrice"]["lastPrice"] and stopType != "TP":
    +2775                        uLogger.warning("The broker will cancel this order after some time. Comment: you placed the wrong stop order because the target sell price [{:.2f} {}] is higher than the current price [{:.2f} {}]. Also try to set up order type as `TP` if you want to place stop order at that price.".format(
    +2776                            targetPrice, instrument["currency"],
    +2777                            instrument["currentPrice"]["lastPrice"], instrument["currency"],
    +2778                        ))
    +2779
    +2780            else:
    +2781                uLogger.warning("Not `oK` status received! Stop order not opened. See full debug log or try again and open order later.")
    +2782
    +2783        return response
     
    @@ -10145,18 +10500,18 @@
    Returns
    -
    2699    def BuyLimit(self, lots: int, targetPrice: float) -> dict:
    -2700        """
    -2701        Create pending `Buy` limit-order (below current price). You must specify only 2 parameters:
    -2702        `lots` and `target price` to open buy limit-order. If you try to create buy limit-order above current price then
    -2703        broker immediately open `Buy` market order, such as if you do simple `--buy` operation!
    -2704        See also: `Order()` docstring.
    -2705
    -2706        :param lots: volume, integer count of lots >= 1.
    -2707        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2708        :return: JSON with response from broker server.
    -2709        """
    -2710        return self.Order(operation="Buy", orderType="Limit", lots=lots, targetPrice=targetPrice)
    +            
    2785    def BuyLimit(self, lots: int, targetPrice: float) -> dict:
    +2786        """
    +2787        Create pending `Buy` limit-order (below current price). You must specify only 2 parameters:
    +2788        `lots` and `target price` to open buy limit-order. If you try to create buy limit-order above current price then
    +2789        broker immediately open `Buy` market order, such as if you do simple `--buy` operation!
    +2790        See also: `Order()` docstring.
    +2791
    +2792        :param lots: volume, integer count of lots >= 1.
    +2793        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2794        :return: JSON with response from broker server.
    +2795        """
    +2796        return self.Order(operation="Buy", orderType="Limit", lots=lots, targetPrice=targetPrice)
     
    @@ -10192,25 +10547,25 @@
    Returns
    -
    2712    def BuyStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2713        """
    -2714        Create `Buy` stop-order. You must specify at least 2 parameters: `lots` `target price` to open buy stop-order.
    -2715        In additional you can specify 3 parameters for buy stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    -2716        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    -2717        target price value then broker opens a limit order. See also: `Order()` docstring.
    -2718
    -2719        :param lots: volume, integer count of lots >= 1.
    -2720        :param targetPrice: target price > 0. This is trigger price for buy stop-order.
    -2721        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    -2722                           with price equal to limitPrice, when current price goes to target price of buy stop-order.
    -2723        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    -2724                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2725        :param expDate: string "Undefined" by default or local date in future.
    -2726                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2727                        This date is converting to UTC format for server.
    -2728        :return: JSON with response from broker server.
    -2729        """
    -2730        return self.Order(operation="Buy", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    +            
    2798    def BuyStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2799        """
    +2800        Create `Buy` stop-order. You must specify at least 2 parameters: `lots` `target price` to open buy stop-order.
    +2801        In additional you can specify 3 parameters for buy stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    +2802        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    +2803        target price value then broker opens a limit order. See also: `Order()` docstring.
    +2804
    +2805        :param lots: volume, integer count of lots >= 1.
    +2806        :param targetPrice: target price > 0. This is trigger price for buy stop-order.
    +2807        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    +2808                           with price equal to limitPrice, when current price goes to target price of buy stop-order.
    +2809        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    +2810                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2811        :param expDate: string "Undefined" by default or local date in future.
    +2812                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2813                        This date is converting to UTC format for server.
    +2814        :return: JSON with response from broker server.
    +2815        """
    +2816        return self.Order(operation="Buy", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
     
    @@ -10253,18 +10608,18 @@
    Returns
    -
    2732    def SellLimit(self, lots: int, targetPrice: float) -> dict:
    -2733        """
    -2734        Create pending `Sell` limit-order (above current price). You must specify only 2 parameters:
    -2735        `lots` and `target price` to open sell limit-order. If you try to create sell limit-order below current price then
    -2736        broker immediately open `Sell` market order, such as if you do simple `--sell` operation!
    -2737        See also: `Order()` docstring.
    -2738
    -2739        :param lots: volume, integer count of lots >= 1.
    -2740        :param targetPrice: target price > 0. This is open trade price for limit order.
    -2741        :return: JSON with response from broker server.
    -2742        """
    -2743        return self.Order(operation="Sell", orderType="Limit", lots=lots, targetPrice=targetPrice)
    +            
    2818    def SellLimit(self, lots: int, targetPrice: float) -> dict:
    +2819        """
    +2820        Create pending `Sell` limit-order (above current price). You must specify only 2 parameters:
    +2821        `lots` and `target price` to open sell limit-order. If you try to create sell limit-order below current price then
    +2822        broker immediately open `Sell` market order, such as if you do simple `--sell` operation!
    +2823        See also: `Order()` docstring.
    +2824
    +2825        :param lots: volume, integer count of lots >= 1.
    +2826        :param targetPrice: target price > 0. This is open trade price for limit order.
    +2827        :return: JSON with response from broker server.
    +2828        """
    +2829        return self.Order(operation="Sell", orderType="Limit", lots=lots, targetPrice=targetPrice)
     
    @@ -10300,25 +10655,25 @@
    Returns
    -
    2745    def SellStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    -2746        """
    -2747        Create `Sell` stop-order. You must specify at least 2 parameters: `lots` `target price` to open sell stop-order.
    -2748        In additional you can specify 3 parameters for sell stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    -2749        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    -2750        target price value then broker opens a limit order. See also: `Order()` docstring.
    -2751
    -2752        :param lots: volume, integer count of lots >= 1.
    -2753        :param targetPrice: target price > 0. This is trigger price for sell stop-order.
    -2754        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    -2755                           with price equal to limitPrice, when current price goes to target price of sell stop-order.
    -2756        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    -2757                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    -2758        :param expDate: string "Undefined" by default or local date in future.
    -2759                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    -2760                        This date is converting to UTC format for server.
    -2761        :return: JSON with response from broker server.
    -2762        """
    -2763        return self.Order(operation="Sell", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
    +            
    2831    def SellStop(self, lots: int, targetPrice: float, limitPrice: float = 0., stopType: str = "Limit", expDate: str = "Undefined") -> dict:
    +2832        """
    +2833        Create `Sell` stop-order. You must specify at least 2 parameters: `lots` `target price` to open sell stop-order.
    +2834        In additional you can specify 3 parameters for sell stop-order: `limit price` >=0, `stop type` = Limit|SL|TP,
    +2835        `expiration date` = Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`. When current price will go up or down to
    +2836        target price value then broker opens a limit order. See also: `Order()` docstring.
    +2837
    +2838        :param lots: volume, integer count of lots >= 1.
    +2839        :param targetPrice: target price > 0. This is trigger price for sell stop-order.
    +2840        :param limitPrice: limit price >= 0 (limitPrice = targetPrice if limitPrice is 0). Broker will creates limit-order
    +2841                           with price equal to limitPrice, when current price goes to target price of sell stop-order.
    +2842        :param stopType: string "Limit" by default. There are 3 stop-order types "SL", "TP", "Limit"
    +2843                         for "Stop loss", "Take profit" and "Stop limit" types accordingly.
    +2844        :param expDate: string "Undefined" by default or local date in future.
    +2845                        String has a format like this: `%Y-%m-%d %H:%M:%S`.
    +2846                        This date is converting to UTC format for server.
    +2847        :return: JSON with response from broker server.
    +2848        """
    +2849        return self.Order(operation="Sell", orderType="Stop", lots=lots, targetPrice=targetPrice, limitPrice=limitPrice, stopType=stopType, expDate=expDate)
     
    @@ -10361,65 +10716,65 @@
    Returns
    -
    2765    def CloseOrders(self, orderIDs: list, allOrdersIDs: list = None, allStopOrdersIDs: list = None) -> None:
    -2766        """
    -2767        Cancel order or list of orders by its `orderId` or `stopOrderId`.
    -2768
    -2769        :param orderIDs: list of integers with `orderId` or `stopOrderId`.
    -2770        :param allOrdersIDs: pre-received lists of all active pending orders.
    -2771                             This avoids unnecessary downloading data from the server.
    -2772        :param allStopOrdersIDs: pre-received lists of all active stop orders.
    -2773        """
    -2774        if orderIDs:
    -2775            if allOrdersIDs is None or not allOrdersIDs:
    -2776                rawOrders = self.RequestPendingOrders()
    -2777                allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    -2778
    -2779            if allStopOrdersIDs is None or not allStopOrdersIDs:
    -2780                rawStopOrders = self.RequestStopOrders()
    -2781                allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    -2782
    -2783            for orderID in orderIDs:
    -2784                idInPendingOrders = orderID in allOrdersIDs
    -2785                idInStopOrders = orderID in allStopOrdersIDs
    -2786
    -2787                if not (idInPendingOrders or idInStopOrders):
    -2788                    uLogger.warning("Order not found by ID: [{}]. Maybe cancelled already? Check it with `--overview` key.".format(orderID))
    -2789                    continue
    -2790
    -2791                else:
    -2792                    if idInPendingOrders:
    -2793                        uLogger.debug("Cancelling pending order with ID: [{}]. Wait, please...".format(orderID))
    -2794
    -2795                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_CancelOrder
    -2796                        self.body = str({"accountId": self.accountId, "orderId": orderID})
    -2797                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder"
    -2798                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    -2799
    -2800                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    -2801                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    -2802                            uLogger.info("Pending order with ID [{}] successfully cancel".format(orderID))
    -2803
    -2804                        else:
    -2805                            uLogger.warning("Unknown issue occurred when cancelling pending order with ID: [{}]. Check ID and try again.".format(orderID))
    -2806
    -2807                    elif idInStopOrders:
    -2808                        uLogger.debug("Cancelling stop order with ID: [{}]. Wait, please...".format(orderID))
    -2809
    -2810                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_CancelStopOrder
    -2811                        self.body = str({"accountId": self.accountId, "stopOrderId": orderID})
    -2812                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/CancelStopOrder"
    -2813                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    -2814
    -2815                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    -2816                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    -2817                            uLogger.info("Stop order with ID [{}] successfully cancel".format(orderID))
    -2818
    -2819                        else:
    -2820                            uLogger.warning("Unknown issue occurred when cancelling stop order with ID: [{}]. Check ID and try again.".format(orderID))
    -2821
    -2822                    else:
    -2823                        continue
    +            
    2851    def CloseOrders(self, orderIDs: list, allOrdersIDs: list = None, allStopOrdersIDs: list = None) -> None:
    +2852        """
    +2853        Cancel order or list of orders by its `orderId` or `stopOrderId`.
    +2854
    +2855        :param orderIDs: list of integers with `orderId` or `stopOrderId`.
    +2856        :param allOrdersIDs: pre-received lists of all active pending orders.
    +2857                             This avoids unnecessary downloading data from the server.
    +2858        :param allStopOrdersIDs: pre-received lists of all active stop orders.
    +2859        """
    +2860        if orderIDs:
    +2861            if allOrdersIDs is None or not allOrdersIDs:
    +2862                rawOrders = self.RequestPendingOrders()
    +2863                allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    +2864
    +2865            if allStopOrdersIDs is None or not allStopOrdersIDs:
    +2866                rawStopOrders = self.RequestStopOrders()
    +2867                allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    +2868
    +2869            for orderID in orderIDs:
    +2870                idInPendingOrders = orderID in allOrdersIDs
    +2871                idInStopOrders = orderID in allStopOrdersIDs
    +2872
    +2873                if not (idInPendingOrders or idInStopOrders):
    +2874                    uLogger.warning("Order not found by ID: [{}]. Maybe cancelled already? Check it with `--overview` key.".format(orderID))
    +2875                    continue
    +2876
    +2877                else:
    +2878                    if idInPendingOrders:
    +2879                        uLogger.debug("Cancelling pending order with ID: [{}]. Wait, please...".format(orderID))
    +2880
    +2881                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/OrdersService/OrdersService_CancelOrder
    +2882                        self.body = str({"accountId": self.accountId, "orderId": orderID})
    +2883                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/CancelOrder"
    +2884                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    +2885
    +2886                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    +2887                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    +2888                            uLogger.info("Pending order with ID [{}] successfully cancel".format(orderID))
    +2889
    +2890                        else:
    +2891                            uLogger.warning("Unknown issue occurred when cancelling pending order with ID: [{}]. Check ID and try again.".format(orderID))
    +2892
    +2893                    elif idInStopOrders:
    +2894                        uLogger.debug("Cancelling stop order with ID: [{}]. Wait, please...".format(orderID))
    +2895
    +2896                        # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/StopOrdersService/StopOrdersService_CancelStopOrder
    +2897                        self.body = str({"accountId": self.accountId, "stopOrderId": orderID})
    +2898                        closeURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/CancelStopOrder"
    +2899                        responseJSON = self.SendAPIRequest(closeURL, reqType="POST")
    +2900
    +2901                        if responseJSON and "time" in responseJSON.keys() and responseJSON["time"]:
    +2902                            uLogger.debug("Success time marker received from server: [{}] (UTC)".format(responseJSON["time"]))
    +2903                            uLogger.info("Stop order with ID [{}] successfully cancel".format(orderID))
    +2904
    +2905                        else:
    +2906                            uLogger.warning("Unknown issue occurred when cancelling stop order with ID: [{}]. Check ID and try again.".format(orderID))
    +2907
    +2908                    else:
    +2909                        continue
     
    @@ -10448,25 +10803,25 @@
    Parameters
    -
    2825    def CloseAllOrders(self) -> None:
    -2826        """
    -2827        Gets a list of open pending and stop orders and cancel it all.
    -2828        """
    -2829        rawOrders = self.RequestPendingOrders()
    -2830        allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    -2831        lenOrders = len(allOrdersIDs)
    -2832
    -2833        rawStopOrders = self.RequestStopOrders()
    -2834        allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    -2835        lenSOrders = len(allStopOrdersIDs)
    -2836
    -2837        if lenOrders > 0 or lenSOrders > 0:
    -2838            uLogger.info("Found: [{}] opened pending and [{}] stop orders. Let's trying to cancel it all. Wait, please...".format(lenOrders, lenSOrders))
    -2839
    -2840            self.CloseOrders(allOrdersIDs + allStopOrdersIDs, allOrdersIDs, allStopOrdersIDs)
    -2841
    -2842        else:
    -2843            uLogger.info("Orders not found, nothing to cancel.")
    +            
    2911    def CloseAllOrders(self) -> None:
    +2912        """
    +2913        Gets a list of open pending and stop orders and cancel it all.
    +2914        """
    +2915        rawOrders = self.RequestPendingOrders()
    +2916        allOrdersIDs = [item["orderId"] for item in rawOrders]  # all pending orders ID
    +2917        lenOrders = len(allOrdersIDs)
    +2918
    +2919        rawStopOrders = self.RequestStopOrders()
    +2920        allStopOrdersIDs = [item["stopOrderId"] for item in rawStopOrders]  # all stop orders ID
    +2921        lenSOrders = len(allStopOrdersIDs)
    +2922
    +2923        if lenOrders > 0 or lenSOrders > 0:
    +2924            uLogger.info("Found: [{}] opened pending and [{}] stop orders. Let's trying to cancel it all. Wait, please...".format(lenOrders, lenSOrders))
    +2925
    +2926            self.CloseOrders(allOrdersIDs + allStopOrdersIDs, allOrdersIDs, allStopOrdersIDs)
    +2927
    +2928        else:
    +2929            uLogger.info("Orders not found, nothing to cancel.")
     
    @@ -10486,35 +10841,35 @@
    Parameters
    -
    2845    def CloseAll(self, *args) -> None:
    -2846        """
    -2847        Close all available (not blocked) opened trades and orders.
    -2848
    -2849        Also you can select one or more keywords case insensitive:
    -2850        `orders`, `shares`, `bonds`, `etfs` and `futures` from `TKS_INSTRUMENTS` enum to specify trades type.
    -2851
    -2852        Currency positions you must closes manually using buy or sell operations, `CloseTrades()` or `CloseAllTrades()` methods.
    -2853        """
    -2854        overview = self.Overview(showStatistics=False)  # get all open trades info
    -2855
    -2856        if len(args) == 0:
    -2857            uLogger.debug("Closing all available (not blocked) opened trades and orders. Currency positions you must closes manually using buy or sell operations! Wait, please...")
    -2858            self.CloseAllOrders()  # close all pending and stop orders
    -2859
    -2860            for iType in TKS_INSTRUMENTS:
    -2861                if iType != "Currencies":
    -2862                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    -2863
    -2864        else:
    -2865            uLogger.debug("Closing all available {}. Currency positions you must closes manually using buy or sell operations! Wait, please...".format(list(args)))
    -2866            lowerArgs = [x.lower() for x in args]
    -2867
    -2868            if "orders" in lowerArgs:
    -2869                self.CloseAllOrders()  # close all pending and stop orders
    -2870
    -2871            for iType in TKS_INSTRUMENTS:
    -2872                if iType.lower() in lowerArgs and iType != "Currencies":
    -2873                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    +            
    2931    def CloseAll(self, *args) -> None:
    +2932        """
    +2933        Close all available (not blocked) opened trades and orders.
    +2934
    +2935        Also you can select one or more keywords case insensitive:
    +2936        `orders`, `shares`, `bonds`, `etfs` and `futures` from `TKS_INSTRUMENTS` enum to specify trades type.
    +2937
    +2938        Currency positions you must closes manually using buy or sell operations, `CloseTrades()` or `CloseAllTrades()` methods.
    +2939        """
    +2940        overview = self.Overview(showStatistics=False)  # get all open trades info
    +2941
    +2942        if len(args) == 0:
    +2943            uLogger.debug("Closing all available (not blocked) opened trades and orders. Currency positions you must closes manually using buy or sell operations! Wait, please...")
    +2944            self.CloseAllOrders()  # close all pending and stop orders
    +2945
    +2946            for iType in TKS_INSTRUMENTS:
    +2947                if iType != "Currencies":
    +2948                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
    +2949
    +2950        else:
    +2951            uLogger.debug("Closing all available {}. Currency positions you must closes manually using buy or sell operations! Wait, please...".format(list(args)))
    +2952            lowerArgs = [x.lower() for x in args]
    +2953
    +2954            if "orders" in lowerArgs:
    +2955                self.CloseAllOrders()  # close all pending and stop orders
    +2956
    +2957            for iType in TKS_INSTRUMENTS:
    +2958                if iType.lower() in lowerArgs and iType != "Currencies":
    +2959                    self.CloseAllTrades(iType, overview)  # close all positions of instruments with same type without currencies
     
    @@ -10540,21 +10895,50 @@
    Parameters
    -
    2875    @staticmethod
    -2876    def ParseOrderParameters(operation, **inputParameters):
    -2877        """
    -2878        Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.
    -2879
    -2880        :param operation: string "Buy" or "Sell".
    -2881        :param inputParameters: this is dict of strings that looks like this
    -2882               `{"lots": "L_int,...", "prices": "P_float,..."}` where
    -2883               "lots" key: one or more lot values (integer numbers) to open with every limit-order
    -2884               "prices" key: one or more prices to open limit-orders
    -2885               Counts of values in lots and prices lists must be equals!
    -2886        :return: list of dictionaries with all lots and prices to open orders that looks like this `[{"lot": lots_1, "price": price_1}, {...}, ...]`
    -2887        """
    -2888        # TODO: update order grid work with api v2
    -2889        pass
    +            
    2961    @staticmethod
    +2962    def ParseOrderParameters(operation, **inputParameters):
    +2963        """
    +2964        Parse input dictionary of strings with order parameters and return dictionary with parameters to open all orders.
    +2965
    +2966        :param operation: string "Buy" or "Sell".
    +2967        :param inputParameters: this is dict of strings that looks like this
    +2968               `{"lots": "L_int,...", "prices": "P_float,..."}` where
    +2969               "lots" key: one or more lot values (integer numbers) to open with every limit-order
    +2970               "prices" key: one or more prices to open limit-orders
    +2971               Counts of values in lots and prices lists must be equals!
    +2972        :return: list of dictionaries with all lots and prices to open orders that looks like this `[{"lot": lots_1, "price": price_1}, {...}, ...]`
    +2973        """
    +2974        # TODO: update order grid work with api v2
    +2975        pass
    +2976        # uLogger.debug("Input parameters: {}".format(inputParameters))
    +2977        #
    +2978        # if operation is None or not operation or operation not in ("Buy", "Sell"):
    +2979        #     raise Exception("You must define operation type: 'Buy' or 'Sell'!")
    +2980        #
    +2981        # if "l" in inputParameters.keys():
    +2982        #     inputParameters["lots"] = inputParameters.pop("l")
    +2983        #
    +2984        # if "p" in inputParameters.keys():
    +2985        #     inputParameters["prices"] = inputParameters.pop("p")
    +2986        #
    +2987        # if "lots" not in inputParameters.keys() or "prices" not in inputParameters.keys():
    +2988        #     raise Exception("Both of 'lots' and 'prices' keys must be define to open grid orders!")
    +2989        #
    +2990        # lots = [int(item.strip()) for item in inputParameters["lots"].split(",")]
    +2991        # prices = [float(item.strip()) for item in inputParameters["prices"].split(",")]
    +2992        #
    +2993        # if len(lots) != len(prices):
    +2994        #     raise Exception("'lots' and 'prices' lists must have equal length of values!")
    +2995        #
    +2996        # uLogger.debug("Extracted parameters for orders:")
    +2997        # uLogger.debug("lots = {}".format(lots))
    +2998        # uLogger.debug("prices = {}".format(prices))
    +2999        #
    +3000        # # list of dictionaries with order's parameters: [{"lot": lots_1, "price": price_1}, {...}, ...]
    +3001        # result = [{"lot": lots[item], "price": prices[item]} for item in range(len(prices))]
    +3002        # uLogger.debug("Order parameters: {}".format(result))
    +3003        #
    +3004        # return result
     
    @@ -10591,47 +10975,47 @@
    Returns
    -
    2920    def IsInPortfolio(self, portfolio: dict = None) -> bool:
    -2921        """
    -2922        Checks if instrument is in the user's portfolio. Instrument must be defined by `ticker` (highly priority) or `figi`.
    -2923
    -2924        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    -2925        :return: `True` if portfolio contains open position with given instrument, `False` otherwise.
    -2926        """
    -2927        result = False
    -2928        msg = "Instrument not defined!"
    -2929
    -2930        if portfolio is None or not portfolio:
    -2931            portfolio = self.Overview(showStatistics=False)
    -2932
    -2933        if self.ticker:
    -2934            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    -2935            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    -2936
    -2937            for iType in TKS_INSTRUMENTS:
    -2938                for instrument in portfolio["stat"][iType]:
    -2939                    if instrument["ticker"] == self.ticker:
    -2940                        result = True
    -2941                        msg = "Instrument with ticker [{}] is present in open positions".format(self.ticker)
    -2942                        break
    -2943
    -2944        elif self.figi:
    -2945            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    -2946            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    -2947
    -2948            for iType in TKS_INSTRUMENTS:
    -2949                for instrument in portfolio["stat"][iType]:
    -2950                    if instrument["figi"] == self.figi:
    -2951                        result = True
    -2952                        msg = "Instrument with FIGI [{}] is present in open positions".format(self.figi)
    -2953                        break
    -2954
    -2955        else:
    -2956            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    -2957
    -2958        uLogger.debug(msg)
    -2959
    -2960        return result
    +            
    3006    def IsInPortfolio(self, portfolio: dict = None) -> bool:
    +3007        """
    +3008        Checks if instrument is in the user's portfolio. Instrument must be defined by `ticker` (highly priority) or `figi`.
    +3009
    +3010        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    +3011        :return: `True` if portfolio contains open position with given instrument, `False` otherwise.
    +3012        """
    +3013        result = False
    +3014        msg = "Instrument not defined!"
    +3015
    +3016        if portfolio is None or not portfolio:
    +3017            portfolio = self.Overview(showStatistics=False)
    +3018
    +3019        if self.ticker:
    +3020            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    +3021            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    +3022
    +3023            for iType in TKS_INSTRUMENTS:
    +3024                for instrument in portfolio["stat"][iType]:
    +3025                    if instrument["ticker"] == self.ticker:
    +3026                        result = True
    +3027                        msg = "Instrument with ticker [{}] is present in open positions".format(self.ticker)
    +3028                        break
    +3029
    +3030        elif self.figi:
    +3031            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    +3032            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    +3033
    +3034            for iType in TKS_INSTRUMENTS:
    +3035                for instrument in portfolio["stat"][iType]:
    +3036                    if instrument["figi"] == self.figi:
    +3037                        result = True
    +3038                        msg = "Instrument with FIGI [{}] is present in open positions".format(self.figi)
    +3039                        break
    +3040
    +3041        else:
    +3042            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    +3043
    +3044        uLogger.debug(msg)
    +3045
    +3046        return result
     
    @@ -10663,48 +11047,48 @@
    Returns
    -
    2962    def GetInstrumentFromPortfolio(self, portfolio: dict = None) -> dict:
    -2963        """
    -2964        Returns instrument is in the user's portfolio if it presents there.
    -2965        Instrument must be defined by `ticker` (highly priority) or `figi`.
    -2966
    -2967        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    -2968        :return: dict with instrument if portfolio contains open position with this instrument, `None` otherwise.
    -2969        """
    -2970        result = None
    -2971        msg = "Instrument not defined!"
    -2972
    -2973        if portfolio is None or not portfolio:
    -2974            portfolio = self.Overview(showStatistics=False)
    -2975
    -2976        if self.ticker:
    -2977            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    -2978            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    -2979
    -2980            for iType in TKS_INSTRUMENTS:
    -2981                for instrument in portfolio["stat"][iType]:
    -2982                    if instrument["ticker"] == self.ticker:
    -2983                        result = instrument
    -2984                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(self.ticker, instrument["figi"])
    -2985                        break
    -2986
    -2987        elif self.figi:
    -2988            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    -2989            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    -2990
    -2991            for iType in TKS_INSTRUMENTS:
    -2992                for instrument in portfolio["stat"][iType]:
    -2993                    if instrument["figi"] == self.figi:
    -2994                        result = instrument
    -2995                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(instrument["ticker"], self.figi)
    -2996                        break
    -2997
    -2998        else:
    -2999            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    -3000
    -3001        uLogger.debug(msg)
    -3002
    -3003        return result
    +            
    3048    def GetInstrumentFromPortfolio(self, portfolio: dict = None) -> dict:
    +3049        """
    +3050        Returns instrument is in the user's portfolio if it presents there.
    +3051        Instrument must be defined by `ticker` (highly priority) or `figi`.
    +3052
    +3053        :param portfolio: dict with user's portfolio data. If `None`, then requests portfolio from `Overview()` method.
    +3054        :return: dict with instrument if portfolio contains open position with this instrument, `None` otherwise.
    +3055        """
    +3056        result = None
    +3057        msg = "Instrument not defined!"
    +3058
    +3059        if portfolio is None or not portfolio:
    +3060            portfolio = self.Overview(showStatistics=False)
    +3061
    +3062        if self.ticker:
    +3063            uLogger.debug("Searching instrument with ticker [{}] throwout opened positions...".format(self.ticker))
    +3064            msg = "Instrument with ticker [{}] is not present in open positions".format(self.ticker)
    +3065
    +3066            for iType in TKS_INSTRUMENTS:
    +3067                for instrument in portfolio["stat"][iType]:
    +3068                    if instrument["ticker"] == self.ticker:
    +3069                        result = instrument
    +3070                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(self.ticker, instrument["figi"])
    +3071                        break
    +3072
    +3073        elif self.figi:
    +3074            uLogger.debug("Searching instrument with FIGI [{}] throwout opened positions...".format(self.figi))
    +3075            msg = "Instrument with FIGI [{}] is not present in open positions".format(self.figi)
    +3076
    +3077            for iType in TKS_INSTRUMENTS:
    +3078                for instrument in portfolio["stat"][iType]:
    +3079                    if instrument["figi"] == self.figi:
    +3080                        result = instrument
    +3081                        msg = "Instrument with ticker [{}] and FIGI [{}] is present in open positions".format(instrument["ticker"], self.figi)
    +3082                        break
    +3083
    +3084        else:
    +3085            uLogger.warning("Instrument must be defined by `ticker` (highly priority) or `figi`!")
    +3086
    +3087        uLogger.debug(msg)
    +3088
    +3089        return result
     
    @@ -10738,15 +11122,15 @@
    Returns
    -
    3006class Args:
    -3007    """
    -3008    If `Main()` function is imported as module, then this class used to convert arguments from **kwargs as object.
    -3009    """
    -3010    def __init__(self, **kwargs):
    -3011        self.__dict__.update(kwargs)
    -3012
    -3013    def __getattr__(self, item):
    -3014        return None
    +            
    3092class Args:
    +3093    """
    +3094    If `Main()` function is imported as module, then this class used to convert arguments from **kwargs as object.
    +3095    """
    +3096    def __init__(self, **kwargs):
    +3097        self.__dict__.update(kwargs)
    +3098
    +3099    def __getattr__(self, item):
    +3100        return None
     
    @@ -10764,8 +11148,8 @@
    Returns
    -
    3010    def __init__(self, **kwargs):
    -3011        self.__dict__.update(kwargs)
    +            
    3096    def __init__(self, **kwargs):
    +3097        self.__dict__.update(kwargs)
     
    @@ -10784,67 +11168,73 @@
    Returns
    -
    3017def ParseArgs():
    -3018    """
    -3019    Function get and parse command line keys. See examples: https://tim55667757.github.io/TKSBrokerAPI/
    -3020    """
    -3021    parser = ArgumentParser()  # command-line string parser
    -3022
    -3023    parser.description = "TKSBrokerAPI is a python API to work with some methods of Tinkoff Open API using REST protocol. It can view history, orders and market information. Also, you can open orders and trades. See examples: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples"
    -3024    parser.usage = "\n/as module/ python TKSBrokerAPI.py [some options] [one command]\n/as CLI tool/ tksbrokerapi [some options] [one command]"
    -3025
    -3026    # --- options:
    -3027
    -3028    parser.add_argument("--no-cache", action="store_true", default=False, help="Option: not use local cache `dump.json`, but update raw instruments data when starting the program. `False` by default.")
    -3029    parser.add_argument("--token", type=str, help="Option: Tinkoff service's api key. If not set then used environment variable `TKS_API_TOKEN`. See how to use: https://tinkoff.github.io/investAPI/token/")
    -3030    parser.add_argument("--account-id", type=str, default=None, help="Option: string with an user numeric account ID in Tinkoff Broker. It can be found in any broker's reports (see the contract number). Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.")
    -3031
    -3032    parser.add_argument("--ticker", "-t", type=str, help="Option: instrument's ticker, e.g. `IBM`, `YNDX`, `GOOGL` etc. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR`.")
    -3033    parser.add_argument("--figi", "-f", type=str, help="Option: instrument's FIGI, e.g. `BBG006L8G4H1` (for `YNDX`).")
    -3034
    -3035    parser.add_argument("--depth", type=int, default=1, help="Option: Depth of Market (DOM) can be >=1, 1 by default.")
    -3036    parser.add_argument("--no-cancelled", "--no-canceled", action="store_true", default=False, help="Option: remove information about cancelled operations from the deals report by the `--deals` key. `False` by default.")
    -3037
    -3038    parser.add_argument("--output", type=str, default=None, help="Option: replace default paths to output files for some commands. If None then used default files.")
    -3039
    -3040    # parser.add_argument("--length", type=int, default=24, help="Option: how many last candles returns for history. Used only with --history key.")
    -3041    # parser.add_argument("--interval", type=str, default="60", help="Option: available values are 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month. Used only with `--history` key. This is time period used in 'interval' api parameter. Default: `--interval=60` that means 60 min for every history candles.")
    -3042    # parser.add_argument("--only-missing", action="store_true", default=False, help="Option: if history file define by `--output` key then add only last missing candles, do not request all history length. False by default.")
    -3043
    -3044    parser.add_argument("--debug-level", "--verbosity", "-v", type=int, default=20, help="Option: showing STDOUT messages of minimal debug level, e.g. 10 = DEBUG, 20 = INFO, 30 = WARNING, 40 = ERROR, 50 = CRITICAL. INFO (20) by default.")
    -3045
    -3046    # --- commands:
    -3047
    -3048    parser.add_argument("--list", "-l", action="store_true", help="Action: get and print all available instruments and some information from broker server. Also, you can define `--output` key to save list of instruments to file, default: `instruments.md`.")
    -3049    parser.add_argument("--search", "-s", type=str, nargs=1, help="Action: search for an instruments by part of the name, ticker or FIGI. Also, you can define `--output` key to save results to file, default: `search-results.md`.")
    -3050    parser.add_argument("--info", "-i", action="store_true", help="Action: get information from broker server about instrument by it's ticker or FIGI. `--ticker` key or `--figi` key must be defined!")
    -3051    parser.add_argument("--price", action="store_true", help="Action: show actual price list for current instrument. Also, you can use --depth key. `--ticker` key or `--figi` key must be defined!")
    -3052    parser.add_argument("--prices", "-p", type=str, nargs="+", help="Action: get and print current prices for list of given instruments (by it's tickers or by FIGIs). WARNING! This is too long operation if you request a lot of instruments! Also, you can define `--output` key to save list of prices to file, default: `prices.md`.")
    -3053
    -3054    parser.add_argument("--overview", "-o", action="store_true", help="Action: show all open positions, orders and some statistics. Also, you can define `--output` key to save this information to file, default: `overview.md`.")
    -3055    parser.add_argument("--deals", "-d", type=str, nargs="*", help="Action: show all deals between two given dates. Start day may be an integer number: -1, -2, -3 days ago. Also, you can use keywords: `today`, `yesterday` (-1), `week` (-7), `month` (-30) and `year` (-365). Dates format must be: `%%Y-%%m-%%d`, e.g. 2020-02-03. With `--no-cancelled` key information about cancelled operations will be removed from the deals report. Also, you can define `--output` key to save all deals to file, default: `deals.md`.")
    -3056    # parser.add_argument("--history", action="store_true", help="Action: get last (--length) history candles from past to current time with (--interval) values. Also, you can define `--output` key to save history candles to .csv-file.")
    -3057
    -3058    parser.add_argument("--trade", nargs="*", help="Action: universal action to open market position for defined ticker or FIGI. You must specify 1-5 parameters: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. See examples in readme.")
    -3059    parser.add_argument("--buy", nargs="*", help="Action: immediately open BUY market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    -3060    parser.add_argument("--sell", nargs="*", help="Action: immediately open SELL market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    -3061
    -3062    parser.add_argument("--order", nargs="*", help="Action: universal action to open limit or stop-order in any directions. You must specify 4-7 parameters: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]]. See examples in readme.")
    -3063    parser.add_argument("--buy-limit", type=float, nargs=2, help="Action: open pending BUY limit-order (below current price). You must specify only 2 parameters: [lots] [target price] to open BUY limit-order. If you try to create `Buy` limit-order above current price then broker immediately open `Buy` market order, such as if you do simple `--buy` operation!")
    -3064    parser.add_argument("--sell-limit", type=float, nargs=2, help="Action: open pending SELL limit-order (above current price). You must specify only 2 parameters: [lots] [target price] to open SELL limit-order. If you try to create `Sell` limit-order below current price then broker immediately open `Sell` market order, such as if you do simple `--sell` operation!")
    -3065    parser.add_argument("--buy-stop", nargs="*", help="Action: open BUY stop-order. You must specify at least 2 parameters: [lots] [target price] to open BUY stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    -3066    parser.add_argument("--sell-stop", nargs="*", help="Action: open SELL stop-order. You must specify at least 2 parameters: [lots] [target price] to open SELL stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    -3067    # parser.add_argument("--buy-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending BUY limit-orders (below current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    -3068    # parser.add_argument("--sell-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending SELL limit-orders (above current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    -3069
    -3070    parser.add_argument("--close-order", "--cancel-order", type=str, nargs=1, help="Action: close only one order by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    -3071    parser.add_argument("--close-orders", "--cancel-orders", type=str, nargs="+", help="Action: close one or list of orders by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    -3072    parser.add_argument("--close-trade", "--cancel-trade", action="store_true", help="Action: close only one position for instrument defined by `--ticker` key, including for currencies tickers.")
    -3073    parser.add_argument("--close-trades", "--cancel-trades", type=str, nargs="+", help="Action: close positions for list of tickers, including for currencies tickers.")
    -3074    parser.add_argument("--close-all", "--cancel-all", type=str, nargs="*", help="Action: close all available (not blocked) opened trades and orders, excluding for currencies. Also you can select one or more keywords case insensitive to specify trades type: `orders`, `shares`, `bonds`, `etfs` and `futures`, but not `currencies`. Currency positions you must closes manually using `--buy`, `--sell`, `--close-trade` or `--close-trades` operations.")
    -3075
    -3076    cmdArgs = parser.parse_args()
    -3077    return cmdArgs
    +            
    3103def ParseArgs():
    +3104    """
    +3105    Function get and parse command line keys. See examples: https://tim55667757.github.io/TKSBrokerAPI/
    +3106    """
    +3107    parser = ArgumentParser()  # command-line string parser
    +3108
    +3109    parser.description = "TKSBrokerAPI is a python API to work with some methods of Tinkoff Open API using REST protocol. It can view history, orders and market information. Also, you can open orders and trades. See examples: https://github.com/Tim55667757/TKSBrokerAPI/blob/master/README_EN.md#Usage-examples"
    +3110    parser.usage = "\n/as module/ python TKSBrokerAPI.py [some options] [one command]\n/as CLI tool/ tksbrokerapi [some options] [one command]"
    +3111
    +3112    # --- options:
    +3113
    +3114    parser.add_argument("--no-cache", action="store_true", default=False, help="Option: not use local cache `dump.json`, but update raw instruments data when starting the program. `False` by default.")
    +3115    parser.add_argument("--token", type=str, help="Option: Tinkoff service's api key. If not set then used environment variable `TKS_API_TOKEN`. See how to use: https://tinkoff.github.io/investAPI/token/")
    +3116    parser.add_argument("--account-id", type=str, default=None, help="Option: string with an user numeric account ID in Tinkoff Broker. It can be found in any broker's reports (see the contract number). Also, this variable can be set from environment variable `TKS_ACCOUNT_ID`.")
    +3117
    +3118    parser.add_argument("--ticker", "-t", type=str, help="Option: instrument's ticker, e.g. `IBM`, `YNDX`, `GOOGL` etc. Use alias for `USD000UTSTOM` simple as `USD`, `EUR_RUB__TOM` as `EUR`.")
    +3119    parser.add_argument("--figi", "-f", type=str, help="Option: instrument's FIGI, e.g. `BBG006L8G4H1` (for `YNDX`).")
    +3120
    +3121    parser.add_argument("--depth", type=int, default=1, help="Option: Depth of Market (DOM) can be >=1, 1 by default.")
    +3122    parser.add_argument("--no-cancelled", "--no-canceled", action="store_true", default=False, help="Option: remove information about cancelled operations from the deals report by the `--deals` key. `False` by default.")
    +3123
    +3124    parser.add_argument("--output", type=str, default=None, help="Option: replace default paths to output files for some commands. If `None` then used default files.")
    +3125    # parser.add_argument("--output-type", type=str, choices=[None, ".md", ".csv", ".xlsx"], default=None, help="Option: replace default type of output files for some commands. You can choose: `.md`, `.csv` and `.xlsx`. If `None` then used default file types.")
    +3126
    +3127    parser.add_argument("--interval", type=str, default="hour", help="Option: available values are `1min`, `5min`, `15min`, `hour` and `day`. Used only with `--history` key. This is time period of one candle. Default: `hour` for every history candles.")
    +3128    parser.add_argument("--only-missing", action="store_true", default=False, help="Option: if history file define by `--output` key then add only last missing candles, do not request all history length. `False` by default.")
    +3129    parser.add_argument("--csv-sep", type=str, default=",", help="Option: separator if .csv-file is used, `,` by default.")
    +3130
    +3131    parser.add_argument("--debug-level", "--verbosity", "-v", type=int, default=20, help="Option: showing STDOUT messages of minimal debug level, e.g. 10 = DEBUG, 20 = INFO, 30 = WARNING, 40 = ERROR, 50 = CRITICAL. INFO (20) by default.")
    +3132
    +3133    # --- commands:
    +3134
    +3135    parser.add_argument("--list", "-l", action="store_true", help="Action: get and print all available instruments and some information from broker server. Also, you can define `--output` key to save list of instruments to file, default: `instruments.md`.")
    +3136    parser.add_argument("--search", "-s", type=str, nargs=1, help="Action: search for an instruments by part of the name, ticker or FIGI. Also, you can define `--output` key to save results to file, default: `search-results.md`.")
    +3137    parser.add_argument("--info", "-i", action="store_true", help="Action: get information from broker server about instrument by it's ticker or FIGI. `--ticker` key or `--figi` key must be defined!")
    +3138    parser.add_argument("--price", action="store_true", help="Action: show actual price list for current instrument. Also, you can use `--depth` key. `--ticker` key or `--figi` key must be defined!")
    +3139    parser.add_argument("--prices", "-p", type=str, nargs="+", help="Action: get and print current prices for list of given instruments (by it's tickers or by FIGIs). WARNING! This is too long operation if you request a lot of instruments! Also, you can define `--output` key to save list of prices to file, default: `prices.md`.")
    +3140
    +3141    parser.add_argument("--overview", "-o", action="store_true", help="Action: shows all open positions, orders and some statistics. Also, you can define `--output` key to save this information to file, default: `overview.md`.")
    +3142    parser.add_argument("--overview-digest", action="store_true", help="Action: shows a short digest of the portfolio status. Also, you can define `--output` key to save this information to file, default: `overview-digest.md`.")
    +3143    parser.add_argument("--overview-positions", action="store_true", help="Action: shows only open positions. Also, you can define `--output` key to save this information to file, default: `overview-positions.md`.")
    +3144    parser.add_argument("--overview-orders", action="store_true", help="Action: shows only sections of open limits and stop orders. Also, you can define `--output` key to save this information to file, default: `overview-orders.md`.")
    +3145    parser.add_argument("--overview-analytics", action="store_true", help="Action: shows only the analytics section and the distribution of the portfolio by various categories. Also, you can define `--output` key to save this information to file, default: `overview-analytics.md`.")
    +3146
    +3147    parser.add_argument("--deals", "-d", type=str, nargs="*", help="Action: show all deals between two given dates. Start day may be an integer number: -1, -2, -3 days ago. Also, you can use keywords: `today`, `yesterday` (-1), `week` (-7), `month` (-30) and `year` (-365). Dates format must be: `%%Y-%%m-%%d`, e.g. 2020-02-03. With `--no-cancelled` key information about cancelled operations will be removed from the deals report. Also, you can define `--output` key to save all deals to file, default: `deals.md`.")
    +3148    parser.add_argument("--history", type=str, nargs="*", help="Action: get last history candles of the current instrument defined by `--ticker` or `--figi` (FIGI id) keys. History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`. Also, you can define `--output` key to save history candlesticks to file.")
    +3149
    +3150    parser.add_argument("--trade", nargs="*", help="Action: universal action to open market position for defined ticker or FIGI. You must specify 1-5 parameters: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. See examples in readme.")
    +3151    parser.add_argument("--buy", nargs="*", help="Action: immediately open BUY market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    +3152    parser.add_argument("--sell", nargs="*", help="Action: immediately open SELL market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].")
    +3153
    +3154    parser.add_argument("--order", nargs="*", help="Action: universal action to open limit or stop-order in any directions. You must specify 4-7 parameters: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]]. See examples in readme.")
    +3155    parser.add_argument("--buy-limit", type=float, nargs=2, help="Action: open pending BUY limit-order (below current price). You must specify only 2 parameters: [lots] [target price] to open BUY limit-order. If you try to create `Buy` limit-order above current price then broker immediately open `Buy` market order, such as if you do simple `--buy` operation!")
    +3156    parser.add_argument("--sell-limit", type=float, nargs=2, help="Action: open pending SELL limit-order (above current price). You must specify only 2 parameters: [lots] [target price] to open SELL limit-order. If you try to create `Sell` limit-order below current price then broker immediately open `Sell` market order, such as if you do simple `--sell` operation!")
    +3157    parser.add_argument("--buy-stop", nargs="*", help="Action: open BUY stop-order. You must specify at least 2 parameters: [lots] [target price] to open BUY stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    +3158    parser.add_argument("--sell-stop", nargs="*", help="Action: open SELL stop-order. You must specify at least 2 parameters: [lots] [target price] to open SELL stop-order. In additional you can specify 3 parameters for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. When current price will go up or down to target price value then broker opens a limit order. Stop loss order always executed by market price.")
    +3159    # parser.add_argument("--buy-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending BUY limit-orders (below current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    +3160    # parser.add_argument("--sell-limit-order-grid", type=str, nargs="*", help="Action: open grid of pending SELL limit-orders (above current price). Parameters format: l(ots)=[L_int,...] p(rices)=[P_float,...]. Counts of values in lots and prices lists must be equals!")
    +3161
    +3162    parser.add_argument("--close-order", "--cancel-order", type=str, nargs=1, help="Action: close only one order by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    +3163    parser.add_argument("--close-orders", "--cancel-orders", type=str, nargs="+", help="Action: close one or list of orders by it's `orderId` or `stopOrderId`. You can find out the meaning of these IDs using the key `--overview`.")
    +3164    parser.add_argument("--close-trade", "--cancel-trade", action="store_true", help="Action: close only one position for instrument defined by `--ticker` key, including for currencies tickers.")
    +3165    parser.add_argument("--close-trades", "--cancel-trades", type=str, nargs="+", help="Action: close positions for list of tickers, including for currencies tickers.")
    +3166    parser.add_argument("--close-all", "--cancel-all", type=str, nargs="*", help="Action: close all available (not blocked) opened trades and orders, excluding for currencies. Also you can select one or more keywords case insensitive to specify trades type: `orders`, `shares`, `bonds`, `etfs` and `futures`, but not `currencies`. Currency positions you must closes manually using `--buy`, `--sell`, `--close-trade` or `--close-trades` operations.")
    +3167
    +3168    cmdArgs = parser.parse_args()
    +3169    return cmdArgs
     
    @@ -10864,277 +11254,314 @@
    Returns
    -
    3080def Main(**kwargs):
    -3081    """
    -3082    Main function for work with Tinkoff Open API service. It realizes simple logic: get a lot of options and execute one command.
    -3083
    -3084    See examples: https://tim55667757.github.io/TKSBrokerAPI/
    -3085    """
    -3086    args = Args(**kwargs) if kwargs else ParseArgs()  # get and parse command-line parameters or use **kwarg parameters
    -3087
    -3088    if args.debug_level:
    -3089        uLogger.level = 10  # always debug level by default
    -3090        uLogger.handlers[0].level = args.debug_level  # level for STDOUT
    -3091
    -3092    exitCode = 0
    -3093    start = datetime.now(tzutc())
    -3094    uLogger.debug("TKSBrokerAPI module started at: [{}] UTC, it is [{}] local time".format(
    -3095        start.strftime("%Y-%m-%d %H:%M:%S"),
    -3096        start.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    -3097    ))
    -3098
    -3099    # Init class for trading with Tinkoff Broker:
    -3100    server = TinkoffBrokerServer(
    -3101        token=args.token,
    -3102        accountId=args.account_id,
    -3103        iList=kwargs["instruments"] if kwargs and "instruments" in kwargs.keys() else None,  # re-use iList
    -3104        useCache=not args.no_cache,
    -3105    )
    -3106
    -3107    try:
    -3108        # --- set some options:
    -3109
    -3110        if args.ticker:
    -3111            if args.ticker in server.aliasesKeys:
    -3112                server.ticker = server.aliases[args.ticker]  # Replace some tickers with it's aliases
    -3113
    -3114            else:
    -3115                server.ticker = args.ticker
    -3116
    -3117        if args.figi:
    -3118            server.figi = args.figi
    -3119
    -3120        if args.depth is not None:
    -3121            server.depth = args.depth
    -3122
    -3123        # if args.length is not None:
    -3124        #     server.historyLength = args.length
    -3125        #
    -3126        # if args.interval is not None:
    -3127        #     server.historyInterval = args.interval
    -3128
    -3129        # --- do one of commands:
    -3130
    -3131        if args.list:
    -3132            if args.output is not None:
    -3133                server.instrumentsFile = args.output
    -3134
    -3135            server.ShowInstrumentsInfo(showInstruments=True)
    -3136
    -3137        elif args.search:
    -3138            if args.output is not None:
    -3139                server.searchResultsFile = args.output
    -3140
    -3141            server.SearchInstruments(pattern=args.search[0], showResults=True)
    -3142
    -3143        elif args.info:
    -3144            if not (args.ticker or args.figi):
    -3145                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    -3146
    -3147            if args.ticker:
    -3148                server.SearchByTicker(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by ticker name
    -3149
    -3150            else:
    -3151                server.SearchByFIGI(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by FIGI id
    -3152
    -3153        elif args.price:
    -3154            if not (args.ticker or args.figi):
    -3155                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    -3156
    -3157            server.GetCurrentPrices(showPrice=True)
    -3158
    -3159        elif args.prices is not None:
    -3160            if args.output is not None:
    -3161                server.pricesFile = args.output
    -3162
    -3163            server.GetListOfPrices(instruments=args.prices, showPrices=True)  # WARNING: too long wait for a lot of instruments prices
    -3164
    -3165        elif args.overview:
    -3166            if args.output is not None:
    -3167                server.overviewFile = args.output
    -3168
    -3169            server.Overview(showStatistics=True)
    -3170
    -3171        elif args.deals is not None:
    -3172            if args.output is not None:
    -3173                server.reportFile = args.output
    -3174
    -3175            if 0 <= len(args.deals) < 3:
    -3176                server.Deals(
    -3177                    start=args.deals[0] if len(args.deals) >= 1 else None,
    -3178                    end=args.deals[1] if len(args.deals) == 2 else None,
    -3179                    printDeals=True,  # Always show deals report in console
    -3180                    showCancelled=not args.no_cancelled,  # If --no-cancelled key then remove cancelled operations from the deals report. False by default.
    -3181                )
    -3182
    -3183            else:
    -3184                raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]")
    -3185
    -3186        # TODO: implement history download and view
    -3187        # elif args.history:
    -3188        #     if args.output is not None:
    -3189        #         server.historyFile = args.output
    -3190        #
    -3191        #     server.History(onlyMissing=args.only_missing)
    -3192
    -3193        elif args.trade is not None:
    -3194            if 1 <= len(args.trade) <= 5:
    -3195                server.Trade(
    -3196                    operation=args.trade[0],
    -3197                    lots=int(args.trade[1]) if len(args.trade) >= 2 else 1,
    -3198                    tp=float(args.trade[2]) if len(args.trade) >= 3 else 0.,
    -3199                    sl=float(args.trade[3]) if len(args.trade) >= 4 else 0.,
    -3200                    expDate=args.trade[4] if len(args.trade) == 5 else "Undefined",
    -3201                )
    -3202
    -3203            else:
    -3204                uLogger.error("You must specify 1-5 parameters to open trade: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3205
    -3206        elif args.buy is not None:
    -3207            if 0 <= len(args.buy) <= 4:
    -3208                server.Buy(
    -3209                    lots=int(args.buy[0]) if len(args.buy) >= 1 else 1,
    -3210                    tp=float(args.buy[1]) if len(args.buy) >= 2 else 0.,
    -3211                    sl=float(args.buy[2]) if len(args.buy) >= 3 else 0.,
    -3212                    expDate=args.buy[3] if len(args.buy) == 4 else "Undefined",
    -3213                )
    -3214
    -3215            else:
    -3216                uLogger.error("You must specify 0-4 parameters to open buy position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3217
    -3218        elif args.sell is not None:
    -3219            if 0 <= len(args.sell) <= 4:
    -3220                server.Sell(
    -3221                    lots=int(args.sell[0]) if len(args.sell) >= 1 else 1,
    -3222                    tp=float(args.sell[1]) if len(args.sell) >= 2 else 0.,
    -3223                    sl=float(args.sell[2]) if len(args.sell) >= 3 else 0.,
    -3224                    expDate=args.sell[3] if len(args.sell) == 4 else "Undefined",
    -3225                )
    -3226
    -3227            else:
    -3228                uLogger.error("You must specify 0-4 parameters to open sell position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3229
    -3230        elif args.order:
    -3231            if 4 <= len(args.order) <= 7:
    -3232                server.Order(
    -3233                    operation=args.order[0],
    -3234                    orderType=args.order[1],
    -3235                    lots=int(args.order[2]),
    -3236                    targetPrice=float(args.order[3]),
    -3237                    limitPrice=float(args.order[4]) if len(args.order) >= 5 else 0.,
    -3238                    stopType=args.order[5] if len(args.order) >= 6 else "Limit",
    -3239                    expDate=args.order[6] if len(args.order) == 7 else "Undefined",
    -3240                )
    -3241
    -3242            else:
    -3243                uLogger.error("You must specify 4-7 parameters to open order: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]]. See: `python TKSBrokerAPI.py --help`")
    -3244
    -3245        elif args.buy_limit:
    -3246            server.BuyLimit(lots=int(args.buy_limit[0]), targetPrice=args.buy_limit[1])
    -3247
    -3248        elif args.sell_limit:
    -3249            server.SellLimit(lots=int(args.sell_limit[0]), targetPrice=args.sell_limit[1])
    -3250
    -3251        elif args.buy_stop:
    -3252            if 2 <= len(args.buy_stop) <= 7:
    -3253                server.BuyStop(
    -3254                    lots=int(args.buy_stop[0]),
    -3255                    targetPrice=float(args.buy_stop[1]),
    -3256                    limitPrice=float(args.buy_stop[2]) if len(args.buy_stop) >= 3 else 0.,
    -3257                    stopType=args.buy_stop[3] if len(args.buy_stop) >= 4 else "Limit",
    -3258                    expDate=args.buy_stop[4] if len(args.buy_stop) == 5 else "Undefined",
    -3259                )
    -3260
    -3261            else:
    -3262                uLogger.error("You must specify 2-5 parameters for buy stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    -3263
    -3264        elif args.sell_stop:
    -3265            if 2 <= len(args.sell_stop) <= 7:
    -3266                server.SellStop(
    -3267                    lots=int(args.sell_stop[0]),
    -3268                    targetPrice=float(args.sell_stop[1]),
    -3269                    limitPrice=float(args.sell_stop[2]) if len(args.sell_stop) >= 3 else 0.,
    -3270                    stopType=args.sell_stop[3] if len(args.sell_stop) >= 4 else "Limit",
    -3271                    expDate=args.sell_stop[4] if len(args.sell_stop) == 5 else "Undefined",
    -3272                )
    -3273
    -3274            else:
    -3275                uLogger.error("You must specify 2-5 parameters for sell stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: python TKSBrokerAPI.py --help")
    -3276
    -3277        # elif args.buy_order_grid is not None:
    -3278        #     # TODO: update order grid work with api v2
    -3279        #     if len(args.buy_order_grid) == 2:
    -3280        #         orderParams = server.ParseOrderParameters(operation="Buy", **dict(kw.split('=') for kw in args.buy_order_grid))
    -3281        #
    -3282        #         for order in orderParams:
    -3283        #             server.Order(operation="Buy", lots=order["lot"], price=order["price"])
    -3284        #
    -3285        #     else:
    -3286        #         uLogger.error("To open grid of pending BUY limit-orders (below current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    -3287        #
    -3288        # elif args.sell_order_grid is not None:
    -3289        #     # TODO: update order grid work with api v2
    -3290        #     if len(args.sell_order_grid) >= 2:
    -3291        #         orderParams = server.ParseOrderParameters(operation="Sell", **dict(kw.split('=') for kw in args.sell_order_grid))
    -3292        #
    -3293        #         for order in orderParams:
    -3294        #             server.Order(operation="Sell", lots=order["lot"], price=order["price"])
    -3295        #
    -3296        #     else:
    -3297        #         uLogger.error("To open grid of pending SELL limit-orders (above current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    -3298
    -3299        elif args.close_order is not None:
    -3300            server.CloseOrders(args.close_order)  # close only one order
    -3301
    -3302        elif args.close_orders is not None:
    -3303            server.CloseOrders(args.close_orders)  # close list of orders
    -3304
    -3305        elif args.close_trade:
    -3306            if not args.ticker:
    -3307                raise Exception("`--ticker` key is required for this operation!")
    -3308
    -3309            server.CloseTrades([args.ticker])  # close only one trade
    -3310
    -3311        elif args.close_trades is not None:
    -3312            server.CloseTrades(args.close_trades)  # close trades for list of tickers
    -3313
    -3314        elif args.close_all is not None:
    -3315            server.CloseAll(*args.close_all)
    -3316
    -3317        else:
    -3318            uLogger.error("There is no command to execute! One of the possible commands must be selected. See: `python TKSBrokerAPI.py --help`")
    -3319            raise Exception("There is no command to execute!")
    -3320
    -3321    except Exception:
    -3322        exc = tb.format_exc().split("\n")
    -3323
    -3324        for line in exc:
    -3325            if line:
    -3326                uLogger.debug(line)
    -3327
    -3328        uLogger.debug("Unknown error occurred, open a ticket for this issue, please! https://github.com/Tim55667757/TKSBrokerAPI/issues")
    -3329        exitCode = 255  # unknown error occurred, must be open a ticket for this issue
    -3330
    -3331    finally:
    -3332        finish = datetime.now(tzutc())
    -3333
    -3334        if exitCode == 0:
    -3335            uLogger.debug("All operations with Tinkoff Server using Open API are finished success (summary code is 0).")
    -3336
    -3337        else:
    -3338            uLogger.error("TKSBrokerAPI module returns an error! See full debug log with key in run command `--debug-level 10`. Summary code: {}".format(exitCode))
    -3339
    -3340        uLogger.debug("TKSBrokerAPI module work duration: [{}]".format(finish - start))
    -3341        uLogger.debug("TKSBrokerAPI module finished: [{}] UTC, it is [{}] local time".format(
    -3342            finish.strftime("%Y-%m-%d %H:%M:%S"),
    -3343            finish.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    -3344        ))
    -3345
    -3346        if not kwargs:
    -3347            sys.exit(exitCode)
    -3348
    -3349        else:
    -3350            return exitCode
    +            
    3172def Main(**kwargs):
    +3173    """
    +3174    Main function for work with Tinkoff Open API service. It realizes simple logic: get a lot of options and execute one command.
    +3175
    +3176    See examples: https://tim55667757.github.io/TKSBrokerAPI/
    +3177    """
    +3178    args = Args(**kwargs) if kwargs else ParseArgs()  # get and parse command-line parameters or use **kwarg parameters
    +3179
    +3180    if args.debug_level:
    +3181        uLogger.level = 10  # always debug level by default
    +3182        uLogger.handlers[0].level = args.debug_level  # level for STDOUT
    +3183
    +3184    exitCode = 0
    +3185    start = datetime.now(tzutc())
    +3186    uLogger.debug("TKSBrokerAPI module started at: [{}] UTC, it is [{}] local time".format(
    +3187        start.strftime("%Y-%m-%d %H:%M:%S"),
    +3188        start.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    +3189    ))
    +3190
    +3191    # Init class for trading with Tinkoff Broker:
    +3192    server = TinkoffBrokerServer(
    +3193        token=args.token,
    +3194        accountId=args.account_id,
    +3195        iList=kwargs["instruments"] if kwargs and "instruments" in kwargs.keys() else None,  # re-use iList
    +3196        useCache=not args.no_cache,
    +3197    )
    +3198
    +3199    try:
    +3200        # --- set some options:
    +3201
    +3202        if args.ticker:
    +3203            if args.ticker in server.aliasesKeys:
    +3204                server.ticker = server.aliases[args.ticker]  # Replace some tickers with it's aliases
    +3205
    +3206            else:
    +3207                server.ticker = args.ticker
    +3208
    +3209        if args.figi:
    +3210            server.figi = args.figi
    +3211
    +3212        if args.depth is not None:
    +3213            server.depth = args.depth
    +3214
    +3215        # if args.length is not None:
    +3216        #     server.historyLength = args.length
    +3217        #
    +3218        # if args.interval is not None:
    +3219        #     server.historyInterval = args.interval
    +3220
    +3221        # --- do one of commands:
    +3222
    +3223        if args.list:
    +3224            if args.output is not None:
    +3225                server.instrumentsFile = args.output
    +3226
    +3227            server.ShowInstrumentsInfo(showInstruments=True)
    +3228
    +3229        elif args.search:
    +3230            if args.output is not None:
    +3231                server.searchResultsFile = args.output
    +3232
    +3233            server.SearchInstruments(pattern=args.search[0], showResults=True)
    +3234
    +3235        elif args.info:
    +3236            if not (args.ticker or args.figi):
    +3237                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    +3238
    +3239            if args.ticker:
    +3240                server.SearchByTicker(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by ticker name
    +3241
    +3242            else:
    +3243                server.SearchByFIGI(requestPrice=True, showInfo=True, debug=False)  # show info and current prices by FIGI id
    +3244
    +3245        elif args.price:
    +3246            if not (args.ticker or args.figi):
    +3247                raise Exception("`--ticker` key or `--figi` key is required for this operation!")
    +3248
    +3249            server.GetCurrentPrices(showPrice=True)
    +3250
    +3251        elif args.prices is not None:
    +3252            if args.output is not None:
    +3253                server.pricesFile = args.output
    +3254
    +3255            server.GetListOfPrices(instruments=args.prices, showPrices=True)  # WARNING: too long wait for a lot of instruments prices
    +3256
    +3257        elif args.overview:
    +3258            if args.output is not None:
    +3259                server.overviewFile = args.output
    +3260
    +3261            server.Overview(showStatistics=True, details="full")
    +3262
    +3263        elif args.overview_digest:
    +3264            if args.output is not None:
    +3265                server.overviewDigestFile = args.output
    +3266
    +3267            server.Overview(showStatistics=True, details="digest")
    +3268
    +3269        elif args.overview_positions:
    +3270            if args.output is not None:
    +3271                server.overviewPositionsFile = args.output
    +3272
    +3273            server.Overview(showStatistics=True, details="positions")
    +3274
    +3275        elif args.overview_orders:
    +3276            if args.output is not None:
    +3277                server.overviewOrdersFile = args.output
    +3278
    +3279            server.Overview(showStatistics=True, details="orders")
    +3280
    +3281        elif args.overview_analytics:
    +3282            if args.output is not None:
    +3283                server.overviewAnalyticsFile = args.output
    +3284
    +3285            server.Overview(showStatistics=True, details="analytics")
    +3286
    +3287        elif args.deals is not None:
    +3288            if args.output is not None:
    +3289                server.reportFile = args.output
    +3290
    +3291            if 0 <= len(args.deals) < 3:
    +3292                server.Deals(
    +3293                    start=args.deals[0] if len(args.deals) >= 1 else None,
    +3294                    end=args.deals[1] if len(args.deals) == 2 else None,
    +3295                    printDeals=True,  # Always show deals report in console
    +3296                    showCancelled=not args.no_cancelled,  # If --no-cancelled key then remove cancelled operations from the deals report. False by default.
    +3297                )
    +3298
    +3299            else:
    +3300                raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]")
    +3301
    +3302        elif args.history is not None:
    +3303            if args.output is not None:
    +3304                server.historyFile = args.output
    +3305
    +3306            if 0 <= len(args.history) < 3:
    +3307                server.History(
    +3308                    start=args.history[0] if len(args.history) >= 1 else None,
    +3309                    end=args.history[1] if len(args.history) == 2 else None,
    +3310                    interval="hour" if args.interval is None or not args.interval else args.interval,
    +3311                    onlyMissing=False if args.only_missing is None or not args.only_missing else args.only_missing,
    +3312                    csvSep="," if args.csv_sep is None or not args.csv_sep else args.csv_sep,
    +3313                    printCandles=True,  # shows all downloaded candles in console
    +3314                )
    +3315
    +3316            else:
    +3317                raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]")
    +3318
    +3319        elif args.trade is not None:
    +3320            if 1 <= len(args.trade) <= 5:
    +3321                server.Trade(
    +3322                    operation=args.trade[0],
    +3323                    lots=int(args.trade[1]) if len(args.trade) >= 2 else 1,
    +3324                    tp=float(args.trade[2]) if len(args.trade) >= 3 else 0.,
    +3325                    sl=float(args.trade[3]) if len(args.trade) >= 4 else 0.,
    +3326                    expDate=args.trade[4] if len(args.trade) == 5 else "Undefined",
    +3327                )
    +3328
    +3329            else:
    +3330                uLogger.error("You must specify 1-5 parameters to open trade: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3331
    +3332        elif args.buy is not None:
    +3333            if 0 <= len(args.buy) <= 4:
    +3334                server.Buy(
    +3335                    lots=int(args.buy[0]) if len(args.buy) >= 1 else 1,
    +3336                    tp=float(args.buy[1]) if len(args.buy) >= 2 else 0.,
    +3337                    sl=float(args.buy[2]) if len(args.buy) >= 3 else 0.,
    +3338                    expDate=args.buy[3] if len(args.buy) == 4 else "Undefined",
    +3339                )
    +3340
    +3341            else:
    +3342                uLogger.error("You must specify 0-4 parameters to open buy position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3343
    +3344        elif args.sell is not None:
    +3345            if 0 <= len(args.sell) <= 4:
    +3346                server.Sell(
    +3347                    lots=int(args.sell[0]) if len(args.sell) >= 1 else 1,
    +3348                    tp=float(args.sell[1]) if len(args.sell) >= 2 else 0.,
    +3349                    sl=float(args.sell[2]) if len(args.sell) >= 3 else 0.,
    +3350                    expDate=args.sell[3] if len(args.sell) == 4 else "Undefined",
    +3351                )
    +3352
    +3353            else:
    +3354                uLogger.error("You must specify 0-4 parameters to open sell position: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3355
    +3356        elif args.order:
    +3357            if 4 <= len(args.order) <= 7:
    +3358                server.Order(
    +3359                    operation=args.order[0],
    +3360                    orderType=args.order[1],
    +3361                    lots=int(args.order[2]),
    +3362                    targetPrice=float(args.order[3]),
    +3363                    limitPrice=float(args.order[4]) if len(args.order) >= 5 else 0.,
    +3364                    stopType=args.order[5] if len(args.order) >= 6 else "Limit",
    +3365                    expDate=args.order[6] if len(args.order) == 7 else "Undefined",
    +3366                )
    +3367
    +3368            else:
    +3369                uLogger.error("You must specify 4-7 parameters to open order: [direction `Buy` or `Sell`] [order type `Limit` or `Stop`] [lots] [target price] [maybe for stop-order: [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]]. See: `python TKSBrokerAPI.py --help`")
    +3370
    +3371        elif args.buy_limit:
    +3372            server.BuyLimit(lots=int(args.buy_limit[0]), targetPrice=args.buy_limit[1])
    +3373
    +3374        elif args.sell_limit:
    +3375            server.SellLimit(lots=int(args.sell_limit[0]), targetPrice=args.sell_limit[1])
    +3376
    +3377        elif args.buy_stop:
    +3378            if 2 <= len(args.buy_stop) <= 7:
    +3379                server.BuyStop(
    +3380                    lots=int(args.buy_stop[0]),
    +3381                    targetPrice=float(args.buy_stop[1]),
    +3382                    limitPrice=float(args.buy_stop[2]) if len(args.buy_stop) >= 3 else 0.,
    +3383                    stopType=args.buy_stop[3] if len(args.buy_stop) >= 4 else "Limit",
    +3384                    expDate=args.buy_stop[4] if len(args.buy_stop) == 5 else "Undefined",
    +3385                )
    +3386
    +3387            else:
    +3388                uLogger.error("You must specify 2-5 parameters for buy stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: `python TKSBrokerAPI.py --help`")
    +3389
    +3390        elif args.sell_stop:
    +3391            if 2 <= len(args.sell_stop) <= 7:
    +3392                server.SellStop(
    +3393                    lots=int(args.sell_stop[0]),
    +3394                    targetPrice=float(args.sell_stop[1]),
    +3395                    limitPrice=float(args.sell_stop[2]) if len(args.sell_stop) >= 3 else 0.,
    +3396                    stopType=args.sell_stop[3] if len(args.sell_stop) >= 4 else "Limit",
    +3397                    expDate=args.sell_stop[4] if len(args.sell_stop) == 5 else "Undefined",
    +3398                )
    +3399
    +3400            else:
    +3401                uLogger.error("You must specify 2-5 parameters for sell stop-order: [lots] [target price] [limit price, >= 0] [stop type, Limit|SL|TP] [expiration date, Undefined|`%Y-%m-%d %H:%M:%S`]. See: python TKSBrokerAPI.py --help")
    +3402
    +3403        # elif args.buy_order_grid is not None:
    +3404        #     # TODO: update order grid work with api v2
    +3405        #     if len(args.buy_order_grid) == 2:
    +3406        #         orderParams = server.ParseOrderParameters(operation="Buy", **dict(kw.split('=') for kw in args.buy_order_grid))
    +3407        #
    +3408        #         for order in orderParams:
    +3409        #             server.Order(operation="Buy", lots=order["lot"], price=order["price"])
    +3410        #
    +3411        #     else:
    +3412        #         uLogger.error("To open grid of pending BUY limit-orders (below current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    +3413        #
    +3414        # elif args.sell_order_grid is not None:
    +3415        #     # TODO: update order grid work with api v2
    +3416        #     if len(args.sell_order_grid) >= 2:
    +3417        #         orderParams = server.ParseOrderParameters(operation="Sell", **dict(kw.split('=') for kw in args.sell_order_grid))
    +3418        #
    +3419        #         for order in orderParams:
    +3420        #             server.Order(operation="Sell", lots=order["lot"], price=order["price"])
    +3421        #
    +3422        #     else:
    +3423        #         uLogger.error("To open grid of pending SELL limit-orders (above current price) you must specified 2 parameters: l(ots)=[L_int,...] p(rices)=[P_float,...]. See: `python TKSBrokerAPI.py --help`")
    +3424
    +3425        elif args.close_order is not None:
    +3426            server.CloseOrders(args.close_order)  # close only one order
    +3427
    +3428        elif args.close_orders is not None:
    +3429            server.CloseOrders(args.close_orders)  # close list of orders
    +3430
    +3431        elif args.close_trade:
    +3432            if not args.ticker:
    +3433                raise Exception("`--ticker` key is required for this operation!")
    +3434
    +3435            server.CloseTrades([args.ticker])  # close only one trade
    +3436
    +3437        elif args.close_trades is not None:
    +3438            server.CloseTrades(args.close_trades)  # close trades for list of tickers
    +3439
    +3440        elif args.close_all is not None:
    +3441            server.CloseAll(*args.close_all)
    +3442
    +3443        else:
    +3444            uLogger.error("There is no command to execute! One of the possible commands must be selected. See: `python TKSBrokerAPI.py --help`")
    +3445            raise Exception("There is no command to execute!")
    +3446
    +3447    except Exception:
    +3448        trace = tb.format_exc()
    +3449        for e in ["socket.gaierror", "nodename nor servname provided", "or not known", "NewConnectionError", "[Errno 8]", "Failed to establish a new connection"]:
    +3450            if e in trace:
    +3451                uLogger.error("Check your Internet connection! Failed to establish connection to broker server!")
    +3452                break
    +3453
    +3454        uLogger.debug(trace)
    +3455        uLogger.debug("Please, checks troubleshooting or open a ticket for this issue at https://github.com/Tim55667757/TKSBrokerAPI/issues")
    +3456        exitCode = 255  # an error occurred, must be open a ticket for this issue
    +3457
    +3458    finally:
    +3459        finish = datetime.now(tzutc())
    +3460
    +3461        if exitCode == 0:
    +3462            uLogger.debug("All operations with Tinkoff Server using Open API are finished success (summary code is 0).")
    +3463
    +3464        else:
    +3465            uLogger.error("An issue occurred with TKSBrokerAPI module! See full debug log in [{}] or run TKSBrokerAPI once again with the key `--debug-level 10`. Summary code: {}".format(
    +3466                os.path.abspath(uLog.defaultLogFile), exitCode,
    +3467            ))
    +3468
    +3469        uLogger.debug("TKSBrokerAPI module work duration: [{}]".format(finish - start))
    +3470        uLogger.debug("TKSBrokerAPI module finished: [{}] UTC, it is [{}] local time".format(
    +3471            finish.strftime("%Y-%m-%d %H:%M:%S"),
    +3472            finish.astimezone(tzlocal()).strftime("%Y-%m-%d %H:%M:%S"),
    +3473        ))
    +3474
    +3475        if not kwargs:
    +3476            sys.exit(exitCode)
    +3477
    +3478        else:
    +3479            return exitCode
     
    diff --git a/docs/tksbrokerapi/TKSEnums.html b/docs/tksbrokerapi/TKSEnums.html index fb8cfa4..77b777a 100644 --- a/docs/tksbrokerapi/TKSEnums.html +++ b/docs/tksbrokerapi/TKSEnums.html @@ -30,6 +30,9 @@

    API Documentation

      +
    • + TKS_DATE_TIME_FORMAT +
    • TKS_INSTRUMENTS
    • @@ -37,7 +40,7 @@

      API Documentation

      TKS_TICKER_ALIASES
    • - TKS_TIMEFRAMES + TKS_CANDLE_INTERVALS
    • TKS_TRADING_STATUSES @@ -93,194 +96,205 @@

      -
        1# -*- coding: utf-8 -*-
      -  2# Author: Timur Gilmullin
      -  3
      -  4"""
      -  5Module contains a lot of constants from enums sections of Tinkoff Open API documentation.
      -  6
      -  7About Tinkoff Invest API: https://tinkoff.github.io/investAPI/
      -  8
      -  9Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/
      - 10"""
      - 11
      - 12# Copyright (c) 2022 Gilmillin Timur Mansurovich
      - 13#
      - 14# Licensed under the Apache License, Version 2.0 (the "License");
      - 15# you may not use this file except in compliance with the License.
      - 16# You may obtain a copy of the License at
      - 17#
      - 18#     http://www.apache.org/licenses/LICENSE-2.0
      - 19#
      - 20# Unless required by applicable law or agreed to in writing, software
      - 21# distributed under the License is distributed on an "AS IS" BASIS,
      - 22# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      - 23# See the License for the specific language governing permissions and
      - 24# limitations under the License.
      - 25
      - 26
      - 27TKS_INSTRUMENTS = ["Currencies", "Shares", "Bonds", "Etfs", "Futures"]
      - 28"""Type of instrument for trade methods must be only one of supported types, listed in this constant. Default: `["Currencies", "Shares", "Bonds", "Etfs", "Futures"]`"""
      - 29
      - 30TKS_TICKER_ALIASES = {
      - 31    "USD": "USD000UTSTOM", "usd": "USD000UTSTOM",  # FIGI: BBG0013HGFT4
      - 32    "EUR": "EUR_RUB__TOM", "eur": "EUR_RUB__TOM",  # FIGI: BBG0013HJJ31
      - 33    "GBP": "GBPRUB_TOM", "gbp": "GBPRUB_TOM",  # FIGI: BBG0013HQ5F0
      - 34    "CHF": "CHFRUB_TOM", "chf": "CHFRUB_TOM",  # FIGI: BBG0013HQ5K4
      - 35    "CNY": "CNYRUB_TOM", "cny": "CNYRUB_TOM",  # FIGI: BBG0013HRTL0
      - 36    "HKD": "HKDRUB_TOM", "hkd": "HKDRUB_TOM",  # FIGI: BBG0013HSW87
      - 37    "TRY": "TRYRUB_TOM", "try": "TRYRUB_TOM",  # FIGI: BBG0013J12N1
      - 38}
      - 39"""Some aliases instead official tickers for using in CLI. For example, you can use `"USD"` instead of `"USD000UTSTOM"`."""
      - 40
      - 41# some tickers or FIGIs raised exception earlier when it sends to server, that is why we exclude there:
      - 42TKS_TICKERS_OR_FIGI_EXCLUDED = [
      - 43    # "ISSUANCEBRUS",  # now available
      - 44]
      - 45
      - 46TKS_TIMEFRAMES = {
      - 47    "1min": {"minutes": 1, "maxCandles": 1439},  # max count in block for this API request: 1 day (and -1 minute)
      - 48    "2min": {"minutes": 2, "maxCandles": 719},  # max count in block for this API request: 1 day (and -2 minutes)
      - 49    "3min": {"minutes": 3, "maxCandles": 479},  # max count in block for this API request: 1 day (and and -3 minutes)
      - 50    "5min": {"minutes": 5, "maxCandles": 287},  # max count in block for this API request: 1 day (and -5 minutes)
      - 51    "10min": {"minutes": 10, "maxCandles": 143},  # max count in block for this API request: 1 day (and -10 minutes)
      - 52    "15min": {"minutes": 15, "maxCandles": 95},  # max count in block for this API request: 1 day (and -15 minutes)
      - 53    "30min": {"minutes": 30, "maxCandles": 47},  # max count in block for this API request: 1 day (and -30 minutes)
      - 54    "hour": {"minutes": 60, "maxCandles": 167},  # max count in block for this API request: 7 days (and -1 hour)
      - 55    "day": {"minutes": 1440, "maxCandles": 365},  # max count in block for this API request: 1 year
      - 56    "week": {"minutes": 10080, "maxCandles": 104},  # max count in block for this API request: 2 years
      - 57    "month": {"minutes": 43200, "maxCandles": 119},  # max count in block for this API request: 10 years
      - 58}
      - 59"""How many minutes in interval and maximum count of candles in one history block returns by Tinkoff API in one request.
      - 60See more: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles
      - 61"""
      - 62
      - 63TKS_TRADING_STATUSES = {
      - 64    "SECURITY_TRADING_STATUS_UNSPECIFIED": "Trading status undefined",
      - 65    "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING": "Not available for trading",
      - 66    "SECURITY_TRADING_STATUS_OPENING_PERIOD": "Trade opening period",
      - 67    "SECURITY_TRADING_STATUS_CLOSING_PERIOD": "Trade closing period",
      - 68    "SECURITY_TRADING_STATUS_BREAK_IN_TRADING": "Break in trading",
      - 69    "SECURITY_TRADING_STATUS_NORMAL_TRADING": "Normal trading",
      - 70    "SECURITY_TRADING_STATUS_CLOSING_AUCTION": "Closing auction",
      - 71    "SECURITY_TRADING_STATUS_DARK_POOL_AUCTION": "Large package auction",
      - 72    "SECURITY_TRADING_STATUS_DISCRETE_AUCTION": "Discrete auction",
      - 73    "SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD": "Opening auction",
      - 74    "SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE": "Trading period at the closing auction price",
      - 75    "SECURITY_TRADING_STATUS_SESSION_ASSIGNED": "Session assigned",
      - 76    "SECURITY_TRADING_STATUS_SESSION_CLOSE": "Session closed",
      - 77    "SECURITY_TRADING_STATUS_SESSION_OPEN": "Session is open",
      - 78    "SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING": "Broker's internal liquidity mode trading",
      - 79    "SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING": "Break in trading in the broker's internal liquidity mode",
      - 80    "SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING": "Broker's internal liquidity mode is not available",
      - 81}
      - 82"""Security Trading Status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#securitytradingstatus"""
      - 83
      - 84TKS_OPERATION_TYPES = {
      - 85    "OPERATION_TYPE_UNSPECIFIED": "The operation type is not defined",
      - 86    "OPERATION_TYPE_INPUT": "Deposit on broker account",
      - 87    "OPERATION_TYPE_BOND_TAX": "Withholding personal income tax on bond coupons",
      - 88    "OPERATION_TYPE_OUTPUT_SECURITIES": "Securities output",
      - 89    "OPERATION_TYPE_OVERNIGHT": "Overnight REPO income",
      - 90    "OPERATION_TYPE_TAX": "Tax withholding",
      - 91    "OPERATION_TYPE_BOND_REPAYMENT_FULL": "Full bond redemption",
      - 92    "OPERATION_TYPE_SELL_CARD": "Sell securities from the card",
      - 93    "OPERATION_TYPE_DIVIDEND_TAX": "Withholding tax on dividends",
      - 94    "OPERATION_TYPE_OUTPUT": "Withdrawals",
      - 95    "OPERATION_TYPE_BOND_REPAYMENT": "Bonds partial redemption",
      - 96    "OPERATION_TYPE_TAX_CORRECTION": "Tax correction",
      - 97    "OPERATION_TYPE_SERVICE_FEE": "Brokerage account maintenance fee deduction",
      - 98    "OPERATION_TYPE_BENEFIT_TAX": "Withholding tax for material benefits",
      - 99    "OPERATION_TYPE_MARGIN_FEE": "Withholding commission for an uncovered position",
      -100    "OPERATION_TYPE_BUY": "Buy securities",
      -101    "OPERATION_TYPE_BUY_CARD": "Buy securities from a card",
      -102    "OPERATION_TYPE_INPUT_SECURITIES": "Transfer securities from another depository",
      -103    "OPERATION_TYPE_SELL_MARGIN": "Sell (by margin call)",
      -104    "OPERATION_TYPE_BROKER_FEE": "Operation fee deduction",
      -105    "OPERATION_TYPE_BUY_MARGIN": "Buy (by margin call)",
      -106    "OPERATION_TYPE_DIVIDEND": "Dividends income",
      -107    "OPERATION_TYPE_SELL": "Sell securities",
      -108    "OPERATION_TYPE_COUPON": "Coupons income",
      -109    "OPERATION_TYPE_SUCCESS_FEE": "Success fee deduction",
      -110    "OPERATION_TYPE_DIVIDEND_TRANSFER": "Transfer of dividend income",
      -111    "OPERATION_TYPE_ACCRUING_VARMARGIN": "Variation margin crediting",
      -112    "OPERATION_TYPE_WRITING_OFF_VARMARGIN": "Withholding variation margin",
      -113    "OPERATION_TYPE_DELIVERY_BUY": "Buy (futures contract expired)",
      -114    "OPERATION_TYPE_DELIVERY_SELL": "Sell (futures contract expired)",
      -115    "OPERATION_TYPE_TRACK_MFEE": "Autotrack account management fee",
      -116    "OPERATION_TYPE_TRACK_PFEE": "Pay per result on auto follow score",
      -117    "OPERATION_TYPE_TAX_PROGRESSIVE": "Tax withholding at the rate of 15%",
      -118    "OPERATION_TYPE_BOND_TAX_PROGRESSIVE": "Withholding tax on coupons at the rate of 15%",
      -119    "OPERATION_TYPE_DIVIDEND_TAX_PROGRESSIVE": "Withholding tax on dividends at the rate of 15%",
      -120    "OPERATION_TYPE_BENEFIT_TAX_PROGRESSIVE": "Withholding tax for material benefits at the rate of 15%",
      -121    "OPERATION_TYPE_TAX_CORRECTION_PROGRESSIVE": "Tax correction at the rate of 15%",
      -122    "OPERATION_TYPE_TAX_REPO_PROGRESSIVE": "Withholding tax on refunds on REPO transactions at the rate of 15%",
      -123    "OPERATION_TYPE_TAX_REPO": "Tax withholding on REPO trade refunds",
      -124    "OPERATION_TYPE_TAX_REPO_HOLD": "Tax hold on REPO transactions",
      -125    "OPERATION_TYPE_TAX_REPO_REFUND": "Tax refund on REPO transactions",
      -126    "OPERATION_TYPE_TAX_REPO_HOLD_PROGRESSIVE": "Withholding tax on REPO transactions at the rate of 15%",
      -127    "OPERATION_TYPE_TAX_REPO_REFUND_PROGRESSIVE": "Tax refund on REPO transactions at the rate of 15%",
      -128    "OPERATION_TYPE_DIV_EXT": "Payout dividends to the card",
      -129    "OPERATION_TYPE_TAX_CORRECTION_COUPON": "Coupon tax correction",
      -130}
      -131"""Operation type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationtype"""
      -132
      -133TKS_OPERATION_STATES = {
      -134    "OPERATION_STATE_UNSPECIFIED": "! Unknown",
      -135    "OPERATION_STATE_EXECUTED": "√ Executed",
      -136    "OPERATION_STATE_CANCELED": "× Canceled",
      -137}
      -138"""Operation state enums  in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationstate"""
      -139
      -140TKS_ORDER_DIRECTIONS = {
      -141    "ORDER_DIRECTION_UNSPECIFIED": "Undefined",
      -142    "ORDER_DIRECTION_BUY": "↑ Buy",
      -143    "ORDER_DIRECTION_SELL": "↓ Sell",
      -144}
      -145"""Order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderdirection"""
      -146
      -147TKS_STOP_ORDER_DIRECTIONS = {
      -148    "STOP_ORDER_DIRECTION_UNSPECIFIED": "Undefined",
      -149    "STOP_ORDER_DIRECTION_BUY": "↑ Buy",
      -150    "STOP_ORDER_DIRECTION_SELL": "↓ Sell",
      -151}
      -152"""Stop-order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderdirection"""
      -153
      -154TKS_ORDER_TYPES = {
      -155    "ORDER_TYPE_UNSPECIFIED": "Undefined",
      -156    "ORDER_TYPE_LIMIT": "Limit",
      -157    "ORDER_TYPE_MARKET": "Market",
      -158}
      -159"""Order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#ordertype"""
      -160
      -161TKS_STOP_ORDER_TYPES = {
      -162    "STOP_ORDER_TYPE_UNSPECIFIED": "Undefined",
      -163    "STOP_ORDER_TYPE_TAKE_PROFIT": "Take profit",
      -164    "STOP_ORDER_TYPE_STOP_LOSS": "Stop loss",
      -165    "STOP_ORDER_TYPE_STOP_LIMIT": "Stop limit",
      -166}
      -167"""Stop-order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stopordertype"""
      -168
      -169TKS_ORDER_STATES = {
      -170    "EXECUTION_REPORT_STATUS_UNSPECIFIED": "! Unknown",
      -171    "EXECUTION_REPORT_STATUS_FILL": "Performed",
      -172    "EXECUTION_REPORT_STATUS_REJECTED": "Rejected",
      -173    "EXECUTION_REPORT_STATUS_CANCELLED": "Cancelled",
      -174    "EXECUTION_REPORT_STATUS_NEW": "New order",
      -175    "EXECUTION_REPORT_STATUS_PARTIALLYFILL": "Partially filled",
      -176}
      -177"""Order status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderexecutionreportstatus"""
      -178
      -179TKS_STOP_ORDER_EXPIRATION_TYPES = {
      -180    "STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED": "Undefined",
      -181    "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL": "Until cancel",
      -182    "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE": "Until date",
      -183}
      -184"""Expiration type of stop-orders enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderexpirationtype"""
      +                        
        1# -*- coding: utf-8 -*-
      +  2# Author: Timur Gilmullin
      +  3
      +  4"""
      +  5Module contains a lot of constants from enums sections of Tinkoff Open API documentation.
      +  6
      +  7About Tinkoff Invest API: https://tinkoff.github.io/investAPI/
      +  8
      +  9Tinkoff Invest API documentation: https://tinkoff.github.io/investAPI/swagger-ui/
      + 10"""
      + 11
      + 12# Copyright (c) 2022 Gilmillin Timur Mansurovich
      + 13#
      + 14# Licensed under the Apache License, Version 2.0 (the "License");
      + 15# you may not use this file except in compliance with the License.
      + 16# You may obtain a copy of the License at
      + 17#
      + 18#     http://www.apache.org/licenses/LICENSE-2.0
      + 19#
      + 20# Unless required by applicable law or agreed to in writing, software
      + 21# distributed under the License is distributed on an "AS IS" BASIS,
      + 22# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      + 23# See the License for the specific language governing permissions and
      + 24# limitations under the License.
      + 25
      + 26
      + 27TKS_DATE_TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
      + 28"""Date and time string format used by Tinkoff Open API. Default: `"%Y-%m-%dT%H:%M:%SZ"`."""
      + 29
      + 30TKS_INSTRUMENTS = ["Currencies", "Shares", "Bonds", "Etfs", "Futures"]
      + 31"""Type of instrument for trade methods must be only one of supported types, listed in this constant. Default: `["Currencies", "Shares", "Bonds", "Etfs", "Futures"]`"""
      + 32
      + 33TKS_TICKER_ALIASES = {
      + 34    "USD": "USD000UTSTOM", "usd": "USD000UTSTOM",  # FIGI: BBG0013HGFT4
      + 35    "EUR": "EUR_RUB__TOM", "eur": "EUR_RUB__TOM",  # FIGI: BBG0013HJJ31
      + 36    "GBP": "GBPRUB_TOM", "gbp": "GBPRUB_TOM",  # FIGI: BBG0013HQ5F0
      + 37    "CHF": "CHFRUB_TOM", "chf": "CHFRUB_TOM",  # FIGI: BBG0013HQ5K4
      + 38    "CNY": "CNYRUB_TOM", "cny": "CNYRUB_TOM",  # FIGI: BBG0013HRTL0
      + 39    "HKD": "HKDRUB_TOM", "hkd": "HKDRUB_TOM",  # FIGI: BBG0013HSW87
      + 40    "TRY": "TRYRUB_TOM", "try": "TRYRUB_TOM",  # FIGI: BBG0013J12N1
      + 41}
      + 42"""Some aliases instead official tickers for using in CLI. For example, you can use `"USD"` instead of `"USD000UTSTOM"`."""
      + 43
      + 44# some tickers or FIGIs raised exception earlier when it sends to server, that is why we exclude there:
      + 45TKS_TICKERS_OR_FIGI_EXCLUDED = [
      + 46    # "ISSUANCEBRUS",  # now available
      + 47]
      + 48
      + 49TKS_CANDLE_INTERVALS = {  # List values: 1st - Tinkoff API parameter, 2nd - minutes count, 3rd - max candles in block
      + 50    "Undefined": ["CANDLE_INTERVAL_UNSPECIFIED", 0, 0],
      + 51    "1min": ["CANDLE_INTERVAL_1_MIN", 1, 1438],  # max count in API request block: 1 day (1440 min) and -2 minute
      + 52    "5min": ["CANDLE_INTERVAL_5_MIN", 5, 287],  # max count in API request block: 1 day (288 by 5 min) and -5 minute
      + 53    "15min": ["CANDLE_INTERVAL_15_MIN", 15, 95],  # max count in API request block: 1 day (96 by 15 min) and -15 minute
      + 54    "hour": ["CANDLE_INTERVAL_HOUR", 60, 167],  # max count in API request block: 1 week (168 hours) and -1 hour
      + 55    "day": ["CANDLE_INTERVAL_DAY", 1440, 364],  # max count in API request block: 1 year (365 days) and -1 day
      + 56}
      + 57"""Candles interval for requesting history data with Tinkoff API. Current available keys are `"1min"`, `"5min"`, `"15min"`, `"hour"`, `"day"`.
      + 58See more: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles
      + 59"""
      + 60
      + 61TKS_TRADING_STATUSES = {
      + 62    "SECURITY_TRADING_STATUS_UNSPECIFIED": "Trading status undefined",
      + 63    "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING": "Not available for trading",
      + 64    "SECURITY_TRADING_STATUS_OPENING_PERIOD": "Trade opening period",
      + 65    "SECURITY_TRADING_STATUS_CLOSING_PERIOD": "Trade closing period",
      + 66    "SECURITY_TRADING_STATUS_BREAK_IN_TRADING": "Break in trading",
      + 67    "SECURITY_TRADING_STATUS_NORMAL_TRADING": "Normal trading",
      + 68    "SECURITY_TRADING_STATUS_CLOSING_AUCTION": "Closing auction",
      + 69    "SECURITY_TRADING_STATUS_DARK_POOL_AUCTION": "Large package auction",
      + 70    "SECURITY_TRADING_STATUS_DISCRETE_AUCTION": "Discrete auction",
      + 71    "SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD": "Opening auction",
      + 72    "SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE": "Trading period at the closing auction price",
      + 73    "SECURITY_TRADING_STATUS_SESSION_ASSIGNED": "Session assigned",
      + 74    "SECURITY_TRADING_STATUS_SESSION_CLOSE": "Session closed",
      + 75    "SECURITY_TRADING_STATUS_SESSION_OPEN": "Session is open",
      + 76    "SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING": "Broker's internal liquidity mode trading",
      + 77    "SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING": "Break in trading in the broker's internal liquidity mode",
      + 78    "SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING": "Broker's internal liquidity mode is not available",
      + 79}
      + 80"""Security Trading Status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#securitytradingstatus"""
      + 81
      + 82TKS_OPERATION_TYPES = {
      + 83    "OPERATION_TYPE_UNSPECIFIED": "The operation type is not defined",
      + 84    "OPERATION_TYPE_INPUT": "Deposit on broker account",
      + 85    "OPERATION_TYPE_BOND_TAX": "Withholding personal income tax on bond coupons",
      + 86    "OPERATION_TYPE_OUTPUT_SECURITIES": "Securities output",
      + 87    "OPERATION_TYPE_OVERNIGHT": "Overnight REPO income",
      + 88    "OPERATION_TYPE_TAX": "Tax withholding",
      + 89    "OPERATION_TYPE_BOND_REPAYMENT_FULL": "Full bond redemption",
      + 90    "OPERATION_TYPE_SELL_CARD": "Sell securities from the card",
      + 91    "OPERATION_TYPE_DIVIDEND_TAX": "Withholding tax on dividends",
      + 92    "OPERATION_TYPE_OUTPUT": "Withdrawals",
      + 93    "OPERATION_TYPE_BOND_REPAYMENT": "Bonds partial redemption",
      + 94    "OPERATION_TYPE_TAX_CORRECTION": "Tax correction",
      + 95    "OPERATION_TYPE_SERVICE_FEE": "Brokerage account maintenance fee deduction",
      + 96    "OPERATION_TYPE_BENEFIT_TAX": "Withholding tax for material benefits",
      + 97    "OPERATION_TYPE_MARGIN_FEE": "Withholding commission for an uncovered position",
      + 98    "OPERATION_TYPE_BUY": "Buy securities",
      + 99    "OPERATION_TYPE_BUY_CARD": "Buy securities from a card",
      +100    "OPERATION_TYPE_INPUT_SECURITIES": "Transfer securities from another depository",
      +101    "OPERATION_TYPE_SELL_MARGIN": "Sell (by margin call)",
      +102    "OPERATION_TYPE_BROKER_FEE": "Operation fee deduction",
      +103    "OPERATION_TYPE_BUY_MARGIN": "Buy (by margin call)",
      +104    "OPERATION_TYPE_DIVIDEND": "Dividends income",
      +105    "OPERATION_TYPE_SELL": "Sell securities",
      +106    "OPERATION_TYPE_COUPON": "Coupons income",
      +107    "OPERATION_TYPE_SUCCESS_FEE": "Success fee deduction",
      +108    "OPERATION_TYPE_DIVIDEND_TRANSFER": "Transfer of dividend income",
      +109    "OPERATION_TYPE_ACCRUING_VARMARGIN": "Variation margin crediting",
      +110    "OPERATION_TYPE_WRITING_OFF_VARMARGIN": "Withholding variation margin",
      +111    "OPERATION_TYPE_DELIVERY_BUY": "Buy (futures contract expired)",
      +112    "OPERATION_TYPE_DELIVERY_SELL": "Sell (futures contract expired)",
      +113    "OPERATION_TYPE_TRACK_MFEE": "Autotrack account management fee",
      +114    "OPERATION_TYPE_TRACK_PFEE": "Pay per result on auto follow score",
      +115    "OPERATION_TYPE_TAX_PROGRESSIVE": "Tax withholding at the rate of 15%",
      +116    "OPERATION_TYPE_BOND_TAX_PROGRESSIVE": "Withholding tax on coupons at the rate of 15%",
      +117    "OPERATION_TYPE_DIVIDEND_TAX_PROGRESSIVE": "Withholding tax on dividends at the rate of 15%",
      +118    "OPERATION_TYPE_BENEFIT_TAX_PROGRESSIVE": "Withholding tax for material benefits at the rate of 15%",
      +119    "OPERATION_TYPE_TAX_CORRECTION_PROGRESSIVE": "Tax correction at the rate of 15%",
      +120    "OPERATION_TYPE_TAX_REPO_PROGRESSIVE": "Withholding tax on refunds on REPO transactions at the rate of 15%",
      +121    "OPERATION_TYPE_TAX_REPO": "Tax withholding on REPO trade refunds",
      +122    "OPERATION_TYPE_TAX_REPO_HOLD": "Tax hold on REPO transactions",
      +123    "OPERATION_TYPE_TAX_REPO_REFUND": "Tax refund on REPO transactions",
      +124    "OPERATION_TYPE_TAX_REPO_HOLD_PROGRESSIVE": "Withholding tax on REPO transactions at the rate of 15%",
      +125    "OPERATION_TYPE_TAX_REPO_REFUND_PROGRESSIVE": "Tax refund on REPO transactions at the rate of 15%",
      +126    "OPERATION_TYPE_DIV_EXT": "Payout dividends to the card",
      +127    "OPERATION_TYPE_TAX_CORRECTION_COUPON": "Coupon tax correction",
      +128}
      +129"""Operation type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationtype"""
      +130
      +131TKS_OPERATION_STATES = {
      +132    "OPERATION_STATE_UNSPECIFIED": "! Unknown",
      +133    "OPERATION_STATE_EXECUTED": "√ Executed",
      +134    "OPERATION_STATE_CANCELED": "× Canceled",
      +135}
      +136"""Operation state enums  in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/operations/#operationstate"""
      +137
      +138TKS_ORDER_DIRECTIONS = {
      +139    "ORDER_DIRECTION_UNSPECIFIED": "Undefined",
      +140    "ORDER_DIRECTION_BUY": "↑ Buy",
      +141    "ORDER_DIRECTION_SELL": "↓ Sell",
      +142}
      +143"""Order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderdirection"""
      +144
      +145TKS_STOP_ORDER_DIRECTIONS = {
      +146    "STOP_ORDER_DIRECTION_UNSPECIFIED": "Undefined",
      +147    "STOP_ORDER_DIRECTION_BUY": "↑ Buy",
      +148    "STOP_ORDER_DIRECTION_SELL": "↓ Sell",
      +149}
      +150"""Stop-order direction enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderdirection"""
      +151
      +152TKS_ORDER_TYPES = {
      +153    "ORDER_TYPE_UNSPECIFIED": "Undefined",
      +154    "ORDER_TYPE_LIMIT": "Limit",
      +155    "ORDER_TYPE_MARKET": "Market",
      +156}
      +157"""Order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#ordertype"""
      +158
      +159TKS_STOP_ORDER_TYPES = {
      +160    "STOP_ORDER_TYPE_UNSPECIFIED": "Undefined",
      +161    "STOP_ORDER_TYPE_TAKE_PROFIT": "Take profit",
      +162    "STOP_ORDER_TYPE_STOP_LOSS": "Stop loss",
      +163    "STOP_ORDER_TYPE_STOP_LIMIT": "Stop limit",
      +164}
      +165"""Stop-order type enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stopordertype"""
      +166
      +167TKS_ORDER_STATES = {
      +168    "EXECUTION_REPORT_STATUS_UNSPECIFIED": "! Unknown",
      +169    "EXECUTION_REPORT_STATUS_FILL": "Performed",
      +170    "EXECUTION_REPORT_STATUS_REJECTED": "Rejected",
      +171    "EXECUTION_REPORT_STATUS_CANCELLED": "Cancelled",
      +172    "EXECUTION_REPORT_STATUS_NEW": "New order",
      +173    "EXECUTION_REPORT_STATUS_PARTIALLYFILL": "Partially filled",
      +174}
      +175"""Order status enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/orders/#orderexecutionreportstatus"""
      +176
      +177TKS_STOP_ORDER_EXPIRATION_TYPES = {
      +178    "STOP_ORDER_EXPIRATION_TYPE_UNSPECIFIED": "Undefined",
      +179    "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_CANCEL": "Until cancel",
      +180    "STOP_ORDER_EXPIRATION_TYPE_GOOD_TILL_DATE": "Until date",
      +181}
      +182"""Expiration type of stop-orders enums in Tinkoff Broker OpenAPI: https://tinkoff.github.io/investAPI/stoporders/#stoporderexpirationtype"""
       
      +
      +
      + TKS_DATE_TIME_FORMAT = '%Y-%m-%dT%H:%M:%SZ' + + +
      + + +

      Date and time string format used by Tinkoff Open API. Default: "%Y-%m-%dT%H:%M:%SZ".

      +
      + + +
      TKS_INSTRUMENTS = ['Currencies', 'Shares', 'Bonds', 'Etfs', 'Futures'] @@ -307,15 +321,15 @@

      -
      +
      - TKS_TIMEFRAMES = {'1min': {'minutes': 1, 'maxCandles': 1439}, '2min': {'minutes': 2, 'maxCandles': 719}, '3min': {'minutes': 3, 'maxCandles': 479}, '5min': {'minutes': 5, 'maxCandles': 287}, '10min': {'minutes': 10, 'maxCandles': 143}, '15min': {'minutes': 15, 'maxCandles': 95}, '30min': {'minutes': 30, 'maxCandles': 47}, 'hour': {'minutes': 60, 'maxCandles': 167}, 'day': {'minutes': 1440, 'maxCandles': 365}, 'week': {'minutes': 10080, 'maxCandles': 104}, 'month': {'minutes': 43200, 'maxCandles': 119}} + TKS_CANDLE_INTERVALS = {'Undefined': ['CANDLE_INTERVAL_UNSPECIFIED', 0, 0], '1min': ['CANDLE_INTERVAL_1_MIN', 1, 1438], '5min': ['CANDLE_INTERVAL_5_MIN', 5, 287], '15min': ['CANDLE_INTERVAL_15_MIN', 15, 95], 'hour': ['CANDLE_INTERVAL_HOUR', 60, 167], 'day': ['CANDLE_INTERVAL_DAY', 1440, 364]}
      - + -

      How many minutes in interval and maximum count of candles in one history block returns by Tinkoff API in one request. +

      Candles interval for requesting history data with Tinkoff API. Current available keys are "1min", "5min", "15min", "hour", "day". See more: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles

      diff --git a/docs/tksbrokerapi/UniLogger.html b/docs/tksbrokerapi/UniLogger.html index 5ee720c..2612a06 100644 --- a/docs/tksbrokerapi/UniLogger.html +++ b/docs/tksbrokerapi/UniLogger.html @@ -75,124 +75,125 @@

      -
        1# -*- coding: utf-8 -*-
      -  2#
      -  3# Author: Timur Gilmullin
      -  4
      -  5"""
      -  6This module init standard python logging system with some of pre-defined parameters,
      -  7e.g. debug level for log-file, info level for console, log-rotate and so on.
      -  8"""
      -  9
      - 10# Copyright (c) 2022 Gilmillin Timur Mansurovich
      - 11#
      - 12# Licensed under the Apache License, Version 2.0 (the "License");
      - 13# you may not use this file except in compliance with the License.
      - 14# You may obtain a copy of the License at
      - 15#
      - 16#     http://www.apache.org/licenses/LICENSE-2.0
      - 17#
      - 18# Unless required by applicable law or agreed to in writing, software
      - 19# distributed under the License is distributed on an "AS IS" BASIS,
      - 20# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      - 21# See the License for the specific language governing permissions and
      - 22# limitations under the License.
      - 23
      - 24
      - 25import sys
      - 26import logging.handlers
      - 27
      - 28
      - 29# initialize Main Parent Logger:
      - 30UniLogger = logging.getLogger("UniLogger")
      - 31formatString = "%(filename)-20sL:%(lineno)-5d%(levelname)-8s[%(asctime)s] %(message)s"
      - 32formatter = logging.Formatter(formatString)
      - 33sys.stderr = sys.stdout
      - 34
      - 35
      - 36def SetLevel(vLevel="ERROR"):
      - 37    """
      - 38    This procedure setting up UniLogger verbosity level.
      - 39    """
      - 40    UniLogger.level = logging.NOTSET
      - 41
      - 42    if isinstance(vLevel, str):
      - 43        if vLevel == "5" or vLevel.upper() == "CRITICAL":
      - 44            UniLogger.level = logging.CRITICAL
      - 45
      - 46        elif vLevel == "4" or vLevel.upper() == "ERROR":
      - 47            UniLogger.level = logging.ERROR
      - 48
      - 49        elif vLevel == "3" or vLevel.upper() == "WARNING":
      - 50            UniLogger.level = logging.WARNING
      - 51
      - 52        elif vLevel == "2" or vLevel.upper() == "INFO":
      - 53            UniLogger.level = logging.INFO
      - 54
      - 55        elif vLevel == "1" or vLevel.upper() == "DEBUG":
      - 56            UniLogger.level = logging.DEBUG
      - 57
      - 58
      - 59class LevelFilter(logging.Filter):
      - 60    """
      - 61    Class using to set up log level filtering.
      - 62    """
      - 63
      - 64    def __init__(self, level):
      - 65        super().__init__()
      - 66        self.level = level
      - 67
      - 68    def filter(self, record):
      - 69        return record.levelno >= self.level
      - 70
      - 71
      - 72def EnableLogger(logFile, parentHandler=UniLogger, useFormat=formatter):
      - 73    """
      - 74    Adding new file logger with rotation.
      - 75    """
      - 76    maxSizeBytes = 5 * 1024 * 1024  # 5Mb log rotate by default
      - 77    logHandler = logging.handlers.RotatingFileHandler(logFile, encoding="UTF-8", maxBytes=maxSizeBytes, backupCount=4)
      - 78    logHandler.level = logging.DEBUG  # set up DEBUG verbosity level by default for file logging
      - 79    logHandler.addFilter(LevelFilter(logging.DEBUG))
      - 80
      - 81    if useFormat:
      - 82        logHandler.setFormatter(useFormat)
      - 83
      - 84    else:
      - 85        logHandler.setFormatter(formatter)
      - 86
      - 87    parentHandler.addHandler(logHandler)
      - 88
      - 89    return logHandler
      - 90
      - 91
      - 92def DisableLogger(handler, parentHandler=UniLogger):
      - 93    """
      - 94    Disable given file logger.
      - 95    """
      - 96    if handler:
      - 97        handler.flush()
      - 98        handler.close()
      - 99
      -100    if handler in parentHandler.handlers:
      -101        parentHandler.removeHandler(handler)
      -102
      -103
      -104# --- Main init:
      -105
      -106SetLevel("DEBUG")  # set up DEBUG verbosity level by default for UniLogger
      -107
      -108streamHandler = logging.StreamHandler()  # initialize STDOUT UniLogger
      -109streamHandler.setFormatter(formatter)  # set formatter for STDOUT UniLogger
      -110streamHandler.level = logging.INFO  # set up INFO verbosity level by default for STDOUT UniLogger
      -111UniLogger.addHandler(streamHandler)  # adding STDOUT UniLogger handler to Parent UniLogger
      -112
      -113fileLogHandler = EnableLogger(logFile="TKSBrokerAPI.log", parentHandler=UniLogger, useFormat=formatter)  # add logging to file
      -114
      -115sepWide = "-" * 120  # long-long log separator
      -116sepLong = "-" * 80  # long log separator
      -117sepShort = "-" * 40  # short log separator
      -118sepLine = "=--=" * 20  # log part separator
      +                        
        1# -*- coding: utf-8 -*-
      +  2#
      +  3# Author: Timur Gilmullin
      +  4
      +  5"""
      +  6This module init standard python logging system with some of pre-defined parameters,
      +  7e.g. debug level for log-file, info level for console, log-rotate and so on.
      +  8"""
      +  9
      + 10# Copyright (c) 2022 Gilmillin Timur Mansurovich
      + 11#
      + 12# Licensed under the Apache License, Version 2.0 (the "License");
      + 13# you may not use this file except in compliance with the License.
      + 14# You may obtain a copy of the License at
      + 15#
      + 16#     http://www.apache.org/licenses/LICENSE-2.0
      + 17#
      + 18# Unless required by applicable law or agreed to in writing, software
      + 19# distributed under the License is distributed on an "AS IS" BASIS,
      + 20# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      + 21# See the License for the specific language governing permissions and
      + 22# limitations under the License.
      + 23
      + 24
      + 25import sys
      + 26import logging.handlers
      + 27
      + 28
      + 29# initialize Main Parent Logger:
      + 30UniLogger = logging.getLogger("UniLogger")
      + 31formatString = "%(filename)-20sL:%(lineno)-5d%(levelname)-8s[%(asctime)s] %(message)s"
      + 32formatter = logging.Formatter(formatString)
      + 33sys.stderr = sys.stdout
      + 34
      + 35
      + 36def SetLevel(vLevel="ERROR"):
      + 37    """
      + 38    This procedure setting up UniLogger verbosity level.
      + 39    """
      + 40    UniLogger.level = logging.NOTSET
      + 41
      + 42    if isinstance(vLevel, str):
      + 43        if vLevel == "5" or vLevel.upper() == "CRITICAL":
      + 44            UniLogger.level = logging.CRITICAL
      + 45
      + 46        elif vLevel == "4" or vLevel.upper() == "ERROR":
      + 47            UniLogger.level = logging.ERROR
      + 48
      + 49        elif vLevel == "3" or vLevel.upper() == "WARNING":
      + 50            UniLogger.level = logging.WARNING
      + 51
      + 52        elif vLevel == "2" or vLevel.upper() == "INFO":
      + 53            UniLogger.level = logging.INFO
      + 54
      + 55        elif vLevel == "1" or vLevel.upper() == "DEBUG":
      + 56            UniLogger.level = logging.DEBUG
      + 57
      + 58
      + 59class LevelFilter(logging.Filter):
      + 60    """
      + 61    Class using to set up log level filtering.
      + 62    """
      + 63
      + 64    def __init__(self, level):
      + 65        super().__init__()
      + 66        self.level = level
      + 67
      + 68    def filter(self, record):
      + 69        return record.levelno >= self.level
      + 70
      + 71
      + 72def EnableLogger(logFile, parentHandler=UniLogger, useFormat=formatter):
      + 73    """
      + 74    Adding new file logger with rotation.
      + 75    """
      + 76    maxSizeBytes = 5 * 1024 * 1024  # 5Mb log rotate by default
      + 77    logHandler = logging.handlers.RotatingFileHandler(logFile, encoding="UTF-8", maxBytes=maxSizeBytes, backupCount=4)
      + 78    logHandler.level = logging.DEBUG  # set up DEBUG verbosity level by default for file logging
      + 79    logHandler.addFilter(LevelFilter(logging.DEBUG))
      + 80
      + 81    if useFormat:
      + 82        logHandler.setFormatter(useFormat)
      + 83
      + 84    else:
      + 85        logHandler.setFormatter(formatter)
      + 86
      + 87    parentHandler.addHandler(logHandler)
      + 88
      + 89    return logHandler
      + 90
      + 91
      + 92def DisableLogger(handler, parentHandler=UniLogger):
      + 93    """
      + 94    Disable given file logger.
      + 95    """
      + 96    if handler:
      + 97        handler.flush()
      + 98        handler.close()
      + 99
      +100    if handler in parentHandler.handlers:
      +101        parentHandler.removeHandler(handler)
      +102
      +103
      +104# --- Main init:
      +105
      +106SetLevel("DEBUG")  # set up DEBUG verbosity level by default for UniLogger
      +107
      +108streamHandler = logging.StreamHandler()  # initialize STDOUT UniLogger
      +109streamHandler.setFormatter(formatter)  # set formatter for STDOUT UniLogger
      +110streamHandler.level = logging.INFO  # set up INFO verbosity level by default for STDOUT UniLogger
      +111UniLogger.addHandler(streamHandler)  # adding STDOUT UniLogger handler to Parent UniLogger
      +112
      +113defaultLogFile = "TKSBrokerAPI.log"
      +114fileLogHandler = EnableLogger(logFile=defaultLogFile, parentHandler=UniLogger, useFormat=formatter)  # add logging to file
      +115
      +116sepWide = "-" * 120  # long-long log separator
      +117sepLong = "-" * 80  # long log separator
      +118sepShort = "-" * 40  # short log separator
      +119sepLine = "=--=" * 20  # log part separator
       
      @@ -208,27 +209,27 @@

      -
      37def SetLevel(vLevel="ERROR"):
      -38    """
      -39    This procedure setting up UniLogger verbosity level.
      -40    """
      -41    UniLogger.level = logging.NOTSET
      -42
      -43    if isinstance(vLevel, str):
      -44        if vLevel == "5" or vLevel.upper() == "CRITICAL":
      -45            UniLogger.level = logging.CRITICAL
      -46
      -47        elif vLevel == "4" or vLevel.upper() == "ERROR":
      -48            UniLogger.level = logging.ERROR
      -49
      -50        elif vLevel == "3" or vLevel.upper() == "WARNING":
      -51            UniLogger.level = logging.WARNING
      -52
      -53        elif vLevel == "2" or vLevel.upper() == "INFO":
      -54            UniLogger.level = logging.INFO
      -55
      -56        elif vLevel == "1" or vLevel.upper() == "DEBUG":
      -57            UniLogger.level = logging.DEBUG
      +            
      37def SetLevel(vLevel="ERROR"):
      +38    """
      +39    This procedure setting up UniLogger verbosity level.
      +40    """
      +41    UniLogger.level = logging.NOTSET
      +42
      +43    if isinstance(vLevel, str):
      +44        if vLevel == "5" or vLevel.upper() == "CRITICAL":
      +45            UniLogger.level = logging.CRITICAL
      +46
      +47        elif vLevel == "4" or vLevel.upper() == "ERROR":
      +48            UniLogger.level = logging.ERROR
      +49
      +50        elif vLevel == "3" or vLevel.upper() == "WARNING":
      +51            UniLogger.level = logging.WARNING
      +52
      +53        elif vLevel == "2" or vLevel.upper() == "INFO":
      +54            UniLogger.level = logging.INFO
      +55
      +56        elif vLevel == "1" or vLevel.upper() == "DEBUG":
      +57            UniLogger.level = logging.DEBUG
       
      @@ -248,17 +249,17 @@

      -
      60class LevelFilter(logging.Filter):
      -61    """
      -62    Class using to set up log level filtering.
      -63    """
      -64
      -65    def __init__(self, level):
      -66        super().__init__()
      -67        self.level = level
      -68
      -69    def filter(self, record):
      -70        return record.levelno >= self.level
      +            
      60class LevelFilter(logging.Filter):
      +61    """
      +62    Class using to set up log level filtering.
      +63    """
      +64
      +65    def __init__(self, level):
      +66        super().__init__()
      +67        self.level = level
      +68
      +69    def filter(self, record):
      +70        return record.levelno >= self.level
       
      @@ -276,9 +277,9 @@

      -
      65    def __init__(self, level):
      -66        super().__init__()
      -67        self.level = level
      +            
      65    def __init__(self, level):
      +66        super().__init__()
      +67        self.level = level
       
      @@ -302,15 +303,15 @@

      -
      69    def filter(self, record):
      -70        return record.levelno >= self.level
      +            
      69    def filter(self, record):
      +70        return record.levelno >= self.level
       

      Determine if the specified record is to be logged.

      -

      Is the specified record to be logged? Returns 0 for no, nonzero for -yes. If deemed appropriate, the record may be modified in-place.

      +

      Returns True if the record should be logged, or False otherwise. +If deemed appropriate, the record may be modified in-place.

      @@ -327,24 +328,24 @@

      -
      73def EnableLogger(logFile, parentHandler=UniLogger, useFormat=formatter):
      -74    """
      -75    Adding new file logger with rotation.
      -76    """
      -77    maxSizeBytes = 5 * 1024 * 1024  # 5Mb log rotate by default
      -78    logHandler = logging.handlers.RotatingFileHandler(logFile, encoding="UTF-8", maxBytes=maxSizeBytes, backupCount=4)
      -79    logHandler.level = logging.DEBUG  # set up DEBUG verbosity level by default for file logging
      -80    logHandler.addFilter(LevelFilter(logging.DEBUG))
      -81
      -82    if useFormat:
      -83        logHandler.setFormatter(useFormat)
      -84
      -85    else:
      -86        logHandler.setFormatter(formatter)
      -87
      -88    parentHandler.addHandler(logHandler)
      -89
      -90    return logHandler
      +            
      73def EnableLogger(logFile, parentHandler=UniLogger, useFormat=formatter):
      +74    """
      +75    Adding new file logger with rotation.
      +76    """
      +77    maxSizeBytes = 5 * 1024 * 1024  # 5Mb log rotate by default
      +78    logHandler = logging.handlers.RotatingFileHandler(logFile, encoding="UTF-8", maxBytes=maxSizeBytes, backupCount=4)
      +79    logHandler.level = logging.DEBUG  # set up DEBUG verbosity level by default for file logging
      +80    logHandler.addFilter(LevelFilter(logging.DEBUG))
      +81
      +82    if useFormat:
      +83        logHandler.setFormatter(useFormat)
      +84
      +85    else:
      +86        logHandler.setFormatter(formatter)
      +87
      +88    parentHandler.addHandler(logHandler)
      +89
      +90    return logHandler
       
      @@ -364,16 +365,16 @@

      -
       93def DisableLogger(handler, parentHandler=UniLogger):
      - 94    """
      - 95    Disable given file logger.
      - 96    """
      - 97    if handler:
      - 98        handler.flush()
      - 99        handler.close()
      -100
      -101    if handler in parentHandler.handlers:
      -102        parentHandler.removeHandler(handler)
      +            
       93def DisableLogger(handler, parentHandler=UniLogger):
      + 94    """
      + 95    Disable given file logger.
      + 96    """
      + 97    if handler:
      + 98        handler.flush()
      + 99        handler.close()
      +100
      +101    if handler in parentHandler.handlers:
      +102        parentHandler.removeHandler(handler)
       
      diff --git a/docs/tksbrokerapi/__main__.html b/docs/tksbrokerapi/__main__.html index 4883483..fd82fbc 100644 --- a/docs/tksbrokerapi/__main__.html +++ b/docs/tksbrokerapi/__main__.html @@ -47,10 +47,10 @@

      -
      1from tksbrokerapi.TKSBrokerAPI import Main
      -2
      -3if __name__ == "__main__":
      -4    Main()
      +                        
      1from tksbrokerapi.TKSBrokerAPI import Main
      +2
      +3if __name__ == "__main__":
      +4    Main()
       
      diff --git a/setup.py b/setup.py index 3c3fec7..c9b03a5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup import os -__version__ = "1.2" +__version__ = "1.3" devStatus = "4 - Beta" diff --git a/tests/InstrumentsDump.json b/tests/InstrumentsDump.json index 5be5c93..b9f1868 100644 --- a/tests/InstrumentsDump.json +++ b/tests/InstrumentsDump.json @@ -8,7 +8,7 @@ "lot": 10000, "currency": "rub", "shortEnabledFlag": false, - "name": "Армянский драм", + "name": "\u0410\u0440\u043c\u044f\u043d\u0441\u043a\u0438\u0439 \u0434\u0440\u0430\u043c", "exchange": "FX", "nominal": { "currency": "amd", @@ -17,7 +17,7 @@ }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36,12 +36,12 @@ "type": "Currencies", "step": 0.0025 }, - "TRYRUB_TOM": { - "figi": "BBG0013J12N1", - "ticker": "TRYRUB_TOM", + "JPYRUB_TOM": { + "figi": "BBG0013HQ524", + "ticker": "JPYRUB_TOM", "classCode": "CETS", "isin": "", - "lot": 1000, + "lot": 100000, "currency": "rub", "klong": { "units": "2", @@ -68,141 +68,71 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "Турецкая лира", + "name": "\u0418\u0435\u043d\u0430", "exchange": "FX", "nominal": { - "currency": "try", - "units": "1", + "currency": "jpy", + "units": "100", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, - "buyAvailableFlag": true, + "buyAvailableFlag": false, "sellAvailableFlag": true, - "isoCurrencyName": "try", + "isoCurrencyName": "jpy", "minPriceIncrement": { "units": "0", "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "8cf87094-7c0f-465e-87b6-52e742a32045", + "uid": "163ce2bf-37a1-42e0-b613-0e50a15f8933", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f2214ddc-d326-4480-a7f8-7339d4fbcab6", + "positionUid": "7210f95c-4b6d-4387-b961-7a0862d5ece5", "forIisFlag": true, - "first1minCandleDate": "2018-12-04T09:40:00Z", + "first1minCandleDate": "2019-04-22T08:44:00Z", "first1dayCandleDate": "1993-07-09T00:00:00Z", "type": "Currencies", "step": 0.0001 }, - "GLDRUB_TOM": { - "figi": "BBG000VJ5YR4", - "ticker": "GLDRUB_TOM", - "classCode": "CETS", - "isin": "", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Золото", - "exchange": "FX_MTL", - "nominal": { - "currency": "xau", - "units": "1", - "nano": 0 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "isoCurrencyName": "xau", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": false, - "uid": "258e2b93-54e8-4f2d-ba3d-a507c47e3ae2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cf4fde41-c553-415c-82a6-cd2cdffd5e27", - "forIisFlag": true, - "type": "Currencies", - "step": 0.01 - }, - "USDCHF_TOM": { - "figi": "BBG0013HPJ07", - "ticker": "USDCHF_TOM", - "classCode": "CETS", - "isin": "", - "lot": 1000, - "currency": "chf", - "shortEnabledFlag": false, - "name": "Швейцарский франк - Доллар США", - "exchange": "FX", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "countryOfRisk": "", - "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "isoCurrencyName": "usd", - "minPriceIncrement": { - "units": "0", - "nano": 10000 - }, - "apiTradeAvailableFlag": true, - "uid": "cf4716fb-70d6-4b87-b14d-62b6f70eaddd", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", - "forIisFlag": true, - "first1minCandleDate": "2018-12-03T09:44:00Z", - "first1dayCandleDate": "2018-12-03T07:00:00Z", - "type": "Currencies", - "step": 0.00001 - }, - "AEDRUB_TOM": { - "figi": "BBG0013HJ924", - "ticker": "AEDRUB_TOM", + "KZTRUB_TOM": { + "figi": "BBG0013HG026", + "ticker": "KZTRUB_TOM", "classCode": "CETS", "isin": "", - "lot": 1000, + "lot": 10000, "currency": "rub", "shortEnabledFlag": false, - "name": "Дирхам ОАЭ", + "name": "\u0422\u0435\u043d\u0433\u0435", "exchange": "FX", "nominal": { - "currency": "aed", - "units": "1", + "currency": "kzt", + "units": "100", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "aed", + "isoCurrencyName": "kzt", "minPriceIncrement": { "units": "0", "nano": 2500000 }, - "apiTradeAvailableFlag": false, - "uid": "97a51505-1472-4ab6-af43-c7edfcba3a55", + "apiTradeAvailableFlag": true, + "uid": "c7c26356-7352-4c37-8316-b1d93b18e16e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "031e77fa-e4c9-4640-b470-bf22a0a63e41", + "positionUid": "6a6c93fc-a954-475f-96ed-2d8128aaaf56", "forIisFlag": true, "type": "Currencies", "step": 0.0025 }, - "EUR_RUB__TOM": { - "figi": "BBG0013HJJ31", - "ticker": "EUR_RUB__TOM", + "CHFRUB_TOM": { + "figi": "BBG0013HQ5K4", + "ticker": "CHFRUB_TOM", "classCode": "CETS", "isin": "", "lot": 1000, @@ -216,26 +146,26 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 999900000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 999900000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 990000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 414200000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Евро", + "name": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0438\u0439 \u0444\u0440\u0430\u043d\u043a", "exchange": "FX", "nominal": { - "currency": "eur", + "currency": "chf", "units": "1", "nano": 0 }, @@ -245,33 +175,33 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "eur", + "isoCurrencyName": "chf", "minPriceIncrement": { "units": "0", "nano": 2500000 }, "apiTradeAvailableFlag": true, - "uid": "b1c06e5e-f5d4-4ff5-8cb3-dcacccd933da", + "uid": "b8ef7e05-97ef-4b78-aac3-cd16ee320168", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "positionUid": "282725e9-69f5-4bc9-a300-f02ccedbafb2", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:32:00Z", - "first1dayCandleDate": "2000-05-16T00:00:00Z", + "first1minCandleDate": "2018-03-08T00:16:00Z", + "first1dayCandleDate": "2000-01-03T00:00:00Z", "type": "Currencies", "step": 0.0025 }, - "SLVRUB_TOM": { - "figi": "BBGSLVRUBTOM", - "ticker": "SLVRUB_TOM", + "RUB000UTSTOM": { + "figi": "RUB000UTSTOM", + "ticker": "RUB000UTSTOM", "classCode": "CETS", "isin": "", - "lot": 100, + "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Серебро", + "name": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0439 \u0440\u0443\u0431\u043b\u044c", "exchange": "FX", "nominal": { - "currency": "xag", + "currency": "rub", "units": "1", "nano": 0 }, @@ -281,32 +211,32 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "xag", + "isoCurrencyName": "rub", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 2500000 }, "apiTradeAvailableFlag": false, - "uid": "72b7bafe-7fd3-4e2a-ad26-c2a5f62c768f", + "uid": "a92e2e25-a698-45cc-a781-167cf465257c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9a68d2b1-0967-4ec2-808c-fa9071fe654e", + "positionUid": "33e24a92-aab0-409c-88b8-f2d57415b920", "forIisFlag": true, "type": "Currencies", - "step": 0.01 + "step": 0.0025 }, - "EURUSD000TOM": { - "figi": "BBG0013HGRV5", - "ticker": "EURUSD000TOM", + "UZSRUB_TOM": { + "figi": "BBG0013HQ310", + "ticker": "UZSRUB_TOM", "classCode": "CETS", "isin": "", - "lot": 1000, - "currency": "usd", + "lot": 1000000, + "currency": "rub", "shortEnabledFlag": false, - "name": "Евро - Доллар США", + "name": "\u0423\u0437\u0431\u0435\u043a\u0441\u043a\u0438\u0439 \u0441\u0443\u043c", "exchange": "FX", "nominal": { - "currency": "eur", - "units": "1", + "currency": "uzs", + "units": "10000", "nano": 0 }, "countryOfRisk": "", @@ -315,24 +245,22 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "eur", + "isoCurrencyName": "uzs", "minPriceIncrement": { "units": "0", - "nano": 10000 + "nano": 2500000 }, "apiTradeAvailableFlag": false, - "uid": "e00c0ae1-b088-4cec-a13e-d64634b95d2d", + "uid": "606864c7-845d-4783-b1e1-06f354318948", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "positionUid": "2e13c6e9-f8bf-42ef-9dde-bc5749c6012c", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Currencies", - "step": 0.00001 + "step": 0.0025 }, - "HKDRUB_TOM": { - "figi": "BBG0013HSW87", - "ticker": "HKDRUB_TOM", + "USD000UTSTOM": { + "figi": "BBG0013HGFT4", + "ticker": "USD000UTSTOM", "classCode": "CETS", "isin": "", "lot": 1000, @@ -347,58 +275,22 @@ }, "dlong": { "units": "0", - "nano": 991900000 + "nano": 499000000 }, "dshort": { - "units": "2", - "nano": 648100000 + "units": "0", + "nano": 499000000 }, "dlongMin": { "units": "0", - "nano": 910000000 + "nano": 292200000 }, "dshortMin": { "units": "0", - "nano": 910000000 - }, - "shortEnabledFlag": false, - "name": "Гонконгский доллар", - "exchange": "FX", - "nominal": { - "currency": "hkd", - "units": "1", - "nano": 0 - }, - "countryOfRisk": "", - "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "isoCurrencyName": "hkd", - "minPriceIncrement": { - "units": "0", - "nano": 100000 + "nano": 224300000 }, - "apiTradeAvailableFlag": true, - "uid": "c1bcc46b-32c1-47dc-93b4-1db269c103a4", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "de34b358-b063-4558-88ab-b573dff8841f", - "forIisFlag": true, - "first1minCandleDate": "2018-03-14T21:45:00Z", - "first1dayCandleDate": "1993-07-09T00:00:00Z", - "type": "Currencies", - "step": 0.0001 - }, - "USDCNY_TOM": { - "figi": "BBG0013HQ016", - "ticker": "USDCNY_TOM", - "classCode": "CETS", - "isin": "", - "lot": 1000, - "currency": "cny", - "shortEnabledFlag": false, - "name": "Юань - Доллар США", + "shortEnabledFlag": true, + "name": "\u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410", "exchange": "FX", "nominal": { "currency": "usd", @@ -407,24 +299,24 @@ }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "isoCurrencyName": "usd", "minPriceIncrement": { "units": "0", - "nano": 10000 + "nano": 2500000 }, - "apiTradeAvailableFlag": false, - "uid": "3f856b85-50a9-4b72-93ba-3c22e6e590a2", + "apiTradeAvailableFlag": true, + "uid": "a22a1263-8e1b-4546-a1aa-416463f104d3", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2018-12-03T09:37:00Z", - "first1dayCandleDate": "2018-12-03T07:00:00Z", + "first1minCandleDate": "2018-03-07T16:16:00Z", + "first1dayCandleDate": "2000-05-16T00:00:00Z", "type": "Currencies", - "step": 0.00001 + "step": 0.0025 }, "CNYRUB_TOM": { "figi": "BBG0013HRTL0", @@ -458,7 +350,7 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "Юань", + "name": "\u042e\u0430\u043d\u044c", "exchange": "FX", "nominal": { "currency": "cny", @@ -467,14 +359,14 @@ }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "isoCurrencyName": "cny", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, "uid": "4587ab1d-a9c9-4910-a0d6-86c7b9c42510", @@ -484,79 +376,45 @@ "first1minCandleDate": "2018-03-07T19:28:00Z", "first1dayCandleDate": "1993-07-09T00:00:00Z", "type": "Currencies", - "step": 0.0001 + "step": 0.001 }, - "RUB000UTSTOM": { - "figi": "RUB000UTSTOM", - "ticker": "RUB000UTSTOM", + "BYNRUB_TOM": { + "figi": "BBG00D87WQY7", + "ticker": "BYNRUB_TOM", "classCode": "CETS", "isin": "", - "lot": 1, + "lot": 1000, "currency": "rub", "shortEnabledFlag": false, - "name": "Российский рубль", + "name": "\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u043a\u0438\u0439 \u0440\u0443\u0431\u043b\u044c", "exchange": "FX", "nominal": { - "currency": "rub", + "currency": "byn", "units": "1", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "isoCurrencyName": "rub", - "minPriceIncrement": { - "units": "0", - "nano": 2500000 - }, - "apiTradeAvailableFlag": false, - "uid": "a92e2e25-a698-45cc-a781-167cf465257c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "33e24a92-aab0-409c-88b8-f2d57415b920", - "forIisFlag": true, - "type": "Currencies", - "step": 0.0025 - }, - "UZSRUB_TOM": { - "figi": "BBG0013HQ310", - "ticker": "UZSRUB_TOM", - "classCode": "CETS", - "isin": "", - "lot": 1000000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Узбекский сум", - "exchange": "FX", - "nominal": { - "currency": "uzs", - "units": "10000", - "nano": 0 - }, - "countryOfRisk": "", - "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "uzs", + "isoCurrencyName": "byn", "minPriceIncrement": { "units": "0", "nano": 2500000 }, - "apiTradeAvailableFlag": false, - "uid": "606864c7-845d-4783-b1e1-06f354318948", + "apiTradeAvailableFlag": true, + "uid": "ed136b6b-5629-41fd-8bcf-5c2d9e448760", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2e13c6e9-f8bf-42ef-9dde-bc5749c6012c", + "positionUid": "558a8c0b-9d68-4da5-a375-9be773ea32b0", "forIisFlag": true, "type": "Currencies", "step": 0.0025 }, - "USD000UTSTOM": { - "figi": "BBG0013HGFT4", - "ticker": "USD000UTSTOM", + "EUR_RUB__TOM": { + "figi": "BBG0013HJJ31", + "ticker": "EUR_RUB__TOM", "classCode": "CETS", "isin": "", "lot": 1000, @@ -571,91 +429,55 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 990000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 102500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 900000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 450000000 }, - "shortEnabledFlag": true, - "name": "Доллар США", + "shortEnabledFlag": false, + "name": "\u0415\u0432\u0440\u043e", "exchange": "FX", "nominal": { - "currency": "usd", + "currency": "eur", "units": "1", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "usd", + "isoCurrencyName": "eur", "minPriceIncrement": { "units": "0", "nano": 2500000 }, "apiTradeAvailableFlag": true, - "uid": "a22a1263-8e1b-4546-a1aa-416463f104d3", + "uid": "b1c06e5e-f5d4-4ff5-8cb3-dcacccd933da", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "positionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T16:16:00Z", + "first1minCandleDate": "2018-03-07T18:32:00Z", "first1dayCandleDate": "2000-05-16T00:00:00Z", "type": "Currencies", "step": 0.0025 }, - "ZARRUB_TOM": { - "figi": "BBG0013HLF18", - "ticker": "ZARRUB_TOM", - "classCode": "CETS", - "isin": "", - "lot": 10000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Южноафриканский рэнд", - "exchange": "FX", - "nominal": { - "currency": "zar", - "units": "10", - "nano": 0 - }, - "countryOfRisk": "", - "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "isoCurrencyName": "zar", - "minPriceIncrement": { - "units": "0", - "nano": 2500000 - }, - "apiTradeAvailableFlag": false, - "uid": "f4683f46-ec40-45af-993b-fe9184ab18c8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "874b7073-b4a6-4b49-9a3e-cacc44920098", - "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Currencies", - "step": 0.0025 - }, - "JPYRUB_TOM": { - "figi": "BBG0013HQ524", - "ticker": "JPYRUB_TOM", + "GBPRUB_TOM": { + "figi": "BBG0013HQ5F0", + "ticker": "GBPRUB_TOM", "classCode": "CETS", "isin": "", - "lot": 100000, + "lot": 1000, "currency": "rub", "klong": { "units": "2", @@ -682,37 +504,37 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "Иена", + "name": "\u0424\u0443\u043d\u0442 \u0441\u0442\u0435\u0440\u043b\u0438\u043d\u0433\u043e\u0432", "exchange": "FX", "nominal": { - "currency": "jpy", - "units": "100", + "currency": "gbp", + "units": "1", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "jpy", + "isoCurrencyName": "gbp", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 2500000 }, "apiTradeAvailableFlag": true, - "uid": "163ce2bf-37a1-42e0-b613-0e50a15f8933", + "uid": "dfcccc14-b90d-476f-82e3-ce55c8093afc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7210f95c-4b6d-4387-b961-7a0862d5ece5", + "positionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", "forIisFlag": true, - "first1minCandleDate": "2019-04-22T08:44:00Z", - "first1dayCandleDate": "1993-07-09T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:48:00Z", + "first1dayCandleDate": "1995-01-02T00:00:00Z", "type": "Currencies", - "step": 0.0001 + "step": 0.0025 }, - "CHFRUB_TOM": { - "figi": "BBG0013HQ5K4", - "ticker": "CHFRUB_TOM", + "HKDRUB_TOM": { + "figi": "BBG0013HSW87", + "ticker": "HKDRUB_TOM", "classCode": "CETS", "isin": "", "lot": 1000, @@ -726,53 +548,89 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 990000000 }, "dshort": { "units": "1", - "nano": 0 + "nano": 102500000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 900000000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 450000000 }, "shortEnabledFlag": false, - "name": "Швейцарский франк", + "name": "\u0413\u043e\u043d\u043a\u043e\u043d\u0433\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FX", "nominal": { - "currency": "chf", + "currency": "hkd", "units": "1", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "chf", + "isoCurrencyName": "hkd", "minPriceIncrement": { "units": "0", - "nano": 2500000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "b8ef7e05-97ef-4b78-aac3-cd16ee320168", + "uid": "c1bcc46b-32c1-47dc-93b4-1db269c103a4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "282725e9-69f5-4bc9-a300-f02ccedbafb2", + "positionUid": "de34b358-b063-4558-88ab-b573dff8841f", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T00:16:00Z", - "first1dayCandleDate": "2000-01-03T00:00:00Z", + "first1minCandleDate": "2018-03-14T21:45:00Z", + "first1dayCandleDate": "1993-07-09T00:00:00Z", "type": "Currencies", - "step": 0.0025 + "step": 0.0001 }, - "GBPRUB_TOM": { - "figi": "BBG0013HQ5F0", - "ticker": "GBPRUB_TOM", + "GLDRUB_TOM": { + "figi": "BBG000VJ5YR4", + "ticker": "GLDRUB_TOM", + "classCode": "CETS", + "isin": "", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FX_MTL", + "nominal": { + "currency": "xau", + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "isoCurrencyName": "xau", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": false, + "uid": "258e2b93-54e8-4f2d-ba3d-a507c47e3ae2", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cf4fde41-c553-415c-82a6-cd2cdffd5e27", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T21:54:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Currencies", + "step": 0.01 + }, + "TRYRUB_TOM": { + "figi": "BBG0013J12N1", + "ticker": "TRYRUB_TOM", "classCode": "CETS", "isin": "", "lot": 1000, @@ -802,214 +660,226 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "Фунт стерлингов", + "name": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u043b\u0438\u0440\u0430", "exchange": "FX", "nominal": { - "currency": "gbp", + "currency": "try", "units": "1", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "gbp", + "isoCurrencyName": "try", "minPriceIncrement": { "units": "0", - "nano": 2500000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "dfcccc14-b90d-476f-82e3-ce55c8093afc", + "uid": "8cf87094-7c0f-465e-87b6-52e742a32045", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", + "positionUid": "f2214ddc-d326-4480-a7f8-7339d4fbcab6", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:48:00Z", - "first1dayCandleDate": "1995-01-02T00:00:00Z", + "first1minCandleDate": "2018-12-04T09:40:00Z", + "first1dayCandleDate": "1993-07-09T00:00:00Z", "type": "Currencies", - "step": 0.0025 + "step": 0.0001 }, - "GBPUSD_TOM": { - "figi": "BBG0013HFH84", - "ticker": "GBPUSD_TOM", + "ZARRUB_TOM": { + "figi": "BBG0013HLF18", + "ticker": "ZARRUB_TOM", "classCode": "CETS", "isin": "", - "lot": 1000, - "currency": "usd", + "lot": 10000, + "currency": "rub", "shortEnabledFlag": false, - "name": "Фунт стерлингов - Доллар США", + "name": "\u042e\u0436\u043d\u043e\u0430\u0444\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0439 \u0440\u044d\u043d\u0434", "exchange": "FX", "nominal": { - "currency": "gbp", - "units": "1", + "currency": "zar", + "units": "10", "nano": 0 }, "countryOfRisk": "", "countryOfRiskName": "", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "isoCurrencyName": "gbp", + "isoCurrencyName": "zar", "minPriceIncrement": { "units": "0", - "nano": 10000 + "nano": 2500000 }, "apiTradeAvailableFlag": false, - "uid": "ea5a9331-d8de-440c-8f3c-6c149dc6be09", + "uid": "f4683f46-ec40-45af-993b-fe9184ab18c8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", + "positionUid": "874b7073-b4a6-4b49-9a3e-cacc44920098", "forIisFlag": true, - "first1minCandleDate": "2018-12-03T10:13:00Z", - "first1dayCandleDate": "2018-12-03T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Currencies", - "step": 0.00001 - } - }, - "Shares": { - "IDCC": { - "figi": "BBG000HLJ7M4", - "ticker": "IDCC", - "classCode": "SPBXM", - "isin": "US45867G1013", - "lot": 1, - "currency": "usd", + "step": 0.0025 + }, + "SLVRUB_TOM": { + "figi": "BBG000VHQTD1", + "ticker": "SLVRUB_TOM", + "classCode": "CETS", + "isin": "", + "lot": 100, + "currency": "rub", "shortEnabledFlag": false, - "name": "InterDigital", - "exchange": "SPB", - "ipoDate": "1981-11-01T00:00:00Z", - "issueSize": "33842244", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "name": "\u0421\u0435\u0440\u0435\u0431\u0440\u043e", + "exchange": "FX_MTL", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "xag", + "units": "1", + "nano": 0 }, + "countryOfRisk": "", + "countryOfRiskName": "", "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "isoCurrencyName": "xag", "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "6526320a-68d5-4cdd-b519-2a827abb4647", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b6bb157a-0d12-475e-b530-34e463020173", + "apiTradeAvailableFlag": false, + "uid": "d6240afe-4e9c-49b6-8835-629f431c8506", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9a68d2b1-0967-4ec2-808c-fa9071fe654e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", - "type": "Shares", + "first1minCandleDate": "2018-03-12T21:37:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", + "type": "Currencies", "step": 0.01 }, - "RH": { - "figi": "BBG002293PJ4", - "ticker": "RH", - "classCode": "SPBXM", - "isin": "US74967X1037", - "lot": 1, - "currency": "usd", + "AEDRUB_TOM": { + "figi": "BBG0013HJ924", + "ticker": "AEDRUB_TOM", + "classCode": "CETS", + "isin": "", + "lot": 1000, + "currency": "rub", "shortEnabledFlag": false, - "name": "RH", - "exchange": "SPB", - "ipoDate": "2012-11-02T00:00:00Z", - "issueSize": "21152191", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "180000000", + "name": "\u0414\u0438\u0440\u0445\u0430\u043c \u041e\u0410\u042d", + "exchange": "FX", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "currency": "aed", + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "countryOfRisk": "", + "countryOfRiskName": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "isoCurrencyName": "aed", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 2500000 }, - "apiTradeAvailableFlag": true, - "uid": "be1ad2d5-4374-4e4e-9a30-0ecf2be54625", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fdb4c911-2a53-4b8b-a8ee-b96d3e6be3d4", + "apiTradeAvailableFlag": false, + "uid": "97a51505-1472-4ab6-af43-c7edfcba3a55", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "031e77fa-e4c9-4640-b470-bf22a0a63e41", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T11:35:00Z", - "first1dayCandleDate": "2012-11-02T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SGEN": { - "figi": "BBG000BH0FR6", - "ticker": "SGEN", + "type": "Currencies", + "step": 0.0025 + } + }, + "Shares": { + "PKI": { + "figi": "BBG000FXW512", + "ticker": "PKI", "classCode": "SPBXM", - "isin": "US81181C1045", + "isin": "US7140461093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Seagen Inc.", + "name": "PerkinElmer", "exchange": "SPB", - "ipoDate": "2001-03-06T00:00:00Z", - "issueSize": "10000000", + "ipoDate": "1997-12-18T00:00:00Z", + "issueSize": "110800020", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bae1b86d-cdc3-47a6-9140-18eb569275c4", + "uid": "23d0821d-b3af-4d72-898d-dc7e16e75431", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc623935-ebff-4e73-8862-948e8050735e", + "positionUid": "8fa9cb27-c60f-4626-83c2-0740b0ba6741", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:29:00Z", - "first1dayCandleDate": "2001-03-07T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NAVI": { - "figi": "BBG004MN1R41", - "ticker": "NAVI", + "APA": { + "figi": "BBG00YTS96G2", + "ticker": "APA", "classCode": "SPBXM", - "isin": "US63938C1080", + "isin": "US03743Q1085", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Navient", - "exchange": "SPB", - "issueSize": "263012203", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 613100000 + }, + "dshort": { + "units": "0", + "nano": 898900000 + }, + "dlongMin": { + "units": "0", + "nano": 378000000 + }, + "dshortMin": { + "units": "0", + "nano": 378000000 + }, + "shortEnabledFlag": true, + "name": "APA Corporation", + "exchange": "SPB_MORNING", + "issueSize": "378021539", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "860000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 625000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -1022,178 +892,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3dfe3e8b-da84-4cb4-825a-a80b7f3553e1", + "uid": "62582a1d-dd77-49bd-a987-492209b98593", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "49e3f857-1f60-45ce-ad8f-d405f4029476", + "positionUid": "5ec3a0de-80b4-4572-ba48-0a18c9f371fd", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2014-04-17T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:21:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WGO": { - "figi": "BBG000BWS3F3", - "ticker": "WGO", + "CNX": { + "figi": "BBG000CKVSG8", + "ticker": "CNX", "classCode": "SPBXM", - "isin": "US9746371007", + "isin": "US12653C1080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Winnebago Industries Inc", - "exchange": "SPB", - "issueSize": "31659393", + "name": "CNX Resources Corporation", + "exchange": "SPB_MORNING", + "issueSize": "230103982", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2cc17414-637c-485a-a187-0371d7d9c06a", + "uid": "82f8d11f-0307-45c3-bb94-8758a2f673a3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e995a5a1-15dc-4522-95ec-bccbee986ed1", + "positionUid": "c1b51153-a88f-4843-9a48-248e707b13ff", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:06:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MDMG": { - "figi": "BBG00Y3XYV94", - "ticker": "MDMG", - "classCode": "TQBR", - "isin": "US55279C2008", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 365900000 - }, - "dshort": { - "units": "0", - "nano": 552500000 - }, - "dlongMin": { - "units": "0", - "nano": 203700000 - }, - "dshortMin": { - "units": "0", - "nano": 246000000 - }, - "shortEnabledFlag": true, - "name": "Мать и дитя", - "exchange": "MOEX", - "issueSize": "75130000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { - "units": "0", - "nano": 100000000 - }, - "apiTradeAvailableFlag": true, - "uid": "28e4783c-2fe3-47cd-932a-a4af753a7a70", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "81c9bd82-12c7-455a-a9d4-24f95271dbc0", - "forIisFlag": true, - "type": "Shares", - "step": 0.1 - }, - "TWST": { - "figi": "BBG006KDCHJ4", - "ticker": "TWST", + "SLM": { + "figi": "BBG000BBCQD7", + "ticker": "SLM", "classCode": "SPBXM", - "isin": "US90184D1000", + "isin": "US78442P1066", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Twist Bioscience", + "name": "SLM Corp", "exchange": "SPB", - "issueSize": "44662970", + "issueSize": "305807223", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 200000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "185022d1-ecb3-48bb-a5c2-0bea8905a699", + "uid": "f8e85601-10e3-4af6-a44b-b7d2ca3f7f62", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd0682f9-5a01-4053-8194-69df6d202166", + "positionUid": "24516a50-1ed7-4bb1-bfc7-2b192af81e33", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T13:02:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RHI": { - "figi": "BBG000BS5DR2", - "ticker": "RHI", + "SWX": { + "figi": "BBG00FWP4JW4", + "ticker": "SWX", "classCode": "SPBXM", - "isin": "US7703231032", + "isin": "US8448951025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Robert Half", + "name": "Southwest Gas Holdings", "exchange": "SPB", - "issueSize": "124261548", + "issueSize": "55129976", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "260000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -1204,37 +1012,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "32e9cb9e-0d56-40a1-8a5e-94fbb9339a81", + "uid": "fee48b9a-9fcd-4360-9922-ae5ac9bd68d1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3edbcfc9-d29f-434a-ae4d-671c916f3497", + "positionUid": "f5ff263a-0b18-41fd-a4a0-4885a2473034", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:31:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UNVR": { - "figi": "BBG000BDHD29", - "ticker": "UNVR", + "ACLS": { + "figi": "BBG000DW34S2", + "ticker": "ACLS", "classCode": "SPBXM", - "isin": "US91336L1070", + "isin": "US0545402085", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Univar Solutions Inc", + "name": "Axcelis Technologies", "exchange": "SPB", - "ipoDate": "2013-10-30T00:00:00Z", - "issueSize": "168616579", + "issueSize": "33599897", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -1245,22 +1052,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5cb04ee7-97b5-4c28-b45b-90ec19f948cb", + "uid": "98da7119-dc33-4567-ae41-1944f6f49334", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7f8b2919-42bd-4f81-b263-1c823a6ae97f", + "positionUid": "12538e47-de55-42f0-a7cd-ec5aa3ab3509", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:20:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:47:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FIXP": { - "figi": "BBG00ZHCX1X2", - "ticker": "FIXP", - "classCode": "TQBR", - "isin": "US33835G2057", + "LPL": { + "figi": "BBG000FJ0RK9", + "ticker": "LPL", + "classCode": "SPBXM", + "isin": "US50186V1026", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -1271,73 +1078,74 @@ }, "dlong": { "units": "0", - "nano": 910000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 890000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 700000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 700000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Fix Price Group", - "exchange": "MOEX", - "issueSize": "850000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "shortEnabledFlag": true, + "name": "LG Display", + "exchange": "SPB", + "ipoDate": "2004-07-22T00:00:00Z", + "issueSize": "715631400", + "countryOfRisk": "KR", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0440\u0435\u044f", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_GDR", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba64a3c7-dd1d-4f19-8758-94aac17d971b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b63fefd6-dd71-4490-a1bd-5d84fa51898f", + "uid": "899e9f29-37fb-498d-b95a-4675903476af", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6393427d-baaa-4a79-b09c-3058af8e104c", "forIisFlag": true, - "first1minCandleDate": "2021-03-10T08:30:00Z", - "first1dayCandleDate": "2021-03-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T09:59:00Z", + "first1dayCandleDate": "2004-07-22T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.01 }, - "UI": { - "figi": "BBG001R72SR9", - "ticker": "UI", + "CAG": { + "figi": "BBG000BDXGP9", + "ticker": "CAG", "classCode": "SPBXM", - "isin": "US90353W1036", + "isin": "US2058871029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ubiquiti Inc", - "exchange": "SPB", - "ipoDate": "2011-10-14T00:00:00Z", - "issueSize": "82130312", + "name": "Conagra Brands", + "exchange": "SPB_MORNING", + "ipoDate": "1973-01-09T00:00:00Z", + "issueSize": "479689781", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -1350,22 +1158,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "553fc455-e9ae-4b4c-b43b-24e85e94b075", + "uid": "233111aa-3fd4-4158-8ec5-992d14433577", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c94cb4dd-4649-469d-8be3-a7ea21c5e68c", + "positionUid": "fb4379b0-e12a-4943-8032-661d7da84abe", "forIisFlag": true, - "first1minCandleDate": "2019-08-22T13:31:00Z", - "first1dayCandleDate": "2019-08-22T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CERN": { - "figi": "BBG000BFDLV8", - "ticker": "CERN", - "classCode": "SPBXM", - "isin": "US1567821046", - "lot": 1, - "currency": "usd", + "DSKY": { + "figi": "BBG000BN56Q9", + "ticker": "DSKY", + "classCode": "TQBR", + "isin": "RU000A0JSQ90", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -1376,35 +1184,35 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 240300000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 405100000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 128400000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 185400000 }, - "shortEnabledFlag": false, - "name": "Cerner", - "exchange": "SPB", - "ipoDate": "1986-12-01T00:00:00Z", - "issueSize": "343371936", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "shortEnabledFlag": true, + "name": "\u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u041c\u0438\u0440", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2014-02-11T00:00:00Z", + "issueSize": "739000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "739000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 400000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -1412,37 +1220,37 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "55e06d4e-63a3-4a56-8d89-1c36564ffb92", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "95146a85-5962-4851-af44-7c008c12e672", + "uid": "6e061639-6198-4448-9568-1eadb1b0e127", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:43:00Z", + "first1dayCandleDate": "2017-02-10T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "SHLS": { - "figi": "BBG00YQ82275", - "ticker": "SHLS", + "WW": { + "figi": "BBG000DY6735", + "ticker": "WW", "classCode": "SPBXM", - "isin": "US82489W1071", + "isin": "US98262P1012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Shoals Technologies Group, Inc.", - "exchange": "SPB", - "issueSize": "90977751", + "name": "WW International, Inc.", + "exchange": "SPB_MORNING", + "issueSize": "68093574", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -1455,118 +1263,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10f0c1f2-2433-48b4-a64f-33e33356a096", + "uid": "9a88a875-7dde-431a-ad1d-dc8ba3cf8a39", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "befa3748-6cb1-4d0b-a11c-2cc7a1254c39", + "positionUid": "49f78ecd-44d3-4cc1-84e5-bbf8fcff75c1", "forIisFlag": true, - "first1minCandleDate": "2021-06-18T13:25:00Z", - "first1dayCandleDate": "2021-06-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TMX": { - "figi": "BBG002WMH2F2", - "ticker": "TMX", + "MLKN": { + "figi": "BBG000BP46T2", + "ticker": "MLKN", "classCode": "SPBXM", - "isin": "US88087E1001", + "isin": "US6005441000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Terminix Global Holdings", + "name": "MillerKnoll", "exchange": "SPB", - "ipoDate": "2014-06-26T00:00:00Z", - "issueSize": "131981085", + "issueSize": "58812564", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "2000000000", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 200000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e752111d-521f-4e41-85df-50358e62db3d", + "uid": "3c901a56-5c9b-4257-9f09-fd038fb1d559", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "651bd1ea-3fbf-4d74-8948-00cc6437cfc7", + "positionUid": "fc85616d-db48-46cb-8101-012dbb39476c", "forIisFlag": true, - "first1minCandleDate": "2020-10-08T13:30:00Z", - "first1dayCandleDate": "2020-10-08T07:00:00Z", + "first1minCandleDate": "2021-11-04T12:58:00Z", + "first1dayCandleDate": "2021-11-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DDD": { - "figi": "BBG000D42FJ0", - "ticker": "DDD", - "classCode": "SPBXM", - "isin": "US88554D2053", + "BAS@DE": { + "figi": "BBG000BBVVK7", + "ticker": "BAS@DE", + "classCode": "SPBDE", + "isin": "DE000BASF111", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "3D Systems Corp", - "exchange": "SPB", - "issueSize": "102780833", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "name": "BASF SE", + "exchange": "SPB_DE", + "issueSize": "918500000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "materials", "issueSizePlan": "0", "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "currency": "eur", "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "88d1fe1c-0409-4d26-a5dc-bc4b292d6c55", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4ee9740d-8a01-4fe2-b19d-479f349f7b4b", - "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:31:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "KMT": { - "figi": "BBG000BMWKC5", - "ticker": "KMT", - "classCode": "SPBXM", - "isin": "US4891701009", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Kennametal Inc", - "exchange": "SPB", - "ipoDate": "1967-01-23T00:00:00Z", - "issueSize": "82390406", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "120000000", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 250000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -1577,20 +1343,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "44a2d008-0c00-4300-a026-1cea16ba571b", + "uid": "dab9a0ea-6f82-48c6-bf62-2d33b2035501", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "36654a6b-bf49-4603-993b-9da6dc6ed2f3", + "positionUid": "d165baa4-f44b-4cf1-ba75-ef43f9f8bcd0", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:37:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2021-03-01T08:09:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OKE": { - "figi": "BBG000BQHGR6", - "ticker": "OKE", + "MDT": { + "figi": "BBG000BNWG87", + "ticker": "MDT", "classCode": "SPBXM", - "isin": "US6826801036", + "isin": "IE00BTN1Y115", "lot": 1, "currency": "usd", "klong": { @@ -1618,20 +1384,20 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "ONEOK", + "name": "Medtronic", "exchange": "SPB", - "ipoDate": "1954-05-24T00:00:00Z", - "issueSize": "445660920", + "ipoDate": "1959-12-17T00:00:00Z", + "issueSize": "1394731892", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -1642,61 +1408,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b29d8edd-7596-4382-9015-9c87c9e8fbd2", + "uid": "2de14a4a-d4f9-4e0a-9039-625e3ab128b4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7537e3d-1052-4ec1-81ae-29363a773fe5", + "positionUid": "39b9f804-d6c1-4812-b644-57095495dfc4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:19:00Z", + "first1minCandleDate": "2018-01-23T14:06:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MCD": { - "figi": "BBG000BNSZP1", - "ticker": "MCD", + "AJG": { + "figi": "BBG000BBHXQ3", + "ticker": "AJG", "classCode": "SPBXM", - "isin": "US5801351017", + "isin": "US3635761097", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "McDonald’s", + "shortEnabledFlag": false, + "name": "Arthur J. Gallagher & Co", "exchange": "SPB", - "ipoDate": "1965-04-21T00:00:00Z", - "issueSize": "746798875", + "ipoDate": "1984-06-01T00:00:00Z", + "issueSize": "184060000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "3500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -1707,141 +1449,142 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c768e9db-dcaf-4524-a6b8-a246dc85987d", + "uid": "cb9f9c90-81b0-43fc-951f-9983de0c47b5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1586bf1f-692e-4d0c-a381-85231ef832f0", + "positionUid": "43ebd34f-ed82-4923-830a-de1d339cde7d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:02:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BBSI": { - "figi": "BBG000BHJSC4", - "ticker": "BBSI", + "RIO": { + "figi": "BBG000FD28T3", + "ticker": "RIO", "classCode": "SPBXM", - "isin": "US0684631080", + "isin": "US7672041008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Barrett Business Services Inc", + "name": "Rio Tinto", "exchange": "SPB", - "ipoDate": "1993-06-11T00:00:00Z", - "issueSize": "7407504", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "20500000", + "issueSize": "1247781564", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c63e693f-5f39-4098-bb36-0adda77b990b", + "uid": "34da26e7-f5b0-480d-aa76-d038bebb5cd7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "58e5a01f-1855-4868-86ed-ad7743b94724", + "positionUid": "1dcd87eb-f891-40fe-b1ea-736ab50df551", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1993-06-11T00:00:00Z", + "first1minCandleDate": "2022-07-26T12:00:00Z", + "first1dayCandleDate": "2022-07-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "1928": { - "figi": "BBG000PSNMN1", - "ticker": "1928", - "classCode": "SPBHKEX", - "isin": "KYG7800X1079", - "lot": 100, - "currency": "hkd", + "JOBS": { + "figi": "BBG000BJD1D4", + "ticker": "JOBS", + "classCode": "SPBXM", + "isin": "US3168271043", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Sands China", - "exchange": "SPB_HK", - "issueSize": "8074417766", + "name": "51job", + "exchange": "SPB", + "ipoDate": "2004-09-29T00:00:00Z", + "issueSize": "67437209", "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "real_estate", - "issueSizePlan": "16000000000", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49e75489-58a8-4451-a433-eb7281c62c05", + "uid": "e3b67ea6-8f62-47cb-bdd0-16f01749486e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e3970c9b-0720-4f20-aa95-0c995831ff6f", + "positionUid": "eb57f60b-d1f3-43bf-bbe6-3a8b9d6825c0", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:27:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2018-08-10T13:30:00Z", + "first1dayCandleDate": "2004-09-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MGPI": { - "figi": "BBG000BXK6C5", - "ticker": "MGPI", + "GWRE": { + "figi": "BBG001C7PM75", + "ticker": "GWRE", "classCode": "SPBXM", - "isin": "US55303J1060", + "isin": "US40171V1008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MGP Ingredients", + "name": "Guidewire Software Inc", "exchange": "SPB", - "issueSize": "17027063", + "ipoDate": "2012-01-25T00:00:00Z", + "issueSize": "80608319", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60adda90-990a-4783-a6dd-c40416bbcf25", + "uid": "84593bea-c463-4c4c-bce1-c205af710844", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38762699-dbcd-4e06-b4c9-979028bce52b", + "positionUid": "e0e93b1a-d371-46dc-ad7b-480221635aaf", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:39:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:31:00Z", + "first1dayCandleDate": "2012-01-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JD": { - "figi": "BBG005YHY0Q7", - "ticker": "JD", + "MAR": { + "figi": "BBG000BGD7W6", + "ticker": "MAR", "classCode": "SPBXM", - "isin": "US47215P1066", + "isin": "US5719032022", "lot": 1, "currency": "usd", "klong": { @@ -1869,45 +1612,46 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "JD.com", - "exchange": "SPB_WEEKEND", - "issueSize": "1336859834", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "name": "Marriott International", + "exchange": "SPB_MORNING", + "ipoDate": "1998-03-28T00:00:00Z", + "issueSize": "352902263", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "352902263", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ec52b618-23ee-4d6d-995a-0b1dc1b608c4", + "uid": "a92c574c-2a9b-4a6c-a4a5-dec9e629f3c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "35f8ae50-fdfc-4013-b026-1de7944cd43f", + "positionUid": "0f372a2d-719d-43d2-ba97-d19210750344", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:17:00Z", - "first1dayCandleDate": "2014-05-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1998-03-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TCRR": { - "figi": "BBG00FH3FM15", - "ticker": "TCRR", - "classCode": "SPBXM", - "isin": "US87808K1060", + "ENPG": { + "figi": "BBG000RMWQD4", + "ticker": "ENPG", + "classCode": "TQBR", + "isin": "RU000A100K72", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -1918,33 +1662,33 @@ }, "dlong": { "units": "0", - "nano": 883000000 + "nano": 287600000 }, "dshort": { - "units": "1", - "nano": 749000000 + "units": "0", + "nano": 488600000 }, "dlongMin": { "units": "0", - "nano": 658000000 + "nano": 156000000 }, "dshortMin": { "units": "0", - "nano": 658000000 + "nano": 220100000 }, "shortEnabledFlag": false, - "name": "TCR2 Therapeutics Inc", - "exchange": "SPB", - "ipoDate": "2019-02-14T00:00:00Z", - "issueSize": "23940025", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "name": "En+ Group", + "exchange": "MOEX", + "ipoDate": "2019-06-24T00:00:00Z", + "issueSize": "638848896", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "638848896", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 70000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -1954,242 +1698,183 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "aa2647ba-25fb-4d8a-a9d1-7d925d966436", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d61e5cf1-849d-4670-ba08-d472b3efb8d4", + "uid": "e2bd2eba-75de-4127-b39c-2f2dbe3866c3", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "62dae90c-238b-433d-ae4e-47c72b324bc7", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:55:00Z", - "first1dayCandleDate": "2019-02-14T00:00:00Z", + "first1minCandleDate": "2020-02-20T07:34:00Z", + "first1dayCandleDate": "2020-02-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "WTTR": { - "figi": "BBG00G4Y2DC1", - "ticker": "WTTR", + "PAYC": { + "figi": "BBG0064N0ZZ5", + "ticker": "PAYC", "classCode": "SPBXM", - "isin": "US81617J3014", + "isin": "US70432V1026", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Select Energy Services Inc", - "exchange": "SPB", - "ipoDate": "2017-04-21T00:00:00Z", - "issueSize": "79979465", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "350000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "b6890ed8-c6a1-40b5-9c23-7ff77f95bcf5", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f083829e-a3bc-4436-8fac-25bb0717352e", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:34:00Z", - "first1dayCandleDate": "2017-04-21T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ZNH": { - "figi": "BBG000BXQ7R1", - "ticker": "ZNH", - "classCode": "SPBXM", - "isin": "US1694091091", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "China Southern Airlines", - "exchange": "SPB", - "ipoDate": "1997-07-25T00:00:00Z", - "issueSize": "85502897", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "50", - "nano": 0 + "dlongMin": { + "units": "0", + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "a1b240ff-7f58-49a4-8f72-74d316a703c7", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "92bf30dc-d226-4820-a409-dd87eeb0e3ba", - "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:41:00Z", - "first1dayCandleDate": "1997-07-30T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ALGT": { - "figi": "BBG000LJS6B8", - "ticker": "ALGT", - "classCode": "SPBXM", - "isin": "US01748X1028", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Allegiant Travel Co", + "name": "Paycom Software Inc", "exchange": "SPB", - "ipoDate": "2006-12-08T00:00:00Z", - "issueSize": "16281038", + "issueSize": "59182715", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5e6279e5-42f1-4cc5-b830-5f8844a915e2", + "uid": "f9259587-5304-42ee-9ec6-c4abfeece909", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0c3eb60f-b261-400b-811d-58f631a028e8", + "positionUid": "7a6e0e4b-7303-402a-bd38-2529c7e5f005", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2006-12-08T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "2014-04-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IR": { - "figi": "BBG002R1CW27", - "ticker": "IR", + "TTCF": { + "figi": "BBG00LN7Q496", + "ticker": "TTCF", "classCode": "SPBXM", - "isin": "US45687V1061", + "isin": "US87663X1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ingersoll-Rand", + "name": "Tattooed Chef, Inc.", "exchange": "SPB", - "issueSize": "11000000", + "issueSize": "65118913", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "157956b0-b67b-4706-8d90-ce2c219c08d8", + "uid": "48223e05-7c03-4ff3-8dac-aa908589a03b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9840a36b-3028-4dff-9e35-f7f197e7a354", + "positionUid": "9524847f-fd2b-4296-b96f-3fd3118ff66c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:04:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:39:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WHR": { - "figi": "BBG000BWSV34", - "ticker": "WHR", + "NCNO": { + "figi": "BBG014GJ8XH2", + "ticker": "NCNO", "classCode": "SPBXM", - "isin": "US9633201069", + "isin": "US63947X1019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Whirlpool", + "name": "nCino", "exchange": "SPB", - "issueSize": "75108173", + "issueSize": "75651808", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9db5ea3a-753f-4e7d-9a0e-ed01d8cc8481", + "uid": "cd960c45-ed30-4236-8b2b-f42cf31e17ed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9b1bc945-ed00-41c0-949b-5d844fb7aec7", + "positionUid": "884c92b7-88f3-4348-876b-ee6594fcc365", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:32:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-11-10T13:57:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WMS": { - "figi": "BBG000G7CDN9", - "ticker": "WMS", + "CHCO": { + "figi": "BBG000BFJFX3", + "ticker": "CHCO", "classCode": "SPBXM", - "isin": "US00790R1041", + "isin": "US1778351056", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Advanced Drainage Systems", + "name": "City Holding Company", "exchange": "SPB", - "issueSize": "70561388", + "issueSize": "16148796", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -2200,101 +1885,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eed26d83-15a2-40a2-8d30-3d38672573e1", + "uid": "0a256a49-cfcc-49f9-94f1-fcb691366a47", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "acf7aa6a-db26-4bdf-85d9-b322c10725fd", + "positionUid": "cb90b454-b611-4f21-b7b4-518aaf1a48f4", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:47:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WH": { - "figi": "BBG00HCY3Q67", - "ticker": "WH", + "DNLI": { + "figi": "BBG008P7F869", + "ticker": "DNLI", "classCode": "SPBXM", - "isin": "US98311A1051", + "isin": "US24823R1059", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Wyndham Hotels & Resorts", + "name": "Denali Therapeutics Inc", "exchange": "SPB", - "issueSize": "99501593", + "issueSize": "96031223", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "db3de0b8-072e-4bdf-bd0a-3ddcae4c4714", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4f7797d9-3cef-4e8b-b6b5-1ac3688c5773", - "forIisFlag": true, - "first1minCandleDate": "2018-06-07T13:28:00Z", - "first1dayCandleDate": "2018-05-18T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PUM@DE": { - "figi": "BBG000BLMTR3", - "ticker": "PUM@DE", - "classCode": "SPBDE", - "isin": "DE0006969603", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "PUMA SE", - "exchange": "SPB_DE", - "issueSize": "15082464", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf7062e5-4ae8-4427-b158-acbf360f4406", + "uid": "ca4bc3e7-8c3c-45e2-9a39-2bc4f48fd69c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a4e08523-5aa0-4232-86ae-f78e944a9673", + "positionUid": "b849b125-7fb4-4e41-b613-f9eee62314ee", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T10:13:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:28:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MOEX": { - "figi": "BBG004730JJ5", - "ticker": "MOEX", + "POLY": { + "figi": "BBG004PYF2N3", + "ticker": "POLY", "classCode": "TQBR", - "isin": "RU000A0JR4A1", - "lot": 10, + "isin": "JE00B6T5S470", + "lot": 1, "currency": "rub", "klong": { "units": "2", @@ -2306,35 +1951,35 @@ }, "dlong": { "units": "0", - "nano": 218700000 + "nano": 445300000 }, "dshort": { "units": "0", - "nano": 303800000 + "nano": 890400000 }, "dlongMin": { "units": "0", - "nano": 116100000 + "nano": 255200000 }, "dshortMin": { "units": "0", - "nano": 141800000 + "nano": 374900000 }, "shortEnabledFlag": true, - "name": "Московская Биржа", - "exchange": "MOEX", - "ipoDate": "2011-09-16T00:00:00Z", - "issueSize": "2276401458", + "name": "Polymetal", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2011-10-28T00:00:00Z", + "issueSize": "473626239", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "1659840000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1", + "currency": "gbp", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -2342,23 +1987,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "5e1c2634-afc4-4e50-ad6d-f78fc14a539a", + "uid": "127361c2-32ec-448c-b3ec-602166f537ea", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", + "positionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2013-02-15T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2013-06-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "MET": { - "figi": "BBG000BB6KF5", - "ticker": "MET", + "MTD": { + "figi": "BBG000BZCKH3", + "ticker": "MTD", "classCode": "SPBXM", - "isin": "US59156R1086", + "isin": "US5926881054", "lot": 1, "currency": "usd", "klong": { @@ -2385,62 +2030,61 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "MetLife", + "shortEnabledFlag": false, + "name": "Mettler Toledo", "exchange": "SPB", - "ipoDate": "2000-04-04T00:00:00Z", - "issueSize": "856897461", + "ipoDate": "1997-11-14T00:00:00Z", + "issueSize": "26235560", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e65381d-d931-4231-ac20-e6120dc152b9", + "uid": "d24259f0-f199-4b2b-86ff-829f7c21051b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32760bc2-5087-493a-a083-2ac22a5a4d1a", + "positionUid": "5f8e212f-4e91-4153-8ccb-4f50d63d9b44", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-04-05T00:00:00Z", + "first1dayCandleDate": "1997-11-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AGIO": { - "figi": "BBG000QY4ZD0", - "ticker": "AGIO", + "THS": { + "figi": "BBG000GQGJT4", + "ticker": "THS", "classCode": "SPBXM", - "isin": "US00847X1046", + "isin": "US89469A1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Agios Pharmaceuticals Inc", + "name": "TreeHouse Foods Inc", "exchange": "SPB", - "ipoDate": "2011-07-28T00:00:00Z", - "issueSize": "58395419", + "issueSize": "56200736", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -2451,100 +2095,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "431ad5fc-7a24-46d2-a205-22bc9fbd88dc", + "uid": "96ab509e-78a9-4b3d-b7ff-f17190e9d7f3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9154c62c-6b66-483d-a9a0-9746399c7832", + "positionUid": "f1f877ce-ffce-4c01-8250-21dd19cae620", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1minCandleDate": "2019-10-31T13:33:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OMCL": { - "figi": "BBG000BTNGZ4", - "ticker": "OMCL", + "HUBB": { + "figi": "BBG000BLK267", + "ticker": "HUBB", "classCode": "SPBXM", - "isin": "US68213N1090", + "isin": "US4435106079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Omnicell Inc", + "name": "Hubbell", "exchange": "SPB", - "ipoDate": "2001-08-07T00:00:00Z", - "issueSize": "41218603", + "issueSize": "54434310", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "432e3438-bf31-4645-ad9f-32054086a1ae", + "uid": "7644353c-9334-4d08-a44d-e01dd580a65e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9f723168-f84a-4a61-84dd-78e5209476d5", + "positionUid": "08e89c54-20c6-493a-8d46-2f83cf08c251", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2001-08-07T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:32:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PFE": { - "figi": "BBG000BR2B91", - "ticker": "PFE", + "NWSA": { + "figi": "BBG0035LY913", + "ticker": "NWSA", "classCode": "SPBXM", - "isin": "US7170811035", + "isin": "US65249B1098", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Pfizer", + "name": "News Corp (A)", "exchange": "SPB_MORNING", - "ipoDate": "1942-06-22T00:00:00Z", - "issueSize": "5606688356", + "ipoDate": "1996-03-11T00:00:00Z", + "issueSize": "382305541", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 50000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -2557,60 +2176,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83140036-4e5c-4097-8ef3-fa65d036655b", + "uid": "886bee82-c1bb-4d88-9b02-ee9c3fc21371", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f1967abc-75fc-43d4-adbd-d4c213639394", + "positionUid": "765e7290-a138-4afb-a339-4f891a865ab3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:40:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2013-06-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WIRE": { - "figi": "BBG000CQCCK6", - "ticker": "WIRE", + "AVIR": { + "figi": "BBG00TZNCJ75", + "ticker": "AVIR", "classCode": "SPBXM", - "isin": "US2925621052", + "isin": "US04683R1068", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Encore Wire Corporation", + "name": "Atea Pharmaceuticals", "exchange": "SPB", - "issueSize": "20557211", + "issueSize": "10309847", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "80529575", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b6eb47dd-d900-4e8e-b728-704c37ce4f0d", + "uid": "9e6870c2-47dd-4c31-a6c3-9979111d0b45", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8db58c98-31ec-499d-ac40-12256152f0ac", + "positionUid": "f0d6d003-a852-423e-a9cc-e6f2bc945254", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "STX": { - "figi": "BBG0113JGQF0", - "ticker": "STX", + "APH": { + "figi": "BBG000B9YJ35", + "ticker": "APH", "classCode": "SPBXM", - "isin": "IE00BKVD2N49", + "isin": "US0320951017", "lot": 1, "currency": "usd", "klong": { @@ -2627,7 +2246,7 @@ }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -2635,89 +2254,49 @@ }, "dshortMin": { "units": "0", - "nano": 252000000 - }, - "shortEnabledFlag": true, - "name": "Seagate", - "exchange": "SPB", - "issueSize": "227603061", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "it", - "issueSizePlan": "1250000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "b5899916-28a4-4bc2-b3c1-44ef773737bf", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd6f8c48-5f7f-4d4a-af79-2e9aea9d3f1b", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:29:00Z", - "first1dayCandleDate": "2002-12-11T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ALTR": { - "figi": "BBG000PN9NB9", - "ticker": "ALTR", - "classCode": "SPBXM", - "isin": "US0213691035", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Altair Engineering Inc", + "name": "Amphenol", "exchange": "SPB", - "ipoDate": "1996-11-14T00:00:00Z", - "issueSize": "9387512000", + "ipoDate": "1991-11-08T00:00:00Z", + "issueSize": "598185235", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "76000000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "00d4ea14-27dd-46b0-a726-a9b0a7e8c683", + "uid": "34501480-fdd6-4fc7-b3d5-712f77f5896e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "26fbf80d-a308-468a-8f08-89ff6185e8ef", + "positionUid": "ef7988a7-5e12-48d2-8e7d-b253b9c8e67a", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1997-05-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DFS": { - "figi": "BBG000QBR5J5", - "ticker": "DFS", - "classCode": "SPBXM", - "isin": "US2547091080", - "lot": 1, - "currency": "usd", + "NKNCP": { + "figi": "BBG000GQSVC2", + "ticker": "NKNCP", + "classCode": "TQBR", + "isin": "RU0006765096", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -2728,139 +2307,115 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 241700000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 311800000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 129200000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 145300000 }, - "shortEnabledFlag": true, - "name": "Discover Financial Services", - "exchange": "SPB", - "ipoDate": "1993-02-22T00:00:00Z", - "issueSize": "380190745", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2000000000", + "shortEnabledFlag": false, + "name": "\u041d\u0438\u0436\u043d\u0435\u043a\u0430\u043c\u0441\u043a\u043d\u0435\u0444\u0442\u0435\u0445\u0438\u043c - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2003-08-15T00:00:00Z", + "issueSize": "218983750", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "218983750", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "72591784-f8bd-49cf-9831-2ed874faee31", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0210e3fb-9702-43aa-90fe-31ddd6f00df0", + "uid": "bc21fb4f-8838-4355-8697-fb0d8fc809c8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7b7201cb-fe73-49a8-95d6-bd5edf4b849c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:20:00Z", - "first1dayCandleDate": "2007-06-14T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:55:00Z", + "first1dayCandleDate": "2008-04-18T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "TTD": { - "figi": "BBG00629NGT2", - "ticker": "TTD", + "AVT": { + "figi": "BBG000BCPB71", + "ticker": "AVT", "classCode": "SPBXM", - "isin": "US88339J1051", + "isin": "US0538071038", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 540300000 - }, - "dshort": { - "units": "0", - "nano": 747700000 - }, - "dlongMin": { - "units": "0", - "nano": 322000000 - }, - "dshortMin": { - "units": "0", - "nano": 322000000 - }, - "shortEnabledFlag": true, - "name": "Trade Desk Inc/The", + "shortEnabledFlag": false, + "name": "Avnet", "exchange": "SPB", - "issueSize": "32695082", + "issueSize": "99835238", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "add8f614-caf0-411e-9a44-859581115e97", + "uid": "a36e3012-035d-4ae2-be22-341d8a5901e2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a86fbca9-6916-4e7f-9d8a-cab9936cde17", + "positionUid": "713a52a6-1ee9-454a-a0a2-e3ccb77088f1", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:03:00Z", - "first1dayCandleDate": "2016-09-21T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "THG": { - "figi": "BBG000FJH8W0", - "ticker": "THG", + "DPZ": { + "figi": "BBG000P458P3", + "ticker": "DPZ", "classCode": "SPBXM", - "isin": "US4108671052", + "isin": "US25754A2015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hanover Insurance Group", + "name": "Domino's Pizza Inc", "exchange": "SPB", - "issueSize": "38446006", + "issueSize": "48090758", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "170000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -2871,61 +2426,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39f971cf-4bb9-48cb-bc29-bfe39c8f25ac", + "uid": "70a38674-b8f6-456e-a312-85848126a71a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f491a38c-a983-4e12-8fed-8d7d3c2c4dcf", + "positionUid": "90859010-b2f1-48c1-a939-5e5455b26796", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1minCandleDate": "2020-05-18T11:45:00Z", "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FICO": { - "figi": "BBG000DW76Y6", - "ticker": "FICO", + "ZIM": { + "figi": "BBG00YQ7XR05", + "ticker": "ZIM", "classCode": "SPBXM", - "isin": "US3032501047", + "isin": "IL0065100930", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Fair Isaac Corp", + "name": "ZIM Integrated Shipping Services", + "exchange": "SPB_MORNING", + "issueSize": "114500000", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "industrials", + "issueSizePlan": "350000001", + "nominal": { + "currency": "ils", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "d9d009df-f3c3-4470-a031-1b91540084e3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2c52c33c-1ae5-4dab-a731-44de1987bfce", + "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "GTN": { + "figi": "BBG000DSQLQ0", + "ticker": "GTN", + "classCode": "SPBXM", + "isin": "US3893751061", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Gray Television Inc", "exchange": "SPB", - "ipoDate": "1987-07-01T00:00:00Z", - "issueSize": "28990026", + "ipoDate": "2017-04-13T00:00:00Z", + "issueSize": "93633773", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8df3a5cf-05ab-4940-ada8-28b81decec23", + "uid": "cbe0b91a-da69-4102-99d3-e5b2833df853", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fffdf5a9-30a5-4289-82c4-2bd18f3148b1", + "positionUid": "a5b228e2-64c4-40e4-ac4e-a4da31178509", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:38:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:39:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TRV": { - "figi": "BBG000BJ81C1", - "ticker": "TRV", + "C": { + "figi": "BBG000FY4S11", + "ticker": "C", "classCode": "SPBXM", - "isin": "US89417E1091", + "isin": "US1729674242", "lot": 1, "currency": "usd", "klong": { @@ -2952,18 +2547,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Travelers Cos", - "exchange": "SPB", - "issueSize": "270261296", + "shortEnabledFlag": true, + "name": "Citigroup", + "exchange": "SPB_MORNING", + "issueSize": "2026785183", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "1750000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -2976,37 +2571,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "27ab7e0b-6c3e-4773-b042-2591f34a14ea", + "uid": "f78977df-a2d5-43e5-9eb5-5fc3a10f9d84", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d6a73863-cf06-45d9-abc3-35456b85da01", + "positionUid": "fddc473c-3b15-4b80-a6f3-81f80315ffe9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:26:00Z", + "first1minCandleDate": "2018-01-23T11:11:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COO": { - "figi": "BBG000BG3445", - "ticker": "COO", + "GVA": { + "figi": "BBG000DVB833", + "ticker": "GVA", "classCode": "SPBXM", - "isin": "US2166484020", + "isin": "US3873281071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "The Cooper Companies", + "name": "Granite Construction Inc", "exchange": "SPB", - "ipoDate": "1983-12-06T00:00:00Z", - "issueSize": "49104101", + "issueSize": "46897218", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3017,61 +2611,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21608f7f-a919-4eaf-9e1d-31390a57fff6", + "uid": "de34184c-ad4e-4c60-b6ab-8573867eb9c9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "974321eb-a311-4c2d-9448-c216a2fff090", + "positionUid": "d55da517-0a67-47bf-a0e6-ca539b886dd0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1990-04-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PLUS": { - "figi": "BBG000HN7W02", - "ticker": "PLUS", + "R": { + "figi": "BBG000BRVP70", + "ticker": "R", "classCode": "SPBXM", - "isin": "US2942681071", + "isin": "US7835491082", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ePlus Inc", + "name": "Ryder System", "exchange": "SPB", - "ipoDate": "2005-06-22T00:00:00Z", - "issueSize": "26235000", + "issueSize": "53300205", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "25000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c775a069-81fb-472b-a6a8-c357616f3561", + "uid": "3ffc08e4-388d-4dce-8052-d0f5ff2ba549", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "347afa62-3c8d-4d02-a20f-43e8e44cd747", + "positionUid": "2ca246f1-c10b-4228-98ee-1517da2d46bd", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FANG": { - "figi": "BBG002PHSYX9", - "ticker": "FANG", + "IP": { + "figi": "BBG000BM5SR2", + "ticker": "IP", "classCode": "SPBXM", - "isin": "US25278X1090", + "isin": "US4601461035", "lot": 1, "currency": "usd", "klong": { @@ -3083,34 +2676,34 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Diamondback Energy Inc", - "exchange": "SPB", - "ipoDate": "2012-10-12T00:00:00Z", - "issueSize": "98621440", + "name": "International Paper", + "exchange": "SPB_MORNING", + "ipoDate": "1941-10-06T00:00:00Z", + "issueSize": "412915093", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -3123,60 +2716,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8777854f-c9d2-4e0c-842d-ea6d4987d30d", + "uid": "1c7d3822-7da8-4545-a0bf-2210d51da8bc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "13066f35-08a5-42a4-93db-2057825cc8cd", + "positionUid": "7b59cdf1-e742-4b2d-b43e-9363f8e2049f", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:29:00Z", - "first1dayCandleDate": "2012-10-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "2382": { - "figi": "BBG000C16952", - "ticker": "2382", - "classCode": "SPBHKEX", - "isin": "KYG8586D1097", - "lot": 10, - "currency": "hkd", + "KEX": { + "figi": "BBG000BMQCP6", + "ticker": "KEX", + "classCode": "SPBXM", + "isin": "US4972661064", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Sunny Optical Technology", - "exchange": "SPB_HK", - "issueSize": "1097000000", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "other", - "issueSizePlan": "0", + "name": "Kirby Corp", + "exchange": "SPB", + "issueSize": "59901000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "120000000", "nominal": { - "currency": "hkd", + "currency": "usd", "units": "0", "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "947cb9df-27b6-4af8-a951-8c5823b007cc", + "uid": "0cc152c1-9c2a-4e23-a74b-65d3be8127da", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5652fde8-14b2-4573-9333-267f8cd3f0be", + "positionUid": "ef304e02-da38-43f6-a955-8e8037b9bd7d", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:28:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:33:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "CME": { - "figi": "BBG000BHLYP4", - "ticker": "CME", + "ACH": { + "figi": "BBG000CMRVH1", + "ticker": "ACH", "classCode": "SPBXM", - "isin": "US12572Q1058", + "isin": "US0222761092", "lot": 1, "currency": "usd", "klong": { @@ -3188,36 +2781,76 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { + "units": "1", + "nano": 0 + }, + "shortEnabledFlag": false, + "name": "Aluminum Corp of China", + "exchange": "SPB", + "ipoDate": "2001-12-11T00:00:00Z", + "issueSize": "157758639", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "materials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "25", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "CME GROUP", + "apiTradeAvailableFlag": true, + "uid": "c3b5498f-81ff-468f-ab14-2cd8f31fe403", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a29e97d4-bbda-435a-a0dc-9d9b215cece5", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:35:00Z", + "first1dayCandleDate": "2001-12-11T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "EPC": { + "figi": "BBG000BRW644", + "ticker": "EPC", + "classCode": "SPBXM", + "isin": "US28035Q1022", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Edgewell Personal Care Co", "exchange": "SPB", - "ipoDate": "2002-12-06T00:00:00Z", - "issueSize": "359135132", + "issueSize": "54129125", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3228,20 +2861,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7260e658-c86c-469b-ac77-e5e416e2cf90", + "uid": "43e8b1cb-c463-40e5-b93a-51776a73126f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "edf54c50-ed59-413b-9a94-9aded7e60e11", + "positionUid": "f81479e1-afab-47a1-9491-43fc91c5ab24", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2002-12-06T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:33:00Z", + "first1dayCandleDate": "2000-03-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CHRW": { - "figi": "BBG000BTCH57", - "ticker": "CHRW", + "COUP": { + "figi": "BBG001J4BCN4", + "ticker": "COUP", "classCode": "SPBXM", - "isin": "US12541W2098", + "isin": "US22266L1061", "lot": 1, "currency": "usd", "klong": { @@ -3258,7 +2891,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -3266,47 +2899,47 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, "shortEnabledFlag": false, - "name": "C.H. Robinson Worldwide", - "exchange": "SPB", - "ipoDate": "1997-10-14T00:00:00Z", - "issueSize": "131711746", + "name": "Coupa Software Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2016-10-06T00:00:00Z", + "issueSize": "55046494", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "480000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "625000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2eb7eef-6bb1-4be6-a7e1-46dffd25f432", + "uid": "9b3c9abf-f865-4e62-a49d-8f41626a2160", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e98e6dcb-3bae-4635-8e2d-58973d4607ef", + "positionUid": "2e23dd2f-b2c7-47e8-b99b-31d16e69ef76", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1997-10-15T00:00:00Z", + "first1minCandleDate": "2019-06-11T07:24:00Z", + "first1dayCandleDate": "2016-10-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CROX": { - "figi": "BBG000BLY663", - "ticker": "CROX", + "GILD": { + "figi": "BBG000CKGBP2", + "ticker": "GILD", "classCode": "SPBXM", - "isin": "US2270461096", + "isin": "US3755581036", "lot": 1, "currency": "usd", "klong": { @@ -3333,14 +2966,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Crocs Inc", + "shortEnabledFlag": true, + "name": "GILEAD", "exchange": "SPB_MORNING", - "issueSize": "71856115", + "ipoDate": "1992-01-22T00:00:00Z", + "issueSize": "1253809440", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "5600000000", "nominal": { "currency": "usd", "units": "0", @@ -3350,43 +2984,43 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eab5dc42-102e-49a3-84ba-129ad5ca47bf", + "uid": "3f9c80e0-eac0-4339-a531-767ea1fdee90", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c02cefc2-186b-4927-863f-5c19e09f5a38", + "positionUid": "ec562b29-899f-4c8f-b289-a14144f81935", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:43:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T08:27:00Z", + "first1dayCandleDate": "1992-01-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TRGP": { - "figi": "BBG0015XMW40", - "ticker": "TRGP", + "WGO": { + "figi": "BBG000BWS3F3", + "ticker": "WGO", "classCode": "SPBXM", - "isin": "US87612G1013", + "isin": "US9746371007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Targa Resources", + "name": "Winnebago Industries Inc", "exchange": "SPB", - "issueSize": "229283445", + "issueSize": "31659393", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3397,60 +3031,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7aeda392-2910-48d8-b10e-c41cebb137c2", + "uid": "2cc17414-637c-485a-a187-0371d7d9c06a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce852331-78e1-481d-a61b-4f3fa2b02ac7", + "positionUid": "e995a5a1-15dc-4522-95ec-bccbee986ed1", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:30:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IRBT": { - "figi": "BBG000HXJB21", - "ticker": "IRBT", + "BCRX": { + "figi": "BBG000BLYWX6", + "ticker": "BCRX", "classCode": "SPBXM", - "isin": "US4627261005", + "isin": "US09058V1035", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 674400000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 294000000 - }, - "shortEnabledFlag": true, - "name": "iRobot Corp", + "shortEnabledFlag": false, + "name": "BioCryst Pharmaceuticals", "exchange": "SPB", - "issueSize": "29672165", + "issueSize": "98716856", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3461,61 +3071,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d87c72e1-4d04-4554-8665-01b250091a17", + "uid": "78365878-89ce-48c6-aa52-cc2046c461b3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "109ef7bf-5a4c-4deb-98bf-826c62c008a5", + "positionUid": "36c499d6-3535-4e20-b2bd-00636dfa7464", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2005-11-09T00:00:00Z", + "first1minCandleDate": "2022-08-08T12:20:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MRKU": { - "figi": "BBG000VKG4R5", - "ticker": "MRKU", - "classCode": "TQBR", - "isin": "RU000A0JPPT1", - "lot": 10000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "МРСК Урала", - "exchange": "MOEX", - "ipoDate": "2005-05-03T00:00:00Z", - "issueSize": "87430485711", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "100000000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 100000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 200000 - }, - "apiTradeAvailableFlag": true, - "uid": "1b64e38a-49ad-4f4d-a4d3-b34184899352", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "873b0906-be31-487c-8b41-ba4346836b08", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:49:00Z", - "first1dayCandleDate": "2008-09-11T00:00:00Z", - "type": "Shares", - "step": 0.0002 - }, - "BLUE": { - "figi": "BBG000QGWY50", - "ticker": "BLUE", + "SLDB": { + "figi": "BBG00JN4FXG8", + "ticker": "SLDB", "classCode": "SPBXM", - "isin": "US09609G1004", + "isin": "US83422E1055", "lot": 1, "currency": "usd", "klong": { @@ -3527,36 +3096,35 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 630300000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 674400000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 392000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 294000000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Bluebird Bio Inc", + "name": "Solid Biosciences", "exchange": "SPB", - "ipoDate": "2013-06-19T00:00:00Z", - "issueSize": "67578549", + "issueSize": "60449341", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "125000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3567,101 +3135,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7c8bedfa-5933-4e6b-9f58-2380608f9f87", + "uid": "e420d3b9-7764-42d1-b83e-b9f40b228d97", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "817ca6fc-67d4-45ca-9540-af7d9bdabb30", + "positionUid": "4b3c3731-17b4-4ef3-9e67-9ce69211b92b", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:17:00Z", - "first1dayCandleDate": "2013-06-19T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:00:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALRM": { - "figi": "BBG007GNPYY7", - "ticker": "ALRM", + "MLAB": { + "figi": "BBG000BP3PW7", + "ticker": "MLAB", "classCode": "SPBXM", - "isin": "US0116421050", + "isin": "US59064R1095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Alarm com Holdings Inc", + "name": "Mesa Laboratories Inc", "exchange": "SPB", - "ipoDate": "2015-06-26T00:00:00Z", - "issueSize": "47140413", + "issueSize": "4394116", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "25000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a2045d7a-0630-4625-8996-a91f4936356c", + "uid": "d5a4d59d-95be-4869-a382-c528261acbb3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd08677a-31ed-4e2c-a436-20e40aefff95", + "positionUid": "e9dc9911-9228-4715-b29b-0ac9b69e7439", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2015-06-26T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MRK": { - "figi": "BBG000BPD168", - "ticker": "MRK", + "WCN": { + "figi": "BBG000FLHZZ2", + "ticker": "WCN", "classCode": "SPBXM", - "isin": "US58933Y1055", + "isin": "CA94106B1013", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Merck", + "name": "Waste Connections", "exchange": "SPB", - "issueSize": "2531374696", + "issueSize": "263682959", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "ecomaterials", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 500000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3672,20 +3215,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1edaf287-d018-4cb6-8936-3106d803c0a5", + "uid": "e99298f3-08d6-4b9b-bc13-7a816db35000", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e6bf9829-a8c6-4a97-a896-caa7f0a31ddd", + "positionUid": "0eeddd61-cf45-4fc7-959a-caec2ea44d62", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-08-08T13:29:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ED": { - "figi": "BBG000BHLYS1", - "ticker": "ED", + "AMAT": { + "figi": "BBG000BBPFB9", + "ticker": "AMAT", "classCode": "SPBXM", - "isin": "US2091151041", + "isin": "US0382221051", "lot": 1, "currency": "usd", "klong": { @@ -3713,18 +3256,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Consolidated Edison", - "exchange": "SPB", - "ipoDate": "1948-06-21T00:00:00Z", - "issueSize": "310730465", + "name": "Applied Materials", + "exchange": "SPB_MORNING", + "ipoDate": "1972-10-01T00:00:00Z", + "issueSize": "902928500", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -3737,60 +3280,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "083c922b-1cc2-466b-98c4-fd9440576ba1", + "uid": "4d8f71fc-2a03-41e5-b9d8-2dc6336a86a6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d0fd167-96e3-48b8-ac81-8d5b3187085f", + "positionUid": "dc07a25a-f33a-4545-84c5-73553f6b30e2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1minCandleDate": "2018-01-23T12:34:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SAH": { - "figi": "BBG000BBMNG0", - "ticker": "SAH", + "INO": { + "figi": "BBG000BK6YX5", + "ticker": "INO", "classCode": "SPBXM", - "isin": "US83545G1022", + "isin": "US45773H2013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sonic Automotive", + "name": "Inovio Pharmaceuticals", "exchange": "SPB", - "issueSize": "29565403", + "issueSize": "91496835", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3e9f65ad-58c5-4147-b33b-db416ea06773", + "uid": "978d8e08-355d-437f-bf88-23c3c11fd9c2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "22c135e6-6e5e-46ff-b364-430cd9699e92", + "positionUid": "8758934b-b7d0-4176-93f9-91e087d8e79b", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:46:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MAS": { - "figi": "BBG000BNNKG9", - "ticker": "MAS", + "HLT": { + "figi": "BBG0058KMH30", + "ticker": "HLT", "classCode": "SPBXM", - "isin": "US5745991068", + "isin": "US43300A2033", "lot": 1, "currency": "usd", "klong": { @@ -3818,19 +3361,61 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Masco", + "name": "Hilton", + "exchange": "SPB_MORNING", + "ipoDate": "2013-12-12T00:00:00Z", + "issueSize": "329731387", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "10000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "3905690d-70e5-4b74-b45c-f09e8cf8c824", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7aecab89-076d-453d-832a-4178000cc679", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:27:00Z", + "first1dayCandleDate": "2013-12-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "SNA": { + "figi": "BBG000BT7JW9", + "ticker": "SNA", + "classCode": "SPBXM", + "isin": "US8330341012", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Snap-on", "exchange": "SPB", - "issueSize": "328307161", + "ipoDate": "1941-09-15T00:00:00Z", + "issueSize": "57970318", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "1400000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3841,37 +3426,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "77180eec-0119-4bc4-b45e-6d9fca9bf248", + "uid": "90ac8947-846a-42e6-a40f-e4660b97b01a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "119af9c2-25a6-4a54-9fb9-565992d794c0", + "positionUid": "eea2c534-38ca-4b5f-9b43-db21064a9d4b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KDP": { - "figi": "BBG000TJM7F0", - "ticker": "KDP", + "VNT": { + "figi": "BBG00RRGSJR4", + "ticker": "VNT", "classCode": "SPBXM", - "isin": "US49271V1008", + "isin": "US9288811014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Keurig Dr Pepper", + "name": "Vontier Corporation", "exchange": "SPB", - "ipoDate": "2008-04-28T00:00:00Z", - "issueSize": "1406081521", + "issueSize": "168925097", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -3882,34 +3466,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "06fcb9ef-29c8-4828-992a-9117defe184c", + "uid": "8421874a-93cb-4998-af97-ee26287c59e8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "764612cc-e145-466b-8998-6a56bdd8caf1", + "positionUid": "9afcd3cf-7299-4da2-b3d6-bc315c1559cd", "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:31:00Z", - "first1dayCandleDate": "2018-08-10T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:29:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WABC": { - "figi": "BBG000DD3KP1", - "ticker": "WABC", + "OGN": { + "figi": "BBG00ZQRGW24", + "ticker": "OGN", "classCode": "SPBXM", - "isin": "US9570901036", + "isin": "US68622V1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Westamerica Bancorporation", - "exchange": "SPB", - "issueSize": "26939348", + "name": "Organon & Co.", + "exchange": "SPB_MORNING", + "issueSize": "253545051", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -3922,20 +3506,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7165ff7c-77a9-4ad7-9652-0302ecfa5d4c", + "uid": "ce4f9b0f-1918-495c-ae94-8c1fe5cdf655", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2745ba4d-47d1-4a87-b628-e18bd4a853e7", + "positionUid": "47b469af-b238-4928-a4ca-e61dc70ed730", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:29:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-06-03T11:31:00Z", + "first1dayCandleDate": "2021-06-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NOW": { - "figi": "BBG000M1R011", - "ticker": "NOW", + "BMY": { + "figi": "BBG000DQLV23", + "ticker": "BMY", "classCode": "SPBXM", - "isin": "US81762P1021", + "isin": "US1101221083", "lot": 1, "currency": "usd", "klong": { @@ -3962,55 +3546,55 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "ServiceNow Inc", - "exchange": "SPB", - "ipoDate": "2012-06-29T00:00:00Z", - "issueSize": "198100000", + "shortEnabledFlag": true, + "name": "Bristol-Myers Squibb", + "exchange": "SPB_MORNING", + "ipoDate": "1969-06-01T00:00:00Z", + "issueSize": "2222113553", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c307d695-f50b-41bd-8e93-33d034a0ccde", + "uid": "02416f52-5a61-4701-88f6-03f978da7ae4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8c5f1ee4-c16d-4bc6-9f91-33c4c16812f2", + "positionUid": "482e3c5c-8aa8-4db2-8fff-3d57f027cf79", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T13:05:00Z", - "first1dayCandleDate": "2012-06-29T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:20:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BRC": { - "figi": "BBG000BDNV95", - "ticker": "BRC", + "AVTR": { + "figi": "BBG00G2HHYD7", + "ticker": "AVTR", "classCode": "SPBXM", - "isin": "US1046741062", + "isin": "US05352A1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Brady", - "exchange": "SPB", - "issueSize": "49811300", + "name": "Avantor Inc", + "exchange": "SPB_MORNING", + "issueSize": "578338818", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "51261487", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", @@ -4027,20 +3611,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "483d7f48-248e-4c4e-8f70-a0415480dd3a", + "uid": "2f72f234-a93d-4854-aa2d-85c646535737", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c0b10885-652e-49fa-b8d7-8e8450ff5e46", + "positionUid": "e8974015-64fd-451d-a77f-2d0442f936c2", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T13:44:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "COIN": { - "figi": "BBG00ZGF7771", - "ticker": "COIN", + "WTW": { + "figi": "BBG000DB3KT1", + "ticker": "WTW", "classCode": "SPBXM", - "isin": "US19260Q1076", + "isin": "IE00BDB6Q211", "lot": 1, "currency": "usd", "klong": { @@ -4053,73 +3637,73 @@ }, "dlong": { "units": "0", - "nano": 501600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 674400000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 294000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Coinbase", - "exchange": "SPB_MORNING", - "issueSize": "150967792", + "shortEnabledFlag": false, + "name": "Willis Towers Watson", + "exchange": "SPB", + "ipoDate": "2001-06-12T00:00:00Z", + "issueSize": "129236178", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "10000000000", + "issueSizePlan": "1510003775", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 304635 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ef07da8c-00c3-43cb-b8dd-d7c5d5585ec1", + "uid": "ddcce5ee-8f79-4d4b-aabd-9014e865a304", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e48a9b85-1747-4298-bc39-2d7518e03468", + "positionUid": "13adff69-e549-46e8-8b78-c6b48fe78c16", "forIisFlag": true, - "first1minCandleDate": "2021-04-14T17:25:00Z", - "first1dayCandleDate": "2021-04-14T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2001-06-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WAL": { - "figi": "BBG000Q1KFH4", - "ticker": "WAL", + "APLE": { + "figi": "BBG006473QX9", + "ticker": "APLE", "classCode": "SPBXM", - "isin": "US9576381092", + "isin": "US03784Y2000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Western Alliance Bancorp", - "exchange": "SPB", - "ipoDate": "2015-06-18T00:00:00Z", - "issueSize": "103633094", + "name": "Apple Hospitality REIT", + "exchange": "SPB_MORNING", + "issueSize": "230339578", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -4132,36 +3716,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "629e03d2-24db-4de1-b6ad-63bcea6ad04b", + "uid": "a16bcbde-db7c-4c96-bd26-760d6bce9f53", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bd640fde-f44d-4f68-a084-939916136b01", + "positionUid": "e473cb93-c635-4c3e-809c-721ef31da5be", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:59:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-01-23T13:21:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WTFC": { - "figi": "BBG000HD3DW5", - "ticker": "WTFC", + "CHE": { + "figi": "BBG000C19QW1", + "ticker": "CHE", "classCode": "SPBXM", - "isin": "US97650W1080", + "isin": "US16359R1032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Wintrust Financial", + "name": "Chemed Corp", "exchange": "SPB", - "issueSize": "57373345", + "issueSize": "15967469", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", - "units": "0", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -4172,20 +3756,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63f904e2-0073-4b51-93b0-0cffd3c1775c", + "uid": "6a41745f-eb22-46b5-a22f-f4d6ec160a4f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e93dd81f-9950-4599-af6a-ae029aa4ea0d", + "positionUid": "e78c4b3f-780e-4e7f-b53c-48c10a82f2b6", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GDDY": { - "figi": "BBG006MDLY05", - "ticker": "GDDY", + "AMD": { + "figi": "BBG000BBQCY0", + "ticker": "AMD", "classCode": "SPBXM", - "isin": "US3802371076", + "isin": "US0079031078", "lot": 1, "currency": "usd", "klong": { @@ -4198,32 +3782,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 322000000 }, - "shortEnabledFlag": false, - "name": "GoDaddy Inc", - "exchange": "SPB", - "issueSize": "82449900", + "shortEnabledFlag": true, + "name": "AMD", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1972-09-01T00:00:00Z", + "issueSize": "1212965282", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -4236,158 +3821,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb2b3678-7a60-4c55-8639-a6e4e7229d54", + "uid": "f377b7a2-5795-40a5-bd18-fb527885eb09", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d6a7744d-eba7-43d9-9c83-ac69badc0cb4", + "positionUid": "562b6fcd-58e5-4c4f-a66b-8b4fde91da44", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:32:00Z", - "first1dayCandleDate": "2015-04-01T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:26:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COUR": { - "figi": "BBG002WLDMW5", - "ticker": "COUR", - "classCode": "SPBXM", - "isin": "US22266M1045", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Coursera, Inc.", - "exchange": "SPB", - "issueSize": "40301290", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "300000000", - "nominal": { - "currency": "usd", + "RSTIP": { + "figi": "BBG000KTF667", + "ticker": "RSTIP", + "classCode": "TQBR", + "isin": "RU000A0JPVK8", + "lot": 1000, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000 + "nano": 200000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 386600000 }, - "apiTradeAvailableFlag": true, - "uid": "5f676f6e-3e52-4448-9ae8-d628337c8fad", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "51c21fff-df51-4554-a611-44eca7bf6067", - "forIisFlag": true, - "first1minCandleDate": "2021-05-03T12:58:00Z", - "first1dayCandleDate": "2021-05-03T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "LAD": { - "figi": "BBG000K3BC83", - "ticker": "LAD", - "classCode": "SPBXM", - "isin": "US5367971034", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "LIthia Motors Inc", - "exchange": "SPB", - "ipoDate": "1996-12-17T00:00:00Z", - "issueSize": "22347635", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "dlongMin": { "units": "0", - "nano": 0 + "nano": 105600000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 177500000 }, - "apiTradeAvailableFlag": true, - "uid": "4811f745-3279-449d-9629-bf22307f6ac8", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3e5ce2c5-144c-421e-b4f4-65e290871aff", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "1996-12-18T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MRKZ": { - "figi": "BBG000TJ6F42", - "ticker": "MRKZ", - "classCode": "TQBR", - "isin": "RU000A0JPPB9", - "lot": 10000, - "currency": "rub", "shortEnabledFlag": false, - "name": "Россети Северо-Запад", + "name": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u0438 - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", "exchange": "MOEX", - "ipoDate": "2005-03-23T00:00:00Z", - "issueSize": "95785923138", + "ipoDate": "2008-07-29T00:00:00Z", + "issueSize": "2075149384", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "utilities", - "issueSizePlan": "100000000", + "issueSizePlan": "2075149384", "nominal": { "currency": "rub", - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 50000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "05dbfebd-6bc4-4645-8f21-dcf05476999d", + "uid": "381fb81c-7d9f-41b0-aa3f-ecee2f14c9b3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "47cc7647-b2b4-4968-8291-418839f49647", + "positionUid": "29aa6aff-990c-47d6-a6af-ee3418a5d664", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T21:58:00Z", - "first1dayCandleDate": "2008-09-04T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:46:00Z", + "first1dayCandleDate": "2008-12-16T00:00:00Z", "type": "Shares", - "step": 0.00005 + "step": 0.001 }, - "MUSA": { - "figi": "BBG001Z0Q6T5", - "ticker": "MUSA", + "BR": { + "figi": "BBG000PPFKQ7", + "ticker": "BR", "classCode": "SPBXM", - "isin": "US6267551025", + "isin": "US11133T1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Murphy USA Inc", + "name": "Broadridge Financial Solutions", "exchange": "SPB", - "issueSize": "30759651", + "issueSize": "116654180", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "650000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -4398,20 +3926,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "521671f0-9e10-40ec-92ee-25bd223efc76", + "uid": "4b01855a-2788-49b2-9564-9e9f4f2c7cb4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "66365836-5258-42ff-bc88-df3439f9e161", + "positionUid": "a789b35b-f2ba-431e-ad99-ff9aff8b5b14", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:07:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2007-03-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BRK.B": { - "figi": "BBG000DWG505", - "ticker": "BRK.B", + "ON": { + "figi": "BBG000DV7MX4", + "ticker": "ON", "classCode": "SPBXM", - "isin": "US0846707026", + "isin": "US6821891057", "lot": 1, "currency": "usd", "klong": { @@ -4438,18 +3966,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Berkshire Hathaway", - "exchange": "SPB", - "issueSize": "1325373100", + "shortEnabledFlag": false, + "name": "ON Semiconductor Corp", + "exchange": "SPB_MORNING", + "ipoDate": "2000-04-28T00:00:00Z", + "issueSize": "416962802", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 3300000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -4462,61 +3991,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "850e0c24-0e43-4378-bdde-2d8227c5af4b", + "uid": "f757c5a8-1e88-48b4-8aed-d91e4c6454c8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7397724-54cc-47a7-894b-b954e4dc51af", + "positionUid": "c20600ff-d804-49b8-ba35-bfe7a0f064de", "forIisFlag": true, - "first1minCandleDate": "2018-04-05T22:11:00Z", - "first1dayCandleDate": "2018-04-05T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:28:00Z", + "first1dayCandleDate": "2000-04-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TGKB": { - "figi": "BBG000Q7GG57", - "ticker": "TGKB", - "classCode": "TQBR", - "isin": "RU000A0JNGS7", - "lot": 1000000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ТГК-2", - "exchange": "MOEX", - "ipoDate": "2005-05-14T00:00:00Z", - "issueSize": "1458404850747", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 5000 - }, - "apiTradeAvailableFlag": true, - "uid": "ba9b6eb4-614c-4be8-bdba-dd86cdfece64", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80a22970-659c-45a5-b0ed-1f842ecd082c", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:42:00Z", - "first1dayCandleDate": "2007-01-30T00:00:00Z", - "type": "Shares", - "step": 0.000005 - }, - "PAYC": { - "figi": "BBG0064N0ZZ5", - "ticker": "PAYC", + "NET": { + "figi": "BBG001WMKHH5", + "ticker": "NET", "classCode": "SPBXM", - "isin": "US70432V1026", + "isin": "US18915M1071", "lot": 1, "currency": "usd", "klong": { @@ -4529,32 +4017,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 830300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 521700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 588000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 588000000 }, - "shortEnabledFlag": false, - "name": "Paycom Software Inc", - "exchange": "SPB", - "issueSize": "59182715", + "shortEnabledFlag": true, + "name": "CloudFlare Inc", + "exchange": "SPB_MORNING", + "issueSize": "81360728", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "100000000", + "issueSizePlan": "2250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -4567,20 +4055,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f9259587-5304-42ee-9ec6-c4abfeece909", + "uid": "f6e866d9-6388-4a55-80f9-27a4fc69392e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a6e0e4b-7303-402a-bd38-2529c7e5f005", + "positionUid": "9be85990-9858-440d-918b-d207cd978eb2", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "2014-04-15T00:00:00Z", + "first1minCandleDate": "2020-07-29T11:32:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VZ": { - "figi": "BBG000HS77T5", - "ticker": "VZ", + "CTVA": { + "figi": "BBG00BN969C1", + "ticker": "CTVA", "classCode": "SPBXM", - "isin": "US92343V1044", + "isin": "US22052L1044", "lot": 1, "currency": "usd", "klong": { @@ -4593,32 +4081,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, - "shortEnabledFlag": true, - "name": "Verizon Communications", - "exchange": "SPB", - "issueSize": "4140116007", + "shortEnabledFlag": false, + "name": "Corteva Inc", + "exchange": "SPB_MORNING", + "issueSize": "748814970", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "1666666667", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -4631,37 +4119,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "86fd3b79-9377-47c9-a1ce-6dcd0c843569", + "uid": "014b1f89-58c6-4ac8-9e98-1571420bce14", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "57d6a4fc-d135-4c17-abb2-3f05ad9357e7", + "positionUid": "8d7a3d5e-065e-40bc-8d5a-06461e3e148d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:02:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-10T13:30:00Z", + "first1dayCandleDate": "2019-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FOE": { - "figi": "BBG000BJQK11", - "ticker": "FOE", + "TGTX": { + "figi": "BBG000FVZQY1", + "ticker": "TGTX", "classCode": "SPBXM", - "isin": "US3154051003", + "isin": "US88322Q1085", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ferro Corp", + "name": "TG Therapeutics", "exchange": "SPB", - "ipoDate": "2006-05-24T00:00:00Z", - "issueSize": "81932628", + "issueSize": "54731109", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -4672,118 +4159,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5039d57a-5832-4c6b-9b32-1a7777141766", + "uid": "99366be4-994d-45c2-977b-112f04ae78e7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c1aa86af-d2a0-4202-b2fc-d30b33dbd333", + "positionUid": "ff9e6ee1-dcc7-4768-8611-01fdead6e84b", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:32:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-11-10T13:00:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DY": { - "figi": "BBG000C4SKT1", - "ticker": "DY", + "CSGP": { + "figi": "BBG000D7JKW9", + "ticker": "CSGP", "classCode": "SPBXM", - "isin": "US2674751019", + "isin": "US22160N1090", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Dycom Industries Inc", - "exchange": "SPB", - "ipoDate": "1984-06-08T00:00:00Z", - "issueSize": "32480713", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 333330000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "6b8f6b65-a370-4b31-932e-dd018f7c6098", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a68342ed-653e-4c48-9ae4-87de4b37fb56", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:40:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "EVBG": { - "figi": "BBG0022FMPD5", - "ticker": "EVBG", - "classCode": "SPBXM", - "isin": "US29978A1043", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Everbridge Inc", - "exchange": "SPB", - "ipoDate": "2017-12-08T00:00:00Z", - "issueSize": "33790452", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "dlongMin": { "units": "0", - "nano": 1000000 + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "9a66c458-6da3-427f-aa9d-bf857806b25b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6e87963d-343b-4118-9143-4b2033496dfe", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "APLS": { - "figi": "BBG007KGRPY4", - "ticker": "APLS", - "classCode": "SPBXM", - "isin": "US03753U1060", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Apellis Pharmaceuticals", + "name": "CoStar Group Inc", "exchange": "SPB", - "issueSize": "75736924", + "ipoDate": "1998-07-01T00:00:00Z", + "issueSize": "36541576", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -4794,22 +4224,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a2c847b1-67dd-4f80-a059-4d3a5960aeda", + "uid": "a44a1ac5-9174-4885-b665-6b51f499dea3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fbdf910d-a512-4572-bb49-0947bd396676", + "positionUid": "90307261-ad3a-4559-baea-46ee53262a9f", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:50:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KZOS": { - "figi": "BBG0029SFXB3", - "ticker": "KZOS", - "classCode": "TQBR", - "isin": "RU0009089825", - "lot": 10, - "currency": "rub", + "TSCO": { + "figi": "BBG000BLXZN1", + "ticker": "TSCO", + "classCode": "SPBXM", + "isin": "US8923561067", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -4820,100 +4250,59 @@ }, "dlong": { "units": "0", - "nano": 218700000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 363200000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 116100000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 167600000 - }, - "shortEnabledFlag": false, - "name": "ПАО «КАЗАНЬОРГСИНТЕЗ»", - "exchange": "MOEX", - "ipoDate": "2003-07-23T00:00:00Z", - "issueSize": "1785114000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "1785114000", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 100000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "a6121478-943f-4eae-bc2a-bab5c771dd4a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ed9dc037-fed3-4760-9c44-90d514276e8b", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:17:00Z", - "first1dayCandleDate": "2011-12-05T00:00:00Z", - "type": "Shares", - "step": 0.1 - }, - "ANSS": { - "figi": "BBG000GXZ4W7", - "ticker": "ANSS", - "classCode": "SPBXM", - "isin": "US03662Q1058", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "ANSYS", + "name": "Tractor Supply", "exchange": "SPB", - "ipoDate": "1996-06-19T00:00:00Z", - "issueSize": "84860473", + "ipoDate": "1994-02-17T00:00:00Z", + "issueSize": "125116910", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 8000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "58b67524-fb54-4519-9d0d-bbe4edd9253a", + "uid": "aa206b90-0e39-4adc-b7c0-e0ad3cf4b78b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "674002ef-0ca3-4bd8-b19d-02e5c1738d2c", + "positionUid": "8611da7a-928a-4a67-8ef3-894ab58ae2b6", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1996-06-20T00:00:00Z", + "first1dayCandleDate": "1994-02-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TTWO": { - "figi": "BBG000BS1YV5", - "ticker": "TTWO", + "SPOT": { + "figi": "BBG003T4VFC2", + "ticker": "SPOT", "classCode": "SPBXM", - "isin": "US8740541094", + "isin": "LU1778762911", "lot": 1, "currency": "usd", "klong": { @@ -4930,7 +4319,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -4938,20 +4327,20 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, "shortEnabledFlag": true, - "name": "Take-Two Interactive Software", - "exchange": "SPB", - "issueSize": "116518331", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "Spotify Technology SA", + "exchange": "SPB_MORNING", + "issueSize": "178149800", + "countryOfRisk": "SE", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0428\u0432\u0435\u0446\u0438\u044f", "sector": "telecom", - "issueSizePlan": "200000000", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 625000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -4964,37 +4353,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45743d5b-c2b4-4278-afe2-eec3595e3fc1", + "uid": "34f5aa05-5b8c-44a4-a4cd-37645fd0d4c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "065c6c38-c7cd-4bab-bd91-d97762c2564a", + "positionUid": "df0bb612-6d4a-4890-9d8e-0ccd8daa08ba", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T08:23:00Z", - "first1dayCandleDate": "1997-04-15T00:00:00Z", + "first1minCandleDate": "2020-09-22T12:28:00Z", + "first1dayCandleDate": "2018-04-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JBSS": { - "figi": "BBG000CHPMY5", - "ticker": "JBSS", + "PZZA": { + "figi": "BBG000BFWF13", + "ticker": "PZZA", "classCode": "SPBXM", - "isin": "US8004221078", + "isin": "US6988131024", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "John B Sanfilippo & Son Inc", + "name": "Papa John's International Inc", "exchange": "SPB", - "ipoDate": "1991-12-04T00:00:00Z", - "issueSize": "8791506", + "issueSize": "33538310", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "17000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5005,36 +4393,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b02872c-7075-4dc2-9962-68e8ad3dfd1d", + "uid": "e154d6a4-c839-4e7f-95af-271cec71bd5e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c8ecb4f-d62a-4aee-8cd8-ef1677328cf3", + "positionUid": "a08cbb66-4766-411d-b5fc-62c98069cbfa", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1991-12-04T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1993-06-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "1810": { - "figi": "BBG00KVTBY91", - "ticker": "1810", - "classCode": "SPBHKEX", - "isin": "TCS9830T1067", - "lot": 100, - "currency": "hkd", + "PODD": { + "figi": "BBG000R7XX87", + "ticker": "PODD", + "classCode": "SPBXM", + "isin": "US45784P1012", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Xiaomi", - "exchange": "SPB_HK", - "issueSize": "15680943110", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "it", - "issueSizePlan": "200000000000", + "name": "Insulet Corp", + "exchange": "SPB", + "ipoDate": "2007-05-15T00:00:00Z", + "issueSize": "59675242", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 2500 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5045,20 +4434,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4b7e4dda-6c97-4a91-a6ad-197a86af723e", + "uid": "e3b88609-7782-46fd-a7a4-4118e7b25cfc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d633607-bf01-417c-9c92-50893a3e3e75", + "positionUid": "55c5b45f-d838-4ad4-afbe-82189f3534d2", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:18:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2007-05-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CRTX": { - "figi": "BBG00BTK1DT8", - "ticker": "CRTX", + "HAL": { + "figi": "BBG000BKTFN2", + "ticker": "HAL", "classCode": "SPBXM", - "isin": "US22053A1079", + "isin": "US4062161017", "lot": 1, "currency": "usd", "klong": { @@ -5071,99 +4460,58 @@ }, "dlong": { "units": "0", - "nano": 863100000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 656900000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 630000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 630000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Cortexyme Inc", - "exchange": "SPB", - "issueSize": "29417286", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "c2bf06ae-3381-4ea7-bbb1-75413adcc15e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "65ce5993-bb41-4fc9-a2bc-a6db00f1383c", - "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "VNDA": { - "figi": "BBG000HT5MG6", - "ticker": "VNDA", - "classCode": "SPBXM", - "isin": "US9216591084", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Vanda Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "2015-07-17T00:00:00Z", - "issueSize": "53337085", + "name": "Halliburton", + "exchange": "SPB_MORNING", + "issueSize": "890499362", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc8a731f-6f3e-4f10-aa82-8a2300684cb1", + "uid": "bf6f44c0-2b6c-4894-908f-6e2deb4ca99b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eeba1ee1-22bd-4c79-af2c-a853b190f631", + "positionUid": "6f26ec83-b0af-4285-bc7c-b6cdbe30fdc9", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WMT": { - "figi": "BBG000BWXBC2", - "ticker": "WMT", + "DG": { + "figi": "BBG000NV1KK7", + "ticker": "DG", "classCode": "SPBXM", - "isin": "US9311421039", + "isin": "US2566771059", "lot": 1, "currency": "usd", "klong": { @@ -5190,19 +4538,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Wal-Mart Stores", + "shortEnabledFlag": false, + "name": "Dollar General", "exchange": "SPB_MORNING", - "ipoDate": "1970-10-01T00:00:00Z", - "issueSize": "2788497816", + "ipoDate": "2009-11-13T00:00:00Z", + "issueSize": "233310218", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 875000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -5215,20 +4563,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "19dfb3f6-2222-4eb4-93b6-f2500aa97e82", + "uid": "12812d87-c131-45ba-9ac1-0d3c732a9233", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9fec1387-1c41-45b7-9a3a-d37977d25af5", + "positionUid": "0ed665cb-7ea8-447d-bf07-a057b50305f2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:33:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "2009-11-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MELI": { - "figi": "BBG000GQPB11", - "ticker": "MELI", + "DDS": { + "figi": "BBG000BS4MP5", + "ticker": "DDS", "classCode": "SPBXM", - "isin": "US58733R1023", + "isin": "US2540671011", "lot": 1, "currency": "usd", "klong": { @@ -5245,7 +4593,7 @@ }, "dshort": { "units": "0", - "nano": 585100000 + "nano": 747700000 }, "dlongMin": { "units": "0", @@ -5253,103 +4601,103 @@ }, "dshortMin": { "units": "0", - "nano": 259000000 + "nano": 322000000 }, "shortEnabledFlag": false, - "name": "MercadoLibre Inc", + "name": "Dillard's Inc", "exchange": "SPB", - "ipoDate": "2007-08-10T00:00:00Z", - "issueSize": "44157364", - "countryOfRisk": "AR", - "countryOfRiskName": "Аргентинская Республика", + "issueSize": "22533699", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "110000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d8e4d71-eb8e-4226-8e76-8baf539f1cf5", + "uid": "67c2069f-9da8-44b9-a524-508d10d6a8b9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d23692fe-8438-4f5f-84bc-2b3c859eb544", + "positionUid": "24a6f303-307d-420f-9a8c-a7d574fd7794", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:29:00Z", - "first1dayCandleDate": "2007-08-10T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VNO": { - "figi": "BBG000BWHD54", - "ticker": "VNO", + "GXO": { + "figi": "BBG00YDGX945", + "ticker": "GXO", "classCode": "SPBXM", - "isin": "US9290421091", + "isin": "US36262G1013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vornado REIT", + "name": "GXO Logistics, Inc.", "exchange": "SPB", - "issueSize": "190761498", + "issueSize": "114602061", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 40000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "11e9f5ae-e34b-4ed2-bf62-22f38f916986", + "uid": "983a4734-c054-4990-b36d-e0270c1fbaa8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "896c0ffb-a140-431d-92de-711c5b8df68c", + "positionUid": "8bb9535b-2c5d-40ef-930c-8ae64723ac5e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1990-07-06T00:00:00Z", + "first1minCandleDate": "2021-08-06T13:30:00Z", + "first1dayCandleDate": "2021-08-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHNG": { - "figi": "BBG0059KNH10", - "ticker": "CHNG", + "RH": { + "figi": "BBG002293PJ4", + "ticker": "RH", "classCode": "SPBXM", - "isin": "US15912K1007", + "isin": "US74967X1037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Change Healthcare Inc", + "name": "RH", "exchange": "SPB", - "issueSize": "597112", + "ipoDate": "2012-11-02T00:00:00Z", + "issueSize": "21152191", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "2000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "180000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5360,36 +4708,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c244bf53-d5b5-41e2-a67c-e15934755f8e", + "uid": "be1ad2d5-4374-4e4e-9a30-0ecf2be54625", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ffc1fa3b-fc60-4b5f-a362-e98597c4092a", + "positionUid": "fdb4c911-2a53-4b8b-a8ee-b96d3e6be3d4", "forIisFlag": true, - "first1minCandleDate": "2020-03-24T13:30:00Z", - "first1dayCandleDate": "2020-03-24T07:00:00Z", + "first1minCandleDate": "2019-04-04T11:35:00Z", + "first1dayCandleDate": "2012-11-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GATX": { - "figi": "BBG000BKGXQ4", - "ticker": "GATX", + "BWA": { + "figi": "BBG000BJ49H3", + "ticker": "BWA", "classCode": "SPBXM", - "isin": "US3614481030", + "isin": "US0997241064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GATX Corporation", + "name": "BorgWarner", "exchange": "SPB", - "issueSize": "34933696", + "ipoDate": "1993-08-12T00:00:00Z", + "issueSize": "214265791", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 625000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5400,20 +4749,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "036e97fd-9680-4bfe-b26f-25c9453feb89", + "uid": "e8d1b48c-7c9e-4018-bc4b-933a1c42177e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f2dd16f6-568e-48dc-9b66-1affd65129a8", + "positionUid": "e0a3109c-2075-453b-a1f8-e212e98f910c", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:34:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1993-08-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JBHT": { - "figi": "BBG000BMDBZ1", - "ticker": "JBHT", + "PNC": { + "figi": "BBG000BRD0D8", + "ticker": "PNC", "classCode": "SPBXM", - "isin": "US4456581077", + "isin": "US6934751057", "lot": 1, "currency": "usd", "klong": { @@ -5441,17 +4790,17 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "JB Hunt", - "exchange": "SPB", - "issueSize": "109754492", + "name": "PNC Financial Services", + "exchange": "SPB_MORNING", + "issueSize": "464302343", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -5464,20 +4813,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d0bd102-cac8-42f6-b05c-bc15d4292834", + "uid": "918b0bb4-9fcc-41e7-ab00-e7fc3e3b2310", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6e62efe3-8c1f-41f4-aed6-486f2e7d247e", + "positionUid": "e5d03e54-2086-40b3-afc5-d76f2daed7b6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ASTR": { - "figi": "BBG00W7FG4V8", - "ticker": "ASTR", + "DOW": { + "figi": "BBG00BN96922", + "ticker": "DOW", "classCode": "SPBXM", - "isin": "US04634X1037", + "isin": "US2605571031", "lot": 1, "currency": "usd", "klong": { @@ -5490,74 +4839,74 @@ }, "dlong": { "units": "0", - "nano": 754000000 + "nano": 781000000 }, "dshort": { "units": "1", - "nano": 262000000 + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 504000000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 504000000 + "nano": 532000000 }, "shortEnabledFlag": true, - "name": "Astra Space", - "exchange": "SPB", - "issueSize": "100000000", + "name": "Dow Inc", + "exchange": "SPB_MORNING", + "issueSize": "745771788", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ad4d267d-1c16-4e10-9581-0518a26850d5", + "uid": "0a2b5903-a8d0-45e1-9c34-74f559e60d34", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "59bb1f62-0ecf-4558-87c9-3db110d3af3f", + "positionUid": "4f284479-72eb-4338-b1ae-6c5d471ad354", "forIisFlag": true, - "first1minCandleDate": "2021-09-03T11:35:00Z", - "first1dayCandleDate": "2021-09-03T07:00:00Z", + "first1minCandleDate": "2019-04-12T12:55:00Z", + "first1dayCandleDate": "2019-03-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EOAN@DE": { - "figi": "BBG000BR7PK2", - "ticker": "EOAN@DE", + "MUV2@DE": { + "figi": "BBG000BD9FD1", + "ticker": "MUV2@DE", "classCode": "SPBDE", - "isin": "DE000ENAG999", + "isin": "DE0008430026", "lot": 1, "currency": "eur", "shortEnabledFlag": false, - "name": "E.ON SE", + "name": "Muenchener Rueckversicherungs-Gesellschaft AG", "exchange": "SPB_DE", - "issueSize": "2001000000", + "issueSize": "166843961", "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "financial", + "issueSizePlan": "166843961", "nominal": { "currency": "eur", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5568,20 +4917,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c8c23342-2358-426f-89fd-ce5e2857514a", + "uid": "8dae904b-f357-4dca-a1a7-5248752b822b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a0a8e777-9ce4-4982-ab8a-9d0b660ed95a", + "positionUid": "ab8b983b-912c-4382-a02a-815130fbdaf7", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:15:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-09-29T07:33:00Z", + "first1dayCandleDate": "2020-09-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "INTU": { - "figi": "BBG000BH5DV1", - "ticker": "INTU", + "ZGNX": { + "figi": "BBG000VDC3G9", + "ticker": "ZGNX", "classCode": "SPBXM", - "isin": "US4612021034", + "isin": "US98978L2043", "lot": 1, "currency": "usd", "klong": { @@ -5593,151 +4942,151 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Intuit", + "name": "Zogenix Inc", "exchange": "SPB", - "ipoDate": "1993-03-11T00:00:00Z", - "issueSize": "273091929", + "ipoDate": "2002-01-28T00:00:00Z", + "issueSize": "24841080", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7d263ff7-ec01-4688-9062-8448bc1a2ecc", + "uid": "357b71c8-646e-45bf-9d03-3042b6da094c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2b8a30d5-15db-494f-a8f4-64048197f77d", + "positionUid": "53a9ea14-86bb-47b0-b89b-55ea5ded3f9a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:05:00Z", - "first1dayCandleDate": "1993-03-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AFG": { - "figi": "BBG000DPKKK0", - "ticker": "AFG", + "VXRT": { + "figi": "BBG000DR0RZ7", + "ticker": "VXRT", "classCode": "SPBXM", - "isin": "US0259321042", + "isin": "US92243A2006", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "American Financial Group", + "name": "Vaxart Inc", "exchange": "SPB", - "issueSize": "90339433", + "issueSize": "7141189", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f7e713a7-7115-42e6-82cb-1dcd45664a78", + "uid": "adb467c5-3140-488e-9875-0273e9a5ec5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3ac03731-e7fc-4433-aa68-333ebff78721", + "positionUid": "aa51d02d-54f5-42e3-bc55-bafda95a2a87", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:34:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PRTS": { - "figi": "BBG000N26V95", - "ticker": "PRTS", + "LCII": { + "figi": "BBG000DNLMB0", + "ticker": "LCII", "classCode": "SPBXM", - "isin": "US14427M1071", + "isin": "US50189K1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CarParts.com", + "name": "LCI Industries", "exchange": "SPB", - "issueSize": "48092549", + "issueSize": "25135528", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "100000000", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3fb52ed2-7d21-449f-b040-32d89177fd7a", + "uid": "e4863d0a-48e4-49bd-b623-b6b26f1c6f51", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2ad98672-74bb-48e7-b5e7-4ef4b4aab04a", + "positionUid": "d87b6b82-3070-430b-9801-f3757d281f37", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:40:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "APTV": { - "figi": "BBG001QD41M9", - "ticker": "APTV", + "HAIN": { + "figi": "BBG000BQW085", + "ticker": "HAIN", "classCode": "SPBXM", - "isin": "JE00B783TY65", + "isin": "US4052171000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Aptiv", - "exchange": "SPB", - "ipoDate": "2011-11-17T00:00:00Z", - "issueSize": "265839794", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "industrials", - "issueSizePlan": "1200000000", + "name": "Hain Celestial Group Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1993-11-01T00:00:00Z", + "issueSize": "49874622", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -5747,78 +5096,102 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "237a5c71-1ec4-4ca7-af75-01292e3575a4", + "uid": "d84ace73-4691-42e1-8e82-c4e5b828d422", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54ca7e9f-b168-4478-915a-486c0490d13d", + "positionUid": "49c6e1a5-bdd5-46a4-b02e-c361771462fb", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2011-11-17T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DNMR": { - "figi": "BBG00S4VMQT2", - "ticker": "DNMR", + "IRM": { + "figi": "BBG000KCZPC3", + "ticker": "IRM", "classCode": "SPBXM", - "isin": "US2362721001", + "isin": "US46284V1017", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Danimer Scientific", - "exchange": "SPB", - "issueSize": "20000000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Iron Mountain REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1996-01-31T00:00:00Z", + "issueSize": "263447840", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "ecomaterials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e6cc7a00-7623-4cad-aa39-f510b6b30fd6", + "uid": "7ed63b51-c9d2-49c1-a21c-54397f1f0fb5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c854ba61-99b4-4308-a59e-024428e41964", + "positionUid": "3d6e7163-3c93-4d2e-8bf8-7f628ce8b188", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1996-02-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FOCS": { - "figi": "BBG00L0YTFN8", - "ticker": "FOCS", + "FBHS": { + "figi": "BBG001B4BV87", + "ticker": "FBHS", "classCode": "SPBXM", - "isin": "US34417P1003", + "isin": "US34964C1062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Focus Financial Partners Inc", - "exchange": "SPB", - "ipoDate": "2005-06-30T00:00:00Z", - "issueSize": "47255907", + "name": "Fortune Brands Home & Security", + "exchange": "SPB_MORNING", + "issueSize": "154010861", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -5828,84 +5201,84 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf431366-f86a-4510-86b4-b953f3eca6c9", + "uid": "d4950c3c-8f9e-40e5-9081-ce85fdfa1369", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "af0345d7-5df1-432c-ba54-d933d2c0748c", + "positionUid": "0ad96bb2-b792-4421-bf54-720820e265df", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2011-09-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MLAB": { - "figi": "BBG000BP3PW7", - "ticker": "MLAB", + "FATE": { + "figi": "BBG000QP35H2", + "ticker": "FATE", "classCode": "SPBXM", - "isin": "US59064R1095", + "isin": "US31189P1021", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Mesa Laboratories Inc", - "exchange": "SPB", - "issueSize": "4394116", + "name": "Fate Therapeutics Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1997-02-03T00:00:00Z", + "issueSize": "75592739", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "25000000", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d5a4d59d-95be-4869-a382-c528261acbb3", + "uid": "29215ae2-9d6c-450d-96e4-5627c69e3129", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e9dc9911-9228-4715-b29b-0ac9b69e7439", + "positionUid": "20b651f9-4ad8-4bcd-a518-0742f583e69a", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HSC": { - "figi": "BBG000BLH3P8", - "ticker": "HSC", + "SLQT": { + "figi": "BBG000GTP1B6", + "ticker": "SLQT", "classCode": "SPBXM", - "isin": "US4158641070", + "isin": "US8163073005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Harsco Corp", + "name": "SelectQuote", "exchange": "SPB", - "ipoDate": "1956-05-01T00:00:00Z", - "issueSize": "78608410", + "issueSize": "32775000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "700000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 250000000 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5916,35 +5289,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "801c2e46-8ad4-4a60-a6ef-3388d5123793", + "uid": "e6a9ccd4-e12c-48be-a780-f9038f8bf37c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "616839b7-4bba-4a61-b658-e8c1345dc154", + "positionUid": "6bd4ca2c-1cac-401d-a681-68a2bb06ae78", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:31:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:51:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JOUT": { - "figi": "BBG000HCXFS4", - "ticker": "JOUT", + "F": { + "figi": "BBG000BQPC32", + "ticker": "F", "classCode": "SPBXM", - "isin": "US4791671088", + "isin": "US3453708600", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Johnson Outdoors Inc", - "exchange": "SPB", - "ipoDate": "1987-10-09T00:00:00Z", - "issueSize": "8827384", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Ford", + "exchange": "SPB_MORNING", + "ipoDate": "1956-01-26T00:00:00Z", + "issueSize": "3923912316", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "20000000", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 50000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -5957,37 +5354,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b276b24e-8812-4bba-b121-8183214d061e", + "uid": "0d433c6b-d972-48c2-9724-800776d1c70f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "618979fa-53c7-44fb-bac8-111bd930a38e", + "positionUid": "78f759ed-65ce-4611-80c4-0afb5d92cbbd", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:43:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ROCK": { - "figi": "BBG000BKQDQ7", - "ticker": "ROCK", + "SYNH": { + "figi": "BBG0078Y1D92", + "ticker": "SYNH", "classCode": "SPBXM", - "isin": "US3746891072", + "isin": "US87166B1026", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Gibraltar Industries Inc", + "name": "Syneos Health Inc", "exchange": "SPB", - "ipoDate": "1993-11-04T00:00:00Z", - "issueSize": "32202885", + "ipoDate": "2014-11-07T00:00:00Z", + "issueSize": "79470000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -5998,35 +5395,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "146ba149-304d-480a-8d05-17bee4c83977", + "uid": "5e86dca3-b642-438e-b7a5-bbdc6cc421ea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "633643ff-e96c-4f79-9993-5af0ddfe84f5", + "positionUid": "56d20e3f-5189-45d8-b6b4-9d6abb5c41b3", "forIisFlag": true, "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1993-11-05T00:00:00Z", + "first1dayCandleDate": "2014-11-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENTA": { - "figi": "BBG001V9NSB4", - "ticker": "ENTA", + "CCXI": { + "figi": "BBG000PTSB12", + "ticker": "CCXI", "classCode": "SPBXM", - "isin": "US29251M1062", + "isin": "US16383L1061", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 577500000 + }, + "dshort": { + "units": "0", + "nano": 674400000 + }, + "dlongMin": { + "units": "0", + "nano": 350000000 + }, + "dshortMin": { + "units": "0", + "nano": 294000000 + }, "shortEnabledFlag": false, - "name": "Enanta Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "2013-03-21T00:00:00Z", - "issueSize": "19441584", + "name": "ChemoCentryx, Inc", + "exchange": "SPB_MORNING", + "issueSize": "61854015", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "100000000", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -6039,101 +5459,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b74d1d8c-fec4-453f-93d5-1be92e7e306b", + "uid": "6b69af74-4593-4068-96db-6659743c837a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c20bd8be-693e-40f4-b5cf-175ead93621b", + "positionUid": "1a989ed7-b323-4bb0-bd83-4e9946c0d69c", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2013-03-21T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GDOT": { - "figi": "BBG000QDJT53", - "ticker": "GDOT", + "ABM": { + "figi": "BBG000B9YYH7", + "ticker": "ABM", "classCode": "SPBXM", - "isin": "US39304D1028", + "isin": "US0009571003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Green Dot Corp", + "name": "ABM Industries", "exchange": "SPB", - "ipoDate": "2010-07-22T00:00:00Z", - "issueSize": "50455565", + "issueSize": "66630814", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "40529f3f-0e6e-439e-be73-279aa2e3a408", + "uid": "458e56ee-b350-4a0b-892d-35c62014c41b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d6934bbd-fd84-40a3-ad18-2db71ba77a5e", + "positionUid": "8982b386-36aa-4d2e-a9a1-158a6cc7fbae", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "2010-07-22T00:00:00Z", + "first1minCandleDate": "2022-07-18T13:20:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VRNT": { - "figi": "BBG000BCBYT2", - "ticker": "VRNT", + "WSO": { + "figi": "BBG000DJN7L9", + "ticker": "WSO", "classCode": "SPBXM", - "isin": "US92343X1000", + "isin": "US9426222009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Verint Systems Inc", + "name": "Watsco Inc", "exchange": "SPB", - "issueSize": "65773328", + "issueSize": "32005941", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8b92abd0-a21e-4cc0-ade9-3502c3c9038c", + "uid": "bf2c1f6e-2e76-4335-97d5-37e374db292e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1298cad8-c57a-4f3a-8fd6-e76b87e00bad", + "positionUid": "137bb47a-7cda-4573-a999-47053e820703", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:37:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:41:00Z", + "first1dayCandleDate": "1990-07-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LOW": { - "figi": "BBG000BNDN65", - "ticker": "LOW", + "HUM": { + "figi": "BBG000BLKK03", + "ticker": "HUM", "classCode": "SPBXM", - "isin": "US5486611073", + "isin": "US4448591028", "lot": 1, "currency": "usd", "klong": { @@ -6160,21 +5579,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Lowe's", + "shortEnabledFlag": false, + "name": "Humana", "exchange": "SPB", - "ipoDate": "1961-10-01T00:00:00Z", - "issueSize": "706890137", + "ipoDate": "1971-05-18T00:00:00Z", + "issueSize": "137186880", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 166666000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6185,61 +5604,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b34959df-518b-433d-8f1c-78ea0daa16ad", + "uid": "902afb0a-9a04-41da-a9eb-df4ae2473938", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f82a60f-c575-4215-9d68-25d2b170617d", + "positionUid": "157fb3aa-b429-4d41-a5f8-254205bb5776", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:56:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTG": { - "figi": "BBG000CBMH27", - "ticker": "MTG", - "classCode": "SPBXM", - "isin": "US5528481030", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "MGIC Investment Corp", - "exchange": "SPB", - "ipoDate": "2017-05-25T00:00:00Z", - "issueSize": "340641277", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "6023557f-bb18-476e-a004-6a339b0ccb95", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f67a6eda-2d0d-4a61-a053-1bf6ad3ca850", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:31:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ICPT": { - "figi": "BBG001J1QN87", - "ticker": "ICPT", + "RIVN": { + "figi": "BBG00741Y1N2", + "ticker": "RIVN", "classCode": "SPBXM", - "isin": "US45845P1084", + "isin": "US76954A1034", "lot": 1, "currency": "usd", "klong": { @@ -6252,34 +5630,34 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 793900000 }, "dshort": { - "units": "0", - "nano": 747700000 + "units": "1", + "nano": 390100000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 546000000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 546000000 }, "shortEnabledFlag": false, - "name": "Intercept Pharmaceuticals Inc", + "name": "Rivian Automotive", "exchange": "SPB", - "issueSize": "24331526", + "issueSize": "101327571", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "35000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "electrocars", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6290,36 +5668,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9b4e1c7-d49e-4be9-8db0-1a12537e0069", + "uid": "1402c4dd-c98b-42a0-aa81-e18d898dce6c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "114dfab8-fdaa-434f-a2f4-acf1f0d7e34a", + "positionUid": "fa6f4656-4e88-4a52-ad45-c59ef0895c24", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:08:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-17T12:30:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IEX": { - "figi": "BBG000C1HN22", - "ticker": "IEX", + "ABC": { + "figi": "BBG000MDCQC2", + "ticker": "ABC", "classCode": "SPBXM", - "isin": "US45167R1041", + "isin": "US03073E1055", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "IDEX Corp", + "name": "AmerisourceBergen Corp", "exchange": "SPB", - "issueSize": "76680296", + "issueSize": "205632943", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6330,36 +5708,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d4298ff-f5ce-4065-954d-2f96e861baa8", + "uid": "9151eab1-f7bd-4972-8f1c-e20cef0dfc27", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fd1e38d7-e681-4f69-9434-ec74efa0b7d0", + "positionUid": "225e7220-b916-4b97-bc62-634792db446e", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1minCandleDate": "2020-05-18T12:31:00Z", "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DUOL": { - "figi": "BBG003D4V951", - "ticker": "DUOL", + "CENTA": { + "figi": "BBG000KTYB56", + "ticker": "CENTA", "classCode": "SPBXM", - "isin": "US26603R1068", + "isin": "US1535272058", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Duolingo", + "name": "Central Garden & Pet Co", "exchange": "SPB", - "issueSize": "15796838", + "issueSize": "44476424", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "2000000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6370,37 +5748,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de24db88-d6da-4df4-b5ff-04767bc008c4", + "uid": "9152dafe-a004-4820-ad97-89ea4a448907", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0f5677aa-23f3-4287-92a4-4632c13df644", + "positionUid": "89f101af-9c28-4aa3-a613-a2bea9da6001", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T09:05:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2007-02-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "INSP": { - "figi": "BBG00209SZJ7", - "ticker": "INSP", + "CVM": { + "figi": "BBG000H5G6L5", + "ticker": "CVM", "classCode": "SPBXM", - "isin": "US4577301090", + "isin": "US1508376076", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 710600000 + }, + "dshort": { + "units": "1", + "nano": 137400000 + }, + "dlongMin": { + "units": "0", + "nano": 462000000 + }, + "dshortMin": { + "units": "0", + "nano": 462000000 + }, "shortEnabledFlag": false, - "name": "Inspire Medical Systems Inc", + "name": "CEL SCI Corporation", "exchange": "SPB", - "ipoDate": "2018-05-03T00:00:00Z", - "issueSize": "24062690", + "issueSize": "40529278", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "200000000", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6411,20 +5812,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fe7e42e0-03d6-4cc7-91b9-deda41310b05", + "uid": "f13fc516-c155-4327-843f-0f620e01e57c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8ddb6bac-dbad-4b1e-9ddb-f1c0c7e5b805", + "positionUid": "3128fa7e-633c-4329-988f-e895f5cb9fde", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:55:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-06-01T12:24:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TSLA": { - "figi": "BBG000N9MNX3", - "ticker": "TSLA", + "EW": { + "figi": "BBG000BRXP69", + "ticker": "EW", "classCode": "SPBXM", - "isin": "US88160R1014", + "isin": "US28176E1082", "lot": 1, "currency": "usd", "klong": { @@ -6436,34 +5837,33 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 515400000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 231000000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Tesla Motors", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "2010-06-29T00:00:00Z", - "issueSize": "990015158", + "shortEnabledFlag": false, + "name": "Edwards Lifesciences", + "exchange": "SPB_MORNING", + "issueSize": "212878828", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "350000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -6476,101 +5876,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c370ffb2-9b34-458c-8e5f-730a1c078633", + "uid": "1b43e4a0-7f0b-4de0-acca-968a7c448dbd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1059b7f4-f42a-4bb2-85dc-127727eb2742", + "positionUid": "6a99ff39-0a26-41af-bc72-a70de2803b56", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:47:00Z", - "first1dayCandleDate": "2010-06-29T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2000-03-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HE": { - "figi": "BBG000BL0P40", - "ticker": "HE", + "SSA@GS": { + "figi": "BBG000G7B4C2", + "ticker": "SSA@GS", "classCode": "SPBXM", - "isin": "US4198701009", + "isin": "US48122U2042", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hawaiian Electric Industries, Inc.", - "exchange": "SPB", - "issueSize": "109181124", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "200000000", + "name": "Sistema PJSFC", + "exchange": "LSE", + "issueSize": "482500000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "79633150", "nominal": { "currency": "usd", - "units": "0", + "units": "20", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca3df003-d43b-4c61-850d-674e34f569a0", + "uid": "e14977af-024f-4afd-807b-6926024332cc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "103251b7-bb1e-4dfd-aa63-5d6a8c118ed3", + "positionUid": "d39a003b-748a-4d92-a7cf-14c218b3337c", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:34:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-04-22T07:06:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ON": { - "figi": "BBG000DV7MX4", - "ticker": "ON", + "IGMS": { + "figi": "BBG00PNR1BT2", + "ticker": "IGMS", "classCode": "SPBXM", - "isin": "US6821891057", + "isin": "US4495851085", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "ON Semiconductor Corp", + "name": "IGM Biosciences Inc", "exchange": "SPB", - "ipoDate": "2000-04-28T00:00:00Z", - "issueSize": "416962802", + "issueSize": "24159705", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6581,20 +5956,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f757c5a8-1e88-48b4-8aed-d91e4c6454c8", + "uid": "5325952b-ad4e-498b-8433-7407c959c9b6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c20600ff-d804-49b8-ba35-bfe7a0f064de", + "positionUid": "1827a665-d0b0-47f1-8733-8ec5c403d7e1", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:28:00Z", - "first1dayCandleDate": "2000-04-28T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MSTR": { - "figi": "BBG000GQJPZ0", - "ticker": "MSTR", + "SNY": { + "figi": "BBG000BBD5N1", + "ticker": "SNY", "classCode": "SPBXM", - "isin": "US5949724083", + "isin": "US80105N1054", "lot": 1, "currency": "usd", "klong": { @@ -6611,7 +5986,7 @@ }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -6619,112 +5994,126 @@ }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "MicroStrategy Inc", + "name": "Sanofi", "exchange": "SPB_MORNING", - "ipoDate": "1998-06-11T00:00:00Z", - "issueSize": "7783443", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "330000000", + "issueSize": "2526866030", + "countryOfRisk": "FR", + "countryOfRiskName": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c68ff96-b323-4222-ab73-34d07afd17e8", + "uid": "78b68cd0-c01f-4223-8f23-51d1af6d1e43", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "60e2ba3e-c79c-45a5-aae4-e1440b1adb39", + "positionUid": "17b7c023-6408-43b8-918a-b9111130a248", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1998-06-11T00:00:00Z", + "first1minCandleDate": "2019-04-17T11:00:00Z", + "first1dayCandleDate": "2002-07-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MBT": { - "figi": "BBG000CSZKR2", - "ticker": "MBT", + "FLGT": { + "figi": "BBG00DR7LTG2", + "ticker": "FLGT", "classCode": "SPBXM", - "isin": "US6074091090", + "isin": "US3596641098", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 + "shortEnabledFlag": false, + "name": "Fulgent Genetics", + "exchange": "SPB", + "issueSize": "21836800", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 }, - "dshortMin": { - "units": "1", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "bbf021fc-d53e-49a9-b442-39d7f3a3bd2f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ab3f8dd3-6cb5-413c-bde7-088dcea378e9", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T12:32:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "BOH": { + "figi": "BBG000C8D8G9", + "ticker": "BOH", + "classCode": "SPBXM", + "isin": "US0625401098", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "АДР МТС", + "name": "Bank of Hawaii", "exchange": "SPB", - "ipoDate": "2000-06-30T00:00:00Z", - "issueSize": "999190788", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "0", + "issueSize": "39954880", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b81db9ec-6e04-4963-94ec-752c40dea413", + "uid": "9ca15d43-b476-4645-8df1-d6577848df0f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "243f4210-a28d-45ae-a085-c58dfc27fd46", + "positionUid": "f8d7a9ec-cfd4-44fe-94d6-8b2089eb9cb2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:08:00Z", - "first1dayCandleDate": "2000-06-30T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:34:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CLX": { - "figi": "BBG000BFS7D3", - "ticker": "CLX", + "DXCM": { + "figi": "BBG000QTF8K1", + "ticker": "DXCM", "classCode": "SPBXM", - "isin": "US1890541097", + "isin": "US2521311074", "lot": 1, "currency": "usd", "klong": { @@ -6751,101 +6140,100 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "The Clorox Company", - "exchange": "SPB", - "issueSize": "129507979", + "shortEnabledFlag": true, + "name": "DexCom Inc", + "exchange": "SPB_MORNING", + "issueSize": "392581776", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "27c45fca-6ca2-485a-bdb0-fdc990a0a923", + "uid": "3bc178bd-f5ca-494e-a620-c66c09927e08", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc29fe34-de70-40b1-a512-2558b5a2f485", + "positionUid": "137da4ad-8b01-4301-b880-4aca00d4e2aa", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:20:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "USM": { - "figi": "BBG000BW6P59", - "ticker": "USM", + "FAF": { + "figi": "BBG000V78V75", + "ticker": "FAF", "classCode": "SPBXM", - "isin": "US9116841084", + "isin": "US31847R1023", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "United States Cellular Corp", + "name": "First American Financial Corporation", "exchange": "SPB", - "ipoDate": "1988-05-04T00:00:00Z", - "issueSize": "53348200", + "issueSize": "109919919", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "140000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9d8050b1-8932-4bd5-99ff-c30a856f59ec", + "uid": "fb9583dc-9690-4507-9521-6b0286fc0429", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b56f15b5-f7b0-473a-94f2-7727cb711e54", + "positionUid": "896c05ac-63a0-47fc-bee5-ddab0f9b96c8", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2022-07-18T13:14:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DLB": { - "figi": "BBG000DGLTG5", - "ticker": "DLB", + "AORT": { + "figi": "BBG000BMLVJ6", + "ticker": "AORT", "classCode": "SPBXM", - "isin": "US25659T1079", + "isin": "US2289031005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dolby Laboratories Inc", + "name": "Artivion", "exchange": "SPB", - "issueSize": "62434488", + "issueSize": "39329580", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -6856,35 +6244,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e8ff24ab-d27e-4ae1-b26c-5543394c5f40", + "uid": "e0e607a3-d6df-44b5-b139-65f8668668d9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6da8a5e5-f767-4d5a-9d8c-e247339f967d", + "positionUid": "f697f2c0-9111-407b-94ea-f90437ea08a4", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T12:15:00Z", - "first1dayCandleDate": "2005-02-17T00:00:00Z", + "first1minCandleDate": "2022-01-28T13:03:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KNX": { - "figi": "BBG000BFC848", - "ticker": "KNX", - "classCode": "SPBXM", - "isin": "US4990491049", - "lot": 1, - "currency": "usd", + "IRKT": { + "figi": "BBG000FWGSZ5", + "ticker": "IRKT", + "classCode": "TQBR", + "isin": "RU0006752979", + "lot": 100, + "currency": "rub", "shortEnabledFlag": false, - "name": "Knight-Swift Transportation", - "exchange": "SPB", - "ipoDate": "2010-12-16T00:00:00Z", - "issueSize": "173118775", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "\u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0446\u0438\u044f \u0418\u0420\u041a\u0423\u0422", + "exchange": "MOEX", + "ipoDate": "2002-08-15T00:00:00Z", + "issueSize": "2085163865", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", - "issueSizePlan": "500000000", + "issueSizePlan": "791051875", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "3", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -6894,23 +6282,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "9131bd1e-efa3-4cc2-a4ac-cc966424a87e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "467d7d52-80dc-43f3-af15-0013c248d4e4", + "uid": "cfb50a23-2465-497e-bc7e-e4f0e042cf3d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1a583ddf-b4af-426b-890f-2749767a8379", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:28:00Z", - "first1dayCandleDate": "2010-12-16T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:42:00Z", + "first1dayCandleDate": "2004-03-09T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "NU": { - "figi": "BBG0136WM1M4", - "ticker": "NU", + "OVV": { + "figi": "BBG00R2NHQ65", + "ticker": "OVV", "classCode": "SPBXM", - "isin": "KYG6683N1034", + "isin": "US69047Q1022", "lot": 1, "currency": "usd", "klong": { @@ -6923,98 +6311,98 @@ }, "dlong": { "units": "0", - "nano": 781000000 + "nano": 663600000 }, "dshort": { "units": "1", - "nano": 347000000 + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 532000000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 532000000 + "nano": 420000000 }, - "shortEnabledFlag": false, - "name": "Nubank", - "exchange": "SPB", - "issueSize": "3458439345", - "countryOfRisk": "BR", - "countryOfRiskName": "Федеративная Республика Бразилия", - "sector": "financial", - "issueSizePlan": "317721984", + "shortEnabledFlag": true, + "name": "Ovintiv Inc.", + "exchange": "SPB_MORNING", + "issueSize": "259822447", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 6666 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "531de08d-0b08-4c38-acfa-e75d6c607272", + "uid": "797f46e6-707b-4c03-8082-a7a87d18092d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b8b33f84-1ab9-4a56-960e-165a3f105e88", + "positionUid": "c35657fa-34f2-401e-93a3-c38cde17ddf5", "forIisFlag": true, - "first1minCandleDate": "2021-12-09T13:43:00Z", - "first1dayCandleDate": "2021-12-09T07:00:00Z", + "first1minCandleDate": "2020-01-31T12:38:00Z", + "first1dayCandleDate": "2020-01-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WDFC": { - "figi": "BBG000BWNV93", - "ticker": "WDFC", - "classCode": "SPBXM", - "isin": "US9292361071", + "BJ": { + "figi": "BBG00FQ8T4G3", + "ticker": "BJ", + "classCode": "SPBXM", + "isin": "US05550J1016", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "WD-40 Co", - "exchange": "SPB", - "issueSize": "13706715", + "name": "BJs Wholesale Club Holdings, Inc.", + "exchange": "SPB_MORNING", + "issueSize": "137942895", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "36000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a938cbfe-a43f-4bb0-9fd8-e0282eb4f1f8", + "uid": "a7db18cb-2609-42ea-afce-2c928c744865", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a6a248c7-5570-45f5-a1f7-d83659baece1", + "positionUid": "51c52901-e326-4f44-8254-d4213eed4b77", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:50:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T13:24:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BXP": { - "figi": "BBG000BS5CM9", - "ticker": "BXP", + "IRBT": { + "figi": "BBG000HXJB21", + "ticker": "IRBT", "classCode": "SPBXM", - "isin": "US1011211018", + "isin": "US4627261005", "lot": 1, "currency": "usd", "klong": { @@ -7027,59 +6415,58 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 501600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 294000000 }, "shortEnabledFlag": true, - "name": "Boston Properties REIT", + "name": "iRobot Corp", "exchange": "SPB", - "ipoDate": "1997-06-17T00:00:00Z", - "issueSize": "154567750", + "issueSize": "29672165", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7301917e-d6af-4064-a012-40f26dee0a60", + "uid": "d87c72e1-4d04-4554-8665-01b250091a17", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "93702421-1a0c-40e9-aa85-63e68de71587", + "positionUid": "109ef7bf-5a4c-4deb-98bf-826c62c008a5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:35:00Z", - "first1dayCandleDate": "1997-06-18T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2005-11-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CSGP": { - "figi": "BBG000D7JKW9", - "ticker": "CSGP", + "VMC": { + "figi": "BBG000BWGYF8", + "ticker": "VMC", "classCode": "SPBXM", - "isin": "US22160N1090", + "isin": "US9291601097", "lot": 1, "currency": "usd", "klong": { @@ -7107,142 +6494,166 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "CoStar Group Inc", + "name": "Vulcan Materials", "exchange": "SPB", - "ipoDate": "1998-07-01T00:00:00Z", - "issueSize": "36541576", + "issueSize": "132309274", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "480000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a44a1ac5-9174-4885-b665-6b51f499dea3", + "uid": "a11b0004-bcfa-45fe-955b-2985c1659937", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "90307261-ad3a-4559-baea-46ee53262a9f", + "positionUid": "99c2d835-8626-4195-adbc-6252b97ce937", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NEWR": { - "figi": "BBG001NFKJ68", - "ticker": "NEWR", + "NTAP": { + "figi": "BBG000FP1N32", + "ticker": "NTAP", "classCode": "SPBXM", - "isin": "US64829B1008", + "isin": "US64110D1046", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "New Relic Inc", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "NetApp", "exchange": "SPB", - "ipoDate": "2014-12-12T00:00:00Z", - "issueSize": "50838974", + "ipoDate": "1995-11-20T00:00:00Z", + "issueSize": "223629424", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "100000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "09de25da-9444-4a51-b6f2-6efdc6770dd8", + "uid": "cf55659b-cad3-4b83-9eba-70040b591b6b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "095f6949-4986-4456-aa32-b16fe24f3346", + "positionUid": "3f34b498-21bd-4220-af23-6caaa5d5428f", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:59:00Z", - "first1dayCandleDate": "2014-12-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T11:50:00Z", + "first1dayCandleDate": "1995-11-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PD": { - "figi": "BBG0043BYPB8", - "ticker": "PD", - "classCode": "SPBXM", - "isin": "US69553P1003", - "lot": 1, - "currency": "usd", + "MRKV": { + "figi": "BBG000PKWCQ7", + "ticker": "MRKV", + "classCode": "TQBR", + "isin": "RU000A0JPPN4", + "lot": 10000, + "currency": "rub", "shortEnabledFlag": false, - "name": "Pagerduty Inc", - "exchange": "SPB", - "ipoDate": "2019-04-11T00:00:00Z", - "issueSize": "76086024", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "85000000", + "name": "\u041c\u0420\u0421\u041a \u0412\u043e\u043b\u0433\u0438", + "exchange": "MOEX", + "ipoDate": "2007-10-10T00:00:00Z", + "issueSize": "188307958732", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 5000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000 }, "apiTradeAvailableFlag": true, - "uid": "0161bcfd-6d2f-42c1-8e3d-2acdeb8ec77e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2e8f346c-dade-471b-b063-43844ae8a659", + "uid": "8ec4edb6-b779-4e3c-9146-b11210174d51", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e25fe2d1-1e19-4699-b965-696f0b6ae15a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:13:00Z", - "first1dayCandleDate": "2019-04-11T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:09:00Z", + "first1dayCandleDate": "2008-09-09T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 5e-05 }, - "GSHD": { - "figi": "BBG00KHHBMC5", - "ticker": "GSHD", + "SMG": { + "figi": "BBG000BT5PG5", + "ticker": "SMG", "classCode": "SPBXM", - "isin": "US38267D1090", + "isin": "US8101861065", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Goosehead Insurance, Inc.", + "name": "Scotts Miracle-Gro Co The", "exchange": "SPB", - "issueSize": "16071601", + "ipoDate": "1992-01-31T00:00:00Z", + "issueSize": "55365798", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -7253,70 +6664,71 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "93237253-bc46-4f7c-88af-7774e5d25dca", + "uid": "ba12afb1-9ea7-4283-a76c-07ff4aa13b8a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1a785bbb-d6bc-4f3d-a6f4-1e2d91f391ab", + "positionUid": "a11e80ef-692f-4e16-be1b-9463c1305125", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1992-01-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DISH": { - "figi": "BBG000C2YHG9", - "ticker": "DISH", + "ALE": { + "figi": "BBG000CYW7N5", + "ticker": "ALE", "classCode": "SPBXM", - "isin": "US25470M1099", + "isin": "US0185223007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "DISH Network Corp", + "name": "ALLETE, Inc.", "exchange": "SPB", - "issueSize": "229081093", + "issueSize": "51271007", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a931e130-54f1-4188-8762-3db51805e333", + "uid": "2d7f3b41-9632-41c0-87d9-0c6452aae76f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aaa51150-b07c-4b3c-9f88-097e1f789576", + "positionUid": "0bc56e96-ce93-4902-b46d-d2f7e4348e40", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BLMN": { - "figi": "BBG002VZ68Y2", - "ticker": "BLMN", + "BAH": { + "figi": "BBG000R2YFG7", + "ticker": "BAH", "classCode": "SPBXM", - "isin": "US0942351083", + "isin": "US0995021062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Bloomin Brands, Inc.", - "exchange": "SPB", - "issueSize": "93406463", + "name": "Booz Allen Hamilton", + "exchange": "SPB_MORNING", + "ipoDate": "2010-11-17T00:00:00Z", + "issueSize": "145062716", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "475000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", @@ -7333,61 +6745,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "976debde-4e2c-4796-b588-2339b70cb33a", + "uid": "67e771e1-d025-43ee-90a6-57b3d730aeb2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "525c6041-ea55-4cec-a392-7dc754f56c63", + "positionUid": "d781bd63-5edf-4fa7-a09f-196edf344710", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:02:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:35:00Z", + "first1dayCandleDate": "2010-11-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TCS": { - "figi": "BBG005DXJS36", - "ticker": "TCS", + "COHR": { + "figi": "BBG000BG1DH3", + "ticker": "COHR", "classCode": "SPBXM", - "isin": "US87238U2033", + "isin": "US1924791031", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TCS Group (Tinkoff Bank holder)", - "exchange": "LSE_MORNING", - "ipoDate": "2013-10-22T00:00:00Z", - "issueSize": "96239288", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "0", + "name": "Coherent Inc", + "exchange": "SPB", + "issueSize": "24625124", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bc5f63dc-b26e-4004-bf32-c0dcecfb323d", + "uid": "09bcd506-22b6-4ee4-b049-8f6b02aec41d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "768afea9-4668-4273-b3e6-7e7acc646c7d", + "positionUid": "ebd67dd2-0fe2-4d8c-adc3-346486f3db88", "forIisFlag": true, - "first1minCandleDate": "2018-05-11T09:06:00Z", - "first1dayCandleDate": "2013-10-22T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IVZ": { - "figi": "BBG000BY2Y78", - "ticker": "IVZ", + "WMT": { + "figi": "BBG000BWXBC2", + "ticker": "WMT", "classCode": "SPBXM", - "isin": "BMG491BT1088", + "isin": "US9311421039", "lot": 1, "currency": "usd", "klong": { @@ -7415,17 +6826,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Invesco", - "exchange": "SPB", - "issueSize": "411335893", + "name": "Wal-Mart Stores", + "exchange": "SPB_MORNING", + "ipoDate": "1970-10-01T00:00:00Z", + "issueSize": "2788497816", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1050000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -7438,20 +6850,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f720aaf-1eff-4fda-8846-71d73ab31b15", + "uid": "19dfb3f6-2222-4eb4-93b6-f2500aa97e82", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "39e13a9d-2de1-4656-a952-e2807cf12f40", + "positionUid": "9fec1387-1c41-45b7-9a3a-d37977d25af5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:14:00Z", - "first1dayCandleDate": "1995-08-25T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:33:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EW": { - "figi": "BBG000BRXP69", - "ticker": "EW", + "TSN": { + "figi": "BBG000DKCC19", + "ticker": "TSN", "classCode": "SPBXM", - "isin": "US28176E1082", + "isin": "US9024941034", "lot": 1, "currency": "usd", "klong": { @@ -7463,109 +6875,29 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, - "shortEnabledFlag": false, - "name": "Edwards Lifesciences", - "exchange": "SPB", - "issueSize": "212878828", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "350000000", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "1b43e4a0-7f0b-4de0-acca-968a7c448dbd", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6a99ff39-0a26-41af-bc72-a70de2803b56", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-03-27T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PNFP": { - "figi": "BBG000C1XKF6", - "ticker": "PNFP", - "classCode": "SPBXM", - "isin": "US72346Q1040", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Pinnacle Financial Partners In", - "exchange": "SPB", - "issueSize": "77531750", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "180000000", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "0944abb7-c9e6-4335-b421-bf06f6e7c4c1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df466120-1921-4ae8-a17d-f6b6f10f6b0b", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "NYT": { - "figi": "BBG000FFC0B3", - "ticker": "NYT", - "classCode": "SPBXM", - "isin": "US6501111073", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "New York Times", - "exchange": "SPB", - "issueSize": "165235217", + "shortEnabledFlag": true, + "name": "Tyson Foods", + "exchange": "SPB_MORNING", + "issueSize": "294815725", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", @@ -7582,36 +6914,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6cdb74c4-2100-433b-9d6d-34961a322611", + "uid": "95455b8c-3813-4cd0-acfc-5459d8f9048d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a488ce8-76d3-490a-86b5-e3e769396fd2", + "positionUid": "c3b400cb-f206-4e25-a882-9bdfa7591612", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:55:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CVET": { - "figi": "BBG00KR691K8", - "ticker": "CVET", + "RXRX": { + "figi": "BBG00PQ4XJ45", + "ticker": "RXRX", "classCode": "SPBXM", - "isin": "US22304C1009", + "isin": "US75629V1044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Covetrus Inc", + "name": "Recursion Pharmaceuticals, Inc.", "exchange": "SPB", - "issueSize": "111338881", + "issueSize": "159015551", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "1989032117", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -7622,22 +6954,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "84b95e10-63be-430b-ad6a-a195a5033461", + "uid": "d4e42dba-694f-4a1c-89d5-e131ef22e93d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e2f42e81-2dd6-45e9-9874-7b28ce229b26", + "positionUid": "44271037-beb1-4381-9b15-471dd6768af8", "forIisFlag": true, - "first1minCandleDate": "2019-02-19T14:28:00Z", - "first1dayCandleDate": "2019-02-05T00:00:00Z", + "first1minCandleDate": "2021-07-09T13:30:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "YNDX": { - "figi": "BBG006L8G4H1", - "ticker": "YNDX", - "classCode": "TQBR", - "isin": "NL0009805522", + "HPQ": { + "figi": "BBG000KHWT55", + "ticker": "HPQ", + "classCode": "SPBXM", + "isin": "US40434L1052", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -7648,116 +6980,115 @@ }, "dlong": { "units": "0", - "nano": 521100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 635900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 308000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 279000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Yandex", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2011-05-24T00:00:00Z", - "issueSize": "323800479", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "name": "HP", + "exchange": "SPB_MORNING", + "ipoDate": "1957-11-06T00:00:00Z", + "issueSize": "1152518738", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10e17a87-3bce-4a1f-9dfc-720396f98a3c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cb51e157-1f73-4c62-baac-93f11755056a", + "uid": "2118809d-994e-422d-b0a1-7806eb4992ef", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b3d8e72f-d26a-4052-a5c5-e066ff66072b", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:38:00Z", - "first1dayCandleDate": "2014-06-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "BLNK": { - "figi": "BBG000F9XKN7", - "ticker": "BLNK", + "NTR": { + "figi": "BBG00JM9XLN6", + "ticker": "NTR", "classCode": "SPBXM", - "isin": "US09354A1007", + "isin": "CA67077M1086", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Blink Charging Co", + "name": "Nutrien", "exchange": "SPB", - "issueSize": "31747100", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "issueSize": "644197473", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12046c31-cd4b-4798-b3a2-88d5f2fe6108", + "uid": "1829a1df-8848-426e-865e-4968e98c21ab", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b14fad2a-a647-41cd-85b6-f462720a4636", + "positionUid": "8df22397-5d2a-4015-a7a1-0248a633f09a", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:40:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2022-01-28T14:30:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TNET": { - "figi": "BBG000BR2040", - "ticker": "TNET", + "AOUT": { + "figi": "BBG00QV8FS02", + "ticker": "AOUT", "classCode": "SPBXM", - "isin": "US8962881079", + "isin": "US02875D1090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TriNet Group Inc", + "name": "American Outdoor Brands Inc", "exchange": "SPB", - "ipoDate": "2014-03-27T00:00:00Z", - "issueSize": "69991585", + "issueSize": "13883522", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 25000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -7768,101 +7099,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d91497c-7fee-4c13-9832-9e6321f21f01", + "uid": "3e20bfa3-c019-4326-9ebc-c7b4cd4bb82f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "93c651d0-5f42-4bcf-bdfe-f380757eb4df", + "positionUid": "dd68e091-0522-4101-b7d9-58ebc9863e25", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:37:00Z", - "first1dayCandleDate": "2014-03-27T00:00:00Z", + "first1minCandleDate": "2020-08-27T13:04:00Z", + "first1dayCandleDate": "2020-08-27T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PBH": { - "figi": "BBG000QM0RZ4", - "ticker": "PBH", + "RGLD": { + "figi": "BBG000BS5170", + "ticker": "RGLD", "classCode": "SPBXM", - "isin": "US74112D1019", + "isin": "US7802871084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Prestige Consumer Healthcare I", + "name": "Royal Gold", "exchange": "SPB", - "ipoDate": "2005-02-10T00:00:00Z", - "issueSize": "51798384", + "issueSize": "65453917", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "baaabab9-b930-410f-8f36-e491748b5274", + "uid": "c705915d-395a-40de-a786-00da340df68a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8baa4f86-ee90-49c4-891c-a2c91049d791", + "positionUid": "f314874b-95e7-4cfe-8a73-d90048a37e8d", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:33:00Z", - "first1dayCandleDate": "2005-02-10T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:59:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BRX": { - "figi": "BBG001LFLZZ1", - "ticker": "BRX", + "PAY": { + "figi": "BBG010MW0N84", + "ticker": "PAY", "classCode": "SPBXM", - "isin": "US11120U1051", + "isin": "US70439P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Brixmor Property Group REIT", + "name": "Paymentus Holdings", "exchange": "SPB", - "issueSize": "299806785", + "issueSize": "12380950", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "883950000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "32bc81dd-8d7c-4def-abad-e05d43b3d367", + "uid": "2eac2aaa-6812-42d0-a26c-5ef6fd8c4152", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c1fc1d00-6447-4bf2-ae37-6dc938eb9ec8", + "positionUid": "33bf025c-28c3-47ec-9b97-a73dbf55d24b", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:33:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-07-01T13:30:00Z", + "first1dayCandleDate": "2021-07-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BURL": { - "figi": "BBG004S641N5", - "ticker": "BURL", + "SAGE": { + "figi": "BBG0025X16Y5", + "ticker": "SAGE", "classCode": "SPBXM", - "isin": "US1220171060", + "isin": "US78667J1088", "lot": 1, "currency": "usd", "klong": { @@ -7875,34 +7205,34 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 501600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 294000000 }, - "shortEnabledFlag": false, - "name": "Burlington Stores Inc", + "shortEnabledFlag": true, + "name": "Sage Therapeutics Inc", "exchange": "SPB", - "issueSize": "70597057", + "issueSize": "37167174", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -7913,78 +7243,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4307640c-568e-4bed-b8c1-b483437a7f94", + "uid": "95ff5e26-8344-449d-bd96-23e14e697d8d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "169546c1-0b3d-4e6a-9889-f92f16e6afbb", + "positionUid": "f456cd1a-a2f6-43b9-ad24-371495c5a3df", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:37:00Z", - "first1dayCandleDate": "2013-10-02T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:22:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LNT": { - "figi": "BBG000DW4Q75", - "ticker": "LNT", + "BIGC": { + "figi": "BBG00W1PSSJ0", + "ticker": "BIGC", "classCode": "SPBXM", - "isin": "US0188021085", + "isin": "US08975P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Alliant Energy", - "exchange": "SPB", - "ipoDate": "1993-04-01T00:00:00Z", - "issueSize": "231204360", + "name": "BigCommerce Holdings", + "exchange": "SPB_MORNING", + "issueSize": "18992406", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "480000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "205000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d869dd3e-a389-42d1-aa2c-7cba6192d0f4", + "uid": "8d820b8a-53b0-42ae-8eab-491607323749", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "69a8b572-008d-4b22-bdaa-e56b7cd740bc", + "positionUid": "f7ea329c-509d-4828-8295-93550752ef2a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:53:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SSD": { - "figi": "BBG000JLC8L8", - "ticker": "SSD", + "G": { + "figi": "BBG000RQBFV2", + "ticker": "G", "classCode": "SPBXM", - "isin": "US8290731053", + "isin": "BMG3922B1072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Simpson Manufacturing Co Inc", + "name": "Genpact Limited", "exchange": "SPB", - "ipoDate": "1994-05-25T00:00:00Z", - "issueSize": "46324848", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "160000000", + "issueSize": "187316179", + "countryOfRisk": "BM", + "countryOfRiskName": "", + "sector": "other", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -7995,20 +7323,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f55b5133-ddda-400f-905d-7b432427d3f9", + "uid": "da10b23a-2f0c-4e13-8e18-8393d95e0b3a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9263cb63-3008-4ef8-b355-e97abdd59ab4", + "positionUid": "64c85e96-c7a1-437e-b368-616d47e6c838", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:36:00Z", - "first1dayCandleDate": "1994-05-26T00:00:00Z", + "first1minCandleDate": "2022-01-28T14:26:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "APA": { - "figi": "BBG00YTS96G2", - "ticker": "APA", + "GLW": { + "figi": "BBG000BKFZM4", + "ticker": "GLW", "classCode": "SPBXM", - "isin": "US03743Q1085", + "isin": "US2193501051", "lot": 1, "currency": "usd", "klong": { @@ -8021,32 +7349,32 @@ }, "dlong": { "units": "0", - "nano": 613100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 898900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 378000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 378000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "APA Corporation", - "exchange": "SPB", - "issueSize": "378021539", + "name": "Corning", + "exchange": "SPB_MORNING", + "issueSize": "854032129", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "860000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "3800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 625000000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -8059,20 +7387,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "62582a1d-dd77-49bd-a987-492209b98593", + "uid": "e118e3d8-0576-476a-844a-89b37e6b16ec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5ec3a0de-80b4-4572-ba48-0a18c9f371fd", + "positionUid": "3f5adae6-68bf-4c08-94d2-aa3a105991a1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:21:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ES": { - "figi": "BBG000BQ87N0", - "ticker": "ES", + "WLK": { + "figi": "BBG000PXZFW2", + "ticker": "WLK", "classCode": "SPBXM", - "isin": "US30040W1080", + "isin": "US9604131022", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Westlake Corporation", + "exchange": "SPB", + "issueSize": "128783338", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "300000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9dd5ddc1-6b9c-4bc2-8f9d-f080ca2db669", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1d71be82-a18e-42aa-8fe1-23fa33b5af9a", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2004-08-11T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "HEAR": { + "figi": "BBG000BM6N47", + "ticker": "HEAR", + "classCode": "SPBXM", + "isin": "US9004502061", "lot": 1, "currency": "usd", "klong": { @@ -8085,99 +7453,98 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 793900000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 390100000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 546000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 546000000 }, - "shortEnabledFlag": false, - "name": "Eversource Energy", + "shortEnabledFlag": true, + "name": "Turtle Beach Corp", "exchange": "SPB", - "ipoDate": "1967-02-20T00:00:00Z", - "issueSize": "316885808", + "issueSize": "13683997", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "380000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "25000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0f40dd57-5235-4b8a-9453-f8fe728c4b30", + "uid": "d82c215e-1c8c-498f-a942-01be511e05ce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3747c508-cc81-45c8-a71c-1cd1ee7e8141", + "positionUid": "2b80b08a-b39d-4247-ab68-7aefef3557d7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T10:50:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:48:00Z", + "first1dayCandleDate": "2010-10-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CHE": { - "figi": "BBG000C19QW1", - "ticker": "CHE", + "PLAN": { + "figi": "BBG002DZS299", + "ticker": "PLAN", "classCode": "SPBXM", - "isin": "US16359R1032", + "isin": "US03272L1089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Chemed Corp", + "name": "Anaplan Inc", "exchange": "SPB", - "issueSize": "15967469", + "issueSize": "126400000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1750000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6a41745f-eb22-46b5-a22f-f4d6ec160a4f", + "uid": "29cd2be4-c46f-4232-b9eb-5c1fc461436f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e78c4b3f-780e-4e7f-b53c-48c10a82f2b6", + "positionUid": "4659d7b1-8457-4597-8d73-3f666fbfd460", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:32:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NTRS": { - "figi": "BBG000BQ74K1", - "ticker": "NTRS", + "QRTEA": { + "figi": "BBG000PCQQL6", + "ticker": "QRTEA", "classCode": "SPBXM", - "isin": "US6658591044", + "isin": "US74915M1009", "lot": 1, "currency": "usd", "klong": { @@ -8205,19 +7572,19 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Northern Trust", + "name": "Qurate Retail Inc", "exchange": "SPB", - "issueSize": "218411773", + "issueSize": "400279393", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 666666000 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -8228,75 +7595,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d84d1a7f-4ce4-4dda-9cce-1e4b60698367", + "uid": "20e6cc51-a22d-45ce-af70-1254a3b95619", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e1d1969f-2bc3-44b8-88be-ca667296a758", + "positionUid": "ce805df2-f7dd-470a-82ea-29eff12e767b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-13T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2006-05-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DECK": { - "figi": "BBG000BKXYX5", - "ticker": "DECK", + "CAT": { + "figi": "BBG000BF0K17", + "ticker": "CAT", "classCode": "SPBXM", - "isin": "US2435371073", + "isin": "US1491231015", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Deckers Outdoor Corp", - "exchange": "SPB", - "ipoDate": "1993-10-14T00:00:00Z", - "issueSize": "29130988", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "125000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "b20b4a75-f05c-434f-a2db-b2f66f05e2cd", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4af1ccf3-3e3b-48b1-831f-2d544c6947de", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T12:38:00Z", - "first1dayCandleDate": "1993-10-15T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ASH": { - "figi": "BBG00D0Y81M1", - "ticker": "ASH", - "classCode": "SPBXM", - "isin": "US0441861046", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Ashland Global Holdings Inc", - "exchange": "SPB", - "issueSize": "62618494", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Caterpillar", + "exchange": "SPB_MORNING", + "issueSize": "547471467", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -8309,102 +7659,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "61aa2324-21ab-4c0f-95b0-ebf3aea48ccb", + "uid": "4c34ff9c-5292-4b03-b812-b6a512aac1e1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "16a8045e-529c-4f4f-8a9b-b7a01370cda8", + "positionUid": "e2d3dfbe-ef40-435a-8c5e-554e66b39c7f", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:38:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:22:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DPZ": { - "figi": "BBG000P458P3", - "ticker": "DPZ", - "classCode": "SPBXM", - "isin": "US25754A2015", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Domino's Pizza Inc", - "exchange": "SPB", - "issueSize": "48090758", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "170000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "70a38674-b8f6-456e-a312-85848126a71a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "90859010-b2f1-48c1-a939-5e5455b26796", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T11:45:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MPWR": { - "figi": "BBG000C30L48", - "ticker": "MPWR", + "NEM": { + "figi": "BBG000BPWXK1", + "ticker": "NEM", "classCode": "SPBXM", - "isin": "US6098391054", + "isin": "US6516391066", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Monolithic Power Systems", - "exchange": "SPB", - "issueSize": "41516913", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "150000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "27299c1c-9da6-46c7-97d9-d954b156e587", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cff3311b-43d1-44ad-8cd7-c72306784315", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "VTBR": { - "figi": "BBG004730ZJ9", - "ticker": "VTBR", - "classCode": "TQBR", - "isin": "RU000A0JP5V6", - "lot": 10000, - "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -8415,73 +7685,32 @@ }, "dlong": { "units": "0", - "nano": 288100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 509900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 156200000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 228800000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Банк ВТБ", - "exchange": "MOEX", - "ipoDate": "2006-09-29T00:00:00Z", - "issueSize": "12960541337338", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "5211112400000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 5000 - }, - "apiTradeAvailableFlag": true, - "uid": "8e2b0325-0292-4654-8a18-4f63ed3b0e09", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2007-05-28T07:00:00Z", - "type": "Shares", - "step": 0.000005 - }, - "KTB": { - "figi": "BBG00LPTHYD5", - "ticker": "KTB", - "classCode": "SPBXM", - "isin": "US50050N1037", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Kontoor Brands Inc", - "exchange": "SPB", - "issueSize": "15702738", + "name": "Newmont Goldcorp Corporation", + "exchange": "SPB_MORNING", + "issueSize": "799126123", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "1280000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 0 + "units": "1", + "nano": 600000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -8494,115 +7723,138 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ebd4310-1c6b-43af-97f4-7537438b36b8", + "uid": "f11a7a6d-c64c-4636-8887-38b113c4aeac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "35844fa3-36b6-4645-a563-595c17c41759", + "positionUid": "aaab1ebc-ff0c-4bae-b3ca-d451d8041273", "forIisFlag": true, - "first1minCandleDate": "2019-05-31T13:29:00Z", - "first1dayCandleDate": "2019-05-09T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:11:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CABO": { - "figi": "BBG000F02T51", - "ticker": "CABO", + "MIDD": { + "figi": "BBG000DQN9R3", + "ticker": "MIDD", "classCode": "SPBXM", - "isin": "US12685J1051", + "isin": "US5962781010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cable One", + "name": "Middleby Corp The", "exchange": "SPB", - "issueSize": "5724190", + "issueSize": "55671756", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a9f98ba-e9b2-40cf-b986-ccb587e88d83", + "uid": "c0578cba-2246-4ef4-9a79-8c16f79f9867", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "06157be9-888c-449d-a174-8dbcb994dc8f", + "positionUid": "9e1475d3-815c-4cf8-a76e-5f3ecc788139", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:31:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BJ": { - "figi": "BBG00FQ8T4G3", - "ticker": "BJ", + "YUMC": { + "figi": "BBG00B8N0HG1", + "ticker": "YUMC", "classCode": "SPBXM", - "isin": "US05550J1016", + "isin": "US98850P1093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "BJs Wholesale Club Holdings, Inc.", + "name": "Yum China Holdings", "exchange": "SPB", - "issueSize": "137942895", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "384334841", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "sector": "consumer", - "issueSizePlan": "300000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a7db18cb-2609-42ea-afce-2c928c744865", + "uid": "1222ff0b-ea25-4012-8a81-a7f8ab0dfeaa", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "51c52901-e326-4f44-8254-d4213eed4b77", + "positionUid": "1f45aba7-6b21-4b4f-a1f7-5b7db7b6f64d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:24:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:04:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SKX": { - "figi": "BBG000C4HKK2", - "ticker": "SKX", + "LYFT": { + "figi": "BBG004M9ZHX5", + "ticker": "LYFT", "classCode": "SPBXM", - "isin": "US8305661055", + "isin": "US55087P1049", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Skechers U.S.A. Inc", - "exchange": "SPB", - "ipoDate": "1999-06-08T00:00:00Z", - "issueSize": "500000000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 781000000 + }, + "dshort": { + "units": "1", + "nano": 347000000 + }, + "dlongMin": { + "units": "0", + "nano": 532000000 + }, + "dshortMin": { + "units": "0", + "nano": 532000000 + }, + "shortEnabledFlag": true, + "name": "Lyft Inc", + "exchange": "SPB_MORNING", + "issueSize": "240597591", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -8615,20 +7867,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c8a0a5a5-ac5a-44bd-b552-39dbbf51d4d1", + "uid": "492beaac-3728-4e55-bd12-1e09182f59c7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "98d32a7a-0e9a-4ecd-860e-ebbb850e42d2", + "positionUid": "2336d619-3240-4fbe-93ae-6c5044c22e15", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:00:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", + "first1minCandleDate": "2019-06-11T11:22:00Z", + "first1dayCandleDate": "2019-06-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZM": { - "figi": "BBG0042V6JM8", - "ticker": "ZM", + "NLOK": { + "figi": "BBG000BH2JM1", + "ticker": "NLOK", "classCode": "SPBXM", - "isin": "US98980L1017", + "isin": "US6687711084", "lot": 1, "currency": "usd", "klong": { @@ -8640,61 +7892,102 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 739900000 + "units": "1", + "nano": 0 }, "dshort": { "units": "1", - "nano": 220100000 + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 490000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 490000000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Zoom Video Communications Inc", - "exchange": "SPB", - "issueSize": "240744533", + "shortEnabledFlag": false, + "name": "NortonLifeLock Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1989-06-01T00:00:00Z", + "issueSize": "581268447", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "2000000000", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7d224bcd-2a1c-42b9-989f-f2c0223abd98", + "uid": "f6394cb6-c2c5-49c7-b7f2-b46efea4d9c1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9c7e7a57-e924-4b93-940b-ad111eb001d3", + "positionUid": "f87e5103-2e01-410a-ba53-39771c5a612a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:24:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-11-11T14:28:00Z", + "first1dayCandleDate": "2019-11-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GOLD": { - "figi": "BBG000BB07P9", - "ticker": "GOLD", + "EGRX": { + "figi": "BBG005Y3XWH9", + "ticker": "EGRX", "classCode": "SPBXM", - "isin": "CA0679011084", + "isin": "US2697961082", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "Eagle Pharmaceuticals Inc", + "exchange": "SPB", + "issueSize": "13671172", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "240e448e-80ac-49a4-b8a0-f1b08386078a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9235af98-9398-44d5-8580-6ed2eae0ce50", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "VSMO": { + "figi": "BBG004S68CV8", + "ticker": "VSMO", + "classCode": "TQBR", + "isin": "RU0009100291", + "lot": 1, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -8705,31 +7998,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 444200000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 201700000 }, "shortEnabledFlag": false, - "name": "Barrick Gold", - "exchange": "SPB", - "issueSize": "1166577478", - "countryOfRisk": "CA", - "countryOfRiskName": "", + "name": "\u0412\u0421\u041c\u041f\u041e-\u0410\u0412\u0418\u0421\u041c\u0410", + "exchange": "MOEX", + "ipoDate": "2004-11-11T00:00:00Z", + "issueSize": "11529538", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "materials", - "issueSizePlan": "0", + "issueSizePlan": "10625600", "nominal": { - "currency": "cad", - "units": "0", + "currency": "rub", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -8738,41 +8032,81 @@ "sellAvailableFlag": true, "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "20", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "e9139ddd-bf3c-4d03-a94f-ffdf7234c6be", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ad2ba3db-cee8-4ab9-becf-f24d5b90abbd", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:56:00Z", + "first1dayCandleDate": "2005-06-20T00:00:00Z", + "type": "Shares", + "step": 20.0 + }, + "CERE": { + "figi": "BBG00VCYVLH4", + "ticker": "CERE", + "classCode": "SPBXM", + "isin": "US15678U1280", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Cerevel Therapeutics Holdings", + "exchange": "SPB", + "issueSize": "147235789", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8f58e1a1-6721-4939-8acd-09f02f1c600a", + "uid": "b193cff9-307a-4580-9009-58e95b85bbd4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dba45507-51be-46bc-92af-312066ce74cc", + "positionUid": "57e239fb-ed47-4254-8907-2e874cc0d03f", "forIisFlag": true, - "first1minCandleDate": "2021-07-23T11:31:00Z", - "first1dayCandleDate": "2021-07-23T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:46:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MORN": { - "figi": "BBG000CGQ4F7", - "ticker": "MORN", + "AZTA": { + "figi": "BBG000DX9JV7", + "ticker": "AZTA", "classCode": "SPBXM", - "isin": "US6177001095", + "isin": "US1143401024", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Morningstar", + "name": "Azenta", "exchange": "SPB", - "issueSize": "42853091", + "issueSize": "69759300", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -8783,36 +8117,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e5a9bbc0-e95c-427b-a8ca-0e54db9c3f4a", + "uid": "3e6e6b7f-097d-4e8f-ae06-afd9e2af6118", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eef33ec5-cae2-46a0-ac70-c57e06da8501", + "positionUid": "b0393d98-fd35-4bb4-adea-dc104ec4697c", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T14:30:00Z", "type": "Shares", "step": 0.01 }, - "ZUO": { - "figi": "BBG000BT3HG5", - "ticker": "ZUO", + "BDTX": { + "figi": "BBG00MS4Y0W9", + "ticker": "BDTX", "classCode": "SPBXM", - "isin": "US98983V1061", + "isin": "US09203E1055", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 926000000 + }, + "dshort": { + "units": "2", + "nano": 132900000 + }, + "dlongMin": { + "units": "0", + "nano": 728000000 + }, + "dshortMin": { + "units": "0", + "nano": 770000000 + }, "shortEnabledFlag": false, - "name": "Zuora Inc", + "name": "Black Diamond Therapeutics Inc", "exchange": "SPB", - "issueSize": "86471385", + "issueSize": "35910705", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -8823,34 +8181,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c3f483a-10a3-44b6-9706-f34aaa00164a", + "uid": "1980be67-cc3b-4334-b980-3f0d2e0f2b22", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "29b4816b-f535-41f5-acc8-a5065276b985", + "positionUid": "c01a30a8-893f-4dd4-99cd-b999cfc11707", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:08:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:29:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SON": { - "figi": "BBG000D7HF89", - "ticker": "SON", + "DIS": { + "figi": "BBG000BH4R78", + "ticker": "DIS", "classCode": "SPBXM", - "isin": "US8354951027", + "isin": "US2546871060", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Sonoco Products Co", - "exchange": "SPB", - "issueSize": "100255008", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Walt Disney", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1957-11-12T00:00:00Z", + "issueSize": "1817126595", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "4600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -8863,37 +8246,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b8c52b10-60cf-4a1a-a461-c7153e0a0d25", + "uid": "64aeb159-12e8-48c7-b14a-5211c7301d6c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "352ccd67-e13c-4263-9e3f-66061143da69", + "positionUid": "5ea65eca-5119-4f80-a835-c8729142be3a", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:03:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MYGN": { - "figi": "BBG000D9H9F1", - "ticker": "MYGN", + "WK": { + "figi": "BBG007BVZ8H9", + "ticker": "WK", "classCode": "SPBXM", - "isin": "US62855J1043", + "isin": "US98139A1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Myriad Genetics Inc", + "name": "Workiva Inc", "exchange": "SPB", - "ipoDate": "1995-10-05T00:00:00Z", - "issueSize": "73373443", + "ipoDate": "2018-10-03T00:00:00Z", + "issueSize": "37820028", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -8904,37 +8287,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "990503c7-b824-46ed-b173-abde34337aef", + "uid": "869ae4c3-4bcb-4032-9250-8139f371a65a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8344a2c4-3de9-4c02-bdcc-e2ea8a42c03b", + "positionUid": "a3a083da-938b-4275-8a02-1cf06f181493", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1995-10-06T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:39:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FCN": { - "figi": "BBG000K88H58", - "ticker": "FCN", + "GDEV": { + "figi": "BBG00Z5KBW72", + "ticker": "GDEV", "classCode": "SPBXM", - "isin": "US3029411093", + "isin": "VGG6529J1003", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "FTI Consulting Inc", + "name": "Nexters Inc", "exchange": "SPB", - "ipoDate": "1996-05-08T00:00:00Z", - "issueSize": "38010709", + "issueSize": "196523101", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -8945,103 +8351,127 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "968ea1a4-88f0-474e-8637-999c9e0e8e38", + "uid": "a441ce97-6ab4-4052-8c0f-3561b0ab82ed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6a0d47d4-c725-41e0-950c-69fd00dde684", + "positionUid": "ac5610fb-4370-41aa-9431-a70f4cdaff8f", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1996-05-09T00:00:00Z", + "first1minCandleDate": "2021-09-15T12:58:00Z", + "first1dayCandleDate": "2021-09-15T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DAR": { - "figi": "BBG000BN8ZK8", - "ticker": "DAR", + "STWD": { + "figi": "BBG000M1J270", + "ticker": "STWD", "classCode": "SPBXM", - "isin": "US2372661015", + "isin": "US85571B1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Darling Ingredients Inc", + "name": "Starwood Property Trust REIT", "exchange": "SPB", - "ipoDate": "2015-06-25T00:00:00Z", - "issueSize": "163710998", + "issueSize": "238580962", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3fe03b2a-454b-484a-ac7c-0348fa3507ac", + "uid": "546a6adb-fafd-4267-a6e9-2edb7011cfa6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9547eecf-6eef-4d0f-9d4c-3404fcdd46d2", + "positionUid": "d9596cf0-0ae6-4b12-abb3-bea4f3481276", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:33:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:35:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GEF": { - "figi": "BBG000BLFNC0", - "ticker": "GEF", + "SHI": { + "figi": "BBG000BHR1H9", + "ticker": "SHI", "classCode": "SPBXM", - "isin": "US3976241071", + "isin": "US82935M1099", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "Greif Inc", + "name": "Sinopec Shanghai Petrochemical", "exchange": "SPB", - "issueSize": "26232799", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "ipoDate": "1993-07-23T00:00:00Z", + "issueSize": "34950000", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "100", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b53707e3-f9a1-4fd1-a045-fde7d66baf96", + "uid": "db2631d7-c973-4cb8-a39b-5f8e8068a507", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "42f31ce8-d621-495b-9166-ea80015fc428", + "positionUid": "b72c3274-d092-441c-add4-499a71cbc218", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:33:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2018-08-10T13:28:00Z", + "first1dayCandleDate": "1993-07-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENPG": { - "figi": "BBG000RMWQD4", - "ticker": "ENPG", - "classCode": "TQBR", - "isin": "RU000A100K72", + "SPR": { + "figi": "BBG000PRJ2Z9", + "ticker": "SPR", + "classCode": "SPBXM", + "isin": "US8485741099", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -9052,59 +8482,59 @@ }, "dlong": { "units": "0", - "nano": 330400000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 445900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 181700000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 202400000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "En+ Group", - "exchange": "MOEX", - "ipoDate": "2019-06-24T00:00:00Z", - "issueSize": "638848896", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "638848896", + "shortEnabledFlag": true, + "name": "Spirit AeroSystems Holdings", + "exchange": "SPB_MORNING", + "ipoDate": "2006-11-21T00:00:00Z", + "issueSize": "115624845", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 70000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2bd2eba-75de-4127-b39c-2f2dbe3866c3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "62dae90c-238b-433d-ae4e-47c72b324bc7", + "uid": "980c7e37-8cd5-4b3e-ae69-d98104685155", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "619a4f3c-1261-4a17-8d8e-91ce3bcbc3e0", "forIisFlag": true, - "first1minCandleDate": "2020-02-20T07:34:00Z", - "first1dayCandleDate": "2020-02-20T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "2006-11-21T00:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "RCL": { - "figi": "BBG000BB5792", - "ticker": "RCL", + "BUD": { + "figi": "BBG000RYC984", + "ticker": "BUD", "classCode": "SPBXM", - "isin": "LR0008862868", + "isin": "US03524A1088", "lot": 1, "currency": "usd", "klong": { @@ -9132,60 +8562,59 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Royal Caribbean Cruises", + "name": "Anheuser-Busch InBev", "exchange": "SPB_MORNING", - "ipoDate": "1993-04-27T00:00:00Z", - "issueSize": "215241400", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "1737120466", + "countryOfRisk": "BE", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0411\u0435\u043b\u044c\u0433\u0438\u0438", "sector": "consumer", - "issueSizePlan": "500000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "85450a36-98f8-4a71-a1b3-9a5116b6acd8", + "uid": "f6ca39a8-c214-425e-acc8-c70943fe1622", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c476914d-f6d7-4252-a9fd-7490fb4607c0", + "positionUid": "337f5f6b-2e89-4c64-afaa-27f6fc83e995", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1993-04-28T00:00:00Z", + "first1minCandleDate": "2018-03-05T14:36:00Z", + "first1dayCandleDate": "2009-07-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "1113": { - "figi": "BBG007WDD4B5", - "ticker": "1113", - "classCode": "SPBHKEX", - "isin": "KYG2177B1014", - "lot": 10, - "currency": "hkd", + "FRME": { + "figi": "BBG000BBSJ28", + "ticker": "FRME", + "classCode": "SPBXM", + "isin": "US3208171096", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "CK Asset Holdings", - "exchange": "SPB_HK", - "issueSize": "3693400500", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "real_estate", - "issueSizePlan": "0", + "name": "First Merchants Corporation", + "exchange": "SPB", + "issueSize": "54163660", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", "nominal": { - "currency": "hkd", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 125000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9193,38 +8622,38 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "704497a1-c90f-47c6-b957-9cd551ede0d8", + "uid": "2f44118c-72d6-4a4d-9c1f-63a77c3e0331", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eafa6198-7ca8-4fdc-b668-b43d02133d0e", + "positionUid": "7c6cda0f-5617-4852-97ee-c7a3ea915776", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:21:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:39:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "TTMI": { - "figi": "BBG000BYQ0B1", - "ticker": "TTMI", - "classCode": "SPBXM", - "isin": "US87305R1095", - "lot": 1, - "currency": "usd", + "UNAC": { + "figi": "BBG000Q7ZZY2", + "ticker": "UNAC", + "classCode": "TQBR", + "isin": "RU000A0JPLZ7", + "lot": 1000, + "currency": "rub", "shortEnabledFlag": false, - "name": "TTM Technologies Inc", - "exchange": "SPB", - "ipoDate": "2014-02-28T00:00:00Z", - "issueSize": "103674563", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "name": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u0430\u044f \u0430\u0432\u0438\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0446\u0438\u044f", + "exchange": "MOEX", + "ipoDate": "2013-04-26T00:00:00Z", + "issueSize": "525160311575", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "219654789158", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 1000000 + "nano": 860000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -9234,23 +8663,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000 }, "apiTradeAvailableFlag": true, - "uid": "9c84aaad-3152-45b8-bcea-d615406e2c81", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "115368b2-9f76-470c-92a6-4a3d53538762", + "uid": "43666aea-a4df-46e1-a815-e5eccbc1fb3f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "46d9ad67-ed02-4535-8bee-822c235d0b31", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:21:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:48:00Z", + "first1dayCandleDate": "2010-02-03T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0005 }, - "AFL": { - "figi": "BBG000BBBNC6", - "ticker": "AFL", + "TPR": { + "figi": "BBG000BY29C7", + "ticker": "TPR", "classCode": "SPBXM", - "isin": "US0010551028", + "isin": "US8760301072", "lot": 1, "currency": "usd", "klong": { @@ -9278,18 +8707,18 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Aflac Incorporated", - "exchange": "SPB", - "ipoDate": "1974-06-14T00:00:00Z", - "issueSize": "393149620", + "name": "Tapestry", + "exchange": "SPB_MORNING", + "ipoDate": "2000-10-05T00:00:00Z", + "issueSize": "282584704", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -9302,31 +8731,55 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2427414-2e63-4f97-a739-c85df6e4fc93", + "uid": "7a1ace86-de53-472c-a2f0-ee82bcf36178", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "89d73ff1-185a-4f27-84b4-9e2f03272e2e", + "positionUid": "4e2bc9a2-5d1d-4157-ac27-391558c04a70", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "2000-10-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MCRI": { - "figi": "BBG000BJ0932", - "ticker": "MCRI", + "RSG": { + "figi": "BBG000BPXVJ6", + "ticker": "RSG", "classCode": "SPBXM", - "isin": "US6090271072", + "isin": "US7607591002", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Monarch Casino & Resort Inc", - "exchange": "SPB", - "ipoDate": "1993-08-05T00:00:00Z", - "issueSize": "17985692", + "name": "Republic Services", + "exchange": "SPB_MORNING", + "ipoDate": "1998-06-30T00:00:00Z", + "issueSize": "334224518", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "30000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "ecomaterials", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", @@ -9336,43 +8789,43 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0c97a52e-bffc-4437-917a-dc402d5732ec", + "uid": "6707f9fd-cac2-4219-8a9c-4407349d3d4f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6075214a-c08a-47da-824d-ecf561c2086b", + "positionUid": "b0286458-7c55-4c4b-9ef3-3bcd767b042f", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1993-08-06T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-07-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GLBE": { - "figi": "BBG00ZKY1P71", - "ticker": "GLBE", + "AI": { + "figi": "BBG00Y6G6X31", + "ticker": "AI", "classCode": "SPBXM", - "isin": "IL0011741688", + "isin": "US12468P1049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Global-E Online Ltd", + "name": "C3.ai, Inc", "exchange": "SPB", - "issueSize": "142236913", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", + "issueSize": "73276582", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "300000000", + "issueSizePlan": "1000000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9383,20 +8836,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "539336f1-f322-49ed-b23e-9538ec89fb13", + "uid": "ba43ef10-3510-4b2d-81a8-3444f4fffe81", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d19703c-29fc-4109-8f3c-d91d1a28ddd5", + "positionUid": "477654de-8ba6-457a-9f75-d489fa1f0312", "forIisFlag": true, - "first1minCandleDate": "2021-07-30T11:57:00Z", - "first1dayCandleDate": "2021-07-30T07:00:00Z", + "first1minCandleDate": "2021-08-27T11:44:00Z", + "first1dayCandleDate": "2021-08-27T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SYF": { - "figi": "BBG00658F3P3", - "ticker": "SYF", + "MMC": { + "figi": "BBG000BP4MH0", + "ticker": "MMC", "classCode": "SPBXM", - "isin": "US87165B1035", + "isin": "US5717481023", "lot": 1, "currency": "usd", "klong": { @@ -9424,20 +8877,20 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Synchrony Financial", + "name": "Marsh & McLennan", "exchange": "SPB", - "ipoDate": "2014-07-31T00:00:00Z", - "issueSize": "754756608", + "ipoDate": "1962-03-20T00:00:00Z", + "issueSize": "512542877", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "4000000000", + "issueSizePlan": "1600000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9448,74 +8901,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e68aacb3-fd50-407e-ae7f-72d8c1a1b31b", + "uid": "31b5d325-b3f1-4e23-9f6e-bc2b020d6e65", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a7d27e8c-2fe7-43e3-bfa8-5a7165eefbec", + "positionUid": "df1e5002-d9bf-4278-864c-5b24e957bbdf", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:48:00Z", - "first1dayCandleDate": "2014-07-31T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FFIN": { - "figi": "BBG000BL8476", - "ticker": "FFIN", - "classCode": "SPBXM", - "isin": "US32020R1095", + "LSRG": { + "figi": "BBG004S68C39", + "ticker": "LSRG", + "classCode": "TQBR", + "isin": "RU000A0JPFP0", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "First Financial Bankshares, Inc.", - "exchange": "SPB", - "issueSize": "142113899", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", - "nominal": { - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 241700000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 396500000 }, - "apiTradeAvailableFlag": true, - "uid": "7e75fb01-3783-44f8-a8c2-aca99509aa86", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba638ba4-400d-40ed-8cc4-df4ecc1660b9", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "EAT": { - "figi": "BBG000BK28N7", - "ticker": "EAT", - "classCode": "SPBXM", - "isin": "US1096411004", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Brinker International Inc", - "exchange": "SPB", - "issueSize": "37400000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "dlongMin": { + "units": "0", + "nano": 129200000 + }, + "dshortMin": { + "units": "0", + "nano": 181700000 + }, + "shortEnabledFlag": true, + "name": "\u0413\u0440\u0443\u043f\u043f\u0430 \u041b\u0421\u0420", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2006-09-28T00:00:00Z", + "issueSize": "103030215", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueSizePlan": "85148936", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 100000000 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -9525,23 +8963,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "05df8b33-401a-4a3d-89e8-e4b1e10c2c28", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ac90cc91-42c1-40fa-b92b-096133ceb95e", + "uid": "b2db7bb1-6f04-4c3c-b910-fb7fd8aab52d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e342aff4-30f3-42c3-a8c3-7375e5301acc", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:15:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:42:00Z", + "first1dayCandleDate": "2007-11-30T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "TEL": { - "figi": "BBG000RGM5P1", - "ticker": "TEL", + "NTRS": { + "figi": "BBG000BQ74K1", + "ticker": "NTRS", "classCode": "SPBXM", - "isin": "CH0102993182", + "isin": "US6658591044", "lot": 1, "currency": "usd", "klong": { @@ -9569,19 +9007,19 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "TE Connectivity", + "name": "Northern Trust", "exchange": "SPB", - "issueSize": "410374147", + "issueSize": "218411773", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { - "currency": "chf", - "units": "0", - "nano": 570000000 + "currency": "usd", + "units": "1", + "nano": 666666000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9592,77 +9030,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "afc33900-b1df-460e-b628-bdd7d53455c0", + "uid": "d84d1a7f-4ce4-4dda-9cce-1e4b60698367", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ad1a54bc-5319-4ea9-be91-e7c7f88aa36e", + "positionUid": "e1d1969f-2bc3-44b8-88be-ca667296a758", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2007-06-14T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CHMK": { - "figi": "BBG000RP8V70", - "ticker": "CHMK", - "classCode": "TQBR", - "isin": "RU0007665170", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ЧМК", - "exchange": "MOEX", - "ipoDate": "2007-05-22T00:00:00Z", - "issueSize": "3161965", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "3161965", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "5", - "nano": 0 - }, - "apiTradeAvailableFlag": true, - "uid": "b5e26096-d013-48e4-b2a9-2f38b6090feb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "50cfe364-cfb7-4d9b-ade2-d51fdc3ed4d6", - "forIisFlag": true, - "first1minCandleDate": "2018-03-08T01:02:00Z", - "first1dayCandleDate": "2008-12-31T00:00:00Z", - "type": "Shares", - "step": 5.0 - }, - "OGN": { - "figi": "BBG00ZQRGW24", - "ticker": "OGN", + "SKY": { + "figi": "BBG000BT2TP0", + "ticker": "SKY", "classCode": "SPBXM", - "isin": "US68622V1061", + "isin": "US8308301055", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Organon & Co.", + "name": "Skyline Champion", "exchange": "SPB", - "issueSize": "253545051", + "issueSize": "56657191", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "115000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 27700000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9673,22 +9070,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce4f9b0f-1918-495c-ae94-8c1fe5cdf655", + "uid": "4164ae8b-6f9d-43f7-b0a9-960e215722a7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "47b469af-b238-4928-a4ca-e61dc70ed730", + "positionUid": "fc46b988-8c6d-43a7-a82c-1915db9ce67b", "forIisFlag": true, - "first1minCandleDate": "2021-06-03T11:31:00Z", - "first1dayCandleDate": "2021-06-03T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:34:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FEES": { - "figi": "BBG00475JZZ6", - "ticker": "FEES", - "classCode": "TQBR", - "isin": "RU000A0JPNN9", - "lot": 10000, - "currency": "rub", + "BZUN": { + "figi": "BBG008HNS333", + "ticker": "BZUN", + "classCode": "SPBXM", + "isin": "US06684L1035", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -9699,59 +9096,58 @@ }, "dlong": { "units": "0", - "nano": 280300000 + "nano": 613100000 }, "dshort": { "units": "0", - "nano": 624100000 + "nano": 898900000 }, "dlongMin": { "units": "0", - "nano": 151600000 + "nano": 378000000 }, "dshortMin": { "units": "0", - "nano": 274400000 + "nano": 378000000 }, - "shortEnabledFlag": true, - "name": "ФСК ЕЭС", - "exchange": "MOEX", - "ipoDate": "2002-09-10T00:00:00Z", - "issueSize": "1274665323063", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "254000000000", + "shortEnabledFlag": false, + "name": "Baozun Inc", + "exchange": "SPB_MORNING", + "issueSize": "67924718", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "0", - "nano": 500000000 + "currency": "usd", + "units": "3", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 20000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "88e130e8-5b68-4b05-b9ae-baf32f5a3f21", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4fedb973-dfc3-48de-b202-2940d8056542", + "uid": "e6b2463d-744e-489c-b07a-f22220f75ca9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5ca4647a-bdb2-428e-a0c0-bd0403b44cb9", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2008-07-16T07:00:00Z", + "first1minCandleDate": "2019-05-28T11:48:00Z", + "first1dayCandleDate": "2015-05-21T00:00:00Z", "type": "Shares", - "step": 0.00002 + "step": 0.01 }, - "CTRA": { - "figi": "BBG000C3GN47", - "ticker": "CTRA", + "FTCI": { + "figi": "BBG0320C1036", + "ticker": "FTCI", "classCode": "SPBXM", - "isin": "US1270971039", + "isin": "US30320C1036", "lot": 1, "currency": "usd", "klong": { @@ -9764,75 +9160,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 781000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 532000000 }, "shortEnabledFlag": false, - "name": "Coterra Energy", + "name": "FTC Solar, Inc.", "exchange": "SPB", - "ipoDate": "1990-02-01T00:00:00Z", - "issueSize": "465149507", + "issueSize": "8022066", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "960000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "12000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "754f6b85-9477-4ca9-839a-edd73fb77a29", + "uid": "bab17307-7542-44f6-9c94-6a4d5c9e0645", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "41f1c144-7fbe-4b67-b3d7-4395cbb3aa3e", + "positionUid": "250e7935-f778-44c2-8911-5db63454b6c1", "forIisFlag": true, - "first1minCandleDate": "2021-10-07T11:55:00Z", - "first1dayCandleDate": "2021-10-07T07:00:00Z", + "first1minCandleDate": "2021-04-28T16:44:00Z", + "first1dayCandleDate": "2021-04-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NDSN": { - "figi": "BBG000BPWGR1", - "ticker": "NDSN", + "SXI": { + "figi": "BBG000BTT5B8", + "ticker": "SXI", "classCode": "SPBXM", - "isin": "US6556631025", + "isin": "US8542311076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nordson Corp", + "name": "Standex International Corp", "exchange": "SPB", - "issueSize": "57972664", + "ipoDate": "1964-11-01T00:00:00Z", + "issueSize": "12651101", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 0 + "units": "1", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9843,101 +9239,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "76782b62-da07-43f3-a6bb-61557a96173e", + "uid": "e3049169-ac06-4b59-9d89-0018cbd47c3a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "94e60fbf-2bc1-4791-bba6-d3d2763624e1", + "positionUid": "90ea4e7d-7fa0-4237-9d41-07c5b2b98d89", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1minCandleDate": "2019-02-28T14:59:00Z", "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SKM": { - "figi": "BBG000BLN497", - "ticker": "SKM", + "DRQ": { + "figi": "BBG000BVDBY2", + "ticker": "DRQ", "classCode": "SPBXM", - "isin": "US78440P3064", + "isin": "US2620371045", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SK Telecom Co.", + "name": "Dril-Quip Inc", "exchange": "SPB", - "issueSize": "648541287", + "ipoDate": "1997-10-22T00:00:00Z", + "issueSize": "38143019", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 555600000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "464234b9-ca68-4d95-9e24-9010c9ca43a1", + "uid": "bd877acb-815c-4603-93f2-856e19eb5b15", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8ac9460d-049b-414c-a840-cb25f7d3a33c", + "positionUid": "7a8f977b-91a3-4889-b345-188dec6a799f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:33:00Z", - "first1dayCandleDate": "1996-06-27T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:37:00Z", + "first1dayCandleDate": "1997-10-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALL": { - "figi": "BBG000BVMGF2", - "ticker": "ALL", + "ELS": { + "figi": "BBG000BB7SX7", + "ticker": "ELS", "classCode": "SPBXM", - "isin": "US0200021014", + "isin": "US29472R1086", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "The Allstate Corporation", + "name": "Equity LifeStyle Properties REIT", "exchange": "SPB", - "ipoDate": "1993-06-09T00:00:00Z", - "issueSize": "354458095", + "issueSize": "91032007", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -9948,117 +9320,158 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd21f6a8-4e95-4926-a741-77c98ccd3cb9", + "uid": "c2a68941-589b-45e3-b2ad-321dea3d47a6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "22fc1754-0ff4-46f1-b31d-6dbd4f0e0730", + "positionUid": "0d27108c-7cb6-43bf-a2dc-05136aee7867", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-06-03T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:32:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CSII": { - "figi": "BBG000NWQ9S5", - "ticker": "CSII", + "RHM@DE": { + "figi": "BBG000BWT790", + "ticker": "RHM@DE", + "classCode": "SPBDE", + "isin": "DE0007030009", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Rheinmetall AG", + "exchange": "SPB_DE", + "issueSize": "43558850", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "d77cad95-1325-45e5-816c-cc241c75bb7e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c4f99b68-2e70-4974-84bf-ba0e8a8fa57f", + "forIisFlag": true, + "first1minCandleDate": "2021-03-01T08:15:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "WTFC": { + "figi": "BBG000HD3DW5", + "ticker": "WTFC", "classCode": "SPBXM", - "isin": "US1416191062", + "isin": "US97650W1080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cardiovascular Systems Inc", + "name": "Wintrust Financial", "exchange": "SPB", - "ipoDate": "2007-05-10T00:00:00Z", - "issueSize": "35200220", + "issueSize": "57373345", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78b0c442-6c11-45ca-bb04-5aade636add0", + "uid": "63f904e2-0073-4b51-93b0-0cffd3c1775c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e5575e25-dee9-4351-84ba-588cdb21616a", + "positionUid": "e93dd81f-9950-4599-af6a-ae029aa4ea0d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SBAC": { - "figi": "BBG000D2M0Z7", - "ticker": "SBAC", + "PLXS": { + "figi": "BBG000BRBX66", + "ticker": "PLXS", "classCode": "SPBXM", - "isin": "US78410G1040", + "isin": "US7291321005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SBA Communications REIT", + "name": "Plexus Corp", "exchange": "SPB", - "issueSize": "113090000", + "ipoDate": "1986-02-01T00:00:00Z", + "issueSize": "30105120", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c4f2a36-2516-406c-b1f7-b14390f54e44", + "uid": "e2c86cb5-20b4-4ab5-9859-fa029344caa4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b3bc763c-39fd-4fed-a309-d9b3bc468f68", + "positionUid": "212c9b83-bf31-440e-8ed3-aec502154fff", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PRAX": { - "figi": "BBG00W9LF2G5", - "ticker": "PRAX", + "APPF": { + "figi": "BBG008GC8CP6", + "ticker": "APPF", "classCode": "SPBXM", - "isin": "US74006W1080", + "isin": "US03783C1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Praxis Precision Medicines", + "name": "Appfolio Inc", "exchange": "SPB", - "issueSize": "38579115", + "ipoDate": "2007-10-24T00:00:00Z", + "issueSize": "16401460", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10069,20 +9482,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "235cf6c7-e295-49b0-a71a-3dfaba6b5fda", + "uid": "2b244bef-2e62-45c4-ae83-ae2ec664b197", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f43b0870-f70e-4d6e-8cbd-1cee5cfff09f", + "positionUid": "abecfa97-8e26-4ea7-9b7d-a668438c2d0c", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BAC": { - "figi": "BBG000BCTLF6", - "ticker": "BAC", + "TT": { + "figi": "BBG000BM6788", + "ticker": "TT", "classCode": "SPBXM", - "isin": "US0605051046", + "isin": "IE00BK9ZQ967", "lot": 1, "currency": "usd", "klong": { @@ -10094,36 +9507,35 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Bank of America Corp", - "exchange": "SPB_MORNING", - "ipoDate": "1979-06-05T00:00:00Z", - "issueSize": "9988249714", + "shortEnabledFlag": false, + "name": "Trane Technologies", + "exchange": "SPB", + "issueSize": "239147137", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "12800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10134,20 +9546,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8b9f2548-d46a-47ed-9f24-c52502ac26fc", + "uid": "45269986-9152-4dc7-8c08-71f67c9405fe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "266397a4-3901-4a21-9f4f-23cfcd1cedb6", + "positionUid": "b694f30c-2d8d-4d65-ae29-1f2608801cdd", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-03-06T14:15:00Z", + "first1dayCandleDate": "2020-03-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OVV": { - "figi": "BBG00R2NHQ65", - "ticker": "OVV", + "ILMN": { + "figi": "BBG000DSMS70", + "ticker": "ILMN", "classCode": "SPBXM", - "isin": "US69047Q1022", + "isin": "US4523271090", "lot": 1, "currency": "usd", "klong": { @@ -10160,28 +9572,29 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Ovintiv Inc.", - "exchange": "SPB", - "issueSize": "259822447", + "name": "Illumina", + "exchange": "SPB_MORNING", + "ipoDate": "2000-07-28T00:00:00Z", + "issueSize": "146700000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -10191,43 +9604,44 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "797f46e6-707b-4c03-8082-a7a87d18092d", + "uid": "0595ccee-d670-4a59-a9ef-d5eeba9e4353", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c35657fa-34f2-401e-93a3-c38cde17ddf5", + "positionUid": "25b1bb14-db79-44a2-b32f-620ce7bac850", "forIisFlag": true, - "first1minCandleDate": "2020-01-31T12:38:00Z", - "first1dayCandleDate": "2020-01-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:24:00Z", + "first1dayCandleDate": "2000-07-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DINO": { - "figi": "BBG0135B2214", - "ticker": "DINO", + "NXST": { + "figi": "BBG000DZJVH0", + "ticker": "NXST", "classCode": "SPBXM", - "isin": "US4039491000", + "isin": "US65336K1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "HF Sinclair Corporation", + "name": "Nexstar Media Group Inc", "exchange": "SPB", - "issueSize": "100000", + "ipoDate": "2003-11-24T00:00:00Z", + "issueSize": "46091815", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10238,85 +9652,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f856202-63b2-48d0-8cb1-9d566e788598", + "uid": "74513676-5ebd-4919-9244-026dafa71233", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3df42c84-86a7-4ffa-951b-aa2c5428e64a", + "positionUid": "903310a5-3162-45a8-964d-631b696e0a45", "forIisFlag": true, - "first1minCandleDate": "2022-04-06T13:19:00Z", - "first1dayCandleDate": "2022-04-06T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2003-11-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMAT": { - "figi": "BBG000BBPFB9", - "ticker": "AMAT", + "ARRY": { + "figi": "BBG001V4SF46", + "ticker": "ARRY", "classCode": "SPBXM", - "isin": "US0382221051", + "isin": "US04271T1007", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Applied Materials", - "exchange": "SPB", - "ipoDate": "1972-10-01T00:00:00Z", - "issueSize": "902928500", + "shortEnabledFlag": false, + "name": "Array Technologies", + "exchange": "SPB_MORNING", + "issueSize": "126994467", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4d8f71fc-2a03-41e5-b9d8-2dc6336a86a6", + "uid": "598d9b07-3dff-4952-b0ea-9dfc8a21ddce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dc07a25a-f33a-4545-84c5-73553f6b30e2", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:34:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "positionUid": "0fac5b7a-a16e-4159-8594-60183f05bba5", + "forIisFlag": false, + "first1minCandleDate": "2022-07-05T12:03:00Z", + "first1dayCandleDate": "2022-07-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EHTH": { - "figi": "BBG000P5JQX6", - "ticker": "EHTH", + "PSA": { + "figi": "BBG000BPPN67", + "ticker": "PSA", "classCode": "SPBXM", - "isin": "US28238P1093", + "isin": "US74460D1090", "lot": 1, "currency": "usd", "klong": { @@ -10333,7 +9722,7 @@ }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -10341,87 +9730,63 @@ }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "eHealth Inc", + "shortEnabledFlag": false, + "name": "Public Storage REIT", "exchange": "SPB", - "issueSize": "26185716", + "ipoDate": "1983-07-07T00:00:00Z", + "issueSize": "174229383", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "34602000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "650000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8fe5e946-5b2f-4315-adae-acd1e450bbc8", + "uid": "37ad3e1f-1b08-4fae-9de9-163242b048ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d754fa68-e2cc-40cc-aa1e-f4e01134e2f9", + "positionUid": "e1414ca6-40ba-477a-8f26-0345a54b0e82", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DIS": { - "figi": "BBG000BH4R78", - "ticker": "DIS", + "COLD": { + "figi": "BBG000QF05R6", + "ticker": "COLD", "classCode": "SPBXM", - "isin": "US2546871060", + "isin": "US03064D1081", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Walt Disney", - "exchange": "SPB_MORNING", - "ipoDate": "1957-11-12T00:00:00Z", - "issueSize": "1817126595", + "shortEnabledFlag": false, + "name": "Americold Realty Trust REIT", + "exchange": "SPB", + "issueSize": "191634460", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "4600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10432,20 +9797,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "64aeb159-12e8-48c7-b14a-5211c7301d6c", + "uid": "4a88f7fc-707b-4204-892d-0d62c4a8b784", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5ea65eca-5119-4f80-a835-c8729142be3a", + "positionUid": "448cf772-3f0c-4370-bdb5-367c58cd2de3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:03:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:33:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ANAB": { - "figi": "BBG0026ZDHR0", - "ticker": "ANAB", + "UPS": { + "figi": "BBG000L9CV04", + "ticker": "UPS", "classCode": "SPBXM", - "isin": "US0327241065", + "isin": "US9113121068", "lot": 1, "currency": "usd", "klong": { @@ -10458,68 +9823,67 @@ }, "dlong": { "units": "0", - "nano": 559100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 336000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "AnaptysBio Inc", - "exchange": "SPB", - "ipoDate": "2017-01-26T00:00:00Z", - "issueSize": "27023725", + "name": "United Parcel Service", + "exchange": "SPB_MORNING", + "ipoDate": "1999-11-10T00:00:00Z", + "issueSize": "728289602", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "5600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf341bb3-db3d-43fe-b844-b934a24828ef", + "uid": "c2728f98-b50d-4be6-b90a-ba76d2561c96", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5b1295bc-b0fb-4a18-a17d-c08ecc8c224a", + "positionUid": "a49ed866-890e-4549-98f7-543bde94d03a", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2017-01-26T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:10:00Z", + "first1dayCandleDate": "1999-11-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APEI": { - "figi": "BBG000RVD346", - "ticker": "APEI", + "MBUU": { + "figi": "BBG005PXTR70", + "ticker": "MBUU", "classCode": "SPBXM", - "isin": "US02913V1035", + "isin": "US56117J1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "American Public Education Inc", + "name": "Malibu Boats Inc", "exchange": "SPB", - "ipoDate": "2007-11-08T00:00:00Z", - "issueSize": "16586160", + "issueSize": "20525136", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "100000000", "nominal": { @@ -10527,7 +9891,7 @@ "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10538,36 +9902,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0ec72c44-f2e7-434e-9688-2c3a5184936a", + "uid": "f436b110-f81a-4e43-b591-d7134c003003", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "70f25b1c-4596-4d91-a3c4-b5fa99dbbca0", + "positionUid": "fe863195-17ba-404d-9118-219977e96997", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2007-11-09T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NWLI": { - "figi": "BBG008HNHZ07", - "ticker": "NWLI", + "CDK": { + "figi": "BBG006B6PVN9", + "ticker": "CDK", "classCode": "SPBXM", - "isin": "US6385171029", + "isin": "US12508E1010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "National Western Life Group In", + "name": "CDK Global", "exchange": "SPB", - "issueSize": "3436020", + "issueSize": "121491859", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "7500000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "650000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10578,20 +9942,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d2550926-c936-46bf-b03d-bdd2ae06f132", + "uid": "fe4062c1-0ece-4246-be06-ced498cd966e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4e487b70-a5ca-4ad3-b50b-633de3a45f4f", + "positionUid": "9c5063fa-3237-4377-9965-88b761d95693", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AAPL": { - "figi": "BBG000B9XRY4", - "ticker": "AAPL", + "ZBH": { + "figi": "BBG000BKPL53", + "ticker": "ZBH", "classCode": "SPBXM", - "isin": "US0378331005", + "isin": "US98956P1021", "lot": 1, "currency": "usd", "klong": { @@ -10618,15 +9982,54 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Apple", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1980-12-12T00:00:00Z", - "issueSize": "16530166000", + "shortEnabledFlag": false, + "name": "Zimmer Biomet Holdings", + "exchange": "SPB", + "issueSize": "204433342", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "50400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c71be2c1-0aeb-45cf-b3aa-a154e7f50b80", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "103af928-4a67-4be6-bd0a-e7d34534f838", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2001-07-25T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "XP": { + "figi": "BBG00QVJYGM9", + "ticker": "XP", + "classCode": "SPBXM", + "isin": "KYG982391099", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "XP Inc", + "exchange": "SPB_MORNING", + "issueSize": "359681346", + "countryOfRisk": "BR", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", + "sector": "financial", + "issueSizePlan": "3500000000", "nominal": { "currency": "usd", "units": "0", @@ -10636,107 +10039,108 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a9eb4238-eba9-488c-b102-b6140fd08e38", + "uid": "1e601efe-8be2-4138-9e1b-4f2255d57d55", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c5e6656-c4d3-4391-a7ee-e81a76f1804e", + "positionUid": "c40007a5-bd9c-488d-8887-046309ba2343", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:34:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:28:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NABL": { - "figi": "BBG00YJKWXD8", - "ticker": "NABL", + "BDC": { + "figi": "BBG000Q4XNV1", + "ticker": "BDC", "classCode": "SPBXM", - "isin": "US62878D1000", + "isin": "US0774541066", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "N-able", + "name": "Belden Inc", "exchange": "SPB", - "issueSize": "158231020", + "issueSize": "42271634", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de389f79-a5d9-491c-871b-f4668bc44371", + "uid": "7295862b-4b30-49fd-ac94-f7b4fe953200", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b3b589d0-c975-485d-84a7-85e597e03604", + "positionUid": "a9704981-f2cf-4db5-abae-35dadf9c1eba", "forIisFlag": true, - "first1minCandleDate": "2021-07-23T11:56:00Z", - "first1dayCandleDate": "2021-07-23T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "2004-07-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HUN": { - "figi": "BBG000NS26Q8", - "ticker": "HUN", + "HSKA": { + "figi": "BBG000BWFH48", + "ticker": "HSKA", "classCode": "SPBXM", - "isin": "US4470111075", + "isin": "US42805E3062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Huntsman", + "name": "Heska Corp", "exchange": "SPB", - "issueSize": "240008103", + "ipoDate": "1997-06-30T00:00:00Z", + "issueSize": "7828358", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "10250000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81dd81b2-b4ea-4240-82e4-ad2bf2150875", + "uid": "fa5707a2-9a06-4d82-b5ee-27a4acde0869", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "898b2e2a-8bae-4721-83bc-10cca66b0309", + "positionUid": "ce968e5c-fd5a-4a5b-b961-3f82149e1282", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:30:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ROST": { - "figi": "BBG000BSBZH7", - "ticker": "ROST", + "PPL": { + "figi": "BBG000BRJL00", + "ticker": "PPL", "classCode": "SPBXM", - "isin": "US7782961038", + "isin": "US69351T1060", "lot": 1, "currency": "usd", "klong": { @@ -10764,13 +10168,13 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Ross Stores", - "exchange": "SPB", - "ipoDate": "1985-08-01T00:00:00Z", - "issueSize": "207489276", + "name": "PPL", + "exchange": "SPB_MORNING", + "ipoDate": "1945-12-31T00:00:00Z", + "issueSize": "664381143", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", "issueSizePlan": "0", "nominal": { "currency": "usd", @@ -10788,60 +10192,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a762c7ca-ee67-4bea-9c2b-c6a0248df532", + "uid": "84244d4a-db01-41ca-ab4e-16404ec469e6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0b9f926a-d894-47a2-8027-8958bf903517", + "positionUid": "d7e5d73c-43fa-4d5f-b72d-f85f5b7a6210", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1minCandleDate": "2018-01-23T14:00:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GDRX": { - "figi": "BBG00X0VP8D9", - "ticker": "GDRX", + "CABO": { + "figi": "BBG000F02T51", + "ticker": "CABO", "classCode": "SPBXM", - "isin": "US38246G1085", + "isin": "US12685J1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GoodRx Holdings Inc", + "name": "Cable One", "exchange": "SPB", - "issueSize": "38461537", + "issueSize": "5724190", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d314a28d-ff1a-4f95-a33b-33b539ee3cb3", + "uid": "0a9f98ba-e9b2-40cf-b986-ccb587e88d83", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dd219e28-5bab-498a-a563-cb33805246f6", + "positionUid": "06157be9-888c-449d-a174-8dbcb994dc8f", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T12:29:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AYI": { - "figi": "BBG000BJ5HK0", - "ticker": "AYI", + "APPH": { + "figi": "BBG00VDGP717", + "ticker": "APPH", "classCode": "SPBXM", - "isin": "US00508Y1029", + "isin": "US03783T1034", "lot": 1, "currency": "usd", "klong": { @@ -10854,74 +10258,34 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 695300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 96700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 448000000 }, "dshortMin": { "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": false, - "name": "Acuity Brands", - "exchange": "SPB", - "issueSize": "42158288", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "green_buildings", - "issueSizePlan": "500000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "nano": 448000000 }, - "apiTradeAvailableFlag": true, - "uid": "6f5221d8-4fc5-45de-9e5d-b9f468f9aa0c", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a14fff3-ab3b-4191-bb46-b9680b9df093", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2001-11-28T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BIGC": { - "figi": "BBG00W1PSSJ0", - "ticker": "BIGC", - "classCode": "SPBXM", - "isin": "US08975P1084", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "BigCommerce Holdings", + "name": "AppHarvest", "exchange": "SPB", - "issueSize": "18992406", + "issueSize": "97924743", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "205000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -10932,20 +10296,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d820b8a-53b0-42ae-8eab-491607323749", + "uid": "b5b64935-cbd5-4eaf-9fa7-af5454ecc92f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f7ea329c-509d-4828-8295-93550752ef2a", + "positionUid": "84804eea-d052-4c5c-9351-f3e1783fa84d", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:53:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2021-06-01T13:04:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SHEL": { - "figi": "BBG0147BN6G2", - "ticker": "SHEL", + "FDX": { + "figi": "BBG000BJF1Z8", + "ticker": "FDX", "classCode": "SPBXM", - "isin": "US7802593050", + "isin": "US31428X1063", "lot": 1, "currency": "usd", "klong": { @@ -10972,85 +10336,62 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Shell АДР", - "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "energy", - "issueSizePlan": "0", + "shortEnabledFlag": true, + "name": "FedEx", + "exchange": "SPB_MORNING", + "ipoDate": "1978-04-12T00:00:00Z", + "issueSize": "265650056", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49960b88-6eae-4abe-830d-a32713e771f0", + "uid": "970ba4a7-b33d-4c89-a838-0644e3a13a61", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a6897ded-6f0d-4b08-85ea-0b0525b36411", + "positionUid": "69717791-fd76-4c9c-9882-b09c76ee82f8", "forIisFlag": true, - "first1minCandleDate": "2022-02-01T12:30:00Z", - "first1dayCandleDate": "2022-02-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:28:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OKTA": { - "figi": "BBG001YV1SM4", - "ticker": "OKTA", + "VRNS": { + "figi": "BBG001Y04TN6", + "ticker": "VRNS", "classCode": "SPBXM", - "isin": "US6792951054", + "isin": "US9222801022", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 515400000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 231000000 - }, "shortEnabledFlag": false, - "name": "Okta Inc", + "name": "Varonis Systems Inc", "exchange": "SPB", - "ipoDate": "2017-04-07T00:00:00Z", - "issueSize": "97147059", + "ipoDate": "2007-02-06T00:00:00Z", + "issueSize": "28752821", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -11061,76 +10402,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "20fa4093-13fd-46db-be82-1bcbf4654752", + "uid": "b16dd33a-ce8d-4e11-93cf-cec5c9d7ee5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "33db267a-bb57-4949-b5fd-7f7efa3277a9", + "positionUid": "f4ddd487-e7c4-43e8-9903-cb1bf14712f1", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:25:00Z", - "first1dayCandleDate": "2017-04-07T00:00:00Z", + "first1minCandleDate": "2019-10-31T11:46:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JACK": { - "figi": "BBG000GZYVY1", - "ticker": "JACK", + "CRL": { + "figi": "BBG000BG5BL8", + "ticker": "CRL", "classCode": "SPBXM", - "isin": "US4663671091", + "isin": "US1598641074", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Jack in the Box", + "name": "Charles River Laboratories Int", "exchange": "SPB", - "issueSize": "22630771", + "ipoDate": "2000-06-23T00:00:00Z", + "issueSize": "48226323", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "175000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83b033e1-b983-43fb-8cbf-2223bbfc986b", + "uid": "76589a13-0f7a-4ca6-b96b-56abec784cac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "71ee4b1b-98b6-42b6-8719-1aa8e1731095", + "positionUid": "a08c6074-aff4-4b13-ac22-cba3d9b6549d", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:34:00Z", + "first1dayCandleDate": "2000-06-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CON@DE": { - "figi": "BBG000BBZBV5", - "ticker": "CON@DE", - "classCode": "SPBDE", - "isin": "DE0005439004", + "CNI": { + "figi": "BBG000HS74G6", + "ticker": "CNI", + "classCode": "SPBXM", + "isin": "CA1363751027", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Continental AG", - "exchange": "SPB_DE", - "issueSize": "200005983", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", + "name": "Canadian National Railway Co", + "exchange": "SPB", + "issueSize": "826722529", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "industrials", "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "cad", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -11141,101 +10483,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6cf498b7-672e-430a-a23d-b5adb0b60d44", + "uid": "27d989f0-cc2f-436e-b613-cca64f978059", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0caf4926-f6bc-4cba-9c32-0583bb68ba42", + "positionUid": "9de6f560-2359-4d97-9db5-c91f7c591857", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:15:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2021-08-13T13:30:00Z", + "first1dayCandleDate": "2021-08-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "APTK": { - "figi": "BBG000K3STR7", - "ticker": "APTK", - "classCode": "TQBR", - "isin": "RU0008081765", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Аптечная сеть 36,6", - "exchange": "MOEX", - "ipoDate": "2002-08-14T00:00:00Z", - "issueSize": "7630433826", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "8000000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 640000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 2000000 - }, - "apiTradeAvailableFlag": true, - "uid": "bba7a33f-48a8-4788-8469-3a9f5d668e0a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fae177c7-f038-4156-b959-d0030686848a", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2007-07-12T00:00:00Z", - "type": "Shares", - "step": 0.002 - }, - "BKI": { - "figi": "BBG00GX77LW3", - "ticker": "BKI", + "ZION": { + "figi": "BBG000BX9WL1", + "ticker": "ZION", "classCode": "SPBXM", - "isin": "US09215C1053", + "isin": "US9897011071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Black Knight Inc", - "exchange": "SPB", - "issueSize": "150011919", + "name": "Zions Bancorporation", + "exchange": "SPB_MORNING", + "ipoDate": "1966-01-11T00:00:00Z", + "issueSize": "197114982", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "550000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fa0649b1-d8c6-4d88-a633-39a48e51c542", + "uid": "92a81f1d-95a3-40f2-a1da-8f51c1f0ccdb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8bb6f23b-df5c-4cd4-99cd-341f19167a9c", + "positionUid": "ddabae3a-a23d-4902-b296-18bdd1a86ce0", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:35:00Z", - "first1dayCandleDate": "2015-05-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:11:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CFG": { - "figi": "BBG006Q0HY77", - "ticker": "CFG", + "IVZ": { + "figi": "BBG000BY2Y78", + "ticker": "IVZ", "classCode": "SPBXM", - "isin": "US1746101054", + "isin": "BMG491BT1088", "lot": 1, "currency": "usd", "klong": { @@ -11263,18 +10565,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Citizens Financial Group", - "exchange": "SPB", - "ipoDate": "2014-09-24T00:00:00Z", - "issueSize": "460390006", + "name": "Invesco", + "exchange": "SPB_MORNING", + "issueSize": "411335893", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "1000000000", + "issueSizePlan": "1050000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -11287,20 +10588,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46727194-181d-415a-9696-f359e62786d4", + "uid": "2f720aaf-1eff-4fda-8846-71d73ab31b15", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "89410f27-1f20-4d75-ae1d-326619bf6c72", + "positionUid": "39e13a9d-2de1-4656-a952-e2807cf12f40", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2014-09-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:14:00Z", + "first1dayCandleDate": "1995-08-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BKNG": { - "figi": "BBG000BLBVN4", - "ticker": "BKNG", + "PARA": { + "figi": "BBG000C496P7", + "ticker": "PARA", "classCode": "SPBXM", - "isin": "US09857L1089", + "isin": "US92556H2067", "lot": 1, "currency": "usd", "klong": { @@ -11313,102 +10614,141 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, "shortEnabledFlag": true, - "name": "Booking", - "exchange": "SPB", - "ipoDate": "1999-03-29T00:00:00Z", - "issueSize": "41059841", + "name": "Paramount Global", + "exchange": "SPB_MORNING", + "ipoDate": "1990-03-26T00:00:00Z", + "issueSize": "605813492", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "5000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 8000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67e4811b-17b6-4622-9dec-05c52c15cdd8", + "uid": "74eb2eb0-d833-4e8b-965e-09a26431510a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "09d8957e-caae-4ff3-a35a-d9743d912d14", + "positionUid": "1aa7c71e-1326-43e0-a870-74ae621019bb", "forIisFlag": true, - "first1minCandleDate": "2018-03-05T14:35:00Z", - "first1dayCandleDate": "1999-03-30T00:00:00Z", + "first1minCandleDate": "2019-12-11T10:46:00Z", + "first1dayCandleDate": "2019-12-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HST": { - "figi": "BBG000BL8804", - "ticker": "HST", + "DBX": { + "figi": "BBG0018SLDN0", + "ticker": "DBX", "classCode": "SPBXM", - "isin": "US44107P1049", + "isin": "US26210C1045", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Host Hotels & Resorts REIT", - "exchange": "SPB", - "ipoDate": "1968-08-26T00:00:00Z", - "issueSize": "741677444", + "name": "Dropbox Inc", + "exchange": "SPB_MORNING", + "issueSize": "26822409", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "1050000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "36000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "74cb5684-433e-4084-9590-f490aeb11863", + "uid": "665cab9c-4871-480d-ba4e-d3ea57e07e2c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d9b47afd-40fa-43ac-96f7-1aba1578f1a4", + "positionUid": "f8547e9f-b22a-4e2c-893f-aa9ede7cd25c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T11:38:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EXPE": { - "figi": "BBG000QY3XZ2", - "ticker": "EXPE", + "STEM": { + "figi": "BBG00XP8NQN4", + "ticker": "STEM", "classCode": "SPBXM", - "isin": "US30212P3038", + "isin": "US85859N1028", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "Stem", + "exchange": "SPB_MORNING", + "issueSize": "144489164", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "aab1504b-a8b3-45ee-b5fc-3f909de7a632", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c99d2ded-434d-4469-8c35-6b35d7120d15", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "TTLK": { + "figi": "BBG000RJL816", + "ticker": "TTLK", + "classCode": "TQBR", + "isin": "RU000A0HM5C1", + "lot": 1000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -11419,33 +10759,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 237100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 375700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 126600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 172900000 }, - "shortEnabledFlag": true, - "name": "Expedia", - "exchange": "SPB", - "ipoDate": "1999-11-10T00:00:00Z", - "issueSize": "136651105", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "shortEnabledFlag": false, + "name": "\u0422\u0430\u0442\u0442\u0435\u043b\u0435\u043a\u043e\u043c", + "exchange": "MOEX", + "ipoDate": "2006-01-12T00:00:00Z", + "issueSize": "20843976400", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "15885140000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 100000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -11455,23 +10795,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000 }, "apiTradeAvailableFlag": true, - "uid": "083a1c2f-0bc5-43db-95e7-61e1b459e735", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "018d7448-0442-4293-ab4e-9d44461d4c07", + "uid": "76721c1c-52a9-4b45-987e-d075f651f1b1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e80d1280-d512-4755-b48b-1187fd6cb2d8", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2005-07-20T00:00:00Z", + "first1minCandleDate": "2018-03-08T00:26:00Z", + "first1dayCandleDate": "2007-03-30T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0005 }, - "ZEN": { - "figi": "BBG001HRFJG4", - "ticker": "ZEN", + "DRI": { + "figi": "BBG000BBNYF6", + "ticker": "DRI", "classCode": "SPBXM", - "isin": "US98936J1016", + "isin": "US2371941053", "lot": 1, "currency": "usd", "klong": { @@ -11498,86 +10838,45 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Zendesk Inc", - "exchange": "SPB", - "ipoDate": "2014-05-15T00:00:00Z", - "issueSize": "104553831", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "400000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "4450d0ec-ac90-46d3-bf22-4564324b6f55", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d6461506-41da-4f8a-8f45-0c16bcaecf08", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2014-05-15T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PTC": { - "figi": "BBG000C2VBB0", - "ticker": "PTC", - "classCode": "SPBXM", - "isin": "US69370C1009", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "PTC Inc", + "shortEnabledFlag": true, + "name": "Darden Restaurants", "exchange": "SPB", - "ipoDate": "1989-12-14T00:00:00Z", - "issueSize": "117829713", + "ipoDate": "1995-05-09T00:00:00Z", + "issueSize": "12533817", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0ca05f04-f10c-4716-884c-c524262fb385", + "uid": "00a14cf4-a81f-4ee6-83ca-9833ddc4a59d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7bf2cde8-ed7f-4437-8e84-6be9c7eac947", + "positionUid": "342aa430-fb81-4c28-bed8-80a131e21559", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:25:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1995-05-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NEE": { - "figi": "BBG000BJSBJ0", - "ticker": "NEE", + "DD": { + "figi": "BBG00BN961G4", + "ticker": "DD", "classCode": "SPBXM", - "isin": "US65339F1012", + "isin": "US26614N1028", "lot": 1, "currency": "usd", "klong": { @@ -11604,14 +10903,13 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "NextEra Energy", - "exchange": "SPB", - "ipoDate": "1944-12-14T00:00:00Z", - "issueSize": "1961756997", + "shortEnabledFlag": false, + "name": "DuPont de Nemours Inc", + "exchange": "SPB_MORNING", + "issueSize": "523056692", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", @@ -11629,20 +10927,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8cd190aa-5005-4773-8722-1b8f4c0eb805", + "uid": "ea8f6c26-44e0-43e9-b7ff-150a3d9cd246", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d54296f2-4312-44db-93f1-7056ea46a6a2", + "positionUid": "041de167-4a78-4327-92ae-49e73c7d97c2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-10T12:29:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MAR": { - "figi": "BBG000BGD7W6", - "ticker": "MAR", + "CNP": { + "figi": "BBG000FDBX90", + "ticker": "CNP", "classCode": "SPBXM", - "isin": "US5719032022", + "isin": "US15189T1079", "lot": 1, "currency": "usd", "klong": { @@ -11670,14 +10968,14 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Marriott International", - "exchange": "SPB", - "ipoDate": "1998-03-28T00:00:00Z", - "issueSize": "352902263", + "name": "CenterPoint Energy", + "exchange": "SPB_MORNING", + "ipoDate": "1943-08-16T00:00:00Z", + "issueSize": "430964722", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "352902263", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -11694,85 +10992,143 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a92c574c-2a9b-4a6c-a4a5-dec9e629f3c3", + "uid": "edeab7d2-9a46-47c4-abec-585867359e66", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0f372a2d-719d-43d2-ba97-d19210750344", + "positionUid": "6fc303a1-25a6-4738-b307-05d01956397d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1998-03-23T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TAL": { - "figi": "BBG0016XJ8S0", - "ticker": "TAL", - "classCode": "SPBXM", - "isin": "US8740801043", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { + "CNTL": { + "figi": "BBG000BBV4M5", + "ticker": "CNTL", + "classCode": "TQBR", + "isin": "RU0007665147", + "lot": 100, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u0422\u0435\u043b\u0435\u0433\u0440\u0430\u0444", + "exchange": "MOEX", + "ipoDate": "2002-12-20T00:00:00Z", + "issueSize": "166167000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "166167000", + "nominal": { + "currency": "rub", "units": "1", "nano": 0 }, - "dshort": { - "units": "6", - "nano": 128900000 + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 20000000 }, - "dlongMin": { - "units": "1", - "nano": 0 + "apiTradeAvailableFlag": true, + "uid": "c05fd0a1-0c8e-4bc3-bf9e-43e364d278ef", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d90cacdd-7e99-4e5e-8b24-ffe52c39d831", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T23:35:00Z", + "first1dayCandleDate": "2009-09-04T00:00:00Z", + "type": "Shares", + "step": 0.02 + }, + "SLAB": { + "figi": "BBG000BB99S3", + "ticker": "SLAB", + "classCode": "SPBXM", + "isin": "US8269191024", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Silicon Laboratories Inc", + "exchange": "SPB", + "ipoDate": "2000-03-24T00:00:00Z", + "issueSize": "41747783", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "250000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 }, - "dshortMin": { - "units": "1", - "nano": 670000000 + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "717ddee6-6204-4854-b4fb-17b9b6029060", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7b83cc2c-3de9-46f3-a041-eaeef97f921f", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T12:18:00Z", + "first1dayCandleDate": "2000-03-24T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "ANSS": { + "figi": "BBG000GXZ4W7", + "ticker": "ANSS", + "classCode": "SPBXM", + "isin": "US03662Q1058", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "TAL Education Group", + "name": "ANSYS", "exchange": "SPB", - "ipoDate": "2010-10-20T00:00:00Z", - "issueSize": "443998866", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "consumer", - "issueSizePlan": "0", + "ipoDate": "1996-06-19T00:00:00Z", + "issueSize": "84860473", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 333300000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0b8991f9-f6f3-4251-a99c-113abaf6c388", + "uid": "58b67524-fb54-4519-9d0d-bbe4edd9253a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c72bdab9-5904-4459-a64b-86c67e271a4b", + "positionUid": "674002ef-0ca3-4bd8-b19d-02e5c1738d2c", "forIisFlag": true, - "first1minCandleDate": "2019-05-28T13:30:00Z", - "first1dayCandleDate": "2010-10-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1996-06-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OXY": { - "figi": "BBG000BQQ2S6", - "ticker": "OXY", + "SDGR": { + "figi": "BBG000T88BN2", + "ticker": "SDGR", "classCode": "SPBXM", - "isin": "US6745991058", + "isin": "US80810D1037", "lot": 1, "currency": "usd", "klong": { @@ -11785,58 +11141,58 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 959200000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "2", + "nano": 541900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 798000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 882000000 }, - "shortEnabledFlag": true, - "name": "Occidental Petroleum", - "exchange": "SPB_MORNING_WEEKEND", - "issueSize": "933734637", + "shortEnabledFlag": false, + "name": "Schrodinger Inc", + "exchange": "SPB", + "issueSize": "11882352", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a037c8bc-d5b8-410b-af9e-ad7cab166a12", + "uid": "af036466-24ae-4b5b-b39b-3c2a108d158e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1ec40355-2e81-4859-bce1-0d6b1d4a966a", + "positionUid": "ba03b383-eaea-47ff-b728-bbe30282dec3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T11:52:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SCHW": { - "figi": "BBG000BSLZY7", - "ticker": "SCHW", + "CROX": { + "figi": "BBG000BLY663", + "ticker": "CROX", "classCode": "SPBXM", - "isin": "US8085131055", + "isin": "US2270461096", "lot": 1, "currency": "usd", "klong": { @@ -11863,86 +11219,60 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "The Charles Schwab Corporation", - "exchange": "SPB", - "ipoDate": "1987-09-01T00:00:00Z", - "issueSize": "1808708881", + "shortEnabledFlag": false, + "name": "Crocs Inc", + "exchange": "SPB_MORNING", + "issueSize": "71856115", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e74f508f-fbec-468f-8c6b-164fd396d5e5", + "uid": "eab5dc42-102e-49a3-84ba-129ad5ca47bf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e2e07f2a-28d0-4b54-aaea-9a991b1b86b6", + "positionUid": "c02cefc2-186b-4927-863f-5c19e09f5a38", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:14:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:43:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MDT": { - "figi": "BBG000BNWG87", - "ticker": "MDT", + "SJW": { + "figi": "BBG000BT1ZY7", + "ticker": "SJW", "classCode": "SPBXM", - "isin": "IE00BTN1Y115", + "isin": "US7843051043", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Medtronic", + "shortEnabledFlag": false, + "name": "SJW Group", "exchange": "SPB", - "ipoDate": "1959-12-17T00:00:00Z", - "issueSize": "1394731892", + "issueSize": "28507411", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "70000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -11953,36 +11283,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2de14a4a-d4f9-4e0a-9039-625e3ab128b4", + "uid": "df0763ec-837f-446d-a0b6-0ccd3a28bedf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "39b9f804-d6c1-4812-b644-57095495dfc4", + "positionUid": "ab398c1b-d866-4dcb-af66-258264d20734", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:06:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:31:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TWNK": { - "figi": "BBG00B6KGNN1", - "ticker": "TWNK", + "ATEX": { + "figi": "BBG0081NLHR0", + "ticker": "ATEX", "classCode": "SPBXM", - "isin": "US44109J1060", + "isin": "US03676C1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hostess Brands Inc", + "name": "Anterix", "exchange": "SPB", - "issueSize": "120947081", + "issueSize": "17206806", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -11993,20 +11323,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7d5f696e-7093-453a-9bf8-29f23231b131", + "uid": "b2dac10b-73ef-42b3-bf4b-253a31f34c30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5bea2d8-9ace-48d9-ae1d-631bd571793d", + "positionUid": "617486f5-7a46-4e5a-bea9-8f7646f4ffab", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:29:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PFGC": { - "figi": "BBG009XW2WB8", - "ticker": "PFGC", + "QDEL": { + "figi": "BBG017TGV7M2", + "ticker": "QDEL", "classCode": "SPBXM", - "isin": "US71377A1034", + "isin": "US2197981051", "lot": 1, "currency": "usd", "klong": { @@ -12019,35 +11349,34 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 555400000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 725500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 333200000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 313600000 }, - "shortEnabledFlag": true, - "name": "Performance Food Group Co", + "shortEnabledFlag": false, + "name": "QuidelOrtho Corp", "exchange": "SPB", - "ipoDate": "2015-10-01T00:00:00Z", - "issueSize": "105184922", + "issueSize": "66871000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12058,70 +11387,29 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "842fe062-b44b-45e1-b860-09b30fbdb91f", + "uid": "0c26e224-0871-4880-b4d9-c0ae1888a7ff", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cff6116e-1fb3-4ca0-be1f-b1d845aa06d7", + "positionUid": "501ddf98-7a51-42af-afd9-2a5ad19f7674", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:35:00Z", - "first1dayCandleDate": "2015-10-01T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1991-03-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APPF": { - "figi": "BBG008GC8CP6", - "ticker": "APPF", + "TDOC": { + "figi": "BBG0019T5SG0", + "ticker": "TDOC", "classCode": "SPBXM", - "isin": "US03783C1009", + "isin": "US87918A1051", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Appfolio Inc", - "exchange": "SPB", - "ipoDate": "2007-10-24T00:00:00Z", - "issueSize": "16401460", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "klong": { + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "2b244bef-2e62-45c4-ae83-ae2ec664b197", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "abecfa97-8e26-4ea7-9b7d-a668438c2d0c", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "NFLX": { - "figi": "BBG000CL9VN6", - "ticker": "NFLX", - "classCode": "SPBXM", - "isin": "US64110L1061", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 + "kshort": { + "units": "2", + "nano": 0 }, "dlong": { "units": "0", @@ -12129,7 +11417,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -12137,17 +11425,16 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, "shortEnabledFlag": true, - "name": "Netflix", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "2002-05-22T00:00:00Z", - "issueSize": "442595888", + "name": "Teladoc Health Inc", + "exchange": "SPB_MORNING", + "issueSize": "69542584", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "4990000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", @@ -12164,77 +11451,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8bf669aa-0a82-412a-a91b-df2a257338c1", + "uid": "602d3535-6294-42c5-a21e-5ade00fcc2ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c608c49f-3315-431b-b7fb-09a25cd53800", + "positionUid": "cbd93b55-9e29-4008-bd2e-1895123e689d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:46:00Z", - "first1dayCandleDate": "2002-05-23T00:00:00Z", + "first1minCandleDate": "2020-05-18T10:34:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TFC": { - "figi": "BBG000BYYLS8", - "ticker": "TFC", + "OSIS": { + "figi": "BBG000BWPR54", + "ticker": "OSIS", "classCode": "SPBXM", - "isin": "US89832Q1094", + "isin": "US6710441055", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Truist Financial Corporation", + "name": "OSI Systems Inc", "exchange": "SPB", - "ipoDate": "1991-09-01T00:00:00Z", - "issueSize": "766163993", + "ipoDate": "1997-10-01T00:00:00Z", + "issueSize": "18104754", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e3a2871-1f8e-4b26-8b92-a4b9bd218016", + "uid": "dbb30d1d-4630-47d7-9417-a825d55fff3b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aa4d4508-1db6-452b-92e1-ae1f634332ad", + "positionUid": "8e4b6b56-b46b-4906-a261-a6b78d6a24be", "forIisFlag": true, - "first1minCandleDate": "2019-12-12T14:30:00Z", - "first1dayCandleDate": "2019-12-12T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1997-10-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PZZA": { - "figi": "BBG000BFWF13", - "ticker": "PZZA", + "IBP": { + "figi": "BBG005TJKDZ6", + "ticker": "IBP", "classCode": "SPBXM", - "isin": "US6988131024", + "isin": "US45780R1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Papa John's International Inc", + "name": "Installed Building Products", "exchange": "SPB", - "issueSize": "33538310", + "ipoDate": "2014-02-13T00:00:00Z", + "issueSize": "30011640", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12245,37 +11533,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e154d6a4-c839-4e7f-95af-271cec71bd5e", + "uid": "767d153b-1328-431b-a696-36ddb4d732ad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a08cbb66-4766-411d-b5fc-62c98069cbfa", + "positionUid": "bea42abf-ce97-4aec-9ffe-7b00e13e1661", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1993-06-08T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:40:00Z", + "first1dayCandleDate": "2014-02-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTH": { - "figi": "BBG000F4F1N0", - "ticker": "MTH", + "SITE": { + "figi": "BBG009T22D49", + "ticker": "SITE", "classCode": "SPBXM", - "isin": "US59001A1025", + "isin": "US82982L1035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Meritage Homes Corp", + "name": "SiteOne Landscape Supply Inc", "exchange": "SPB", - "ipoDate": "1988-07-01T00:00:00Z", - "issueSize": "38264142", + "ipoDate": "2016-05-12T00:00:00Z", + "issueSize": "41009649", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12286,36 +11574,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f285be28-19e9-4cf7-84e5-70364c74d153", + "uid": "0fff97eb-18d7-426f-bf3f-bdf0bd03ae5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c82e7351-7228-4d26-a4a1-ab26e791fd9d", + "positionUid": "58065146-5ec2-45a4-8390-365cfdddd0c2", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:36:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:46:00Z", + "first1dayCandleDate": "2016-05-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EMBC": { - "figi": "BBG014L7D4G1", - "ticker": "EMBC", + "IART": { + "figi": "BBG000BZJQL8", + "ticker": "IART", "classCode": "SPBXM", - "isin": "US29082K1051", + "isin": "US4579852082", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Embecta", + "name": "Integra LifeSciences Holdings", "exchange": "SPB", - "issueSize": "1000", + "issueSize": "85476801", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12326,102 +11614,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e723197f-9ecd-4e18-8a95-1356db20aca1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fb4b3d66-e7c0-47d6-9640-5b1ae8fd8ff1", - "forIisFlag": true, - "first1minCandleDate": "2022-04-14T12:54:00Z", - "first1dayCandleDate": "2022-04-14T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PKG": { - "figi": "BBG000BB8SW7", - "ticker": "PKG", - "classCode": "SPBXM", - "isin": "US6951561090", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Packaging Corp of America", - "exchange": "SPB", - "ipoDate": "2000-01-27T00:00:00Z", - "issueSize": "94346682", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "a3b6361f-c1b9-4661-8e74-10811c483330", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a025de3b-623f-48b5-9549-1b9d8eeb05c6", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2000-01-28T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "FDS": { - "figi": "BBG000BDJL83", - "ticker": "FDS", - "classCode": "SPBXM", - "isin": "US3030751057", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "FactSet Research Systems Inc", - "exchange": "SPB", - "ipoDate": "1996-06-27T00:00:00Z", - "issueSize": "38239923", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "150000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "abb04a22-b626-4a65-950b-9f14e21dd294", + "uid": "45c61b12-b947-49a5-9bed-34118666f34f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5706b3f2-714a-4b1a-870d-5b15915884b5", + "positionUid": "38a4d55f-26d5-4466-8599-bd77252db183", "forIisFlag": true, "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1996-06-28T00:00:00Z", + "first1dayCandleDate": "1995-08-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EVH": { - "figi": "BBG005CHLM96", - "ticker": "EVH", + "SIG": { + "figi": "BBG000C4ZZ10", + "ticker": "SIG", "classCode": "SPBXM", - "isin": "US30050B1017", + "isin": "BMG812761002", "lot": 1, "currency": "usd", "klong": { @@ -12438,7 +11644,7 @@ }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -12446,101 +11652,20 @@ }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Evolent Health Inc", - "exchange": "SPB", - "ipoDate": "2015-06-05T00:00:00Z", - "issueSize": "77065740", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "750000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "874f8ec8-28ad-4118-acbb-f37b6d35147b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e68307f2-11c9-427d-96b2-10163de411a8", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:35:00Z", - "first1dayCandleDate": "2015-06-05T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "INO": { - "figi": "BBG000BK6YX5", - "ticker": "INO", - "classCode": "SPBXM", - "isin": "US45773H2013", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Inovio Pharmaceuticals", - "exchange": "SPB", - "issueSize": "91496835", + "name": "Signet Jewelers", + "exchange": "SPB_MORNING", + "issueSize": "78384481", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "978d8e08-355d-437f-bf88-23c3c11fd9c2", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8758934b-b7d0-4176-93f9-91e087d8e79b", - "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:46:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PBA": { - "figi": "BBG001732GF9", - "ticker": "PBA", - "classCode": "SPBXM", - "isin": "CA7063271034", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Pembina Pipeline Corporation", - "exchange": "SPB", - "issueSize": "503000000", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "energy", - "issueSizePlan": "0", - "nominal": { - "currency": "cad", - "units": "0", - "nano": 0 + "nano": 180000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -12553,61 +11678,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46432b5e-d693-4cb6-a963-0e53e96a8893", + "uid": "f7c9922d-d34a-4b1b-972c-fc3ebfa3a9a9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b85d4481-5a7f-497c-9f9f-895b34929742", + "positionUid": "af593714-64bb-4bcf-a516-12232eab1fe3", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T13:15:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RUGR": { - "figi": "BBG0014PFYM2", - "ticker": "RUGR", - "classCode": "TQBR", - "isin": "RU000A0JPNP4", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Русгрэйн", - "exchange": "MOEX", - "ipoDate": "2011-09-22T00:00:00Z", - "issueSize": "42984000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "42984000", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 2000000 - }, - "apiTradeAvailableFlag": true, - "uid": "7c9454d0-af4a-4380-82d5-394ee7c9b037", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ce1c9b6b-6d13-495f-a953-61f7158b5463", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:08:00Z", - "first1dayCandleDate": "2010-08-16T00:00:00Z", - "type": "Shares", - "step": 0.002 - }, - "INTC": { - "figi": "BBG000C0G1D1", - "ticker": "INTC", + "HA": { + "figi": "BBG000BC4185", + "ticker": "HA", "classCode": "SPBXM", - "isin": "US4581401001", + "isin": "US4198791018", "lot": 1, "currency": "usd", "klong": { @@ -12635,20 +11719,19 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Intel Corporation", + "name": "Hawaiian Holdings Inc", "exchange": "SPB", - "ipoDate": "1971-10-21T00:00:00Z", - "issueSize": "4057000000", + "issueSize": "53445556", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12659,36 +11742,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70a02b59-62ba-42b0-b528-a56907cb912c", + "uid": "5d768b4a-211e-4ee8-b3e0-8d32cebbe608", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cb6b0d66-181b-4462-ade8-486754b3afe7", + "positionUid": "a78a32a9-27c0-4451-8425-b7fb452d0de7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:33:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1995-06-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HEI@DE": { - "figi": "BBG000BWRTS3", - "ticker": "HEI@DE", - "classCode": "SPBDE", - "isin": "DE0006047004", + "USPH": { + "figi": "BBG000CSRSG6", + "ticker": "USPH", + "classCode": "SPBXM", + "isin": "US90337L1089", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "HeidelbergCement AG", - "exchange": "SPB_DE", - "issueSize": "198416477", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "materials", - "issueSizePlan": "0", + "name": "US Physical Therapy Inc", + "exchange": "SPB", + "issueSize": "12843896", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "20000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12699,116 +11782,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "206a2f28-7b08-4b14-a78d-1e3be5de9cb0", + "uid": "16cebeb2-3144-4647-a68d-c22279957500", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ca5389d5-eaef-46ed-b740-c1c4135ce74e", + "positionUid": "6709df1e-9091-4797-af26-8c26ca8b2e9c", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:03:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:32:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NGVT": { - "figi": "BBG009LM28K6", - "ticker": "NGVT", + "CWH": { + "figi": "BBG00D2Z7X83", + "ticker": "CWH", "classCode": "SPBXM", - "isin": "US45688C1071", + "isin": "US13462K1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ingevity Corp", + "name": "Camping World Holdings, Inc.", "exchange": "SPB", - "issueSize": "41618887", + "issueSize": "37887171", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ff14c9fb-29c2-455c-830c-80d3c0a0c5e1", + "uid": "e2c487ea-b83d-4493-a684-954fc05e01c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "45bcd291-eb4b-4ad3-8168-a1fa85e5170a", + "positionUid": "5dae4cee-6c71-4483-9575-19c9671c8225", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:32:00Z", - "first1dayCandleDate": "2016-05-02T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:03:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NVR": { - "figi": "BBG000BQBYR3", - "ticker": "NVR", + "CGNX": { + "figi": "BBG000BPBVW5", + "ticker": "CGNX", "classCode": "SPBXM", - "isin": "US62944T1051", + "isin": "US1924221039", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NVR Inc", + "name": "Cognex Corp", "exchange": "SPB", - "issueSize": "3590137", + "ipoDate": "1989-07-01T00:00:00Z", + "issueSize": "85665974", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 2000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b6734ab3-1f73-48f0-9d04-c6813e8fb9fb", + "uid": "5cf38516-d519-4481-ae1e-39165023abd8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a6902d91-ba26-4d32-903e-c3e80c60546d", + "positionUid": "bddbd2aa-f5bf-4a2a-9bd1-435a2008a3ab", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:47:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-07-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LPX": { - "figi": "BBG000BNF508", - "ticker": "LPX", + "FRT": { + "figi": "BBG000BJVN28", + "ticker": "FRT", "classCode": "SPBXM", - "isin": "US5463471053", + "isin": "US3137451015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Louisiana-Pacific Corporation", + "name": "Federal Realty Investment Trust REIT", "exchange": "SPB", - "issueSize": "145177391", + "issueSize": "74365801", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12819,20 +11903,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81bfa16f-987b-4a58-adf3-a180a7aa9fa1", + "uid": "408681c7-a337-4100-8c8f-9e81adb9f248", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1defed89-d79e-41e3-8b8a-eae6847b2043", + "positionUid": "5b2ca4a9-f61b-4ccc-8b80-c2ca2bd85d62", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:36:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZGNX": { - "figi": "BBG000VDC3G9", - "ticker": "ZGNX", + "BGS": { + "figi": "BBG000RKXRQ1", + "ticker": "BGS", "classCode": "SPBXM", - "isin": "US98978L2043", + "isin": "US05508R1068", "lot": 1, "currency": "usd", "klong": { @@ -12844,74 +11928,73 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 567500000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 252000000 }, "shortEnabledFlag": false, - "name": "Zogenix Inc", + "name": "B&G Foods Inc", "exchange": "SPB", - "ipoDate": "2002-01-28T00:00:00Z", - "issueSize": "24841080", + "issueSize": "66593120", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "357b71c8-646e-45bf-9d03-3042b6da094c", + "uid": "1a41ac1d-6f8d-4606-aac9-a47d5c320a0c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "53a9ea14-86bb-47b0-b89b-55ea5ded3f9a", + "positionUid": "482d1548-5c43-4f44-80b3-602771d7cf46", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:31:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ECPG": { - "figi": "BBG000F369C7", - "ticker": "ECPG", + "XM": { + "figi": "BBG00M9BHPZ5", + "ticker": "XM", "classCode": "SPBXM", - "isin": "US2925541029", + "isin": "US7476012015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Encore Capital Group Inc", - "exchange": "SPB", - "issueSize": "31058771", + "name": "Qualtrics International Inc.", + "exchange": "SPB_MORNING", + "issueSize": "28518484", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -12924,37 +12007,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f792089c-b65e-47f9-8f7c-021a2b0645d7", + "uid": "fd274b38-5f30-4ef0-953b-88035a991bd5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e3c9e0e0-d5ed-4dd9-bb00-ffe97f5abea6", + "positionUid": "76421142-c83a-4dab-9f71-bfe5d3e74e59", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-06-18T11:51:00Z", + "first1dayCandleDate": "2021-06-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AVY": { - "figi": "BBG000BCQ4P6", - "ticker": "AVY", + "PRGS": { + "figi": "BBG000C4QP94", + "ticker": "PRGS", "classCode": "SPBXM", - "isin": "US0536111091", + "isin": "US7433121008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Avery Dennison", + "name": "Progress Software Corp", "exchange": "SPB", - "ipoDate": "1967-06-20T00:00:00Z", - "issueSize": "87927816", + "ipoDate": "1991-07-30T00:00:00Z", + "issueSize": "44494726", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -12965,20 +12048,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81d56973-9ec0-41cb-9448-2a96b3fb7acc", + "uid": "ca53d953-03da-4e7a-acfe-52f480f219f0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "55ad3cd9-f8b1-4a84-a75a-83d0dd81a9e1", + "positionUid": "9eb37432-378c-4ad4-a910-9501a0f671a5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1991-07-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRO": { - "figi": "BBG000C8H633", - "ticker": "MRO", + "DLTR": { + "figi": "BBG000BSC0K9", + "ticker": "DLTR", "classCode": "SPBXM", - "isin": "US5658491064", + "isin": "US2567461080", "lot": 1, "currency": "usd", "klong": { @@ -12991,100 +12074,100 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Marathon Oil", - "exchange": "SPB", - "ipoDate": "1965-11-26T00:00:00Z", - "issueSize": "788398843", + "name": "Dollar Tree", + "exchange": "SPB_MORNING", + "ipoDate": "1995-03-06T00:00:00Z", + "issueSize": "236071417", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c62b0245-e01e-4adc-90ad-3a77edfdf894", + "uid": "151089ed-f858-44fa-8079-1d32667d80c9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c7bb2007-95d3-41d7-8bd8-3e51a81ff2c8", + "positionUid": "98428cee-15a0-42b3-a4cc-9b8072a8777a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:24:00Z", + "first1dayCandleDate": "1995-03-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NUE": { - "figi": "BBG000BQ8KV2", - "ticker": "NUE", + "WCC": { + "figi": "BBG000D0FNV3", + "ticker": "WCC", "classCode": "SPBXM", - "isin": "US6703461052", + "isin": "US95082P1057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nucor", + "name": "WESCO International Inc", "exchange": "SPB", - "ipoDate": "1972-07-12T00:00:00Z", - "issueSize": "293694534", + "ipoDate": "1999-05-11T00:00:00Z", + "issueSize": "46691008", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "210000000", "nominal": { "currency": "usd", "units": "0", - "nano": 400000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8f581456-8a31-4288-862c-7eb0760e9546", + "uid": "050173e0-f7bd-470a-b98a-28ad4cbae23e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4f31245b-a757-44e8-bf19-bc2c760d2194", + "positionUid": "14a69d47-f3cb-42ae-a23c-c37d22f63f34", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "1999-05-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MOS": { - "figi": "BBG000BFXHL6", - "ticker": "MOS", + "GTX": { + "figi": "BBG00HY28P97", + "ticker": "GTX", "classCode": "SPBXM", - "isin": "US61945C1036", + "isin": "US3665051054", "lot": 1, "currency": "usd", "klong": { @@ -13096,111 +12179,159 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Mosaic", + "shortEnabledFlag": false, + "name": "Garrett Motion Inc", "exchange": "SPB", - "ipoDate": "2003-06-23T00:00:00Z", - "issueSize": "379896944", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "445486732", + "issueSize": "74105227", + "countryOfRisk": "CH", + "countryOfRiskName": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a9132bc7-2b3c-430f-95ac-2db8392a02f1", + "uid": "196cf251-3a43-4a95-bb5d-d5e46a602eeb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ec73a73b-422c-464b-a57a-46be354a323e", + "positionUid": "d0c6f11d-b126-4015-a079-8666a3a5deb7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:29:00Z", - "first1dayCandleDate": "1991-11-29T00:00:00Z", + "first1minCandleDate": "2018-10-11T13:33:00Z", + "first1dayCandleDate": "2018-09-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NWE": { - "figi": "BBG000Q1NMJ4", - "ticker": "NWE", + "PFGC": { + "figi": "BBG009XW2WB8", + "ticker": "PFGC", "classCode": "SPBXM", - "isin": "US6680743050", + "isin": "US71377A1034", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "NorthWestern Corporation", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Performance Food Group Co", "exchange": "SPB", - "issueSize": "50568881", + "ipoDate": "2015-10-01T00:00:00Z", + "issueSize": "105184922", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98e303d0-b7af-460b-98c1-dbee70acce93", + "uid": "842fe062-b44b-45e1-b860-09b30fbdb91f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8fd73076-beb5-48c5-8eea-9d88b7b7e141", + "positionUid": "cff6116e-1fb3-4ca0-be1f-b1d845aa06d7", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:20:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:35:00Z", + "first1dayCandleDate": "2015-10-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CARG": { - "figi": "BBG00HQ77DS2", - "ticker": "CARG", + "CHGG": { + "figi": "BBG0014XR0N5", + "ticker": "CHGG", "classCode": "SPBXM", - "isin": "US1417881091", + "isin": "US1630921096", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Cargurus Inc", - "exchange": "SPB", - "ipoDate": "2017-10-12T00:00:00Z", - "issueSize": "90537641", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Chegg Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2013-11-13T00:00:00Z", + "issueSize": "118548013", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", @@ -13217,20 +12348,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9277ab25-f4e5-4cba-8d1b-17a7640957a2", + "uid": "d8c913dd-089f-4824-8db8-978e242f48de", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0afdb4f0-e4fd-4c51-8bdb-5ab72acb4007", + "positionUid": "87beba65-73b2-45e5-a118-42a835e64eae", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:29:00Z", - "first1dayCandleDate": "2017-10-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:00:00Z", + "first1dayCandleDate": "2013-11-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LULU": { - "figi": "BBG000R8ZVD1", - "ticker": "LULU", + "COF": { + "figi": "BBG000BGKTF9", + "ticker": "COF", "classCode": "SPBXM", - "isin": "US5500211090", + "isin": "US14040H1059", "lot": 1, "currency": "usd", "klong": { @@ -13247,7 +12378,7 @@ }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -13255,86 +12386,87 @@ }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Lululemon Athletica Inc", - "exchange": "SPB", - "issueSize": "125914467", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "consumer", - "issueSizePlan": "400000000", + "name": "Capital One", + "exchange": "SPB_MORNING", + "ipoDate": "1994-11-15T00:00:00Z", + "issueSize": "478425026", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 5000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b326f566-dfde-4892-ae42-60b91b80c5e0", + "uid": "6996bb7d-3a65-456d-96d7-d37e0b3a8b05", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "70fb1387-66bc-4551-b6f1-d82fc7736610", + "positionUid": "525244dd-e28a-4320-9cbc-f823a4324f4f", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T13:14:00Z", - "first1dayCandleDate": "2007-07-27T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:16:00Z", + "first1dayCandleDate": "1994-11-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KRG": { - "figi": "BBG000BC2KW8", - "ticker": "KRG", + "KIDS": { + "figi": "BBG00HFFRW39", + "ticker": "KIDS", "classCode": "SPBXM", - "isin": "US49803T3005", + "isin": "US68752L1008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kite Realty Group REIT", + "name": "OrthoPediatrics Corp", "exchange": "SPB", - "issueSize": "83673660", + "issueSize": "17818443", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "225000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 250000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49e5d238-cdab-403b-968b-b8a4a2c3f7fe", + "uid": "9691cd8f-e0a4-4b44-bad9-8b0ea7d30f86", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "232381b7-af2b-45cf-ae0f-7f5af85ddb91", + "positionUid": "84fa6003-9f92-4bc8-bc99-d221558f2673", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T14:35:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VIR": { - "figi": "BBG00H2QQ8T5", - "ticker": "VIR", + "LOW": { + "figi": "BBG000BNDN65", + "ticker": "LOW", "classCode": "SPBXM", - "isin": "US92764N1028", + "isin": "US5486611073", "lot": 1, "currency": "usd", "klong": { @@ -13347,58 +12479,59 @@ }, "dlong": { "units": "0", - "nano": 781000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 347000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 532000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 532000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Vir Biotechnology", - "exchange": "SPB", - "issueSize": "109678822", + "shortEnabledFlag": true, + "name": "Lowe's", + "exchange": "SPB_MORNING", + "ipoDate": "1961-10-01T00:00:00Z", + "issueSize": "706890137", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "421450000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ef80e6ce-e92e-43eb-815e-85a0fd668720", + "uid": "b34959df-518b-433d-8f1c-78ea0daa16ad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e319abc5-a402-43b2-9238-688a05d1ffc6", + "positionUid": "6f82a60f-c575-4215-9d68-25d2b170617d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:04:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:56:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WDAY": { - "figi": "BBG000VC0T95", - "ticker": "WDAY", + "AMP": { + "figi": "BBG000G3QLY3", + "ticker": "AMP", "classCode": "SPBXM", - "isin": "US98138H1014", + "isin": "US03076C1062", "lot": 1, "currency": "usd", "klong": { @@ -13411,194 +12544,139 @@ }, "dlong": { "units": "0", - "nano": 559100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 336000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Workday Inc", + "name": "Ameriprise Financial", "exchange": "SPB", - "ipoDate": "2012-10-12T00:00:00Z", - "issueSize": "203000000", + "ipoDate": "2005-09-12T00:00:00Z", + "issueSize": "135496261", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3300af10-d71a-479c-b514-1e8674785cca", + "uid": "7df3cb41-e122-4b46-bab2-b7b0ceff0050", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "adb489bf-a2c7-48a5-95e6-afa2d829e864", + "positionUid": "d54e670f-2385-4136-b656-28203d34add9", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:17:00Z", - "first1dayCandleDate": "2012-10-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2005-09-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DBK@DE": { - "figi": "BBG000BBZW12", - "ticker": "DBK@DE", - "classCode": "SPBDE", - "isin": "DE0005140008", + "MGNT": { + "figi": "BBG004RVFCY3", + "ticker": "MGNT", + "classCode": "TQBR", + "isin": "RU000A0JKQU8", "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Deutsche Bank AG", - "exchange": "SPB_DE", - "issueSize": "929499640", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "financial", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", + "currency": "rub", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 215700000 }, - "apiTradeAvailableFlag": true, - "uid": "107666aa-3160-4835-9a8c-c8ac5f106693", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e91c5977-ea43-4f43-b35a-8cb95a8e84ce", - "forIisFlag": true, - "first1minCandleDate": "2021-03-01T10:22:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ROLL": { - "figi": "BBG000GMGNB3", - "ticker": "ROLL", - "classCode": "SPBXM", - "isin": "US75524B1044", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "RBC Bearings Inc", - "exchange": "SPB", - "ipoDate": "2005-08-10T00:00:00Z", - "issueSize": "24805005", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "60000000", - "nominal": { - "currency": "usd", + "dshort": { "units": "0", - "nano": 10000000 + "nano": 276700000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dlongMin": { "units": "0", - "nano": 10000000 + "nano": 114400000 }, - "apiTradeAvailableFlag": true, - "uid": "279349ba-5647-4afd-a87f-e5bb29ca4229", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d15aeb6b-83fc-479b-971d-8f5871e1925e", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:28:00Z", - "first1dayCandleDate": "2005-08-10T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PLNT": { - "figi": "BBG009H04M17", - "ticker": "PLNT", - "classCode": "SPBXM", - "isin": "US72703H1014", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Planet FItness Inc", - "exchange": "SPB", - "issueSize": "88168785", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "dshortMin": { + "units": "0", + "nano": 129900000 + }, + "shortEnabledFlag": true, + "name": "\u041c\u0430\u0433\u043d\u0438\u0442", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2004-03-04T00:00:00Z", + "issueSize": "101911355", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", - "issueSizePlan": "300000000", + "issueSizePlan": "850000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "23f90e28-1ced-45b1-b21c-d71eb628d4f5", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14b2de05-e1cf-4c54-b4ad-633ffbe548e0", + "uid": "ca845f68-6c43-44bc-b584-330d2a1e5eb7", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:07:00Z", - "first1dayCandleDate": "2015-08-06T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2006-07-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "TREE": { - "figi": "BBG000TVRB50", - "ticker": "TREE", - "classCode": "SPBXM", - "isin": "US52603B1070", - "lot": 1, - "currency": "usd", + "SVAV": { + "figi": "BBG004S68JR8", + "ticker": "SVAV", + "classCode": "TQBR", + "isin": "RU0006914488", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "LendingTree Inc", - "exchange": "SPB", - "issueSize": "12879149", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "50000000", + "name": "\u0421\u041e\u041b\u041b\u0415\u0420\u0421", + "exchange": "MOEX", + "ipoDate": "2002-04-19T00:00:00Z", + "issueSize": "34270159", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "22074192", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "12", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -13608,23 +12686,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "2fcbd213-f9cd-46b7-9f01-283f21cd937a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d0b7e338-921a-4df7-b5c9-ce0be261af3b", + "uid": "c3746fd5-ac02-419a-8893-827775cfb2c8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1fdca17c-06a3-4d2f-b761-a842d8015d77", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2008-08-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:34:00Z", + "first1dayCandleDate": "2005-05-14T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "INCY": { - "figi": "BBG000BNPSQ9", - "ticker": "INCY", + "AZO": { + "figi": "BBG000C7LMS8", + "ticker": "AZO", "classCode": "SPBXM", - "isin": "US45337C1027", + "isin": "US0533321024", "lot": 1, "currency": "usd", "klong": { @@ -13651,21 +12729,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Incyte", + "shortEnabledFlag": false, + "name": "AutoZone", "exchange": "SPB", - "ipoDate": "1993-11-03T00:00:00Z", - "issueSize": "220835269", + "ipoDate": "1991-04-01T00:00:00Z", + "issueSize": "28030696", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -13676,20 +12754,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab972ae2-6421-4112-b1d4-487b057b64bd", + "uid": "2a828e19-88a0-4c1a-8f48-bdd6b5e2f903", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0acbaa03-d75a-4b8f-897e-466ce9f80f20", + "positionUid": "47e3d884-51f9-405e-af7f-b4f40e221d83", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1993-11-04T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:34:00Z", + "first1dayCandleDate": "1991-04-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FOXA": { - "figi": "BBG00JHNJW99", - "ticker": "FOXA", + "KSPI@GS": { + "figi": "BBG00XV2T033", + "ticker": "KSPI@GS", "classCode": "SPBXM", - "isin": "US35137L1052", + "isin": "US48581R2058", "lot": 1, "currency": "usd", "klong": { @@ -13717,59 +12795,59 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "Twenty-First Century Fox (A)", - "exchange": "SPB", - "issueSize": "350000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", + "name": "\u0413\u0414\u0420 Kaspi.kz JSC", + "exchange": "LSE", + "issueSize": "199500000", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_GDR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55ad25f8-9582-470d-8e27-f67d80be551d", + "uid": "aee1127a-612c-44db-a52d-e12d74c5e1a1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4873ff15-3a89-435d-90cd-3be367b39ba1", + "positionUid": "5caa2239-20a5-4497-a449-80144ce1a320", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2018-01-23T07:00:00Z", + "first1minCandleDate": "2021-09-17T07:00:00Z", + "first1dayCandleDate": "2021-09-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SWX": { - "figi": "BBG00FWP4JW4", - "ticker": "SWX", + "PRG": { + "figi": "BBG00VSH86G4", + "ticker": "PRG", "classCode": "SPBXM", - "isin": "US8448951025", + "isin": "US74319R1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Southwest Gas Holdings", + "name": "PROG Holdings", "exchange": "SPB", - "issueSize": "55129976", + "issueSize": "67272278", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "225000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -13780,37 +12858,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fee48b9a-9fcd-4360-9922-ae5ac9bd68d1", + "uid": "957f70a3-a208-4cca-b776-0729eb7f4189", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f5ff263a-0b18-41fd-a4a0-4885a2473034", + "positionUid": "45632e08-0da4-48b0-b870-7fcd84557612", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:31:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-12-08T14:30:00Z", + "first1dayCandleDate": "2020-12-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SSTK": { - "figi": "BBG002ZCK2V9", - "ticker": "SSTK", + "ABR": { + "figi": "BBG000KMVDV1", + "ticker": "ABR", "classCode": "SPBXM", - "isin": "US8256901005", + "isin": "US0389231087", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Shutterstock Inc", + "name": "Arbor Realty Trust REIT", "exchange": "SPB", - "ipoDate": "2012-10-11T00:00:00Z", - "issueSize": "36082717", + "issueSize": "61723387", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -13821,36 +12898,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a41a553-6f56-4c94-b3dd-6f5afbeceb6d", + "uid": "148c7113-e6d5-45c4-8cad-5f1a5a8272ce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08a25eb1-7892-42bc-bbc6-dad33789c90c", + "positionUid": "f3d493a7-d840-4fc9-9651-34425258a8ad", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:36:00Z", - "first1dayCandleDate": "2012-10-11T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:00:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DOCN": { - "figi": "BBG00ZGF6SS3", - "ticker": "DOCN", + "ARVL": { + "figi": "BBG00YFSF9D7", + "ticker": "ARVL", "classCode": "SPBXM", - "isin": "US25402D1028", + "isin": "LU2314763264", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "DigitalOcean Holdings", + "name": "Arrival", "exchange": "SPB", - "issueSize": "106563465", + "issueSize": "606157267", + "countryOfRisk": "LU", + "countryOfRiskName": "\u0412\u0435\u043b\u0438\u043a\u043e\u0435 \u0413\u0435\u0440\u0446\u043e\u0433\u0441\u0442\u0432\u043e \u041b\u044e\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433", + "sector": "electrocars", + "issueSizePlan": "2700000000", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "d07b03a0-52cd-4feb-ae8b-415b2b4c33d2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "543b47fe-b0b5-44b7-b85d-f4170951aca9", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T12:30:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "PETQ": { + "figi": "BBG00H1CY328", + "ticker": "PETQ", + "classCode": "SPBXM", + "isin": "US71639T1060", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "PetIQ Inc", + "exchange": "SPB", + "ipoDate": "2017-07-21T00:00:00Z", + "issueSize": "22361504", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 25000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -13861,20 +12979,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7ddba077-6194-4319-b740-6bd8453245f5", + "uid": "495044cd-b59b-4733-a47d-1b5bef067fc7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bd8c657c-db80-4236-9661-d85633123123", + "positionUid": "cea60e15-9664-4bf5-bfd0-1e757bf16e5d", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2017-07-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EXR": { - "figi": "BBG000PV27K3", - "ticker": "EXR", + "GS": { + "figi": "BBG000C6CFJ5", + "ticker": "GS", "classCode": "SPBXM", - "isin": "US30225T1025", + "isin": "US38141G1040", "lot": 1, "currency": "usd", "klong": { @@ -13901,15 +13019,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Extra Space Storage REIT", - "exchange": "SPB", - "ipoDate": "2004-08-12T00:00:00Z", - "issueSize": "125806096", + "shortEnabledFlag": true, + "name": "Goldman Sachs", + "exchange": "SPB_MORNING", + "ipoDate": "1999-05-04T00:00:00Z", + "issueSize": "337097488", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", "units": "0", @@ -13920,66 +13038,26 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "36577747-69c4-4823-9d9a-5acae46bc4a1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "930f5eff-633a-4b89-b045-e669eae57155", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:33:00Z", - "first1dayCandleDate": "2004-08-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "OHI": { - "figi": "BBG000BGBTC2", - "ticker": "OHI", - "classCode": "SPBXM", - "isin": "US6819361006", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Omega Healthcare Investors REIT", - "exchange": "SPB", - "issueSize": "195142685", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "350000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bcceb3c4-cc15-4094-b5f0-4acebe6a6c9f", + "uid": "7e2b23b7-f99f-477c-84b3-ae7775c489ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1cdddb09-bdfb-492e-a48c-a3444110dd91", + "positionUid": "cdff268c-e85b-48df-bea4-ad283b0fd219", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:38:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:04:00Z", + "first1dayCandleDate": "1999-05-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HHR": { - "figi": "BBG00KHGQ0H4", - "ticker": "HHR", + "PPG": { + "figi": "BBG000BRJ809", + "ticker": "PPG", "classCode": "SPBXM", - "isin": "US42207L1061", + "isin": "US6935061076", "lot": 1, "currency": "usd", "klong": { @@ -13991,75 +13069,75 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "HeadHunter Group PLC", + "name": "PPG Industries", "exchange": "SPB", - "issueSize": "50635720", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "issueSize": "256479780", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "1", - "nano": 0 + "nano": 666666000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "65169079-c531-45eb-908a-903afac298d1", + "uid": "63ffc24f-478b-48f7-8ff8-4dc059a2ca4a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9b42c814-2efe-40c1-ae34-4ef084f19648", + "positionUid": "4b5f7e29-4580-4f08-ac08-f249642a3290", "forIisFlag": true, - "first1minCandleDate": "2020-04-14T07:01:00Z", - "first1dayCandleDate": "2020-04-14T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OTIS": { - "figi": "BBG00RP60KV0", - "ticker": "OTIS", + "MKSI": { + "figi": "BBG000BVMG26", + "ticker": "MKSI", "classCode": "SPBXM", - "isin": "US68902V1070", + "isin": "US55306N1046", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Otis Worldwide", + "name": "MKS Instruments", "exchange": "SPB", - "issueSize": "433079455", + "issueSize": "54108231", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -14070,28 +13148,53 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a6384db2-69ab-4b8c-a8e2-86bebe77cccf", + "uid": "bac17da4-084c-4e8d-b5bd-4820bcd1b808", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c815363f-02d3-497c-8993-ea8839dd2d2d", + "positionUid": "0785b8a2-a90c-4d10-9c0a-17af01a834f3", "forIisFlag": true, - "first1minCandleDate": "2020-04-06T11:01:00Z", - "first1dayCandleDate": "2020-04-06T07:00:00Z", + "first1minCandleDate": "2020-05-18T12:58:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LYLT": { - "figi": "BBG012QVD574", - "ticker": "LYLT", + "SCHW": { + "figi": "BBG000BSLZY7", + "ticker": "SCHW", "classCode": "SPBXM", - "isin": "US54911Q1076", + "isin": "US8085131055", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Loyalty Ventures", - "exchange": "SPB", - "issueSize": "100000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "The Charles Schwab Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1987-09-01T00:00:00Z", + "issueSize": "1808708881", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", "issueSizePlan": "0", "nominal": { @@ -14103,41 +13206,66 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "038e2288-1188-46bd-a3f3-ee43b82fd996", + "uid": "e74f508f-fbec-468f-8c6b-164fd396d5e5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "98a51022-3561-476b-982d-c1315ec4edcc", + "positionUid": "e2e07f2a-28d0-4b54-aaea-9a991b1b86b6", "forIisFlag": true, - "first1minCandleDate": "2021-11-11T12:48:00Z", - "first1dayCandleDate": "2021-11-11T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:14:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UGI": { - "figi": "BBG000BVYN55", - "ticker": "UGI", + "WYNN": { + "figi": "BBG000LD9JQ8", + "ticker": "WYNN", "classCode": "SPBXM", - "isin": "US9026811052", + "isin": "US9831341071", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "UGI Corp", - "exchange": "SPB", - "issueSize": "173373824", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Wynn Resorts", + "exchange": "SPB_MORNING", + "ipoDate": "2002-10-25T00:00:00Z", + "issueSize": "101790911", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -14150,62 +13278,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55b9479a-0f70-4eda-9b73-90310f3c0295", + "uid": "b39ca028-a2de-4f8b-996f-bc8f17233600", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6b433941-78f4-4835-8a5d-7bb144448ee4", + "positionUid": "ee629cd0-4da9-419b-8878-84f48123689e", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:01:00Z", + "first1dayCandleDate": "2002-10-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RVLV": { - "figi": "BBG00M4RHBD0", - "ticker": "RVLV", + "RDN": { + "figi": "BBG000BMWV95", + "ticker": "RDN", "classCode": "SPBXM", - "isin": "US76156B1070", + "isin": "US7502361014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Revolve Group Inc", + "name": "Radian Group", "exchange": "SPB", - "issueSize": "13529411", + "issueSize": "214427037", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "485000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "57e3f729-6aaf-4c4e-9ece-84bb42b210cb", + "uid": "ea3d51d8-0cbe-401b-b45d-04fc15f8e224", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c48cd1f1-3d95-49ee-b2c5-23e92b638be4", + "positionUid": "0d41c946-a562-4c61-b57b-314307878be5", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:00:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SGZH": { - "figi": "BBG0100R9963", - "ticker": "SGZH", - "classCode": "TQBR", - "isin": "RU000A102XG9", - "lot": 100, - "currency": "rub", + "MCO": { + "figi": "BBG000F86GP6", + "ticker": "MCO", + "classCode": "SPBXM", + "isin": "US6153691059", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -14216,33 +13344,32 @@ }, "dlong": { "units": "0", - "nano": 207700000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 283700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 109900000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 133000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Сегежа", - "exchange": "MOEX", - "ipoDate": "2020-12-18T00:00:00Z", - "issueSize": "15690000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "11940000000", + "name": "Moody's", + "exchange": "SPB", + "issueSize": "194900000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -14252,101 +13379,101 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7bedd86b-478d-4742-a28c-29d27f8dbc7d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5fe05020-a682-4909-b9f6-93e91413fa93", + "uid": "bd50f6c2-cf14-4d9a-b82d-83ec28169043", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "98f3451a-1d65-4e5b-9bb0-20700eff1205", "forIisFlag": true, - "first1minCandleDate": "2021-04-28T06:59:00Z", - "first1dayCandleDate": "2021-04-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:35:00Z", + "first1dayCandleDate": "1998-06-24T00:00:00Z", "type": "Shares", - "step": 0.001 + "step": 0.01 }, - "SRPT": { - "figi": "BBG000BCJ161", - "ticker": "SRPT", + "CNXC": { + "figi": "BBG00RCNQMX3", + "ticker": "CNXC", "classCode": "SPBXM", - "isin": "US8036071004", + "isin": "US20602D1019", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 620500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 273000000 - }, - "shortEnabledFlag": true, - "name": "Sarepta Therapeutics Inc", + "shortEnabledFlag": false, + "name": "Concentrix Corporation", "exchange": "SPB", - "issueSize": "66442402", + "issueSize": "5000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "99000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "195b4aad-e5d2-4cc0-87b4-ea24ffe2a07e", + "uid": "feeac9a5-d26f-4555-9880-16787ef6824a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "00ce33dd-e10e-4107-ac3b-7e9262c24233", + "positionUid": "f6e456b7-e3bc-4c4d-9995-f9cd572ba00d", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T08:59:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2020-12-10T14:05:00Z", + "first1dayCandleDate": "2020-12-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DM": { - "figi": "BBG00P17H053", - "ticker": "DM", + "FTCH": { + "figi": "BBG00LSD4456", + "ticker": "FTCH", "classCode": "SPBXM", - "isin": "US25058X1054", + "isin": "KY30744W1070", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 559100000 + }, + "dshort": { + "units": "0", + "nano": 898900000 + }, + "dlongMin": { + "units": "0", + "nano": 336000000 + }, + "dshortMin": { + "units": "0", + "nano": 378000000 + }, "shortEnabledFlag": false, - "name": "Desktop Metal", - "exchange": "SPB", - "issueSize": "28010494", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "Farfetch Ltd", + "exchange": "SPB_MORNING", + "issueSize": "250001015", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", "sector": "consumer", "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 40000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -14359,70 +13486,95 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39a4366d-7258-4450-a450-66568695beb9", + "uid": "179822a5-5821-4fc6-9459-5b2e4776a6db", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0607eb09-53dd-4660-afa2-84c1a105c20b", + "positionUid": "82a24e89-8aaf-445f-9323-ff07dead1c68", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:45:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:04:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AVLR": { - "figi": "BBG000R4Y9C1", - "ticker": "AVLR", + "BC": { + "figi": "BBG000BCWSS3", + "ticker": "BC", "classCode": "SPBXM", - "isin": "US05338G1067", + "isin": "US1170431092", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Avalara Inc", + "name": "Brunswick Corp DE", "exchange": "SPB", - "issueSize": "69950469", + "ipoDate": "1925-01-25T00:00:00Z", + "issueSize": "87028425", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 750000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7345231e-bb61-49c5-bd4f-f1407a841f1d", + "uid": "1b92bae3-a7f0-47c8-9ff7-2f6fbb39bc4f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "83ab44fa-0532-44a3-91a8-98878b59d0e4", + "positionUid": "112968f3-ee25-40c7-8d18-20d8911a91d1", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:24:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SCI": { - "figi": "BBG000BTHH16", - "ticker": "SCI", + "SPGI": { + "figi": "BBG000BP1Q11", + "ticker": "SPGI", "classCode": "SPBXM", - "isin": "US8175651046", + "isin": "US78409V1044", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Service Corp International/US", - "exchange": "SPB", - "issueSize": "183343868", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "S&P Global", + "exchange": "SPB_MORNING", + "issueSize": "241000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "1", @@ -14439,61 +13591,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7828902-f5bd-4811-b8f8-072535e7d7fe", + "uid": "c3067706-941f-4009-ae27-fee588104ace", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "290929af-1d32-4618-9dd6-9afc473e0d3f", + "positionUid": "fc113064-efc1-4bde-bba8-be1ad042ce74", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:32:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HUBS": { - "figi": "BBG000N7MZ06", - "ticker": "HUBS", + "RDY": { + "figi": "BBG000NJ96L6", + "ticker": "RDY", "classCode": "SPBXM", - "isin": "US4435731009", + "isin": "US2561352038", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "HubSpot Inc", + "name": "Dr. Reddy's Laboratories", "exchange": "SPB", - "ipoDate": "2014-10-09T00:00:00Z", - "issueSize": "38793031", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "issueSize": "166390731", + "countryOfRisk": "IN", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u043d\u0434\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3a331122-f684-418c-9fba-aa8e4d8d0ee6", + "uid": "4c1f9249-12ae-49dd-ab0b-247e97028c32", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "87860b9b-bc8b-44be-b9d9-774a8416d8ca", + "positionUid": "30c432a0-2a10-47ad-ad9e-7f5ce47badee", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:38:00Z", - "first1dayCandleDate": "2014-10-09T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:33:00Z", + "first1dayCandleDate": "2001-04-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KHC": { - "figi": "BBG005CPNTQ2", - "ticker": "KHC", + "ALB": { + "figi": "BBG000BJ26K7", + "ticker": "ALB", "classCode": "SPBXM", - "isin": "US5007541064", + "isin": "US0126531013", "lot": 1, "currency": "usd", "klong": { @@ -14521,12 +13672,12 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Kraft Heinz", - "exchange": "SPB", - "issueSize": "1223387136", + "name": "Albemarle", + "exchange": "SPB_MORNING", + "issueSize": "112566316", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", @@ -14544,100 +13695,125 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ee1804db-bee7-4073-b98e-eb9fe121a8e6", + "uid": "0e014b3e-8d33-40ae-af57-ed8493152088", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6ec42524-15a9-4170-9690-98706bbf6d70", + "positionUid": "882a554a-e568-4a24-96a9-8ba7e5cab441", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:02:00Z", - "first1dayCandleDate": "2015-07-06T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:52:00Z", + "first1dayCandleDate": "1994-02-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "INT": { - "figi": "BBG000BM3CJ8", - "ticker": "INT", + "MELI": { + "figi": "BBG000GQPB11", + "ticker": "MELI", "classCode": "SPBXM", - "isin": "US9814751064", + "isin": "US58733R1023", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 585100000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 259000000 + }, "shortEnabledFlag": false, - "name": "World Fuel Services Corporation", + "name": "MercadoLibre Inc", "exchange": "SPB", - "issueSize": "63502254", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "100000000", + "ipoDate": "2007-08-10T00:00:00Z", + "issueSize": "44157364", + "countryOfRisk": "AR", + "countryOfRiskName": "\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "110000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2b3d91c8-99cc-4bf4-9f46-b53374a1badf", + "uid": "8d8e4d71-eb8e-4226-8e76-8baf539f1cf5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ff06fd30-8289-42c6-b505-9117c645a5b2", + "positionUid": "d23692fe-8438-4f5f-84bc-2b3c859eb544", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:29:00Z", + "first1dayCandleDate": "2007-08-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SITM": { - "figi": "BBG00QNSY1H7", - "ticker": "SITM", + "CSWI": { + "figi": "BBG007NLG4L3", + "ticker": "CSWI", "classCode": "SPBXM", - "isin": "US82982T1060", + "isin": "US1264021064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SiTime", + "name": "CSW Industrials Inc", "exchange": "SPB", - "issueSize": "18650278", + "issueSize": "15024159", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1bfb3c03-e3bd-45ff-b154-eb15fd1c21ee", + "uid": "3845e206-f086-48cf-9287-c0dfe6002ca3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7f802f9d-fa9c-4718-b2e6-a156f96d984d", + "positionUid": "3b4c660b-ae1b-480c-a11e-702211ce16d6", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:00:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2015-09-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CLOV": { - "figi": "BBG00SHY90J5", - "ticker": "CLOV", + "UAA": { + "figi": "BBG000BXM6V2", + "ticker": "UAA", "classCode": "SPBXM", - "isin": "US18914F1030", + "isin": "US9043111072", "lot": 1, "currency": "usd", "klong": { @@ -14650,32 +13826,33 @@ }, "dlong": { "units": "0", - "nano": 695300000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 178600000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 448000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 476000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Clover Health Investments, Corp.", - "exchange": "SPB", - "issueSize": "235874471", + "name": "Under Armour", + "exchange": "SPB_MORNING", + "ipoDate": "2005-11-18T00:00:00Z", + "issueSize": "183739248", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 333000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -14688,20 +13865,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "abbe8e73-5d15-4da3-9ecd-ddabac4a7fc7", + "uid": "ac2ea8bc-aef0-4bcd-8134-ccc3d0732109", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a8e701bc-5a01-4dc2-844c-8ad79f15cb87", + "positionUid": "e378fe3b-7c45-483d-b70f-49c0f6769ec4", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:46:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:02:00Z", + "first1dayCandleDate": "2005-11-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TRIP": { - "figi": "BBG001M8HHB7", - "ticker": "TRIP", + "NLMK@GS": { + "figi": "BBG000PR0PJ6", + "ticker": "NLMK@GS", "classCode": "SPBXM", - "isin": "US8969452015", + "isin": "US67011E2046", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Novolipetsk Steel PJSC", + "exchange": "LSE", + "issueSize": "50165404", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "10", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "5246eb56-f3ec-415b-812b-f1acd5421d81", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f35cd98c-f528-4c8a-b879-8d66a30e7cd9", + "forIisFlag": true, + "first1minCandleDate": "2021-04-22T08:26:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "UNP": { + "figi": "BBG000BW3299", + "ticker": "UNP", + "classCode": "SPBXM", + "isin": "US9078181081", "lot": 1, "currency": "usd", "klong": { @@ -14718,7 +13935,7 @@ }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -14726,63 +13943,87 @@ }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "TripAdvisor", - "exchange": "SPB", - "issueSize": "131296364", + "shortEnabledFlag": false, + "name": "Union Pacific Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1969-06-20T00:00:00Z", + "issueSize": "652122933", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1400000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4c898b30-f981-480d-bb61-4a8c772114e4", + "uid": "a009fdf5-473f-45cc-b61c-8a2e03c16942", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9443be11-fc14-4bc4-a800-644278400f4d", + "positionUid": "6dc1636d-91ac-4848-94e4-0deda53ef0ed", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2011-12-07T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:20:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TRMB": { - "figi": "BBG000BNPS52", - "ticker": "TRMB", + "NTLA": { + "figi": "BBG007KC7PB0", + "ticker": "NTLA", "classCode": "SPBXM", - "isin": "US8962391004", + "isin": "US45826J1051", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 559100000 + }, + "dshort": { + "units": "0", + "nano": 784900000 + }, + "dlongMin": { + "units": "0", + "nano": 336000000 + }, + "dshortMin": { + "units": "0", + "nano": 336000000 + }, "shortEnabledFlag": false, - "name": "Trimble Inc", + "name": "Intellia Therapeutics Inc", "exchange": "SPB", - "ipoDate": "1990-07-01T00:00:00Z", - "issueSize": "248266451", + "issueSize": "36085816", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "360000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -14793,119 +14034,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "736cad0f-0dae-4828-bac3-8c157f0d0074", + "uid": "94419dbe-83f4-4763-af8e-e6ec8144e1d0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c49f1f4e-64a6-4873-a8d4-56e171bf2b93", + "positionUid": "b55f527d-e192-48e4-9e6a-632a4be51002", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1990-07-20T00:00:00Z", + "first1minCandleDate": "2019-10-31T12:09:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ATGE": { - "figi": "BBG000DQBZJ7", - "ticker": "ATGE", + "FFIN": { + "figi": "BBG000BL8476", + "ticker": "FFIN", "classCode": "SPBXM", - "isin": "US00737L1035", + "isin": "US32020R1095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Adtalem Global Education Inc", + "name": "First Financial Bankshares, Inc.", "exchange": "SPB", - "ipoDate": "1991-06-21T00:00:00Z", - "issueSize": "56582000", + "issueSize": "142113899", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5242dd21-9c4a-46cb-9d05-8e4fffb675b4", + "uid": "7e75fb01-3783-44f8-a8c2-aca99509aa86", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e030e036-2a26-44f3-8ef3-102baff68777", + "positionUid": "ba638ba4-400d-40ed-8cc4-df4ecc1660b9", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:35:00Z", - "first1dayCandleDate": "1991-06-21T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MRKV": { - "figi": "BBG000PKWCQ7", - "ticker": "MRKV", - "classCode": "TQBR", - "isin": "RU000A0JPPN4", - "lot": 10000, - "currency": "rub", + "ECPG": { + "figi": "BBG000F369C7", + "ticker": "ECPG", + "classCode": "SPBXM", + "isin": "US2925541029", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "МРСК Волги", - "exchange": "MOEX", - "ipoDate": "2007-10-10T00:00:00Z", - "issueSize": "188307958732", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "100000000", + "name": "Encore Capital Group Inc", + "exchange": "SPB", + "issueSize": "31058771", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "75000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8ec4edb6-b779-4e3c-9146-b11210174d51", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e25fe2d1-1e19-4699-b965-696f0b6ae15a", + "uid": "f792089c-b65e-47f9-8f7c-021a2b0645d7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e3c9e0e0-d5ed-4dd9-bb00-ffe97f5abea6", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:09:00Z", - "first1dayCandleDate": "2008-09-09T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.00005 + "step": 0.01 }, - "PETQ": { - "figi": "BBG00H1CY328", - "ticker": "PETQ", + "CVET": { + "figi": "BBG00KR691K8", + "ticker": "CVET", "classCode": "SPBXM", - "isin": "US71639T1060", + "isin": "US22304C1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PetIQ Inc", + "name": "Covetrus Inc", "exchange": "SPB", - "ipoDate": "2017-07-21T00:00:00Z", - "issueSize": "22361504", + "issueSize": "111338881", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -14916,20 +14154,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "495044cd-b59b-4733-a47d-1b5bef067fc7", + "uid": "84b95e10-63be-430b-ad6a-a195a5033461", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cea60e15-9664-4bf5-bfd0-1e757bf16e5d", + "positionUid": "e2f42e81-2dd6-45e9-9874-7b28ce229b26", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2017-07-21T00:00:00Z", + "first1minCandleDate": "2019-02-19T14:28:00Z", + "first1dayCandleDate": "2019-02-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GD": { - "figi": "BBG000BK67C7", - "ticker": "GD", + "HIG": { + "figi": "BBG000G0Z878", + "ticker": "HIG", "classCode": "SPBXM", - "isin": "US3695501086", + "isin": "US4165151048", "lot": 1, "currency": "usd", "klong": { @@ -14957,17 +14195,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "General Dynamics", - "exchange": "SPB", - "issueSize": "305646967", + "name": "Hartford Financial Services", + "exchange": "SPB_MORNING", + "issueSize": "358074981", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -14980,36 +14218,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1e696a1b-7c7e-43ca-b2f7-55083be80a8d", + "uid": "e808331f-ec46-489f-b5e4-2836ba3ed877", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17e6dbf5-d770-4454-9fce-a40877bea14c", + "positionUid": "c6dc9aa7-0f52-4f76-896f-49583e69e7a8", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "1995-12-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WPM": { - "figi": "BBG000PVRDL2", - "ticker": "WPM", + "SAIC": { + "figi": "BBG003BW05K6", + "ticker": "SAIC", "classCode": "SPBXM", - "isin": "CA9628791027", + "isin": "US8086251076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Wheaton Precious Metals", + "name": "Science Applications Internati", "exchange": "SPB", - "issueSize": "441500000", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "materials", - "issueSizePlan": "0", + "issueSize": "45465620", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -15020,59 +14258,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4dce4479-9636-4674-8856-257e23316612", + "uid": "73956ab3-0338-49a0-a421-83b4321975c0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4cdb9af1-1992-4f8b-a6da-aab3fb006488", + "positionUid": "6f609c4e-66b9-460a-901a-e5b7d840f685", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:49:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GOOGL": { - "figi": "BBG009S39JX6", - "ticker": "GOOGL", + "WAT": { + "figi": "BBG000FQRVM3", + "ticker": "WAT", "classCode": "SPBXM", - "isin": "US02079K3059", + "isin": "US9418481035", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 499900000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Alphabet Class A", - "exchange": "SPB_MORNING", - "ipoDate": "2004-08-19T00:00:00Z", - "issueSize": "6015272440", + "shortEnabledFlag": false, + "name": "Waters", + "exchange": "SPB", + "ipoDate": "1995-11-16T00:00:00Z", + "issueSize": "69475245", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "180000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -15085,98 +14299,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eebfe2f2-7bf3-40e2-a8f1-4898cc16ca1f", + "uid": "b1afb668-8dfc-4ff5-aa99-afa77e5a4b6e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4c2090c8-3f9d-424f-8f74-ef872eb46eae", + "positionUid": "304a19d7-2f7d-4379-8f2a-4a2ceba33e56", "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:11:00Z", + "first1dayCandleDate": "1995-11-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AWK": { - "figi": "BBG000TRJ294", - "ticker": "AWK", + "ACGL": { + "figi": "BBG000HXNN20", + "ticker": "ACGL", "classCode": "SPBXM", - "isin": "US0304201033", + "isin": "BMG0450A1053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "American Water Works", + "name": "Arch Capital Group", "exchange": "SPB", - "issueSize": "178551923", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "500000000", + "issueSize": "131008360", + "countryOfRisk": "BM", + "countryOfRiskName": "", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0618734b-4037-41bf-9d0f-a11af704ad81", + "uid": "88e000dc-a7bc-4f73-bb47-90006b58f689", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "62d916dc-8af8-4571-8dd3-6b36eae17ce9", + "positionUid": "fc1e6107-0d10-4a4b-ac15-6649cc58a1cc", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:00:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:50:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NTR": { - "figi": "BBG00JM9XLN6", - "ticker": "NTR", + "SITM": { + "figi": "BBG00QNSY1H7", + "ticker": "SITM", "classCode": "SPBXM", - "isin": "CA67077M1086", + "isin": "US82982T1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nutrien", + "name": "SiTime", "exchange": "SPB", - "issueSize": "644197473", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "materials", - "issueSizePlan": "0", + "issueSize": "18650278", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1829a1df-8848-426e-865e-4968e98c21ab", + "uid": "1bfb3c03-e3bd-45ff-b154-eb15fd1c21ee", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8df22397-5d2a-4015-a7a1-0248a633f09a", + "positionUid": "7f802f9d-fa9c-4718-b2e6-a156f96d984d", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:30:00Z", + "first1minCandleDate": "2022-01-28T13:00:00Z", "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AAP": { - "figi": "BBG000F7RCJ1", - "ticker": "AAP", + "O": { + "figi": "BBG000DHPN63", + "ticker": "O", "classCode": "SPBXM", - "isin": "US00751Y1064", + "isin": "US7561091049", "lot": 1, "currency": "usd", "klong": { @@ -15204,61 +14420,60 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Advance Auto Parts", - "exchange": "SPB", - "ipoDate": "2001-11-20T00:00:00Z", - "issueSize": "73862588", + "name": "Realty Income REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1994-10-18T00:00:00Z", + "issueSize": "274075269", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "370100000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b3499d2d-c5e8-4745-af59-ecc2f3d112f6", + "uid": "cee93f1c-8845-4481-bf5b-f46bf241a0db", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "186799c4-f9e0-452a-9e25-fbab7eb682ea", + "positionUid": "e30bb245-8e78-43e4-8e12-9f6f767b60e6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2001-11-29T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:55:00Z", + "first1dayCandleDate": "1994-10-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NWL": { - "figi": "BBG000BQC9V2", - "ticker": "NWL", + "CDW": { + "figi": "BBG001P63B80", + "ticker": "CDW", "classCode": "SPBXM", - "isin": "US6512291062", + "isin": "US12514G1085", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Newell Brands", + "name": "CDW Corp", "exchange": "SPB", - "ipoDate": "1972-04-12T00:00:00Z", - "issueSize": "485700000", + "issueSize": "151759324", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -15269,61 +14484,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d0a557cc-0636-4a6b-9c2e-69244ca2e304", + "uid": "ddc1a8b9-2962-41e5-8499-0a97779987e4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5ca04361-ee20-4f5b-9566-c889bc10cf46", + "positionUid": "71946925-80a2-46d3-a4a3-643959d260f0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DVN": { - "figi": "BBG000BBVJZ8", - "ticker": "DVN", + "DGX": { + "figi": "BBG000BN84F3", + "ticker": "DGX", "classCode": "SPBXM", - "isin": "US25179M1036", + "isin": "US74834L1008", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Devon Energy", + "shortEnabledFlag": false, + "name": "Quest Diagnostics", "exchange": "SPB", - "ipoDate": "1988-01-01T00:00:00Z", - "issueSize": "407900000", + "ipoDate": "1996-12-17T00:00:00Z", + "issueSize": "135817201", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -15334,20 +14525,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b41065c3-ea33-4cab-9a8e-cf42cb3f7848", + "uid": "fc034752-9029-4b5d-a2d3-70a02b6a87b3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a771f192-7f67-4217-a075-86d3081c0da6", + "positionUid": "d0b14467-a552-462d-b27e-d0a2c248b7b5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:01:00Z", - "first1dayCandleDate": "1988-10-03T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:38:00Z", + "first1dayCandleDate": "1996-12-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTCH": { - "figi": "BBG00B6WH9G3", - "ticker": "MTCH", + "ZM": { + "figi": "BBG0042V6JM8", + "ticker": "ZM", "classCode": "SPBXM", - "isin": "US57667L1070", + "isin": "US98980L1017", "lot": 1, "currency": "usd", "klong": { @@ -15360,28 +14551,28 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 739900000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 220100000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 490000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 490000000 }, "shortEnabledFlag": true, - "name": "Match Group Inc", - "exchange": "SPB", - "issueSize": "100000000", + "name": "Zoom Video Communications Inc", + "exchange": "SPB_MORNING", + "issueSize": "240744533", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", @@ -15398,141 +14589,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a434671-072d-49ce-a30f-08a7c860e7d4", + "uid": "7d224bcd-2a1c-42b9-989f-f2c0223abd98", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "874e44ec-61d6-4d48-a6b3-54567cfe566d", + "positionUid": "9c7e7a57-e924-4b93-940b-ad111eb001d3", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:26:00Z", - "first1dayCandleDate": "2015-11-19T00:00:00Z", + "first1minCandleDate": "2019-08-05T11:24:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MTTR": { - "figi": "BBG00XS0FV56", - "ticker": "MTTR", + "UHS": { + "figi": "BBG000CB8Q50", + "ticker": "UHS", "classCode": "SPBXM", - "isin": "US5770961002", + "isin": "US9139031002", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Matterport", + "name": "Universal Health Services", "exchange": "SPB", - "issueSize": "241956549", + "ipoDate": "1985-07-01T00:00:00Z", + "issueSize": "86990759", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "b1bd2d64-8147-460c-8cd7-41c741841eba", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b9a3ec41-0b65-4b6a-9c63-540b69810005", - "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:43:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MNDY": { - "figi": "BBG00GF8K4W4", - "ticker": "MNDY", - "classCode": "SPBXM", - "isin": "IL0011762130", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Monday.Com", - "exchange": "SPB", - "issueSize": "43559876", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "it", - "issueSizePlan": "99999999", - "nominal": { - "currency": "ils", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "86c0a4c4-5491-4c0d-901e-2f4502cd538b", + "uid": "bcb1159f-93a3-45cf-9fd0-64dd0de66af2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "859e8277-0c7e-45bb-a960-f18737554aae", + "positionUid": "c47eba62-2b06-42ff-acf2-f6b4486426a9", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:30:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NWSA": { - "figi": "BBG0035LY913", - "ticker": "NWSA", + "CSII": { + "figi": "BBG000NWQ9S5", + "ticker": "CSII", "classCode": "SPBXM", - "isin": "US65249B1098", + "isin": "US1416191062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "News Corp (A)", + "name": "Cardiovascular Systems Inc", "exchange": "SPB", - "ipoDate": "1996-03-11T00:00:00Z", - "issueSize": "382305541", + "ipoDate": "2007-05-10T00:00:00Z", + "issueSize": "35200220", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "886bee82-c1bb-4d88-9b02-ee9c3fc21371", + "uid": "78b0c442-6c11-45ca-bb04-5aade636add0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "765e7290-a138-4afb-a339-4f891a865ab3", + "positionUid": "e5575e25-dee9-4351-84ba-588cdb21616a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2013-06-19T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AXSM": { - "figi": "BBG00B6G7GL7", - "ticker": "AXSM", + "HOG": { + "figi": "BBG000BKZTP3", + "ticker": "HOG", "classCode": "SPBXM", - "isin": "US05464T1043", + "isin": "US4128221086", "lot": 1, "currency": "usd", "klong": { @@ -15545,58 +14697,59 @@ }, "dlong": { "units": "0", - "nano": 613100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 898900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 378000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 378000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Axsome Therapeutics Inc", - "exchange": "SPB", - "issueSize": "25492992", + "shortEnabledFlag": true, + "name": "Harley-Davidson", + "exchange": "SPB_MORNING", + "ipoDate": "1986-07-08T00:00:00Z", + "issueSize": "218365592", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "71de41c3-22f7-422d-ad4c-8c8999d2b672", + "uid": "b0842c06-4cdd-4be1-a654-da636602fe17", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cae4917d-50bb-4a32-a58f-16e1ba2cc1f3", + "positionUid": "4b73079f-4a82-4a66-b626-ca60fedf9b3f", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:28:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BTAI": { - "figi": "BBG00K20GVD2", - "ticker": "BTAI", + "WELL": { + "figi": "BBG000BKY1G5", + "ticker": "WELL", "classCode": "SPBXM", - "isin": "US09075P1057", + "isin": "US95040Q1040", "lot": 1, "currency": "usd", "klong": { @@ -15609,74 +14762,76 @@ }, "dlong": { "units": "0", - "nano": 754000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 262000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 504000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 504000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "BioXcel Therapeutics", - "exchange": "SPB", - "issueSize": "20211296", + "shortEnabledFlag": true, + "name": "Welltower REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1978-02-17T00:00:00Z", + "issueSize": "362531659", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a6459762-93ff-4e58-8285-661fa2619a55", + "uid": "7a8ad25f-a3d1-4420-aba4-11a187bdbff2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9b1d6132-5f6c-4b20-a488-9e1b964fe65a", + "positionUid": "a21220f5-7d32-479f-b312-aae02350ed5d", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2018-03-05T14:35:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ASO": { - "figi": "BBG00X7L1C14", - "ticker": "ASO", + "POWI": { + "figi": "BBG000BTT3D1", + "ticker": "POWI", "classCode": "SPBXM", - "isin": "US00402L1070", + "isin": "US7392761034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Academy Sports & Outdoors", + "name": "Power Integrations Inc", "exchange": "SPB", - "issueSize": "93800559", + "ipoDate": "1997-12-12T00:00:00Z", + "issueSize": "29270669", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "140000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -15687,36 +14842,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e05fce7e-efcb-4c45-8c9f-b6ef4cfc7169", + "uid": "ce7152d3-6880-4826-a151-ad8aad6f2f87", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bae26bdc-77ae-47b5-a008-cb7c36027259", + "positionUid": "91ffd064-3203-4478-ac4c-2e4b2625954f", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T12:17:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1997-12-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FHI": { - "figi": "BBG000BP0929", - "ticker": "FHI", + "KTB": { + "figi": "BBG00LPTHYD5", + "ticker": "KTB", "classCode": "SPBXM", - "isin": "US3142111034", + "isin": "US50050N1037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Federated Hermes", + "name": "Kontoor Brands Inc", "exchange": "SPB", - "issueSize": "101117928", + "issueSize": "15702738", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -15727,99 +14882,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "89fc0889-a263-449c-bd49-6cb4ef892f49", + "uid": "3ebd4310-1c6b-43af-97f4-7537438b36b8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7ec1812-c004-4c4a-bf53-8a5050ec296a", + "positionUid": "35844fa3-36b6-4645-a563-595c17c41759", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-05-31T13:29:00Z", + "first1dayCandleDate": "2019-05-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EVR": { - "figi": "BBG000BP30Y0", - "ticker": "EVR", + "PAG": { + "figi": "BBG000H6K1B0", + "ticker": "PAG", "classCode": "SPBXM", - "isin": "US29977A1051", + "isin": "US70959W1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Evercore", + "name": "Penske Automotive Group", "exchange": "SPB", - "issueSize": "40641068", + "issueSize": "80330836", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "7eaba6f8-0e15-452a-b3a5-eb66989b72a4", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "824fc01d-e18a-49f7-85dc-9d91b9c46caf", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ALRS": { - "figi": "BBG004S68B31", - "ticker": "ALRS", - "classCode": "TQBR", - "isin": "RU0007252813", - "lot": 10, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 381200000 - }, - "dshort": { - "units": "0", - "nano": 359000000 - }, - "dlongMin": { - "units": "0", - "nano": 213400000 - }, - "dshortMin": { - "units": "0", - "nano": 165800000 - }, - "shortEnabledFlag": true, - "name": "АЛРОСА", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2011-08-25T00:00:00Z", - "issueSize": "7364965630", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "7364965630", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 500000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -15832,20 +14922,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "30817fea-20e6-4fee-ab1f-d20fc1a1bb72", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "uid": "cdd0b1b7-f946-45d0-9a1b-fc88e9615949", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4ec96c51-d7a5-4544-87ea-83845aec3c08", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2011-11-30T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:37:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHKP": { - "figi": "BBG000K82ZT8", - "ticker": "CHKP", + "MED": { + "figi": "BBG000BWBW76", + "ticker": "MED", "classCode": "SPBXM", - "isin": "IL0010824113", + "isin": "US58470H1014", "lot": 1, "currency": "usd", "klong": { @@ -15862,7 +14952,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -15870,86 +14960,86 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, - "shortEnabledFlag": false, - "name": "Check Point Software Technologies Ltd", + "shortEnabledFlag": true, + "name": "Medifast Inc", "exchange": "SPB", - "issueSize": "165975204", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "it", - "issueSizePlan": "0", + "issueSize": "11964966", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "20000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fca7f735-8c1a-4da3-9d04-1a9274dd50fc", + "uid": "815ae0ce-514e-4fa3-b2a5-e3688688036c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "249e8ecc-5a3b-47eb-88bd-059c42e33cec", + "positionUid": "003a5c16-63d0-4ba6-a18d-43972930f598", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T11:53:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-05-18T10:38:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "INMD": { - "figi": "BBG00PPS73P4", - "ticker": "INMD", + "UGI": { + "figi": "BBG000BVYN55", + "ticker": "UGI", "classCode": "SPBXM", - "isin": "IL0011595993", + "isin": "US9026811052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Inmode Ltd", + "name": "UGI Corp", "exchange": "SPB", - "issueSize": "75600000", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "health_care", - "issueSizePlan": "20000000", + "issueSize": "173373824", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "450000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "51bbf7ff-cf80-444d-aad1-9c0bd03ab906", + "uid": "55b9479a-0f70-4eda-9b73-90310f3c0295", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "681e89f9-65d0-42f1-a042-2bef4aee6c0d", + "positionUid": "6b433941-78f4-4835-8a5d-7bb144448ee4", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:12:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ETRN": { - "figi": "BBG00K53L394", - "ticker": "ETRN", + "SLB": { + "figi": "BBG000BT41Q8", + "ticker": "SLB", "classCode": "SPBXM", - "isin": "US2946001011", + "isin": "AN8068571086", "lot": 1, "currency": "usd", "klong": { @@ -15962,32 +15052,32 @@ }, "dlong": { "units": "0", - "nano": 781000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 347000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 532000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 532000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Equitrans Midstream Corporation", - "exchange": "SPB", - "issueSize": "1000000", + "name": "Schlumberger", + "exchange": "SPB_MORNING", + "issueSize": "1329450082", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "energy", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -16000,31 +15090,31 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7926efd3-1539-4ea5-a957-471cf3c2dd5a", + "uid": "140da63f-e71a-41ce-9521-a26c76c71056", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e9e059b1-e89c-471e-aaab-8e8ad6393d01", + "positionUid": "99ae0bd2-fabc-4d62-bc78-c393344f8bb5", "forIisFlag": true, - "first1minCandleDate": "2018-11-29T14:34:00Z", - "first1dayCandleDate": "2018-10-31T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:04:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LEGH": { - "figi": "BBG00MJDR6J9", - "ticker": "LEGH", + "LPSN": { + "figi": "BBG000BSV0W5", + "ticker": "LPSN", "classCode": "SPBXM", - "isin": "US52472M1018", + "isin": "US5381461012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Legacy Housing Corp", - "exchange": "SPB", - "ipoDate": "2018-12-14T00:00:00Z", - "issueSize": "24722936", + "name": "LivePerson Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2000-04-07T00:00:00Z", + "issueSize": "66198311", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "90000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", @@ -16041,100 +15131,164 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8f094392-8db6-4a0c-9d36-d4bbee81bc44", + "uid": "ea54aa4f-eb1e-423b-a67f-cf223090f50e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "812d92ff-fd7b-44f4-b044-9083d0bcaa4c", + "positionUid": "14d3658a-e4e9-4202-983c-98a3a731f690", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2018-12-14T00:00:00Z", + "first1minCandleDate": "2019-10-31T11:17:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CDK": { - "figi": "BBG006B6PVN9", - "ticker": "CDK", + "PLZL@GS": { + "figi": "BBG00H2CS6K7", + "ticker": "PLZL@GS", "classCode": "SPBXM", - "isin": "US12508E1010", + "isin": "US73181M1172", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CDK Global", - "exchange": "SPB", - "issueSize": "121491859", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "650000000", + "name": "Polyus PJSC", + "exchange": "LSE", + "issueSize": "254704498", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fe4062c1-0ece-4246-be06-ced498cd966e", + "uid": "fc80c408-157a-4c00-b437-05e23b646d91", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9c5063fa-3237-4377-9965-88b761d95693", + "positionUid": "c620d366-d8a6-4cdc-a584-f77d44b20bc6", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-04-22T07:00:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UBS": { - "figi": "BBG007DJM539", - "ticker": "UBS", + "TM": { + "figi": "BBG000BPH299", + "ticker": "TM", "classCode": "SPBXM", - "isin": "CH0244767585", + "isin": "US8923313071", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "UBS Group", + "name": "Toyota Motor Corp", "exchange": "SPB", - "issueSize": "3849731535", - "countryOfRisk": "CH", - "countryOfRiskName": "Швейцарская Конфедерация", - "sector": "financial", + "issueSize": "1631498746", + "countryOfRisk": "JP", + "countryOfRiskName": "", + "sector": "consumer", "issueSizePlan": "0", "nominal": { - "currency": "chf", - "units": "0", - "nano": 100000000 + "currency": "usd", + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "7487832e-1b51-4184-82bf-a3c13794007a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6f13a2a7-2d1c-4b46-9f15-5312e701df7f", + "forIisFlag": true, + "first1minCandleDate": "2021-02-25T13:58:00Z", + "first1dayCandleDate": "2021-02-25T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "GTLB": { + "figi": "BBG00DHTYPH8", + "ticker": "GTLB", + "classCode": "SPBXM", + "isin": "US37637K1088", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "GitLab", + "exchange": "SPB", + "issueSize": "11550784", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 2500 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca42ed98-9434-4492-bf00-a8a7ad06a59c", + "uid": "24b8c4f8-3551-4f61-844f-f0fd14dbadd6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "786e8f18-105c-468b-b7f5-eabba96b9a08", + "positionUid": "1341d054-4853-48e2-8fa5-9bae62b25951", "forIisFlag": true, - "first1minCandleDate": "2021-09-17T11:30:00Z", - "first1dayCandleDate": "2021-09-17T07:00:00Z", + "first1minCandleDate": "2021-10-14T16:10:00Z", + "first1dayCandleDate": "2021-10-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ACH": { - "figi": "BBG000CMRVH1", - "ticker": "ACH", + "BXP": { + "figi": "BBG000BS5CM9", + "ticker": "BXP", "classCode": "SPBXM", - "isin": "US0222761092", + "isin": "US1011211018", "lot": 1, "currency": "usd", "klong": { @@ -16151,7 +15305,7 @@ }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -16159,47 +15313,47 @@ }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Aluminum Corp of China", + "name": "Boston Properties REIT", "exchange": "SPB", - "ipoDate": "2001-12-11T00:00:00Z", - "issueSize": "157758639", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "materials", + "ipoDate": "1997-06-17T00:00:00Z", + "issueSize": "154567750", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "25", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c3b5498f-81ff-468f-ab14-2cd8f31fe403", + "uid": "7301917e-d6af-4064-a012-40f26dee0a60", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a29e97d4-bbda-435a-a0dc-9d9b215cece5", + "positionUid": "93702421-1a0c-40e9-aa85-63e68de71587", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:35:00Z", - "first1dayCandleDate": "2001-12-11T00:00:00Z", + "first1dayCandleDate": "1997-06-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PG": { - "figi": "BBG000BR2TH3", - "ticker": "PG", + "TEL": { + "figi": "BBG000RGM5P1", + "ticker": "TEL", "classCode": "SPBXM", - "isin": "US7427181091", + "isin": "CH0102993182", "lot": 1, "currency": "usd", "klong": { @@ -16226,20 +15380,20 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Procter & Gamble", + "shortEnabledFlag": false, + "name": "TE Connectivity", "exchange": "SPB", - "issueSize": "2427424874", + "issueSize": "410374147", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "chf", "units": "0", - "nano": 0 + "nano": 570000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16250,22 +15404,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fbbbd595-f91b-40ba-9656-d75150a93831", + "uid": "afc33900-b1df-460e-b628-bdd7d53455c0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fa5ff553-d248-4af4-9782-a9c77a96650d", + "positionUid": "ad1a54bc-5319-4ea9-be91-e7c7f88aa36e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:07:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2007-06-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SELG": { - "figi": "BBG002458LF8", - "ticker": "SELG", - "classCode": "TQBR", - "isin": "RU000A0JPR50", - "lot": 10, - "currency": "rub", + "EIX": { + "figi": "BBG000D7RKJ5", + "ticker": "EIX", + "classCode": "SPBXM", + "isin": "US2810201077", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -16276,35 +15430,35 @@ }, "dlong": { "units": "0", - "nano": 280000000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 547900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 151500000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 244200000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Селигдар", - "exchange": "MOEX", - "ipoDate": "2007-05-23T00:00:00Z", - "issueSize": "992354730", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "50500000", + "shortEnabledFlag": true, + "name": "Edison International", + "exchange": "SPB_MORNING", + "ipoDate": "1926-05-27T00:00:00Z", + "issueSize": "325811206", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "800000000", "nominal": { - "currency": "rub", - "units": "1", + "currency": "usd", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16315,20 +15469,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d28c01b-f841-4e89-9c92-0ee23d12883a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0808bc3b-dd81-49d4-a70a-d3754d23ec2a", + "uid": "fd771a33-9cc3-45d4-91d3-bd3aa587b7cd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c00d4ac0-814c-4989-a889-6eaf56d6b1aa", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T21:03:00Z", - "first1dayCandleDate": "2011-09-30T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AIZ": { - "figi": "BBG000BZX1N5", - "ticker": "AIZ", + "JBHT": { + "figi": "BBG000BMDBZ1", + "ticker": "JBHT", "classCode": "SPBXM", - "isin": "US04621X1081", + "isin": "US4456581077", "lot": 1, "currency": "usd", "klong": { @@ -16356,20 +15510,19 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Assurant", + "name": "JB Hunt", "exchange": "SPB", - "ipoDate": "2004-02-05T00:00:00Z", - "issueSize": "61696055", + "issueSize": "109754492", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16380,20 +15533,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c428f9b4-1f2a-4794-9f53-4e4d3ef46ad3", + "uid": "0d0bd102-cac8-42f6-b05c-bc15d4292834", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "87068934-fbce-4956-b92a-da3973816b63", + "positionUid": "6e62efe3-8c1f-41f4-aed6-486f2e7d247e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "2004-02-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SMAR": { - "figi": "BBG00GQK3WB5", - "ticker": "SMAR", + "ODFL": { + "figi": "BBG000CHSS88", + "ticker": "ODFL", "classCode": "SPBXM", - "isin": "US83200N1037", + "isin": "US6795801009", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Old Dominion Freight Line Inc", + "exchange": "SPB", + "ipoDate": "1991-10-24T00:00:00Z", + "issueSize": "82374451", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "07b009b9-737d-46e3-aa49-24e76d64eae4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5b50cc27-273e-48d5-b7e0-530f91157de3", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1991-10-24T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "NEWR": { + "figi": "BBG001NFKJ68", + "ticker": "NEWR", + "classCode": "SPBXM", + "isin": "US64829B1008", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "New Relic Inc", + "exchange": "SPB", + "ipoDate": "2014-12-12T00:00:00Z", + "issueSize": "50838974", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "09de25da-9444-4a51-b6f2-6efdc6770dd8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "095f6949-4986-4456-aa32-b16fe24f3346", + "forIisFlag": true, + "first1minCandleDate": "2019-08-05T12:59:00Z", + "first1dayCandleDate": "2014-12-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AXSM": { + "figi": "BBG00B6G7GL7", + "ticker": "AXSM", + "classCode": "SPBXM", + "isin": "US05464T1043", "lot": 1, "currency": "usd", "klong": { @@ -16406,35 +15641,34 @@ }, "dlong": { "units": "0", - "nano": 695300000 + "nano": 613100000 }, "dshort": { - "units": "1", - "nano": 96700000 + "units": "0", + "nano": 898900000 }, "dlongMin": { "units": "0", - "nano": 448000000 + "nano": 378000000 }, "dshortMin": { "units": "0", - "nano": 448000000 + "nano": 378000000 }, - "shortEnabledFlag": true, - "name": "Smartsheet Inc", + "shortEnabledFlag": false, + "name": "Axsome Therapeutics Inc", "exchange": "SPB", - "ipoDate": "2018-04-27T00:00:00Z", - "issueSize": "28866909", + "issueSize": "25492992", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16445,37 +15679,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b90eefa7-4f93-402e-a294-c43e556cbc2d", + "uid": "71de41c3-22f7-422d-ad4c-8c8999d2b672", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54a40386-8254-4cc2-84c1-9e689e522284", + "positionUid": "cae4917d-50bb-4a32-a58f-16e1ba2cc1f3", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:07:00Z", - "first1dayCandleDate": "2018-04-27T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:28:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ADUS": { - "figi": "BBG000NJGX84", - "ticker": "ADUS", + "FCEL": { + "figi": "BBG000HQ1LB3", + "ticker": "FCEL", "classCode": "SPBXM", - "isin": "US0067391062", + "isin": "US35952H6018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Addus HomeCare Corp", + "name": "FuelCell Energy", "exchange": "SPB", - "ipoDate": "2014-01-24T00:00:00Z", - "issueSize": "15559260", + "issueSize": "15284269", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "225000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16486,20 +15719,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f62bc722-5133-4100-b5f6-36ee77752765", + "uid": "f9989386-9732-4b4a-a9eb-fda5ac1a5ea0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba387d3c-3128-42c1-bcb9-96562c47056b", + "positionUid": "9c850ec8-44f7-466b-ae45-2237fac55850", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:00:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "APPS": { - "figi": "BBG000HZ3562", - "ticker": "APPS", + "SBER@GS": { + "figi": "BBG001VBZR00", + "ticker": "SBER@GS", "classCode": "SPBXM", - "isin": "US25400W1027", + "isin": "US80585Y3080", "lot": 1, "currency": "usd", "klong": { @@ -16511,76 +15744,76 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 559100000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 784900000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 336000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 336000000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Digital Turbine Inc", - "exchange": "SPB_MORNING", - "issueSize": "81683661", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "name": "Sberbank of Russia PJSC", + "exchange": "LSE", + "issueSize": "5396737000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "1349184250", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "4", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "597a1ec6-6580-4911-b9ff-799f542119d7", + "uid": "0b93c578-02dd-4de6-9c79-49d9f3bf0e60", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b4ea45ca-75e8-45a5-b220-c9f69c97a96d", + "positionUid": "2588b56c-3beb-4ff1-b970-8905bb58f20c", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T12:54:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-04-22T07:00:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PGTI": { - "figi": "BBG000FX3Y66", - "ticker": "PGTI", + "PRFT": { + "figi": "BBG000BVXFK6", + "ticker": "PRFT", "classCode": "SPBXM", - "isin": "US69336V1017", + "isin": "US71375U1016", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PGT Innovations Inc", + "name": "Perficient Inc", "exchange": "SPB", - "ipoDate": "2016-05-26T00:00:00Z", - "issueSize": "58404734", + "ipoDate": "1997-07-01T00:00:00Z", + "issueSize": "32841276", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16591,37 +15824,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf087735-0c12-45a6-8643-892d2936da7b", + "uid": "7be96304-8b7f-4025-8246-c4a745dcee6d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6e794943-36cc-4f31-bb6b-f4fd3fb3be99", + "positionUid": "5068010a-0ebc-4692-ac4e-2e86d14345b1", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:39:00Z", + "first1minCandleDate": "2019-10-31T13:00:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "XRAY": { - "figi": "BBG000BX57K1", - "ticker": "XRAY", + "VIRT": { + "figi": "BBG0064N2T78", + "ticker": "VIRT", "classCode": "SPBXM", - "isin": "US24906P1093", + "isin": "US9282541013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dentsply Sirona", + "name": "Virtu Financial, Inc.", "exchange": "SPB", - "ipoDate": "1960-05-05T00:00:00Z", - "issueSize": "223218138", + "issueSize": "120451098", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -16632,142 +15864,165 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63b92aee-3a46-4e0b-aceb-3482bcc73432", + "uid": "63e11274-3339-42f5-acc5-b1b8d91f575a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54b3da48-68c8-48e8-9459-fafd865b2e8d", + "positionUid": "960d66ab-c0c8-445b-949d-5eabfdc17ee4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:28:00Z", - "first1dayCandleDate": "1988-09-13T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SUPN": { - "figi": "BBG000BP0HX7", - "ticker": "SUPN", - "classCode": "SPBXM", - "isin": "US8684591089", - "lot": 1, - "currency": "usd", + "ORUP": { + "figi": "BBG001BBGNS2", + "ticker": "ORUP", + "classCode": "TQPI", + "isin": "RU000A0JXKG3", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 696200000 + }, + "dshort": { + "units": "1", + "nano": 247300000 + }, + "dlongMin": { + "units": "0", + "nano": 448800000 + }, + "dshortMin": { + "units": "0", + "nano": 499100000 + }, "shortEnabledFlag": false, - "name": "Supernus Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "1996-04-29T00:00:00Z", - "issueSize": "51796466", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "130000000", + "name": "\u041e\u0431\u0443\u0432\u044c \u0420\u043e\u0441\u0441\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2013-09-26T00:00:00Z", + "issueSize": "113056000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "70660000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 + "currency": "rub", + "units": "100", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "fce6a081-9cde-46e5-8449-e11d551ffa74", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3d405d30-49f3-4cfd-83c7-cd00bae10a86", + "uid": "8baef29f-245d-437e-94de-9f44bf584f8d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7df4526a-5757-4ef5-b858-f93fec6d9548", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-07T21:06:00Z", + "first1dayCandleDate": "2017-10-20T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "LKOD@GS": { - "figi": "BBG000NN8497", - "ticker": "LKOD@GS", + "ASH": { + "figi": "BBG00D0Y81M1", + "ticker": "ASH", "classCode": "SPBXM", - "isin": "US69343P1057", + "isin": "US0441861046", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LUKOIL PJSC", - "exchange": "LSE", - "issueSize": "692865762", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "name": "Ashland Inc", + "exchange": "SPB", + "issueSize": "62618494", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "109b24e8-ace2-45ba-8c22-bf1f18b34a97", + "uid": "61aa2324-21ab-4c0f-95b0-ebf3aea48ccb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1923b7a5-aa1c-47d7-a8d6-f1db1fa901ef", + "positionUid": "16a8045e-529c-4f4f-8a9b-b7a01370cda8", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:38:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:38:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HNP": { - "figi": "BBG000BX5YM0", - "ticker": "HNP", + "GEVO": { + "figi": "BBG000P7S7L7", + "ticker": "GEVO", "classCode": "SPBXM", - "isin": "US4433041005", + "isin": "US3743964062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Huaneng Power International", + "name": "Gevo", "exchange": "SPB", - "ipoDate": "1994-08-26T00:00:00Z", - "issueSize": "117509586", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "utilities", - "issueSizePlan": "0", + "issueSize": "24194353", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "40", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "134fd380-7e23-4a2f-a9b0-094edc807289", + "uid": "7207bed8-24a7-4d8d-8020-e9a81551a825", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b84ebc19-eefc-41a6-8718-cade36760840", + "positionUid": "5bbe08de-bf81-4a56-95ba-910da7441352", "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:35:00Z", - "first1dayCandleDate": "1994-10-06T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:41:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "META": { - "figi": "BBG000MM2P62", - "ticker": "META", + "ABNB": { + "figi": "BBG001Y2XS07", + "ticker": "ABNB", "classCode": "SPBXM", - "isin": "US30303M1027", + "isin": "US0090661010", "lot": 1, "currency": "usd", "klong": { @@ -16780,33 +16035,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, - "shortEnabledFlag": true, - "name": "Meta Platforms", - "exchange": "SPB_WEEKEND", - "ipoDate": "2012-05-18T00:00:00Z", - "issueSize": "2383812263", + "shortEnabledFlag": false, + "name": "Airbnb, Inc", + "exchange": "SPB_MORNING", + "issueSize": "17455568", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "710000000", "nominal": { "currency": "usd", "units": "0", - "nano": 6000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -16819,22 +16073,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7ac2fb60-1b6a-48b0-9149-0572feac6219", + "uid": "59216748-c08b-4a6a-b48b-0981f8d5ca10", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fce134ae-bb91-498c-aa5d-4f49ad2e5392", + "positionUid": "dfe0b493-f024-4e91-bd34-a87409898c0b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:29:00Z", - "first1dayCandleDate": "2012-05-18T00:00:00Z", + "first1minCandleDate": "2020-12-10T18:38:00Z", + "first1dayCandleDate": "2020-12-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WDC": { - "figi": "BBG000BWNFZ9", - "ticker": "WDC", - "classCode": "SPBXM", - "isin": "US9581021055", + "ETLN": { + "figi": "BBG001M2SC01", + "ticker": "ETLN", + "classCode": "TQBR", + "isin": "US29760G1031", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -16845,59 +16099,58 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 515400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 231000000 }, "shortEnabledFlag": true, - "name": "Western Digital", - "exchange": "SPB", - "ipoDate": "1986-12-31T00:00:00Z", - "issueSize": "308748049", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "450000000", + "name": "\u0413\u0414\u0420 Etalon Group PLC", + "exchange": "MOEX", + "issueSize": "383445362", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_GDR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "e1382f8a-4dac-4150-9259-54f53da0d0b5", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ed265cb5-a995-4495-b2d7-6fbb0009c3a5", + "uid": "a9b8460b-0272-49a6-b803-4c02d3e9c5d9", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "624b1ba8-e4db-4b13-a305-1ea4717395f2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:28:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-02-03T06:59:00Z", + "first1dayCandleDate": "2020-02-03T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "CHX": { - "figi": "BBG00JH9TZ56", - "ticker": "CHX", + "ET": { + "figi": "BBG000BM2FL9", + "ticker": "ET", "classCode": "SPBXM", - "isin": "US15872M1045", + "isin": "US29273V1008", "lot": 1, "currency": "usd", "klong": { @@ -16910,178 +16163,155 @@ }, "dlong": { "units": "0", - "nano": 647200000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 976800000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 406000000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 406000000 + "nano": 322000000 }, "shortEnabledFlag": true, - "name": "ChampionX Corporation", + "name": "Energy Transfer LP", "exchange": "SPB", - "issueSize": "100000000", + "ipoDate": "2006-02-02T00:00:00Z", + "issueSize": "1166403685", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "energy", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_MLP", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e37904e8-29fa-431c-9b16-b646cb7c3596", + "uid": "db04fd2d-6743-4251-965b-771bbfd89da6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2d181790-a214-42a9-90da-81517967b9e4", + "positionUid": "d6ef117f-f969-45e0-a491-91190e9da552", "forIisFlag": true, - "first1minCandleDate": "2020-06-04T13:30:00Z", - "first1dayCandleDate": "2020-06-04T07:00:00Z", + "first1minCandleDate": "2018-11-13T13:07:00Z", + "first1dayCandleDate": "2018-11-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CARR": { - "figi": "BBG00RP5HYS8", - "ticker": "CARR", + "AXON": { + "figi": "BBG000BHJWG1", + "ticker": "AXON", "classCode": "SPBXM", - "isin": "US14448C1045", + "isin": "US05464C1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Carrier Global", + "name": "Axon Enterprise Inc", "exchange": "SPB", - "issueSize": "866158910", + "issueSize": "53322608", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e1276b89-9970-441d-9c62-16f59bd20c95", + "uid": "f85c6e5d-ecdf-4710-883b-dc39d7abe1b0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "267e40be-552b-4541-97a1-8aa6548d8f48", + "positionUid": "6d6aca91-85d7-491d-b753-8f82a125b7eb", "forIisFlag": true, - "first1minCandleDate": "2020-04-06T11:00:00Z", - "first1dayCandleDate": "2020-04-06T07:00:00Z", + "first1minCandleDate": "2021-02-02T12:35:00Z", + "first1dayCandleDate": "2021-02-02T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PSTG": { - "figi": "BBG00212PVZ5", - "ticker": "PSTG", + "NLY": { + "figi": "BBG000BJFJ98", + "ticker": "NLY", "classCode": "SPBXM", - "isin": "US74624M1027", + "isin": "US0357104092", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Pure Storage Inc", + "name": "Annaly Capital Management REIT", "exchange": "SPB", - "issueSize": "216507814", + "issueSize": "1018869843", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "1956937500", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d1ea080d-2cb1-42d2-9564-41eee4078088", + "uid": "90446fa7-de35-4f5d-ab0d-b219d251c06f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "938085de-130c-4baf-9f8a-828ff30bf38a", + "positionUid": "351f073b-25cf-4205-9b29-cea86e9a8bf6", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:51:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:07:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PAGS": { - "figi": "BBG00JM7QBR6", - "ticker": "PAGS", + "APPN": { + "figi": "BBG001C7PMJ2", + "ticker": "APPN", "classCode": "SPBXM", - "isin": "KYG687071012", + "isin": "US03782L1017", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 710900000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 308000000 - }, - "shortEnabledFlag": true, - "name": "Pagseguro Digital Ltd", + "shortEnabledFlag": false, + "name": "Appian Corp", "exchange": "SPB", - "issueSize": "162168013", - "countryOfRisk": "BR", - "countryOfRiskName": "Федеративная Республика Бразилия", + "issueSize": "6421442", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 25000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17092,34 +16322,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "515ab3f3-0b8d-4b04-8faa-a0fdd8f6eb22", + "uid": "320f7af4-22ff-45d4-baad-78394e247323", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ed3b4a44-59f1-42fa-b0d1-80948ca2fa2b", + "positionUid": "3308fca4-b59e-4786-8afc-fd67aaf07d94", "forIisFlag": true, - "first1minCandleDate": "2019-08-20T12:28:00Z", - "first1dayCandleDate": "2019-08-20T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BMO": { - "figi": "BBG000DLY9B9", - "ticker": "BMO", - "classCode": "SPBXM", - "isin": "CA0636711016", + "700": { + "figi": "BBG000BJ35N5", + "ticker": "700", + "classCode": "SPBHKEX", + "isin": "KYG875721634", "lot": 1, - "currency": "usd", + "currency": "hkd", "shortEnabledFlag": false, - "name": "Bank of Montreal", - "exchange": "SPB", - "issueSize": "639329625", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "financial", + "name": "Tencent Holdings", + "exchange": "SPB_HK", + "issueSize": "9266666150", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", "issueSizePlan": "0", "nominal": { - "currency": "cad", + "currency": "hkd", "units": "0", - "nano": 0 + "nano": 20000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -17129,39 +16359,37 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "3e9670f0-a7e9-40fa-a83a-534258dba4ea", + "uid": "293dfdc7-2b09-4476-ba08-6eacdf3c4b44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "632103b9-af5b-4f32-b793-e6d788a2e213", + "positionUid": "047bbb38-b1a9-4e1e-a129-9dcc5343d9c7", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "MGM": { - "figi": "BBG000C2BXK4", - "ticker": "MGM", + "PSMT": { + "figi": "BBG000BTKR92", + "ticker": "PSMT", "classCode": "SPBXM", - "isin": "US5529531015", + "isin": "US7415111092", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MGM Resorts International", + "name": "PriceSmart, Inc.", "exchange": "SPB", - "issueSize": "481880377", + "issueSize": "30648990", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "1000000000", + "issueSizePlan": "45000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17172,78 +16400,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "066354c5-3972-4a74-9cdf-2514058a461b", + "uid": "b5e8fe6a-22a4-46a5-aa73-a5fe3a16f25c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "46202da2-9546-4688-a347-8c77ffa76020", + "positionUid": "c8888c17-6fd1-4a33-b768-17c1d5122b05", "forIisFlag": true, - "first1minCandleDate": "2020-12-16T12:42:00Z", - "first1dayCandleDate": "2020-12-16T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TDS": { - "figi": "BBG000BV0VK7", - "ticker": "TDS", + "VREX": { + "figi": "BBG00CZNLR47", + "ticker": "VREX", "classCode": "SPBXM", - "isin": "US8794338298", + "isin": "US92214X1063", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Telephone & Data Systems Inc", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Varex Imaging Corp", "exchange": "SPB", - "ipoDate": "1981-12-22T00:00:00Z", - "issueSize": "106775800", + "issueSize": "38249440", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "003260c7-e0c0-49c4-97a0-bf23398d3903", + "uid": "0542095e-0dca-48a6-ae49-a7d892c38acb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38e5f4ab-8a6e-4ee3-9d90-f7e2eba0e95a", + "positionUid": "fde06427-c773-4024-ba82-bc6da69546f6", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:37:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:28:00Z", + "first1dayCandleDate": "2017-01-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FIVN": { - "figi": "BBG001KHJM17", - "ticker": "FIVN", + "TRMB": { + "figi": "BBG000BNPS52", + "ticker": "TRMB", "classCode": "SPBXM", - "isin": "US3383071012", + "isin": "US8962391004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Five9 Inc", + "name": "Trimble Inc", "exchange": "SPB", - "ipoDate": "2014-04-04T00:00:00Z", - "issueSize": "55650970", + "ipoDate": "1990-07-01T00:00:00Z", + "issueSize": "248266451", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "450000000", + "issueSizePlan": "360000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17254,34 +16505,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b29ae136-0970-47af-b0ec-ac168cbd3447", + "uid": "736cad0f-0dae-4828-bac3-8c157f0d0074", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54954990-a07a-4514-b692-27142aa1fb8d", + "positionUid": "c49f1f4e-64a6-4873-a8d4-56e171bf2b93", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:17:00Z", - "first1dayCandleDate": "2014-04-04T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1990-07-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SWTX": { - "figi": "BBG00Q011TW9", - "ticker": "SWTX", + "WBD": { + "figi": "BBG011386VF4", + "ticker": "WBD", "classCode": "SPBXM", - "isin": "US85205L1070", + "isin": "US9344231041", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "SpringWorks Therapeutics", - "exchange": "SPB", - "issueSize": "43010490", + "name": "Warner Bros. Discovery", + "exchange": "SPB_MORNING", + "issueSize": "695000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "10800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -17294,20 +16569,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5ee75af3-95d0-4732-80f1-4741901f8686", + "uid": "6626d140-b59d-49a2-9d5c-9ec91a8cde0a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a8e89ea8-fe29-4cd6-84f7-1617644de502", + "positionUid": "ccfb753a-c44f-478c-947d-caa5d4ebbd37", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:58:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2022-04-19T12:00:00Z", + "first1dayCandleDate": "2022-04-19T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PPG": { - "figi": "BBG000BRJ809", - "ticker": "PPG", + "ROST": { + "figi": "BBG000BSBZH7", + "ticker": "ROST", "classCode": "SPBXM", - "isin": "US6935061076", + "isin": "US7782961038", "lot": 1, "currency": "usd", "klong": { @@ -17334,18 +16609,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "PPG Industries", - "exchange": "SPB", - "issueSize": "256479780", + "shortEnabledFlag": true, + "name": "Ross Stores", + "exchange": "SPB_MORNING", + "ipoDate": "1985-08-01T00:00:00Z", + "issueSize": "207489276", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 666666000 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -17358,37 +16634,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63ffc24f-478b-48f7-8ff8-4dc059a2ca4a", + "uid": "a762c7ca-ee67-4bea-9c2b-c6a0248df532", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b5f7e29-4580-4f08-ac08-f249642a3290", + "positionUid": "0b9f926a-d894-47a2-8027-8958bf903517", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TGNA": { - "figi": "BBG000BK5DP1", - "ticker": "TGNA", + "CTAS": { + "figi": "BBG000H3YXF8", + "ticker": "CTAS", "classCode": "SPBXM", - "isin": "US87901J1051", + "isin": "US1729081059", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "TEGNA", + "name": "Cintas", "exchange": "SPB", - "ipoDate": "1967-10-01T00:00:00Z", - "issueSize": "215679758", + "ipoDate": "1983-08-18T00:00:00Z", + "issueSize": "103407624", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "425000000", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17399,61 +16699,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "82f522b6-da69-4959-8cbb-9a6a17e21a7a", + "uid": "238bd62f-0da5-41ad-bdc9-1e4f6b595342", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce2c81ec-9c5c-4152-81e1-66e5e2cda44f", + "positionUid": "f1657d2e-97de-4dbc-ad1c-cc63c7796d58", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SMG": { - "figi": "BBG000BT5PG5", - "ticker": "SMG", + "SHOP": { + "figi": "BBG008HBD923", + "ticker": "SHOP", "classCode": "SPBXM", - "isin": "US8101861065", + "isin": "CA82509L1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Scotts Miracle-Gro Co The", - "exchange": "SPB", - "ipoDate": "1992-01-31T00:00:00Z", - "issueSize": "55365798", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "name": "Shopify Inc", + "exchange": "SPB_MORNING", + "issueSize": "1140000000", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "it", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba12afb1-9ea7-4283-a76c-07ff4aa13b8a", + "uid": "2e3a05e2-4646-48ed-8faa-4c2f8937bfc1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a11e80ef-692f-4e16-be1b-9463c1305125", + "positionUid": "582a3e0a-95c2-4262-982f-f3e272ebd06e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1992-01-31T00:00:00Z", + "first1minCandleDate": "2021-07-16T11:30:00Z", + "first1dayCandleDate": "2021-07-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MCHP": { - "figi": "BBG000BHCP19", - "ticker": "MCHP", + "COTY": { + "figi": "BBG000F395V1", + "ticker": "COTY", "classCode": "SPBXM", - "isin": "US5950171042", + "isin": "US2220702037", "lot": 1, "currency": "usd", "klong": { @@ -17480,19 +16779,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Microchip Technology", - "exchange": "SPB", - "ipoDate": "1993-03-18T00:00:00Z", - "issueSize": "400000000", + "shortEnabledFlag": true, + "name": "Coty", + "exchange": "SPB_MORNING", + "ipoDate": "2013-06-13T00:00:00Z", + "issueSize": "766065761", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -17505,61 +16804,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "22084f5c-5da9-4255-940e-31e597d9c527", + "uid": "8407c0b7-2e1f-413d-abe0-f12c2ffc9acc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c957b7bc-a408-48c6-9ebb-e889ea378a08", + "positionUid": "5c17f054-6c4e-422a-ab23-f06d79baaa54", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1993-03-19T00:00:00Z", + "first1minCandleDate": "2018-03-06T14:31:00Z", + "first1dayCandleDate": "2013-06-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TAP": { - "figi": "BBG000BS7KS3", - "ticker": "TAP", + "ITGR": { + "figi": "BBG000BW6JV4", + "ticker": "ITGR", "classCode": "SPBXM", - "isin": "US60871R2094", + "isin": "US45826H1095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Molson Coors Brewing", + "name": "Integer Holdings Corp", "exchange": "SPB", - "ipoDate": "1975-06-10T00:00:00Z", - "issueSize": "195153420", + "ipoDate": "2000-09-29T00:00:00Z", + "issueSize": "32678605", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83a18339-705f-4b94-bf4c-c2e069c2734e", + "uid": "0fbcabab-f5c9-4e6b-8b56-88922f9c85cb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ad428f35-59d4-4921-8c47-7a262199d849", + "positionUid": "b4ecd898-9cda-4859-b878-801448406ea7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T10:40:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PEG": { - "figi": "BBG000BQZMH4", - "ticker": "PEG", + "YUM": { + "figi": "BBG000BH3GZ2", + "ticker": "YUM", "classCode": "SPBXM", - "isin": "US7445731067", + "isin": "US9884981013", "lot": 1, "currency": "usd", "klong": { @@ -17586,14 +16885,14 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Public Service Enterprise Group", - "exchange": "SPB", - "ipoDate": "1948-03-31T00:00:00Z", - "issueSize": "505961856", + "shortEnabledFlag": true, + "name": "Yum!", + "exchange": "SPB_MORNING", + "ipoDate": "1948-09-15T00:00:00Z", + "issueSize": "445330577", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", @@ -17611,22 +16910,104 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b2a6587-0613-439f-af50-66fdcf428e0f", + "uid": "8c74d943-b2bd-4553-898b-f103ce359f4d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "47a0e50d-c3b7-447e-89f9-2673ec14a389", + "positionUid": "dab3ab6b-cff6-4824-94fa-6213131046dc", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "1997-09-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HLT": { - "figi": "BBG0058KMH30", - "ticker": "HLT", + "TKR": { + "figi": "BBG000BV95H9", + "ticker": "TKR", "classCode": "SPBXM", - "isin": "US43300A2033", + "isin": "US8873891043", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Timken Co The", + "exchange": "SPB", + "ipoDate": "1922-09-26T00:00:00Z", + "issueSize": "76119662", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "172eff2d-ff59-4121-b671-4a2f17fb94c6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c960f95e-71c3-44d6-85c6-30826cca32ce", + "forIisFlag": true, + "first1minCandleDate": "2019-04-04T13:32:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "HCSG": { + "figi": "BBG000BKYVF0", + "ticker": "HCSG", + "classCode": "SPBXM", + "isin": "US4219061086", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "Healthcare Services Group Inc", + "exchange": "SPB", + "ipoDate": "1983-11-01T00:00:00Z", + "issueSize": "74036000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "e293451d-14d4-4af1-ab50-fd9967b182c5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "580c77cd-61d1-40f9-ba91-0953667d5f76", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "RTKMP": { + "figi": "BBG004S685M3", + "ticker": "RTKMP", + "classCode": "TQBR", + "isin": "RU0009046700", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -17637,35 +17018,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 200000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "Hilton", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c - \u041f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2003-09-09T00:00:00Z", + "issueSize": "209565147", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "242831469", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 2500000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "e1b089f3-9bf1-44c3-897f-25e9f591bebc", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1d5a0543-55d1-4b54-bbbe-5c5824b1b59b", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:44:00Z", + "first1dayCandleDate": "1997-07-15T00:00:00Z", + "type": "Shares", + "step": 0.05 + }, + "FUL": { + "figi": "BBG000BJZ7V7", + "ticker": "FUL", + "classCode": "SPBXM", + "isin": "US3596941068", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "HB Fuller Co", "exchange": "SPB", - "ipoDate": "2013-12-12T00:00:00Z", - "issueSize": "329731387", + "issueSize": "50885501", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "10000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "160000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17676,37 +17097,165 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3905690d-70e5-4b74-b45c-f09e8cf8c824", + "uid": "9bb2c004-f207-43f5-93a3-f5063472d48c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7aecab89-076d-453d-832a-4178000cc679", + "positionUid": "558d2cea-7c1b-4d2d-8d14-a31bad24f433", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:27:00Z", - "first1dayCandleDate": "2013-12-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SNBR": { - "figi": "BBG000DM2BF3", - "ticker": "SNBR", + "GRNT": { + "figi": "BBG00B8NN386", + "ticker": "GRNT", + "classCode": "TQPI", + "isin": "RU000A0JV532", + "lot": 100, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0413\u043e\u0440\u043e\u0434\u0441\u043a\u0438\u0435 \u0418\u043d\u043d\u043e\u0432\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0422\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2013-01-09T00:00:00Z", + "issueSize": "1169875000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "437000000", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 500000 + }, + "apiTradeAvailableFlag": true, + "uid": "10e39e78-5512-4b33-804b-751b0d288700", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "2bab5e64-69fc-4dd4-8500-1a215cd281f7", + "forIisFlag": true, + "first1minCandleDate": "2019-08-14T07:00:00Z", + "first1dayCandleDate": "2016-02-26T00:00:00Z", + "type": "Shares", + "step": 0.0005 + }, + "GEMC": { + "figi": "BBG011MCM288", + "ticker": "GEMC", + "classCode": "TQBR", + "isin": "US91085A2033", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "4", + "nano": 760000000 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 400000000 + }, + "shortEnabledFlag": true, + "name": "United medical group", + "exchange": "MOEX", + "issueSize": "39227756", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "39227756", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "b186e19a-a331-471c-a18d-1ffbda758971", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "807f3425-5b3f-42a3-a386-f8a328b839dd", + "forIisFlag": true, + "first1minCandleDate": "2021-07-15T06:59:00Z", + "first1dayCandleDate": "2021-07-15T07:00:00Z", + "type": "Shares", + "step": 0.1 + }, + "SKLZ": { + "figi": "BBG00RQ732B6", + "ticker": "SKLZ", "classCode": "SPBXM", - "isin": "US83125X1037", + "isin": "US83067L1098", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 793900000 + }, + "dshort": { + "units": "1", + "nano": 477500000 + }, + "dlongMin": { + "units": "0", + "nano": 546000000 + }, + "dshortMin": { + "units": "0", + "nano": 574000000 + }, "shortEnabledFlag": false, - "name": "Sleep Number Corp", + "name": "Skillz Inc", "exchange": "SPB", - "ipoDate": "1998-12-03T00:00:00Z", - "issueSize": "30213000", + "issueSize": "291706860", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "142500000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17717,36 +17266,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "469b9a46-869f-426c-bcee-89ec5f54b181", + "uid": "bcd10a2f-2935-4214-9bd7-aa71fb3200d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3cdce3bf-2b1b-4e13-9185-bb681127601f", + "positionUid": "bce1a812-57c5-4259-b946-9de35a6f97a1", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1998-12-04T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:34:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GO": { - "figi": "BBG00P4R3079", - "ticker": "GO", + "ALRM": { + "figi": "BBG007GNPYY7", + "ticker": "ALRM", "classCode": "SPBXM", - "isin": "US39874R1014", + "isin": "US0116421050", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Grocery Outlet Holding Corp", + "name": "Alarm com Holdings Inc", "exchange": "SPB", - "issueSize": "90873610", + "ipoDate": "2015-06-26T00:00:00Z", + "issueSize": "47140413", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17757,36 +17307,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ffae4aa0-bc1e-417a-8bbf-2d359674b3a4", + "uid": "a2045d7a-0630-4625-8996-a91f4936356c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3f34b1e6-3d54-44ed-8249-448e12085a58", + "positionUid": "cd08677a-31ed-4e2c-a436-20e40aefff95", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:22:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2015-06-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENS": { - "figi": "BBG000PWTD92", - "ticker": "ENS", + "NSP": { + "figi": "BBG000BJ41X2", + "ticker": "NSP", "classCode": "SPBXM", - "isin": "US29275Y1029", + "isin": "US45778Q1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "EnerSys", + "name": "InsperIty Inc", "exchange": "SPB", - "issueSize": "42298716", + "ipoDate": "1997-01-28T00:00:00Z", + "issueSize": "40937606", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "135000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -17797,20 +17348,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9da7d429-6884-4140-914c-14d0d5b6735d", + "uid": "9b55690e-e15d-4df1-8336-fa47624ab4bf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "111603aa-057a-4e26-81e0-b0a3c84d9715", + "positionUid": "ad57e8e8-1dc3-4147-b26e-b742d0c7a7f4", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "1997-01-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SWK": { - "figi": "BBG000BTQR96", - "ticker": "SWK", + "TCRR": { + "figi": "BBG00FH3FM15", + "ticker": "TCRR", "classCode": "SPBXM", - "isin": "US8545021011", + "isin": "US87808K1060", "lot": 1, "currency": "usd", "klong": { @@ -17823,59 +17374,59 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 883000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 749000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 658000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 658000000 }, "shortEnabledFlag": false, - "name": "Stanley Black & Decker", + "name": "TCR2 Therapeutics Inc", "exchange": "SPB", - "ipoDate": "1947-05-01T00:00:00Z", - "issueSize": "154111483", + "ipoDate": "2019-02-14T00:00:00Z", + "issueSize": "23940025", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1423539a-9e84-49ba-a0ab-3ee134aee317", + "uid": "aa2647ba-25fb-4d8a-a9d1-7d925d966436", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b8d786e8-8396-4044-a5fc-198c696cd181", + "positionUid": "d61e5cf1-849d-4670-ba08-d472b3efb8d4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:10:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:55:00Z", + "first1dayCandleDate": "2019-02-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CTSH": { - "figi": "BBG000BBDV81", - "ticker": "CTSH", + "PGR": { + "figi": "BBG000BR37X2", + "ticker": "PGR", "classCode": "SPBXM", - "isin": "US1924461023", + "isin": "US7433151039", "lot": 1, "currency": "usd", "klong": { @@ -17903,18 +17454,18 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Cognizant Technology Solutions", - "exchange": "SPB", - "ipoDate": "1998-06-18T00:00:00Z", - "issueSize": "608453905", + "name": "Progressive", + "exchange": "SPB_MORNING", + "ipoDate": "1971-04-01T00:00:00Z", + "issueSize": "582275989", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -17927,144 +17478,142 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f081558-ffe7-473d-b43d-f59b964e7f90", + "uid": "b2eac6e6-e773-49cf-8727-a51d8d11bcc6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f2542257-0c67-489a-955a-d56703668352", + "positionUid": "7bb312ba-56a9-4e29-8090-435ff80c597c", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-06-19T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BAH": { - "figi": "BBG000R2YFG7", - "ticker": "BAH", + "TRHC": { + "figi": "BBG00BT7PPY8", + "ticker": "TRHC", "classCode": "SPBXM", - "isin": "US0995021062", + "isin": "US8733791011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Booz Allen Hamilton", + "name": "Tabula Rasa HealthCare In", "exchange": "SPB", - "ipoDate": "2010-11-17T00:00:00Z", - "issueSize": "145062716", + "issueSize": "22381554", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67e771e1-d025-43ee-90a6-57b3d730aeb2", + "uid": "220d6d28-3854-451a-ab29-d2988311f5e6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d781bd63-5edf-4fa7-a09f-196edf344710", + "positionUid": "196e3aa6-f324-4b5b-8422-6a1b515be01d", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:35:00Z", - "first1dayCandleDate": "2010-11-17T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ADPT": { - "figi": "BBG001J2PFF5", - "ticker": "ADPT", + "KRC": { + "figi": "BBG000BLMXN8", + "ticker": "KRC", "classCode": "SPBXM", - "isin": "US00650F1093", + "isin": "US49427F1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Adaptive Biotechnologies", + "name": "Kilroy Realty Corp REIT", "exchange": "SPB", - "issueSize": "118474230", + "issueSize": "116369096", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "340000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0f85c370-8159-4d3d-b760-5c654a9b65f7", + "uid": "b7e148da-bb03-4c00-b5ea-6b5e7cb2596f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "da4d02fb-b9e4-4472-afd9-96fc6153a0fa", + "positionUid": "3cf488b6-6edd-4418-87c0-695e11052005", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:58:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KLSB": { - "figi": "BBG000DBD6F6", - "ticker": "KLSB", - "classCode": "TQBR", - "isin": "RU000A0DKZK3", - "lot": 100, - "currency": "rub", + "CWT": { + "figi": "BBG000D8KTN6", + "ticker": "CWT", + "classCode": "SPBXM", + "isin": "US1307881029", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Калужская сбытовая компания", - "exchange": "MOEX", - "ipoDate": "2004-05-18T00:00:00Z", - "issueSize": "91487347", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "California Water Service", + "exchange": "SPB", + "issueSize": "48714000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "utilities", - "issueSizePlan": "67670185", + "issueSizePlan": "68000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8a23dd3b-04bb-41f3-a531-1bc3c08deecf", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "440beb66-dc15-4679-b8d1-c1d00ee734f0", + "uid": "123af942-701d-4915-81f7-3b3308af9b3f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "51033e42-6e12-418a-9d96-7a55cf041627", "forIisFlag": true, - "first1minCandleDate": "2018-03-12T16:49:00Z", - "first1dayCandleDate": "2006-03-09T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:32:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GPS": { - "figi": "BBG000BKLH74", - "ticker": "GPS", - "classCode": "SPBXM", - "isin": "US3647601083", - "lot": 1, - "currency": "usd", + "KZOSP": { + "figi": "BBG0029SG1C1", + "ticker": "KZOSP", + "classCode": "TQBR", + "isin": "RU0006753456", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -18075,61 +17624,61 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 318200000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 694800000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 174300000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 301800000 }, - "shortEnabledFlag": true, - "name": "Gap", - "exchange": "SPB", - "ipoDate": "1976-05-19T00:00:00Z", - "issueSize": "376105065", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2300000000", + "shortEnabledFlag": false, + "name": "\u041f\u0410\u041e \u00ab\u041a\u0410\u0417\u0410\u041d\u042c\u041e\u0420\u0413\u0421\u0418\u041d\u0422\u0415\u0417\u00bb - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2003-07-23T00:00:00Z", + "issueSize": "119596000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "119596000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 50000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "280c699e-3a4a-481d-9091-787878be01fd", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e015ed07-ae60-4d81-871b-3c28303097ab", + "uid": "3879e073-f27a-4e2f-9a97-97475b25194d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "99a43dec-f6fe-419e-aeaf-5ad4a70d160d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:50:00Z", + "first1dayCandleDate": "2012-01-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LIFE": { - "figi": "BBG0019K04R5", - "ticker": "LIFE", - "classCode": "TQBR", - "isin": "RU000A0JR514", - "lot": 100, - "currency": "rub", + "AXP": { + "figi": "BBG000BCQZS4", + "ticker": "AXP", + "classCode": "SPBXM", + "isin": "US0258161092", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -18140,59 +17689,59 @@ }, "dlong": { "units": "0", - "nano": 279800000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 624500000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 151300000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 274500000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Фармсинтез", - "exchange": "MOEX", - "ipoDate": "2004-08-09T00:00:00Z", - "issueSize": "301010754", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueSizePlan": "49521265", + "shortEnabledFlag": true, + "name": "American Express", + "exchange": "SPB_MORNING", + "ipoDate": "1977-05-18T00:00:00Z", + "issueSize": "794433076", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "3600000000", "nominal": { - "currency": "rub", - "units": "5", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 200000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "90972707-9184-47c6-b54e-0ce8b90f6c23", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a34d4cb1-d7de-4c92-9601-ebf1e28e56e5", + "uid": "1d0c07ae-0f8b-40fb-9d1d-5af8c984ca37", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c7943be0-a545-4816-94f2-8ff122eaf234", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T21:27:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:10:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.01 }, - "RBLX": { - "figi": "BBG001R1GCT0", - "ticker": "RBLX", + "A": { + "figi": "BBG000C2V3D6", + "ticker": "A", "classCode": "SPBXM", - "isin": "US7710491033", + "isin": "US00846U1016", "lot": 1, "currency": "usd", "klong": { @@ -18205,58 +17754,59 @@ }, "dlong": { "units": "0", - "nano": 754000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 262000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 504000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 504000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "ROBLOX Corp", - "exchange": "SPB", - "issueSize": "493163464", + "name": "Agilent Technologies", + "exchange": "SPB_MORNING", + "ipoDate": "1999-11-17T00:00:00Z", + "issueSize": "333260908", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "4935000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "24a00984-04d3-4076-9de6-4647b53ebd88", + "uid": "b959645c-3b07-4ab8-a559-07970ea537ca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5bb05fc0-392c-4160-8616-ce1457a43907", + "positionUid": "07e37db4-6912-4a48-9185-82ccc47d8d72", "forIisFlag": true, - "first1minCandleDate": "2021-07-16T11:31:00Z", - "first1dayCandleDate": "2021-07-16T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1999-11-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TTM": { - "figi": "BBG000PVGDH9", - "ticker": "TTM", + "EBS": { + "figi": "BBG000GW06J7", + "ticker": "EBS", "classCode": "SPBXM", - "isin": "US8765685024", + "isin": "US29089Q1058", "lot": 1, "currency": "usd", "klong": { @@ -18269,74 +17819,75 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Tata Motors", + "shortEnabledFlag": false, + "name": "Emergent BioSolutions Inc", "exchange": "SPB", - "issueSize": "664110453", - "countryOfRisk": "IN", - "countryOfRiskName": "Республика Индия", - "sector": "consumer", - "issueSizePlan": "0", + "ipoDate": "2006-11-15T00:00:00Z", + "issueSize": "51200000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60996369-8e05-4601-9496-3997b84574b2", + "uid": "6a77a82e-090b-4727-9e2e-37e87e85f13a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b6bddfa5-41dc-472b-b947-373a3e5f9b4c", + "positionUid": "8c1acbda-cf93-4c8f-8fe5-d26d5034382f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:01:00Z", - "first1dayCandleDate": "2004-09-27T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "2006-11-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RMD": { - "figi": "BBG000L4M7F1", - "ticker": "RMD", + "CPT": { + "figi": "BBG000BB0V03", + "ticker": "CPT", "classCode": "SPBXM", - "isin": "US7611521078", + "isin": "US1331311027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ResMed Inc", + "name": "Camden Property REIT", "exchange": "SPB", - "issueSize": "143392631", + "issueSize": "100574930", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "350000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "175000000", "nominal": { "currency": "usd", "units": "0", - "nano": 4000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -18347,182 +17898,182 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5ad22402-d684-499d-ac26-a29405ec40a5", + "uid": "1aa31aef-a428-4870-978b-dea39a643f19", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2fe8b1b4-2208-4eb7-958b-e39a1d1a8e53", + "positionUid": "b09167d4-40ef-4085-8dc7-5b35850b8b35", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T13:01:00Z", - "first1dayCandleDate": "1995-06-02T00:00:00Z", + "first1minCandleDate": "2021-10-26T12:50:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "USPH": { - "figi": "BBG000CSRSG6", - "ticker": "USPH", + "W": { + "figi": "BBG001B17MV2", + "ticker": "W", "classCode": "SPBXM", - "isin": "US90337L1089", + "isin": "US94419L1017", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "US Physical Therapy Inc", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 620500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 273000000 + }, + "shortEnabledFlag": true, + "name": "Wayfair Inc", "exchange": "SPB", - "issueSize": "12843896", + "ipoDate": "2014-10-02T00:00:00Z", + "issueSize": "56541838", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "20000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "16cebeb2-3144-4647-a68d-c22279957500", + "uid": "9ce0b071-a5b8-4921-9357-8f1bcde396a8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6709df1e-9091-4797-af26-8c26ca8b2e9c", + "positionUid": "fb0d0ab1-b4e7-40f3-a66a-eb068e0e84cc", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:32:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2014-10-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NUS": { - "figi": "BBG000HG21Y3", - "ticker": "NUS", + "HOLX": { + "figi": "BBG000C3NTN5", + "ticker": "HOLX", "classCode": "SPBXM", - "isin": "US67018T1051", + "isin": "US4364401012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nu Skin Enterprises Inc", - "exchange": "SPB", - "ipoDate": "1996-11-21T00:00:00Z", - "issueSize": "55486600", + "name": "Hologic", + "exchange": "SPB_MORNING", + "ipoDate": "1990-03-01T00:00:00Z", + "issueSize": "273010940", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae3e5ded-e01f-4bbe-b1dd-4a31e0a20f21", + "uid": "29c393c5-f44d-4c1f-985e-045312bc9d27", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "507c7b2e-510e-4da4-992e-45dcfb19219e", + "positionUid": "7b4731e0-15e3-4d89-b31d-0a27a620e14e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1996-11-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1990-03-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DK": { - "figi": "BBG00FZYFVC5", - "ticker": "DK", + "ANIK": { + "figi": "BBG000BBKZD8", + "ticker": "ANIK", "classCode": "SPBXM", - "isin": "US24665A1034", + "isin": "US0352551081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Delek US Holdings Inc", + "name": "Anika Therapeutics Inc", "exchange": "SPB", - "issueSize": "84016661", + "issueSize": "14211672", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "110000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b23c3ede-0780-4a3e-8ced-7a4cee8ab37d", + "uid": "a1f9d237-3d68-457e-998b-7d05a5f336e5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "918aaf30-7d3d-415f-8eac-a1edc81a982f", + "positionUid": "ecb86ad9-4b94-4539-ad47-256d8f436973", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "2006-05-04T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1993-05-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RACE": { - "figi": "BBG009PH3Q86", - "ticker": "RACE", + "GEF": { + "figi": "BBG000BLFNC0", + "ticker": "GEF", "classCode": "SPBXM", - "isin": "NL0011585146", + "isin": "US3976241071", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 540300000 - }, - "dshort": { - "units": "0", - "nano": 747700000 - }, - "dlongMin": { - "units": "0", - "nano": 322000000 - }, - "dshortMin": { - "units": "0", - "nano": 322000000 - }, - "shortEnabledFlag": true, - "name": "Ferrari N.V.", + "shortEnabledFlag": false, + "name": "Greif Inc", "exchange": "SPB", - "ipoDate": "2015-10-21T00:00:00Z", - "issueSize": "188921600", - "countryOfRisk": "IT", - "countryOfRiskName": "Итальянская Республика", - "sector": "consumer", - "issueSizePlan": "375000000", + "issueSize": "26232799", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -18533,20 +18084,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb8a5051-157d-4955-b37b-1ca06ef71c82", + "uid": "b53707e3-f9a1-4fd1-a045-fde7d66baf96", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2cbc870c-6a81-400d-bc92-6383c3c7cfc3", + "positionUid": "42f31ce8-d621-495b-9166-ea80015fc428", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:00:00Z", - "first1dayCandleDate": "2015-10-21T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:33:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TPR": { - "figi": "BBG000BY29C7", - "ticker": "TPR", + "LMT": { + "figi": "BBG000C1BW00", + "ticker": "LMT", "classCode": "SPBXM", - "isin": "US8760301072", + "isin": "US5398301094", "lot": 1, "currency": "usd", "klong": { @@ -18573,19 +18124,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Tapestry", - "exchange": "SPB", - "ipoDate": "2000-10-05T00:00:00Z", - "issueSize": "282584704", + "shortEnabledFlag": true, + "name": "Lockheed Martin", + "exchange": "SPB_MORNING", + "issueSize": "276916491", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -18598,99 +18148,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a1ace86-de53-472c-a2f0-ee82bcf36178", + "uid": "25c9555f-435a-40f9-bebd-72ce64b352f5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4e2bc9a2-5d1d-4157-ac27-391558c04a70", + "positionUid": "2108234d-2297-4cc0-a5c5-13344cec7b58", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-10-05T00:00:00Z", + "first1dayCandleDate": "1995-03-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FLOT": { - "figi": "BBG000R04X57", - "ticker": "FLOT", - "classCode": "TQBR", - "isin": "RU000A0JXNU8", - "lot": 10, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 260900000 - }, - "dshort": { - "units": "0", - "nano": 567900000 - }, - "dlongMin": { - "units": "0", - "nano": 140300000 - }, - "dshortMin": { - "units": "0", - "nano": 252100000 - }, + "FRPT": { + "figi": "BBG001D0HB36", + "ticker": "FRPT", + "classCode": "SPBXM", + "isin": "US3580391056", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Совкомфлот", - "exchange": "MOEX", - "ipoDate": "1996-08-22T00:00:00Z", - "issueSize": "2374993901", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "1364538517", + "name": "Freshpet Inc", + "exchange": "SPB", + "issueSize": "33512774", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21423d2d-9009-4d37-9325-883b368d13ae", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4419d6f3-b412-421e-8745-3bc6b7a93b09", + "uid": "eabb7843-c817-431a-bd58-7b61ce308ece", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "65ef129f-4a23-40ba-bcd0-e444acaecc19", "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FLGT": { - "figi": "BBG00DR7LTG2", - "ticker": "FLGT", + "TMHC": { + "figi": "BBG003PGJHP5", + "ticker": "TMHC", "classCode": "SPBXM", - "isin": "US3596641098", + "isin": "US87724P1066", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Fulgent Genetics", + "name": "Taylor Morrison Home Corp", "exchange": "SPB", - "issueSize": "21836800", + "ipoDate": "2013-04-10T00:00:00Z", + "issueSize": "32857800", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -18701,37 +18229,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbf021fc-d53e-49a9-b442-39d7f3a3bd2f", + "uid": "eb666d3e-ce2e-4ff6-9126-4aa93b5a5523", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ab3f8dd3-6cb5-413c-bde7-088dcea378e9", + "positionUid": "2823e68f-be3b-4322-950f-d5c3f3f814a7", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:32:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:31:00Z", + "first1dayCandleDate": "2013-04-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HXL": { - "figi": "BBG000BLMDQ9", - "ticker": "HXL", + "BXMT": { + "figi": "BBG000BGKJ70", + "ticker": "BXMT", "classCode": "SPBXM", - "isin": "US4282911084", + "isin": "US09257W1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hexcel Corp", + "name": "Blackstone Mortgage Trust REIT", "exchange": "SPB", - "ipoDate": "1983-05-02T00:00:00Z", - "issueSize": "91508771", + "issueSize": "134288919", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -18742,35 +18269,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c52641ee-c14c-40a4-93b9-6f6ee335d646", + "uid": "c0e88a77-3f7b-4163-855d-ea52d31739c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2f67a85b-5cb7-46ec-b7c3-434dad6b8755", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:35:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "positionUid": "6da85e75-ca32-4e5f-8ea8-2d01d9745fc5", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:56:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GMS": { - "figi": "BBG009Q036D0", - "ticker": "GMS", + "SNOW": { + "figi": "BBG007DHGNJ4", + "ticker": "SNOW", "classCode": "SPBXM", - "isin": "US36251C1036", + "isin": "US8334451098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GMS Inc", - "exchange": "SPB", - "ipoDate": "2016-05-26T00:00:00Z", - "issueSize": "40374750", + "name": "Snowflake Inc", + "exchange": "SPB_MORNING", + "issueSize": "36803947", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -18783,102 +18309,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f259ef97-eedd-4b27-8a14-6c0b14d7ff2a", + "uid": "08f988ce-ac68-4d41-a5f4-7d006c8c4f8c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "98ed1de2-eb68-4d73-8a67-c6b21bed98a2", + "positionUid": "15246856-13b7-460d-b3e8-68fcebad27e5", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:32:00Z", - "first1dayCandleDate": "2016-05-26T00:00:00Z", + "first1minCandleDate": "2021-08-20T11:30:00Z", + "first1dayCandleDate": "2021-08-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WY": { - "figi": "BBG000BX3BL3", - "ticker": "WY", + "PATH": { + "figi": "BBG00GKS1G03", + "ticker": "PATH", "classCode": "SPBXM", - "isin": "US9621661043", + "isin": "US90364P1057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Weyerhaeuser REIT", + "name": "UiPath, Inc.", "exchange": "SPB", - "ipoDate": "1963-12-06T00:00:00Z", - "issueSize": "744786160", + "issueSize": "14474393", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "1360000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 250000000 + "units": "0", + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6335bf07-98f0-4519-9a6c-9639fef3ee7c", + "uid": "437f26d8-17ae-4938-a847-a27bf222afbb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4538a6d7-d1ed-4a80-a608-13b3f347120c", + "positionUid": "7465c1e4-8d63-4ab4-a605-1848c123b38a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-18T11:36:00Z", + "first1dayCandleDate": "2021-06-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GRNT": { - "figi": "BBG00B8NN386", - "ticker": "GRNT", - "classCode": "TQPI", - "isin": "RU000A0JV532", - "lot": 100, - "currency": "rub", + "SBH": { + "figi": "BBG000LR8515", + "ticker": "SBH", + "classCode": "SPBXM", + "isin": "US79546E1047", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Городские Инновационные Технологии", - "exchange": "MOEX", - "ipoDate": "2013-01-09T00:00:00Z", - "issueSize": "1169875000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "437000000", + "name": "Sally Beauty Holdings Inc", + "exchange": "SPB", + "ipoDate": "2016-07-28T00:00:00Z", + "issueSize": "125102746", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10e39e78-5512-4b33-804b-751b0d288700", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2bab5e64-69fc-4dd4-8500-1a215cd281f7", + "uid": "c4d54656-38e4-47ed-a8ae-7f5ea551bfb9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "024adc16-07ec-4663-a5ac-b390700ac058", "forIisFlag": true, - "first1minCandleDate": "2019-08-14T07:00:00Z", - "first1dayCandleDate": "2016-02-26T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:31:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.01 }, - "PRLB": { - "figi": "BBG000BT13B3", - "ticker": "PRLB", + "COP": { + "figi": "BBG000BQQH30", + "ticker": "COP", "classCode": "SPBXM", - "isin": "US7437131094", + "isin": "US20825C1045", "lot": 1, "currency": "usd", "klong": { @@ -18905,45 +18430,45 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Proto Labs Inc", - "exchange": "SPB", - "ipoDate": "2012-02-24T00:00:00Z", - "issueSize": "27027044", + "shortEnabledFlag": true, + "name": "ConocoPhillips", + "exchange": "SPB_MORNING", + "ipoDate": "1920-05-27T00:00:00Z", + "issueSize": "1339082083", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa73fef1-a246-4c7f-b68c-f5f206b4668d", + "uid": "37a59530-9327-48a9-b088-9e15c445c48e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4e31e47d-5eb3-4ce1-a2dc-394e62979bbc", + "positionUid": "3e0c3c8a-b4a1-4311-aa8b-7b301e91a628", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "2012-02-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GILD": { - "figi": "BBG000CKGBP2", - "ticker": "GILD", + "ZBRA": { + "figi": "BBG000CC7LQ7", + "ticker": "ZBRA", "classCode": "SPBXM", - "isin": "US3755581036", + "isin": "US9892071054", "lot": 1, "currency": "usd", "klong": { @@ -18970,125 +18495,59 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "GILEAD", + "shortEnabledFlag": false, + "name": "Zebra Technologies Corp", "exchange": "SPB", - "ipoDate": "1992-01-22T00:00:00Z", - "issueSize": "1253809440", + "ipoDate": "1991-08-15T00:00:00Z", + "issueSize": "53976811", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "5600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3f9c80e0-eac0-4339-a531-767ea1fdee90", + "uid": "357a3d29-98b8-4fba-89b9-cd1207d3d40d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ec562b29-899f-4c8f-b289-a14144f81935", + "positionUid": "d395608f-1337-4d99-81f1-1517bf1d093e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:27:00Z", - "first1dayCandleDate": "1992-01-22T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1991-08-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENRU": { - "figi": "BBG000F6YP24", - "ticker": "ENRU", - "classCode": "TQBR", - "isin": "RU000A0F5UN3", - "lot": 1000, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 308500000 - }, - "dshort": { - "units": "0", - "nano": 512300000 - }, - "dlongMin": { - "units": "0", - "nano": 168400000 - }, - "dshortMin": { - "units": "0", - "nano": 229700000 - }, - "shortEnabledFlag": true, - "name": "Энел Россия", - "exchange": "MOEX", - "ipoDate": "2004-12-24T00:00:00Z", - "issueSize": "35371898370", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "29407170459", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 200000 - }, - "apiTradeAvailableFlag": true, - "uid": "1c252c56-427a-43b3-9609-bd8ea5a2c703", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "45f5a263-cdcb-414a-a973-25dd384543b5", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2005-09-16T00:00:00Z", - "type": "Shares", - "step": 0.0002 - }, - "GTRK": { - "figi": "BBG00HY6V6H5", - "ticker": "GTRK", - "classCode": "TQBR", - "isin": "RU000A0ZYD22", - "lot": 10, - "currency": "rub", + "ASO": { + "figi": "BBG00X7L1C14", + "ticker": "ASO", + "classCode": "SPBXM", + "isin": "US00402L1070", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ГТМ", - "exchange": "MOEX", - "ipoDate": "2017-04-14T00:00:00Z", - "issueSize": "58462120", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "37250000", + "name": "Academy Sports & Outdoors", + "exchange": "SPB", + "issueSize": "93800559", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", - "units": "100", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -19098,103 +18557,79 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4372073-3ce4-4f9e-9027-21ac3bddfb5b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a89caa54-7313-4105-8855-7f600d0a270d", + "uid": "e05fce7e-efcb-4c45-8c9f-b6ef4cfc7169", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "bae26bdc-77ae-47b5-a008-cb7c36027259", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T04:48:00Z", - "first1dayCandleDate": "2017-11-03T00:00:00Z", + "first1minCandleDate": "2021-06-01T12:17:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "ANIK": { - "figi": "BBG000BBKZD8", - "ticker": "ANIK", + "CXW": { + "figi": "BBG000BJSJT2", + "ticker": "CXW", "classCode": "SPBXM", - "isin": "US0352551081", + "isin": "US21871N1019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Anika Therapeutics Inc", + "name": "CoreCivic", "exchange": "SPB", - "issueSize": "14211672", + "issueSize": "118567081", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "90000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a1f9d237-3d68-457e-998b-7d05a5f336e5", + "uid": "6eb93fe9-2880-4d68-b592-03656214edd7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ecb86ad9-4b94-4539-ad47-256d8f436973", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1993-05-03T00:00:00Z", + "positionUid": "4ff29ce9-f667-4a05-a8ec-916ea25c0035", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:04:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CLF": { - "figi": "BBG000BFRF55", - "ticker": "CLF", + "SHOO": { + "figi": "BBG000BLV2Q3", + "ticker": "SHOO", "classCode": "SPBXM", - "isin": "US1858991011", + "isin": "US5562691080", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "Cleveland-Cliffs", + "shortEnabledFlag": false, + "name": "Steven Madden, Ltd.", "exchange": "SPB", - "issueSize": "296506003", + "issueSize": "84096759", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "245000000", "nominal": { "currency": "usd", "units": "0", - "nano": 125000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19205,60 +18640,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98110cd3-d529-4157-9857-3f25eefd21b0", + "uid": "0382723a-5ea5-409b-a17e-67c31c26333e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ebbd12be-e6c3-4755-b94b-54e21fae8155", + "positionUid": "ba6212a5-4d9e-4884-b170-d399c2722e27", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:34:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QS": { - "figi": "BBG00VJ17DS2", - "ticker": "QS", + "VVX": { + "figi": "BBG005PG80K4", + "ticker": "VVX", "classCode": "SPBXM", - "isin": "US74767V1098", + "isin": "US92242T1016", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 964700000 - }, - "dshort": { - "units": "2", - "nano": 648100000 - }, - "dlongMin": { - "units": "0", - "nano": 812000000 - }, - "dshortMin": { - "units": "0", - "nano": 910000000 - }, "shortEnabledFlag": false, - "name": "QuantumScape Corporation", + "name": "V2X, Inc.", "exchange": "SPB", - "issueSize": "207696594", + "issueSize": "11224424", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "1000000000", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19269,75 +18680,74 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "841ddf3d-3d19-4d0e-ba27-5d57e78acc9b", + "uid": "cab70365-34fc-4bb4-b8bf-b4b0c1b547fa", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dd6e6c1e-5241-4f1f-91f8-14c9ecb14880", + "positionUid": "eb8af188-35a6-4040-aa6b-e51170850a7c", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:37:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:35:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IIVI": { - "figi": "BBG000BLW102", - "ticker": "IIVI", + "GSHD": { + "figi": "BBG00KHHBMC5", + "ticker": "GSHD", "classCode": "SPBXM", - "isin": "US9021041085", + "isin": "US38267D1090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "II-VI Inc", + "name": "Goosehead Insurance, Inc.", "exchange": "SPB", - "ipoDate": "1987-01-01T00:00:00Z", - "issueSize": "63522201", + "issueSize": "16071601", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f89ba398-085a-4292-84fb-f01d335d7c8d", + "uid": "93237253-bc46-4f7c-88af-7774e5d25dca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a7905551-16f9-445e-b4fc-655fa6234de4", + "positionUid": "1a785bbb-d6bc-4f3d-a6f4-1e2d91f391ab", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PAR": { - "figi": "BBG000BRP9K8", - "ticker": "PAR", + "BLDR": { + "figi": "BBG000BKD3K9", + "ticker": "BLDR", "classCode": "SPBXM", - "isin": "US6988841036", + "isin": "US12008R1077", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PAR Technology Corporation", - "exchange": "SPB", - "issueSize": "21964151", + "name": "Builders FirstSource Inc", + "exchange": "SPB_MORNING", + "issueSize": "112040464", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "58000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 20000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -19350,60 +18760,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c3d7c0ac-4006-440e-b5f9-506ae50ccf10", + "uid": "a01579a2-cec2-4fff-8f93-7c284240a3b8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "03f6d7c1-738d-458f-93b7-8843c610ce9c", + "positionUid": "5b687eb8-321a-49d0-9661-04af0e038cd9", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PINS": { - "figi": "BBG002583CV8", - "ticker": "PINS", + "AJRD": { + "figi": "BBG000BKRHQ7", + "ticker": "AJRD", "classCode": "SPBXM", - "isin": "US72352L1061", + "isin": "US0078001056", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 863100000 - }, - "dshort": { - "units": "1", - "nano": 656900000 - }, - "dlongMin": { - "units": "0", - "nano": 630000000 - }, - "dshortMin": { - "units": "0", - "nano": 630000000 - }, - "shortEnabledFlag": true, - "name": "Pinterest Inc", + "shortEnabledFlag": false, + "name": "Aerojet Rocketdyne Holdings In", "exchange": "SPB", - "issueSize": "127298000", + "ipoDate": "1986-11-01T00:00:00Z", + "issueSize": "75100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1932500000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19414,61 +18801,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1bd0e273-f620-41cb-803f-86bd88796c8c", + "uid": "c4e6e8dc-a8d8-479b-b51b-c4219cb9a2e9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "625c5010-0306-48ec-aa8d-f1b0ec0ea94a", + "positionUid": "58924367-c982-4ee5-bc8b-a7c63f4976bb", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ARWR": { - "figi": "BBG000BRVKH0", - "ticker": "ARWR", + "DIOD": { + "figi": "BBG000G25P51", + "ticker": "DIOD", "classCode": "SPBXM", - "isin": "US04280A1007", + "isin": "US2545431015", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 754000000 - }, - "dshort": { - "units": "1", - "nano": 262000000 - }, - "dlongMin": { - "units": "0", - "nano": 504000000 - }, - "dshortMin": { - "units": "0", - "nano": 504000000 - }, - "shortEnabledFlag": true, - "name": "Arrowhead Pharmaceuticals Inc", + "shortEnabledFlag": false, + "name": "Diodes Inc", "exchange": "SPB", - "ipoDate": "1993-06-16T00:00:00Z", - "issueSize": "94814086", + "issueSize": "49590347", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "145000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "70000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 666667000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19479,117 +18841,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f75198ce-e14b-4b21-88b4-ced2daaca848", + "uid": "3ae9a139-8b3e-4294-ba37-a638e5b69a29", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a5dae515-68d5-42e6-91d5-cc9f15295973", + "positionUid": "93b650be-6c91-46aa-9ade-6566cfd0271b", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:59:00Z", - "first1dayCandleDate": "2001-01-10T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BPMC": { - "figi": "BBG001MC8YF7", - "ticker": "BPMC", + "CSGS": { + "figi": "BBG000G3TQV2", + "ticker": "CSGS", "classCode": "SPBXM", - "isin": "US09627Y1091", + "isin": "US1263491094", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Blueprint Medicines Corp", + "name": "CSG Systems International Inc", "exchange": "SPB", - "issueSize": "43704031", + "issueSize": "33217522", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e47a6f8d-0528-47b9-b0ff-6658f2f8d867", + "uid": "f5630ce8-8f01-4eba-93e7-244be9981d49", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bd4e05e1-35a8-4afc-9570-12e6698e1a09", + "positionUid": "81391404-1f0f-4734-84ee-1c03aed8cd48", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2015-04-29T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SFIN": { - "figi": "BBG003LYCMB1", - "ticker": "SFIN", - "classCode": "TQBR", - "isin": "RU000A0JVW89", - "lot": 10, - "currency": "rub", + "AFMD": { + "figi": "BBG006R5SSH5", + "ticker": "AFMD", + "classCode": "SPBXM", + "isin": "NL0010872420", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ЭсЭфАй", - "exchange": "MOEX", - "ipoDate": "2015-10-01T00:00:00Z", - "issueSize": "111637791", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "22977000", + "name": "Affimed NV", + "exchange": "SPB", + "issueSize": "62440213", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "155975000", "nominal": { - "currency": "rub", + "currency": "eur", "units": "0", - "nano": 670000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55371b1f-8f7c-4c12-9d93-386fae5ec12a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c05aa2b8-a9a1-4cfa-be7d-c40faadc9174", + "uid": "70a81475-a478-4cbc-9c33-a4fc58135249", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "df3a7989-6494-4ce3-8c7f-ca7c47eebce7", "forIisFlag": true, - "first1minCandleDate": "2018-03-10T00:08:00Z", - "first1dayCandleDate": "2015-12-11T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "TRNO": { - "figi": "BBG000PV3J62", - "ticker": "TRNO", + "HI": { + "figi": "BBG000KT0GV3", + "ticker": "HI", "classCode": "SPBXM", - "isin": "US88146M1018", + "isin": "US4315711089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Terreno REIT", + "name": "Hillenbrand", "exchange": "SPB", - "issueSize": "65543892", + "issueSize": "73038372", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19600,36 +18961,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ef7dcdd8-3889-43d1-8f8d-db47d687d68f", + "uid": "de53a5b3-4c60-418e-84cd-9985951be659", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d2b857d4-90e3-43ed-87be-89e2611b5ab1", + "positionUid": "37aff506-d2bf-4a8d-9024-d6eb75e9705c", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:36:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:46:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NSSC": { - "figi": "BBG000BQ6CT5", - "ticker": "NSSC", + "PRLB": { + "figi": "BBG000BT13B3", + "ticker": "PRLB", "classCode": "SPBXM", - "isin": "US6304021057", + "isin": "US7437131094", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Napco Security Technologies", + "name": "Proto Labs Inc", "exchange": "SPB", - "issueSize": "18474879", + "ipoDate": "2012-02-24T00:00:00Z", + "issueSize": "27027044", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19640,30 +19026,55 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e4662f0-6f4c-4e45-b32b-fd2c188fb781", + "uid": "aa73fef1-a246-4c7f-b68c-f5f206b4668d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ff5ed8ef-9deb-437e-9dd9-83d4eeb1ea7e", + "positionUid": "4e31e47d-5eb3-4ce1-a2dc-394e62979bbc", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:00:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "2012-02-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LPRO": { - "figi": "BBG00VDHLSQ6", - "ticker": "LPRO", + "ZTS": { + "figi": "BBG0039320N9", + "ticker": "ZTS", "classCode": "SPBXM", - "isin": "US68373J1043", + "isin": "US98978V1035", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Open Lending Corp", - "exchange": "SPB", - "issueSize": "126190351", + "name": "Zoetis", + "exchange": "SPB_MORNING", + "ipoDate": "2013-02-01T00:00:00Z", + "issueSize": "481823803", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "550000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", @@ -19673,82 +19084,106 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81e17baa-c3fa-41c7-8435-9b0bdeb27747", + "uid": "1b887725-2aac-4a2c-8fef-3260e954e478", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ddb3931f-f6c9-4e1d-8374-f78fa1b08dd9", + "positionUid": "7e460113-85c1-4164-8e0a-a1293a9ea54c", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:54:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "2013-02-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KEP": { - "figi": "BBG000BCWG90", - "ticker": "KEP", - "classCode": "SPBXM", - "isin": "US5006311063", - "lot": 1, - "currency": "usd", + "KMAZ": { + "figi": "BBG000LNHHJ9", + "ticker": "KMAZ", + "classCode": "TQBR", + "isin": "RU0008959580", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 210700000 + }, + "dshort": { + "units": "0", + "nano": 430400000 + }, + "dlongMin": { + "units": "0", + "nano": 111600000 + }, + "dshortMin": { + "units": "0", + "nano": 196000000 + }, "shortEnabledFlag": false, - "name": "Korea Electric Power", - "exchange": "SPB", - "ipoDate": "1994-10-27T00:00:00Z", - "issueSize": "1283928154", - "countryOfRisk": "KR", - "countryOfRiskName": "Республика Корея", - "sector": "utilities", - "issueSizePlan": "0", + "name": "\u041a\u0410\u041c\u0410\u0417", + "exchange": "MOEX", + "ipoDate": "2003-11-18T00:00:00Z", + "issueSize": "707229559", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "785747574", "nominal": { - "currency": "usd", - "units": "0", - "nano": 500000000 + "currency": "rub", + "units": "50", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "d2d2c267-132c-412d-b2c0-f61b2dba7136", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "93b4bee0-b143-4a97-8fe3-e1c9bf05ade5", + "uid": "f8f1de0d-5a5f-47e9-8ecb-00bec8f8351f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9998c41e-3807-4597-a847-3c78cf0b7392", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:35:00Z", - "first1dayCandleDate": "1994-10-27T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:32:00Z", + "first1dayCandleDate": "2005-02-09T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "JHG": { - "figi": "BBG00GSNPM07", - "ticker": "JHG", + "AEM": { + "figi": "BBG000DLVDK3", + "ticker": "AEM", "classCode": "SPBXM", - "isin": "JE00BYPZJM29", + "isin": "CA0084741085", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Janus Henderson Group", - "exchange": "SPB", - "issueSize": "1131842110", - "countryOfRisk": "", + "name": "Agnico Eagle Mines", + "exchange": "SPB_MORNING", + "issueSize": "217424509", + "countryOfRisk": "CA", "countryOfRiskName": "", - "sector": "financial", + "sector": "materials", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 150000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -19761,76 +19196,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "56452b9f-53d3-410e-ac3e-586f95721ab7", + "uid": "05ec2e16-a92c-4df8-ae8f-97f03ddfc531", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7919b5da-6e56-4cb5-b8e1-c9d67ca00ada", + "positionUid": "9039af68-8a20-4b7d-83b6-4469f14f2685", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:20:00Z", + "first1minCandleDate": "2022-01-28T12:32:00Z", "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TXG": { - "figi": "BBG007WX14X0", - "ticker": "TXG", + "INTU": { + "figi": "BBG000BH5DV1", + "ticker": "INTU", "classCode": "SPBXM", - "isin": "US88025U1097", + "isin": "US4612021034", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "10X Genomics Inc", - "exchange": "SPB", - "issueSize": "19595382", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "53fff1be-7e14-4846-a6fb-4afe825d5b64", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d3c291a2-514d-4f79-b3a5-22e85ed6e80c", - "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "HTA": { - "figi": "BBG000PRJCX9", - "ticker": "HTA", - "classCode": "SPBXM", - "isin": "US42225P5017", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Healthcare Trust of America REIT", - "exchange": "SPB", - "issueSize": "206940894", + "name": "Intuit", + "exchange": "SPB_MORNING", + "ipoDate": "1993-03-11T00:00:00Z", + "issueSize": "273091929", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19841,36 +19261,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d506af9a-0282-4a6b-9817-8f953db3ab6a", + "uid": "7d263ff7-ec01-4688-9062-8448bc1a2ecc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "59f02a07-060d-481e-89d7-2fe77f352eae", + "positionUid": "2b8a30d5-15db-494f-a8f4-64048197f77d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:05:00Z", + "first1dayCandleDate": "1993-03-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WEX": { - "figi": "BBG000BVZP59", - "ticker": "WEX", + "BRBR": { + "figi": "BBG013QNJHP8", + "ticker": "BRBR", "classCode": "SPBXM", - "isin": "US96208T1043", + "isin": "US07831C1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "WEX Inc", + "name": "BellRing Brands", "exchange": "SPB", - "issueSize": "43249922", + "issueSize": "0", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "175000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19881,61 +19301,21 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "15bac991-80fc-4b2e-b114-fb9d11ec492a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32b46350-eb55-4661-afb3-fdef9a78d09d", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "2005-02-16T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "RHM@DE": { - "figi": "BBG000BWT790", - "ticker": "RHM@DE", - "classCode": "SPBDE", - "isin": "DE0007030009", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Rheinmetall AG", - "exchange": "SPB_DE", - "issueSize": "43558850", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "d77cad95-1325-45e5-816c-cc241c75bb7e", + "uid": "7988db29-7ae8-4280-8c49-ac532004b8d5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c4f99b68-2e70-4974-84bf-ba0e8a8fa57f", + "positionUid": "4904e510-2cc1-4456-aafe-2b38181984e6", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:15:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2022-03-29T13:03:00Z", + "first1dayCandleDate": "2022-03-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MGNT": { - "figi": "BBG004RVFCY3", - "ticker": "MGNT", + "KZOS": { + "figi": "BBG0029SFXB3", + "ticker": "KZOS", "classCode": "TQBR", - "isin": "RU000A0JKQU8", - "lot": 1, + "isin": "RU0009089825", + "lot": 10, "currency": "rub", "klong": { "units": "2", @@ -19947,35 +19327,35 @@ }, "dlong": { "units": "0", - "nano": 256500000 + "nano": 230200000 }, "dshort": { "units": "0", - "nano": 548300000 + "nano": 411100000 }, "dlongMin": { "units": "0", - "nano": 137800000 + "nano": 122600000 }, "dshortMin": { "units": "0", - "nano": 244300000 + "nano": 187900000 }, - "shortEnabledFlag": true, - "name": "Магнит", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2004-03-04T00:00:00Z", - "issueSize": "101911355", + "shortEnabledFlag": false, + "name": "\u041f\u0410\u041e \u00ab\u041a\u0410\u0417\u0410\u041d\u042c\u041e\u0420\u0413\u0421\u0418\u041d\u0422\u0415\u0417\u00bb", + "exchange": "MOEX", + "ipoDate": "2003-07-23T00:00:00Z", + "issueSize": "1785114000", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "850000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "1785114000", "nominal": { "currency": "rub", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -19983,25 +19363,25 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "ca845f68-6c43-44bc-b584-330d2a1e5eb7", + "uid": "a6121478-943f-4eae-bc2a-bab5c771dd4a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", + "positionUid": "ed9dc037-fed3-4760-9c44-90d514276e8b", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2006-07-20T07:00:00Z", + "first1minCandleDate": "2018-03-07T19:17:00Z", + "first1dayCandleDate": "2011-12-05T00:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.1 }, - "SMLT": { - "figi": "BBG00F6NKQX3", - "ticker": "SMLT", - "classCode": "TQBR", - "isin": "RU000A0ZZG02", + "CHRW": { + "figi": "BBG000BTCH57", + "ticker": "CHRW", + "classCode": "SPBXM", + "isin": "US12541W2098", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -20012,115 +19392,33 @@ }, "dlong": { "units": "0", - "nano": 562300000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 410500000 - }, - "dlongMin": { - "units": "0", - "nano": 338400000 - }, - "dshortMin": { - "units": "0", - "nano": 552600000 - }, - "shortEnabledFlag": false, - "name": "ГК Самолет", - "exchange": "MOEX", - "ipoDate": "2018-03-22T00:00:00Z", - "issueSize": "61579358", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueSizePlan": "60000400", - "nominal": { - "currency": "rub", - "units": "25", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "4d813ab1-8bc9-4670-89ea-12bfbab6017d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", - "forIisFlag": true, - "first1minCandleDate": "2020-10-29T06:59:00Z", - "first1dayCandleDate": "2020-10-29T07:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "EGHT": { - "figi": "BBG000BCGHH7", - "ticker": "EGHT", - "classCode": "SPBXM", - "isin": "US2829141009", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "8x8 Inc", - "exchange": "SPB", - "ipoDate": "2018-12-07T00:00:00Z", - "issueSize": "100225912", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", - "nominal": { - "currency": "usd", + "dlongMin": { "units": "0", - "nano": 1000000 + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "12aecfc7-71cd-4527-978b-b727bb24d2a7", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd0895cf-86d3-4605-ace7-5ad046ecf539", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:14:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CMCO": { - "figi": "BBG000BCWWV0", - "ticker": "CMCO", - "classCode": "SPBXM", - "isin": "US1993331057", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Columbus McKinnon Corp", - "exchange": "SPB", - "ipoDate": "1996-02-22T00:00:00Z", - "issueSize": "23354873", + "name": "C.H. Robinson Worldwide", + "exchange": "SPB_MORNING", + "ipoDate": "1997-10-14T00:00:00Z", + "issueSize": "131711746", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "50000000", + "issueSizePlan": "480000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -20133,36 +19431,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d974bf08-4b06-4d6c-9f81-1041784d3692", + "uid": "f2eb7eef-6bb1-4be6-a7e1-46dffd25f432", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e15721be-6ace-426a-a720-fedabc1185e2", + "positionUid": "e98e6dcb-3bae-4635-8e2d-58973d4607ef", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1996-02-23T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1997-10-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GNTX": { - "figi": "BBG000BKJ092", - "ticker": "GNTX", + "ORI": { + "figi": "BBG000C4PLF7", + "ticker": "ORI", "classCode": "SPBXM", - "isin": "US3719011096", + "isin": "US6802231042", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Gentex Corporation", + "name": "Old Republic International Corporation", "exchange": "SPB", - "issueSize": "245779601", + "issueSize": "304749840", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 60000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20173,36 +19471,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "da59253b-2f58-44de-8f1c-258829c22084", + "uid": "02eb2ec3-17a1-40f2-9160-54bfb4484618", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "abd2d8d0-e7dd-4355-bfc1-8b64b320c4c0", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "positionUid": "97fd3734-61c7-4623-983f-aa48a8465428", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T13:20:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JLL": { - "figi": "BBG000C2L2L0", - "ticker": "JLL", + "BBSI": { + "figi": "BBG000BHJSC4", + "ticker": "BBSI", "classCode": "SPBXM", - "isin": "US48020Q1076", + "isin": "US0684631080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Jones Lang LaSalle Inc", + "name": "Barrett Business Services Inc", "exchange": "SPB", - "issueSize": "45366426", + "ipoDate": "1993-06-11T00:00:00Z", + "issueSize": "7407504", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "20500000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20213,36 +19512,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b79c0704-3a0d-4dbf-a7ad-75de7cd30c5b", + "uid": "c63e693f-5f39-4098-bb36-0adda77b990b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4115217b-a46a-4cc6-925c-f78601872652", + "positionUid": "58e5a01f-1855-4868-86ed-ad7743b94724", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:35:00Z", - "first1dayCandleDate": "1997-07-17T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1993-06-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BROS": { - "figi": "BBG01282ZHB3", - "ticker": "BROS", + "RAMP": { + "figi": "BBG000BB4HM6", + "ticker": "RAMP", "classCode": "SPBXM", - "isin": "US26701L1008", + "isin": "US53815P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dutch Bros", + "name": "LiveRamp Holdings Inc", "exchange": "SPB", - "issueSize": "0", + "ipoDate": "1983-12-01T00:00:00Z", + "issueSize": "68972247", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20253,36 +19553,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9e5a773f-f82f-4f57-bb5b-75666dc65ec0", + "uid": "0df9f0f2-07a4-4ee2-a1b8-1ff77b559fb4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0709f83b-00fa-4c34-967f-a3fe9682243e", + "positionUid": "831dc04e-4c11-46b5-a59b-2f6545f1f219", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:36:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BOH": { - "figi": "BBG000C8D8G9", - "ticker": "BOH", + "LII": { + "figi": "BBG000BB5B84", + "ticker": "LII", "classCode": "SPBXM", - "isin": "US0625401098", + "isin": "US5261071071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Bank of Hawaii", + "name": "Lennox International Inc", "exchange": "SPB", - "issueSize": "39954880", + "ipoDate": "1999-07-28T00:00:00Z", + "issueSize": "39872002", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20293,61 +19594,84 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ca15d43-b476-4645-8df1-d6577848df0f", + "uid": "c0443ded-66a8-4e59-aad1-f851e7a2916b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f8d7a9ec-cfd4-44fe-94d6-8b2089eb9cb2", + "positionUid": "df87e5b1-2b3a-427c-9d13-f9d5bcc81619", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:34:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1999-07-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AJRD": { - "figi": "BBG000BKRHQ7", - "ticker": "AJRD", - "classCode": "SPBXM", - "isin": "US0078001056", + "FIXP": { + "figi": "BBG00ZHCX1X2", + "ticker": "FIXP", + "classCode": "TQBR", + "isin": "US33835G2057", "lot": 1, - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 910000000 + }, + "dshort": { + "units": "1", + "nano": 890000000 + }, + "dlongMin": { + "units": "0", + "nano": 700000000 + }, + "dshortMin": { + "units": "0", + "nano": 700000000 + }, "shortEnabledFlag": false, - "name": "Aerojet Rocketdyne Holdings In", - "exchange": "SPB", - "ipoDate": "1986-11-01T00:00:00Z", - "issueSize": "75100000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "name": "Fix Price Group", + "exchange": "MOEX", + "issueSize": "850000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_GDR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "c4e6e8dc-a8d8-479b-b51b-c4219cb9a2e9", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "58924367-c982-4ee5-bc8b-a7c63f4976bb", + "uid": "ba64a3c7-dd1d-4f19-8758-94aac17d971b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b63fefd6-dd71-4490-a1bd-5d84fa51898f", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-03-10T08:30:00Z", + "first1dayCandleDate": "2021-03-10T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "TDG": { - "figi": "BBG000L8CBX4", - "ticker": "TDG", + "EA": { + "figi": "BBG000BP0KQ8", + "ticker": "EA", "classCode": "SPBXM", - "isin": "US8936411003", + "isin": "US2855121099", "lot": 1, "currency": "usd", "klong": { @@ -20374,15 +19698,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "TransDigm", - "exchange": "SPB", - "ipoDate": "2006-03-15T00:00:00Z", - "issueSize": "55839100", + "shortEnabledFlag": true, + "name": "Electronic Arts", + "exchange": "SPB_MORNING", + "ipoDate": "1989-10-03T00:00:00Z", + "issueSize": "284581807", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "224400000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -20399,76 +19723,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b79f6dcf-a8ac-49ef-b1fc-96f500596a0c", + "uid": "79186b74-97ca-48fd-9b2c-99d0ac9487d2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e36e218a-7d0d-455a-b53e-e8811386cebf", + "positionUid": "20f223e6-49a6-469c-8707-8a25c61559d5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:36:00Z", - "first1dayCandleDate": "2006-03-15T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:39:00Z", + "first1dayCandleDate": "1989-09-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SOFI": { - "figi": "BBG00YB1ZD58", - "ticker": "SOFI", - "classCode": "SPBXM", - "isin": "US83406F1021", + "VKCO": { + "figi": "BBG00178PGX3", + "ticker": "VKCO", + "classCode": "TQBR", + "isin": "US5603172082", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "SoFi Technologies", - "exchange": "SPB", - "issueSize": "100000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 390900000 + }, + "dshort": { + "units": "0", + "nano": 716400000 + }, + "dlongMin": { + "units": "0", + "nano": 219500000 + }, + "dshortMin": { + "units": "0", + "nano": 310100000 + }, + "shortEnabledFlag": true, + "name": "VK", + "exchange": "MOEX_WEEKEND", + "issueSize": "239375040", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "459644ea-7fff-4c26-bb2b-3f9b72dc9805", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6b80b864-d3b2-4add-9a12-26fa0a0e9ec8", + "uid": "3c0748ce-9b49-43e9-b788-048a6cb65174", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-07-02T06:59:00Z", + "first1dayCandleDate": "2020-07-02T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "PUBM": { - "figi": "BBG001PKMK06", - "ticker": "PUBM", + "PACB": { + "figi": "BBG000QKXH20", + "ticker": "PACB", "classCode": "SPBXM", - "isin": "US74467Q1031", + "isin": "US69404D1081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PubMatic", + "name": "Pacific Biosciences of California", "exchange": "SPB", - "issueSize": "8967003", + "issueSize": "131876642", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20479,37 +19827,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12b1afc9-6c00-41ed-ad4b-a31d865c4fc5", + "uid": "61d3a753-578b-4cff-b20e-0121b4fc1465", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e47459d3-c272-458c-92d2-78cf45a23a82", + "positionUid": "3f8147e5-0d41-4a04-864c-c3bb186b6843", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:46:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2021-09-03T13:02:00Z", + "first1dayCandleDate": "2021-09-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HOLX": { - "figi": "BBG000C3NTN5", - "ticker": "HOLX", + "CDNA": { + "figi": "BBG006JS5785", + "ticker": "CDNA", "classCode": "SPBXM", - "isin": "US4364401012", + "isin": "US14167L1035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hologic", + "name": "CareDx Inc", "exchange": "SPB", - "ipoDate": "1990-03-01T00:00:00Z", - "issueSize": "273010940", + "ipoDate": "2011-03-17T00:00:00Z", + "issueSize": "35283152", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "750000000", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20520,76 +19868,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "29c393c5-f44d-4c1f-985e-045312bc9d27", + "uid": "1e4520cc-3a25-4b3f-b63e-d693d0342b21", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7b4731e0-15e3-4d89-b31d-0a27a620e14e", + "positionUid": "d08d3bf8-dadc-47f2-884d-72dcab77f261", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1990-03-01T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RETA": { - "figi": "BBG000R33BD1", - "ticker": "RETA", + "SKM": { + "figi": "BBG000BLN497", + "ticker": "SKM", "classCode": "SPBXM", - "isin": "US75615P1030", + "isin": "US78440P3064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Reata Pharmaceuticals Inc", + "name": "SK Telecom Co.", "exchange": "SPB", - "issueSize": "24765410", + "issueSize": "648541287", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 555600000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5d5d3d48-7dd4-4ce6-84b9-4d2e385cea69", + "uid": "464234b9-ca68-4d95-9e24-9010c9ca43a1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c69c29ce-f778-401e-84d8-6fbb23967d31", + "positionUid": "8ac9460d-049b-414c-a840-cb25f7d3a33c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:28:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:33:00Z", + "first1dayCandleDate": "1996-06-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AXNX": { - "figi": "BBG0067QVJ50", - "ticker": "AXNX", + "MTOR": { + "figi": "BBG000BH92D1", + "ticker": "MTOR", "classCode": "SPBXM", - "isin": "US05465P1012", + "isin": "US59001K1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Axonics", + "name": "Meritor Inc", "exchange": "SPB", - "issueSize": "39809412", + "issueSize": "78123347", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20600,20 +19948,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bc219864-cf5e-45fb-b129-24af1cba7bda", + "uid": "94cb8df6-4c47-4364-bc62-40526cbb0e31", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6db4db1f-6172-4320-87dd-c69b5d6bf9f9", + "positionUid": "dec1c013-433a-46dd-b75c-b31ffd22b5c5", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:41:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:33:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ACAD": { - "figi": "BBG000BHG9K0", - "ticker": "ACAD", + "PEP": { + "figi": "BBG000DH7JK6", + "ticker": "PEP", "classCode": "SPBXM", - "isin": "US0042251084", + "isin": "US7134481081", "lot": 1, "currency": "usd", "klong": { @@ -20626,142 +19974,141 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "ACADIA Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "2004-05-27T00:00:00Z", - "issueSize": "124205637", + "name": "PepsiCo", + "exchange": "SPB_MORNING", + "issueSize": "1382652943", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "225000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "3600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 17000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d5cb1ef-04e8-45a9-af6d-9964b460f4e2", + "uid": "1121b8a1-cfc7-475b-9653-0058d710ab9b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c0597994-17a0-46a9-9113-c45e1ff046f3", + "positionUid": "dcacac46-9bb8-4c67-9b38-98c8084c4fa0", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:28:00Z", - "first1dayCandleDate": "2004-05-27T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:52:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CUBE": { - "figi": "BBG000HF28Q9", - "ticker": "CUBE", + "IAC": { + "figi": "BBG00S1LR2C3", + "ticker": "IAC", "classCode": "SPBXM", - "isin": "US2296631094", + "isin": "US44891N2080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CubeSmart REIT", + "name": "IAC Inc", "exchange": "SPB", - "issueSize": "201770107", + "issueSize": "100000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b4db40ea-c397-4f8a-b3f6-fcb5892b30e8", + "uid": "41f014ed-fe0c-46ac-9905-4dedc10e77a3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d0049862-d60f-4ecc-a653-f328c99d04c3", + "positionUid": "f21cc6fe-a406-4ba5-9788-0f6af0879134", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T13:02:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1993-01-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AES": { - "figi": "BBG000C23KJ3", - "ticker": "AES", + "TCX": { + "figi": "BBG000L69KL5", + "ticker": "TCX", "classCode": "SPBXM", - "isin": "US00130H1059", + "isin": "US8986972060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "The AES Corporation", + "name": "Tucows Inc", "exchange": "SPB", - "ipoDate": "1991-06-25T00:00:00Z", - "issueSize": "723269141", + "ipoDate": "2012-03-28T00:00:00Z", + "issueSize": "10448283", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dee9e3dd-88df-4392-a409-f1461d5ca71b", + "uid": "e231df82-97dd-4d60-8b21-815f689732ac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c9fbb32c-d3f4-42fc-ae61-11259b523a62", + "positionUid": "3729d6c5-b04e-4508-b3c4-ddedf14f249d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:27:00Z", - "first1dayCandleDate": "1991-06-26T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FMC": { - "figi": "BBG000BJP882", - "ticker": "FMC", - "classCode": "SPBXM", - "isin": "US3024913036", + "PHOR": { + "figi": "BBG004S689R0", + "ticker": "PHOR", + "classCode": "TQBR", + "isin": "RU000A0JRKT8", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -20772,32 +20119,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 266600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 375000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 143600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 172600000 }, - "shortEnabledFlag": false, - "name": "FMC", - "exchange": "SPB", - "issueSize": "133838795", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "shortEnabledFlag": true, + "name": "\u0424\u043e\u0441\u0410\u0433\u0440\u043e", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2012-02-14T00:00:00Z", + "issueSize": "129500000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "materials", - "issueSizePlan": "260000000", + "issueSizePlan": "124477080", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000000 + "currency": "rub", + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -20806,169 +20154,120 @@ "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "437b0004-b377-4dce-a287-4470e0b3ea6d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "af4efddb-5e41-4218-8084-2e7d8d232404", + "uid": "9978b56f-782a-4a80-a4b1-a48cbecfd194", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "72c2e413-4c68-4e81-b412-910458d380a6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:38:00Z", + "first1dayCandleDate": "2011-07-18T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 1.0 }, - "MAN": { - "figi": "BBG000BNMHS4", - "ticker": "MAN", + "MOH": { + "figi": "BBG000MBHNC8", + "ticker": "MOH", "classCode": "SPBXM", - "isin": "US56418H1005", + "isin": "US60855R1005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ManpowerGroup Inc", + "name": "Molina Healthcare Inc", "exchange": "SPB", - "issueSize": "59820998", + "issueSize": "59200000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5e9a2391-ae69-4991-b54a-52f02e20a5d8", + "uid": "4330445b-b540-4d5d-835e-b9a7679aa6fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "81760350-c8f9-4109-95a4-6262cffb714c", + "positionUid": "295e5f03-8ad0-4d0c-9856-b1dfb8b859b5", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T12:33:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "M": { - "figi": "BBG000C46HM9", - "ticker": "M", + "DLTH": { + "figi": "BBG002GBMZG4", + "ticker": "DLTH", "classCode": "SPBXM", - "isin": "US55616P1049", + "isin": "US26443V1017", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 937700000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 392000000 - }, - "shortEnabledFlag": true, - "name": "Macy's", + "shortEnabledFlag": false, + "name": "Duluth Holdings Inc", "exchange": "SPB", - "ipoDate": "1992-05-02T00:00:00Z", - "issueSize": "309704845", + "issueSize": "29368320", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f84fbb84-7875-4d54-b28c-29bc918830bb", + "uid": "4638b474-0bde-4542-a695-3e1575830f96", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3d33a7ff-35ca-4030-a4a3-273f80e08223", + "positionUid": "7a3765a9-7a9f-4d24-8eda-8f37b4ae248f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T10:36:00Z", - "first1dayCandleDate": "1992-02-05T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LH": { - "figi": "BBG000D9DMK0", - "ticker": "LH", + "RRX": { + "figi": "BBG000BRXTR8", + "ticker": "RRX", "classCode": "SPBXM", - "isin": "US50540R4092", + "isin": "US7587501039", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "LabCorp", + "name": "Regal Rexnord", "exchange": "SPB", - "issueSize": "102300000", + "issueSize": "40942185", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "265000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "electrocars", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -20979,20 +20278,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d886a07-489e-4839-b12e-fdea4d0a628d", + "uid": "5d8b9330-c564-4c81-a6a6-b0159fd8fc76", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0cfabdfa-6175-40b5-9137-558fd7bef79d", + "positionUid": "209d71f7-5f0a-48d1-bcf9-735f52ef3aa7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-05-01T00:00:00Z", + "first1minCandleDate": "2021-10-11T11:37:00Z", + "first1dayCandleDate": "2021-10-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WAB": { - "figi": "BBG000BDD940", - "ticker": "WAB", + "OSUR": { + "figi": "BBG000J3D1Y8", + "ticker": "OSUR", "classCode": "SPBXM", - "isin": "US9297401088", + "isin": "US68554V1089", "lot": 1, "currency": "usd", "klong": { @@ -21009,7 +20308,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 515400000 }, "dlongMin": { "units": "0", @@ -21017,47 +20316,46 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 231000000 }, "shortEnabledFlag": false, - "name": "Wabtec Corp.", + "name": "OraSure Technologies Inc", "exchange": "SPB", - "ipoDate": "1995-06-15T00:00:00Z", - "issueSize": "96614946", + "issueSize": "60648324", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b78c560-e2d8-4fcc-bad9-a3a5ffbedcae", + "uid": "51443b77-6d92-4a15-aa9c-c94082e99e99", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2aa1ee95-e97e-40f2-8c70-5242b99b9c37", + "positionUid": "8d7fcea3-253b-4233-939d-08bf4e691757", "forIisFlag": true, - "first1minCandleDate": "2019-03-07T10:27:00Z", - "first1dayCandleDate": "1995-06-16T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BIDU": { - "figi": "BBG000QXWHD1", - "ticker": "BIDU", + "ORLY": { + "figi": "BBG000BGYWY6", + "ticker": "ORLY", "classCode": "SPBXM", - "isin": "US0567521085", + "isin": "US67103H1077", "lot": 1, "currency": "usd", "klong": { @@ -21084,60 +20382,62 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Baidu", - "exchange": "SPB_MORNING_WEEKEND", - "issueSize": "278071135", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "telecom", - "issueSizePlan": "0", + "shortEnabledFlag": false, + "name": "O'Reilly Automotive", + "exchange": "SPB", + "ipoDate": "1993-04-22T00:00:00Z", + "issueSize": "100989965", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "245000000", "nominal": { "currency": "usd", - "units": "8", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b09c2b51-9402-4ad0-8b18-1db0eb8a86bb", + "uid": "467f8465-0e50-4e9b-a02c-7742ef816058", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "53fdfd2a-8b7d-4154-9717-e6405a54b9a3", + "positionUid": "0ef9179d-4a37-4d65-bb34-19b6f53d2d48", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:57:00Z", - "first1dayCandleDate": "2005-08-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1993-04-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DPW@DE": { - "figi": "BBG000LW3NX5", - "ticker": "DPW@DE", - "classCode": "SPBDE", - "isin": "DE0005552004", + "AIR": { + "figi": "BBG000BBGQF1", + "ticker": "AIR", + "classCode": "SPBXM", + "isin": "US0003611052", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Deutsche Post AG", - "exchange": "SPB_DE", - "issueSize": "1234086651", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", + "name": "AAR Corp", + "exchange": "SPB", + "ipoDate": "1967-01-01T00:00:00Z", + "issueSize": "34729373", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "100000000", "nominal": { - "currency": "eur", - "units": "0", + "currency": "usd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21148,61 +20448,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ef56534-fd4c-4182-b300-46c71988a7b4", + "uid": "61ba1b2d-4a82-4518-8965-d32aba768f0d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c488a19b-fe39-4acd-b35d-382eba74bd86", + "positionUid": "abd8d117-2ebf-472a-a96d-17decabf51c1", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:46:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:51:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CNC": { - "figi": "BBG000BDXCJ5", - "ticker": "CNC", + "AVNS": { + "figi": "BBG005L86G05", + "ticker": "AVNS", "classCode": "SPBXM", - "isin": "US15135B1017", + "isin": "US05350V1061", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Centene Corporation", + "shortEnabledFlag": false, + "name": "Avanos Medical Inc", "exchange": "SPB", - "ipoDate": "2001-12-13T00:00:00Z", - "issueSize": "172566531", + "issueSize": "47504680", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "400000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21213,85 +20488,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c5a9fe39-7c5b-491a-bdbe-4218a2d5d028", + "uid": "91b64161-861e-477d-9c0b-602fe8435b1b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e1cd6a2-2a06-4260-a0ab-387e78678b9b", + "positionUid": "c698bdcd-9d25-4a2f-a4f2-92813213d265", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2001-12-13T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2014-10-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GTHX": { - "figi": "BBG005F1DK91", - "ticker": "GTHX", + "CBRE": { + "figi": "BBG000C04224", + "ticker": "CBRE", "classCode": "SPBXM", - "isin": "US3621LQ1099", + "isin": "US12504L1098", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "G1 Therapeutics Inc", + "shortEnabledFlag": false, + "name": "CBRE Group", "exchange": "SPB", - "ipoDate": "2014-12-12T00:00:00Z", - "issueSize": "42348337", + "ipoDate": "2004-06-10T00:00:00Z", + "issueSize": "335834731", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "525000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98ae1ce4-d50b-4d92-815a-b1f371897a38", + "uid": "49dd0d89-18d3-48a0-92fd-5ff8a422f705", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "77005755-143b-43e6-a4fa-5f59a2d35f76", + "positionUid": "47d0b8d6-bd3c-427c-a640-78dcbe281b72", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-21T13:36:00Z", + "first1dayCandleDate": "2004-06-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LPL": { - "figi": "BBG000FJ0RK9", - "ticker": "LPL", + "DUK": { + "figi": "BBG000BHGDH5", + "ticker": "DUK", "classCode": "SPBXM", - "isin": "US50186V1026", + "isin": "US26441C2044", "lot": 1, "currency": "usd", "klong": { @@ -21303,141 +20554,155 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "9999", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "9999", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "LG Display", + "shortEnabledFlag": false, + "name": "Duke Energy Corp", "exchange": "SPB", - "ipoDate": "2004-07-22T00:00:00Z", - "issueSize": "715631400", - "countryOfRisk": "KR", - "countryOfRiskName": "Республика Корея", - "sector": "it", + "issueSize": "706455305", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "899e9f29-37fb-498d-b95a-4675903476af", + "uid": "268aa705-2ff3-4cd4-9436-c82aedb164ad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6393427d-baaa-4a79-b09c-3058af8e104c", + "positionUid": "e63a92bc-3d0b-4108-b95d-3e239db69a76", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "HEN3@DE": { + "figi": "BBG000BC3BJ2", + "ticker": "HEN3@DE", + "classCode": "SPBDE", + "isin": "DE0006048432", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Henkel AG & Co", + "exchange": "SPB_DE", + "issueSize": "178162875", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "658de237-70e4-4701-a1e9-784e30409382", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "46b65c9a-b0c7-4b3e-8064-5954605a23b9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:59:00Z", - "first1dayCandleDate": "2004-07-22T00:00:00Z", + "first1minCandleDate": "2020-09-01T07:04:00Z", + "first1dayCandleDate": "2020-09-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SI": { - "figi": "BBG00MMM95S7", - "ticker": "SI", + "BWXT": { + "figi": "BBG000D86F25", + "ticker": "BWXT", "classCode": "SPBXM", - "isin": "US82837P4081", + "isin": "US05605H1005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Silvergate Capital Corp.", + "name": "BWX Technologies", "exchange": "SPB", - "issueSize": "18612475", + "issueSize": "99679664", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "325000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab987b2f-db4b-4d6b-a760-1294fb54871d", + "uid": "06a747c6-8d3a-4a17-b978-73bc1c0e1082", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e4e933e1-2443-475a-b120-00673ba9bfce", + "positionUid": "7e544c37-f203-4ff2-be6a-2dfed3c8545f", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:53:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IDXX": { - "figi": "BBG000BLRT07", - "ticker": "IDXX", + "MSGS": { + "figi": "BBG007FG0C23", + "ticker": "MSGS", "classCode": "SPBXM", - "isin": "US45168D1046", + "isin": "US55825T1034", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "IDEXX", + "shortEnabledFlag": false, + "name": "Madison Square Garden Co", "exchange": "SPB", - "ipoDate": "1991-06-21T00:00:00Z", - "issueSize": "89658209", + "issueSize": "19433143", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21448,36 +20713,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d1b60d7-1757-4ac2-957c-3e258ca3f77e", + "uid": "258cfef4-eee6-4d43-a57a-025030cd8ab0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "476ef64d-c360-4239-8f50-a63195fdceb5", + "positionUid": "0bcaff94-ddc6-4490-aa9e-c34cbb4e872b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1991-06-21T00:00:00Z", + "first1minCandleDate": "2020-04-22T12:41:00Z", + "first1dayCandleDate": "2020-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FCFS": { - "figi": "BBG0145KL747", - "ticker": "FCFS", + "RS": { + "figi": "BBG000CJ2181", + "ticker": "RS", "classCode": "SPBXM", - "isin": "US33768G1076", + "isin": "US7595091023", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "FirstCash", + "name": "Reliance Steel & Aluminum Co", "exchange": "SPB", - "issueSize": "40433427", + "ipoDate": "1994-09-15T00:00:00Z", + "issueSize": "67078134", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21488,74 +20754,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "387be82f-4b39-4c49-82b1-ca50ae66ba2c", + "uid": "1bc59961-8429-48b0-a931-b5597cb7264a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c24753ec-5392-4b13-bce4-2f896a73a3de", + "positionUid": "07bb749d-d262-47cb-a18d-9d3f0f80df4f", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1994-09-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CCOI": { - "figi": "BBG000D0SMY8", - "ticker": "CCOI", + "SGMO": { + "figi": "BBG000BHYT80", + "ticker": "SGMO", "classCode": "SPBXM", - "isin": "US19239V3024", + "isin": "US8006771062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cogent Communications", + "name": "Sangamo Therapeutics", "exchange": "SPB", - "issueSize": "47150133", + "issueSize": "84520951", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "160000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aaaa9d15-33dd-4834-a610-2ae6b89379fc", + "uid": "05c7b8b3-0b13-4bae-b91b-54e7860c5c8f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e0e05bae-2fd3-4030-aef0-6146181c9da9", + "positionUid": "0031f058-ff48-482b-b7f6-4dd8818d7a3a", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-12-28T13:57:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WW": { - "figi": "BBG000DY6735", - "ticker": "WW", - "classCode": "SPBXM", - "isin": "US98262P1012", + "SPBE": { + "figi": "BBG002GHV6L9", + "ticker": "SPBE", + "classCode": "SPBRU_USD", + "isin": "RU000A0JQ9P9", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "WW International, Inc.", - "exchange": "SPB", - "issueSize": "68093574", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "name": "\u0421\u041f\u0411 \u0411\u0438\u0440\u0436\u0430", + "exchange": "SPB_RU_MORNING", + "ipoDate": "2009-03-19T00:00:00Z", + "issueSize": "132843907", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "687000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 0 + "currency": "rub", + "units": "3", + "nano": 750000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -21568,60 +20835,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a88a875-7dde-431a-ad1d-dc8ba3cf8a39", + "uid": "8e3f68a3-64fa-478b-9d81-73d1ad34e27b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "49f78ecd-44d3-4cc1-84e5-bbf8fcff75c1", + "positionUid": "0d976978-8094-4cb5-a64a-0ced4f2d5d1c", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-11-19T07:00:00Z", + "first1dayCandleDate": "2021-11-19T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CCJ": { - "figi": "BBG000DSZTN6", - "ticker": "CCJ", + "MHO": { + "figi": "BBG000BL9MZ4", + "ticker": "MHO", "classCode": "SPBXM", - "isin": "CA13321L1085", + "isin": "US55305B1017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cameco Corporation", + "name": "M/I Homes Inc", "exchange": "SPB", - "issueSize": "395477230", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "energy", - "issueSizePlan": "0", + "ipoDate": "1993-11-02T00:00:00Z", + "issueSize": "28142916", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "58000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4095c7d-dc51-4313-be5c-b073fd64b486", + "uid": "21b85476-9718-4b49-989d-95e9d28ed008", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6be6ceeb-f426-4be6-9b82-a60d9705da72", + "positionUid": "12e168b7-19e1-43c5-90c2-387a075b15f4", "forIisFlag": true, - "first1minCandleDate": "2021-08-06T12:34:00Z", - "first1dayCandleDate": "2021-08-06T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CPRI": { - "figi": "BBG0029SNR63", - "ticker": "CPRI", + "CMI": { + "figi": "BBG000BGPTV6", + "ticker": "CMI", "classCode": "SPBXM", - "isin": "VGG1890L1076", + "isin": "US2310211063", "lot": 1, "currency": "usd", "klong": { @@ -21648,21 +20916,60 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Capri Holdings Limited", + "shortEnabledFlag": false, + "name": "Cummins", "exchange": "SPB", - "ipoDate": "2011-12-15T00:00:00Z", - "issueSize": "150232617", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", + "issueSize": "165683334", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "2", + "nano": 500000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "6b1118ca-afc3-4786-8843-6cf2bc7d02d7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "83ee285e-56b5-4f08-8879-49cf8918a65e", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "PRTS": { + "figi": "BBG000N26V95", + "ticker": "PRTS", + "classCode": "SPBXM", + "isin": "US14427M1071", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "CarParts.com", + "exchange": "SPB", + "issueSize": "48092549", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "650000000", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21673,20 +20980,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f34b8cd-bb41-46f7-9616-8e303a8b4d8b", + "uid": "3fb52ed2-7d21-449f-b040-32d89177fd7a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "438377fd-e182-4a61-a3ac-8a554432a0de", + "positionUid": "2ad98672-74bb-48e7-b5e7-4ef4b4aab04a", "forIisFlag": true, - "first1minCandleDate": "2019-01-10T13:13:00Z", - "first1dayCandleDate": "2011-12-15T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CARA": { - "figi": "BBG001J2QYS9", - "ticker": "CARA", + "CAH": { + "figi": "BBG000D898T9", + "ticker": "CAH", "classCode": "SPBXM", - "isin": "US1407551092", + "isin": "US14149Y1082", "lot": 1, "currency": "usd", "klong": { @@ -21699,35 +21006,76 @@ }, "dlong": { "units": "0", - "nano": 595500000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 860500000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 364000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 364000000 + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Cardinal Health", + "exchange": "SPB_MORNING", + "ipoDate": "1983-08-01T00:00:00Z", + "issueSize": "310685049", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "755000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "ddc7adc7-c7ff-408a-8e41-1e506e012e1d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f265fae2-95ab-49b4-8c37-c9f3c008186c", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T09:20:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "UCTT": { + "figi": "BBG000HSLV70", + "ticker": "UCTT", + "classCode": "SPBXM", + "isin": "US90385V1070", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Cara Therapeutics Inc", + "name": "Ultra Clean Holdings Inc", "exchange": "SPB", - "ipoDate": "2012-05-01T00:00:00Z", - "issueSize": "32699943", + "ipoDate": "1991-11-26T00:00:00Z", + "issueSize": "33458556", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21738,20 +21086,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f494a30c-4732-4fc7-82b8-82eada172409", + "uid": "8ac1635a-fbbc-4bc4-bb23-8010d349c82d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "23d939a7-2b4e-411d-847d-b32dc1e179de", + "positionUid": "8045db02-28c4-49bc-a1c9-74b2020bb09c", "forIisFlag": true, "first1minCandleDate": "2019-10-31T13:30:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OGZD@GS": { - "figi": "BBG000KGYRF8", - "ticker": "OGZD@GS", + "RTX": { + "figi": "BBG000BW8S60", + "ticker": "RTX", "classCode": "SPBXM", - "isin": "US3682872078", + "isin": "US75513E1010", "lot": 1, "currency": "usd", "klong": { @@ -21763,99 +21111,77 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Gazprom PJSC", - "exchange": "LSE", - "issueSize": "11836756450", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "shortEnabledFlag": true, + "name": "Raytheon Technologies", + "exchange": "SPB_MORNING", + "ipoDate": "1934-09-05T00:00:00Z", + "issueSize": "1507878091", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "2", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f29210a9-c811-4b05-b7d3-0e86f88455f5", + "uid": "02c7ff14-f543-4a53-bbda-d2e7a34e1b0a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cccf5e2a-e5c9-4f55-baf0-d97cdffcb5f7", + "positionUid": "42fa8450-f717-4808-bb0c-e746e94ed85c", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:02:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2020-04-09T07:15:00Z", + "first1dayCandleDate": "2020-04-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ROKU": { - "figi": "BBG001ZZPQJ6", - "ticker": "ROKU", + "QTWO": { + "figi": "BBG005ZVK9P2", + "ticker": "QTWO", "classCode": "SPBXM", - "isin": "US77543R1023", + "isin": "US74736L1098", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "Roku Inc", - "exchange": "SPB_MORNING", - "issueSize": "15668000", + "shortEnabledFlag": false, + "name": "Q2 Holdings Inc", + "exchange": "SPB", + "ipoDate": "1984-02-01T00:00:00Z", + "issueSize": "48155730", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21866,20 +21192,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c9af2078-9876-451d-967e-f24cbdc43601", + "uid": "71e3ff4d-6c83-4213-b5d6-4ec1f2d94a0f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1713a68f-cc6d-4b83-9545-cea74f237759", + "positionUid": "1a155b1e-ffec-4c1d-abdf-9d29683fe09b", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T09:22:00Z", - "first1dayCandleDate": "2019-06-11T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ORCL": { - "figi": "BBG000BQLTW7", - "ticker": "ORCL", + "ULTA": { + "figi": "BBG00FWQ4VD6", + "ticker": "ULTA", "classCode": "SPBXM", - "isin": "US68389X1054", + "isin": "US90384S3031", "lot": 1, "currency": "usd", "klong": { @@ -21906,62 +21232,60 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Oracle", + "shortEnabledFlag": false, + "name": "Ulta Beauty", "exchange": "SPB", - "ipoDate": "1986-03-12T00:00:00Z", - "issueSize": "2738179000", + "issueSize": "62454627", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "5060516000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1afe8f14-7dbe-4ccf-bae2-d9825a21d668", + "uid": "d93ec938-3641-425b-84b1-89fbce198b50", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f3378a21-2f4b-4540-bdcb-6f22a4198b2d", + "positionUid": "903fe16b-4c80-46b0-a3ac-f84b9e2c5d49", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:06:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:00:00Z", + "first1dayCandleDate": "2007-10-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WOR": { - "figi": "BBG000HL7499", - "ticker": "WOR", + "VMI": { + "figi": "BBG000BWB7V4", + "ticker": "VMI", "classCode": "SPBXM", - "isin": "US9818111026", + "isin": "US9202531011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Worthington Industries Inc", + "name": "Valmont Industries", "exchange": "SPB", - "ipoDate": "1968-10-29T00:00:00Z", - "issueSize": "57312254", + "issueSize": "21525585", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", - "units": "0", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -21972,20 +21296,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5c977f1a-01fd-436f-a42a-775d5645bf44", + "uid": "0a17c9f7-ab1e-417b-9a19-b11c55566abe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5a27474b-4efa-4105-81d5-da85203cd395", + "positionUid": "f072323c-2565-4d31-a777-c728de24211b", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:40:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QRTEA": { - "figi": "BBG000PCQQL6", - "ticker": "QRTEA", + "VRSN": { + "figi": "BBG000BGKHZ3", + "ticker": "VRSN", "classCode": "SPBXM", - "isin": "US74915M1009", + "isin": "US92343E1029", "lot": 1, "currency": "usd", "klong": { @@ -22002,7 +21326,7 @@ }, "dshort": { "units": "0", - "nano": 562500000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -22010,177 +21334,81 @@ }, "dshortMin": { "units": "0", - "nano": 250000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Qurate Retail Inc", + "name": "VeriSign", "exchange": "SPB", - "issueSize": "400279393", + "ipoDate": "1998-01-29T00:00:00Z", + "issueSize": "111507162", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "4000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "20e6cc51-a22d-45ce-af70-1254a3b95619", + "uid": "896159d6-b1b2-450f-9c85-2b20c9f1fd2b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce805df2-f7dd-470a-82ea-29eff12e767b", + "positionUid": "52baa1a1-e253-4ed6-8c6d-fb7d86f8b27c", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2006-05-04T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1998-01-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FVRR": { - "figi": "BBG002YSC5M7", - "ticker": "FVRR", + "ABBV": { + "figi": "BBG0025Y4RY4", + "ticker": "ABBV", "classCode": "SPBXM", - "isin": "IL0011582033", + "isin": "US00287Y1091", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Fiverr International", - "exchange": "SPB", - "issueSize": "31390135", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "ils", - "units": "0", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "kshort": { + "units": "2", + "nano": 0 }, - "apiTradeAvailableFlag": true, - "uid": "ad75ea59-b663-4912-88b4-e835d1738f41", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fb057196-cb69-46e4-b217-1c36cdf25160", - "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:39:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "VEON-RX": { - "figi": "BBG00R4Z2NT4", - "ticker": "VEON-RX", - "classCode": "TQBR", - "isin": "BMG9349W1038", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "VEON", - "exchange": "MOEX", - "issueSize": "1756731135", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "dlong": { "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 50000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "f1374f83-7934-41f7-a210-097ed5beecd5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e772aabd-45bd-40c3-884e-b46a9bd7b96d", - "forIisFlag": true, - "first1minCandleDate": "2021-11-26T07:00:00Z", - "first1dayCandleDate": "2021-11-26T07:00:00Z", - "type": "Shares", - "step": 0.05 - }, - "FE": { - "figi": "BBG000BB6M98", - "ticker": "FE", - "classCode": "SPBXM", - "isin": "US3379321074", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "FirstEnergy", - "exchange": "SPB", - "issueSize": "422025870", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "dlongMin": { "units": "0", - "nano": 100000000 + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "d0122939-4562-4622-97f9-8c26fbd3cd30", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "836b2636-6966-4f6d-a570-52c56d8c1b16", - "forIisFlag": true, - "first1minCandleDate": "2018-03-06T14:30:00Z", - "first1dayCandleDate": "1997-11-10T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SYNH": { - "figi": "BBG0078Y1D92", - "ticker": "SYNH", - "classCode": "SPBXM", - "isin": "US87166B1026", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Syneos Health Inc", - "exchange": "SPB", - "ipoDate": "2014-11-07T00:00:00Z", - "issueSize": "79470000", + "shortEnabledFlag": true, + "name": "AbbVie", + "exchange": "SPB_MORNING", + "issueSize": "1767175532", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", "units": "0", @@ -22190,27 +21418,27 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5e86dca3-b642-438e-b7a5-bbdc6cc421ea", + "uid": "a9a3b127-916b-4fbf-b06a-b2afe07da9f0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "56d20e3f-5189-45d8-b6b4-9d6abb5c41b3", + "positionUid": "4800523a-8e7c-48f7-8bf1-2a9e2a84378d", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2014-11-07T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:34:00Z", + "first1dayCandleDate": "2012-12-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SPR": { - "figi": "BBG000PRJ2Z9", - "ticker": "SPR", + "KEY": { + "figi": "BBG000BMQPL1", + "ticker": "KEY", "classCode": "SPBXM", - "isin": "US8485741099", + "isin": "US4932671088", "lot": 1, "currency": "usd", "klong": { @@ -22238,54 +21466,13 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Spirit AeroSystems Holdings", - "exchange": "SPB", - "ipoDate": "2006-11-21T00:00:00Z", - "issueSize": "115624845", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "980c7e37-8cd5-4b3e-ae69-d98104685155", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "619a4f3c-1261-4a17-8d8e-91ce3bcbc3e0", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "2006-11-21T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "AVT": { - "figi": "BBG000BCPB71", - "ticker": "AVT", - "classCode": "SPBXM", - "isin": "US0538071038", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Avnet", - "exchange": "SPB", - "issueSize": "99835238", + "name": "KeyCorp", + "exchange": "SPB_MORNING", + "issueSize": "1080711946", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1400000000", "nominal": { "currency": "usd", "units": "1", @@ -22302,53 +21489,12 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a36e3012-035d-4ae2-be22-341d8a5901e2", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "713a52a6-1ee9-454a-a0a2-e3ccb77088f1", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PODD": { - "figi": "BBG000R7XX87", - "ticker": "PODD", - "classCode": "SPBXM", - "isin": "US45784P1012", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Insulet Corp", - "exchange": "SPB", - "ipoDate": "2007-05-15T00:00:00Z", - "issueSize": "59675242", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "e3b88609-7782-46fd-a7a4-4118e7b25cfc", + "uid": "1f4723d6-e0de-4042-9d66-d0fe3e0199bd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "55c5b45f-d838-4ad4-afbe-82189f3534d2", + "positionUid": "b821511d-6d43-43f9-b443-20c33d216dd3", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2007-05-15T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, @@ -22369,27 +21515,27 @@ }, "dlong": { "units": "0", - "nano": 334300000 + "nano": 379200000 }, "dshort": { "units": "0", - "nano": 847900000 + "nano": 875400000 }, "dlongMin": { "units": "0", - "nano": 184100000 + "nano": 212100000 }, "dshortMin": { "units": "0", - "nano": 359400000 + "nano": 369500000 }, "shortEnabledFlag": false, - "name": "Лензолото", + "name": "\u041b\u0435\u043d\u0437\u043e\u043b\u043e\u0442\u043e", "exchange": "MOEX", "ipoDate": "2000-06-15T00:00:00Z", "issueSize": "1140300", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "materials", "issueSizePlan": "1140300", "nominal": { @@ -22397,7 +21543,7 @@ "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22417,11 +21563,51 @@ "type": "Shares", "step": 10.0 }, - "BMRN": { - "figi": "BBG000CZWZ05", - "ticker": "BMRN", + "ALG": { + "figi": "BBG000BJTZX0", + "ticker": "ALG", "classCode": "SPBXM", - "isin": "US09061G1013", + "isin": "US0113111076", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Alamo Group Inc.", + "exchange": "SPB", + "issueSize": "11860233", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "20000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "cc4775d9-bf65-4a42-9792-8cf149b043dd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1aac2234-c190-400e-942a-aca3abc3b7a3", + "forIisFlag": true, + "first1minCandleDate": "2020-07-29T13:44:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "TDG": { + "figi": "BBG000L8CBX4", + "ticker": "TDG", + "classCode": "SPBXM", + "isin": "US8936411003", "lot": 1, "currency": "usd", "klong": { @@ -22449,84 +21635,44 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "BioMarin Pharmaceutical Inc", + "name": "TransDigm", "exchange": "SPB", - "issueSize": "171987437", + "ipoDate": "2006-03-15T00:00:00Z", + "issueSize": "55839100", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "224400000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "d0cc5c6d-ee64-493e-89f0-749f5ed7415e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "23831409-6559-4c33-a105-10dcce70c494", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:28:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SCSC": { - "figi": "BBG000BHTPZ4", - "ticker": "SCSC", - "classCode": "SPBXM", - "isin": "US8060371072", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "ScanSource Inc", - "exchange": "SPB", - "ipoDate": "1994-03-18T00:00:00Z", - "issueSize": "25705842", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "45000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "538ba928-5de6-4f55-a3da-84fbce8a79f6", + "uid": "b79f6dcf-a8ac-49ef-b1fc-96f500596a0c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1b482be9-357a-40c3-b7a5-0ea0a1b2913d", + "positionUid": "e36e218a-7d0d-455a-b53e-e8811386cebf", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1994-03-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:36:00Z", + "first1dayCandleDate": "2006-03-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PGR": { - "figi": "BBG000BR37X2", - "ticker": "PGR", + "PLCE": { + "figi": "BBG000JK9DK4", + "ticker": "PLCE", "classCode": "SPBXM", - "isin": "US7433151039", + "isin": "US1689051076", "lot": 1, "currency": "usd", "klong": { @@ -22554,20 +21700,20 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Progressive", + "name": "Children's Place Inc The", "exchange": "SPB", - "ipoDate": "1971-04-01T00:00:00Z", - "issueSize": "582275989", + "ipoDate": "1997-09-18T00:00:00Z", + "issueSize": "17395543", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22578,76 +21724,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b2eac6e6-e773-49cf-8727-a51d8d11bcc6", + "uid": "4357da57-f566-4036-bae8-e656d1a767f0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7bb312ba-56a9-4e29-8090-435ff80c597c", + "positionUid": "66023c1d-899e-4e8c-b951-c34c44e96a10", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1997-09-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "XYL": { - "figi": "BBG001D8R5D0", - "ticker": "XYL", + "CACI": { + "figi": "BBG000KQY8Y7", + "ticker": "CACI", "classCode": "SPBXM", - "isin": "US98419M1009", + "isin": "US1271903049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Xylem", + "name": "CACI International", "exchange": "SPB", - "issueSize": "179366169", + "issueSize": "24697430", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "276db042-69eb-4fcc-87f8-586e4ac641b7", + "uid": "661d9296-a997-4029-b8ea-464486408bee", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d66b2c33-969e-43b1-93db-37ed536ddb43", + "positionUid": "7e573c9b-2aea-4d3e-a028-5ab484700146", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2011-10-13T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:49:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RCII": { - "figi": "BBG000BHQJX3", - "ticker": "RCII", + "LEA": { + "figi": "BBG000PTLGZ1", + "ticker": "LEA", "classCode": "SPBXM", - "isin": "US76009N1000", + "isin": "US5218652049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Rent-A-Center", + "name": "Lear Corp", "exchange": "SPB", - "issueSize": "53414526", + "issueSize": "66920130", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "250000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22658,22 +21804,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "648aa098-ae13-4cd6-9150-80c9945387cc", + "uid": "c98fa71a-3742-4da7-be9a-1dba9c52faf6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5c67bd8-cc9b-4e51-8c43-d40f33c7fd17", + "positionUid": "a9fb5899-b188-4540-a966-eb98e493a973", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:58:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:31:00Z", + "first1dayCandleDate": "2009-11-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CCXI": { - "figi": "BBG000PTSB12", - "ticker": "CCXI", + "VST": { + "figi": "BBG00DXDL6Q1", + "ticker": "VST", "classCode": "SPBXM", - "isin": "US16383L1061", + "isin": "US92840M1027", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "Vistra", + "exchange": "SPB_MORNING", + "issueSize": "488780072", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1800000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9d37a34d-db5c-42a2-9ab5-de9e0bdb3e2a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4b54cbdc-a325-47f4-b237-b106c90711d4", + "forIisFlag": true, + "first1minCandleDate": "2022-01-28T12:45:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MGTSP": { + "figi": "BBG000PZ0833", + "ticker": "MGTSP", + "classCode": "TQBR", + "isin": "RU0009036479", + "lot": 1, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -22684,74 +21870,115 @@ }, "dlong": { "units": "0", - "nano": 577500000 + "nano": 413200000 }, "dshort": { - "units": "0", - "nano": 674400000 + "units": "1", + "nano": 235100000 }, "dlongMin": { "units": "0", - "nano": 350000000 + "nano": 233900000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 495000000 }, "shortEnabledFlag": false, - "name": "ChemoCentryx, Inc", + "name": "\u041c\u0413\u0422\u0421 - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2002-09-24T00:00:00Z", + "issueSize": "15514042", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "15965850", + "nominal": { + "currency": "rub", + "units": "40", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", + "minPriceIncrement": { + "units": "2", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "3112d684-216c-4409-ab73-4316e8582f81", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b3f53164-7ca2-4fd7-bf3f-4e76ac5c720c", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:49:00Z", + "first1dayCandleDate": "2007-07-12T00:00:00Z", + "type": "Shares", + "step": 2.0 + }, + "ZWS": { + "figi": "BBG000H8R0N8", + "ticker": "ZWS", + "classCode": "SPBXM", + "isin": "US98983L1089", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Zurn Elkay Water Solutions", "exchange": "SPB", - "issueSize": "61854015", + "issueSize": "121105357", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6b69af74-4593-4068-96db-6659743c837a", + "uid": "eca949c2-9969-4a20-a5e8-33e3432feab0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1a989ed7-b323-4bb0-bd83-4e9946c0d69c", + "positionUid": "73f3a5c3-e613-48d3-abc3-01e6744df436", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-10-06T17:10:00Z", + "first1dayCandleDate": "2021-10-12T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OI": { - "figi": "BBG00R2JZG39", - "ticker": "OI", + "WTS": { + "figi": "BBG000C4Z6C2", + "ticker": "WTS", "classCode": "SPBXM", - "isin": "US67098H1041", + "isin": "US9427491025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "O-I Glass", + "name": "Watts Water Technologies Inc", "exchange": "SPB", - "issueSize": "215083000", + "issueSize": "27692316", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22762,61 +21989,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "09402b55-864f-4507-8c8f-a1304e20cfdb", + "uid": "29f68c60-14e7-44cc-bcb3-1c9b448b88eb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f47140d-1fa7-4b40-9fc1-c4eea4fde1ec", + "positionUid": "e244c614-00c2-4e2e-8695-859c95109295", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:33:00Z", - "first1dayCandleDate": "1991-12-11T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "A": { - "figi": "BBG000C2V3D6", - "ticker": "A", + "OGE": { + "figi": "BBG000BQGLS5", + "ticker": "OGE", "classCode": "SPBXM", - "isin": "US00846U1016", + "isin": "US6708371033", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Agilent Technologies", + "name": "OGE Energy Corp.", "exchange": "SPB", - "ipoDate": "1999-11-17T00:00:00Z", - "issueSize": "333260908", + "issueSize": "200020017", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22827,101 +22029,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b959645c-3b07-4ab8-a559-07970ea537ca", + "uid": "bcb9a977-715b-41f2-acd0-8543825df9c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "07e37db4-6912-4a48-9185-82ccc47d8d72", + "positionUid": "79ea3c27-38cc-4c43-87bf-c27f3da696ff", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1999-11-18T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:36:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AXON": { - "figi": "BBG000BHJWG1", - "ticker": "AXON", - "classCode": "SPBXM", - "isin": "US05464C1018", + "VOW3@DE": { + "figi": "BBG000BFCS17", + "ticker": "VOW3@DE", + "classCode": "SPBDE", + "isin": "DE0007664039", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Axon Enterprise Inc", - "exchange": "SPB", - "issueSize": "53322608", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "name": "Volkswagen AG", + "exchange": "SPB_DE", + "issueSize": "180642042", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f85c6e5d-ecdf-4710-883b-dc39d7abe1b0", + "uid": "5152007d-e5ab-4c92-ae42-1e89d926d142", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d6aca91-85d7-491d-b753-8f82a125b7eb", + "positionUid": "e7d51b30-ccd7-4389-b4fb-de269226856f", "forIisFlag": true, - "first1minCandleDate": "2021-02-02T12:35:00Z", - "first1dayCandleDate": "2021-02-02T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:02:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ROK": { - "figi": "BBG000BBCDZ2", - "ticker": "ROK", + "JBSS": { + "figi": "BBG000CHPMY5", + "ticker": "JBSS", "classCode": "SPBXM", - "isin": "US7739031091", + "isin": "US8004221078", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Rockwell Automation", + "name": "John B Sanfilippo & Son Inc", "exchange": "SPB", - "ipoDate": "2002-02-25T00:00:00Z", - "issueSize": "118362039", + "ipoDate": "1991-12-04T00:00:00Z", + "issueSize": "8791506", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "17000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22932,36 +22110,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aef098e6-8deb-4271-b301-1f170665fde1", + "uid": "5b02872c-7075-4dc2-9962-68e8ad3dfd1d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "717a748e-4d11-422b-8aad-a0c751f10127", + "positionUid": "5c8ecb4f-d62a-4aee-8cd8-ef1677328cf3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1996-12-02T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1991-12-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LSPD": { - "figi": "BBG00PZ78ZM0", - "ticker": "LSPD", + "TSP": { + "figi": "BBG00ZSDS6T8", + "ticker": "TSP", "classCode": "SPBXM", - "isin": "CA53229C1077", + "isin": "US90089L1089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lightspeed Commerce", + "name": "TuSimple Holdings", "exchange": "SPB", - "issueSize": "131278443", - "countryOfRisk": "CA", - "countryOfRiskName": "", + "issueSize": "185040398", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", "issueSizePlan": "0", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -22972,116 +22150,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c38c0c1b-2848-42f0-b934-b163fe05618c", + "uid": "806472c7-2f00-4f7e-a771-c3a768521915", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "44c66fb2-b2f3-4b24-abea-38625bd394e9", + "positionUid": "dafa52da-70e9-4514-b8f1-36d29afa23ad", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:35:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2021-06-18T12:16:00Z", + "first1dayCandleDate": "2021-06-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NBIX": { - "figi": "BBG000GJS7C1", - "ticker": "NBIX", + "PKG": { + "figi": "BBG000BB8SW7", + "ticker": "PKG", "classCode": "SPBXM", - "isin": "US64125C1099", + "isin": "US6951561090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Neurocrine Biosciences Inc", + "name": "Packaging Corp of America", "exchange": "SPB", - "issueSize": "87114340", + "ipoDate": "2000-01-27T00:00:00Z", + "issueSize": "94346682", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "220000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b4e033e1-c7da-4489-9633-a5dc2c894986", + "uid": "a3b6361f-c1b9-4661-8e74-10811c483330", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "72106bb0-5d31-4b9f-8a4c-1c6c0980ad4c", + "positionUid": "a025de3b-623f-48b5-9549-1b9d8eeb05c6", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:59:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2000-01-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BMW@DE": { - "figi": "BBG000BBXB74", - "ticker": "BMW@DE", - "classCode": "SPBDE", - "isin": "DE0005190003", + "DMTK": { + "figi": "BBG00H19F184", + "ticker": "DMTK", + "classCode": "SPBXM", + "isin": "US24984K1051", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Bayerische Motoren Werke AG", - "exchange": "SPB_DE", - "issueSize": "601995196", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", - "issueSizePlan": "0", + "name": "DermTech", + "exchange": "SPB", + "issueSize": "28755668", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", "nominal": { - "currency": "eur", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81c03456-b40b-4da0-a68a-97bbdfffaeca", + "uid": "ef564947-cf66-42cf-aa73-45b2d817952d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dc6e0703-11ee-4220-96eb-52bebac6f950", + "positionUid": "a61dfb9d-929a-4f11-9e72-3f591ec44dd6", "forIisFlag": true, - "first1minCandleDate": "2020-09-01T07:02:00Z", - "first1dayCandleDate": "2020-09-01T07:00:00Z", + "first1minCandleDate": "2021-06-01T13:13:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JJSF": { - "figi": "BBG000BMGPW0", - "ticker": "JJSF", - "classCode": "SPBXM", - "isin": "US4660321096", + "DBK@DE": { + "figi": "BBG000BBZW12", + "ticker": "DBK@DE", + "classCode": "SPBDE", + "isin": "DE0005140008", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "J&J Snack Foods Corp", - "exchange": "SPB", - "issueSize": "18678473", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", + "name": "Deutsche Bank AG", + "exchange": "SPB_DE", + "issueSize": "929499640", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "financial", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23092,20 +22271,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e780e24d-67c6-4251-b9cb-20a6223d435f", + "uid": "107666aa-3160-4835-9a8c-c8ac5f106693", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "75f8c09c-2c06-4ee6-bbad-050a10033d74", + "positionUid": "e91c5977-ea43-4f43-b35a-8cb95a8e84ce", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-03-01T10:22:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MCK": { - "figi": "BBG000DYGNW7", - "ticker": "MCK", + "MDB": { + "figi": "BBG0022FDRY8", + "ticker": "MDB", "classCode": "SPBXM", - "isin": "US58155Q1031", + "isin": "US60937P1066", "lot": 1, "currency": "usd", "klong": { @@ -23117,60 +22296,59 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 501600000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 822500000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 294000000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 350000000 }, - "shortEnabledFlag": false, - "name": "McKesson", - "exchange": "SPB", - "ipoDate": "1928-11-16T00:00:00Z", - "issueSize": "232844521", + "shortEnabledFlag": true, + "name": "MongoDB Inc", + "exchange": "SPB_MORNING", + "issueSize": "41955411", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "82e64ecf-2468-425a-876a-e7fb8ff423aa", + "uid": "6f2c6950-28e5-4d65-8c1e-01f83bf38660", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3df25816-1367-4a69-af39-e8136e9bb38d", + "positionUid": "6fd42e8d-07cb-464c-9a88-74b16d86540b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:59:00Z", - "first1dayCandleDate": "1994-08-24T00:00:00Z", + "first1minCandleDate": "2019-08-05T11:15:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHEF": { - "figi": "BBG001MFW6D6", - "ticker": "CHEF", + "NOK": { + "figi": "BBG000BNGBW9", + "ticker": "NOK", "classCode": "SPBXM", - "isin": "US1630861011", + "isin": "US6549022043", "lot": 1, "currency": "usd", "klong": { @@ -23187,7 +22365,7 @@ }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -23195,104 +22373,103 @@ }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Chefs' Warehouse Inc", + "shortEnabledFlag": false, + "name": "Nokia", "exchange": "SPB", - "ipoDate": "2015-06-26T00:00:00Z", - "issueSize": "30333387", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "issueSize": "5675461159", + "countryOfRisk": "FI", + "countryOfRiskName": "\u0424\u0438\u043d\u043b\u044f\u043d\u0434\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "29fa9cee-8099-4bb3-a982-5101b0640d47", + "uid": "6d1fe262-7e20-4982-9951-1631e925906e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f9a880c-6f18-4188-b2a2-61132dc61bc6", + "positionUid": "dbd150e9-799f-431c-8693-bd6d25892122", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:04:00Z", + "first1dayCandleDate": "1994-07-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMCX": { - "figi": "BBG000H01H92", - "ticker": "AMCX", + "WH": { + "figi": "BBG00HCY3Q67", + "ticker": "WH", "classCode": "SPBXM", - "isin": "US00164V1035", + "isin": "US98311A1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AMC Networks Inc", + "name": "Wyndham Hotels & Resorts", "exchange": "SPB", - "issueSize": "60877998", + "issueSize": "99501593", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "360000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f8630cc-f69f-4bdc-bd77-57e81ace8e2c", + "uid": "db3de0b8-072e-4bdf-bd0a-3ddcae4c4714", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7ffab411-f052-4662-9880-12eed7e88d7d", + "positionUid": "4f7797d9-3cef-4e8b-b6b5-1ac3688c5773", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:29:00Z", - "first1dayCandleDate": "2011-06-16T00:00:00Z", + "first1minCandleDate": "2018-06-07T13:28:00Z", + "first1dayCandleDate": "2018-05-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SRC": { - "figi": "BBG0027Z6X10", - "ticker": "SRC", + "UDR": { + "figi": "BBG000C41023", + "ticker": "UDR", "classCode": "SPBXM", - "isin": "US84860W3007", + "isin": "US9026531049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Spirit Realty Capital REIT", + "name": "UDR REIT", "exchange": "SPB", - "ipoDate": "2012-09-20T00:00:00Z", - "issueSize": "85788263", + "ipoDate": "1990-05-07T00:00:00Z", + "issueSize": "275611046", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "350000000", "nominal": { "currency": "usd", "units": "0", - "nano": 50000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23303,20 +22480,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a24cf031-b728-4d8a-acc7-501d867c73a8", + "uid": "9c691415-d146-47ec-8bc5-ddbf13f0adac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cc91052b-023e-4f6d-b34b-8f2edfe7ace2", + "positionUid": "3386e45c-21be-415f-9f37-0d31f989e460", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T14:34:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PPC": { - "figi": "BBG000BFLXV3", - "ticker": "PPC", + "BLK": { + "figi": "BBG000C2PW58", + "ticker": "BLK", "classCode": "SPBXM", - "isin": "US72147K1088", + "isin": "US09247X1019", "lot": 1, "currency": "usd", "klong": { @@ -23343,15 +22520,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Pilgrim's Pride Corp", - "exchange": "SPB", - "ipoDate": "2014-07-17T00:00:00Z", - "issueSize": "248752508", + "shortEnabledFlag": false, + "name": "BlackRock", + "exchange": "SPB_MORNING", + "ipoDate": "1999-09-30T00:00:00Z", + "issueSize": "152195794", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "150000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", @@ -23361,82 +22538,66 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ce5ff17-2f20-4732-88a9-d91ee31ddf98", + "uid": "cb68f7e9-8fc6-4a1a-839d-2263556d947d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2f46b14f-1b6d-4fe6-8cbd-872ae7def31d", + "positionUid": "5d66c07c-c770-4842-8e8e-c53d5a0ef49f", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T11:16:00Z", + "first1dayCandleDate": "1999-10-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CCK": { - "figi": "BBG000BF6756", - "ticker": "CCK", + "WFC": { + "figi": "BBG000BWQFY7", + "ticker": "WFC", "classCode": "SPBXM", - "isin": "US2283681060", + "isin": "US9497461015", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Crown Holdings Inc", - "exchange": "SPB", - "ipoDate": "1929-05-09T00:00:00Z", - "issueSize": "134307645", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "5", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "1c4e505d-8ea6-4493-a21f-1e8609e925b1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e3ac2b8e-7951-4110-866f-b019a324ee83", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "KNSL": { - "figi": "BBG00D8JD9Z9", - "ticker": "KNSL", - "classCode": "SPBXM", - "isin": "US49714P1084", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Kinsale Capital Group", - "exchange": "SPB", - "issueSize": "22254573", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Wells Fargo & Company", + "exchange": "SPB_MORNING", + "ipoDate": "1962-12-10T00:00:00Z", + "issueSize": "4106410513", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 666000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -23449,77 +22610,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "475640f0-b5cf-4704-ae76-e6f54971b084", + "uid": "7044920e-2ea9-4126-a359-4d3a9fba3c70", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6ccf577f-81e6-4bbe-b4e7-1f21e780ae47", + "positionUid": "efd20f8e-3103-4177-b5b3-b5e22a70ce28", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:06:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SITE": { - "figi": "BBG009T22D49", - "ticker": "SITE", - "classCode": "SPBXM", - "isin": "US82982L1035", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "SiteOne Landscape Supply Inc", - "exchange": "SPB", - "ipoDate": "2016-05-12T00:00:00Z", - "issueSize": "41009649", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "usd", + "SELG": { + "figi": "BBG002458LF8", + "ticker": "SELG", + "classCode": "TQBR", + "isin": "RU000A0JPR50", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 257700000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 380300000 + }, + "dlongMin": { + "units": "0", + "nano": 138500000 + }, + "dshortMin": { + "units": "0", + "nano": 174900000 }, - "apiTradeAvailableFlag": true, - "uid": "0fff97eb-18d7-426f-bf3f-bdf0bd03ae5b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "58065146-5ec2-45a4-8390-365cfdddd0c2", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:46:00Z", - "first1dayCandleDate": "2016-05-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "FME@DE": { - "figi": "BBG000DHXTF1", - "ticker": "FME@DE", - "classCode": "SPBDE", - "isin": "DE0005785802", - "lot": 1, - "currency": "eur", "shortEnabledFlag": false, - "name": "Fresenius Medical Care AG & Co", - "exchange": "SPB_DE", - "issueSize": "306314071", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "health_care", - "issueSizePlan": "0", + "name": "\u0421\u0435\u043b\u0438\u0433\u0434\u0430\u0440", + "exchange": "MOEX", + "ipoDate": "2007-05-23T00:00:00Z", + "issueSize": "992354730", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "50500000", "nominal": { - "currency": "eur", - "units": "0", + "currency": "rub", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23530,32 +22675,57 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8cb08cd7-2504-42b3-a959-9ca788cbb4f9", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0645db42-2937-4fd3-9e58-17ff2bfbe7ef", + "uid": "0d28c01b-f841-4e89-9c92-0ee23d12883a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "0808bc3b-dd81-49d4-a70a-d3754d23ec2a", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T09:04:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2018-03-07T21:03:00Z", + "first1dayCandleDate": "2011-09-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AFMD": { - "figi": "BBG006R5SSH5", - "ticker": "AFMD", + "OKE": { + "figi": "BBG000BQHGR6", + "ticker": "OKE", "classCode": "SPBXM", - "isin": "NL0010872420", + "isin": "US6826801036", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Affimed NV", - "exchange": "SPB", - "issueSize": "62440213", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "health_care", - "issueSizePlan": "155975000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "ONEOK", + "exchange": "SPB_MORNING", + "ipoDate": "1954-05-24T00:00:00Z", + "issueSize": "445660920", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1200000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 10000000 }, @@ -23563,43 +22733,44 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70a81475-a478-4cbc-9c33-a4fc58135249", + "uid": "b29d8edd-7596-4382-9015-9c87c9e8fbd2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df3a7989-6494-4ce3-8c7f-ca7c47eebce7", + "positionUid": "e7537e3d-1052-4ec1-81ae-29363a773fe5", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:19:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EGRX": { - "figi": "BBG005Y3XWH9", - "ticker": "EGRX", + "SIVB": { + "figi": "BBG000BT0CM2", + "ticker": "SIVB", "classCode": "SPBXM", - "isin": "US2697961082", + "isin": "US78486Q1013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Eagle Pharmaceuticals Inc", + "name": "SVB Financial Group", "exchange": "SPB", - "issueSize": "13671172", + "ipoDate": "1983-07-01T00:00:00Z", + "issueSize": "52088461", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23610,34 +22781,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "240e448e-80ac-49a4-b8a0-f1b08386078a", + "uid": "7ab4eca2-3f73-41f0-bdbf-18b741e82bbe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9235af98-9398-44d5-8580-6ed2eae0ce50", + "positionUid": "0ccdb17f-ff0e-4dd4-81e0-0e8dfdf5f1b5", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T08:37:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NJR": { - "figi": "BBG000BPZVW9", - "ticker": "NJR", + "OMC": { + "figi": "BBG000BS9489", + "ticker": "OMC", "classCode": "SPBXM", - "isin": "US6460251068", + "isin": "US6819191064", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "New Jersey Resources Corp", - "exchange": "SPB", - "issueSize": "87594863", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Omnicom Group", + "exchange": "SPB_MORNING", + "ipoDate": "1991-03-01T00:00:00Z", + "issueSize": "227289588", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 150000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -23650,20 +22846,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "133a3fdb-e9b2-46c8-a678-ea1178e79c26", + "uid": "2c542c78-7cba-4bf4-949d-88666a364000", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "87866e9f-7355-4ccb-aed9-01ec767f0aef", + "positionUid": "6a2c2356-bcd8-456c-ad2e-c9278db5e098", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TSM": { - "figi": "BBG000BD8ZK0", - "ticker": "TSM", + "ZYXI": { + "figi": "BBG000BJBXZ2", + "ticker": "ZYXI", "classCode": "SPBXM", - "isin": "US8740391003", + "isin": "US98986M1036", "lot": 1, "currency": "usd", "klong": { @@ -23676,75 +22872,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 501600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 294000000 }, "shortEnabledFlag": true, - "name": "Taiwan Semiconductor Manufacturing", + "name": "Zynex Inc", "exchange": "SPB", - "issueSize": "5186076092", - "countryOfRisk": "TW", - "countryOfRiskName": "", - "sector": "it", - "issueSizePlan": "0", + "ipoDate": "2018-07-26T00:00:00Z", + "issueSize": "32743250", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7d24ab0a-e707-4a9e-8d78-6ee07e164881", + "uid": "3ec5f178-d5a2-4962-a783-e5b9500e9f0f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e65c2105-85f1-4739-9d1e-5650f986edc3", + "positionUid": "ef920b35-29a4-467f-bc76-e0ea881efa0e", "forIisFlag": true, - "first1minCandleDate": "2019-04-17T11:00:00Z", - "first1dayCandleDate": "1997-10-08T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:28:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MHO": { - "figi": "BBG000BL9MZ4", - "ticker": "MHO", + "USNA": { + "figi": "BBG000BX28M0", + "ticker": "USNA", "classCode": "SPBXM", - "isin": "US55305B1017", + "isin": "US90328M1071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "M/I Homes Inc", + "name": "USANA Health Sciences Inc", "exchange": "SPB", - "ipoDate": "1993-11-02T00:00:00Z", - "issueSize": "28142916", + "issueSize": "21643055", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "58000000", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23755,37 +22951,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21b85476-9718-4b49-989d-95e9d28ed008", + "uid": "022ba2c7-d18d-443e-b4ec-b14e2f28c115", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "12e168b7-19e1-43c5-90c2-387a075b15f4", + "positionUid": "e9f72393-1f39-4085-89db-536624cd3c17", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1minCandleDate": "2019-10-31T13:32:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AIR": { - "figi": "BBG000BBGQF1", - "ticker": "AIR", + "AGCO": { + "figi": "BBG000DCCZW2", + "ticker": "AGCO", "classCode": "SPBXM", - "isin": "US0003611052", + "isin": "US0010841023", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AAR Corp", + "name": "AGCO Corp", "exchange": "SPB", - "ipoDate": "1967-01-01T00:00:00Z", - "issueSize": "34729373", + "ipoDate": "1992-04-16T00:00:00Z", + "issueSize": "76512465", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "100000000", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23796,22 +22992,63 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "61ba1b2d-4a82-4518-8965-d32aba768f0d", + "uid": "9f808970-0956-4a6f-8d4c-d9290d06b3b7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "abd8d117-2ebf-472a-a96d-17decabf51c1", + "positionUid": "b720045c-b2dc-4b59-a56f-8e985512b9b4", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:51:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "1992-04-16T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "HXL": { + "figi": "BBG000BLMDQ9", + "ticker": "HXL", + "classCode": "SPBXM", + "isin": "US4282911084", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Hexcel Corp", + "exchange": "SPB", + "ipoDate": "1983-05-02T00:00:00Z", + "issueSize": "91508771", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c52641ee-c14c-40a4-93b9-6f6ee335d646", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2f67a85b-5cb7-46ec-b7c3-434dad6b8755", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:35:00Z", "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRKP": { - "figi": "BBG000VG1034", - "ticker": "MRKP", - "classCode": "TQBR", - "isin": "RU000A0JPN96", - "lot": 10000, - "currency": "rub", + "RBLX": { + "figi": "BBG001R1GCT0", + "ticker": "RBLX", + "classCode": "SPBXM", + "isin": "US7710491033", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -23822,116 +23059,116 @@ }, "dlong": { "units": "0", - "nano": 351600000 + "nano": 754000000 }, "dshort": { - "units": "0", - "nano": 415400000 + "units": "1", + "nano": 262000000 }, "dlongMin": { "units": "0", - "nano": 194700000 + "nano": 504000000 }, "dshortMin": { "units": "0", - "nano": 189700000 + "nano": 504000000 }, "shortEnabledFlag": false, - "name": "Россети Центр и Приволжье", - "exchange": "MOEX", - "ipoDate": "2007-08-20T00:00:00Z", - "issueSize": "112697817043", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "100000000", + "name": "ROBLOX Corp", + "exchange": "SPB", + "issueSize": "493163464", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "4935000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a41ec6e-edf0-4863-9ec0-fb3a5c6811e2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "89daac00-893a-423a-b4b4-72d587e154be", + "uid": "24a00984-04d3-4076-9de6-4647b53ebd88", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5bb05fc0-392c-4160-8616-ce1457a43907", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:52:00Z", - "first1dayCandleDate": "2008-04-08T00:00:00Z", + "first1minCandleDate": "2021-07-16T11:31:00Z", + "first1dayCandleDate": "2021-07-16T07:00:00Z", "type": "Shares", - "step": 0.0001 + "step": 0.01 }, - "SMTC": { - "figi": "BBG000DBKR53", - "ticker": "SMTC", + "MTN": { + "figi": "BBG000BCMWM1", + "ticker": "MTN", "classCode": "SPBXM", - "isin": "US8168501018", + "isin": "US91879Q1094", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Semtech Corp", + "name": "Vail Resorts Inc", "exchange": "SPB", - "issueSize": "66677107", + "ipoDate": "1997-02-04T00:00:00Z", + "issueSize": "40196699", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8885d421-fe2c-410a-850b-245c149fc84d", + "uid": "a0b558eb-c5ce-431d-b59c-6e696f1b0b4b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9dd20a21-606b-4111-90a6-d744b9a5ff6f", + "positionUid": "3df5bea7-50b3-4e2b-8e0d-4d4609b29c42", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:13:00Z", + "first1dayCandleDate": "1997-02-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MMS": { - "figi": "BBG000BC5WJ4", - "ticker": "MMS", + "IDCC": { + "figi": "BBG000HLJ7M4", + "ticker": "IDCC", "classCode": "SPBXM", - "isin": "US5779331041", + "isin": "US45867G1013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MAXIMUS Inc", + "name": "InterDigital", "exchange": "SPB", - "ipoDate": "1997-06-12T00:00:00Z", - "issueSize": "63797978", + "ipoDate": "1981-11-01T00:00:00Z", + "issueSize": "33842244", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -23942,60 +23179,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b0f8b3a3-6614-4326-b7e7-f130b5bb78e8", + "uid": "6526320a-68d5-4cdd-b519-2a827abb4647", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4ad905ec-027d-41a0-b087-fa4e4193e7d3", + "positionUid": "b6bb157a-0d12-475e-b530-34e463020173", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:33:00Z", - "first1dayCandleDate": "1997-06-13T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DTE@DE": { - "figi": "BBG000HJTMS9", - "ticker": "DTE@DE", - "classCode": "SPBDE", - "isin": "DE0005557508", + "NIC": { + "figi": "BBG000QK0TG5", + "ticker": "NIC", + "classCode": "SPBXM", + "isin": "US65406E1029", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Deutsche Telekom AG", - "exchange": "SPB_DE", - "issueSize": "4676902033", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "telecom", + "name": "Nicolet Bankshares", + "exchange": "SPB", + "issueSize": "10417695", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "baf77b85-893a-4260-bf90-14d1ea7328b1", + "uid": "6dfc0cd0-9012-4b19-b288-712fd5280a73", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bb7640fe-d562-4269-b749-4b7d13eb71cf", + "positionUid": "8bf04baa-d63a-450f-bc37-f7899a23b7c0", "forIisFlag": true, - "first1minCandleDate": "2020-09-29T07:15:00Z", - "first1dayCandleDate": "2020-09-29T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:29:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "F": { - "figi": "BBG000BQPC32", - "ticker": "F", + "RCL": { + "figi": "BBG000BB5792", + "ticker": "RCL", "classCode": "SPBXM", - "isin": "US3453708600", + "isin": "LR0008862868", "lot": 1, "currency": "usd", "klong": { @@ -24023,14 +23260,14 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Ford", - "exchange": "SPB", - "ipoDate": "1956-01-26T00:00:00Z", - "issueSize": "3923912316", + "name": "Royal Caribbean Cruises", + "exchange": "SPB_MORNING", + "ipoDate": "1993-04-27T00:00:00Z", + "issueSize": "215241400", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "6000000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", @@ -24047,126 +23284,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d433c6b-d972-48c2-9724-800776d1c70f", + "uid": "85450a36-98f8-4a71-a1b3-9a5116b6acd8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "78f759ed-65ce-4611-80c4-0afb5d92cbbd", + "positionUid": "c476914d-f6d7-4252-a9fd-7490fb4607c0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:43:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1993-04-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KAZTP": { - "figi": "BBG002B9T6Y1", - "ticker": "KAZTP", - "classCode": "TQBR", - "isin": "RU000A0B9BW0", - "lot": 10, - "currency": "rub", + "NOV": { + "figi": "BBG000BJX8C8", + "ticker": "NOV", + "classCode": "SPBXM", + "isin": "US62955J1034", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "КуйбышевАзот - Акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2003-07-22T00:00:00Z", - "issueSize": "3696506", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "3696506", + "name": "National Oilwell Varco", + "exchange": "SPB_MORNING", + "ipoDate": "1996-10-28T00:00:00Z", + "issueSize": "390643228", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3240b205-4718-47d2-8650-8bdc89533fd8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d360cbdd-561a-475a-9cf0-718e385860cd", + "uid": "61c9992c-ce35-481a-922b-8799bc3dbbd4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6c5ee975-313d-48eb-bf9e-c97f4501bd3e", "forIisFlag": true, - "first1minCandleDate": "2018-03-13T17:01:00Z", - "first1dayCandleDate": "2018-03-13T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1996-10-29T00:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "LKOH": { - "figi": "BBG004731032", - "ticker": "LKOH", - "classCode": "TQBR", - "isin": "RU0009024277", + "TOST": { + "figi": "BBG00BTJVK94", + "ticker": "TOST", + "classCode": "SPBXM", + "isin": "US8887871080", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 404300000 - }, - "dshort": { - "units": "0", - "nano": 784900000 - }, - "dlongMin": { - "units": "0", - "nano": 228200000 - }, - "dshortMin": { - "units": "0", - "nano": 336000000 - }, - "shortEnabledFlag": true, - "name": "ЛУКОЙЛ", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2003-06-25T00:00:00Z", - "issueSize": "692865762", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "850563255", + "currency": "usd", + "shortEnabledFlag": false, + "name": "Toast", + "exchange": "SPB", + "issueSize": "21739131", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "25000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 25000000 + "nano": 1000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "02cfdf61-6298-4c0f-a9ca-9cabc82afaf3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", + "uid": "a52259a3-7e39-4b85-8af0-cc39da74ee68", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d24ab052-70ca-4127-be02-f2a0ef11409c", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", + "first1minCandleDate": "2021-09-22T15:40:00Z", + "first1dayCandleDate": "2021-09-22T07:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "GLW": { - "figi": "BBG000BKFZM4", - "ticker": "GLW", + "ASTR": { + "figi": "BBG00W7FG4V8", + "ticker": "ASTR", "classCode": "SPBXM", - "isin": "US2193501051", + "isin": "US04634X1037", "lot": 1, "currency": "usd", "klong": { @@ -24179,156 +23391,154 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 754000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 262000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 504000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 504000000 }, "shortEnabledFlag": true, - "name": "Corning", + "name": "Astra Space", "exchange": "SPB", - "issueSize": "854032129", + "issueSize": "100000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "3800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e118e3d8-0576-476a-844a-89b37e6b16ec", + "uid": "ad4d267d-1c16-4e10-9581-0518a26850d5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3f5adae6-68bf-4c08-94d2-aa3a105991a1", + "positionUid": "59bb1f62-0ecf-4558-87c9-3db110d3af3f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-09-03T11:35:00Z", + "first1dayCandleDate": "2021-09-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HQY": { - "figi": "BBG000TYXCT9", - "ticker": "HQY", + "HWM": { + "figi": "BBG00DYNJGH9", + "ticker": "HWM", "classCode": "SPBXM", - "isin": "US42226A1079", + "isin": "US4432011082", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "HealthEquity Inc", + "name": "Howmet Aerospace", "exchange": "SPB", - "ipoDate": "2014-07-31T00:00:00Z", - "issueSize": "62471952", + "issueSize": "428912175", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5df95134-bf55-4839-9a45-4afa541cbaf0", + "uid": "119b1192-62c3-40d5-9e6f-5489fa9ea08a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3c0c420d-d70b-4d9e-a468-355c20a921a8", + "positionUid": "118c6d59-7857-4367-8018-f5d0d484ae6e", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2014-07-31T00:00:00Z", + "first1minCandleDate": "2020-04-07T07:02:00Z", + "first1dayCandleDate": "2020-04-07T07:00:00Z", "type": "Shares", "step": 0.01 }, - "INVH": { - "figi": "BBG00FQH6BS9", - "ticker": "INVH", + "TASK": { + "figi": "BBG009CL6VK3", + "ticker": "TASK", "classCode": "SPBXM", - "isin": "US46187W1071", + "isin": "US87652V1098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Invitation Homes REIT", + "name": "TaskUs", "exchange": "SPB", - "issueSize": "520540209", + "issueSize": "15180000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6b193dc1-608b-4a31-b291-3241ee7e3254", + "uid": "d02e057b-3535-4e41-bfff-814b86cf2490", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "60ad2e2f-ae62-49eb-acd6-4c524b88df50", + "positionUid": "09a67947-4782-48ca-814b-282361dff2cd", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:43:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HCCI": { - "figi": "BBG000CCFB17", - "ticker": "HCCI", + "RETA": { + "figi": "BBG000R33BD1", + "ticker": "RETA", "classCode": "SPBXM", - "isin": "US42726M1062", + "isin": "US75615P1030", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Heritage-Crystal Clean Inc", + "name": "Reata Pharmaceuticals Inc", "exchange": "SPB", - "ipoDate": "2008-03-12T00:00:00Z", - "issueSize": "23125474", + "issueSize": "24765410", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "26000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -24339,99 +23549,74 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a7406393-8952-4ded-9a73-21fc5c514d2b", + "uid": "5d5d3d48-7dd4-4ce6-84b9-4d2e385cea69", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba0994ff-26e5-40f0-a12e-2ed9ac7a4618", + "positionUid": "c69c29ce-f778-401e-84d8-6fbb23967d31", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2008-03-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:28:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PIPR": { - "figi": "BBG000FQXC75", - "ticker": "PIPR", + "AVLR": { + "figi": "BBG000R4Y9C1", + "ticker": "AVLR", "classCode": "SPBXM", - "isin": "US7240781002", + "isin": "US05338G1067", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Piper Sandler Companies", + "name": "Avalara Inc", "exchange": "SPB", - "issueSize": "17318184", + "issueSize": "69950469", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e31321f3-9655-4fe1-8492-3fdc5db33ae2", + "uid": "7345231e-bb61-49c5-bd4f-f1407a841f1d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f8c9298a-d50b-4025-b666-125d7dddc05f", + "positionUid": "83ab44fa-0532-44a3-91a8-98878b59d0e4", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:52:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:24:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PLZL": { - "figi": "BBG000R607Y3", - "ticker": "PLZL", - "classCode": "TQBR", - "isin": "RU000A0JNAA8", + "IOSP": { + "figi": "BBG000BMFNP4", + "ticker": "IOSP", + "classCode": "SPBXM", + "isin": "US45768S1050", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 301000000 - }, - "dshort": { - "units": "0", - "nano": 262500000 - }, - "dlongMin": { - "units": "0", - "nano": 163900000 - }, - "dshortMin": { - "units": "0", - "nano": 123600000 - }, - "shortEnabledFlag": true, - "name": "Полюс Золото", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2006-04-27T00:00:00Z", - "issueSize": "136069400", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "currency": "usd", + "shortEnabledFlag": false, + "name": "Innospec", + "exchange": "SPB", + "issueSize": "24560830", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "materials", - "issueSizePlan": "190627747", + "issueSizePlan": "40000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -24441,23 +23626,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10620843-28ce-44e8-80c2-f26ceb1bd3e1", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", + "uid": "16933d0c-3186-4058-b161-974b999e4bf9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6f8a6ccc-48ab-4a97-a9d8-873e4df810f7", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:35:00Z", - "first1dayCandleDate": "2006-05-12T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:29:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "DE": { - "figi": "BBG000BH1NH9", - "ticker": "DE", + "TWOU": { + "figi": "BBG001KS9450", + "ticker": "TWOU", "classCode": "SPBXM", - "isin": "US2441991054", + "isin": "US90214J1016", "lot": 1, "currency": "usd", "klong": { @@ -24484,167 +23669,110 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Deere & Company", - "exchange": "SPB", - "ipoDate": "1943-07-06T00:00:00Z", - "issueSize": "316700104", + "shortEnabledFlag": true, + "name": "2U Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2014-03-28T00:00:00Z", + "issueSize": "58470718", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd977e65-6813-4ed0-ad3f-92d3863b977c", + "uid": "7aba1d34-9fed-48f1-85b8-088b46824e30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3f0bddfd-bdd8-42d3-9155-96c335629439", + "positionUid": "6ae0eeea-4a62-44b7-b267-e1cd842cdebf", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:19:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:24:00Z", + "first1dayCandleDate": "2014-03-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "XP": { - "figi": "BBG00QVJYGM9", - "ticker": "XP", - "classCode": "SPBXM", - "isin": "KYG982391099", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "XP Inc", - "exchange": "SPB", - "issueSize": "359681346", - "countryOfRisk": "BR", - "countryOfRiskName": "Федеративная Республика Бразилия", - "sector": "financial", - "issueSizePlan": "3500000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000 + "AGRO": { + "figi": "BBG007N0Z367", + "ticker": "AGRO", + "classCode": "TQBR", + "isin": "US7496552057", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 910000000 }, - "apiTradeAvailableFlag": true, - "uid": "1e601efe-8be2-4138-9e1b-4f2255d57d55", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c40007a5-bd9c-488d-8887-046309ba2343", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:28:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "EPAY": { - "figi": "BBG000BRNH31", - "ticker": "EPAY", - "classCode": "SPBXM", - "isin": "US1013881065", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Bottomline Technologies DE Inc", - "exchange": "SPB", - "ipoDate": "1999-02-11T00:00:00Z", - "issueSize": "40680451", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "dshort": { + "units": "1", + "nano": 890000000 + }, + "dlongMin": { "units": "0", - "nano": 1000000 + "nano": 700000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 700000000 }, - "apiTradeAvailableFlag": true, - "uid": "e2351ec7-c06f-450d-8468-7e0d56a5bd1d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "191703e8-1abf-4818-ad5a-3aea34e930a7", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1999-02-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MAA": { - "figi": "BBG000BLMY92", - "ticker": "MAA", - "classCode": "SPBXM", - "isin": "US59522J1034", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Mid-America Apartment REIT", - "exchange": "SPB", - "ipoDate": "1994-01-27T00:00:00Z", - "issueSize": "113627014", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "145000000", + "shortEnabledFlag": true, + "name": "\u0420\u0443\u0441\u0410\u0433\u0440\u043e", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2011-04-08T00:00:00Z", + "issueSize": "134531352", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "297cf988-8a17-4e72-bd55-42dd92fcc62a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d3535a4b-8368-4674-ae35-7ce6bf8007e5", + "uid": "46ae47ee-f409-4776-bf20-43a040b9e7fb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f8a4d4f3-92a8-4f09-b77b-127d588ddf04", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1994-01-28T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:42:00Z", + "first1dayCandleDate": "2014-12-01T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "FL": { - "figi": "BBG000BX8DC4", - "ticker": "FL", + "GOOGL": { + "figi": "BBG009S39JX6", + "ticker": "GOOGL", "classCode": "SPBXM", - "isin": "US3448491049", + "isin": "US02079K3059", "lot": 1, "currency": "usd", "klong": { @@ -24661,7 +23789,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 499900000 }, "dlongMin": { "units": "0", @@ -24671,125 +23799,150 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Foot Locker", - "exchange": "SPB", - "ipoDate": "1912-06-26T00:00:00Z", - "issueSize": "145645546", + "shortEnabledFlag": true, + "name": "Alphabet Class A", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2004-08-19T00:00:00Z", + "issueSize": "6015272440", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "180000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13aba77b-88a3-454f-b156-48e2ca831959", + "uid": "eebfe2f2-7bf3-40e2-a8f1-4898cc16ca1f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a5032149-8a47-45a1-9ed2-4c9594770d5c", + "positionUid": "4c2090c8-3f9d-424f-8f74-ef872eb46eae", "forIisFlag": true, - "first1minCandleDate": "2018-03-06T14:01:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:12:00Z", + "first1dayCandleDate": "2004-08-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "REX": { - "figi": "BBG000D2ZK61", - "ticker": "REX", + "IIPR": { + "figi": "BBG00F0SW7N8", + "ticker": "IIPR", "classCode": "SPBXM", - "isin": "US7616241052", + "isin": "US45781V1017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "REX American Resources Corp", + "name": "Innovative Industrial Properties REIT", "exchange": "SPB", - "issueSize": "6274419", + "issueSize": "9775800", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "45000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "50000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "467cd8dd-4fc5-4466-b8ef-24ec635deeda", + "uid": "632ec9da-3f29-4c96-b90d-693cb66028fe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7db74767-8705-442d-b580-6b5667527c9d", + "positionUid": "7a962eb4-cb53-4a0c-912a-8c05a75227ab", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:41:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:39:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PGNY": { - "figi": "BBG002H1K1H1", - "ticker": "PGNY", + "TAL": { + "figi": "BBG0016XJ8S0", + "ticker": "TAL", "classCode": "SPBXM", - "isin": "US74340E1038", + "isin": "US8740801043", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "6", + "nano": 128900000 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 670000000 + }, "shortEnabledFlag": false, - "name": "Progyny Inc", + "name": "TAL Education Group", "exchange": "SPB", - "issueSize": "75474794", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000000000", + "ipoDate": "2010-10-20T00:00:00Z", + "issueSize": "443998866", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 333300000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b8cc859-6f96-43a7-b7e5-5d70272ddbb6", + "uid": "0b8991f9-f6f3-4251-a99c-113abaf6c388", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "50813aad-30c2-4817-8481-72554f68fedf", + "positionUid": "c72bdab9-5904-4459-a64b-86c67e271a4b", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T12:13:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-05-28T13:30:00Z", + "first1dayCandleDate": "2010-10-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NVTA": { - "figi": "BBG005DJFD43", - "ticker": "NVTA", + "GTHX": { + "figi": "BBG005F1DK91", + "ticker": "GTHX", "classCode": "SPBXM", - "isin": "US46185L1035", + "isin": "US3621LQ1099", "lot": 1, "currency": "usd", "klong": { @@ -24802,34 +23955,35 @@ }, "dlong": { "units": "0", - "nano": 559100000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 784900000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 336000000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 420000000 }, - "shortEnabledFlag": false, - "name": "Invitae Corp", + "shortEnabledFlag": true, + "name": "G1 Therapeutics Inc", "exchange": "SPB", - "issueSize": "50218987", + "ipoDate": "2014-12-12T00:00:00Z", + "issueSize": "42348337", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "400000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -24840,73 +23994,57 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c799669f-231c-477b-b3b1-85eb90832018", + "uid": "98ae1ce4-d50b-4d92-815a-b1f371897a38", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c24ad689-384c-43ad-9720-92f282ed1cf6", + "positionUid": "77005755-143b-43e6-a4fa-5f59a2d35f76", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T08:00:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DORM": { - "figi": "BBG000BM22F5", - "ticker": "DORM", - "classCode": "SPBXM", - "isin": "US2582781009", + "TATNP": { + "figi": "BBG004S68829", + "ticker": "TATNP", + "classCode": "TQBR", + "isin": "RU0006944147", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Dorman Products Inc", - "exchange": "SPB", - "ipoDate": "1991-03-12T00:00:00Z", - "issueSize": "32936681", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", - "nominal": { - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 215200000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 325900000 }, - "apiTradeAvailableFlag": true, - "uid": "8b84da1d-3f04-464d-8847-0339658d1fe4", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "83190887-5143-4ff9-8e78-e0e02c4d015b", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1991-03-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "COKE": { - "figi": "BBG000BG1SX2", - "ticker": "COKE", - "classCode": "SPBXM", - "isin": "US1910981026", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Coca-Cola Consolidated Inc", - "exchange": "SPB", - "issueSize": "7141447", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "30000000", + "dlongMin": { + "units": "0", + "nano": 114100000 + }, + "dshortMin": { + "units": "0", + "nano": 151500000 + }, + "shortEnabledFlag": true, + "name": "\u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c - \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2001-10-26T00:00:00Z", + "issueSize": "147508500", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "147508500", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1", "nano": 0 }, @@ -24915,67 +24053,67 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "f8f835f0-6018-4666-8b18-0da3e0d37bb1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7d371db9-2148-42e1-a259-5207f9d9d2d3", + "uid": "efdb54d3-2f92-44da-b7a3-8849e96039f6", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "25d48d77-b2bc-4617-ba87-eeaa06f2cf2c", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:35:00Z", + "first1dayCandleDate": "2007-07-12T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "MD": { - "figi": "BBG000H8LGK2", - "ticker": "MD", + "MUR": { + "figi": "BBG000BPMH90", + "ticker": "MUR", "classCode": "SPBXM", - "isin": "US58502B1061", + "isin": "US6267171022", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Pediatrix Medical Group", - "exchange": "SPB", - "ipoDate": "1995-09-19T00:00:00Z", - "issueSize": "94495182", + "name": "Murphy Oil", + "exchange": "SPB_MORNING", + "ipoDate": "1956-05-01T00:00:00Z", + "issueSize": "172200075", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c420b0a5-1e45-42a4-baac-47162ec73dd7", + "uid": "fbf7839d-9d07-41bb-875f-64a928bd2bf0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "27a154be-a194-4ecc-a438-a7377fd53fa6", + "positionUid": "d63e830e-00d8-410d-9d7f-1f3f85857623", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "1995-09-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MDLZ": { - "figi": "BBG000D4LWF6", - "ticker": "MDLZ", + "NDAQ": { + "figi": "BBG000F5VVB6", + "ticker": "NDAQ", "classCode": "SPBXM", - "isin": "US6092071058", + "isin": "US6311031081", "lot": 1, "currency": "usd", "klong": { @@ -24992,7 +24130,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 499900000 }, "dlongMin": { "units": "0", @@ -25002,126 +24140,46 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Mondelez", - "exchange": "SPB", - "ipoDate": "2001-06-13T00:00:00Z", - "issueSize": "1397817443", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "319e0cdc-0af1-49b9-aec9-ac72b1e2d53e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1200b015-16e6-4a65-9c7e-16589df9805f", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2001-06-13T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BL": { - "figi": "BBG0029KJVB0", - "ticker": "BL", - "classCode": "SPBXM", - "isin": "US09239B1098", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Blackline Inc", + "name": "Nasdaq", "exchange": "SPB", - "issueSize": "55639281", + "issueSize": "491226222", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7e02527a-4dbe-4a85-a327-d6af2e0c70ad", + "uid": "350b707e-1353-49c1-b0fa-06118d0fdf78", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5517b48f-3230-4dbe-8e97-04fd38d8a227", + "positionUid": "abea6c75-bfcf-4c1e-91fb-9707cb8eed3e", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2002-07-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AME": { - "figi": "BBG000B9XG87", - "ticker": "AME", + "ALLO": { + "figi": "BBG00KHRRDX3", + "ticker": "ALLO", "classCode": "SPBXM", - "isin": "US0311001004", + "isin": "US0197701065", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "AMETEK", - "exchange": "SPB", - "ipoDate": "1930-07-01T00:00:00Z", - "issueSize": "231117205", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "840d4cc6-93a3-474d-a600-07330bdc1eda", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d05695f-46e9-4b2d-acc0-6b3f14398a14", - "forIisFlag": true, - "type": "Shares", - "step": 0.01 - }, - "BSPB": { - "figi": "BBG000QJW156", - "ticker": "BSPB", - "classCode": "TQBR", - "isin": "RU0009100945", - "lot": 10, - "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -25132,75 +24190,74 @@ }, "dlong": { "units": "0", - "nano": 317300000 + "nano": 739900000 }, "dshort": { - "units": "0", - "nano": 662100000 + "units": "1", + "nano": 220100000 }, "dlongMin": { "units": "0", - "nano": 173700000 + "nano": 490000000 }, "dshortMin": { "units": "0", - "nano": 289200000 + "nano": 490000000 }, "shortEnabledFlag": false, - "name": "Банк Санкт-Петербург", - "exchange": "MOEX", - "ipoDate": "1992-11-19T00:00:00Z", - "issueSize": "475554232", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "13090000", + "name": "Allogene Therapeutics Inc", + "exchange": "SPB", + "issueSize": "121539320", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1e19953d-01c6-4ecd-a5f4-53ae3ed44029", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bef71145-9cf9-4135-af9d-5ba02772ec1a", + "uid": "6faf1008-bb5b-4470-9b45-462fc203d985", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1c941471-0427-4407-8b34-ddaa8f7e65cd", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:37:00Z", - "first1dayCandleDate": "2007-12-18T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "2007": { - "figi": "BBG000QQCY41", - "ticker": "2007", - "classCode": "SPBHKEX", - "isin": "KYG245241032", - "lot": 100, - "currency": "hkd", + "ADS@DE": { + "figi": "BBG000FR1RP5", + "ticker": "ADS@DE", + "classCode": "SPBDE", + "isin": "DE000A1EWWW0", + "lot": 1, + "currency": "eur", "shortEnabledFlag": false, - "name": "Country Garden Holdings", - "exchange": "SPB_HK", - "issueSize": "22035408726", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "real_estate", + "name": "Adidas", + "exchange": "SPB_DE", + "issueSize": "209216186", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", "issueSizePlan": "0", "nominal": { - "currency": "hkd", + "currency": "eur", "units": "0", - "nano": 100000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -25211,36 +24268,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d5110c0c-80d6-4826-b948-544faab0091c", + "uid": "cc9cfbd4-f231-47b9-a7c3-3444f593bfa6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a56a0c7-2977-49ac-8939-65ba8f9e5d09", + "positionUid": "ccb6579f-23c4-4687-b524-825b0c6d8675", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:25:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2020-09-29T07:03:00Z", + "first1dayCandleDate": "2020-09-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MLKN": { - "figi": "BBG000BP46T2", - "ticker": "MLKN", + "AOS": { + "figi": "BBG000BC1L02", + "ticker": "AOS", "classCode": "SPBXM", - "isin": "US6005441000", + "isin": "US8318652091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MillerKnoll", + "name": "A. O. Smith Corporation", "exchange": "SPB", - "issueSize": "58812564", + "issueSize": "145815700", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", "issueSizePlan": "240000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 200000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -25251,125 +24308,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c901a56-5c9b-4257-9f09-fd038fb1d559", + "uid": "4697a290-137e-4379-bcb1-c044de66793d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc85616d-db48-46cb-8101-012dbb39476c", + "positionUid": "c4cd7618-dc84-4b37-af47-3dd684d2e7c7", "forIisFlag": true, - "first1minCandleDate": "2021-11-04T12:58:00Z", - "first1dayCandleDate": "2021-11-04T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "1989-05-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SBH": { - "figi": "BBG000LR8515", - "ticker": "SBH", - "classCode": "SPBXM", - "isin": "US79546E1047", - "lot": 1, - "currency": "usd", + "VEON-RX": { + "figi": "BBG00R4Z2NT4", + "ticker": "VEON-RX", + "classCode": "TQBR", + "isin": "BMG9349W1038", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Sally Beauty Holdings Inc", - "exchange": "SPB", - "ipoDate": "2016-07-28T00:00:00Z", - "issueSize": "125102746", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "name": "VEON", + "exchange": "MOEX", + "issueSize": "1756731135", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "c4d54656-38e4-47ed-a8ae-7f5ea551bfb9", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "024adc16-07ec-4663-a5ac-b390700ac058", + "uid": "f1374f83-7934-41f7-a210-097ed5beecd5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e772aabd-45bd-40c3-884e-b46a9bd7b96d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:31:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-11-26T07:00:00Z", + "first1dayCandleDate": "2021-11-26T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.05 }, - "FSLY": { - "figi": "BBG004NLQHL0", - "ticker": "FSLY", + "AVY": { + "figi": "BBG000BCQ4P6", + "ticker": "AVY", "classCode": "SPBXM", - "isin": "US31188V1008", + "isin": "US0536111091", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 910000000 - }, - "dshort": { - "units": "1", - "nano": 986000000 - }, - "dlongMin": { - "units": "0", - "nano": 700000000 - }, - "dshortMin": { - "units": "0", - "nano": 728000000 - }, - "shortEnabledFlag": true, - "name": "Fastly Inc", + "shortEnabledFlag": false, + "name": "Avery Dennison", "exchange": "SPB", - "issueSize": "11250000", + "ipoDate": "1967-06-20T00:00:00Z", + "issueSize": "87927816", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 20000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c29571da-79cc-407c-8cd4-6fd5363714f1", + "uid": "81d56973-9ec0-41cb-9448-2a96b3fb7acc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "02e43165-4618-4b07-93e5-1e5c74fc26e6", + "positionUid": "55ad3cd9-f8b1-4a84-a75a-83d0dd81a9e1", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:28:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LHX": { - "figi": "BBG000BLGFJ9", - "ticker": "LHX", + "CB": { + "figi": "BBG000BR14K5", + "ticker": "CB", "classCode": "SPBXM", - "isin": "US5024311095", + "isin": "CH0044328745", "lot": 1, "currency": "usd", "klong": { @@ -25396,19 +24429,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "L3Harris Technologies Inc", - "exchange": "SPB", - "ipoDate": "1955-07-13T00:00:00Z", - "issueSize": "81265245", + "shortEnabledFlag": false, + "name": "Chubb", + "exchange": "SPB_MORNING", + "ipoDate": "1993-03-24T00:00:00Z", + "issueSize": "479783864", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "currency": "chf", + "units": "24", + "nano": 150000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -25421,34 +24454,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6792328e-7839-4408-97d0-80163b383473", + "uid": "746f619a-cef1-44b2-8cb1-8a53f9fc3b84", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "73c7bf34-4011-48a4-b25b-ee1fed0cddd8", + "positionUid": "e0b32b76-b91b-454e-8555-0ae13d5b5d9f", "forIisFlag": true, - "first1minCandleDate": "2019-07-05T13:04:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1993-03-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CDLX": { - "figi": "BBG00225ZDD0", - "ticker": "CDLX", + "ESTC": { + "figi": "BBG00LWZDYB9", + "ticker": "ESTC", "classCode": "SPBXM", - "isin": "US14161W1053", + "isin": "NL0013056914", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cardlytics Inc", - "exchange": "SPB", - "issueSize": "26967594", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "100000000", + "name": "Elastic NV", + "exchange": "SPB_MORNING", + "issueSize": "33553263", + "countryOfRisk": "NL", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u043e\u0432", + "sector": "it", + "issueSizePlan": "72000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -25461,36 +24494,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60a881f4-233c-4b75-bb47-76cfc2fc1302", + "uid": "bd5d4a93-fa1d-4261-b988-2e33371c7739", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ade57fe-0573-47cf-923c-c243a943ea80", + "positionUid": "2bc47093-89ce-478e-960a-1224e4ca75dc", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-12-28T09:04:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IGMS": { - "figi": "BBG00PNR1BT2", - "ticker": "IGMS", + "CYRX": { + "figi": "BBG000PNTXP0", + "ticker": "CYRX", "classCode": "SPBXM", - "isin": "US4495851085", + "isin": "US2290503075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "IGM Biosciences Inc", + "name": "Cryoport", "exchange": "SPB", - "issueSize": "24159705", + "issueSize": "27339977", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "1000000000", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -25501,20 +24534,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5325952b-ad4e-498b-8433-7407c959c9b6", + "uid": "f7fa9d57-8c5a-437d-9281-44ad9112a90f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1827a665-d0b0-47f1-8733-8ec5c403d7e1", + "positionUid": "d84602e7-ddac-4f4d-9421-979dac789e36", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2022-01-28T13:58:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ARMK": { - "figi": "BBG001KY4N87", - "ticker": "ARMK", + "SQ": { + "figi": "BBG0018SLC07", + "ticker": "SQ", "classCode": "SPBXM", - "isin": "US03852U1060", + "isin": "US8522341036", "lot": 1, "currency": "usd", "klong": { @@ -25531,7 +24564,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 532600000 }, "dlongMin": { "units": "0", @@ -25539,86 +24572,61 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 238000000 }, - "shortEnabledFlag": false, - "name": "Aramark", - "exchange": "SPB", - "ipoDate": "2013-12-12T00:00:00Z", - "issueSize": "246296999", + "shortEnabledFlag": true, + "name": "Block", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2015-11-19T00:00:00Z", + "issueSize": "397396181", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca05586d-b2c7-4184-b0c0-5b5c9e9bbcb0", + "uid": "7b40af88-c3c7-4135-84af-c6f3e0390775", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7c9c1977-631d-499b-ac85-eadadcc46c80", + "positionUid": "54ab7b42-4e5f-4943-a834-5852d5a7e8dd", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:31:00Z", - "first1dayCandleDate": "2013-12-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:00:00Z", + "first1dayCandleDate": "2015-11-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CTXS": { - "figi": "BBG000FQ6PY6", - "ticker": "CTXS", + "OLED": { + "figi": "BBG000BLRP41", + "ticker": "OLED", "classCode": "SPBXM", - "isin": "US1773761002", + "isin": "US91347P1057", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Citrix Systems", + "shortEnabledFlag": false, + "name": "Universal Display Corp", "exchange": "SPB", - "ipoDate": "1995-12-07T00:00:00Z", - "issueSize": "186397081", + "issueSize": "47040602", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -25631,20 +24639,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d4494b5-61d6-47a2-a415-c527fc77adcc", + "uid": "978c61c9-5b03-4389-aa27-23153946b254", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "95793036-94cf-4826-b41f-f2a7c3705e4c", + "positionUid": "dd90176a-3c97-4046-8288-200f31393a51", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-12-08T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1996-04-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PXD": { - "figi": "BBG000BXRPH1", - "ticker": "PXD", + "DVA": { + "figi": "BBG000MQ1SN9", + "ticker": "DVA", "classCode": "SPBXM", - "isin": "US7237871071", + "isin": "US23918K1088", "lot": 1, "currency": "usd", "klong": { @@ -25672,123 +24680,101 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Pioneer Natural Resources", + "name": "DaVita HealthCare Partners", "exchange": "SPB", - "issueSize": "148963753", + "ipoDate": "1995-10-30T00:00:00Z", + "issueSize": "206500000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45bd4a2f-b1e9-400c-a993-31f74fecdfd5", + "uid": "d75e9d4d-bc9b-4357-a67f-3c45cf64acb0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a6751a11-d80f-48d8-8fcd-1a3f1ce93518", + "positionUid": "890a352d-2c6b-44b2-9a03-3463885c645b", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-08-08T00:00:00Z", + "first1dayCandleDate": "1995-10-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NWS": { - "figi": "BBG0035M2ZB7", - "ticker": "NWS", + "FLWS": { + "figi": "BBG000BBR9P6", + "ticker": "FLWS", "classCode": "SPBXM", - "isin": "US65249B2088", + "isin": "US68243Q1067", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "News Corp", + "name": "1-800-Flowers.com Inc", "exchange": "SPB", - "issueSize": "199630240", + "ipoDate": "2006-10-13T00:00:00Z", + "issueSize": "33822823", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "76cdfa3b-4f25-4f69-9450-db26e59a479d", + "uid": "50d1e41c-aca9-44b0-bfc2-c7ee2de07ee8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "86a57d09-e6b5-4390-9488-772edc8d9d2e", + "positionUid": "2ce31f78-c2ce-4f07-b513-12242ff8014f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2013-06-19T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EXC": { - "figi": "BBG000J6XT05", - "ticker": "EXC", + "ORA": { + "figi": "BBG000Q5BQ63", + "ticker": "ORA", "classCode": "SPBXM", - "isin": "US30161N1019", + "isin": "US6866881021", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Exelon Corporation", + "name": "Ormat Technologies", "exchange": "SPB", - "issueSize": "961000000", + "issueSize": "50609051", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_energy", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -25799,60 +24785,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7549a423-33f3-430e-8974-684c18eaf83d", + "uid": "aeef6af8-39a7-4c2c-a697-cc40eeb70b2d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "96af9931-10e8-4844-95f6-4e9426a410a3", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:00:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "positionUid": "ae9ebaec-4745-46df-b04e-33cb8bab9c10", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:04:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ABBV": { - "figi": "BBG0025Y4RY4", - "ticker": "ABBV", + "CPRT": { + "figi": "BBG000BM9RH1", + "ticker": "CPRT", "classCode": "SPBXM", - "isin": "US00287Y1091", + "isin": "US2172041061", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Copart Inc", + "exchange": "SPB", + "ipoDate": "1994-03-16T00:00:00Z", + "issueSize": "237100519", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "400000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 100000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "AbbVie", - "exchange": "SPB_MORNING", - "issueSize": "1767175532", + "apiTradeAvailableFlag": true, + "uid": "d7bcc2e4-a2ae-4d2e-acf6-36de8c21c4be", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2fff3ee5-e07b-4cdd-bb8e-3b572e00beea", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1994-03-17T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CSL": { + "figi": "BBG000BGGBT8", + "ticker": "CSL", + "classCode": "SPBXM", + "isin": "US1423391002", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Carlisle Companies Incorporated", + "exchange": "SPB", + "ipoDate": "1960-06-01T00:00:00Z", + "issueSize": "61789121", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "4000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -25863,60 +24867,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a9a3b127-916b-4fbf-b06a-b2afe07da9f0", + "uid": "38a0295e-7173-4e10-90f8-e316a77578be", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4800523a-8e7c-48f7-8bf1-2a9e2a84378d", + "positionUid": "8ca84061-5568-4164-a0ae-93335c2dd42a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:34:00Z", - "first1dayCandleDate": "2012-12-10T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CYRX": { - "figi": "BBG000PNTXP0", - "ticker": "CYRX", + "JLL": { + "figi": "BBG000C2L2L0", + "ticker": "JLL", "classCode": "SPBXM", - "isin": "US2290503075", + "isin": "US48020Q1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cryoport", + "name": "Jones Lang LaSalle Inc", "exchange": "SPB", - "issueSize": "27339977", + "issueSize": "45366426", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f7fa9d57-8c5a-437d-9281-44ad9112a90f", + "uid": "b79c0704-3a0d-4dbf-a7ad-75de7cd30c5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d84602e7-ddac-4f4d-9421-979dac789e36", + "positionUid": "4115217b-a46a-4cc6-925c-f78601872652", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:58:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:35:00Z", + "first1dayCandleDate": "1997-07-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SQ": { - "figi": "BBG0018SLC07", - "ticker": "SQ", + "RACE": { + "figi": "BBG009PH3Q86", + "ticker": "RACE", "classCode": "SPBXM", - "isin": "US8522341036", + "isin": "NL0011585146", "lot": 1, "currency": "usd", "klong": { @@ -25929,117 +24933,115 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 532600000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 238000000 + "nano": 322000000 }, "shortEnabledFlag": true, - "name": "Block", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "2015-11-19T00:00:00Z", - "issueSize": "397396181", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "name": "Ferrari N.V.", + "exchange": "SPB", + "ipoDate": "2015-10-21T00:00:00Z", + "issueSize": "188921600", + "countryOfRisk": "IT", + "countryOfRiskName": "\u0418\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "375000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7b40af88-c3c7-4135-84af-c6f3e0390775", + "uid": "bb8a5051-157d-4955-b37b-1ca06ef71c82", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54ab7b42-4e5f-4943-a834-5852d5a7e8dd", + "positionUid": "2cbc870c-6a81-400d-bc92-6383c3c7cfc3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:00:00Z", - "first1dayCandleDate": "2015-11-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T11:00:00Z", + "first1dayCandleDate": "2015-10-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WERN": { - "figi": "BBG000BWPP85", - "ticker": "WERN", + "AFRM": { + "figi": "BBG00Y7BP8Y1", + "ticker": "AFRM", "classCode": "SPBXM", - "isin": "US9507551086", + "isin": "US00827B1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Werner Enterprises Inc", - "exchange": "SPB", - "ipoDate": "1991-10-01T00:00:00Z", - "issueSize": "70488102", + "name": "Affirm Holdings", + "exchange": "SPB_MORNING", + "issueSize": "109807171", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78775579-f51a-4be5-a36b-0203de8f2747", + "uid": "21192dcf-3a96-4da7-9a21-5de1e5a7fa1f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b3b9a18e-9f90-4571-905c-90f6b1546f45", + "positionUid": "3a0aa3f8-84f4-4380-9da5-034b47ddd36b", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UFPI": { - "figi": "BBG000BL0T06", - "ticker": "UFPI", + "MATV": { + "figi": "BBG000C3CWZ7", + "ticker": "MATV", "classCode": "SPBXM", - "isin": "US90278Q1085", + "isin": "US8085411069", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "UUFP Industries, Inc", + "name": "Mativ Holdings", "exchange": "SPB", - "ipoDate": "1993-11-09T00:00:00Z", - "issueSize": "61102481", + "issueSize": "31457517", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26050,61 +25052,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "99fbf6b3-e90b-4d47-b8a2-2e2876657aee", + "uid": "27037140-5a94-43a9-a980-209af26ebc1e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e67db923-1e89-41d5-9099-75c19c4b57df", + "positionUid": "3cc0b2d4-5157-4d2a-baef-461715d10a78", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1993-11-10T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:01:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CASY": { - "figi": "BBG000BF0672", - "ticker": "CASY", + "DECK": { + "figi": "BBG000BKXYX5", + "ticker": "DECK", "classCode": "SPBXM", - "isin": "US1475281036", + "isin": "US2435371073", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Casey's General Stores Inc", + "name": "Deckers Outdoor Corp", "exchange": "SPB", - "ipoDate": "1983-10-20T00:00:00Z", - "issueSize": "37536106", + "ipoDate": "1993-10-14T00:00:00Z", + "issueSize": "29130988", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd479328-6380-4d62-ae57-7521e8b3af3e", + "uid": "b20b4a75-f05c-434f-a2db-b2f66f05e2cd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b279de41-47ba-426c-8e19-50b23507c2bf", + "positionUid": "4af1ccf3-3e3b-48b1-831f-2d544c6947de", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-01-31T12:38:00Z", + "first1dayCandleDate": "1993-10-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VTR": { - "figi": "BBG000FRVHB9", - "ticker": "VTR", + "ADP": { + "figi": "BBG000JG0547", + "ticker": "ADP", "classCode": "SPBXM", - "isin": "US92276F1003", + "isin": "US0530151036", "lot": 1, "currency": "usd", "klong": { @@ -26131,62 +25133,61 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Ventas REIT", - "exchange": "SPB", - "ipoDate": "1991-02-01T00:00:00Z", - "issueSize": "354125000", + "shortEnabledFlag": false, + "name": "Automatic Data Processing", + "exchange": "SPB_MORNING", + "ipoDate": "1961-09-12T00:00:00Z", + "issueSize": "443269657", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 250000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce027388-8052-48d0-b9ab-6f06675a4bb1", + "uid": "b4c40f95-8cb1-4454-8776-69823ae89ed2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c38003ca-b309-4e90-bf7e-d2384ca26155", + "positionUid": "e75d2e79-d1b0-465e-bfd4-411b87db3e54", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1989-09-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CSL": { - "figi": "BBG000BGGBT8", - "ticker": "CSL", + "NYT": { + "figi": "BBG000FFC0B3", + "ticker": "NYT", "classCode": "SPBXM", - "isin": "US1423391002", + "isin": "US6501111073", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Carlisle Companies Incorporated", + "name": "New York Times", "exchange": "SPB", - "ipoDate": "1960-06-01T00:00:00Z", - "issueSize": "61789121", + "issueSize": "165235217", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26197,37 +25198,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "38a0295e-7173-4e10-90f8-e316a77578be", + "uid": "6cdb74c4-2100-433b-9d6d-34961a322611", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8ca84061-5568-4164-a0ae-93335c2dd42a", + "positionUid": "7a488ce8-76d3-490a-86b5-e3e769396fd2", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:55:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SAM": { - "figi": "BBG000BCZBF1", - "ticker": "SAM", + "LEGH": { + "figi": "BBG00MJDR6J9", + "ticker": "LEGH", "classCode": "SPBXM", - "isin": "US1005571070", + "isin": "US52472M1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Boston Beer Co Inc The", + "name": "Legacy Housing Corp", "exchange": "SPB", - "ipoDate": "1995-11-20T00:00:00Z", - "issueSize": "9465306", + "ipoDate": "2018-12-14T00:00:00Z", + "issueSize": "24722936", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "22700000", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26238,34 +25239,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "23454005-f094-40fe-b960-4e190114c7dc", + "uid": "8f094392-8db6-4a0c-9d36-d4bbee81bc44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "05ff918e-bacb-4bf9-878e-53afe007be73", + "positionUid": "812d92ff-fd7b-44f4-b044-9083d0bcaa4c", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:35:00Z", - "first1dayCandleDate": "1995-11-21T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2018-12-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FLS": { - "figi": "BBG000FFH4P5", - "ticker": "FLS", + "SWK": { + "figi": "BBG000BTQR96", + "ticker": "SWK", "classCode": "SPBXM", - "isin": "US34354P1057", + "isin": "US8545021011", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Flowserve", - "exchange": "SPB", - "issueSize": "130833554", + "name": "Stanley Black & Decker", + "exchange": "SPB_MORNING", + "ipoDate": "1947-05-01T00:00:00Z", + "issueSize": "154111483", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "305000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 250000000 + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -26278,71 +25304,120 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "06ad22f0-93e5-46ec-974b-e68fd7e28c54", + "uid": "1423539a-9e84-49ba-a0ab-3ee134aee317", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "44983680-0bd5-40ac-bf03-de1bc2d35a89", + "positionUid": "b8d786e8-8396-4044-a5fc-198c696cd181", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:34:00Z", + "first1minCandleDate": "2018-01-23T14:10:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UNKL": { - "figi": "BBG002YFXL29", - "ticker": "UNKL", - "classCode": "TQBR", - "isin": "RU0004887991", + "MS": { + "figi": "BBG000BLZRJ2", + "ticker": "MS", + "classCode": "SPBXM", + "isin": "US6174464486", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ЮУНК", - "exchange": "MOEX", - "ipoDate": "2008-05-06T00:00:00Z", - "issueSize": "599737", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "599737", - "nominal": { - "currency": "rub", - "units": "1", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Morgan Stanley", + "exchange": "SPB_MORNING", + "ipoDate": "1986-03-21T00:00:00Z", + "issueSize": "1824561070", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "10", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "69e56041-ddab-4151-9832-e0a1e9f83a42", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dfdd8a63-def4-4002-bafd-5d31947cb248", + "uid": "1d9d6e81-a0d7-4830-9403-d8d331433529", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d41d342c-4e94-4dfe-95c8-a27939d7b406", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T01:13:00Z", - "first1dayCandleDate": "2012-05-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:00:00Z", + "first1dayCandleDate": "1993-02-23T00:00:00Z", "type": "Shares", - "step": 10.0 + "step": 0.01 }, - "AVNT": { - "figi": "BBG000C8NJ10", - "ticker": "AVNT", + "MOS": { + "figi": "BBG000BFXHL6", + "ticker": "MOS", "classCode": "SPBXM", - "isin": "US05368V1061", + "isin": "US61945C1036", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Avient Corporation", - "exchange": "SPB", - "issueSize": "91475596", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Mosaic", + "exchange": "SPB_MORNING", + "ipoDate": "2003-06-23T00:00:00Z", + "issueSize": "379896944", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "materials", - "issueSizePlan": "0", + "issueSizePlan": "445486732", "nominal": { "currency": "usd", "units": "0", @@ -26359,158 +25434,158 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "52806bdb-fcde-4b3e-bee3-e53eb46f2fa1", + "uid": "a9132bc7-2b3c-430f-95ac-2db8392a02f1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ddf2c9ca-55e3-45d3-91f6-256fa43123ec", + "positionUid": "ec73a73b-422c-464b-a57a-46be354a323e", "forIisFlag": true, - "first1minCandleDate": "2020-07-14T13:35:00Z", - "first1dayCandleDate": "2020-07-14T07:00:00Z", + "first1minCandleDate": "2018-01-23T11:29:00Z", + "first1dayCandleDate": "1991-11-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZION": { - "figi": "BBG000BX9WL1", - "ticker": "ZION", + "CWST": { + "figi": "BBG000BT0J38", + "ticker": "CWST", "classCode": "SPBXM", - "isin": "US9897011071", + "isin": "US1474481041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Zions Bancorporation", + "name": "Casella Waste Systems", "exchange": "SPB", - "ipoDate": "1966-01-11T00:00:00Z", - "issueSize": "197114982", + "issueSize": "47321483", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "92a81f1d-95a3-40f2-a1da-8f51c1f0ccdb", + "uid": "d93d8b04-c29b-4537-b448-4a9812c4858c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ddabae3a-a23d-4902-b296-18bdd1a86ce0", + "positionUid": "3b56ad7f-b629-48eb-b584-07841a9445df", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:11:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TRHC": { - "figi": "BBG00BT7PPY8", - "ticker": "TRHC", + "RMD": { + "figi": "BBG000L4M7F1", + "ticker": "RMD", "classCode": "SPBXM", - "isin": "US8733791011", + "isin": "US7611521078", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tabula Rasa HealthCare In", + "name": "ResMed Inc", "exchange": "SPB", - "issueSize": "22381554", + "issueSize": "143392631", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "100000000", + "issueSizePlan": "350000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 4000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "220d6d28-3854-451a-ab29-d2988311f5e6", + "uid": "5ad22402-d684-499d-ac26-a29405ec40a5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "196e3aa6-f324-4b5b-8422-6a1b515be01d", + "positionUid": "2fe8b1b4-2208-4eb7-958b-e39a1d1a8e53", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T13:01:00Z", + "first1dayCandleDate": "1995-06-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MATV": { - "figi": "BBG000C3CWZ7", - "ticker": "MATV", + "FARO": { + "figi": "BBG000BJD7C2", + "ticker": "FARO", "classCode": "SPBXM", - "isin": "US8085411069", + "isin": "US3116421021", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Mativ Holdings", + "name": "FARO Technologies Inc", "exchange": "SPB", - "issueSize": "31457517", + "ipoDate": "1997-09-17T00:00:00Z", + "issueSize": "16797618", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "27037140-5a94-43a9-a980-209af26ebc1e", + "uid": "1c360d1e-e65f-4bd7-aa99-639d75546270", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3cc0b2d4-5157-4d2a-baef-461715d10a78", + "positionUid": "5e5c5347-2b35-42d7-bcac-9830f93712ba", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1997-09-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MSST": { - "figi": "BBG001BBSZV8", - "ticker": "MSST", - "classCode": "TQPI", - "isin": "RU000A0JTFH9", + "BLNG": { + "figi": "BBG000VQWH86", + "ticker": "BLNG", + "classCode": "TQBR", + "isin": "RU000A0J2QG8", "lot": 100, "currency": "rub", "shortEnabledFlag": false, - "name": "Мультисистема", + "name": "\u0411\u0435\u043b\u043e\u043d", "exchange": "MOEX", - "ipoDate": "2012-10-30T00:00:00Z", - "issueSize": "100000000", + "ipoDate": "2008-10-29T00:00:00Z", + "issueSize": "1150000000", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "1150000000", "nominal": { "currency": "rub", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26518,128 +25593,80 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "7f002803-2558-4428-958c-5edc41b8e057", + "uid": "ac496ed2-9ccd-443d-bb75-d53a62b34bf9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5bf214af-f8be-4a73-93d6-6e27937a920a", + "positionUid": "372fee4e-7eea-41b4-81e0-3fa2da06db2c", "forIisFlag": true, - "first1minCandleDate": "2019-07-12T07:00:00Z", - "first1dayCandleDate": "2012-12-27T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:27:00Z", + "first1dayCandleDate": "2007-04-25T00:00:00Z", "type": "Shares", - "step": 0.001 + "step": 0.005 }, - "AMGN": { - "figi": "BBG000BBS2Y0", - "ticker": "AMGN", + "EVBG": { + "figi": "BBG0022FMPD5", + "ticker": "EVBG", "classCode": "SPBXM", - "isin": "US0311621009", + "isin": "US29978A1043", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Amgen", + "shortEnabledFlag": false, + "name": "Everbridge Inc", "exchange": "SPB", - "ipoDate": "1983-06-17T00:00:00Z", - "issueSize": "567852353", + "ipoDate": "2017-12-08T00:00:00Z", + "issueSize": "33790452", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f120621-2337-485c-b3c7-391436873d3c", + "uid": "9a66c458-6da3-427f-aa9d-bf857806b25b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11d2690e-93d3-43e6-929f-3712fb15d60d", + "positionUid": "6e87963d-343b-4118-9143-4b2033496dfe", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:47:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VNE": { - "figi": "BBG00K4MPP27", - "ticker": "VNE", + "NVRO": { + "figi": "BBG001K61W36", + "ticker": "NVRO", "classCode": "SPBXM", - "isin": "US92336X1090", + "isin": "US64157F1030", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "Veoneer Inc", + "name": "Nevro", "exchange": "SPB", - "issueSize": "87347940", - "countryOfRisk": "SE", - "countryOfRiskName": "Королевство Швеция", - "sector": "industrials", - "issueSizePlan": "325000000", + "issueSize": "31820724", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "290000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26650,101 +25677,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de459b7c-402a-40a7-a3c2-c5ebd9a48274", + "uid": "f1383157-d18d-45ee-9a5f-fcc3da5e663e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c36daf28-9952-4dce-985a-245031d0be22", + "positionUid": "f9d40663-0565-4e8c-9200-cc23b86a16e6", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T11:21:00Z", - "first1dayCandleDate": "2018-06-11T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AOS": { - "figi": "BBG000BC1L02", - "ticker": "AOS", + "MASI": { + "figi": "BBG000C3W281", + "ticker": "MASI", "classCode": "SPBXM", - "isin": "US8318652091", + "isin": "US5747951003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "A. O. Smith Corporation", + "name": "Masimo Corporation", "exchange": "SPB", - "issueSize": "145815700", + "issueSize": "51671144", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "240000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4697a290-137e-4379-bcb1-c044de66793d", + "uid": "51918a65-bb9a-4671-aa1a-5d90a5334087", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c4cd7618-dc84-4b37-af47-3dd684d2e7c7", + "positionUid": "a52b7fe2-818b-4a13-8018-1623a3211581", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "1989-05-25T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2007-08-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WYNN": { - "figi": "BBG000LD9JQ8", - "ticker": "WYNN", + "ANF": { + "figi": "BBG000H9G7X2", + "ticker": "ANF", "classCode": "SPBXM", - "isin": "US9831341071", + "isin": "US0028962076", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Wynn Resorts", + "shortEnabledFlag": false, + "name": "Abercrombie & Fitch", "exchange": "SPB", - "ipoDate": "2002-10-25T00:00:00Z", - "issueSize": "101790911", + "issueSize": "67204664", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "400000000", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26755,78 +25757,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b39ca028-a2de-4f8b-996f-bc8f17233600", + "uid": "71276373-d037-4a08-bc69-24f64197587d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ee629cd0-4da9-419b-8878-84f48123689e", + "positionUid": "67815894-37da-4887-a7fb-e9c7a4e8ac94", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:01:00Z", - "first1dayCandleDate": "2002-10-25T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SIVB": { - "figi": "BBG000BT0CM2", - "ticker": "SIVB", + "OGS": { + "figi": "BBG004WQKD07", + "ticker": "OGS", "classCode": "SPBXM", - "isin": "US78486Q1013", + "isin": "US68235P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SVB Financial Group", + "name": "ONE Gas", "exchange": "SPB", - "ipoDate": "1983-07-01T00:00:00Z", - "issueSize": "52088461", + "issueSize": "52865557", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7ab4eca2-3f73-41f0-bdbf-18b741e82bbe", + "uid": "780c06a5-6467-42a4-8eef-fc52eb9be492", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ccdb17f-ff0e-4dd4-81e0-0e8dfdf5f1b5", + "positionUid": "330337d6-0619-47a6-96ff-8055ea60db4c", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T08:37:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:34:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BWA": { - "figi": "BBG000BJ49H3", - "ticker": "BWA", + "GGG": { + "figi": "BBG000BK9W84", + "ticker": "GGG", "classCode": "SPBXM", - "isin": "US0997241064", + "isin": "US3841091040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "BorgWarner", + "name": "Graco", "exchange": "SPB", - "ipoDate": "1993-08-12T00:00:00Z", - "issueSize": "214265791", + "issueSize": "167916424", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "291000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -26837,60 +25837,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e8d1b48c-7c9e-4018-bc4b-933a1c42177e", + "uid": "8ffb0204-8ec4-41d0-aa9a-b7113f975976", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e0a3109c-2075-453b-a1f8-e212e98f910c", + "positionUid": "65837ed9-a99b-41ff-a745-8eb514e454d7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-08-13T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:17:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AMCR": { - "figi": "BBG00LNJRQ09", - "ticker": "AMCR", + "RSKD": { + "figi": "BBG011P2TCH8", + "ticker": "RSKD", "classCode": "SPBXM", - "isin": "JE00BJ1F3079", + "isin": "IL0011786493", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Amcor", + "name": "Riskified", "exchange": "SPB", - "issueSize": "1538319792", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "9000000000000", + "issueSize": "157625498", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "900000000", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "19dd8b08-7a30-4261-b5e7-e260fdc80cfb", + "uid": "48ddd775-8afa-4771-abdf-a9b27d0749ea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5447df08-e145-4e32-af7e-c4ffdeb4a100", + "positionUid": "d001dd88-f5ab-4026-a55f-62af9ed21120", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:53:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2021-11-10T13:00:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EA": { - "figi": "BBG000BP0KQ8", - "ticker": "EA", + "IDXX": { + "figi": "BBG000BLRT07", + "ticker": "IDXX", "classCode": "SPBXM", - "isin": "US2855121099", + "isin": "US45168D1046", "lot": 1, "currency": "usd", "klong": { @@ -26918,141 +25918,125 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Electronic Arts", + "name": "IDEXX", "exchange": "SPB", - "ipoDate": "1989-10-03T00:00:00Z", - "issueSize": "284581807", + "ipoDate": "1991-06-21T00:00:00Z", + "issueSize": "89658209", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "79186b74-97ca-48fd-9b2c-99d0ac9487d2", + "uid": "8d1b60d7-1757-4ac2-957c-3e258ca3f77e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20f223e6-49a6-469c-8707-8a25c61559d5", + "positionUid": "476ef64d-c360-4239-8f50-a63195fdceb5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:39:00Z", - "first1dayCandleDate": "1989-09-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1991-06-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TCSG": { - "figi": "BBG00QPYJ5H0", - "ticker": "TCSG", - "classCode": "TQBR", - "isin": "TCS7238U2033", + "FSLR": { + "figi": "BBG000BFL116", + "ticker": "FSLR", + "classCode": "SPBXM", + "isin": "US3364331070", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "TCS Group", - "exchange": "MOEX", - "ipoDate": "2013-10-22T00:00:00Z", - "issueSize": "96239288", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "6afa6f80-03a7-4d83-9cf0-c19d7d021f76", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4a1946eb-5ffb-4ebf-ac8c-44221c9f7a2f", - "forIisFlag": true, - "first1minCandleDate": "2019-10-28T06:59:00Z", - "first1dayCandleDate": "2019-10-28T07:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "RGA": { - "figi": "BBG000BDLCQ0", - "ticker": "RGA", - "classCode": "SPBXM", - "isin": "US7593516047", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Reinsurance Group of America I", - "exchange": "SPB", - "issueSize": "62583958", + "dshort": { + "units": "0", + "nano": 515400000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 231000000 + }, + "shortEnabledFlag": true, + "name": "First Solar", + "exchange": "SPB_MORNING", + "ipoDate": "2006-11-17T00:00:00Z", + "issueSize": "87027809", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "140000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "089b69c8-1da9-419e-8826-94e9cab5962b", + "uid": "26aae23e-e1e5-49ae-a0c1-978f83e1e5d7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d1b61cb8-81e7-457e-bc94-248641da8fd1", + "positionUid": "299458a3-9f88-4df6-989d-0e82a6c68794", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T07:19:00Z", + "first1dayCandleDate": "2006-11-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RRX": { - "figi": "BBG000BRXTR8", - "ticker": "RRX", + "CCMP": { + "figi": "BBG000BP3NW2", + "ticker": "CCMP", "classCode": "SPBXM", - "isin": "US7587501039", + "isin": "US12571T1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Regal Rexnord", + "name": "CMC Materials", "exchange": "SPB", - "issueSize": "40942185", + "issueSize": "29055268", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "electrocars", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "220000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27063,101 +26047,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5d8b9330-c564-4c81-a6a6-b0159fd8fc76", + "uid": "90890df8-8eab-4c17-8da9-fb15f4352f15", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "209d71f7-5f0a-48d1-bcf9-735f52ef3aa7", + "positionUid": "8e3ebdd5-a49a-48a9-81e4-c748624c62e7", "forIisFlag": true, - "first1minCandleDate": "2021-10-11T11:37:00Z", - "first1dayCandleDate": "2021-10-11T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UNH": { - "figi": "BBG000CH5208", - "ticker": "UNH", + "COUR": { + "figi": "BBG002WLDMW5", + "ticker": "COUR", "classCode": "SPBXM", - "isin": "US91324P1021", + "isin": "US22266M1045", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "UnitedHealth", + "shortEnabledFlag": false, + "name": "Coursera, Inc.", "exchange": "SPB", - "ipoDate": "1992-03-01T00:00:00Z", - "issueSize": "942917366", + "issueSize": "40301290", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a2e5ab6-a7db-402e-90f7-c047ec900d10", + "uid": "5f676f6e-3e52-4448-9ae8-d628337c8fad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "83943a07-747b-470c-9ec9-b5a2612e2b54", + "positionUid": "51c21fff-df51-4554-a611-44eca7bf6067", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-05-03T12:58:00Z", + "first1dayCandleDate": "2021-05-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DASH": { - "figi": "BBG005D7QCJ3", - "ticker": "DASH", + "YEXT": { + "figi": "BBG001MKZGY7", + "ticker": "YEXT", "classCode": "SPBXM", - "isin": "US25809K1051", + "isin": "US98585N1063", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "DoorDash", + "name": "Yext Inc", "exchange": "SPB", - "issueSize": "253343000", + "issueSize": "112753106", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "6000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27168,36 +26127,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2241690d-90f0-45c4-a8d7-69575f746ea8", + "uid": "374f636a-cfdc-4ef8-8bcd-fe0e38f908e0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1a090a87-54f2-435e-91f0-3b1a04925a2a", + "positionUid": "aa408020-4d6c-448c-b5d2-5465af29e54a", "forIisFlag": true, - "first1minCandleDate": "2020-12-31T12:37:00Z", - "first1dayCandleDate": "2020-12-31T07:00:00Z", + "first1minCandleDate": "2019-10-31T11:23:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FUL": { - "figi": "BBG000BJZ7V7", - "ticker": "FUL", + "WDFC": { + "figi": "BBG000BWNV93", + "ticker": "WDFC", "classCode": "SPBXM", - "isin": "US3596941068", + "isin": "US9292361071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "HB Fuller Co", + "name": "WD-40 Co", "exchange": "SPB", - "issueSize": "50885501", + "issueSize": "13706715", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "160000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "36000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27208,20 +26167,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9bb2c004-f207-43f5-93a3-f5063472d48c", + "uid": "a938cbfe-a43f-4bb0-9fd8-e0282eb4f1f8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "558d2cea-7c1b-4d2d-8d14-a31bad24f433", + "positionUid": "a6a248c7-5570-45f5-a1f7-d83659baece1", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:50:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DKNG": { - "figi": "BBG0134WCM78", - "ticker": "DKNG", + "PLUG": { + "figi": "BBG000C1XSP8", + "ticker": "PLUG", "classCode": "SPBXM", - "isin": "US26142V1052", + "isin": "US72919P2020", "lot": 1, "currency": "usd", "klong": { @@ -27234,34 +26193,34 @@ }, "dlong": { "units": "0", - "nano": 697500000 + "nano": 663600000 }, "dshort": { "units": "1", - "nano": 102500000 + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 450000000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 450000000 + "nano": 420000000 }, - "shortEnabledFlag": false, - "name": "DraftKings", + "shortEnabledFlag": true, + "name": "Plug Power Inc", "exchange": "SPB", - "issueSize": "417916756", + "issueSize": "37981961", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27272,77 +26231,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d7d11bb-8707-4e87-a630-e863ad698696", + "uid": "40a9ec2e-cc9e-473c-8b60-7e9ad30335b8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20d4340a-195a-479a-a1da-6e74b7086614", + "positionUid": "77d48d7c-4f9b-4a01-b090-4786e3516e14", "forIisFlag": true, - "first1minCandleDate": "2020-09-22T11:30:00Z", - "first1dayCandleDate": "2020-09-22T07:00:00Z", + "first1minCandleDate": "2021-07-16T11:31:00Z", + "first1dayCandleDate": "2021-07-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VRT": { - "figi": "BBG00L2B8KW8", - "ticker": "VRT", + "KD": { + "figi": "BBG012W99DN6", + "ticker": "KD", "classCode": "SPBXM", - "isin": "US92537N1081", + "isin": "US50155Q1004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vertiv Holdings Co", - "exchange": "SPB", - "issueSize": "352427840", + "name": "Kyndryl Holdings", + "exchange": "SPB_MORNING", + "issueSize": "224000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "700000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7bc5aac8-02d4-4517-a487-0e1ecb51adf5", + "uid": "a8cd2735-0247-4802-a745-c61ed8ceb1b2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "28f2179b-6084-43a3-a3a0-249271fcb4e3", + "positionUid": "51e9a744-691e-4010-a63e-ea33bf251361", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:41:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2021-11-11T12:38:00Z", + "first1dayCandleDate": "2021-11-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TXRH": { - "figi": "BBG000PSJMV7", - "ticker": "TXRH", + "COLB": { + "figi": "BBG000CTGXS2", + "ticker": "COLB", "classCode": "SPBXM", - "isin": "US8826811098", + "isin": "US1972361026", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Texas Roadhouse Inc", + "name": "Columbia Banking System", "exchange": "SPB", - "ipoDate": "2004-10-05T00:00:00Z", - "issueSize": "71550183", + "issueSize": "72146350", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "115000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27353,142 +26311,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7718d61e-a655-44d9-8ade-bc63fbe194fa", + "uid": "65406476-5af7-4e77-86ff-9545308dcf00", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "730e1d62-cbb1-4528-8210-2aa8ee731b41", + "positionUid": "b605cb82-c3f9-4cfa-8822-a9fb0f657ce8", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:00:00Z", - "first1dayCandleDate": "2004-10-05T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:44:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHWY": { - "figi": "BBG00P19DKZ6", - "ticker": "CHWY", + "WST": { + "figi": "BBG000BX24N8", + "ticker": "WST", "classCode": "SPBXM", - "isin": "US16679L1098", + "isin": "US9553061055", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Chewy Inc", + "name": "West Pharmaceutical Services I", "exchange": "SPB", - "issueSize": "1500000000", + "issueSize": "73577883", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 250000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bfc61e4b-9324-427b-b6c7-8fa7686d9a2a", + "uid": "078db0c7-0ba9-41f9-ac90-e52734b5e355", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c4a8bcb4-6dc2-402c-a9ff-609c3726d7dc", + "positionUid": "9bcbaefd-ba74-4eef-8ccd-886fd58fb559", "forIisFlag": true, - "first1minCandleDate": "2020-09-22T12:06:00Z", - "first1dayCandleDate": "2020-09-22T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WTW": { - "figi": "BBG000DB3KT1", - "ticker": "WTW", + "UTHR": { + "figi": "BBG000BV4XJ1", + "ticker": "UTHR", "classCode": "SPBXM", - "isin": "IE00BDB6Q211", + "isin": "US91307C1027", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Willis Towers Watson", + "name": "United Therapeutics Corp", "exchange": "SPB", - "ipoDate": "2001-06-12T00:00:00Z", - "issueSize": "129236178", + "ipoDate": "1999-06-16T00:00:00Z", + "issueSize": "43467794", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1510003775", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "245000000", "nominal": { "currency": "usd", "units": "0", - "nano": 304635 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ddcce5ee-8f79-4d4b-aabd-9014e865a304", + "uid": "db27ea2f-9e46-473e-990a-6e7ce54f19ba", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "13adff69-e549-46e8-8b78-c6b48fe78c16", + "positionUid": "f902565e-2696-4359-bb20-88ad7d4a0bd2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2001-06-12T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1999-06-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "POOL": { - "figi": "BBG000BCVG28", - "ticker": "POOL", - "classCode": "SPBXM", - "isin": "US73278L1052", + "1COV@DE": { + "figi": "BBG00DW0PN34", + "ticker": "1COV@DE", + "classCode": "SPBDE", + "isin": "DE0006062144", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Pool Corp", - "exchange": "SPB", - "ipoDate": "1995-10-12T00:00:00Z", - "issueSize": "39391303", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "name": "Covestro AG", + "exchange": "SPB_DE", + "issueSize": "202500000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27499,70 +26432,95 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e8ad3ab-ac6e-4947-baf2-adcbaf0f0727", + "uid": "c97066ac-d18f-4a26-af87-44910396ba02", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f3e19ed6-faa4-4cf3-8a75-d18d27398b89", + "positionUid": "a182a80b-ab64-49c0-b43a-5b5d3acdf5b4", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T10:27:00Z", - "first1dayCandleDate": "1995-10-13T00:00:00Z", + "first1minCandleDate": "2021-03-01T08:57:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UTL": { - "figi": "BBG000BW7X97", - "ticker": "UTL", + "PNTG": { + "figi": "BBG00P33SY72", + "ticker": "PNTG", "classCode": "SPBXM", - "isin": "US9132591077", + "isin": "US70805E1091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Unitil Corporation", + "name": "Pennant Group Inc", "exchange": "SPB", - "issueSize": "14997329", + "ipoDate": "2014-01-31T00:00:00Z", + "issueSize": "5000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "87f7beec-a1d5-45b6-a5d6-d46b3027953d", + "uid": "e9c5b781-d616-4fec-979d-884bb81bb3f9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8778653f-8d32-4641-aaf6-3d4d7ea6ef20", + "positionUid": "6a397b2b-811d-466e-be74-7beef8f7939c", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:34:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-10-07T13:30:00Z", + "first1dayCandleDate": "2019-10-07T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WBS": { - "figi": "BBG000BWMX63", - "ticker": "WBS", + "FLR": { + "figi": "BBG000BB1TH9", + "ticker": "FLR", "classCode": "SPBXM", - "isin": "US9478901096", + "isin": "US3434121022", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Webster Financial Corporation", - "exchange": "SPB", - "issueSize": "91629752", + "name": "Fluor", + "exchange": "SPB_MORNING", + "issueSize": "141612486", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "375000000", "nominal": { "currency": "usd", "units": "0", @@ -27579,20 +26537,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5bbe57f8-708c-4fa5-8b97-53f24745389b", + "uid": "81863ddb-2afc-42c1-958f-c5ef4ec337dd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9440771b-a42a-4db4-9186-aa81679d661b", + "positionUid": "cb8fad98-46d5-423b-897f-0b4fa84785fe", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:17:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2000-12-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LUMN": { - "figi": "BBG000BGLRN3", - "ticker": "LUMN", + "FLT": { + "figi": "BBG000GPXKX9", + "ticker": "FLT", "classCode": "SPBXM", - "isin": "US5502411037", + "isin": "US3390411052", "lot": 1, "currency": "usd", "klong": { @@ -27620,125 +26578,101 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Lumen Technologies", + "name": "FleetCor Technologies Inc", "exchange": "SPB", - "ipoDate": "1968-04-30T00:00:00Z", - "issueSize": "1105232133", + "ipoDate": "2010-12-15T00:00:00Z", + "issueSize": "89808852", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "2200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "475000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "828d8785-5b64-4f68-b538-b7d20a0f6327", + "uid": "766056a5-56bb-45cd-9a42-a152bb677c2e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "153a9bd6-3f2f-47f4-a808-649d0ea117af", + "positionUid": "48b8e939-f3ab-426e-ac84-a0d712989ad9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:33:00Z", + "first1dayCandleDate": "2010-12-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTB": { - "figi": "BBG000D9KWL9", - "ticker": "MTB", + "MD": { + "figi": "BBG000H8LGK2", + "ticker": "MD", "classCode": "SPBXM", - "isin": "US55261F1049", + "isin": "US58502B1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "M&T Bank", + "name": "Pediatrix Medical Group", "exchange": "SPB", - "issueSize": "150515367", + "ipoDate": "1995-09-19T00:00:00Z", + "issueSize": "94495182", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf95e808-ee88-4374-bff3-388a7261a1f9", + "uid": "c420b0a5-1e45-42a4-baac-47162ec73dd7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d39f64cc-6f55-45c4-9959-ba205c47563a", + "positionUid": "27a154be-a194-4ecc-a438-a7377fd53fa6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "1995-09-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PPL": { - "figi": "BBG000BRJL00", - "ticker": "PPL", + "MDC": { + "figi": "BBG000BNTTY4", + "ticker": "MDC", "classCode": "SPBXM", - "isin": "US69351T1060", + "isin": "US5526761086", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "PPL", + "shortEnabledFlag": false, + "name": "M.D.C. Holdings", "exchange": "SPB", - "ipoDate": "1945-12-31T00:00:00Z", - "issueSize": "664381143", + "issueSize": "70679612", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27749,101 +26683,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "84244d4a-db01-41ca-ab4e-16404ec469e6", + "uid": "22eb1f77-ed59-4cd7-9ddb-89118466529b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d7e5d73c-43fa-4d5f-b72d-f85f5b7a6210", + "positionUid": "f248e1ab-e527-4412-9755-b4187885ca1f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:00:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-01-28T12:37:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MGTSP": { - "figi": "BBG000PZ0833", - "ticker": "MGTSP", - "classCode": "TQBR", - "isin": "RU0009036479", + "NVEE": { + "figi": "BBG005BT60Y8", + "ticker": "NVEE", + "classCode": "SPBXM", + "isin": "US62945V1098", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 288300000 - }, - "dshort": { - "units": "0", - "nano": 422100000 - }, - "dlongMin": { + "currency": "usd", + "shortEnabledFlag": false, + "name": "NV5 Global Inc", + "exchange": "SPB", + "issueSize": "12818872", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "45000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 156400000 + "nano": 10000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 192500000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "c157ffaf-a057-4d1b-b63d-b32e234ed316", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ae63f85e-d911-472f-a235-57dafdeca8ad", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MANU": { + "figi": "BBG0035WV4N9", + "ticker": "MANU", + "classCode": "SPBXM", + "isin": "KYG5784H1065", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "МГТС - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2002-09-24T00:00:00Z", - "issueSize": "15514042", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "Manchester United Plc", + "exchange": "SPB", + "issueSize": "39685700", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", "sector": "telecom", - "issueSizePlan": "15965850", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "40", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 500000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3112d684-216c-4409-ab73-4316e8582f81", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b3f53164-7ca2-4fd7-bf3f-4e76ac5c720c", + "uid": "7cc2ea90-f3c8-46df-9cf4-0235a3626fa2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a17c31c8-c880-4d2f-96ca-970a2e0735b5", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:49:00Z", - "first1dayCandleDate": "2007-07-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T14:15:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", - "step": 2.0 + "step": 0.01 }, - "KRC": { - "figi": "BBG000BLMXN8", - "ticker": "KRC", + "RCII": { + "figi": "BBG000BHQJX3", + "ticker": "RCII", "classCode": "SPBXM", - "isin": "US49427F1084", + "isin": "US76009N1000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kilroy Realty Corp REIT", + "name": "Rent-A-Center", "exchange": "SPB", - "issueSize": "116369096", + "issueSize": "53414526", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27854,60 +26803,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7e148da-bb03-4c00-b5ea-6b5e7cb2596f", + "uid": "648aa098-ae13-4cd6-9150-80c9945387cc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3cf488b6-6edd-4418-87c0-695e11052005", + "positionUid": "c5c67bd8-cc9b-4e51-8c43-d40f33c7fd17", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:58:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2022-01-28T13:58:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BGS": { - "figi": "BBG000RKXRQ1", - "ticker": "BGS", + "EMN": { + "figi": "BBG000BLW530", + "ticker": "EMN", "classCode": "SPBXM", - "isin": "US05508R1068", + "isin": "US2774321002", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, "shortEnabledFlag": false, - "name": "B&G Foods Inc", + "name": "Eastman Chemical Company", "exchange": "SPB", - "issueSize": "66593120", + "ipoDate": "1993-12-14T00:00:00Z", + "issueSize": "142966679", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "350000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27918,61 +26844,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1a41ac1d-6f8d-4606-aac9-a47d5c320a0c", + "uid": "e856f084-6392-4701-8571-e5b54251e66d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "482d1548-5c43-4f44-80b3-602771d7cf46", + "positionUid": "f5d6d1a1-55b3-447a-a689-499d64916ba5", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:31:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1993-12-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LVS": { - "figi": "BBG000JWD753", - "ticker": "LVS", + "GPK": { + "figi": "BBG000GQ7K93", + "ticker": "GPK", "classCode": "SPBXM", - "isin": "US5178341070", + "isin": "US3886891015", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Las Vegas Sands Corp", - "exchange": "SPB_MORNING", - "ipoDate": "2004-12-15T00:00:00Z", - "issueSize": "763989752", + "shortEnabledFlag": false, + "name": "Graphic Packaging Holding Company", + "exchange": "SPB", + "issueSize": "309713908", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -27983,141 +26884,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7cfe7d9c-78dc-4a45-adf5-f8397b30eca0", + "uid": "70ff6b51-6637-48b0-b110-09152ff136a3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "30d6e5f7-04db-410c-9bb2-f30d392353ba", + "positionUid": "a8981570-c284-473a-9c98-19b33bdd8c1d", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2004-12-15T00:00:00Z", + "first1minCandleDate": "2021-10-26T12:00:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PCRX": { - "figi": "BBG0018FQNS6", - "ticker": "PCRX", + "VMW": { + "figi": "BBG000BC9938", + "ticker": "VMW", "classCode": "SPBXM", - "isin": "US6951271005", + "isin": "US9285634021", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Pacira BioSciences Inc", - "exchange": "SPB", - "ipoDate": "2012-01-19T00:00:00Z", - "issueSize": "41730807", + "name": "VMware", + "exchange": "SPB_MORNING", + "issueSize": "122071688", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b24a3a21-ad05-43b3-8ddc-495301a118c6", + "uid": "bdfe9a07-171f-4ff9-be73-27ece9bbf6ea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08b3a0bf-c374-4c6f-b745-ebb2bd8b50df", + "positionUid": "8b9c08b5-ec38-4001-92cd-4f13bf0691ab", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:29:00Z", + "first1dayCandleDate": "2019-04-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LI": { - "figi": "BBG00W0KZD98", - "ticker": "LI", + "YETI": { + "figi": "BBG00D8JC882", + "ticker": "YETI", "classCode": "SPBXM", - "isin": "US50202M1027", + "isin": "US98585X1046", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "Li Auto", - "exchange": "SPB_MORNING", - "issueSize": "854951665", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "shortEnabledFlag": false, + "name": "YETI Holdings Inc", + "exchange": "SPB", + "issueSize": "84494623", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "901268d8-6da7-49d9-a808-6b2de46b369a", + "uid": "43185c85-742b-4be1-aa2d-5c1ce20af159", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "646027a5-7e34-48bc-8751-6a17187430e1", + "positionUid": "2f3136fe-d08c-4dac-a9b9-1ec867eb998d", "forIisFlag": true, - "first1minCandleDate": "2021-05-03T11:34:00Z", - "first1dayCandleDate": "2021-05-03T07:00:00Z", + "first1minCandleDate": "2019-10-31T11:17:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VSAT": { - "figi": "BBG000HHLBF9", - "ticker": "VSAT", + "HCCI": { + "figi": "BBG000CCFB17", + "ticker": "HCCI", "classCode": "SPBXM", - "isin": "US92552V1008", + "isin": "US42726M1062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Viasat", + "name": "Heritage-Crystal Clean Inc", "exchange": "SPB", - "issueSize": "62129258", + "ipoDate": "2008-03-12T00:00:00Z", + "issueSize": "23125474", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "26000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -28128,60 +27005,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5535e3d7-b67a-494e-9274-116de06b4a03", + "uid": "a7406393-8952-4ded-9a73-21fc5c514d2b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dfa5336f-1e08-4ef3-a1d0-e10899bb8529", + "positionUid": "ba0994ff-26e5-40f0-a12e-2ed9ac7a4618", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2008-03-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SSNC": { - "figi": "BBG000RJ2J04", - "ticker": "SSNC", + "NABL": { + "figi": "BBG00YJKWXD8", + "ticker": "NABL", "classCode": "SPBXM", - "isin": "US78467J1007", + "isin": "US62878D1000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SS&C Technologies Holdings Inc", + "name": "N-able", "exchange": "SPB", - "issueSize": "252995053", + "issueSize": "158231020", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "400000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21988b46-7035-4f36-aa84-01c5f5f75298", + "uid": "de389f79-a5d9-491c-871b-f4668bc44371", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "935c7ec0-bd77-4e32-8c9f-5e0d73def42f", + "positionUid": "b3b589d0-c975-485d-84a7-85e597e03604", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2010-03-31T00:00:00Z", + "first1minCandleDate": "2021-07-23T11:56:00Z", + "first1dayCandleDate": "2021-07-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "YY": { - "figi": "BBG003H0XV18", - "ticker": "YY", + "HHR": { + "figi": "BBG00KHGQ0H4", + "ticker": "HHR", "classCode": "SPBXM", - "isin": "US46591M1099", + "isin": "US42207L1061", "lot": 1, "currency": "usd", "klong": { @@ -28193,35 +27070,35 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 620500000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 273000000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "JOYY Inc", + "shortEnabledFlag": false, + "name": "HeadHunter Group PLC", "exchange": "SPB", - "issueSize": "61632398", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "telecom", + "issueSize": "50635720", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "20", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -28232,20 +27109,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eaadc429-5eea-4b18-b213-b5277e8c3639", + "uid": "65169079-c531-45eb-908a-903afac298d1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1d937750-a5b7-4370-a57f-f0b7ff7ec057", + "positionUid": "9b42c814-2efe-40c1-ae34-4ef084f19648", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:26:00Z", - "first1dayCandleDate": "2012-11-21T00:00:00Z", + "first1minCandleDate": "2020-04-14T07:01:00Z", + "first1dayCandleDate": "2020-04-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ANET": { - "figi": "BBG000N2HDY5", - "ticker": "ANET", + "ZNTL": { + "figi": "BBG00R2K8TF5", + "ticker": "ZNTL", "classCode": "SPBXM", - "isin": "US0404131064", + "isin": "US98943L1070", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Zentalis Pharmaceuticals", + "exchange": "SPB", + "issueSize": "40613857", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1c4c739a-edaa-432a-93b1-9eb4a98cf812", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f678dace-59d1-4f92-a6fa-e34f747b85f1", + "forIisFlag": true, + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "ARW": { + "figi": "BBG000BCD3D5", + "ticker": "ARW", + "classCode": "SPBXM", + "isin": "US0427351004", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Arrow Electronics Inc", + "exchange": "SPB", + "ipoDate": "1986-05-01T00:00:00Z", + "issueSize": "87619244", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "160000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "bd60d815-a35d-44ec-bf80-982113fa2677", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "11996e37-fe60-406b-96da-fd9ddae945ca", + "forIisFlag": true, + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "FCFS": { + "figi": "BBG0145KL747", + "ticker": "FCFS", + "classCode": "SPBXM", + "isin": "US33768G1076", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "FirstCash", + "exchange": "SPB", + "issueSize": "40433427", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "387be82f-4b39-4c49-82b1-ca50ae66ba2c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c24753ec-5392-4b13-bce4-2f896a73a3de", + "forIisFlag": true, + "first1minCandleDate": "2020-05-18T13:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "WDAY": { + "figi": "BBG000VC0T95", + "ticker": "WDAY", + "classCode": "SPBXM", + "isin": "US98138H1014", "lot": 1, "currency": "usd", "klong": { @@ -28258,33 +27256,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, "shortEnabledFlag": false, - "name": "Arista Networks Inc", - "exchange": "SPB", - "ipoDate": "2014-06-06T00:00:00Z", - "issueSize": "305377354", + "name": "Workday Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2012-10-12T00:00:00Z", + "issueSize": "203000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "4000000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -28297,37 +27295,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "68333e3a-2c01-44d3-ba58-e7e6cd746483", + "uid": "3300af10-d71a-479c-b514-1e8674785cca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a59db653-d321-440e-98b4-b5c4eeafd395", + "positionUid": "adb489bf-a2c7-48a5-95e6-afa2d829e864", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T13:29:00Z", - "first1dayCandleDate": "2014-06-06T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:17:00Z", + "first1dayCandleDate": "2012-10-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HUBG": { - "figi": "BBG000G9W6L0", - "ticker": "HUBG", + "FOCS": { + "figi": "BBG00L0YTFN8", + "ticker": "FOCS", "classCode": "SPBXM", - "isin": "US4433201062", + "isin": "US34417P1003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hub Group Inc", + "name": "Focus Financial Partners Inc", "exchange": "SPB", - "ipoDate": "1996-03-12T00:00:00Z", - "issueSize": "34104447", + "ipoDate": "2005-06-30T00:00:00Z", + "issueSize": "47255907", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -28338,20 +27336,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7611f4ed-de54-448d-8e82-3a8eeffc158c", + "uid": "bf431366-f86a-4510-86b4-b953f3eca6c9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e8d39d7-c045-4641-8936-16be6df10d3b", + "positionUid": "af0345d7-5df1-432c-ba54-d933d2c0748c", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1996-03-13T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EBAY": { - "figi": "BBG000C43RR5", - "ticker": "EBAY", + "ADM": { + "figi": "BBG000BB6WG8", + "ticker": "ADM", "classCode": "SPBXM", - "isin": "US2786421030", + "isin": "US0394831020", "lot": 1, "currency": "usd", "klong": { @@ -28379,18 +27377,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "eBay", - "exchange": "SPB", - "ipoDate": "1998-09-23T00:00:00Z", - "issueSize": "650055805", + "name": "Archer-Daniels-Midland Company", + "exchange": "SPB_MORNING", + "issueSize": "559737398", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "3580000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -28403,63 +27400,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "08a24404-a007-4a5f-b8bc-a947f4993a8f", + "uid": "35590892-6c57-47ae-9de5-96c7b86ca5d3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f9083350-b9e5-400f-879e-e44a6b439547", + "positionUid": "905713b7-f2d7-40fb-b554-7d66ab6d9b92", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:42:00Z", - "first1dayCandleDate": "1998-09-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:28:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "STLD": { - "figi": "BBG000HGYNZ9", - "ticker": "STLD", + "NVTK@GS": { + "figi": "BBG000QY6FL3", + "ticker": "NVTK@GS", "classCode": "SPBXM", - "isin": "US8581191009", + "isin": "US6698881090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Steel Dynamics Inc", - "exchange": "SPB", - "ipoDate": "1996-11-21T00:00:00Z", - "issueSize": "222245142", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "900000000", + "name": "Novatek PJSC", + "exchange": "LSE", + "issueSize": "121452200", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 2500000 + "units": "10", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fdae511f-bf92-4343-b7df-107f4c3722f2", + "uid": "0574b0a5-4cd8-4908-b2eb-2db8fe38a0f8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba340134-84d3-4b16-886d-89426617eabe", + "positionUid": "8efdedd0-03ea-4f77-8cb4-17c945dddcd1", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:29:00Z", - "first1dayCandleDate": "1996-11-22T00:00:00Z", + "first1minCandleDate": "2021-04-22T08:46:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SBER": { - "figi": "BBG004730N88", - "ticker": "SBER", - "classCode": "TQBR", - "isin": "RU0009029540", - "lot": 10, - "currency": "rub", + "GPS": { + "figi": "BBG000BKLH74", + "ticker": "GPS", + "classCode": "SPBXM", + "isin": "US3647601083", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -28470,35 +27466,35 @@ }, "dlong": { "units": "0", - "nano": 295400000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 425700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 160600000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 194000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Сбер Банк", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2007-07-11T00:00:00Z", - "issueSize": "21586948000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "21586948000", + "name": "Gap", + "exchange": "SPB_MORNING", + "ipoDate": "1976-05-19T00:00:00Z", + "issueSize": "376105065", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2300000000", "nominal": { - "currency": "rub", - "units": "3", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 50000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -28509,99 +27505,74 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e6123145-9665-43e0-8413-cd61b8aa9b13", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "uid": "280c699e-3a4a-481d-9091-787878be01fd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e015ed07-ae60-4d81-871b-3c28303097ab", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ECL": { - "figi": "BBG000BHKYH4", - "ticker": "ECL", + "RYN": { + "figi": "BBG000BG7L34", + "ticker": "RYN", "classCode": "SPBXM", - "isin": "US2788651006", + "isin": "US7549071030", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "Ecolab", + "name": "Rayonier REIT", "exchange": "SPB", - "ipoDate": "1957-01-10T00:00:00Z", - "issueSize": "286087223", + "issueSize": "129635639", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "480000000", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbe8d7c3-c699-485e-a42e-902295a76646", + "uid": "ac4bd0e6-3221-4514-a705-49ac793b7287", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc762db7-7517-41b5-974d-ddb3f1b4a6c7", + "positionUid": "683d531f-f234-4466-beff-4b60006960d1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "1994-02-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APPN": { - "figi": "BBG001C7PMJ2", - "ticker": "APPN", + "UA": { + "figi": "BBG009DTD8H2", + "ticker": "UA", "classCode": "SPBXM", - "isin": "US03782L1017", + "isin": "US9043112062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Appian Corp", - "exchange": "SPB", - "issueSize": "6421442", + "name": "Under Armour (C)", + "exchange": "SPB_MORNING", + "issueSize": "245183088", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 333000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -28614,20 +27585,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "320f7af4-22ff-45d4-baad-78394e247323", + "uid": "167f36d8-dc0f-4621-b330-159dbf1ac427", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3308fca4-b59e-4786-8afc-fd67aaf07d94", + "positionUid": "2a7012ba-d9ed-4991-8dfd-e43c742f80cb", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:15:00Z", + "first1dayCandleDate": "2016-03-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CDNS": { - "figi": "BBG000C13CD9", - "ticker": "CDNS", + "XOM": { + "figi": "BBG000GZQ728", + "ticker": "XOM", "classCode": "SPBXM", - "isin": "US1273871087", + "isin": "US30231G1022", "lot": 1, "currency": "usd", "klong": { @@ -28654,100 +27625,123 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Cadence Design Systems", - "exchange": "SPB", - "ipoDate": "1987-06-01T00:00:00Z", - "issueSize": "282067000", + "shortEnabledFlag": true, + "name": "Exxon Mobil Corporation", + "exchange": "SPB_MORNING", + "issueSize": "4233562917", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3f5aa3f5-9aa5-448f-8f40-fce8fee7c025", + "uid": "ca043fd8-963e-4b69-9be9-8fa9e53cb151", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b058e213-b305-466b-ad3a-a4801d6d7c56", + "positionUid": "60af1e4a-9340-4619-8d58-736a8c118c4e", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:14:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IFX@DE": { - "figi": "BBG000C8L273", - "ticker": "IFX@DE", - "classCode": "SPBDE", - "isin": "DE0006231004", + "EMBC": { + "figi": "BBG014L7D4G1", + "ticker": "EMBC", + "classCode": "SPBXM", + "isin": "US29082K1051", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Infineon Technologies AG", - "exchange": "SPB_DE", - "issueSize": "1132673109", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "it", + "name": "Embecta", + "exchange": "SPB", + "issueSize": "1000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a3f4af1c-b487-4a11-a099-170bd5ab2266", + "uid": "e723197f-9ecd-4e18-8a95-1356db20aca1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "de390b98-43e6-4dd1-b2bf-1ef37412f891", + "positionUid": "fb4b3d66-e7c0-47d6-9640-5b1ae8fd8ff1", "forIisFlag": true, - "first1minCandleDate": "2020-09-01T07:01:00Z", - "first1dayCandleDate": "2020-09-01T07:00:00Z", + "first1minCandleDate": "2022-04-14T12:54:00Z", + "first1dayCandleDate": "2022-04-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MSM": { - "figi": "BBG000BCLYL9", - "ticker": "MSM", - "classCode": "SPBXM", - "isin": "US5535301064", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "MSC Industrial Direct Co Inc", - "exchange": "SPB", - "ipoDate": "1995-12-14T00:00:00Z", - "issueSize": "45146984", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "MAGN": { + "figi": "BBG004S68507", + "ticker": "MAGN", + "classCode": "TQBR", + "isin": "RU0009084396", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 1000000 + "nano": 322400000 + }, + "dshort": { + "units": "0", + "nano": 281200000 + }, + "dlongMin": { + "units": "0", + "nano": 176800000 + }, + "dshortMin": { + "units": "0", + "nano": 131900000 + }, + "shortEnabledFlag": true, + "name": "\u041c\u0430\u0433\u043d\u0438\u0442\u043e\u0433\u043e\u0440\u0441\u043a\u0438\u0439 \u043c\u0435\u0442\u0430\u043b\u043b\u0443\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0442", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2002-11-05T00:00:00Z", + "issueSize": "11174330000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "7972665600", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -28757,25 +27751,25 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "541cafeb-1f5e-4a97-82de-6d0b81c8b48b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "77c8b15d-b1ab-45fe-b22b-49706d507ffe", + "uid": "7132b1c9-ee26-4464-b5b5-1046264b61d9", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1995-12-15T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2006-03-09T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.005 }, - "DVA": { - "figi": "BBG000MQ1SN9", - "ticker": "DVA", - "classCode": "SPBXM", - "isin": "US23918K1088", - "lot": 1, - "currency": "usd", + "VTBR": { + "figi": "BBG004730ZJ9", + "ticker": "VTBR", + "classCode": "TQBR", + "isin": "RU000A0JP5V6", + "lot": 10000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -28786,59 +27780,59 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 288100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 509900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 156200000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 228800000 }, - "shortEnabledFlag": false, - "name": "DaVita HealthCare Partners", - "exchange": "SPB", - "ipoDate": "1995-10-30T00:00:00Z", - "issueSize": "206500000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "450000000", + "shortEnabledFlag": true, + "name": "\u0411\u0430\u043d\u043a \u0412\u0422\u0411", + "exchange": "MOEX", + "ipoDate": "2006-09-29T00:00:00Z", + "issueSize": "12960541337338", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "5211112400000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000 }, "apiTradeAvailableFlag": true, - "uid": "d75e9d4d-bc9b-4357-a67f-3c45cf64acb0", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "890a352d-2c6b-44b2-9a03-3463885c645b", + "uid": "8e2b0325-0292-4654-8a18-4f63ed3b0e09", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-10-31T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2007-05-28T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 5e-06 }, - "PCAR": { - "figi": "BBG000BQVTF5", - "ticker": "PCAR", + "LUMN": { + "figi": "BBG000BGLRN3", + "ticker": "LUMN", "classCode": "SPBXM", - "isin": "US6937181088", + "isin": "US5502411037", "lot": 1, "currency": "usd", "klong": { @@ -28866,13 +27860,14 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "PACCAR", - "exchange": "SPB", - "issueSize": "347173392", + "name": "Lumen Technologies", + "exchange": "SPB_MORNING", + "ipoDate": "1968-04-30T00:00:00Z", + "issueSize": "1105232133", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "2200000000", "nominal": { "currency": "usd", "units": "1", @@ -28889,87 +27884,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d05bf3c1-e6f3-410f-b44a-85be325dd5a9", + "uid": "828d8785-5b64-4f68-b538-b7d20a0f6327", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bddd8c0e-c0d0-4ca0-a9ba-fe399daf745c", + "positionUid": "153a9bd6-3f2f-47f4-a808-649d0ea117af", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PTR": { - "figi": "BBG000BR85F1", - "ticker": "PTR", + "WMG": { + "figi": "BBG00RP2T9T6", + "ticker": "WMG", "classCode": "SPBXM", - "isin": "US71646E1001", + "isin": "US9345502036", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Warner Music Group", + "exchange": "SPB", + "issueSize": "0", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 1000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "PetroChina", - "exchange": "SPB", - "ipoDate": "2000-03-30T00:00:00Z", - "issueSize": "210989000", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "energy", - "issueSizePlan": "0", + "apiTradeAvailableFlag": true, + "uid": "354203cf-be01-4e13-8589-13cbdc8b1750", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e80822a1-5c21-4334-8b50-7410395811f9", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "DB1@DE": { + "figi": "BBG000D54HT0", + "ticker": "DB1@DE", + "classCode": "SPBDE", + "isin": "DE0005810055", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Deutsche Boerse AG", + "exchange": "SPB_DE", + "issueSize": "186610158", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "financial", + "issueSizePlan": "193000000", "nominal": { - "currency": "usd", - "units": "100", + "currency": "eur", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f346889-1da9-4e35-a284-8d62a07f1b9c", + "uid": "38b31f32-06e9-4184-9587-849d42a15af2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e8619004-579d-4fa5-ac7c-8b99ffdc3f6e", + "positionUid": "4d808d94-dc04-42ce-ba45-4fab93f7bc6b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:36:00Z", - "first1dayCandleDate": "2000-04-06T00:00:00Z", + "first1minCandleDate": "2020-09-29T07:33:00Z", + "first1dayCandleDate": "2020-09-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ORLY": { - "figi": "BBG000BGYWY6", - "ticker": "ORLY", - "classCode": "SPBXM", - "isin": "US67103H1077", + "SMLT": { + "figi": "BBG00F6NKQX3", + "ticker": "SMLT", + "classCode": "TQBR", + "isin": "RU000A0ZZG02", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -28980,196 +27990,197 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 393700000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 762900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 221300000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 327700000 }, "shortEnabledFlag": false, - "name": "O'Reilly Automotive", - "exchange": "SPB", - "ipoDate": "1993-04-22T00:00:00Z", - "issueSize": "100989965", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "245000000", + "name": "\u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2018-03-22T00:00:00Z", + "issueSize": "61579358", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueSizePlan": "60000400", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "25", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "467f8465-0e50-4e9b-a02c-7742ef816058", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ef9179d-4a37-4d65-bb34-19b6f53d2d48", + "uid": "4d813ab1-8bc9-4670-89ea-12bfbab6017d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-04-23T00:00:00Z", + "first1minCandleDate": "2020-10-29T06:59:00Z", + "first1dayCandleDate": "2020-10-29T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "AFRM": { - "figi": "BBG00Y7BP8Y1", - "ticker": "AFRM", + "CEA": { + "figi": "BBG000BCFNR4", + "ticker": "CEA", "classCode": "SPBXM", - "isin": "US00827B1061", + "isin": "US16937R1041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Affirm Holdings", + "name": "China Eastern Airlines", "exchange": "SPB", - "issueSize": "109807171", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "ipoDate": "1997-01-31T00:00:00Z", + "issueSize": "103535556", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000 + "units": "50", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21192dcf-3a96-4da7-9a21-5de1e5a7fa1f", + "uid": "c5818f90-01e3-4668-ac2b-e37976810e39", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3a0aa3f8-84f4-4380-9da5-034b47ddd36b", + "positionUid": "0508036f-cd43-4c77-93c0-189d954b8b09", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-08-10T13:42:00Z", + "first1dayCandleDate": "1997-02-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ATR": { - "figi": "BBG000BGX2S0", - "ticker": "ATR", + "MAT": { + "figi": "BBG000BNNYW1", + "ticker": "MAT", "classCode": "SPBXM", - "isin": "US0383361039", + "isin": "US5770811025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AptarGroup", - "exchange": "SPB", - "issueSize": "63927079", + "name": "Mattel", + "exchange": "SPB_MORNING", + "issueSize": "339354128", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "199000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9219d25-5bbf-4ad4-8bec-97fe0bb73e5a", + "uid": "0515198d-9eab-4873-b35d-5e2c76cd25c2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2deb69b0-40ce-4dfd-aa00-91ef6c2a0de0", + "positionUid": "d951634d-c686-43ef-8423-25d0338a0366", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:08:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FARO": { - "figi": "BBG000BJD7C2", - "ticker": "FARO", + "CNMD": { + "figi": "BBG000BFZVH8", + "ticker": "CNMD", "classCode": "SPBXM", - "isin": "US3116421021", + "isin": "US2074101013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "FARO Technologies Inc", + "name": "CONMED Corporation", "exchange": "SPB", - "ipoDate": "1997-09-17T00:00:00Z", - "issueSize": "16797618", + "issueSize": "28535629", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c360d1e-e65f-4bd7-aa99-639d75546270", + "uid": "db3b4eb4-a60e-429d-a29f-ce76cb96c6d2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5e5c5347-2b35-42d7-bcac-9830f93712ba", + "positionUid": "a210be68-648b-4eff-aeda-77b6b663f80d", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1997-09-18T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:34:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MOH": { - "figi": "BBG000MBHNC8", - "ticker": "MOH", + "WRLD": { + "figi": "BBG000C3G9J2", + "ticker": "WRLD", "classCode": "SPBXM", - "isin": "US60855R1005", + "isin": "US9814191048", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Molina Healthcare Inc", + "name": "World Acceptance Corp", "exchange": "SPB", - "issueSize": "59200000", + "ipoDate": "1991-08-07T00:00:00Z", + "issueSize": "8866668", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "95000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -29180,60 +28191,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4330445b-b540-4d5d-835e-b9a7679aa6fb", + "uid": "3106392b-bc9d-44f6-9376-d321f4743b73", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "295e5f03-8ad0-4d0c-9856-b1dfb8b859b5", + "positionUid": "6102372a-97dd-453b-a642-f253937b22bc", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IDA": { - "figi": "BBG000BLR3Y7", - "ticker": "IDA", + "VSTO": { + "figi": "BBG006F8QZK4", + "ticker": "VSTO", "classCode": "SPBXM", - "isin": "US4511071064", + "isin": "US9283771007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "IDACORP, Inc.", + "name": "Vista Outdoor", "exchange": "SPB", - "issueSize": "50453936", + "issueSize": "57054063", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1fccd2d1-3241-48ee-b106-281f2b7d66f1", + "uid": "13b842fb-819d-478b-b5c7-b8e2644da4f1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6145b20d-6ae5-414b-80b6-5563ef8c24dd", + "positionUid": "10bcd270-a732-4353-be3b-040f0768957b", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:19:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RL": { - "figi": "BBG000BS0ZF1", - "ticker": "RL", + "ARCT": { + "figi": "BBG00NNW8JK1", + "ticker": "ARCT", "classCode": "SPBXM", - "isin": "US7512121010", + "isin": "US03969T1097", "lot": 1, "currency": "usd", "klong": { @@ -29246,124 +28257,98 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 695300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 96700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 448000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 448000000 }, - "shortEnabledFlag": true, - "name": "Ralph Lauren", + "shortEnabledFlag": false, + "name": "Arcturus Therapeutics Holdings", "exchange": "SPB", - "ipoDate": "1997-06-11T00:00:00Z", - "issueSize": "48628076", + "issueSize": "19892287", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "30000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3f19fda8-7d4a-40a7-b074-48b029823473", + "uid": "1828ce9f-ca92-4e4e-9fe8-7b870c515776", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d7bd823-d426-41a4-9442-988f852cad11", + "positionUid": "7b7b3a20-3843-440c-b619-b78b93626e00", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1997-06-12T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:18:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "COUP": { - "figi": "BBG001J4BCN4", - "ticker": "COUP", + "LFUS": { + "figi": "BBG000BGFGT8", + "ticker": "LFUS", "classCode": "SPBXM", - "isin": "US22266L1061", + "isin": "US5370081045", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, "shortEnabledFlag": false, - "name": "Coupa Software Inc", + "name": "Littelfuse", "exchange": "SPB", - "ipoDate": "2016-10-06T00:00:00Z", - "issueSize": "55046494", + "issueSize": "24425955", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "625000000", + "issueSizePlan": "34000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9b3c9abf-f865-4e62-a49d-8f41626a2160", + "uid": "45ef05f4-90cf-4b5d-985d-b4045cdcc7be", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2e23dd2f-b2c7-47e8-b99b-31d16e69ef76", + "positionUid": "23e5fc8e-a374-490d-a89b-1b94512861b6", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T07:24:00Z", - "first1dayCandleDate": "2016-10-06T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NVAX": { - "figi": "BBG000NVSBL7", - "ticker": "NVAX", + "SAVA": { + "figi": "BBG000BK9YW3", + "ticker": "SAVA", "classCode": "SPBXM", - "isin": "US6700024010", + "isin": "US14817C1071", "lot": 1, "currency": "usd", "klong": { @@ -29376,34 +28361,34 @@ }, "dlong": { "units": "0", - "nano": 754000000 + "nano": 892400000 }, "dshort": { "units": "1", - "nano": 262000000 + "nano": 842600000 }, "dlongMin": { "units": "0", - "nano": 504000000 + "nano": 672000000 }, "dshortMin": { "units": "0", - "nano": 504000000 + "nano": 686000000 }, - "shortEnabledFlag": true, - "name": "Novavax", + "shortEnabledFlag": false, + "name": "Cassava Sciences", "exchange": "SPB", - "issueSize": "23472700", + "issueSize": "25578673", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "600000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -29414,206 +28399,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59f6a6fb-b87b-41d5-b75c-d565c55fb6ce", + "uid": "89c9b5fc-3770-4071-bdec-aa96987c816c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c4afe622-4c7d-47a6-914b-d021115f62f4", + "positionUid": "bc17989b-a7b0-4249-afe1-b784094dee4d", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:30:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:42:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ATNI": { - "figi": "BBG000F8RCH1", - "ticker": "ATNI", + "TPH": { + "figi": "BBG0016YQTR5", + "ticker": "TPH", "classCode": "SPBXM", - "isin": "US00215F1075", + "isin": "US87265H1095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ATN International, Inc", + "name": "Tri Pointe Homes, Inc.", "exchange": "SPB", - "issueSize": "16144061", + "ipoDate": "2013-01-31T00:00:00Z", + "issueSize": "126825194", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "fe4c6720-d09e-46d4-b6c1-c78664e4fa0a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "998147e2-e730-4510-a47b-3a8565917087", - "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "1COV@DE": { - "figi": "BBG00DW0PN34", - "ticker": "1COV@DE", - "classCode": "SPBDE", - "isin": "DE0006062144", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Covestro AG", - "exchange": "SPB_DE", - "issueSize": "202500000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "materials", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c97066ac-d18f-4a26-af87-44910396ba02", + "uid": "c7e9c018-838f-4fb3-88ad-8eebf7835b2d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a182a80b-ab64-49c0-b43a-5b5d3acdf5b4", + "positionUid": "a11798dc-6a9b-4ef5-bd82-bbd2b29fd6a8", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:57:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:35:00Z", + "first1dayCandleDate": "2013-01-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SPG": { - "figi": "BBG000BJ2D31", - "ticker": "SPG", + "AVNT": { + "figi": "BBG000C8NJ10", + "ticker": "AVNT", "classCode": "SPBXM", - "isin": "US8288061091", + "isin": "US05368V1061", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Simon Property Group REIT", + "shortEnabledFlag": false, + "name": "Avient Corporation", "exchange": "SPB", - "ipoDate": "1993-12-13T00:00:00Z", - "issueSize": "310757326", + "issueSize": "91475596", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7731e92e-293d-4f97-bced-273d9d7258c1", + "uid": "52806bdb-fcde-4b3e-bee3-e53eb46f2fa1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "af566bc8-329d-4d0e-93f3-882fd50a0677", + "positionUid": "ddf2c9ca-55e3-45d3-91f6-256fa43123ec", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-12-14T00:00:00Z", + "first1minCandleDate": "2020-07-14T13:35:00Z", + "first1dayCandleDate": "2020-07-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SFM": { - "figi": "BBG001KFKQM7", - "ticker": "SFM", + "SJI": { + "figi": "BBG000BT0T72", + "ticker": "SJI", "classCode": "SPBXM", - "isin": "US85208M1027", + "isin": "US8385181081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sprouts Farmers Market Inc", + "name": "South Jersey Industries, Inc", "exchange": "SPB", - "ipoDate": "2013-08-01T00:00:00Z", - "issueSize": "153579559", + "issueSize": "100586050", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 250000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9128f7d4-5e0e-421e-9d99-d51602b836d3", + "uid": "554a02f8-14f6-4841-b8b5-5d129069540c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20ac4d5e-8c39-4a84-b80f-ff287ca8f875", + "positionUid": "8531ab75-7ccf-48b0-abb6-c4ba2d8f43e0", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:17:00Z", - "first1dayCandleDate": "2013-08-01T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:31:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "O": { - "figi": "BBG000DHPN63", - "ticker": "O", + "EL": { + "figi": "BBG000FKJRC5", + "ticker": "EL", "classCode": "SPBXM", - "isin": "US7561091049", + "isin": "US5184391044", "lot": 1, "currency": "usd", "klong": { @@ -29641,14 +28561,14 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Realty Income REIT", - "exchange": "SPB", - "ipoDate": "1994-10-18T00:00:00Z", - "issueSize": "274075269", + "name": "The Estee Lauder Companies", + "exchange": "SPB_MORNING", + "ipoDate": "1995-11-16T00:00:00Z", + "issueSize": "230852244", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "370100000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1300000000", "nominal": { "currency": "usd", "units": "0", @@ -29659,42 +28579,67 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cee93f1c-8845-4481-bf5b-f46bf241a0db", + "uid": "c1e2a586-3d59-4b45-a614-7ac65c3674d7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e30bb245-8e78-43e4-8e12-9f6f767b60e6", + "positionUid": "9fdabf69-2f4f-411a-9b3c-eac2c7475b1d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:55:00Z", - "first1dayCandleDate": "1994-10-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1995-11-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APAM": { - "figi": "BBG001M6CZY1", - "ticker": "APAM", + "AAP": { + "figi": "BBG000F7RCJ1", + "ticker": "AAP", "classCode": "SPBXM", - "isin": "US04316A1088", + "isin": "US00751Y1064", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Artisan Partners Asset Management", + "name": "Advance Auto Parts", "exchange": "SPB", - "issueSize": "61354644", + "ipoDate": "2001-11-20T00:00:00Z", + "issueSize": "73862588", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -29705,37 +28650,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "26322786-aafd-4d53-aa30-c41738700c8a", + "uid": "b3499d2d-c5e8-4745-af59-ecc2f3d112f6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "64d5c25c-1861-409a-b462-8542f0b61458", + "positionUid": "186799c4-f9e0-452a-9e25-fbab7eb682ea", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:39:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2001-11-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RAMP": { - "figi": "BBG000BB4HM6", - "ticker": "RAMP", + "KNBE": { + "figi": "BBG00C4DL9L4", + "ticker": "KNBE", "classCode": "SPBXM", - "isin": "US53815P1084", + "isin": "US49926T1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LiveRamp Holdings Inc", + "name": "KnowBe4", "exchange": "SPB", - "ipoDate": "1983-12-01T00:00:00Z", - "issueSize": "68972247", + "issueSize": "11739704", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "200000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -29746,22 +28690,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0df9f0f2-07a4-4ee2-a1b8-1ff77b559fb4", + "uid": "363e4aec-00c8-4447-abda-1f6cb5a40f83", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "831dc04e-4c11-46b5-a59b-2f6545f1f219", + "positionUid": "b61ac09b-6ca7-44fc-a3c3-9934134ff618", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:36:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-07-01T13:03:00Z", + "first1dayCandleDate": "2021-07-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "H": { - "figi": "BBG000CVRFS4", - "ticker": "H", - "classCode": "SPBXM", - "isin": "US4485791028", + "BANE": { + "figi": "BBG004S68758", + "ticker": "BANE", + "classCode": "TQBR", + "isin": "RU0007976957", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -29772,33 +28716,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 240000000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 357400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 128200000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 165100000 }, "shortEnabledFlag": true, - "name": "Hyatt Hotels Corp", - "exchange": "SPB", - "ipoDate": "2009-11-05T00:00:00Z", - "issueSize": "38217414", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "name": "\u0411\u0430\u0448\u043d\u0435\u0444\u0442\u044c", + "exchange": "MOEX", + "ipoDate": "2004-04-07T00:00:00Z", + "issueSize": "147846489", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "170169754", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -29808,39 +28752,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "cf8ff8e3-56b0-4efa-ba66-0de4c21a5633", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "372e3d3c-6834-4fb4-b943-0f7ebca55531", + "uid": "0a55e045-e9a6-42d2-ac55-29674634af2f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b37bbda4-1c2b-4929-9a38-6a6eeec6aa3d", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:36:00Z", - "first1dayCandleDate": "2009-11-05T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:51:00Z", + "first1dayCandleDate": "2011-11-18T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "AI": { - "figi": "BBG00Y6G6X31", - "ticker": "AI", + "ICLR": { + "figi": "BBG000CTSZQ6", + "ticker": "ICLR", "classCode": "SPBXM", - "isin": "US12468P1049", + "isin": "IE0005711209", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "C3.ai, Inc", + "name": "ICON plc", "exchange": "SPB", - "issueSize": "73276582", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "issueSize": "52909368", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 1000000 + "nano": 60000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -29851,58 +28795,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba43ef10-3510-4b2d-81a8-3444f4fffe81", + "uid": "e426032f-998f-47c3-9b1c-c9117f40f824", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "477654de-8ba6-457a-9f75-d489fa1f0312", + "positionUid": "2edd3e72-ffda-4751-aad5-e4750d5ada88", "forIisFlag": true, - "first1minCandleDate": "2021-08-27T11:44:00Z", - "first1dayCandleDate": "2021-08-27T07:00:00Z", + "first1minCandleDate": "2021-07-09T13:29:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CGEN": { - "figi": "BBG000B9ZLB0", - "ticker": "CGEN", + "TWST": { + "figi": "BBG006KDCHJ4", + "ticker": "TWST", "classCode": "SPBXM", - "isin": "IL0010852080", + "isin": "US90184D1000", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 559100000 - }, - "dshort": { - "units": "0", - "nano": 784900000 - }, - "dlongMin": { - "units": "0", - "nano": 336000000 - }, - "dshortMin": { - "units": "0", - "nano": 336000000 - }, "shortEnabledFlag": false, - "name": "Compugen", - "exchange": "SPB", - "issueSize": "76256170", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", + "name": "Twist Bioscience", + "exchange": "SPB_MORNING", + "issueSize": "44662970", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "200000000", + "issueSizePlan": "100000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -29915,36 +28835,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "376abc5c-359f-4d59-8a9c-468e8c92282f", + "uid": "185022d1-ecb3-48bb-a5c2-0bea8905a699", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "09d79e55-b32d-4807-8ead-ac2734ae087f", + "positionUid": "cd0682f9-5a01-4053-8194-69df6d202166", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-12-28T13:02:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GLPI": { - "figi": "BBG003MSMCS6", - "ticker": "GLPI", + "GHC": { + "figi": "BBG000C3FGH9", + "ticker": "GHC", "classCode": "SPBXM", - "isin": "US36467J1088", + "isin": "US3846371041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Gaming and Leisure Properties REIT", + "name": "Graham Holdings Co", "exchange": "SPB", - "issueSize": "214682856", + "ipoDate": "1971-06-15T00:00:00Z", + "issueSize": "4353623", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -29955,60 +28876,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b3788de-0a9c-4bb9-8ec8-ed69e9749e3e", + "uid": "de76fde8-b43b-4e59-a8a7-f2f323f37549", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "28b90eab-9bb0-4c65-a33b-77726b856476", + "positionUid": "fbdbd970-f4a4-4186-8edb-bdff6056b919", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:28:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:33:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FSR": { - "figi": "BBG00LPWLFD4", - "ticker": "FSR", + "AON": { + "figi": "BBG00SSQFPK6", + "ticker": "AON", "classCode": "SPBXM", - "isin": "US33813J1060", + "isin": "IE00BLP1HW54", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Fisker", + "name": "Aon", "exchange": "SPB", - "issueSize": "46318959", + "issueSize": "231281026", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c946e60-27f4-4cd7-9d3e-015769f6fe5f", + "uid": "295c1db2-e115-4599-a9b6-1995960969c1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fddb6dee-c005-4cc1-b09a-268dd3ed9ee2", + "positionUid": "d3f9d245-7b58-4ccc-a6c1-e83fba78c979", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T09:05:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FGEN": { - "figi": "BBG000FW5ZL6", - "ticker": "FGEN", + "TTD": { + "figi": "BBG00629NGT2", + "ticker": "TTD", "classCode": "SPBXM", - "isin": "US31572Q8087", + "isin": "US88339J1051", "lot": 1, "currency": "usd", "klong": { @@ -30021,32 +28942,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 322000000 }, - "shortEnabledFlag": false, - "name": "FIBROGEN INC", - "exchange": "SPB", - "issueSize": "62788159", + "shortEnabledFlag": true, + "name": "Trade Desk Inc/The", + "exchange": "SPB_MORNING", + "issueSize": "32695082", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "225000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -30059,20 +28980,85 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d05e6615-43cf-4db7-83d1-c01e532bcfe3", + "uid": "add8f614-caf0-411e-9a44-859581115e97", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17e5ab9e-e315-4862-9737-4ce714b5c07f", + "positionUid": "a86fbca9-6916-4e7f-9d8a-cab9936cde17", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:03:00Z", + "first1dayCandleDate": "2016-09-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMZN": { - "figi": "BBG000BVPV84", - "ticker": "AMZN", + "AFLT": { + "figi": "BBG004S683W7", + "ticker": "AFLT", + "classCode": "TQBR", + "isin": "RU0009062285", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 329700000 + }, + "dshort": { + "units": "0", + "nano": 437500000 + }, + "dlongMin": { + "units": "0", + "nano": 181300000 + }, + "dshortMin": { + "units": "0", + "nano": 198900000 + }, + "shortEnabledFlag": true, + "name": "\u0410\u044d\u0440\u043e\u0444\u043b\u043e\u0442", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2004-01-23T00:00:00Z", + "issueSize": "3975771215", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "1110616299", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1c69e020-f3b1-455c-affa-45f8b8049234", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", + "type": "Shares", + "step": 0.02 + }, + "EFX": { + "figi": "BBG000BHPL78", + "ticker": "EFX", "classCode": "SPBXM", - "isin": "US0231351067", + "isin": "US2944291051", "lot": 1, "currency": "usd", "klong": { @@ -30100,46 +29086,45 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Amazon.com", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1997-05-14T00:00:00Z", - "issueSize": "10174409620", + "name": "Equifax", + "exchange": "SPB", + "issueSize": "118475619", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 250000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6de4b6e2-dda9-4c49-9ba8-aa96dc15d33f", + "uid": "68f42820-44ad-4e17-a8b3-30401d51ad30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c8b5a4af-9ef3-4208-a0e5-e99229f0ef45", + "positionUid": "29857eff-cad0-4109-ad92-a82c93eba769", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:46:00Z", - "first1dayCandleDate": "1997-05-15T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PHOR": { - "figi": "BBG004S689R0", - "ticker": "PHOR", - "classCode": "TQBR", - "isin": "RU000A0JRKT8", + "QS": { + "figi": "BBG00VJ17DS2", + "ticker": "QS", + "classCode": "SPBXM", + "isin": "US74767V1098", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -30150,73 +29135,96 @@ }, "dlong": { "units": "0", - "nano": 266600000 + "nano": 964700000 }, "dshort": { - "units": "0", - "nano": 307900000 + "units": "2", + "nano": 648100000 }, "dlongMin": { "units": "0", - "nano": 143600000 + "nano": 812000000 }, "dshortMin": { "units": "0", - "nano": 143600000 + "nano": 910000000 }, - "shortEnabledFlag": true, - "name": "ФосАгро", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2012-02-14T00:00:00Z", - "issueSize": "129500000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "124477080", + "shortEnabledFlag": false, + "name": "QuantumScape Corporation", + "exchange": "SPB", + "issueSize": "207696594", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "2", - "nano": 500000000 + "currency": "usd", + "units": "0", + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9978b56f-782a-4a80-a4b1-a48cbecfd194", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "72c2e413-4c68-4e81-b412-910458d380a6", + "uid": "841ddf3d-3d19-4d0e-ba27-5d57e78acc9b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "dd6e6c1e-5241-4f1f-91f8-14c9ecb14880", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:38:00Z", - "first1dayCandleDate": "2011-07-18T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:37:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", - "step": 1.0 + "step": 0.01 }, - "PII": { - "figi": "BBG000D5S4M0", - "ticker": "PII", + "MKC": { + "figi": "BBG000G6Y5W4", + "ticker": "MKC", "classCode": "SPBXM", - "isin": "US7310681025", + "isin": "US5797802064", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Polaris Industries Inc", - "exchange": "SPB", - "issueSize": "64626088", + "name": "McCormick & Co", + "exchange": "SPB_MORNING", + "issueSize": "249352103", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "160000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -30229,20 +29237,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2a95c6cf-a60d-4509-9f59-a14e43e464ea", + "uid": "9444a7b2-a9c1-4cf7-80cb-3827fb8a7a62", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "beae49b1-986a-4084-951c-243f1b385efe", + "positionUid": "b0c0146c-3c1b-46c0-b9e4-b46970c63e85", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:36:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "U": { - "figi": "BBG0056JW5G6", - "ticker": "U", + "MCK": { + "figi": "BBG000DYGNW7", + "ticker": "MCK", "classCode": "SPBXM", - "isin": "US91332U1016", + "isin": "US58155Q1031", "lot": 1, "currency": "usd", "klong": { @@ -30254,74 +29262,75 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 559100000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 784900000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 336000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 336000000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Unity Software", - "exchange": "SPB", - "issueSize": "123261024", + "name": "McKesson", + "exchange": "SPB_MORNING", + "ipoDate": "1928-11-16T00:00:00Z", + "issueSize": "232844521", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 5000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b19d6749-4557-49ff-9f55-621f626e5bcb", + "uid": "82e64ecf-2468-425a-876a-e7fb8ff423aa", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38a5c91d-5a54-4648-b3dd-83bd97cb6b97", + "positionUid": "3df25816-1367-4a69-af39-e8136e9bb38d", "forIisFlag": true, - "first1minCandleDate": "2021-06-10T13:35:00Z", - "first1dayCandleDate": "2020-09-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:59:00Z", + "first1dayCandleDate": "1994-08-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PRFN": { - "figi": "BBG003BNWBP3", - "ticker": "PRFN", - "classCode": "TQPI", - "isin": "RU000A0JNXF9", - "lot": 100, - "currency": "rub", + "RPD": { + "figi": "BBG009DFHWG6", + "ticker": "RPD", + "classCode": "SPBXM", + "isin": "US7534221046", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ЧЗПСН", - "exchange": "MOEX", - "ipoDate": "2005-04-21T00:00:00Z", - "issueSize": "838287450", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "837450", + "name": "Rapid7 Inc", + "exchange": "SPB", + "ipoDate": "1999-07-08T00:00:00Z", + "issueSize": "48202433", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -30331,120 +29340,144 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "378e3f3f-79f4-4b1f-8631-ca0222410cf4", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1783a471-63a5-446d-bd11-54b0d9b9bc55", + "uid": "54e13cb6-11b1-453e-9346-28a92333c4c3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "cb8172f5-493e-4f82-8c45-a87f5e1de9f8", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:36:00Z", - "first1dayCandleDate": "2012-10-25T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.001 + "step": 0.01 }, - "SVAV": { - "figi": "BBG004S68JR8", - "ticker": "SVAV", + "CIAN": { + "figi": "BBG012YQ6P43", + "ticker": "CIAN", "classCode": "TQBR", - "isin": "RU0006914488", - "lot": 10, + "isin": "US83418T1088", + "lot": 1, "currency": "rub", - "shortEnabledFlag": false, - "name": "СОЛЛЕРС", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "4", + "nano": 760000000 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 400000000 + }, + "shortEnabledFlag": true, + "name": "\u0410\u0414\u0420 \u0426\u0438\u0430\u043d", "exchange": "MOEX", - "ipoDate": "2002-04-19T00:00:00Z", - "issueSize": "34270159", + "issueSize": "69042400", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "22074192", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "12", - "nano": 500000000 + "currency": "usd", + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "c3746fd5-ac02-419a-8893-827775cfb2c8", + "uid": "77cb416f-a91e-48bd-8083-db0396c61a41", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1fdca17c-06a3-4d2f-b761-a842d8015d77", + "positionUid": "f3bf4a37-5c24-46fe-9791-578e6201eec2", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:34:00Z", - "first1dayCandleDate": "2005-05-14T00:00:00Z", + "first1minCandleDate": "2021-11-05T17:00:00Z", + "first1dayCandleDate": "2021-11-05T07:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.2 }, - "MANU": { - "figi": "BBG0035WV4N9", - "ticker": "MANU", + "TRUP": { + "figi": "BBG002BC7WC5", + "ticker": "TRUP", "classCode": "SPBXM", - "isin": "KYG5784H1065", + "isin": "US8982021060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Manchester United Plc", + "name": "Trupanion Inc", "exchange": "SPB", - "issueSize": "39685700", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "telecom", - "issueSizePlan": "0", + "ipoDate": "2014-07-18T00:00:00Z", + "issueSize": "34947415", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7cc2ea90-f3c8-46df-9cf4-0235a3626fa2", + "uid": "a6c1d57a-4b42-417d-b50b-6d2f10c5cf93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a17c31c8-c880-4d2f-96ca-970a2e0735b5", + "positionUid": "a73e01f4-a07f-401f-984e-d7bca5bc6cb8", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T14:15:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "XM": { - "figi": "BBG00M9BHPZ5", - "ticker": "XM", - "classCode": "SPBXM", - "isin": "US7476012015", + "VTSC@DE": { + "figi": "BBG00ZVC67K7", + "ticker": "VTSC@DE", + "classCode": "SPBDE", + "isin": "DE000VTSC017", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Qualtrics International Inc.", - "exchange": "SPB", - "issueSize": "28518484", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2000000000", + "name": "Vitesco Technologies Group AG", + "exchange": "SPB_DE", + "issueSize": "40001196", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "electrocars", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -30455,20 +29488,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fd274b38-5f30-4ef0-953b-88035a991bd5", + "uid": "9d60c92f-05f4-4e4a-8ffa-404bcc3900af", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "76421142-c83a-4dab-9f71-bfe5d3e74e59", + "positionUid": "c75eb23e-3114-4888-9975-0e9eeb45ce90", "forIisFlag": true, - "first1minCandleDate": "2021-06-18T11:51:00Z", - "first1dayCandleDate": "2021-06-18T07:00:00Z", + "first1minCandleDate": "2021-10-11T07:55:00Z", + "first1dayCandleDate": "2021-10-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VTRS": { - "figi": "BBG00Y4RQNH4", - "ticker": "VTRS", + "MHK": { + "figi": "BBG000FLZN98", + "ticker": "MHK", "classCode": "SPBXM", - "isin": "US92556V1061", + "isin": "US6081901042", "lot": 1, "currency": "usd", "klong": { @@ -30485,7 +29518,7 @@ }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -30493,183 +29526,233 @@ }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Viatris Inc", + "name": "Mohawk Industries", "exchange": "SPB", - "issueSize": "1209290460", + "ipoDate": "1992-04-01T00:00:00Z", + "issueSize": "74320034", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb94fa35-ccf0-43c9-a40b-deef1a1dd11a", + "uid": "f29603be-4a35-4024-b4f3-8786a945a045", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a33c7f28-e871-4984-98a3-f1759caaffbd", + "positionUid": "74004d30-8c4b-4679-84f5-24d5b3b17a77", "forIisFlag": true, - "first1minCandleDate": "2020-11-18T12:34:00Z", - "first1dayCandleDate": "2020-11-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1992-04-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENV": { - "figi": "BBG000Q4NZ54", - "ticker": "ENV", + "MA": { + "figi": "BBG000F1ZSQ2", + "ticker": "MA", "classCode": "SPBXM", - "isin": "US29404K1060", + "isin": "US57636Q1040", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Envestnet Inc", - "exchange": "SPB", - "ipoDate": "2010-07-29T00:00:00Z", - "issueSize": "51870583", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Mastercard", + "exchange": "SPB_MORNING", + "ipoDate": "2006-05-24T00:00:00Z", + "issueSize": "978828818", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "500000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 5000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "31296e42-c628-42e2-bf5a-ae72a26291ed", + "uid": "7cd5dce6-7bbd-474f-a442-eefd4d34d4ca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3ba858b9-9256-4b42-8333-94a7f6230a74", + "positionUid": "56134d44-8094-486a-a6ad-6fa292a2a6b7", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:35:00Z", - "first1dayCandleDate": "2010-07-29T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1dayCandleDate": "2006-05-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IIPR": { - "figi": "BBG00F0SW7N8", - "ticker": "IIPR", - "classCode": "SPBXM", - "isin": "US45781V1017", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Innovative Industrial Properties REIT", - "exchange": "SPB", - "issueSize": "9775800", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "50000000000", + "RUAL": { + "figi": "BBG008F2T3T2", + "ticker": "RUAL", + "classCode": "TQBR", + "isin": "RU000A1025V3", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 293700000 + }, + "dshort": { + "units": "0", + "nano": 335300000 + }, + "dlongMin": { + "units": "0", + "nano": 159600000 + }, + "dshortMin": { + "units": "0", + "nano": 155500000 + }, + "shortEnabledFlag": true, + "name": "\u0420\u0423\u0421\u0410\u041b", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2020-09-03T00:00:00Z", + "issueSize": "15193014862", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "15193014862", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 1000000 + "nano": 656517000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "632ec9da-3f29-4c96-b90d-693cb66028fe", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a962eb4-cb53-4a0c-912a-8c05a75227ab", + "uid": "f866872b-8f68-4b6e-930f-749fe9aa79c0", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b303003a-c09d-4169-ab12-c9f67f183695", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:39:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2015-03-30T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.005 }, - "TPTX": { - "figi": "BBG00NPL9WH7", - "ticker": "TPTX", + "PDCE": { + "figi": "BBG000BR1KR2", + "ticker": "PDCE", "classCode": "SPBXM", - "isin": "US90041T1088", + "isin": "US69327R1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Turning Point Therapeutics Inc", + "name": "PDC Energy", "exchange": "SPB", - "issueSize": "35925150", + "issueSize": "66282650", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de88aa7c-48fb-49e5-a3a6-29ea6547db29", + "uid": "98150378-b08d-4b79-9a2f-9be757480cb8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "63cc173c-f14d-495a-bd93-ee3a979434d2", + "positionUid": "82e36c81-0f18-4259-8d10-659186af9824", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:01:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DBX": { - "figi": "BBG0018SLDN0", - "ticker": "DBX", + "ATRC": { + "figi": "BBG000BL6CB5", + "ticker": "ATRC", "classCode": "SPBXM", - "isin": "US26210C1045", + "isin": "US04963C2098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dropbox Inc", + "name": "AtriCure", "exchange": "SPB", - "issueSize": "26822409", + "issueSize": "44931713", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "36000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -30680,34 +29763,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "665cab9c-4871-480d-ba4e-d3ea57e07e2c", + "uid": "dbceb161-feca-45e8-ad96-fdac008d48a2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f8547e9f-b22a-4e2c-893f-aa9ede7cd25c", + "positionUid": "e359489f-7378-4189-b9e8-30303860a04a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:38:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PJT": { - "figi": "BBG0079T1PZ6", - "ticker": "PJT", - "classCode": "SPBXM", - "isin": "US69343T1079", - "lot": 1, - "currency": "usd", + "NKHP": { + "figi": "BBG00BGKYH17", + "ticker": "NKHP", + "classCode": "TQBR", + "isin": "RU000A0BLWD7", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "PJT Partners Inc.", - "exchange": "SPB", - "issueSize": "18863135", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "name": "\u041d\u041a\u0425\u041f", + "exchange": "MOEX", + "ipoDate": "2015-10-02T00:00:00Z", + "issueSize": "67597000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "67597000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -30717,40 +29801,64 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "a1b3921b-073c-4eec-9a2a-7a034ba0fd0a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "772f48d7-683b-473b-915c-99bbd096cd4e", + "uid": "d0b3723c-35f8-497c-97f7-345bbcfbf1e1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "6cc12a2f-349a-4b60-aafc-f22338d333c6", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:35:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-03-07T20:09:00Z", + "first1dayCandleDate": "2015-12-15T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "UNAC": { - "figi": "BBG000Q7ZZY2", - "ticker": "UNAC", - "classCode": "TQBR", - "isin": "RU000A0JPLZ7", - "lot": 1000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Объединенная авиастроительная корпорация", - "exchange": "MOEX", - "ipoDate": "2013-04-26T00:00:00Z", - "issueSize": "525160311575", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "219654789158", + "SMAR": { + "figi": "BBG00GQK3WB5", + "ticker": "SMAR", + "classCode": "SPBXM", + "isin": "US83200N1037", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 695300000 + }, + "dshort": { + "units": "1", + "nano": 96700000 + }, + "dlongMin": { + "units": "0", + "nano": 448000000 + }, + "dshortMin": { + "units": "0", + "nano": 448000000 + }, + "shortEnabledFlag": true, + "name": "Smartsheet Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2018-04-27T00:00:00Z", + "issueSize": "28866909", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 860000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -30758,265 +29866,239 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "43666aea-a4df-46e1-a815-e5eccbc1fb3f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "46d9ad67-ed02-4535-8bee-822c235d0b31", + "uid": "b90eefa7-4f93-402e-a294-c43e556cbc2d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "54a40386-8254-4cc2-84c1-9e689e522284", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:48:00Z", - "first1dayCandleDate": "2010-02-03T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:07:00Z", + "first1dayCandleDate": "2018-04-27T00:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.01 }, - "IRGZ": { - "figi": "BBG000NL6ZD9", - "ticker": "IRGZ", - "classCode": "TQBR", - "isin": "RU0008960828", - "lot": 100, - "currency": "rub", + "GLBE": { + "figi": "BBG00ZKY1P71", + "ticker": "GLBE", + "classCode": "SPBXM", + "isin": "IL0011741688", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Иркутскэнерго", - "exchange": "MOEX", - "ipoDate": "2003-06-17T00:00:00Z", - "issueSize": "4766807700", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "4766807700", + "name": "Global-E Online Ltd", + "exchange": "SPB", + "issueSize": "142236913", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", - "units": "1", + "currency": "ils", + "units": "0", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "659e9f81-96b7-458c-9d80-54cd2b596b8e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "60da747f-274d-43b1-b12e-21c480794922", + "uid": "539336f1-f322-49ed-b23e-9538ec89fb13", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6d19703c-29fc-4109-8f3c-d91d1a28ddd5", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:14:00Z", - "first1dayCandleDate": "1997-06-05T00:00:00Z", + "first1minCandleDate": "2021-07-30T11:57:00Z", + "first1dayCandleDate": "2021-07-30T07:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "FR": { - "figi": "BBG000CKGDS5", - "ticker": "FR", + "DT": { + "figi": "BBG00PNN7C40", + "ticker": "DT", "classCode": "SPBXM", - "isin": "US32054K1034", + "isin": "US2681501092", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "First Industrial REIT", + "name": "Dynatrace Inc", "exchange": "SPB", - "issueSize": "129131444", + "issueSize": "280456811", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "225000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db7f9521-15ec-48d8-86d2-30928d6080a7", + "uid": "5d08b030-d8a0-45a7-b16e-39dde51c6277", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3c1aaf2b-9239-498e-8191-25654ec8f7cc", + "positionUid": "6b7c363a-cbba-4c2c-84c8-7642c5ba74b1", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T13:20:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-07-29T11:59:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SNY": { - "figi": "BBG000BBD5N1", - "ticker": "SNY", + "SBAC": { + "figi": "BBG000D2M0Z7", + "ticker": "SBAC", "classCode": "SPBXM", - "isin": "US80105N1054", + "isin": "US78410G1040", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Sanofi", + "shortEnabledFlag": false, + "name": "SBA Communications REIT", "exchange": "SPB", - "issueSize": "2526866030", - "countryOfRisk": "FR", - "countryOfRiskName": "Французская Республика", - "sector": "health_care", - "issueSizePlan": "0", + "issueSize": "113090000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78b68cd0-c01f-4223-8f23-51d1af6d1e43", + "uid": "2c4f2a36-2516-406c-b1f7-b14390f54e44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17b7c023-6408-43b8-918a-b9111130a248", + "positionUid": "b3bc763c-39fd-4fed-a309-d9b3bc468f68", "forIisFlag": true, - "first1minCandleDate": "2019-04-17T11:00:00Z", - "first1dayCandleDate": "2002-07-01T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NMIH": { - "figi": "BBG005DLMMZ6", - "ticker": "NMIH", - "classCode": "SPBXM", - "isin": "US6292093050", + "FME@DE": { + "figi": "BBG000DHXTF1", + "ticker": "FME@DE", + "classCode": "SPBDE", + "isin": "DE0005785802", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "NMI Holdings Inc", - "exchange": "SPB", - "ipoDate": "2014-10-16T00:00:00Z", - "issueSize": "59862199", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "250000000", + "name": "Fresenius Medical Care AG & Co", + "exchange": "SPB_DE", + "issueSize": "306314071", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "502d1724-67e8-4924-b4d6-c0bb985ffc29", + "uid": "8cb08cd7-2504-42b3-a959-9ca788cbb4f9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4c9abc09-4ea3-4ef8-a92b-64c34b9e7b6b", + "positionUid": "0645db42-2937-4fd3-9e58-17ff2bfbe7ef", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-03-01T09:04:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BOX": { - "figi": "BBG000PMSK08", - "ticker": "BOX", + "SIGI": { + "figi": "BBG000BSZ738", + "ticker": "SIGI", "classCode": "SPBXM", - "isin": "US10316T1043", + "isin": "US8163001071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Box Inc", + "name": "Selective Insurance Group", "exchange": "SPB", - "issueSize": "131764530", + "issueSize": "59670192", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "360000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70d7b3c8-1e3a-49e6-8104-8381d0497f14", + "uid": "f2ac54e4-f364-4130-ac1d-5bb980bc2734", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08c508c2-2e4b-43bd-a2fc-24796724c408", + "positionUid": "89011ee2-d258-463e-a95f-ceb32514a638", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:10:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EWBC": { - "figi": "BBG000CR20B1", - "ticker": "EWBC", + "AWR": { + "figi": "BBG000F964B6", + "ticker": "AWR", "classCode": "SPBXM", - "isin": "US27579R1041", + "isin": "US0298991011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "East West Ban", + "name": "American States Water Co", "exchange": "SPB", - "issueSize": "145625565", + "issueSize": "36715525", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "2", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31027,102 +30109,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d1dd7d36-53b7-4ab9-8e8e-ec7f3a731388", + "uid": "15a66d35-577d-46f6-9d13-a5e97dba8c25", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "01ea194c-3d10-4c91-95df-851785b8e4eb", + "positionUid": "9d5712bf-6dfe-47e4-a179-3252ef18082c", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IONS": { - "figi": "BBG000JH6683", - "ticker": "IONS", + "GLPI": { + "figi": "BBG003MSMCS6", + "ticker": "GLPI", "classCode": "SPBXM", - "isin": "US4622221004", + "isin": "US36467J1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ionis Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "1991-05-01T00:00:00Z", - "issueSize": "124354692", + "name": "Gaming and Leisure Properties REIT", + "exchange": "SPB_MORNING", + "issueSize": "214682856", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "30000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "53d92ca1-178b-4e33-af60-32bb8b0c9214", + "uid": "3b3788de-0a9c-4bb9-8ec8-ed69e9749e3e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b668c9c5-9b74-439e-868c-8c150f1951f8", + "positionUid": "28b90eab-9bb0-4c65-a33b-77726b856476", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:20:00Z", - "first1dayCandleDate": "1991-05-17T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:28:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ELV": { - "figi": "BBG000BCG930", - "ticker": "ELV", + "HLNE": { + "figi": "BBG00FX58Q66", + "ticker": "HLNE", "classCode": "SPBXM", - "isin": "US0367521038", + "isin": "US4074971064", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "Elevance Health", + "name": "Hamilton Lane Incorporated", "exchange": "SPB", - "ipoDate": "2001-10-30T00:00:00Z", - "issueSize": "243815480", + "issueSize": "29842497", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31133,76 +30189,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6df263b5-d7e3-441f-a73c-ab58ec5e2a0b", + "uid": "bc9ae435-7739-4a4c-a15d-f4f999eacd44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ad292290-d0ce-40d0-b9b9-0589f795d682", + "positionUid": "09cb6143-3206-4743-a8ca-4bcc587337fc", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2001-10-30T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CNQ": { - "figi": "BBG000HW5GX3", - "ticker": "CNQ", + "NMIH": { + "figi": "BBG005DLMMZ6", + "ticker": "NMIH", "classCode": "SPBXM", - "isin": "CA1363851017", + "isin": "US6292093050", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Canadian Natural Resources", + "name": "NMI Holdings Inc", "exchange": "SPB", - "issueSize": "1186857000", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "energy", - "issueSizePlan": "0", + "ipoDate": "2014-10-16T00:00:00Z", + "issueSize": "59862199", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "250000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "32fdfa53-eb65-468a-977b-adb412be15f8", + "uid": "502d1724-67e8-4924-b4d6-c0bb985ffc29", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7f8d18ec-778e-43d4-a071-5e7c84638c21", + "positionUid": "4c9abc09-4ea3-4ef8-a92b-64c34b9e7b6b", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GXO": { - "figi": "BBG00YDGX945", - "ticker": "GXO", + "BLI": { + "figi": "BBG00HJ8K617", + "ticker": "BLI", "classCode": "SPBXM", - "isin": "US36262G1013", + "isin": "US0843101017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GXO Logistics, Inc.", + "name": "Berkeley Lights", "exchange": "SPB", - "issueSize": "114602061", + "issueSize": "17225483", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 50000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31213,35 +30270,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "983a4734-c054-4990-b36d-e0270c1fbaa8", + "uid": "ba0c189f-99b8-4943-8e21-385b627f6f82", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8bb9535b-2c5d-40ef-930c-8ae64723ac5e", + "positionUid": "dc2f8657-2991-4adc-8069-74961017d1aa", "forIisFlag": true, - "first1minCandleDate": "2021-08-06T13:30:00Z", - "first1dayCandleDate": "2021-08-06T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:36:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SBCF": { - "figi": "BBG000KK3464", - "ticker": "SBCF", + "OSTK": { + "figi": "BBG000BF7BV7", + "ticker": "OSTK", "classCode": "SPBXM", - "isin": "US8117078019", + "isin": "US6903701018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Seacoast Banking Corp of Flori", - "exchange": "SPB", - "ipoDate": "2002-11-08T00:00:00Z", - "issueSize": "51482029", + "name": "Overstock.com", + "exchange": "SPB_MORNING", + "issueSize": "25023328", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -31254,20 +30310,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c490b4f2-77f6-4219-a247-431d26f5ae7b", + "uid": "70866c2a-1fe5-48dc-ab1e-184cd7f05973", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "10715ef1-22ff-4ee5-acec-4f9241052e32", + "positionUid": "25f3af2b-2189-4a7f-b394-6fd56352596e", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:04:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HA": { - "figi": "BBG000BC4185", - "ticker": "HA", + "LTHM": { + "figi": "BBG00LV3NRG0", + "ticker": "LTHM", "classCode": "SPBXM", - "isin": "US4198791018", + "isin": "US53814L1089", "lot": 1, "currency": "usd", "klong": { @@ -31280,58 +30336,99 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 781000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 532000000 }, "shortEnabledFlag": true, - "name": "Hawaiian Holdings Inc", - "exchange": "SPB", - "issueSize": "53445556", + "name": "Livent Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "2018-10-11T00:00:00Z", + "issueSize": "143000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5d768b4a-211e-4ee8-b3e0-8d32cebbe608", + "uid": "ba9fb419-8ce4-4fec-9f2b-dd1644cb0b2c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a78a32a9-27c0-4451-8425-b7fb452d0de7", + "positionUid": "94543a87-877c-4fb8-b5bb-14d10b598afe", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1995-06-21T00:00:00Z", + "first1minCandleDate": "2019-03-07T13:52:00Z", + "first1dayCandleDate": "2018-10-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZD": { - "figi": "BBG000F3CWW7", - "ticker": "ZD", + "MNDY": { + "figi": "BBG00GF8K4W4", + "ticker": "MNDY", "classCode": "SPBXM", - "isin": "US48123V1026", + "isin": "IL0011762130", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Monday.Com", + "exchange": "SPB", + "issueSize": "43559876", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "99999999", + "nominal": { + "currency": "ils", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "86c0a4c4-5491-4c0d-901e-2f4502cd538b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "859e8277-0c7e-45bb-a960-f18737554aae", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T12:30:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CGEN": { + "figi": "BBG000B9ZLB0", + "ticker": "CGEN", + "classCode": "SPBXM", + "isin": "IL0010852080", "lot": 1, "currency": "usd", "klong": { @@ -31344,75 +30441,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, "shortEnabledFlag": false, - "name": "Ziff Davis", + "name": "Compugen", "exchange": "SPB", - "ipoDate": "1999-07-22T00:00:00Z", - "issueSize": "49095551", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "95000000", + "issueSize": "76256170", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "35cedf89-b2a4-43e1-a575-42fdb9b43800", + "uid": "376abc5c-359f-4d59-8a9c-468e8c92282f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7417021e-e81a-4b5a-af19-4c171f63b937", + "positionUid": "09d79e55-b32d-4807-8ead-ac2734ae087f", "forIisFlag": true, - "first1minCandleDate": "2021-10-15T12:58:00Z", - "first1dayCandleDate": "2021-10-15T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "STEM": { - "figi": "BBG00XP8NQN4", - "ticker": "STEM", + "ITCI": { + "figi": "BBG0026ZFZC4", + "ticker": "ITCI", "classCode": "SPBXM", - "isin": "US85859N1028", + "isin": "US46116X1019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stem", + "name": "Intra-Cellular Therapies, Inc", "exchange": "SPB", - "issueSize": "144489164", + "issueSize": "54696380", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31423,36 +30519,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aab1504b-a8b3-45ee-b5fc-3f909de7a632", + "uid": "e76dd65e-e1e0-47f3-b28d-fd237698b5c2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c99d2ded-434d-4469-8c35-6b35d7120d15", + "positionUid": "50bd1ada-24cf-46c4-abd3-6eceb3765a8c", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "XPEL": { - "figi": "BBG000R5XCX9", - "ticker": "XPEL", + "CRMT": { + "figi": "BBG000CM6L31", + "ticker": "CRMT", "classCode": "SPBXM", - "isin": "US98379L1008", + "isin": "US03062T1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "XPEL", + "name": "America's Car-Mart Inc TX", "exchange": "SPB", - "issueSize": "27612597", + "issueSize": "6957518", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "100000000", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31463,60 +30559,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "afe1c6ec-7126-487e-9f8c-ffbefcc5d44e", + "uid": "4425ccfa-ac55-4143-9186-217d4ab9a520", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "10ec2667-06e9-4a5c-8f51-e7cea96e08ab", + "positionUid": "9e9a7062-6df5-4da0-82ba-56ea34af32df", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:49:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1992-07-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "INGR": { - "figi": "BBG000BXPZB7", - "ticker": "INGR", + "AEIS": { + "figi": "BBG000FKMP26", + "ticker": "AEIS", "classCode": "SPBXM", - "isin": "US4571871023", + "isin": "US0079731008", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Advanced Energy Industries Inc", + "exchange": "SPB", + "ipoDate": "1995-11-16T00:00:00Z", + "issueSize": "39657315", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "70000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 1000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Ingredion Inc", + "apiTradeAvailableFlag": true, + "uid": "f87771f6-15dc-4748-9dd4-a802fd0fe37f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9ae7e544-c016-4ea8-bf56-be3fc2d587db", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1995-11-17T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "TOL": { + "figi": "BBG000BVHBM1", + "ticker": "TOL", + "classCode": "SPBXM", + "isin": "US8894781033", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Toll Brothers Inc", "exchange": "SPB", - "issueSize": "66667462", + "ipoDate": "1986-07-16T00:00:00Z", + "issueSize": "145940000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "200000000", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31527,20 +30641,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d96fc01-e777-44ab-a77e-b485236ee430", + "uid": "d8fd77dc-9a9c-4a47-8c0f-dcfd406d594b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "280618b6-aaff-4474-8628-9404dcd3c753", + "positionUid": "de8aadd5-e7d5-4980-b6de-a381b81e7e59", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1997-12-11T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:31:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HGV": { - "figi": "BBG00CBYY6M1", - "ticker": "HGV", + "SPG": { + "figi": "BBG000BJ2D31", + "ticker": "SPG", "classCode": "SPBXM", - "isin": "US43283X1054", + "isin": "US8288061091", "lot": 1, "currency": "usd", "klong": { @@ -31567,61 +30681,61 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Hilton Grand Vacations Inc", - "exchange": "SPB", - "issueSize": "98802597", + "shortEnabledFlag": true, + "name": "Simon Property Group REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1993-12-13T00:00:00Z", + "issueSize": "310757326", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10d48d4b-2f7a-4ecf-9482-e17067e11b6a", + "uid": "7731e92e-293d-4f97-bced-273d9d7258c1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1cea1b4b-8a55-484e-b060-144ed49b368d", + "positionUid": "af566bc8-329d-4d0e-93f3-882fd50a0677", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:31:00Z", - "first1dayCandleDate": "2016-12-14T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1993-12-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TYL": { - "figi": "BBG000BVWZF9", - "ticker": "TYL", + "NVR": { + "figi": "BBG000BQBYR3", + "ticker": "NVR", "classCode": "SPBXM", - "isin": "US9022521051", + "isin": "US62944T1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tyler Technologies Inc", + "name": "NVR Inc", "exchange": "SPB", - "ipoDate": "1969-03-24T00:00:00Z", - "issueSize": "36627400", + "issueSize": "3590137", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31632,101 +30746,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dee65e6a-939c-4d5c-a98d-b0cc0bc93e87", + "uid": "b6734ab3-1f73-48f0-9d04-c6813e8fb9fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a705d11d-bb9f-4a46-b958-f95c046b99c4", + "positionUid": "a6902d91-ba26-4d32-903e-c3e80c60546d", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:40:00Z", + "first1minCandleDate": "2019-01-31T14:47:00Z", "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AVTR": { - "figi": "BBG00G2HHYD7", - "ticker": "AVTR", + "EVER": { + "figi": "BBG00F17NDH7", + "ticker": "EVER", "classCode": "SPBXM", - "isin": "US05352A1007", + "isin": "US30041R1086", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Avantor Inc", + "name": "EverQuote", "exchange": "SPB", - "issueSize": "578338818", + "issueSize": "17922392", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "220000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f72f234-a93d-4854-aa2d-85c646535737", + "uid": "ef15867b-d6f1-4a0a-8f03-a3c16179664c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e8974015-64fd-451d-a77f-2d0442f936c2", + "positionUid": "25f11a6a-9796-4a04-823e-75f138df739d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:44:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-10-13T12:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "XEL": { - "figi": "BBG000BCTQ65", - "ticker": "XEL", + "AWK": { + "figi": "BBG000TRJ294", + "ticker": "AWK", "classCode": "SPBXM", - "isin": "US98389B1008", + "isin": "US0304201033", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Xcel Energy", + "name": "American Water Works", "exchange": "SPB", - "ipoDate": "1954-04-01T00:00:00Z", - "issueSize": "514673191", + "issueSize": "178551923", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "utilities", - "issueSizePlan": "1000000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -31737,125 +30826,222 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "028676b5-103a-4ae8-9aea-103abc45fd89", + "uid": "0618734b-4037-41bf-9d0f-a11af704ad81", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce921708-968a-4e3e-8f16-eb20d2429d31", + "positionUid": "62d916dc-8af8-4571-8dd3-6b36eae17ce9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:00:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ETSY": { - "figi": "BBG000N7MXL8", - "ticker": "ETSY", + "CTLT": { + "figi": "BBG005XR47P5", + "ticker": "CTLT", "classCode": "SPBXM", - "isin": "US29786A1060", + "isin": "US1488061029", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 + "shortEnabledFlag": false, + "name": "Catalent Inc", + "exchange": "SPB", + "ipoDate": "2015-08-06T00:00:00Z", + "issueSize": "146308834", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "dlong": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dshort": { + "apiTradeAvailableFlag": true, + "uid": "b19501c5-49d3-4b77-899e-b2d9dee1deb5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b78f34ec-df11-4128-b05d-3eec91109d8c", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:34:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "BERY": { + "figi": "BBG000Q1R1Y9", + "ticker": "BERY", + "classCode": "SPBXM", + "isin": "US08579W1036", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Berry Global Group Inc", + "exchange": "SPB", + "ipoDate": "2012-10-04T00:00:00Z", + "issueSize": "130600000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", "units": "0", - "nano": 550000000 + "nano": 10000000 }, - "dlongMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 292900000 + "nano": 10000000 }, - "dshortMin": { + "apiTradeAvailableFlag": true, + "uid": "bb54ebb5-e246-4e31-a5a4-295396e598ea", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "057287c6-330a-4955-8e2f-44d68560f3ec", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "2012-10-04T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "SCL": { + "figi": "BBG000BSMFN2", + "ticker": "SCL", + "classCode": "SPBXM", + "isin": "US8585861003", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Stepan Company", + "exchange": "SPB", + "issueSize": "22472642", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "60000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 245000000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Etsy Inc", + "apiTradeAvailableFlag": true, + "uid": "e941251d-3c3b-4700-be6a-f4d48a5a063e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4691df55-d4ff-4544-9ee5-815547220e9d", + "forIisFlag": true, + "first1minCandleDate": "2020-07-29T13:41:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CMC": { + "figi": "BBG000BFSND8", + "ticker": "CMC", + "classCode": "SPBXM", + "isin": "US2017231034", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Commercial Metals Company", "exchange": "SPB", - "ipoDate": "2015-04-16T00:00:00Z", - "issueSize": "120460043", + "issueSize": "119068720", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "42f965d4-a810-481b-bc64-86240df17bea", + "uid": "8f3ee994-f85e-466c-8384-127d2dda6a4a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a6a3fb28-62f6-4fc8-9c2a-a00687bceec8", + "positionUid": "d718c995-f564-4b90-b76e-43e2b8c7bd90", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T13:16:00Z", - "first1dayCandleDate": "2015-04-16T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:32:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KTOS": { - "figi": "BBG000C1HQ43", - "ticker": "KTOS", + "WHR": { + "figi": "BBG000BWSV34", + "ticker": "WHR", "classCode": "SPBXM", - "isin": "US50077B2079", + "isin": "US9633201069", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kratos Defense & Security Solutions", + "name": "Whirlpool", "exchange": "SPB", - "issueSize": "87023911", + "issueSize": "75108173", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "195000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "753fea7a-d51d-4a1f-ab13-75f98d184cec", + "uid": "9db5ea3a-753f-4e7d-9a0e-ed01d8cc8481", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ef707b7b-f704-46fc-8bd1-a332de6f9676", + "positionUid": "9b1bc945-ed00-41c0-949b-5d844fb7aec7", "forIisFlag": true, - "first1minCandleDate": "2021-08-27T11:43:00Z", - "first1dayCandleDate": "2021-08-27T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DXC": { - "figi": "BBG00FN64XT9", - "ticker": "DXC", + "BA": { + "figi": "BBG000BCSST7", + "ticker": "BA", "classCode": "SPBXM", - "isin": "US23355L1061", + "isin": "US0970231058", "lot": 1, "currency": "usd", "klong": { @@ -31883,17 +31069,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "DXC Technology", - "exchange": "SPB", - "issueSize": "141865656", + "name": "BOEING", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1934-09-05T00:00:00Z", + "issueSize": "586151904", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "751000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -31906,71 +31093,71 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8ec970c7-14cc-49fe-bf42-6ed99a9f8237", + "uid": "397660ad-2fcd-40f5-bd15-18d41b8b7cac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8ab24cee-391b-47e9-bd33-36683fe6da35", + "positionUid": "b41181e5-0dfb-444e-ace7-f5452331d76f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2017-03-16T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:02:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LEG": { - "figi": "BBG000BN53G7", - "ticker": "LEG", + "EPAY": { + "figi": "BBG000BRNH31", + "ticker": "EPAY", "classCode": "SPBXM", - "isin": "US5246601075", + "isin": "US1013881065", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Leggett & Platt", + "name": "Bottomline Technologies DE Inc", "exchange": "SPB", - "ipoDate": "1967-03-29T00:00:00Z", - "issueSize": "131817398", + "ipoDate": "1999-02-11T00:00:00Z", + "issueSize": "40680451", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf57d7fe-a7ea-4969-a23f-2f22e296b3b6", + "uid": "e2351ec7-c06f-450d-8468-7e0d56a5bd1d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "effac8b0-fc7b-4089-8253-78a5a3a427d5", + "positionUid": "191703e8-1abf-4818-ad5a-3aea34e930a7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1999-02-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TW": { - "figi": "BBG00NK8H8T2", - "ticker": "TW", + "DASH": { + "figi": "BBG005D7QCJ3", + "ticker": "DASH", "classCode": "SPBXM", - "isin": "US8926721064", + "isin": "US25809K1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tradeweb Markets", - "exchange": "SPB", - "issueSize": "83945458", + "name": "DoorDash", + "exchange": "SPB_MORNING", + "issueSize": "253343000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", @@ -31980,43 +31167,44 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "73ae976a-1495-4b1b-95d1-315bad4cde65", + "uid": "2241690d-90f0-45c4-a8d7-69575f746ea8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "10da1aba-51a1-428e-a788-15a9e3b0d34b", + "positionUid": "1a090a87-54f2-435e-91f0-3b1a04925a2a", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-12-31T12:37:00Z", + "first1dayCandleDate": "2020-12-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AUPH": { - "figi": "BBG000BCRJM5", - "ticker": "AUPH", + "GMED": { + "figi": "BBG002V87SD0", + "ticker": "GMED", "classCode": "SPBXM", - "isin": "CA05156V1022", + "isin": "US3795772082", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Aurinia Pharmaceuticals", + "name": "Globus Medical Inc", "exchange": "SPB", - "issueSize": "111798275", - "countryOfRisk": "CA", - "countryOfRiskName": "", + "ipoDate": "2012-08-03T00:00:00Z", + "issueSize": "98990287", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "500000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -32027,74 +31215,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8a1eb642-da5d-4dcd-a4e0-cc21e5712afd", + "uid": "50fbca8c-cba4-460b-a6f9-c3b1a946162e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d997431-6359-4e41-85a0-0781aa574c15", + "positionUid": "560137c5-6a4f-4d31-a2b0-b6a36405996f", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:29:00Z", + "first1dayCandleDate": "2012-08-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "REZI": { - "figi": "BBG00HY28K89", - "ticker": "REZI", + "TFC": { + "figi": "BBG000BYYLS8", + "ticker": "TFC", "classCode": "SPBXM", - "isin": "US76118Y1047", + "isin": "US89832Q1094", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Resideo Technologies Inc", - "exchange": "SPB", - "issueSize": "123451420", + "name": "Truist Financial Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1991-09-01T00:00:00Z", + "issueSize": "766163993", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "700000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e986d1c2-26bf-4034-8868-c380c2a287d5", + "uid": "4e3a2871-1f8e-4b26-8b92-a4b9bd218016", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8fa25246-353e-4bcd-89a8-2fd70818a00c", + "positionUid": "aa4d4508-1db6-452b-92e1-ae1f634332ad", "forIisFlag": true, - "first1minCandleDate": "2018-11-13T14:29:00Z", - "first1dayCandleDate": "2018-10-15T00:00:00Z", + "first1minCandleDate": "2019-12-12T14:30:00Z", + "first1dayCandleDate": "2019-12-12T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MPW": { - "figi": "BBG000BGRB25", - "ticker": "MPW", + "DINO": { + "figi": "BBG0135B2214", + "ticker": "DINO", "classCode": "SPBXM", - "isin": "US58463J3041", + "isin": "US4039491000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Medical Properties REIT", - "exchange": "SPB", - "issueSize": "364736886", + "name": "HF Sinclair Corporation", + "exchange": "SPB_MORNING", + "issueSize": "100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -32107,36 +31296,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b8d98389-2565-4792-838e-18e20a0a4cda", + "uid": "9f856202-63b2-48d0-8cb1-9d566e788598", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "94f2b6b5-549a-4b17-bba5-af4d1b22c703", + "positionUid": "3df42c84-86a7-4ffa-951b-aa2c5428e64a", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:39:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2022-04-06T13:19:00Z", + "first1dayCandleDate": "2022-04-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SHL@DE": { - "figi": "BBG00KY6K4L0", - "ticker": "SHL@DE", + "BOSS@DE": { + "figi": "BBG000BD0GG5", + "ticker": "BOSS@DE", "classCode": "SPBDE", - "isin": "DE000SHL1006", + "isin": "DE000A1PHFF7", "lot": 1, "currency": "eur", "shortEnabledFlag": false, - "name": "Siemens Healthineers AG", + "name": "HUGO BOSS AG", "exchange": "SPB_DE", - "issueSize": "1000000000", + "issueSize": "70400000", "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "industrials", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "eur", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -32147,75 +31336,99 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c23ff90d-7b09-4217-9e88-a4d1b80e5f01", + "uid": "d4f21584-b62f-4c66-8d6b-e60429373126", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a33bb695-bb87-479a-8d75-dae9f7fbdb83", + "positionUid": "cd436c15-71a2-4fe2-86d3-9485b8dc6c8a", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:10:00Z", + "first1minCandleDate": "2021-03-01T09:18:00Z", "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ONTO": { - "figi": "BBG000BPRN29", - "ticker": "ONTO", + "EAT": { + "figi": "BBG000BK28N7", + "ticker": "EAT", "classCode": "SPBXM", - "isin": "US6833441057", + "isin": "US1096411004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Onto Innovation Inc", + "name": "Brinker International Inc", "exchange": "SPB", - "issueSize": "50062039", + "issueSize": "37400000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7ea8da3b-5ff4-4127-bc21-46a5df4f8d3a", + "uid": "05df8b33-401a-4a3d-89e8-e4b1e10c2c28", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "651c4f16-e2d3-41a1-84dc-bec12afc64b2", + "positionUid": "ac90cc91-42c1-40fa-b92b-096133ceb95e", "forIisFlag": true, - "first1minCandleDate": "2019-11-04T14:31:00Z", - "first1dayCandleDate": "2019-11-04T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:15:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SYNA": { - "figi": "BBG000BQV1S2", - "ticker": "SYNA", + "ACAD": { + "figi": "BBG000BHG9K0", + "ticker": "ACAD", "classCode": "SPBXM", - "isin": "US87157D1090", + "isin": "US0042251084", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Synaptics Inc", - "exchange": "SPB", - "ipoDate": "2000-09-21T00:00:00Z", - "issueSize": "36232275", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 540300000 + }, + "dshort": { + "units": "0", + "nano": 747700000 + }, + "dlongMin": { + "units": "0", + "nano": 322000000 + }, + "dshortMin": { + "units": "0", + "nano": 322000000 + }, + "shortEnabledFlag": true, + "name": "ACADIA Pharmaceuticals Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2004-05-27T00:00:00Z", + "issueSize": "124205637", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "225000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -32228,62 +31441,63 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9a2c394-2a0b-4087-a324-6c9bbbacbdfb", + "uid": "2d5cb1ef-04e8-45a9-af6d-9964b460f4e2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6ecd8add-f873-46f3-9d8a-e92645fd8661", + "positionUid": "c0597994-17a0-46a9-9113-c45e1ff046f3", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:28:00Z", + "first1dayCandleDate": "2004-05-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KKR": { - "figi": "BBG000BCQ6J8", - "ticker": "KKR", + "NUVA": { + "figi": "BBG000LNL298", + "ticker": "NUVA", "classCode": "SPBXM", - "isin": "US48251W1045", + "isin": "US6707041058", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "KKR & Co. Inc.", + "name": "NuVasive Inc", "exchange": "SPB", - "issueSize": "524341874", + "ipoDate": "2004-05-13T00:00:00Z", + "issueSize": "51885880", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "3500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ad6a036d-d705-4ed2-8fbd-ff2480552d9c", + "uid": "8e53d5f4-7506-473b-b7fb-27572d972cea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a11fb64d-0746-4f49-b1a6-db2df2077afb", + "positionUid": "0d874c69-19dc-4e57-ae1f-a8c8117234cd", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:31:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2004-05-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZTS": { - "figi": "BBG0039320N9", - "ticker": "ZTS", - "classCode": "SPBXM", - "isin": "US98978V1035", - "lot": 1, - "currency": "usd", + "SBER": { + "figi": "BBG004730N88", + "ticker": "SBER", + "classCode": "TQBR", + "isin": "RU0009029540", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -32294,33 +31508,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 295400000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 316600000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 160600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 147400000 }, - "shortEnabledFlag": false, - "name": "Zoetis", - "exchange": "SPB", - "ipoDate": "2013-02-01T00:00:00Z", - "issueSize": "481823803", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "6000000000", + "shortEnabledFlag": true, + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2007-07-11T00:00:00Z", + "issueSize": "21586948000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "21586948000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "3", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -32333,34 +31547,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b887725-2aac-4a2c-8fef-3260e954e478", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e460113-85c1-4164-8e0a-a1293a9ea54c", + "uid": "e6123145-9665-43e0-8413-cd61b8aa9b13", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "2013-02-01T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IAA": { - "figi": "BBG00K7ZQ662", - "ticker": "IAA", + "SNAP": { + "figi": "BBG00441QMJ7", + "ticker": "SNAP", "classCode": "SPBXM", - "isin": "US4492531037", + "isin": "US83304A1060", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "IAA, Inc.", - "exchange": "SPB", - "issueSize": "134465274", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 620500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 273000000 + }, + "shortEnabledFlag": true, + "name": "Snap Inc", + "exchange": "SPB_MORNING_WEEKEND", + "issueSize": "200000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -32373,20 +31611,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "154449a9-7da0-4e06-9e8f-51eb70235110", + "uid": "7390015a-267e-4920-adfd-6cc75eb6baa0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db2c96b6-8b1b-453b-96a9-3a5238e25589", + "positionUid": "6d7cbf69-4cd6-46de-b17d-8110c3cfe054", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:37:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-08-05T11:25:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HEAR": { - "figi": "BBG000BM6N47", - "ticker": "HEAR", + "TSM": { + "figi": "BBG000BD8ZK0", + "ticker": "TSM", "classCode": "SPBXM", - "isin": "US9004502061", + "isin": "US8740391003", "lot": 1, "currency": "usd", "klong": { @@ -32399,74 +31637,74 @@ }, "dlong": { "units": "0", - "nano": 793900000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 390100000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 546000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 546000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Turtle Beach Corp", - "exchange": "SPB", - "issueSize": "13683997", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "25000000", + "name": "Taiwan Semiconductor Manufacturing", + "exchange": "SPB_MORNING", + "issueSize": "5186076092", + "countryOfRisk": "TW", + "countryOfRiskName": "", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d82c215e-1c8c-498f-a942-01be511e05ce", + "uid": "7d24ab0a-e707-4a9e-8d78-6ee07e164881", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2b80b08a-b39d-4247-ab68-7aefef3557d7", + "positionUid": "e65c2105-85f1-4739-9d1e-5650f986edc3", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:48:00Z", - "first1dayCandleDate": "2010-10-05T00:00:00Z", + "first1minCandleDate": "2019-04-17T11:00:00Z", + "first1dayCandleDate": "1997-10-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SLGN": { - "figi": "BBG000BPDDB6", - "ticker": "SLGN", + "SLP": { + "figi": "BBG000BS2ZD1", + "ticker": "SLP", "classCode": "SPBXM", - "isin": "US8270481091", + "isin": "US8292141053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Silgan Holdings Inc.", + "name": "Simulations Plus Inc.", "exchange": "SPB", - "issueSize": "110587054", + "issueSize": "17809017", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -32477,110 +31715,111 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "47a63bff-037b-4a8e-8a56-156bdf094afd", + "uid": "865e162c-19aa-4340-862f-829aae970692", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a45de33d-edd6-402d-9b3e-ae892afbfb3f", + "positionUid": "1874262c-7bc9-40d8-b26c-9c1520bd0623", "forIisFlag": true, "first1minCandleDate": "2020-12-04T14:30:00Z", "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FCNCA": { - "figi": "BBG000BJCDS3", - "ticker": "FCNCA", + "CHNG": { + "figi": "BBG0059KNH10", + "ticker": "CHNG", "classCode": "SPBXM", - "isin": "US31946M1036", + "isin": "US15912K1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "First Citizens BancShares, Inc.", + "name": "Change Healthcare Inc", "exchange": "SPB", - "issueSize": "9503320", + "issueSize": "597112", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "16000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "2000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8a9a01a7-ca78-4bda-9149-e61eab7c2a0f", + "uid": "c244bf53-d5b5-41e2-a67c-e15934755f8e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e690feae-e3b3-4021-9f9e-50514aab086e", + "positionUid": "ffc1fa3b-fc60-4b5f-a362-e98597c4092a", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-03-24T13:30:00Z", + "first1dayCandleDate": "2020-03-24T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MTOR": { - "figi": "BBG000BH92D1", - "ticker": "MTOR", + "CPB": { + "figi": "BBG000BG4202", + "ticker": "CPB", "classCode": "SPBXM", - "isin": "US59001K1007", + "isin": "US1344291091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Meritor Inc", - "exchange": "SPB", - "issueSize": "78123347", + "name": "Campbell Soup", + "exchange": "SPB_MORNING", + "ipoDate": "1954-11-16T00:00:00Z", + "issueSize": "301517743", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "560000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 37500000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "94cb8df6-4c47-4364-bc62-40526cbb0e31", + "uid": "69f21e9b-3246-4a11-9485-3f89e86fd8e2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dec1c013-433a-46dd-b75c-b31ffd22b5c5", + "positionUid": "c5e5d21a-fe24-4973-9efb-cc27bf118e67", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:33:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T11:59:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PSMT": { - "figi": "BBG000BTKR92", - "ticker": "PSMT", + "VRT": { + "figi": "BBG00L2B8KW8", + "ticker": "VRT", "classCode": "SPBXM", - "isin": "US7415111092", + "isin": "US92537N1081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PriceSmart, Inc.", - "exchange": "SPB", - "issueSize": "30648990", + "name": "Vertiv Holdings Co", + "exchange": "SPB_MORNING", + "issueSize": "352427840", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "45000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "700000000", "nominal": { "currency": "usd", "units": "0", @@ -32597,61 +31836,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5e8fe6a-22a4-46a5-aa73-a5fe3a16f25c", + "uid": "7bc5aac8-02d4-4517-a487-0e1ecb51adf5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c8888c17-6fd1-4a33-b768-17c1d5122b05", + "positionUid": "28f2179b-6084-43a3-a3a0-249271fcb4e3", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:41:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "APH": { - "figi": "BBG000B9YJ35", - "ticker": "APH", + "CHD": { + "figi": "BBG000BFJT36", + "ticker": "CHD", "classCode": "SPBXM", - "isin": "US0320951017", + "isin": "US1713401024", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Amphenol", + "name": "Church & Dwight", "exchange": "SPB", - "ipoDate": "1991-11-08T00:00:00Z", - "issueSize": "598185235", + "issueSize": "243942435", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -32662,125 +31876,140 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34501480-fdd6-4fc7-b3d5-712f77f5896e", + "uid": "3e4f3419-3bc2-4834-a295-b40a28e92bb5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ef7988a7-5e12-48d2-8e7d-b253b9c8e67a", + "positionUid": "df4aec4b-ccdb-46b3-abb9-ae36429feb5e", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-05-19T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JPM": { - "figi": "BBG000DMBXR2", - "ticker": "JPM", + "BBWI": { + "figi": "BBG000BNGTQ7", + "ticker": "BBWI", "classCode": "SPBXM", - "isin": "US46625H1005", + "isin": "US0708301041", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { + "shortEnabledFlag": false, + "name": "Bath & Body Works", + "exchange": "SPB_MORNING", + "issueSize": "264372947", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", + "nominal": { + "currency": "usd", "units": "0", "nano": 500000000 }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "JPMorgan", + "apiTradeAvailableFlag": true, + "uid": "bd99a6d7-d939-45f5-9e4d-f84e9bcd3df5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "255ade5c-8c74-4c8c-b365-0dc4d727474d", + "forIisFlag": true, + "first1minCandleDate": "2021-08-10T11:45:00Z", + "first1dayCandleDate": "2021-08-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AMCX": { + "figi": "BBG000H01H92", + "ticker": "AMCX", + "classCode": "SPBXM", + "isin": "US00164V1035", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "AMC Networks Inc", "exchange": "SPB", - "ipoDate": "1969-03-05T00:00:00Z", - "issueSize": "3899050011", + "issueSize": "60877998", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "3899050011", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "360000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "84bb0465-14d1-4d51-95ba-a915fd3594b1", + "uid": "1f8630cc-f69f-4bdc-bd77-57e81ace8e2c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a9b6a32b-2eda-4b37-8987-150ac1b03498", + "positionUid": "7ffab411-f052-4662-9880-12eed7e88d7d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:07:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:29:00Z", + "first1dayCandleDate": "2011-06-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "288": { - "figi": "BBG00699M8Q7", - "ticker": "288", - "classCode": "SPBHKEX", - "isin": "KYG960071028", - "lot": 100, - "currency": "hkd", + "RUN": { + "figi": "BBG0025XVR85", + "ticker": "RUN", + "classCode": "SPBXM", + "isin": "US86771W1053", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "WH Group", - "exchange": "SPB_HK", - "issueSize": "14720230000", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "consumer", - "issueSizePlan": "50000000000", + "name": "Sunrun Inc", + "exchange": "SPB_MORNING", + "issueSize": "106161704", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_energy", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7ed7ac7-721c-49ec-9c5a-b8ff82688ccc", + "uid": "d79fb260-d78e-4d56-b66c-c61f8330507b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5e8ecc3c-cbbd-4fcc-9f92-0d53e73f118a", + "positionUid": "a300d49d-917d-49dd-8885-7eb8a60117fe", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:34:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2021-06-10T13:30:00Z", + "first1dayCandleDate": "2021-06-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PBI": { - "figi": "BBG000BQTMJ9", - "ticker": "PBI", + "AKAM": { + "figi": "BBG000BJQWD2", + "ticker": "AKAM", "classCode": "SPBXM", - "isin": "US7244791007", + "isin": "US00971T1016", "lot": 1, "currency": "usd", "klong": { @@ -32793,76 +32022,75 @@ }, "dlong": { "units": "0", - "nano": 613100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 898900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 378000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 378000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Pitney Bowes", - "exchange": "SPB", - "ipoDate": "1950-09-18T00:00:00Z", - "issueSize": "187550191", + "shortEnabledFlag": false, + "name": "Akamai Technologies", + "exchange": "SPB_MORNING", + "ipoDate": "1999-10-28T00:00:00Z", + "issueSize": "178163132", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "480000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "700000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "baf2bba1-dc74-4881-8d3a-b8ad2fb4d185", + "uid": "c58cf19e-0b48-47f1-8bec-1af1128bf56a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8679aa64-5d8a-4edd-9ca1-cb4b7e3130a4", + "positionUid": "6c29507b-164d-411b-ae1e-f3e417fc105f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:01:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1999-10-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EEFT": { - "figi": "BBG000BMNBY1", - "ticker": "EEFT", + "PGNY": { + "figi": "BBG002H1K1H1", + "ticker": "PGNY", "classCode": "SPBXM", - "isin": "US2987361092", + "isin": "US74340E1038", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Euronet Worldwide Inc", + "name": "Progyny Inc", "exchange": "SPB", - "ipoDate": "1997-03-06T00:00:00Z", - "issueSize": "51964031", + "issueSize": "75474794", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "90000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 20000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -32873,101 +32101,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "44c4c8d8-a57c-4d5c-9ed8-301e493f60a0", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "afec3fd5-9380-4aca-bee8-6ad1674eb7b2", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:16:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CNI": { - "figi": "BBG000HS74G6", - "ticker": "CNI", - "classCode": "SPBXM", - "isin": "CA1363751027", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Canadian National Railway Co", - "exchange": "SPB", - "issueSize": "826722529", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "cad", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "27d989f0-cc2f-436e-b613-cca64f978059", + "uid": "5b8cc859-6f96-43a7-b7e5-5d70272ddbb6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9de6f560-2359-4d97-9db5-c91f7c591857", + "positionUid": "50813aad-30c2-4817-8481-72554f68fedf", "forIisFlag": true, - "first1minCandleDate": "2021-08-13T13:30:00Z", - "first1dayCandleDate": "2021-08-13T07:00:00Z", + "first1minCandleDate": "2020-07-29T12:13:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GWRE": { - "figi": "BBG001C7PM75", - "ticker": "GWRE", + "SR": { + "figi": "BBG000BN6KG8", + "ticker": "SR", "classCode": "SPBXM", - "isin": "US40171V1008", + "isin": "US84857L1017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Guidewire Software Inc", + "name": "Spire Inc.", "exchange": "SPB", - "ipoDate": "2012-01-25T00:00:00Z", - "issueSize": "80608319", + "issueSize": "51235146", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "70000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "84593bea-c463-4c4c-bce1-c205af710844", + "uid": "6d529c33-0908-476f-8a5f-819363863be1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e0e93b1a-d371-46dc-ad7b-480221635aaf", + "positionUid": "7d22188a-a14f-451d-9cb8-f8affdf7873a", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:31:00Z", - "first1dayCandleDate": "2012-01-25T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:35:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VEEV": { - "figi": "BBG001CGB489", - "ticker": "VEEV", + "SRE": { + "figi": "BBG000C2ZCH8", + "ticker": "SRE", "classCode": "SPBXM", - "isin": "US9224751084", + "isin": "US8168511090", "lot": 1, "currency": "usd", "klong": { @@ -32979,154 +32166,98 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Veeva Systems Inc", - "exchange": "SPB", - "issueSize": "102868549", + "name": "Sempra Energy", + "exchange": "SPB_MORNING", + "issueSize": "247580092", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f72fdb53-533f-4dba-91e8-c476807be0a6", + "uid": "8e70462e-f669-493f-9a96-84f0b9a52641", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9c1e2d18-254a-412c-b7d9-1c8b0261dd19", + "positionUid": "02c9589d-46b8-4865-9271-eb6a7d13adcb", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:15:00Z", - "first1dayCandleDate": "2013-10-16T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-06-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COLD": { - "figi": "BBG000QF05R6", - "ticker": "COLD", + "IBM": { + "figi": "BBG000BLNNH6", + "ticker": "IBM", "classCode": "SPBXM", - "isin": "US03064D1081", + "isin": "US4592001014", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Americold Realty Trust REIT", - "exchange": "SPB", - "issueSize": "191634460", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "250000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "4a88f7fc-707b-4204-892d-0d62c4a8b784", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "448cf772-3f0c-4370-bdb5-367c58cd2de3", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:33:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MTX@DE": { - "figi": "BBG000BVTPQ3", - "ticker": "MTX@DE", - "classCode": "SPBDE", - "isin": "DE000A0D9PT0", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "MTU Aero Engines AG", - "exchange": "SPB_DE", - "issueSize": "53095488", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", + "dlongMin": { "units": "0", - "nano": 0 + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "1c572224-1233-4f0f-9553-4c3a8dba1490", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8707ac27-e1b1-4175-a16a-8c1a39c0c367", - "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:15:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MMI": { - "figi": "BBG005GBRSR6", - "ticker": "MMI", - "classCode": "SPBXM", - "isin": "US5663241090", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Marcus & Millichap Inc", - "exchange": "SPB", - "ipoDate": "2013-10-31T00:00:00Z", - "issueSize": "39132236", + "name": "IBM", + "exchange": "SPB_MORNING", + "ipoDate": "1915-11-11T00:00:00Z", + "issueSize": "896320073", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "4687500000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -33139,100 +32270,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9e62b445-fb94-4b9c-81e7-05af4abfa9bf", + "uid": "ca370ca5-e42b-44e4-a0a5-daf5e51d02a7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "941c1ecf-f3eb-4500-bc73-483d33abf7c9", + "positionUid": "b70a8cfc-90c1-4a66-8c39-f6239705b2fe", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:40:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T08:51:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BRO": { - "figi": "BBG000BWSGF4", - "ticker": "BRO", + "NOVA": { + "figi": "BBG00PLQ1JR1", + "ticker": "NOVA", "classCode": "SPBXM", - "isin": "US1152361010", + "isin": "US86745K1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Brown & Brown", + "name": "Sunnova Energy International", "exchange": "SPB", - "issueSize": "282042437", + "issueSize": "69115618", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "560000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_energy", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea403e02-9b37-45bb-b99e-3aa25b7a3941", + "uid": "a54ba7d0-dc76-4f09-84b3-d7e0819e1547", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4168568c-9fc7-4b6f-b207-71b56a0189b7", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "positionUid": "0479cae3-7ac0-426d-8373-bdab3b1a9038", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KMPR": { - "figi": "BBG000H3GDJ8", - "ticker": "KMPR", + "ZUMZ": { + "figi": "BBG000PYX812", + "ticker": "ZUMZ", "classCode": "SPBXM", - "isin": "US4884011002", + "isin": "US9898171015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kemper", + "name": "Zumiez Inc", "exchange": "SPB", - "issueSize": "51536698", + "ipoDate": "2013-08-09T00:00:00Z", + "issueSize": "25802906", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e7b7f85-53fa-42d6-950f-726ac2f2ea0f", + "uid": "63d93076-71f3-412b-9b85-d5a76ac7683b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "86853570-bc67-4a28-b744-4fd353b12b4c", + "positionUid": "76820360-3ae5-4be4-9b7c-b8cf356f693e", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:33:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HD": { - "figi": "BBG000BKZB36", - "ticker": "HD", + "TMUS": { + "figi": "BBG000NDV1D4", + "ticker": "TMUS", "classCode": "SPBXM", - "isin": "US4370761029", + "isin": "US8725901040", "lot": 1, "currency": "usd", "klong": { @@ -33260,84 +32392,83 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "The Home Depot", - "exchange": "SPB", - "ipoDate": "1981-09-01T00:00:00Z", - "issueSize": "1063258434", + "name": "T-Mobile US Inc", + "exchange": "SPB_MORNING", + "issueSize": "1247966318", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "10000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 50000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c4a50fd3-5a1a-4ec4-b290-0baf65ee3817", + "uid": "fcd68d9b-5235-4ea5-bac3-fa1922042944", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "087bd39d-cc36-454c-b536-9a3bc610c4f7", + "positionUid": "e244faf4-a46d-4b9e-8b5b-d292832fc005", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:02:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:32:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VSTO": { - "figi": "BBG006F8QZK4", - "ticker": "VSTO", + "TRI": { + "figi": "BBG000BBS9F6", + "ticker": "TRI", "classCode": "SPBXM", - "isin": "US9283771007", + "isin": "CA8849037095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vista Outdoor", + "name": "Thomson Reuters Corporation", "exchange": "SPB", - "issueSize": "57054063", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "issueSize": "494854975", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13b842fb-819d-478b-b5c7-b8e2644da4f1", + "uid": "0838d2b7-5f15-44cf-8bef-d387afee858d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "10bcd270-a732-4353-be3b-040f0768957b", + "positionUid": "171130fe-8628-48ed-ba6d-f7269b8b674c", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:19:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2021-09-10T11:57:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "STZ": { - "figi": "BBG000J1QLT0", - "ticker": "STZ", + "VNE": { + "figi": "BBG00K4MPP27", + "ticker": "VNE", "classCode": "SPBXM", - "isin": "US21036P1084", + "isin": "US92336X1090", "lot": 1, "currency": "usd", "klong": { @@ -33349,164 +32480,100 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Constellation Brands", + "name": "Veoneer Inc", "exchange": "SPB", - "issueSize": "171987269", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "322000000", + "issueSize": "87347940", + "countryOfRisk": "SE", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0428\u0432\u0435\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "325000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d043c57c-26eb-40a7-941e-b6e7a0485d7d", + "uid": "de459b7c-402a-40a7-a3c2-c5ebd9a48274", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "becb2e63-5d26-457c-8427-b496b0e190f3", + "positionUid": "c36daf28-9952-4dce-985a-245031d0be22", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T11:21:00Z", + "first1dayCandleDate": "2018-06-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RUSP": { - "figi": "BBG000R466J1", - "ticker": "RUSP", - "classCode": "TQBR", - "isin": "RU000A0JNH21", - "lot": 1000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Русполимет", - "exchange": "MOEX", - "ipoDate": "2005-12-15T00:00:00Z", - "issueSize": "5012985740", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "5012985740", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 30000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 500000 - }, - "apiTradeAvailableFlag": true, - "uid": "6e842f2f-1b59-4175-b70e-0f56a00cdd03", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "87f06f1c-b48d-4a7f-b25b-9c0aaf635121", - "forIisFlag": true, - "first1minCandleDate": "2018-03-08T02:35:00Z", - "first1dayCandleDate": "2008-08-29T00:00:00Z", - "type": "Shares", - "step": 0.0005 - }, - "MED": { - "figi": "BBG000BWBW76", - "ticker": "MED", + "USM": { + "figi": "BBG000BW6P59", + "ticker": "USM", "classCode": "SPBXM", - "isin": "US58470H1014", + "isin": "US9116841084", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, - "shortEnabledFlag": true, - "name": "Medifast Inc", + "shortEnabledFlag": false, + "name": "United States Cellular Corp", "exchange": "SPB", - "issueSize": "11964966", + "ipoDate": "1988-05-04T00:00:00Z", + "issueSize": "53348200", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "20000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "140000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "815ae0ce-514e-4fa3-b2a5-e3688688036c", + "uid": "9d8050b1-8932-4bd5-99ff-c30a856f59ec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "003a5c16-63d0-4ba6-a18d-43972930f598", + "positionUid": "b56f15b5-f7b0-473a-94f2-7727cb711e54", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T10:38:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NET": { - "figi": "BBG001WMKHH5", - "ticker": "NET", + "ZYNE": { + "figi": "BBG007BBS8B7", + "ticker": "ZYNE", "classCode": "SPBXM", - "isin": "US18915M1071", + "isin": "US98986X1090", "lot": 1, "currency": "usd", "klong": { @@ -33519,34 +32586,34 @@ }, "dlong": { "units": "0", - "nano": 830300000 + "nano": 754000000 }, "dshort": { "units": "1", - "nano": 521700000 + "nano": 262000000 }, "dlongMin": { "units": "0", - "nano": 588000000 + "nano": 504000000 }, "dshortMin": { "units": "0", - "nano": 588000000 + "nano": 504000000 }, "shortEnabledFlag": true, - "name": "CloudFlare Inc", - "exchange": "SPB_MORNING", - "issueSize": "81360728", + "name": "Zynerba Pharmaceuticals Inc", + "exchange": "SPB", + "issueSize": "13561373", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -33557,36 +32624,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f6e866d9-6388-4a55-80f9-27a4fc69392e", + "uid": "aa1ea7d6-e8de-4646-9fde-c6f3a83ca85d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9be85990-9858-440d-918b-d207cd978eb2", + "positionUid": "c3e29b1c-6d72-479b-b679-e2896fc375f3", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T11:32:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:05:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ATRC": { - "figi": "BBG000BL6CB5", - "ticker": "ATRC", + "ABG": { + "figi": "BBG000BKDWB5", + "ticker": "ABG", "classCode": "SPBXM", - "isin": "US04963C2098", + "isin": "US0434361046", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AtriCure", + "name": "Asbury Automotive Group Inc", "exchange": "SPB", - "issueSize": "44931713", + "ipoDate": "2002-03-14T00:00:00Z", + "issueSize": "19499144", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -33597,125 +32665,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dbceb161-feca-45e8-ad96-fdac008d48a2", + "uid": "a447e227-d5a0-4037-bad5-6bbaed1bc8df", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e359489f-7378-4189-b9e8-30303860a04a", + "positionUid": "6f14c784-a32c-411a-9c9e-80e687e35400", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:37:00Z", + "first1dayCandleDate": "2002-03-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALLO": { - "figi": "BBG00KHRRDX3", - "ticker": "ALLO", + "MRVL": { + "figi": "BBG00ZXBJ153", + "ticker": "MRVL", "classCode": "SPBXM", - "isin": "US0197701065", + "isin": "US5738741041", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 739900000 - }, - "dshort": { - "units": "1", - "nano": 220100000 - }, - "dlongMin": { - "units": "0", - "nano": 490000000 - }, - "dshortMin": { - "units": "0", - "nano": 490000000 - }, "shortEnabledFlag": false, - "name": "Allogene Therapeutics Inc", - "exchange": "SPB", - "issueSize": "121539320", + "name": "Marvell Technology, Inc.", + "exchange": "SPB_MORNING", + "issueSize": "807794635", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 2000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6faf1008-bb5b-4470-9b45-462fc203d985", + "uid": "677c93f4-31b5-4aa2-aabf-daafb0ee0d03", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1c941471-0427-4407-8b34-ddaa8f7e65cd", + "positionUid": "41771613-8064-4f18-bcd6-ab7b611cee8a", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-04-29T11:34:00Z", + "first1dayCandleDate": "2021-04-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SWN": { - "figi": "BBG000BTR593", - "ticker": "SWN", + "AMTI": { + "figi": "BBG00R240WL5", + "ticker": "AMTI", "classCode": "SPBXM", - "isin": "US8454671095", + "isin": "US03824M1099", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 674400000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 294000000 - }, - "shortEnabledFlag": true, - "name": "Southwestern Energy", + "shortEnabledFlag": false, + "name": "Applied Molecular Transport", "exchange": "SPB", - "ipoDate": "1981-12-10T00:00:00Z", - "issueSize": "677020351", + "issueSize": "34880411", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -33726,76 +32745,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f643cbf9-16c9-4903-8a13-7dd0b81ed0a6", + "uid": "9469deae-de0e-4697-9a24-eebc37883ce5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d9276322-38b9-42b7-9ca5-28853d39f4a6", + "positionUid": "99eda453-30f3-4417-8f02-f9842a919206", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:28:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "S": { - "figi": "BBG00B6F2F09", - "ticker": "S", + "RRR": { + "figi": "BBG00B6G8077", + "ticker": "RRR", "classCode": "SPBXM", - "isin": "US81730H1095", + "isin": "US75700L1089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SentinelOne, Inc.", + "name": "Red Rock Resorts", "exchange": "SPB", - "issueSize": "36428568", + "issueSize": "70373588", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fb397e5b-cc73-4c45-ab89-bbbb1b5d9f14", + "uid": "244b10cb-5bc0-460a-9b7d-ec244b7956ac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08a30fcb-0117-4841-a720-e860c2ffe7fc", + "positionUid": "7631d413-f625-48ad-b53e-573d3542336b", "forIisFlag": true, - "first1minCandleDate": "2021-06-30T16:24:00Z", - "first1dayCandleDate": "2021-06-30T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:14:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "THS": { - "figi": "BBG000GQGJT4", - "ticker": "THS", + "VCEL": { + "figi": "BBG000BDCM24", + "ticker": "VCEL", "classCode": "SPBXM", - "isin": "US89469A1043", + "isin": "US92346J1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TreeHouse Foods Inc", + "name": "Vericel Corp", "exchange": "SPB", - "issueSize": "56200736", + "issueSize": "44694512", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -33806,116 +32825,142 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "96ab509e-78a9-4b3d-b7ff-f17190e9d7f3", + "uid": "375c5cf3-4d26-4d43-98ef-77705681a46b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f1f877ce-ffce-4c01-8250-21dd19cae620", + "positionUid": "0ea94984-4a8a-4e6d-bc84-d2c2596308ce", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:33:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RRR": { - "figi": "BBG00B6G8077", - "ticker": "RRR", + "AVB": { + "figi": "BBG000BLPBL5", + "ticker": "AVB", "classCode": "SPBXM", - "isin": "US75700L1089", + "isin": "US0534841012", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Red Rock Resorts", + "name": "AvalonBay Communities REIT", "exchange": "SPB", - "issueSize": "70373588", + "ipoDate": "1994-03-11T00:00:00Z", + "issueSize": "138087866", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "280000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "244b10cb-5bc0-460a-9b7d-ec244b7956ac", + "uid": "579968c5-6182-460b-ae6c-8d85081747c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7631d413-f625-48ad-b53e-573d3542336b", + "positionUid": "e24b95fe-cd4b-49fd-8338-9031c72457a7", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:14:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1994-03-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SSA@GS": { - "figi": "BBG000G7B4C2", - "ticker": "SSA@GS", + "ITRI": { + "figi": "BBG000BD2167", + "ticker": "ITRI", "classCode": "SPBXM", - "isin": "US48122U2042", + "isin": "US4657411066", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sistema PJSFC", - "exchange": "LSE", - "issueSize": "482500000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "79633150", + "name": "Itron Inc", + "exchange": "SPB", + "ipoDate": "1993-11-04T00:00:00Z", + "issueSize": "39349003", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", - "units": "20", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e14977af-024f-4afd-807b-6926024332cc", + "uid": "c57ffec9-299f-4a40-b297-440ad96abc18", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d39a003b-748a-4d92-a7cf-14c218b3337c", + "positionUid": "9ea9117c-b71f-4b72-9604-bd380388e8ff", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:06:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1993-11-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CSWI": { - "figi": "BBG007NLG4L3", - "ticker": "CSWI", + "MTB": { + "figi": "BBG000D9KWL9", + "ticker": "MTB", "classCode": "SPBXM", - "isin": "US1264021064", + "isin": "US55261F1049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CSW Industrials Inc", + "name": "M&T Bank", "exchange": "SPB", - "issueSize": "15024159", + "issueSize": "150515367", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -33926,60 +32971,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3845e206-f086-48cf-9287-c0dfe6002ca3", + "uid": "cf95e808-ee88-4374-bff3-388a7261a1f9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3b4c660b-ae1b-480c-a11e-702211ce16d6", + "positionUid": "d39f64cc-6f55-45c4-9959-ba205c47563a", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2015-09-30T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CNK": { - "figi": "BBG000QDVR53", - "ticker": "CNK", + "BMO": { + "figi": "BBG000DLY9B9", + "ticker": "BMO", "classCode": "SPBXM", - "isin": "US17243V1026", + "isin": "CA0636711016", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Cinemark Holdings Inc", + "shortEnabledFlag": false, + "name": "Bank of Montreal", "exchange": "SPB", - "issueSize": "119627128", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "300000000", + "issueSize": "639329625", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "financial", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -33990,20 +33011,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba9d4bbe-ea29-4ad3-a617-159cc97a03bd", + "uid": "3e9670f0-a7e9-40fa-a83a-534258dba4ea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c3d56e5-1e55-4264-8242-4d94922482b7", + "positionUid": "632103b9-af5b-4f32-b793-e6d788a2e213", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2007-04-24T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:33:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MO": { - "figi": "BBG000BP6LJ8", - "ticker": "MO", + "HON": { + "figi": "BBG000H556T9", + "ticker": "HON", "classCode": "SPBXM", - "isin": "US02209S1033", + "isin": "US4385161066", "lot": 1, "currency": "usd", "klong": { @@ -34031,18 +33052,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Altria Group", - "exchange": "SPB", - "ipoDate": "1923-03-15T00:00:00Z", - "issueSize": "1885174950", + "name": "Honeywell", + "exchange": "SPB_MORNING", + "issueSize": "690399265", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 333333000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -34055,181 +33075,157 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5bccee90-710e-4d90-9b17-a817a44337ae", + "uid": "fb29719c-ec21-4bcb-98cc-13cdf02dfe70", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "50f85523-a6b7-432c-a4cb-91b1f2bb92ec", + "positionUid": "546452ba-a4a5-4b31-9394-09be15bc958c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1minCandleDate": "2018-01-23T11:39:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "W": { - "figi": "BBG001B17MV2", - "ticker": "W", + "TTC": { + "figi": "BBG000BVQRY3", + "ticker": "TTC", "classCode": "SPBXM", - "isin": "US94419L1017", + "isin": "US8910921084", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 620500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 273000000 - }, - "shortEnabledFlag": true, - "name": "Wayfair Inc", + "shortEnabledFlag": false, + "name": "Toro", "exchange": "SPB", - "ipoDate": "2014-10-02T00:00:00Z", - "issueSize": "56541838", + "issueSize": "106020302", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "175000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ce0b071-a5b8-4921-9357-8f1bcde396a8", + "uid": "2a55a4de-5da9-4702-81a4-a143ac81ddcd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fb0d0ab1-b4e7-40f3-a66a-eb068e0e84cc", + "positionUid": "11fea9e3-8f20-4d19-ab3f-22d915da54fa", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2014-10-02T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:32:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MRVL": { - "figi": "BBG00ZXBJ153", - "ticker": "MRVL", + "ACIW": { + "figi": "BBG000PMBV39", + "ticker": "ACIW", "classCode": "SPBXM", - "isin": "US5738741041", + "isin": "US0044981019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Marvell Technology, Inc.", + "name": "ACI Worldwide, Inc.", "exchange": "SPB", - "issueSize": "807794635", + "issueSize": "116388958", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1250000000", + "issueSizePlan": "2800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 2000000 + "nano": 5000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "677c93f4-31b5-4aa2-aabf-daafb0ee0d03", + "uid": "c9108b8c-ee2e-4579-bf75-237309d3fc9d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "41771613-8064-4f18-bcd6-ab7b611cee8a", + "positionUid": "50e13ac5-b233-4f80-bced-62a304e5e264", "forIisFlag": true, - "first1minCandleDate": "2021-04-29T11:34:00Z", - "first1dayCandleDate": "2021-04-29T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EME": { - "figi": "BBG000BBRPL4", - "ticker": "EME", + "ESAB": { + "figi": "BBG0028ZMP45", + "ticker": "ESAB", "classCode": "SPBXM", - "isin": "US29084Q1004", + "isin": "US29605J1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "EMCOR Group", + "name": "ESAB Corporation", "exchange": "SPB", - "issueSize": "56259161", + "issueSize": "0", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "200000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f3ef0cc8-5a4c-46b0-8307-be665b270d30", + "uid": "33fdbd38-2fca-448e-aa9c-fb59ffee2cd6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "629465ae-817d-414a-ab06-cb4944771fb7", + "positionUid": "7e892b0a-9c4a-4516-951f-10eb936d6885", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2022-04-19T13:20:00Z", + "first1dayCandleDate": "2022-04-19T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ONEM": { - "figi": "BBG0026ZDDQ0", - "ticker": "ONEM", + "AN": { + "figi": "BBG000BBXLW4", + "ticker": "AN", "classCode": "SPBXM", - "isin": "US68269G1076", + "isin": "US05329W1027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "1Life Healthcare", + "name": "AutoNation", "exchange": "SPB", - "issueSize": "122411198", + "ipoDate": "1981-05-01T00:00:00Z", + "issueSize": "90058836", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "17500000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34240,62 +33236,63 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bec72a3b-a8e3-418a-b44e-768d1166abb4", + "uid": "f5518bda-4006-4690-91b8-18ce08540282", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c865e820-fecc-483f-af2d-edabb967aecc", + "positionUid": "88f3b9d4-2ec6-4b71-9ab8-b4f965b0e506", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:32:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1990-09-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CFLT": { - "figi": "BBG007HWGYQ5", - "ticker": "CFLT", + "SEE": { + "figi": "BBG000C22QV7", + "ticker": "SEE", "classCode": "SPBXM", - "isin": "US20717M1036", + "isin": "US81211K1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Confluent", + "name": "Sealed Air", "exchange": "SPB", - "issueSize": "194935375", + "ipoDate": "1979-05-31T00:00:00Z", + "issueSize": "229996518", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4b0ab4b-da01-4f50-9687-9dd13474b5fc", + "uid": "91c7a724-a015-41fd-87be-ffddac39aca2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "084d8e83-6476-44d6-81f7-8b87d76a628d", + "positionUid": "72b94310-ea86-472f-b0b6-fc6cf6727fdb", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-03-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LITE": { - "figi": "BBG0073F9RT7", - "ticker": "LITE", - "classCode": "SPBXM", - "isin": "US55024U1097", + "MDMG": { + "figi": "BBG00Y3XYV94", + "ticker": "MDMG", + "classCode": "TQBR", + "isin": "US55279C2008", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -34306,194 +33303,242 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 313400000 }, "dshort": { "units": "0", - "nano": 620500000 + "nano": 425700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 171400000 }, "dshortMin": { "units": "0", - "nano": 273000000 + "nano": 194000000 }, - "shortEnabledFlag": false, - "name": "Lumentum Holdings Inc", - "exchange": "SPB", - "issueSize": "61006405", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "990000000", + "shortEnabledFlag": true, + "name": "\u041c\u0430\u0442\u044c \u0438 \u0434\u0438\u0442\u044f", + "exchange": "MOEX", + "issueSize": "75130000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "b8b5a367-fcbe-44ba-9141-db71f3db5e1c", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d4eba13f-04d4-4913-b752-8d35e98c13a3", + "uid": "28e4783c-2fe3-47cd-932a-a4af753a7a70", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "81c9bd82-12c7-455a-a9d4-24f95271dbc0", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:28:00Z", - "first1dayCandleDate": "2015-07-23T00:00:00Z", + "first1minCandleDate": "2020-11-09T06:59:00Z", + "first1dayCandleDate": "2020-11-09T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "CEVA": { - "figi": "BBG000BN3P07", - "ticker": "CEVA", + "T": { + "figi": "BBG000BSJK37", + "ticker": "T", "classCode": "SPBXM", - "isin": "US1572101053", + "isin": "US00206R1023", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "CEVA", - "exchange": "SPB", - "issueSize": "22004304", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "AT&T", + "exchange": "SPB_MORNING", + "issueSize": "7140000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "45000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6e1410a0-d204-41a1-93f4-c3f3bff770d4", + "uid": "594afd09-a3c5-4936-a3ff-9e2eaae281fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aa10d93f-d138-443d-b058-277aff1c8b6e", + "positionUid": "21169819-f389-4f98-8e6f-523ff4c883e9", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:28:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2018-01-23T08:12:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ARNC": { - "figi": "BBG00R45JYB7", - "ticker": "ARNC", + "EQH": { + "figi": "BBG00J7CBVW8", + "ticker": "EQH", "classCode": "SPBXM", - "isin": "US03966V1070", + "isin": "US29452E1010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Arconic", + "name": "Equitable Holdings", "exchange": "SPB", - "issueSize": "109021376", + "issueSize": "428272746", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f268626c-be42-457e-90fc-65a8ef94a082", + "uid": "df2c764e-df05-49bf-9653-be806f522385", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "68444f8b-9bdd-49a4-922d-c9f048b7d339", + "positionUid": "870743cf-32ff-40e2-923a-20b4578a9a4c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2016-11-01T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:01:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BSY": { - "figi": "BBG000BMSRR9", - "ticker": "BSY", + "ATI": { + "figi": "BBG000LC1FS4", + "ticker": "ATI", "classCode": "SPBXM", - "isin": "US08265T2087", + "isin": "US01741R1023", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Bentley Systems", + "name": "Allegheny Technologies", "exchange": "SPB", - "issueSize": "10750000", + "issueSize": "125661001", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f3626626-1462-4272-b30a-6a75148ff749", + "uid": "e2d9a349-78ea-42d1-9249-613f5259cc54", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dff2b59c-079a-49db-ae1c-38e82b9ce661", + "positionUid": "2fd469e0-3779-4c38-9102-20ba6a07a5e0", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:24:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:01:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KRYS": { - "figi": "BBG00HDGRHH7", - "ticker": "KRYS", + "COIN": { + "figi": "BBG00ZGF7771", + "ticker": "COIN", "classCode": "SPBXM", - "isin": "US5011471027", + "isin": "US19260Q1076", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Krystal Biotech Inc", - "exchange": "SPB", - "issueSize": "14431166", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 501600000 + }, + "dshort": { + "units": "0", + "nano": 674400000 + }, + "dlongMin": { + "units": "0", + "nano": 294000000 + }, + "dshortMin": { + "units": "0", + "nano": 294000000 + }, + "shortEnabledFlag": true, + "name": "Coinbase", + "exchange": "SPB_WEEKEND", + "issueSize": "150967792", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "10000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34504,20 +33549,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a9a0e58d-eb17-4a6e-9a80-b05c563c446f", + "uid": "ef07da8c-00c3-43cb-b8dd-d7c5d5585ec1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d6ddf5c-a4e5-4b92-8e8b-bf91897edadd", + "positionUid": "e48a9b85-1747-4298-bc39-2d7518e03468", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-04-14T17:25:00Z", + "first1dayCandleDate": "2021-04-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SNAP": { - "figi": "BBG00441QMJ7", - "ticker": "SNAP", + "CLSK": { + "figi": "BBG001MB89V6", + "ticker": "CLSK", "classCode": "SPBXM", - "isin": "US83304A1060", + "isin": "US18452B2097", "lot": 1, "currency": "usd", "klong": { @@ -34530,34 +33575,34 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 852500000 }, "dshort": { - "units": "0", - "nano": 620500000 + "units": "1", + "nano": 611500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 616000000 }, "dshortMin": { "units": "0", - "nano": 273000000 + "nano": 616000000 }, "shortEnabledFlag": true, - "name": "Snap Inc", - "exchange": "SPB_MORNING_WEEKEND", - "issueSize": "200000000", + "name": "Cleanspark Inc", + "exchange": "SPB", + "issueSize": "9864656", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "20000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34568,76 +33613,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7390015a-267e-4920-adfd-6cc75eb6baa0", + "uid": "dec01cd8-f2a6-4a9c-8982-de4f40143959", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d7cbf69-4cd6-46de-b17d-8110c3cfe054", + "positionUid": "ce247f57-74b1-4cb0-b603-f5983f3fb34a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:25:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:55:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CSGS": { - "figi": "BBG000G3TQV2", - "ticker": "CSGS", + "DNMR": { + "figi": "BBG00S4VMQT2", + "ticker": "DNMR", "classCode": "SPBXM", - "isin": "US1263491094", + "isin": "US2362721001", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CSG Systems International Inc", + "name": "Danimer Scientific", "exchange": "SPB", - "issueSize": "33217522", + "issueSize": "20000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "ecomaterials", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f5630ce8-8f01-4eba-93e7-244be9981d49", + "uid": "e6cc7a00-7623-4cad-aa39-f510b6b30fd6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "81391404-1f0f-4734-84ee-1c03aed8cd48", + "positionUid": "c854ba61-99b4-4308-a59e-024428e41964", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SJI": { - "figi": "BBG000BT0T72", - "ticker": "SJI", + "ATNI": { + "figi": "BBG000F8RCH1", + "ticker": "ATNI", "classCode": "SPBXM", - "isin": "US8385181081", + "isin": "US00215F1075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "South Jersey Industries, Inc", + "name": "ATN International, Inc", "exchange": "SPB", - "issueSize": "100586050", + "issueSize": "16144061", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 250000000 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34648,117 +33693,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "554a02f8-14f6-4841-b8b5-5d129069540c", + "uid": "fe4c6720-d09e-46d4-b6c1-c78664e4fa0a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8531ab75-7ccf-48b0-abb6-c4ba2d8f43e0", + "positionUid": "998147e2-e730-4510-a47b-3a8565917087", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:31:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HI": { - "figi": "BBG000KT0GV3", - "ticker": "HI", + "CGNT": { + "figi": "BBG00R0ZFHV4", + "ticker": "CGNT", "classCode": "SPBXM", - "isin": "US4315711089", + "isin": "IL0011691438", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hillenbrand", + "name": "Cognyte Software Ltd.", "exchange": "SPB", - "issueSize": "73038372", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "issueSizePlan": "200000000", + "issueSize": "65773335", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de53a5b3-4c60-418e-84cd-9985951be659", + "uid": "c5e46d91-58f1-4f90-9381-e3f5ea255606", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "37aff506-d2bf-4a8d-9024-d6eb75e9705c", + "positionUid": "2dffac81-a07f-4ad2-8ac0-220a8d00bf86", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2021-02-05T13:07:00Z", + "first1dayCandleDate": "2021-02-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "APP": { - "figi": "BBG006HFPX77", - "ticker": "APP", + "CNHI": { + "figi": "BBG0059JSF49", + "ticker": "CNHI", "classCode": "SPBXM", - "isin": "US03831W1080", + "isin": "NL0010545661", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AppLovin Corporation", + "name": "CNH Industrial N.V.", "exchange": "SPB", - "issueSize": "216751056", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "386400000", + "issueSize": "1362909611", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 30000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "27463077-1391-41ca-9f67-65fe975f096b", + "uid": "55c3f3ea-9f39-4f20-809d-7c18711092f0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4a78a2c0-ef04-4d47-93ed-51332bc15484", + "positionUid": "ca0387dc-805c-43d4-8df3-4de45e41e450", "forIisFlag": true, - "first1minCandleDate": "2021-06-18T13:25:00Z", - "first1dayCandleDate": "2021-06-18T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:30:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AMG": { - "figi": "BBG000C060M4", - "ticker": "AMG", + "CBU": { + "figi": "BBG000BF4D19", + "ticker": "CBU", "classCode": "SPBXM", - "isin": "US0082521081", + "isin": "US2036071064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Affiliated Managers Group", + "name": "Community Bank System", "exchange": "SPB", - "ipoDate": "1997-11-21T00:00:00Z", - "issueSize": "52672885", + "issueSize": "51914175", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "153000000", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34769,37 +33813,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10ae4fe9-4114-4b94-a97f-83edd03d89e0", + "uid": "b5d97f89-efbb-4725-a233-15ee83708985", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0390c902-6ce2-4114-9fa9-55b8ad9d2afb", + "positionUid": "37f0e41d-f4af-4089-b4fb-2da53dcb122d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:37:00Z", - "first1dayCandleDate": "1997-11-21T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CORT": { - "figi": "BBG000BKJG33", - "ticker": "CORT", + "SRDX": { + "figi": "BBG000BZ2QG2", + "ticker": "SRDX", "classCode": "SPBXM", - "isin": "US2183521028", + "isin": "US8688731004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Corcept Therapeutics Inc", + "name": "Surmodics Inc", "exchange": "SPB", - "ipoDate": "2016-02-03T00:00:00Z", - "issueSize": "115235013", + "ipoDate": "1998-03-03T00:00:00Z", + "issueSize": "13488496", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "45000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 50000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34810,36 +33854,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "28f2768e-df9f-47d1-b5db-519a72b88304", + "uid": "90e8bf31-37cd-4cbc-9a67-d7741aa212a1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c167549-d29d-467c-8b08-bfc561b2c184", + "positionUid": "32f79b9b-45e9-46d6-b0cd-a719dc850c72", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1998-03-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALG": { - "figi": "BBG000BJTZX0", - "ticker": "ALG", + "FCNCA": { + "figi": "BBG000BJCDS3", + "ticker": "FCNCA", "classCode": "SPBXM", - "isin": "US0113111076", + "isin": "US31946M1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Alamo Group Inc.", + "name": "First Citizens BancShares, Inc.", "exchange": "SPB", - "issueSize": "11860233", + "issueSize": "9503320", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "20000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "16000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34850,126 +33894,155 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc4775d9-bf65-4a42-9792-8cf149b043dd", + "uid": "8a9a01a7-ca78-4bda-9149-e61eab7c2a0f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1aac2234-c190-400e-942a-aca3abc3b7a3", + "positionUid": "e690feae-e3b3-4021-9f9e-50514aab086e", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:44:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PBF": { - "figi": "BBG002832GV8", - "ticker": "PBF", + "BNTX": { + "figi": "BBG00Q70B3V1", + "ticker": "BNTX", "classCode": "SPBXM", - "isin": "US69318G1067", + "isin": "US09075V1026", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "shortEnabledFlag": false, + "name": "BioNTech SE", + "exchange": "SPB", + "issueSize": "242516955", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "1", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 747700000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { "units": "0", - "nano": 322000000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "PBF Energy Inc", - "exchange": "SPB", - "ipoDate": "2012-12-13T00:00:00Z", - "issueSize": "109722252", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1000000000", + "apiTradeAvailableFlag": true, + "uid": "d5d2b59c-ad19-4869-855f-ac2c3834c591", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7a1918c3-f0aa-4729-b6e5-bdc3eddd790a", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "3690": { + "figi": "BBG00LLV9WW6", + "ticker": "3690", + "classCode": "SPBHKEX", + "isin": "KYG596691041", + "lot": 10, + "currency": "hkd", + "shortEnabledFlag": false, + "name": "Meituan", + "exchange": "SPB_HK", + "issueSize": "5491984913", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "8766b484-6582-4a11-99e6-8692784cc5ff", + "uid": "38306217-5793-454c-8f65-6a79f652b6ee", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a12e5d82-6165-4143-8430-456362206d6a", + "positionUid": "e50c080e-a250-4812-876c-bb18ec3fe9a4", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "2012-12-13T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "RRC": { - "figi": "BBG000FVXD63", - "ticker": "RRC", - "classCode": "SPBXM", - "isin": "US75281A1097", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 540300000 - }, - "dshort": { - "units": "0", - "nano": 747700000 - }, - "dlongMin": { + "RUSP": { + "figi": "BBG000R466J1", + "ticker": "RUSP", + "classCode": "TQBR", + "isin": "RU000A0JNH21", + "lot": 1000, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0420\u0443\u0441\u043f\u043e\u043b\u0438\u043c\u0435\u0442", + "exchange": "MOEX", + "ipoDate": "2005-12-15T00:00:00Z", + "issueSize": "5012985740", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "5012985740", + "nominal": { + "currency": "rub", "units": "0", - "nano": 322000000 + "nano": 30000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 322000000 + "nano": 500000 }, - "shortEnabledFlag": true, - "name": "Range Resources", + "apiTradeAvailableFlag": true, + "uid": "6e842f2f-1b59-4175-b70e-0f56a00cdd03", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "87f06f1c-b48d-4a7f-b25b-9c0aaf635121", + "forIisFlag": true, + "first1minCandleDate": "2018-03-08T02:35:00Z", + "first1dayCandleDate": "2008-08-29T00:00:00Z", + "type": "Shares", + "step": 0.0005 + }, + "IEX": { + "figi": "BBG000C1HN22", + "ticker": "IEX", + "classCode": "SPBXM", + "isin": "US45167R1041", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "IDEX Corp", "exchange": "SPB", - "ipoDate": "1980-06-01T00:00:00Z", - "issueSize": "247145294", + "issueSize": "76680296", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "475000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -34980,22 +34053,63 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3e5de5d3-0c9b-4e15-b6bb-898e0dd658f2", + "uid": "1d4298ff-f5ce-4065-954d-2f96e861baa8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "58598f0d-c63d-4f54-8197-f90d7329e15b", + "positionUid": "fd1e38d7-e681-4f69-9434-ec74efa0b7d0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:15:00Z", - "first1dayCandleDate": "1989-12-01T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TSN": { - "figi": "BBG000DKCC19", - "ticker": "TSN", - "classCode": "SPBXM", - "isin": "US9024941034", + "GTRK": { + "figi": "BBG00HY6V6H5", + "ticker": "GTRK", + "classCode": "TQBR", + "isin": "RU000A0ZYD22", + "lot": 10, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0413\u0422\u041c", + "exchange": "MOEX", + "ipoDate": "2017-04-14T00:00:00Z", + "issueSize": "58462120", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "37250000", + "nominal": { + "currency": "rub", + "units": "100", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "a4372073-3ce4-4f9e-9027-21ac3bddfb5b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a89caa54-7313-4105-8855-7f600d0a270d", + "forIisFlag": true, + "first1minCandleDate": "2018-03-08T04:48:00Z", + "first1dayCandleDate": "2017-11-03T00:00:00Z", + "type": "Shares", + "step": 0.05 + }, + "MVID": { + "figi": "BBG004S68CP5", + "ticker": "MVID", + "classCode": "TQBR", + "isin": "RU000A0JPGA0", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -35006,32 +34120,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 299600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 578400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 163100000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 256300000 }, "shortEnabledFlag": true, - "name": "Tyson Foods", - "exchange": "SPB_MORNING", - "issueSize": "294815725", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "\u041c.\u0432\u0438\u0434\u0435\u043e", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2007-08-23T00:00:00Z", + "issueSize": "179768227", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", - "issueSizePlan": "900000000", + "issueSizePlan": "149768227", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000000 + "currency": "rub", + "units": "10", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -35041,39 +34156,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "95455b8c-3813-4cd0-acfc-5459d8f9048d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c3b400cb-f206-4e25-a882-9bdfa7591612", + "uid": "cf1c6158-a303-43ac-89eb-9b1db8f96043", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "17cf2c5b-2176-4851-85e2-a638225bef88", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2007-11-06T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "CENTA": { - "figi": "BBG000KTYB56", - "ticker": "CENTA", + "BOX": { + "figi": "BBG000PMSK08", + "ticker": "BOX", "classCode": "SPBXM", - "isin": "US1535272058", + "isin": "US10316T1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Central Garden & Pet Co", + "name": "Box Inc", "exchange": "SPB", - "issueSize": "44476424", + "issueSize": "131764530", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35084,35 +34199,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9152dafe-a004-4820-ad97-89ea4a448907", + "uid": "70d7b3c8-1e3a-49e6-8104-8381d0497f14", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "89f101af-9c28-4aa3-a613-a2bea9da6001", + "positionUid": "08c508c2-2e4b-43bd-a2fc-24796724c408", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2007-02-06T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:10:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GBX": { - "figi": "BBG000CF5097", - "ticker": "GBX", + "STLD": { + "figi": "BBG000HGYNZ9", + "ticker": "STLD", "classCode": "SPBXM", - "isin": "US3936571013", + "isin": "US8581191009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Greenbrier Cos Inc", - "exchange": "SPB", - "ipoDate": "1994-07-13T00:00:00Z", - "issueSize": "32406264", + "name": "Steel Dynamics Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1996-11-21T00:00:00Z", + "issueSize": "222245142", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "50000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 2500000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -35125,37 +34240,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a8aa62c-6ae4-4932-b99f-0a841475c820", + "uid": "fdae511f-bf92-4343-b7df-107f4c3722f2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c8108ec0-ca7a-48f6-bf2f-dc30474c374d", + "positionUid": "ba340134-84d3-4b16-886d-89426617eabe", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "1994-07-14T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:29:00Z", + "first1dayCandleDate": "1996-11-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CVLT": { - "figi": "BBG000BG88X9", - "ticker": "CVLT", + "ARNC": { + "figi": "BBG00R45JYB7", + "ticker": "ARNC", "classCode": "SPBXM", - "isin": "US2041661024", + "isin": "US03966V1070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CommVault Systems Inc", + "name": "Arconic", "exchange": "SPB", - "ipoDate": "2006-09-21T00:00:00Z", - "issueSize": "45679184", + "issueSize": "109021376", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35166,20 +34280,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de0158d8-be9a-4383-a8d7-51d2957f09d5", + "uid": "f268626c-be42-457e-90fc-65a8ef94a082", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0233ed42-4892-4477-9746-a03daacafab6", + "positionUid": "68444f8b-9bdd-49a4-922d-c9f048b7d339", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2006-09-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2016-11-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BKR": { - "figi": "BBG00GBVBK51", - "ticker": "BKR", + "MKTX": { + "figi": "BBG000BJBZ23", + "ticker": "MKTX", "classCode": "SPBXM", - "isin": "US05722G1004", + "isin": "US57060D1081", "lot": 1, "currency": "usd", "klong": { @@ -35206,20 +34320,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Baker Hughes", + "shortEnabledFlag": false, + "name": "MarketAxess Holdings Inc", "exchange": "SPB", - "issueSize": "828487126", + "ipoDate": "2004-11-05T00:00:00Z", + "issueSize": "37697485", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "110000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 3000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35230,34 +34345,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "009058ab-f153-4bce-b7f4-a195147c2c72", + "uid": "199dbed4-a36f-4d9d-bd9e-18b7a9d3c609", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "617384e1-c45a-4287-a318-2e877998fbac", + "positionUid": "aec084de-8910-47f9-9adc-f80cb3bdfdf3", "forIisFlag": true, - "first1minCandleDate": "2019-10-21T13:30:00Z", - "first1dayCandleDate": "2019-10-21T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2004-11-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AAON": { - "figi": "BBG000C2LZP3", - "ticker": "AAON", + "DFS": { + "figi": "BBG000QBR5J5", + "ticker": "DFS", "classCode": "SPBXM", - "isin": "US0003602069", + "isin": "US2547091080", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "AAON", - "exchange": "SPB", - "issueSize": "52092212", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Discover Financial Services", + "exchange": "SPB_MORNING", + "ipoDate": "1993-02-22T00:00:00Z", + "issueSize": "380190745", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 4000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -35270,100 +34410,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a702cd0c-2b53-4a45-9158-31a6e9df2b65", + "uid": "72591784-f8bd-49cf-9831-2ed874faee31", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c0dde771-217e-458d-964d-819c839b0a5e", + "positionUid": "0210e3fb-9702-43aa-90fe-31ddd6f00df0", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:20:00Z", + "first1dayCandleDate": "2007-06-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HEN3@DE": { - "figi": "BBG000BC3BJ2", - "ticker": "HEN3@DE", - "classCode": "SPBDE", - "isin": "DE0006048432", + "SILK": { + "figi": "BBG0026ZJRY4", + "ticker": "SILK", + "classCode": "SPBXM", + "isin": "US82710M1009", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Henkel AG & Co", - "exchange": "SPB_DE", - "issueSize": "178162875", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", - "issueSizePlan": "0", + "name": "Silk Road Medical", + "exchange": "SPB", + "issueSize": "34683795", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "658de237-70e4-4701-a1e9-784e30409382", + "uid": "f2e8feb3-28ea-40fa-b117-95a560499574", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "46b65c9a-b0c7-4b3e-8064-5954605a23b9", + "positionUid": "6340b1f5-1983-46d6-a73a-9d651ffa3760", "forIisFlag": true, - "first1minCandleDate": "2020-09-01T07:04:00Z", - "first1dayCandleDate": "2020-09-01T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:44:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NTLA": { - "figi": "BBG007KC7PB0", - "ticker": "NTLA", + "ENTA": { + "figi": "BBG001V9NSB4", + "ticker": "ENTA", "classCode": "SPBXM", - "isin": "US45826J1051", + "isin": "US29251M1062", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 559100000 - }, - "dshort": { - "units": "0", - "nano": 784900000 - }, - "dlongMin": { - "units": "0", - "nano": 336000000 - }, - "dshortMin": { - "units": "0", - "nano": 336000000 - }, "shortEnabledFlag": false, - "name": "Intellia Therapeutics Inc", + "name": "Enanta Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "36085816", + "ipoDate": "2013-03-21T00:00:00Z", + "issueSize": "19441584", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "120000000", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35374,101 +34491,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "94419dbe-83f4-4763-af8e-e6ec8144e1d0", + "uid": "b74d1d8c-fec4-453f-93d5-1be92e7e306b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b55f527d-e192-48e4-9e6a-632a4be51002", + "positionUid": "c20bd8be-693e-40f4-b5cf-175ead93621b", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:09:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2013-03-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALSN": { - "figi": "BBG001KY3845", - "ticker": "ALSN", + "INMD": { + "figi": "BBG00PPS73P4", + "ticker": "INMD", "classCode": "SPBXM", - "isin": "US01973R1014", + "isin": "IL0011595993", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Allison Transmission Holdings", + "name": "Inmode Ltd", "exchange": "SPB", - "ipoDate": "2012-03-15T00:00:00Z", - "issueSize": "126129727", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1880000000", + "issueSize": "75600000", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "health_care", + "issueSizePlan": "20000000", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7c9da60c-fb60-40aa-89b0-d4646e94bb7e", + "uid": "51bbf7ff-cf80-444d-aad1-9c0bd03ab906", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4da83f2d-ec91-4d3a-a9a3-b74dd90bdc3a", + "positionUid": "681e89f9-65d0-42f1-a042-2bef4aee6c0d", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:34:00Z", - "first1dayCandleDate": "2012-03-15T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:12:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HLI": { - "figi": "BBG000CZTB66", - "ticker": "HLI", + "VCYT": { + "figi": "BBG001J2M542", + "ticker": "VCYT", "classCode": "SPBXM", - "isin": "US4415931009", + "isin": "US92337F1075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Houlihan Lokey, Inc.", + "name": "Veracyte Inc", "exchange": "SPB", - "issueSize": "46417820", + "ipoDate": "2015-09-17T00:00:00Z", + "issueSize": "48840294", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49cd5073-b703-4d0b-8155-24ddd1099ded", + "uid": "7a932153-10e1-4d7d-aa31-4250a207e679", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e6841a42-bf85-42d4-9e44-3a39fc3fcc98", + "positionUid": "a5c60d60-cf27-4b96-ae66-fb389c233916", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:32:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ROP": { - "figi": "BBG000F1ZSN5", - "ticker": "ROP", + "HBAN": { + "figi": "BBG000BKWSR6", + "ticker": "HBAN", "classCode": "SPBXM", - "isin": "US7766961061", + "isin": "US4461501045", "lot": 1, "currency": "usd", "klong": { @@ -35495,14 +34612,13 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Roper Technologies", - "exchange": "SPB", - "ipoDate": "1992-02-13T00:00:00Z", - "issueSize": "102362184", + "shortEnabledFlag": true, + "name": "Huntington Bancshares", + "exchange": "SPB_MORNING", + "issueSize": "1101795768", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", @@ -35520,165 +34636,119 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba414d55-51ea-49b4-b9d0-e3180e00b946", + "uid": "78b7146b-189f-4e0b-a62e-435f570b3293", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b6df4d25-44c2-46fb-95b3-6e0da229f9e7", + "positionUid": "9b43f5d8-61c3-4cad-9cc3-357ec7a47e56", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:40:00Z", - "first1dayCandleDate": "1992-02-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SHOO": { - "figi": "BBG000BLV2Q3", - "ticker": "SHOO", + "PD": { + "figi": "BBG0043BYPB8", + "ticker": "PD", "classCode": "SPBXM", - "isin": "US5562691080", + "isin": "US69553P1003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Steven Madden, Ltd.", - "exchange": "SPB", - "issueSize": "84096759", + "name": "Pagerduty Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2019-04-11T00:00:00Z", + "issueSize": "76086024", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "245000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "85000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 5000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0382723a-5ea5-409b-a17e-67c31c26333e", + "uid": "0161bcfd-6d2f-42c1-8e3d-2acdeb8ec77e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba6212a5-4d9e-4884-b170-d399c2722e27", + "positionUid": "2e8f346c-dade-471b-b063-43844ae8a659", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:13:00Z", + "first1dayCandleDate": "2019-04-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LEN": { - "figi": "BBG000BN5HF7", - "ticker": "LEN", + "PCRX": { + "figi": "BBG0018FQNS6", + "ticker": "PCRX", "classCode": "SPBXM", - "isin": "US5260571048", + "isin": "US6951271005", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Lennar", + "name": "Pacira BioSciences Inc", "exchange": "SPB", - "ipoDate": "1972-07-27T00:00:00Z", - "issueSize": "288004551", + "ipoDate": "2012-01-19T00:00:00Z", + "issueSize": "41730807", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "400000000", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e5256e2-b167-45a9-99ef-336302dac1b1", + "uid": "b24a3a21-ad05-43b3-8ddc-495301a118c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5912f01c-dbdf-4869-811e-f7a95ad1ead2", + "positionUid": "08b3a0bf-c374-4c6f-b745-ebb2bd8b50df", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AEE": { - "figi": "BBG000B9X8C0", - "ticker": "AEE", + "LKQ": { + "figi": "BBG000PXDL44", + "ticker": "LKQ", "classCode": "SPBXM", - "isin": "US0236081024", + "isin": "US5018892084", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Ameren", + "name": "LKQ Corporation", "exchange": "SPB", - "issueSize": "242634798", + "ipoDate": "2003-10-03T00:00:00Z", + "issueSize": "309574741", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35689,36 +34759,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0e64eea8-3cd9-4dd6-b974-b69ddf2c1cf3", + "uid": "afdd2b3b-1dc7-4b47-97a5-749ae7739e3d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4fe24e62-c4e8-42fa-938c-f3859e6d8b51", + "positionUid": "815cf1ad-c960-435d-8ebd-38d033859d3c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-01-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2003-10-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BCO": { - "figi": "BBG000DR5QP5", - "ticker": "BCO", + "POOL": { + "figi": "BBG000BCVG28", + "ticker": "POOL", "classCode": "SPBXM", - "isin": "US1096961040", + "isin": "US73278L1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Brink's Co", + "name": "Pool Corp", "exchange": "SPB", - "issueSize": "50483354", + "ipoDate": "1995-10-12T00:00:00Z", + "issueSize": "39391303", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35729,36 +34800,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "165167f1-8063-458a-a495-b17555edd809", + "uid": "2e8ad3ab-ac6e-4947-baf2-adcbaf0f0727", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3073e023-1859-48d1-8190-3c7affc70db2", + "positionUid": "f3e19ed6-faa4-4cf3-8a75-d18d27398b89", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2019-01-31T10:27:00Z", + "first1dayCandleDate": "1995-10-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LANC": { - "figi": "BBG000BN1M88", - "ticker": "LANC", + "WBS": { + "figi": "BBG000BWMX63", + "ticker": "WBS", "classCode": "SPBXM", - "isin": "US5138471033", + "isin": "US9478901096", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lancaster Colony", + "name": "Webster Financial Corporation", "exchange": "SPB", - "issueSize": "27442556", + "issueSize": "91629752", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35769,155 +34840,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13c61c47-c68b-4598-a805-66389b6658c3", + "uid": "5bbe57f8-708c-4fa5-8b97-53f24745389b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4d985e78-6486-41ee-af73-842031da6077", + "positionUid": "9440771b-a42a-4db4-9186-aa81679d661b", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:17:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VG": { - "figi": "BBG000BRB5D9", - "ticker": "VG", + "HD": { + "figi": "BBG000BKZB36", + "ticker": "HD", "classCode": "SPBXM", - "isin": "US92886T2015", + "isin": "US4370761029", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Vonage Holdings Corp", - "exchange": "SPB", - "issueSize": "242626703", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "596950000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 + "klong": { + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "kshort": { + "units": "2", + "nano": 0 }, - "apiTradeAvailableFlag": true, - "uid": "42931ae8-3c54-4351-af51-f852c367b603", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5e0a8b58-e855-4fa0-b293-b7dc7fcf876b", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "1177": { - "figi": "BBG000C6XDL4", - "ticker": "1177", - "classCode": "SPBHKEX", - "isin": "KYG8167W1380", - "lot": 100, - "currency": "hkd", - "shortEnabledFlag": false, - "name": "Sino Biopharmaceutical", - "exchange": "SPB_HK", - "issueSize": "7412192209", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "health_care", - "issueSizePlan": "0", - "nominal": { - "currency": "hkd", + "dlong": { "units": "0", - "nano": 25000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "1db9e96b-c87c-4ce3-92e1-9fb4e87e6c3c", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1614d6f8-7be5-4d19-9417-e5fa9f989215", - "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:28:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SNA": { - "figi": "BBG000BT7JW9", - "ticker": "SNA", - "classCode": "SPBXM", - "isin": "US8330341012", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Snap-on", - "exchange": "SPB", - "ipoDate": "1941-09-15T00:00:00Z", - "issueSize": "57970318", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "dlongMin": { + "units": "0", + "nano": 292900000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "90ac8947-846a-42e6-a40f-e4660b97b01a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eea2c534-38ca-4b5f-9b43-db21064a9d4b", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SR": { - "figi": "BBG000BN6KG8", - "ticker": "SR", - "classCode": "SPBXM", - "isin": "US84857L1017", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Spire Inc.", - "exchange": "SPB", - "issueSize": "51235146", + "shortEnabledFlag": true, + "name": "The Home Depot", + "exchange": "SPB_MORNING", + "ipoDate": "1981-09-01T00:00:00Z", + "issueSize": "1063258434", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "70000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "10000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 50000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -35930,36 +34905,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d529c33-0908-476f-8a5f-819363863be1", + "uid": "c4a50fd3-5a1a-4ec4-b290-0baf65ee3817", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7d22188a-a14f-451d-9cb8-f8affdf7873a", + "positionUid": "087bd39d-cc36-454c-b536-9a3bc610c4f7", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:35:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:02:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KRTX": { - "figi": "BBG00NN875G0", - "ticker": "KRTX", + "QUOT": { + "figi": "BBG001QYNR63", + "ticker": "QUOT", "classCode": "SPBXM", - "isin": "US48576A1007", + "isin": "US7491191034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Karuna Therapeutics Inc", + "name": "Quotient Technology Inc", "exchange": "SPB", - "issueSize": "26130120", + "ipoDate": "2014-03-07T00:00:00Z", + "issueSize": "93656678", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -35970,60 +34946,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "376ab6cb-4946-4d8c-bb2b-d7e7710c47af", + "uid": "817c9960-6ab7-4689-ba1a-ad4d9d9b83a5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0e8ec10e-dd24-4fbb-8740-222d35348e4d", + "positionUid": "e7d691de-87b8-4c29-8c1d-58ea5a316a9f", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:31:00Z", + "first1dayCandleDate": "2014-03-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CBU": { - "figi": "BBG000BF4D19", - "ticker": "CBU", + "BECN": { + "figi": "BBG000BKTXF2", + "ticker": "BECN", "classCode": "SPBXM", - "isin": "US2036071064", + "isin": "US0736851090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Community Bank System", + "name": "Beacon Roofing Supply Inc", "exchange": "SPB", - "issueSize": "51914175", + "ipoDate": "2004-09-23T00:00:00Z", + "issueSize": "68086674", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5d97f89-efbb-4725-a233-15ee83708985", + "uid": "cb5935aa-06d6-4694-9fac-ea6ec4f1d390", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "37f0e41d-f4af-4089-b4fb-2da53dcb122d", + "positionUid": "310e4014-f23c-413c-8e0b-5735e86f3787", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2004-09-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FAST": { - "figi": "BBG000BJ8YN7", - "ticker": "FAST", + "FL": { + "figi": "BBG000BX8DC4", + "ticker": "FL", "classCode": "SPBXM", - "isin": "US3119001044", + "isin": "US3448491049", "lot": 1, "currency": "usd", "klong": { @@ -36051,14 +35028,14 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Fastenal Company", - "exchange": "SPB", - "ipoDate": "1987-08-01T00:00:00Z", - "issueSize": "287688839", + "name": "Foot Locker", + "exchange": "SPB_MORNING", + "ipoDate": "1912-06-26T00:00:00Z", + "issueSize": "145645546", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -36075,124 +35052,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "945eae5e-5a91-4cc7-847a-b1c7f48e6764", + "uid": "13aba77b-88a3-454f-b156-48e2ca831959", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d97ff3e-50b6-4313-9b23-e23dd3aee2fa", + "positionUid": "a5032149-8a47-45a1-9ed2-4c9594770d5c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:02:00Z", + "first1minCandleDate": "2018-03-06T14:01:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZY": { - "figi": "BBG0077HPN74", - "ticker": "ZY", + "IPAR": { + "figi": "BBG000GCSWR5", + "ticker": "IPAR", "classCode": "SPBXM", - "isin": "US98985X1000", + "isin": "US4583341098", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, "shortEnabledFlag": false, - "name": "Zymergen Inc.", + "name": "Inter Parfums Inc", "exchange": "SPB", - "issueSize": "100324768", + "ipoDate": "1988-01-01T00:00:00Z", + "issueSize": "31442338", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "ecomaterials", - "issueSizePlan": "286477669", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ed8d4526-6234-4ad7-b40a-62dc04418e2a", + "uid": "27fa975b-ed85-4fa4-aee3-f8ffad027879", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b6e6a048-8ef2-4d2f-a76e-fb8fd027eb8f", + "positionUid": "9a4bcc53-15f8-4352-86a0-936e92ebd07d", "forIisFlag": true, - "first1minCandleDate": "2021-07-09T13:30:00Z", - "first1dayCandleDate": "2021-07-09T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1991-08-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AA": { - "figi": "BBG00B3T3HD3", - "ticker": "AA", - "classCode": "SPBXM", - "isin": "US0138721065", + "ALV@DE": { + "figi": "BBG000BBFBD7", + "ticker": "ALV@DE", + "classCode": "SPBDE", + "isin": "DE0008404005", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Alcoa Corporation", - "exchange": "SPB", - "issueSize": "146159428", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "750000000", + "currency": "eur", + "shortEnabledFlag": false, + "name": "Allianz SE", + "exchange": "SPB_DE", + "issueSize": "457000000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "financial", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36203,37 +35133,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab80ad63-00f1-4c9a-815d-f72d92e84be7", + "uid": "decd7217-2008-4cf8-9970-6ca0490bbc43", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db1119c2-3e15-4472-8b19-36ee20a1c7cc", + "positionUid": "4dc5b87b-b666-4385-94a2-ce9afdb82c6a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-03-01T08:02:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CRUS": { - "figi": "BBG000C1DHF5", - "ticker": "CRUS", + "NTGR": { + "figi": "BBG000C4GBR6", + "ticker": "NTGR", "classCode": "SPBXM", - "isin": "US1727551004", + "isin": "US64111Q1040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cirrus Logic Inc", + "name": "NETGEAR Inc", "exchange": "SPB", - "ipoDate": "1989-06-01T00:00:00Z", - "issueSize": "63366331", + "ipoDate": "2003-07-31T00:00:00Z", + "issueSize": "31491699", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36244,36 +35174,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8321acd6-5d97-43f4-b26e-241a3575bfa0", + "uid": "bde4bb86-55e8-4fda-b2bc-7528bcb7d29b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bcc949ca-9360-445c-8ef8-ffc76013b7dc", + "positionUid": "23007461-4ea7-4015-8bd0-289b05cee499", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T12:30:00Z", - "first1dayCandleDate": "1989-06-09T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2003-07-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SLQT": { - "figi": "BBG000GTP1B6", - "ticker": "SLQT", + "NARI": { + "figi": "BBG009J8K7M0", + "ticker": "NARI", "classCode": "SPBXM", - "isin": "US8163073005", + "isin": "US45332Y1091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SelectQuote", + "name": "Inari Medical Inc", "exchange": "SPB", - "issueSize": "32775000", + "issueSize": "55248527", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "700000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36284,102 +35214,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e6a9ccd4-e12c-48be-a780-f9038f8bf37c", + "uid": "c462cf41-9562-47cb-b169-b5e7fab36b1e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6bd4ca2c-1cac-401d-a681-68a2bb06ae78", + "positionUid": "795953ce-df15-4884-b012-8b45d4c32678", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:51:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FISV": { - "figi": "BBG000BJKPG0", - "ticker": "FISV", + "SVST@GS": { + "figi": "BBG000Q3XWC4", + "ticker": "SVST@GS", "classCode": "SPBXM", - "isin": "US3377381088", + "isin": "US8181503025", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Fiserv", - "exchange": "SPB", - "ipoDate": "1986-09-25T00:00:00Z", - "issueSize": "662204715", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "900000000", + "name": "Severstal PJSC", + "exchange": "LSE", + "issueSize": "81185000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf00e653-a9d0-48f3-a101-eddb9763bce0", + "uid": "8cbd3fc8-a6ed-4b2f-a1e7-f63eebb8be84", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c128cdd3-fbe8-42a4-8571-486a1c2f0729", + "positionUid": "0923a740-269e-4d09-a82a-e36323fc53b6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-04-22T07:08:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SEIC": { - "figi": "BBG000BSQLT9", - "ticker": "SEIC", + "J": { + "figi": "BBG019C1BQR4", + "ticker": "J", "classCode": "SPBXM", - "isin": "US7841171033", + "isin": "US46982L1089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SEI Investments Company", + "name": "Jacobs Solutions", "exchange": "SPB", - "ipoDate": "1981-03-01T00:00:00Z", - "issueSize": "157278314", + "issueSize": "127605611", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36390,22 +35294,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e899a00c-c122-499d-816b-17f3aa75fc93", + "uid": "846e0490-2abd-4222-a6cb-0f57b3c37ae7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f6c5c8d-9509-416a-b838-839ca20b0e46", + "positionUid": "aedab142-ea3b-4358-a07b-5a27b1897a8c", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-12-16T14:30:00Z", + "first1dayCandleDate": "2019-12-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GE": { - "figi": "BBG000BK6MB5", - "ticker": "GE", - "classCode": "SPBXM", - "isin": "US3696043013", + "BANEP": { + "figi": "BBG004S686N0", + "ticker": "BANEP", + "classCode": "TQBR", + "isin": "RU0007976965", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -36416,75 +35320,76 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 291100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 568600000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 158100000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252400000 }, - "shortEnabledFlag": false, - "name": "General Electric Company", - "exchange": "SPB", - "issueSize": "8781303049", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1650000000", + "shortEnabledFlag": true, + "name": "\u0411\u0430\u0448\u043d\u0435\u0444\u0442\u044c - \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2004-04-07T00:00:00Z", + "issueSize": "29788012", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "34622686", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "d7697cc4-d107-473c-8cb1-e75aab73f6b0", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1db3eaba-57ae-4e87-877f-b9f368651525", + "uid": "a5776620-1e2f-47ea-bbd6-06d8e4a236d8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "aeaa8f4a-5149-49ed-8b9d-816b739bc882", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:04:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:35:00Z", + "first1dayCandleDate": "2011-11-18T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "MXL": { - "figi": "BBG000BB6R33", - "ticker": "MXL", + "ROLL": { + "figi": "BBG000GMGNB3", + "ticker": "ROLL", "classCode": "SPBXM", - "isin": "US57776J1007", + "isin": "US75524B1044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MaxLinear Inc", + "name": "RBC Bearings Inc", "exchange": "SPB", - "ipoDate": "2010-03-24T00:00:00Z", - "issueSize": "71565950", + "ipoDate": "2005-08-10T00:00:00Z", + "issueSize": "24805005", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "550000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36495,36 +35400,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "88edcb2d-0d7b-4601-9bfe-6117c759d304", + "uid": "279349ba-5647-4afd-a87f-e5bb29ca4229", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b221967e-d378-4ea6-b537-97dc9a3e885d", + "positionUid": "d15aeb6b-83fc-479b-971d-8f5871e1925e", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:28:00Z", + "first1dayCandleDate": "2005-08-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PFSI": { - "figi": "BBG00LMYX123", - "ticker": "PFSI", + "BRX": { + "figi": "BBG001LFLZZ1", + "ticker": "BRX", "classCode": "SPBXM", - "isin": "US70932M1071", + "isin": "US11120U1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PennyMac Financial Services", + "name": "Brixmor Property Group REIT", "exchange": "SPB", - "issueSize": "79232448", + "issueSize": "299806785", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36535,20 +35440,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8065304c-f0e0-4ac8-9ddb-6a1e43b10ead", + "uid": "32bc81dd-8d7c-4def-abad-e05d43b3d367", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d1e104b0-0cae-4336-8e4a-ee46c1409872", + "positionUid": "c1fc1d00-6447-4bf2-ae37-6dc938eb9ec8", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:58:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:33:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KMI": { - "figi": "BBG0019JZ882", - "ticker": "KMI", + "OXY": { + "figi": "BBG000BQQ2S6", + "ticker": "OXY", "classCode": "SPBXM", - "isin": "US49456B1017", + "isin": "US6745991058", "lot": 1, "currency": "usd", "klong": { @@ -36576,18 +35481,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Kinder Morgan", - "exchange": "SPB", - "ipoDate": "2011-02-11T00:00:00Z", - "issueSize": "2217110072", + "name": "Occidental Petroleum", + "exchange": "SPB_MORNING_WEEKEND", + "issueSize": "933734637", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "energy", - "issueSizePlan": "4000000000", + "issueSizePlan": "1100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -36600,20 +35504,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "538b292f-b6d3-4382-9546-b30197fd045a", + "uid": "a037c8bc-d5b8-410b-af9e-ad7cab166a12", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ae55ad76-a517-46ef-bbd3-50c31dcb2c0b", + "positionUid": "1ec40355-2e81-4859-bce1-0d6b1d4a966a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:30:00Z", - "first1dayCandleDate": "2011-02-11T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMT": { - "figi": "BBG000B9XYV2", - "ticker": "AMT", + "APD": { + "figi": "BBG000BC4JJ4", + "ticker": "APD", "classCode": "SPBXM", - "isin": "US03027X1000", + "isin": "US0091581068", "lot": 1, "currency": "usd", "klong": { @@ -36640,52 +35544,53 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "American Tower REIT", + "shortEnabledFlag": false, + "name": "Air Products & Chemicals", "exchange": "SPB", - "issueSize": "423279014", + "ipoDate": "1961-11-13T00:00:00Z", + "issueSize": "219193653", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "327002fb-5fd9-4bab-8b0e-a4517eed522f", + "uid": "698aa555-0e90-45ab-9765-7cc4eba12516", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8a2b668a-4e3f-4145-8a3f-a145cd58b9af", + "positionUid": "5056de4e-d81e-4a96-9ab8-87c6390045ce", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-02-27T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VVX": { - "figi": "BBG005PG80K4", - "ticker": "VVX", + "VRTV": { + "figi": "BBG005XZHR97", + "ticker": "VRTV", "classCode": "SPBXM", - "isin": "US92242T1016", + "isin": "US9234541020", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "V2X, Inc.", + "name": "Veritiv Corp", "exchange": "SPB", - "issueSize": "11224424", + "issueSize": "16075390", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", "issueSizePlan": "100000000", "nominal": { @@ -36693,7 +35598,7 @@ "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36704,61 +35609,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cab70365-34fc-4bb4-b8bf-b4b0c1b547fa", + "uid": "8d2df346-691a-4e1e-837d-ff283fdd93ad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eb8af188-35a6-4040-aa6b-e51170850a7c", + "positionUid": "335546f0-327b-4916-8996-cb80b417c7e8", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:35:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:43:00Z", + "first1dayCandleDate": "2014-06-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COTY": { - "figi": "BBG000F395V1", - "ticker": "COTY", + "NDSN": { + "figi": "BBG000BPWGR1", + "ticker": "NDSN", "classCode": "SPBXM", - "isin": "US2220702037", + "isin": "US6556631025", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Coty", + "shortEnabledFlag": false, + "name": "Nordson Corp", "exchange": "SPB", - "ipoDate": "2013-06-13T00:00:00Z", - "issueSize": "766065761", + "issueSize": "57972664", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36769,20 +35649,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8407c0b7-2e1f-413d-abe0-f12c2ffc9acc", + "uid": "76782b62-da07-43f3-a6bb-61557a96173e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c17f054-6c4e-422a-ab23-f06d79baaa54", + "positionUid": "94e60fbf-2bc1-4791-bba6-d3d2763624e1", "forIisFlag": true, - "first1minCandleDate": "2018-03-06T14:31:00Z", - "first1dayCandleDate": "2013-06-13T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APPH": { - "figi": "BBG00VDGP717", - "ticker": "APPH", + "SWN": { + "figi": "BBG000BTR593", + "ticker": "SWN", "classCode": "SPBXM", - "isin": "US03783T1034", + "isin": "US8454671095", "lot": 1, "currency": "usd", "klong": { @@ -36795,34 +35675,35 @@ }, "dlong": { "units": "0", - "nano": 695300000 + "nano": 501600000 }, "dshort": { - "units": "1", - "nano": 96700000 + "units": "0", + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 448000000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 448000000 + "nano": 294000000 }, - "shortEnabledFlag": false, - "name": "AppHarvest", + "shortEnabledFlag": true, + "name": "Southwestern Energy", "exchange": "SPB", - "issueSize": "97924743", + "ipoDate": "1981-12-10T00:00:00Z", + "issueSize": "677020351", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36833,37 +35714,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5b64935-cbd5-4eaf-9fa7-af5454ecc92f", + "uid": "f643cbf9-16c9-4903-8a13-7dd0b81ed0a6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "84804eea-d052-4c5c-9351-f3e1783fa84d", + "positionUid": "d9276322-38b9-42b7-9ca5-28853d39f4a6", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:04:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:28:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PLXS": { - "figi": "BBG000BRBX66", - "ticker": "PLXS", + "RARE": { + "figi": "BBG001RWPDW6", + "ticker": "RARE", "classCode": "SPBXM", - "isin": "US7291321005", + "isin": "US90400D1081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Plexus Corp", + "name": "Ultragenyx Pharmaceutical Inc", "exchange": "SPB", - "ipoDate": "1986-02-01T00:00:00Z", - "issueSize": "30105120", + "ipoDate": "2014-01-31T00:00:00Z", + "issueSize": "57472474", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -36874,60 +35755,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2c86cb5-20b4-4ab5-9859-fa029344caa4", + "uid": "e7062457-f2a7-43fe-99fd-be441a0227fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "212c9b83-bf31-440e-8ed3-aec502154fff", + "positionUid": "96e5472a-bc39-41d1-9350-313b807410b4", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2014-01-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DB1@DE": { - "figi": "BBG000D54HT0", - "ticker": "DB1@DE", - "classCode": "SPBDE", - "isin": "DE0005810055", + "SWI": { + "figi": "BBG00M1CKSK7", + "ticker": "SWI", + "classCode": "SPBXM", + "isin": "US83417Q2049", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Deutsche Boerse AG", - "exchange": "SPB_DE", - "issueSize": "186610158", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "financial", - "issueSizePlan": "193000000", + "name": "SolarWinds Corp", + "exchange": "SPB", + "ipoDate": "2018-10-19T00:00:00Z", + "issueSize": "157865646", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "38b31f32-06e9-4184-9587-849d42a15af2", + "uid": "7346963b-7d7a-4dc9-b804-231ffeda27cd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4d808d94-dc04-42ce-ba45-4fab93f7bc6b", + "positionUid": "aeae7cfe-28f2-42d1-b4e6-d7ef99558930", "forIisFlag": true, - "first1minCandleDate": "2020-09-29T07:33:00Z", - "first1dayCandleDate": "2020-09-29T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:00:00Z", + "first1dayCandleDate": "2019-09-12T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BALL": { - "figi": "BBG000BDDNH5", - "ticker": "BALL", + "CI": { + "figi": "BBG00KXRCDP0", + "ticker": "CI", "classCode": "SPBXM", - "isin": "US0584981064", + "isin": "US1255231003", "lot": 1, "currency": "usd", "klong": { @@ -36954,19 +35836,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Ball Corporation", - "exchange": "SPB", - "ipoDate": "1972-07-01T00:00:00Z", - "issueSize": "343911434", + "shortEnabledFlag": false, + "name": "Cigna", + "exchange": "SPB_MORNING", + "issueSize": "340107539", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -36979,74 +35860,99 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fc7929ee-05c0-4de2-a68c-760a0f57dec1", + "uid": "eb9575e7-1932-4442-a89b-373e8a0dcffb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1259dec8-6962-488b-9152-0b674b36bf84", + "positionUid": "e332f799-c9e2-45f1-b60c-28621c5626ab", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:34:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CMC": { - "figi": "BBG000BFSND8", - "ticker": "CMC", - "classCode": "SPBXM", - "isin": "US2017231034", - "lot": 1, - "currency": "usd", + "OKEY": { + "figi": "BBG00172J7S9", + "ticker": "OKEY", + "classCode": "TQBR", + "isin": "US6708662019", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Commercial Metals Company", - "exchange": "SPB", - "issueSize": "119068720", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "200000000", + "name": "O'Key Group SA", + "exchange": "MOEX", + "issueSize": "269074000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8f3ee994-f85e-466c-8384-127d2dda6a4a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d718c995-f564-4b90-b76e-43e2b8c7bd90", + "uid": "2a3ac153-f5fb-4f6d-af66-38a8d2b2eacb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "6db95d7e-4e56-4ba2-a81e-d75c999a24db", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:32:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-12-14T06:59:00Z", + "first1dayCandleDate": "2020-12-14T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VXRT": { - "figi": "BBG000DR0RZ7", - "ticker": "VXRT", + "INCY": { + "figi": "BBG000BNPSQ9", + "ticker": "INCY", "classCode": "SPBXM", - "isin": "US92243A2006", + "isin": "US45337C1027", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Vaxart Inc", - "exchange": "SPB", - "issueSize": "7141189", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Incyte", + "exchange": "SPB_MORNING", + "ipoDate": "1993-11-03T00:00:00Z", + "issueSize": "220835269", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "200000000", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -37059,76 +35965,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "adb467c5-3140-488e-9875-0273e9a5ec5b", + "uid": "ab972ae2-6421-4112-b1d4-487b057b64bd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aa51d02d-54f5-42e3-bc55-bafda95a2a87", + "positionUid": "0acbaa03-d75a-4b8f-897e-466ce9f80f20", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:34:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1993-11-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HIBB": { - "figi": "BBG000H001V3", - "ticker": "HIBB", + "ALRS": { + "figi": "BBG004S68B31", + "ticker": "ALRS", + "classCode": "TQBR", + "isin": "RU0007252813", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 315700000 + }, + "dshort": { + "units": "0", + "nano": 359000000 + }, + "dlongMin": { + "units": "0", + "nano": 172800000 + }, + "dshortMin": { + "units": "0", + "nano": 165800000 + }, + "shortEnabledFlag": true, + "name": "\u0410\u041b\u0420\u041e\u0421\u0410", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2011-08-25T00:00:00Z", + "issueSize": "7364965630", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "7364965630", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 500000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "30817fea-20e6-4fee-ab1f-d20fc1a1bb72", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2011-11-30T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MYRG": { + "figi": "BBG000BC7VW9", + "ticker": "MYRG", "classCode": "SPBXM", - "isin": "US4285671016", + "isin": "US55405W1045", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hibbett, Inc.", + "name": "MYR Group Inc", "exchange": "SPB", - "issueSize": "16012057", + "issueSize": "16610032", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_buildings", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "369ed4e4-f437-47d8-abd4-c870a06b3b83", + "uid": "78913834-0d5e-42b9-9189-e5e9f12f2a7b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d41e791a-a568-4d00-abfd-0114d7c13a01", + "positionUid": "a5441500-e87c-453f-bb5e-8818a9748807", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2008-08-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ABC": { - "figi": "BBG000MDCQC2", - "ticker": "ABC", + "ANDE": { + "figi": "BBG000BF8CN3", + "ticker": "ANDE", "classCode": "SPBXM", - "isin": "US03073E1055", + "isin": "US0341641035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AmerisourceBergen Corp", + "name": "Andersons Inc", "exchange": "SPB", - "issueSize": "205632943", + "issueSize": "29430000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "63000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -37139,60 +36110,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9151eab1-f7bd-4972-8f1c-e20cef0dfc27", + "uid": "421a4e43-30ad-493a-9a0e-26dff183b008", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "225e7220-b916-4b97-bc62-634792db446e", + "positionUid": "517854a3-8391-44f2-87d5-05b8220c0dae", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:31:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:29:00Z", + "first1dayCandleDate": "1996-02-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VOYA": { - "figi": "BBG000BCWKD6", - "ticker": "VOYA", + "FOUR": { + "figi": "BBG00TX393L4", + "ticker": "FOUR", "classCode": "SPBXM", - "isin": "US9290891004", + "isin": "US82452J1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Voya Financial", + "name": "Shift4 Payments", "exchange": "SPB", - "issueSize": "172003659", + "issueSize": "21074996", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d3274062-d2bf-4718-bfd4-75c4234d9d4e", + "uid": "408a85c4-e6cb-4b75-90a8-d7b5ee1ae118", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "51e2229c-2112-4fb5-8653-02b9ccd3a090", + "positionUid": "026fbae3-d5b3-42e1-9fb0-45af71f1f99d", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:35:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:04:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JCI": { - "figi": "BBG000BVWLJ6", - "ticker": "JCI", + "SBUX": { + "figi": "BBG000CTQBF3", + "ticker": "SBUX", "classCode": "SPBXM", - "isin": "IE00BY7QL619", + "isin": "US8552441094", "lot": 1, "currency": "usd", "klong": { @@ -37219,60 +36190,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Johnson Controls", - "exchange": "SPB", - "ipoDate": "1964-10-02T00:00:00Z", - "issueSize": "935790544", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "2000000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "ff58e828-dfb1-45b5-ab7e-326eec1b4f4a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ebc2c388-5322-4f9b-afea-57b53c27191a", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:21:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "AMN": { - "figi": "BBG000BCT197", - "ticker": "AMN", - "classCode": "SPBXM", - "isin": "US0017441017", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "AMN Healthcare Services Inc", - "exchange": "SPB", - "ipoDate": "2001-11-13T00:00:00Z", - "issueSize": "48049426", + "shortEnabledFlag": true, + "name": "Starbucks Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1992-06-26T00:00:00Z", + "issueSize": "1179100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -37285,20 +36215,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ea6bb34-acf8-49fd-a8aa-d8003eb071aa", + "uid": "2e40158c-225a-4ed0-81be-f4628e9b5705", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "547ee569-527c-4662-a841-24ad679c0a81", + "positionUid": "54f80d9a-8fb1-4935-80a5-c0fe29c8f316", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:44:00Z", - "first1dayCandleDate": "2001-11-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:39:00Z", + "first1dayCandleDate": "1992-06-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WELL": { - "figi": "BBG000BKY1G5", - "ticker": "WELL", + "GBT": { + "figi": "BBG00341H6M0", + "ticker": "GBT", "classCode": "SPBXM", - "isin": "US95040Q1040", + "isin": "US37890U1088", "lot": 1, "currency": "usd", "klong": { @@ -37311,59 +36241,59 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 613100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 898900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 378000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 378000000 }, - "shortEnabledFlag": true, - "name": "Welltower REIT", - "exchange": "SPB", - "ipoDate": "1978-02-17T00:00:00Z", - "issueSize": "362531659", + "shortEnabledFlag": false, + "name": "Global Blood Therapeutics Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2015-08-12T00:00:00Z", + "issueSize": "43699339", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a8ad25f-a3d1-4420-aba4-11a187bdbff2", + "uid": "54aa5c23-c90e-4a9b-9e9e-9a5f56032774", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a21220f5-7d32-479f-b312-aae02350ed5d", + "positionUid": "681cc2fe-f883-47b8-bc92-40ac7fa4af6b", "forIisFlag": true, - "first1minCandleDate": "2018-03-05T14:35:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:28:00Z", + "first1dayCandleDate": "2015-08-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PSX": { - "figi": "BBG00286S4N9", - "ticker": "PSX", + "BFH": { + "figi": "BBG000BFNR17", + "ticker": "BFH", "classCode": "SPBXM", - "isin": "US7185461040", + "isin": "US0185811082", "lot": 1, "currency": "usd", "klong": { @@ -37391,19 +36321,20 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Phillips 66", + "name": "Bread Financial", "exchange": "SPB", - "issueSize": "437989408", + "ipoDate": "2001-06-08T00:00:00Z", + "issueSize": "55461323", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -37414,114 +36345,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "53eff42c-8fdb-48a2-baea-3a2b9827726d", + "uid": "0fb20944-6a38-4184-bf29-0c7c68d06f0e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c1457e3b-a9c7-4c42-8943-4cf07959d45d", + "positionUid": "bb476ce9-4225-4461-ae01-5af7325d4377", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2012-04-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "2001-06-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ITCI": { - "figi": "BBG0026ZFZC4", - "ticker": "ITCI", + "SNX": { + "figi": "BBG000CL9JV4", + "ticker": "SNX", "classCode": "SPBXM", - "isin": "US46116X1019", + "isin": "US87162W1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Intra-Cellular Therapies, Inc", + "name": "SYNNEX Corp", "exchange": "SPB", - "issueSize": "54696380", + "ipoDate": "2003-11-25T00:00:00Z", + "issueSize": "51161022", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e76dd65e-e1e0-47f3-b28d-fd237698b5c2", + "uid": "bf1424c1-09bc-4af9-beaa-d0d2dec981da", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "50bd1ada-24cf-46c4-abd3-6eceb3765a8c", + "positionUid": "16a76603-6b7f-48b0-ba77-9ce2339941a4", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2003-11-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WSO": { - "figi": "BBG000DJN7L9", - "ticker": "WSO", + "MSFT": { + "figi": "BBG000BPH459", + "ticker": "MSFT", "classCode": "SPBXM", - "isin": "US9426222009", + "isin": "US5949181045", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Watsco Inc", - "exchange": "SPB", - "issueSize": "32005941", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "bf2c1f6e-2e76-4335-97d5-37e374db292e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "137bb47a-7cda-4573-a999-47053e820703", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:41:00Z", - "first1dayCandleDate": "1990-07-06T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "HEI": { - "figi": "BBG000BL16Q7", - "ticker": "HEI", - "classCode": "SPBXM", - "isin": "US4228061093", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "HEICO", - "exchange": "SPB", - "issueSize": "26979679", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Microsoft Corporation", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1986-03-13T00:00:00Z", + "issueSize": "7514891248", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 6250 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -37534,20 +36451,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c4a9d0c3-025c-43a8-9881-26490ae5dd78", + "uid": "99cfdf6a-8b64-44b1-b38e-c831f77d552d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5f8067e9-695e-4475-ad2d-95d369e161bf", + "positionUid": "14ed5263-ac0f-49e8-b6bd-b9abc15699a0", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:32:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:21:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BBBY": { - "figi": "BBG000CSY9H9", - "ticker": "BBBY", + "TER": { + "figi": "BBG000BV4DR6", + "ticker": "TER", "classCode": "SPBXM", - "isin": "US0758961009", + "isin": "US8807701029", "lot": 1, "currency": "usd", "klong": { @@ -37560,33 +36477,33 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 781000000 }, "dshort": { "units": "1", - "nano": 16400000 + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 532000000 }, - "shortEnabledFlag": false, - "name": "Bed Bath & Beyond", - "exchange": "SPB", - "ipoDate": "1992-06-04T00:00:00Z", - "issueSize": "142412779", + "shortEnabledFlag": true, + "name": "Teradyne Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1970-04-02T00:00:00Z", + "issueSize": "196157730", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 125000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -37599,37 +36516,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b3217d27-bb8e-4d19-a211-9adbb9383099", + "uid": "35bacac3-b2ef-4ee4-824e-f62aab7d64f3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "02e63e5e-d717-4713-b49e-1e8ffcc54565", + "positionUid": "5c8dfa85-2544-45e6-bf62-8b60ac0c9d24", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:58:00Z", - "first1dayCandleDate": "1992-06-05T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SLAB": { - "figi": "BBG000BB99S3", - "ticker": "SLAB", + "TWNK": { + "figi": "BBG00B6KGNN1", + "ticker": "TWNK", "classCode": "SPBXM", - "isin": "US8269191024", + "isin": "US44109J1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Silicon Laboratories Inc", + "name": "Hostess Brands Inc", "exchange": "SPB", - "ipoDate": "2000-03-24T00:00:00Z", - "issueSize": "41747783", + "issueSize": "120947081", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -37640,36 +36556,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "717ddee6-6204-4854-b4fb-17b9b6029060", + "uid": "7d5f696e-7093-453a-9bf8-29f23231b131", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7b83cc2c-3de9-46f3-a041-eaeef97f921f", + "positionUid": "c5bea2d8-9ace-48d9-ae1d-631bd571793d", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T12:18:00Z", - "first1dayCandleDate": "2000-03-24T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CNHI": { - "figi": "BBG0059JSF49", - "ticker": "CNHI", + "UFPI": { + "figi": "BBG000BL0T06", + "ticker": "UFPI", "classCode": "SPBXM", - "isin": "NL0010545661", + "isin": "US90278Q1085", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CNH Industrial N.V.", + "name": "UUFP Industries, Inc", "exchange": "SPB", - "issueSize": "1362909611", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", + "ipoDate": "1993-11-09T00:00:00Z", + "issueSize": "61102481", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "80000000", "nominal": { - "currency": "eur", + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "apiTradeAvailableFlag": true, + "uid": "99fbf6b3-e90b-4d47-b8a2-2e2876657aee", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e67db923-1e89-41d5-9099-75c19c4b57df", + "forIisFlag": true, + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1993-11-10T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "RY": { + "figi": "BBG000BSSC44", + "ticker": "RY", + "classCode": "SPBXM", + "isin": "CA7800871021", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Royal Bank of Canada", + "exchange": "SPB", + "issueSize": "1485393572", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "financial", + "issueSizePlan": "0", + "nominal": { + "currency": "cad", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -37680,31 +36637,30 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55c3f3ea-9f39-4f20-809d-7c18711092f0", + "uid": "d79b08be-af45-45af-b039-e6abed184c19", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ca0387dc-805c-43d4-8df3-4de45e41e450", + "positionUid": "6f318e2b-6d07-48e0-bb92-3c6b2570bc83", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:30:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2021-09-10T13:25:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WSM": { - "figi": "BBG000FSMWC3", - "ticker": "WSM", + "DISH": { + "figi": "BBG000C2YHG9", + "ticker": "DISH", "classCode": "SPBXM", - "isin": "US9699041011", + "isin": "US25470M1099", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Williams-Sonoma Inc", - "exchange": "SPB", - "ipoDate": "1983-07-01T00:00:00Z", - "issueSize": "87845738", + "name": "DISH Network Corp", + "exchange": "SPB_MORNING", + "issueSize": "229081093", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "253125000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1600000000", "nominal": { "currency": "usd", "units": "0", @@ -37714,27 +36670,27 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a334f63-0eaf-48ba-8101-55a8202c22c6", + "uid": "a931e130-54f1-4188-8762-3db51805e333", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fd86e852-d3c8-4ed4-89d0-0d02de62dc49", + "positionUid": "aaa51150-b07c-4b3c-9f88-097e1f789576", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "REGI": { - "figi": "BBG0016SSV00", - "ticker": "REGI", + "CPRI": { + "figi": "BBG0029SNR63", + "ticker": "CPRI", "classCode": "SPBXM", - "isin": "US75972A3014", + "isin": "VGG1890L1076", "lot": 1, "currency": "usd", "klong": { @@ -37751,7 +36707,7 @@ }, "dshort": { "units": "0", - "nano": 602800000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -37759,23 +36715,23 @@ }, "dshortMin": { "units": "0", - "nano": 266000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Renewable Energy Group Inc", - "exchange": "SPB", - "ipoDate": "2001-02-09T00:00:00Z", - "issueSize": "38964276", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "300000000", + "name": "Capri Holdings Limited", + "exchange": "SPB_MORNING", + "ipoDate": "2011-12-15T00:00:00Z", + "issueSize": "150232617", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "consumer", + "issueSizePlan": "650000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -37786,20 +36742,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4fcb30e5-63d3-4153-b1c7-e7eb512e4728", + "uid": "9f34b8cd-bb41-46f7-9616-8e303a8b4d8b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5513558c-83ab-44de-af4e-420de2dd4cf3", + "positionUid": "438377fd-e182-4a61-a3ac-8a554432a0de", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-01-10T13:13:00Z", + "first1dayCandleDate": "2011-12-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HPQ": { - "figi": "BBG000KHWT55", - "ticker": "HPQ", + "ALK": { + "figi": "BBG000BBL0Y1", + "ticker": "ALK", "classCode": "SPBXM", - "isin": "US40434L1052", + "isin": "US0116591092", "lot": 1, "currency": "usd", "klong": { @@ -37827,14 +36783,14 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "HP", - "exchange": "SPB", - "ipoDate": "1957-11-06T00:00:00Z", - "issueSize": "1152518738", + "name": "Alaska Air Group", + "exchange": "SPB_MORNING", + "ipoDate": "1983-02-23T00:00:00Z", + "issueSize": "123603902", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", @@ -37851,36 +36807,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2118809d-994e-422d-b0a1-7806eb4992ef", + "uid": "303e9367-51b5-4d24-9514-3b6adb1c5d78", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b3d8e72f-d26a-4052-a5c5-e066ff66072b", + "positionUid": "2a01e157-a95a-495c-8a10-b4d0a2bfa564", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:30:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GPRO": { - "figi": "BBG001LWHLJ8", - "ticker": "GPRO", + "ALLK": { + "figi": "BBG003QBJKN0", + "ticker": "ALLK", "classCode": "SPBXM", - "isin": "US38268T1034", + "isin": "US01671P1003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GoPro", + "name": "Allakos Inc", "exchange": "SPB", - "issueSize": "100761057", + "ipoDate": "2018-07-19T00:00:00Z", + "issueSize": "43123773", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -37891,20 +36848,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c65f1fe7-5813-4570-a4a4-294cb101809a", + "uid": "c607c34d-2d64-4a04-bde2-6a0bcf2e25b4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1c0ea1a0-65a0-4593-acf8-dbb69a6c9fe4", + "positionUid": "545d424d-4b91-432f-be3f-79dc452b9fe3", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:31:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2018-07-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ASIX": { - "figi": "BBG00CWTTQ41", - "ticker": "ASIX", + "QCOM": { + "figi": "BBG000CGC1X8", + "ticker": "QCOM", "classCode": "SPBXM", - "isin": "US00773T1016", + "isin": "US7475251036", "lot": 1, "currency": "usd", "klong": { @@ -37921,7 +36878,7 @@ }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -37929,20 +36886,21 @@ }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "AdvanSix Inc", - "exchange": "SPB", - "issueSize": "28363471", + "shortEnabledFlag": true, + "name": "Qualcomm", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1991-12-12T00:00:00Z", + "issueSize": "1128000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -37955,101 +36913,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "481b0b21-0c38-4afa-9447-6d353a95f877", + "uid": "3ee31165-dde8-4694-b912-1e1252914073", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b463747c-cd91-4d27-a0a2-a474b5261cd7", + "positionUid": "4e614863-4656-4e4d-be0b-cb66d76e80d1", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:35:00Z", - "first1dayCandleDate": "2016-09-15T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:21:00Z", + "first1dayCandleDate": "1991-12-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TM": { - "figi": "BBG000BPH299", - "ticker": "TM", + "POSH": { + "figi": "BBG0029ZBN50", + "ticker": "POSH", "classCode": "SPBXM", - "isin": "US8923313071", + "isin": "US73739W1045", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Toyota Motor Corp", + "name": "Poshmark", "exchange": "SPB", - "issueSize": "1631498746", - "countryOfRisk": "JP", - "countryOfRiskName": "", - "sector": "consumer", - "issueSizePlan": "0", + "issueSize": "1400560", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "5000000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7487832e-1b51-4184-82bf-a3c13794007a", + "uid": "ac98b4b7-e363-4503-893a-0ebf601b217e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f13a2a7-2d1c-4b46-9f15-5312e701df7f", + "positionUid": "0fe5d7c7-9b0a-4a82-b0a0-5af4b4900929", "forIisFlag": true, - "first1minCandleDate": "2021-02-25T13:58:00Z", - "first1dayCandleDate": "2021-02-25T07:00:00Z", + "first1minCandleDate": "2021-06-01T12:45:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GTN": { - "figi": "BBG000DSQLQ0", - "ticker": "GTN", + "HUN": { + "figi": "BBG000NS26Q8", + "ticker": "HUN", "classCode": "SPBXM", - "isin": "US3893751061", + "isin": "US4470111075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Gray Television Inc", + "name": "Huntsman", "exchange": "SPB", - "ipoDate": "2017-04-13T00:00:00Z", - "issueSize": "93633773", + "issueSize": "240008103", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -38060,20 +36993,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cbe0b91a-da69-4102-99d3-e5b2833df853", + "uid": "81dd81b2-b4ea-4240-82e4-ad2bf2150875", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a5b228e2-64c4-40e4-ac4e-a4da31178509", + "positionUid": "898b2e2a-8bae-4721-83bc-10cca66b0309", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:39:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-01-28T14:30:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KO": { - "figi": "BBG000BMX289", - "ticker": "KO", + "CBRL": { + "figi": "BBG000BF33K1", + "ticker": "CBRL", "classCode": "SPBXM", - "isin": "US1912161007", + "isin": "US22410J1060", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Cracker Barrel Old Country Sto", + "exchange": "SPB", + "ipoDate": "1981-11-01T00:00:00Z", + "issueSize": "24041374", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "96bce66c-eebb-419a-921d-8aa75d3a2c76", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "badfdb04-2486-4335-975a-dfc2eb5f63a4", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MAS": { + "figi": "BBG000BNNKG9", + "ticker": "MAS", + "classCode": "SPBXM", + "isin": "US5745991068", "lot": 1, "currency": "usd", "klong": { @@ -38101,18 +37075,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "COCA-COLA", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1919-09-15T00:00:00Z", - "issueSize": "4316618703", + "name": "Masco", + "exchange": "SPB_MORNING", + "issueSize": "328307161", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "11200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1400000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 250000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -38125,253 +37098,181 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc54fe32-a3cd-4ec9-b21b-6038b6f6a522", + "uid": "77180eec-0119-4bc4-b45e-6d9fca9bf248", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bc54b062-899d-4ab5-af09-57a32ec7f56e", + "positionUid": "119af9c2-25a6-4a54-9fb9-565992d794c0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:17:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MKL": { - "figi": "BBG000FC7366", - "ticker": "MKL", + "BKU": { + "figi": "BBG000PQPCM6", + "ticker": "BKU", "classCode": "SPBXM", - "isin": "US5705351048", + "isin": "US06652K1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Markel Corp", + "name": "BankUnited, Inc.", "exchange": "SPB", - "issueSize": "13845763", + "issueSize": "95128231", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "50000000", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "119f97a9-3db0-4c54-aedf-9f61a74026c9", + "uid": "34257b47-8930-4afc-8089-bb6e23a75d37", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3a093dfc-20ca-49d2-8f50-59c6ebe68077", + "positionUid": "988ba858-a1ba-4d5c-9db4-ca2cdd633784", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MLCO": { - "figi": "BBG000BHP8J4", - "ticker": "MLCO", + "SAIA": { + "figi": "BBG000P5LMQ0", + "ticker": "SAIA", "classCode": "SPBXM", - "isin": "US5854641009", + "isin": "US78709Y1055", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 515400000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 231000000 - }, - "shortEnabledFlag": true, - "name": "Melco Resorts & Entertainment", + "shortEnabledFlag": false, + "name": "Saia Inc", "exchange": "SPB", - "ipoDate": "2006-12-19T00:00:00Z", - "issueSize": "477202863", - "countryOfRisk": "HK", - "countryOfRiskName": "Специальный административный регион Китая Гонконг", - "sector": "consumer", - "issueSizePlan": "0", + "issueSize": "25890176", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", - "units": "3", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d3da54ab-819e-4a0a-8061-80d7dd192822", + "uid": "db394194-1506-4b37-a016-5873081d60a5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c869a3aa-b6f5-41cd-9dd9-c69b2be99d0b", + "positionUid": "45028de2-7ccc-4d0b-b22c-9dc816e2c2e5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2006-12-19T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2002-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AAL": { - "figi": "BBG005P7Q881", - "ticker": "AAL", + "SAP": { + "figi": "BBG000BDSLD7", + "ticker": "SAP", "classCode": "SPBXM", - "isin": "US02376R1023", + "isin": "US8030542042", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "American Airlines Group", + "name": "\u0410\u0414\u0420 SAP", "exchange": "SPB", - "issueSize": "647457831", + "issueSize": "1228504232", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e29187ed-0676-4f53-a662-4fb32a9af131", + "uid": "9a3eb77a-d3c9-4b90-84b0-63066db4bd08", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e0538e9b-1ced-4c83-a7ec-f95f60c6866f", + "positionUid": "1a8cc310-6cae-4cb9-9f36-cf8b751a767d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:47:00Z", - "first1dayCandleDate": "2013-12-09T00:00:00Z", + "first1minCandleDate": "2021-05-03T11:52:00Z", + "first1dayCandleDate": "2021-05-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PM": { - "figi": "BBG000J2XL74", - "ticker": "PM", + "IIVI": { + "figi": "BBG000BLW102", + "ticker": "IIVI", "classCode": "SPBXM", - "isin": "US7181721090", + "isin": "US9021041085", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Philip Morris", - "exchange": "SPB", - "issueSize": "1558540992", + "shortEnabledFlag": false, + "name": "II-VI Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1987-01-01T00:00:00Z", + "issueSize": "63522201", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59e3c4f0-1887-403d-9e8d-caef242c539c", + "uid": "f89ba398-085a-4292-84fb-f01d335d7c8d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fa123e3f-c55f-4ce7-be1a-8f8b5547c5c8", + "positionUid": "a7905551-16f9-445e-b4fc-655fa6234de4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:39:00Z", - "first1dayCandleDate": "2008-03-17T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RRGB": { - "figi": "BBG000MXH9C1", - "ticker": "RRGB", + "GRMN": { + "figi": "BBG000C4LN67", + "ticker": "GRMN", "classCode": "SPBXM", - "isin": "US75689M1018", + "isin": "CH0114405324", "lot": 1, "currency": "usd", "klong": { @@ -38399,85 +37300,60 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Red Robin Gourmet Burgers Inc", + "name": "Garmin", "exchange": "SPB", - "ipoDate": "2002-07-19T00:00:00Z", - "issueSize": "12964577", + "ipoDate": "2000-12-08T00:00:00Z", + "issueSize": "198077418", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "45000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "chf", "units": "0", - "nano": 1000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "07fe62e1-03de-40ba-a09a-672b25b82a4a", + "uid": "78e02586-0bdc-4ad7-b9a6-095d38daf2c8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "97946a54-bff9-434b-bd91-5d276f3af15a", + "positionUid": "c5ee3f21-d689-406d-b31b-16fb2f14d1fa", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:16:00Z", - "first1dayCandleDate": "2002-07-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2000-12-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CL": { - "figi": "BBG000BFQYY3", - "ticker": "CL", + "MGY": { + "figi": "BBG00GNC8DL2", + "ticker": "MGY", "classCode": "SPBXM", - "isin": "US1941621039", + "isin": "US5596631094", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Colgate-Palmolive", + "name": "Magnolia Oil & Gas Corp", "exchange": "SPB", - "ipoDate": "1930-03-13T00:00:00Z", - "issueSize": "843513490", + "issueSize": "167280858", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "483999297", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -38488,141 +37364,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "878b3e6b-e962-4e28-aa3f-7fc3b91244d7", + "uid": "c63b9051-756e-46a3-a404-bd0e1e23fdec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c6282782-9142-469f-b194-97fcc9d761c6", + "positionUid": "3bbb50d2-9ac0-4bfb-b1d6-3a028585b520", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:31:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AEM": { - "figi": "BBG000DLVDK3", - "ticker": "AEM", + "PING": { + "figi": "BBG00Q3GDB13", + "ticker": "PING", "classCode": "SPBXM", - "isin": "CA0084741085", + "isin": "US72341T1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Agnico Eagle Mines", + "name": "Ping Identity Holding Corp", "exchange": "SPB", - "issueSize": "217424509", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "materials", - "issueSizePlan": "0", + "issueSize": "383185000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "05ec2e16-a92c-4df8-ae8f-97f03ddfc531", + "uid": "81c4bce8-e598-472b-a68d-9593ba0c6ad6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9039af68-8a20-4b7d-83b6-4469f14f2685", + "positionUid": "8f404e72-c90f-4714-a0b6-b57134f7321d", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:32:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:33:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EQT": { - "figi": "BBG000BHZ5J9", - "ticker": "EQT", + "ZIP": { + "figi": "BBG010JBYV98", + "ticker": "ZIP", "classCode": "SPBXM", - "isin": "US26884L1098", + "isin": "US98980B1035", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, - "shortEnabledFlag": true, - "name": "EQT Corporation", + "shortEnabledFlag": false, + "name": "ZipRecruiter Inc", "exchange": "SPB", - "ipoDate": "1950-03-01T00:00:00Z", - "issueSize": "265000000", + "issueSize": "83071919", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "320000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "700000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "62960227-6bda-492c-aa2b-824f760da88c", + "uid": "8b35b8a8-38c3-404a-a4ae-8831c2e3cd7d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "acb25dc2-6aed-463a-8801-e755d5c48310", + "positionUid": "0877f63d-856b-4ed1-86da-ba05c21f95d5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:59:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-05-26T16:31:00Z", + "first1dayCandleDate": "2021-05-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QNST": { - "figi": "BBG000S9XXB8", - "ticker": "QNST", + "MKL": { + "figi": "BBG000FC7366", + "ticker": "MKL", "classCode": "SPBXM", - "isin": "US74874Q1004", + "isin": "US5705351048", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "QuinStreet Inc", + "name": "Markel Corp", "exchange": "SPB", - "issueSize": "51225472", + "issueSize": "13845763", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -38633,190 +37484,118 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a187129e-2a94-481b-88ae-d5f8b0f524ff", + "uid": "119f97a9-3db0-4c54-aedf-9f61a74026c9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "90741432-b291-48aa-bf58-303a087e9e64", + "positionUid": "3a093dfc-20ca-49d2-8f50-59c6ebe68077", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AMEZ": { - "figi": "BBG000RJWGC4", - "ticker": "AMEZ", - "classCode": "TQBR", - "isin": "RU000A0B88G6", - "lot": 100, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 357200000 - }, - "dshort": { - "units": "0", - "nano": 797600000 - }, - "dlongMin": { - "units": "0", - "nano": 198200000 - }, - "dshortMin": { - "units": "0", - "nano": 340800000 - }, + "ERIE": { + "figi": "BBG000BBTJZ1", + "ticker": "ERIE", + "classCode": "SPBXM", + "isin": "US29530P1021", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Ашинский метзавод", - "exchange": "MOEX", - "ipoDate": "2004-10-04T00:00:00Z", - "issueSize": "498454822", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "249227412", + "name": "Erie IndemnIty Co", + "exchange": "SPB", + "issueSize": "46189068", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "74996930", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 29200000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "08da2447-0dc4-433d-a2f3-627382208695", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c97a3f20-e7ee-463d-a287-00dd91d50cf3", + "uid": "2fe85dd7-eaf1-4034-958d-77f5317d70b4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "45e62026-c22c-4970-a28a-241bbd140ea6", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:26:00Z", - "first1dayCandleDate": "2008-08-28T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1995-10-02T00:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.01 }, - "DSKY": { - "figi": "BBG000BN56Q9", - "ticker": "DSKY", - "classCode": "TQBR", - "isin": "RU000A0JSQ90", - "lot": 10, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 240300000 - }, - "dshort": { - "units": "0", - "nano": 405100000 - }, - "dlongMin": { - "units": "0", - "nano": 128400000 - }, - "dshortMin": { - "units": "0", - "nano": 185400000 - }, - "shortEnabledFlag": true, - "name": "Детский Мир", - "exchange": "MOEX", - "ipoDate": "2014-02-11T00:00:00Z", - "issueSize": "739000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "739000000", + "HSC": { + "figi": "BBG000BLH3P8", + "ticker": "HSC", + "classCode": "SPBXM", + "isin": "US4158641070", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Harsco Corp", + "exchange": "SPB", + "ipoDate": "1956-05-01T00:00:00Z", + "issueSize": "78608410", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { - "currency": "rub", - "units": "0", - "nano": 400000 + "currency": "usd", + "units": "1", + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6e061639-6198-4448-9568-1eadb1b0e127", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", + "uid": "801c2e46-8ad4-4a60-a6ef-3388d5123793", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "616839b7-4bba-4a61-b658-e8c1345dc154", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:43:00Z", - "first1dayCandleDate": "2017-02-10T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:31:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "UBER": { - "figi": "BBG002B04MT8", - "ticker": "UBER", + "SRCL": { + "figi": "BBG000H3FZM6", + "ticker": "SRCL", "classCode": "SPBXM", - "isin": "US90353T1007", + "isin": "US8589121081", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 953300000 - }, - "dshort": { - "units": "2", - "nano": 489400000 - }, - "dlongMin": { - "units": "0", - "nano": 784000000 - }, - "dshortMin": { - "units": "0", - "nano": 868000000 - }, - "shortEnabledFlag": true, - "name": "Uber", - "exchange": "SPB_MORNING", - "issueSize": "1884346863", + "shortEnabledFlag": false, + "name": "Stericycle", + "exchange": "SPB", + "ipoDate": "1996-08-22T00:00:00Z", + "issueSize": "85083481", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "5000000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -38827,37 +37606,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "07dcfe5b-16a6-489e-930a-4a8ddb7b4d59", + "uid": "b285f4f7-89eb-4057-8268-c36af4f10d97", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08ce95fd-33b1-454d-9fbc-41c01ee8f600", + "positionUid": "da45dce7-57ad-4ff4-a41f-d4c8ef60746f", "forIisFlag": true, - "first1minCandleDate": "2019-06-20T12:52:00Z", - "first1dayCandleDate": "2019-06-20T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1996-08-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PKI": { - "figi": "BBG000FXW512", - "ticker": "PKI", + "TRGP": { + "figi": "BBG0015XMW40", + "ticker": "TRGP", "classCode": "SPBXM", - "isin": "US7140461093", + "isin": "US87612G1013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PerkinElmer", + "name": "Targa Resources", "exchange": "SPB", - "ipoDate": "1997-12-18T00:00:00Z", - "issueSize": "110800020", + "issueSize": "229283445", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -38868,36 +37646,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "23d0821d-b3af-4d72-898d-dc7e16e75431", + "uid": "7aeda392-2910-48d8-b10e-c41cebb137c2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8fa9cb27-c60f-4626-83c2-0740b0ba6741", + "positionUid": "ce852331-78e1-481d-a61b-4f3fa2b02ac7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-01-28T14:30:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MSEX": { - "figi": "BBG000BPGQ60", - "ticker": "MSEX", + "BDX": { + "figi": "BBG000BCZYD3", + "ticker": "BDX", "classCode": "SPBXM", - "isin": "US5966801087", + "isin": "US0758871091", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Middlesex Water Company", + "name": "Becton, Dickinson and Company", "exchange": "SPB", - "issueSize": "17439780", + "ipoDate": "1962-05-16T00:00:00Z", + "issueSize": "267201840", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -38908,60 +37711,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "92cb6df8-51ea-46be-8f04-310c1406a89f", + "uid": "67d223a5-49ed-4479-bf8b-19e18567db74", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ad0788a2-c013-4ed7-bcfd-e14ce860d0a4", + "positionUid": "40ba4632-f9fc-4520-93b4-c89e5d5236de", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UNF": { - "figi": "BBG000BW29L1", - "ticker": "UNF", + "MSGE": { + "figi": "BBG00L9HLWV8", + "ticker": "MSGE", "classCode": "SPBXM", - "isin": "US9047081040", + "isin": "US55826T1025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "UniFirst Corp MA", + "name": "Madison Square Garden Entertainment", "exchange": "SPB", - "issueSize": "15435844", + "issueSize": "19459798", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "30000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c4499f6a-f176-42fe-8d94-3827abb01674", + "uid": "524b4552-2909-4480-9091-8b603ce76532", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "785a68e6-2f56-4026-92ce-c458f846d0e3", + "positionUid": "a32cbca7-eba8-414c-864c-de46dfd4dd62", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T15:07:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-04-21T10:02:00Z", + "first1dayCandleDate": "2020-04-21T07:00:00Z", "type": "Shares", "step": 0.01 }, - "COP": { - "figi": "BBG000BQQH30", - "ticker": "COP", + "LRCX": { + "figi": "BBG000BNFLM9", + "ticker": "LRCX", "classCode": "SPBXM", - "isin": "US20825C1045", + "isin": "US5128071082", "lot": 1, "currency": "usd", "klong": { @@ -38989,18 +37792,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "ConocoPhillips", + "name": "Lam Research", "exchange": "SPB_MORNING", - "ipoDate": "1920-05-27T00:00:00Z", - "issueSize": "1339082083", + "ipoDate": "1984-05-01T00:00:00Z", + "issueSize": "141953681", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -39013,77 +37816,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "37a59530-9327-48a9-b088-9e15c445c48e", + "uid": "63c13b0a-b305-46bb-a44d-e2f9c48b52a5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3e0c3c8a-b4a1-4311-aa8b-7b301e91a628", + "positionUid": "75f93d8e-b4d4-4853-a51e-82099cae41ce", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1minCandleDate": "2018-01-23T12:28:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IBKR": { - "figi": "BBG000LV0836", - "ticker": "IBKR", + "SONO": { + "figi": "BBG001JZPSQ2", + "ticker": "SONO", "classCode": "SPBXM", - "isin": "US45841N1072", + "isin": "US83570H1086", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Interactive Brokers Group Inc", + "name": "SONOS INC", + "exchange": "SPB_MORNING", + "issueSize": "108418445", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "dd8c4326-5329-4c67-bacf-ef0f1e419846", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "724d2165-a032-4c13-ba07-31ec7b87fb8a", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CNNE": { + "figi": "BBG00GXRNJP4", + "ticker": "CNNE", + "classCode": "SPBXM", + "isin": "US13765N1072", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Cannae Holdings", "exchange": "SPB", - "issueSize": "71481133", + "issueSize": "88912864", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "1000000000", + "issueSizePlan": "115000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "89fd68a5-65af-468a-b51c-a99aa948f631", + "uid": "0011cfdf-bbea-4691-b333-9f1d945e3975", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e47b3b5-5238-4a08-aa24-153d97563a9d", + "positionUid": "e696515d-06c4-40de-a255-59e6a9e9ef3b", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:21:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ARW": { - "figi": "BBG000BCD3D5", - "ticker": "ARW", + "NRIX": { + "figi": "BBG00SDJ8M78", + "ticker": "NRIX", "classCode": "SPBXM", - "isin": "US0427351004", + "isin": "US67080M1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Arrow Electronics Inc", + "name": "Nurix Therapeutics Inc", "exchange": "SPB", - "ipoDate": "1986-05-01T00:00:00Z", - "issueSize": "87619244", + "issueSize": "38855439", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "160000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -39094,20 +37936,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd60d815-a35d-44ec-bf80-982113fa2677", + "uid": "b4697649-942f-45c0-963b-e3c0ddbc1015", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11996e37-fe60-406b-96da-fd9ddae945ca", + "positionUid": "3713ec8e-214d-4f5f-b92e-e9299e2846da", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TSCO": { - "figi": "BBG000BLXZN1", - "ticker": "TSCO", + "MLCO": { + "figi": "BBG000BHP8J4", + "ticker": "MLCO", "classCode": "SPBXM", - "isin": "US8923561067", + "isin": "US5854641009", "lot": 1, "currency": "usd", "klong": { @@ -39120,59 +37962,59 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 501600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 515400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 231000000 }, - "shortEnabledFlag": false, - "name": "Tractor Supply", + "shortEnabledFlag": true, + "name": "Melco Resorts & Entertainment", "exchange": "SPB", - "ipoDate": "1994-02-17T00:00:00Z", - "issueSize": "125116910", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "ipoDate": "2006-12-19T00:00:00Z", + "issueSize": "477202863", + "countryOfRisk": "HK", + "countryOfRiskName": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0435\u0433\u0438\u043e\u043d \u041a\u0438\u0442\u0430\u044f \u0413\u043e\u043d\u043a\u043e\u043d\u0433", "sector": "consumer", - "issueSizePlan": "400000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 8000000 + "units": "3", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa206b90-0e39-4adc-b7c0-e0ad3cf4b78b", + "uid": "d3da54ab-819e-4a0a-8061-80d7dd192822", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8611da7a-928a-4a67-8ef3-894ab58ae2b6", + "positionUid": "c869a3aa-b6f5-41cd-9dd9-c69b2be99d0b", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1994-02-18T00:00:00Z", + "first1dayCandleDate": "2006-12-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GRMN": { - "figi": "BBG000C4LN67", - "ticker": "GRMN", + "PG": { + "figi": "BBG000BR2TH3", + "ticker": "PG", "classCode": "SPBXM", - "isin": "CH0114405324", + "isin": "US7427181091", "lot": 1, "currency": "usd", "klong": { @@ -39200,18 +38042,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Garmin", - "exchange": "SPB", - "ipoDate": "2000-12-08T00:00:00Z", - "issueSize": "198077418", + "name": "Procter & Gamble", + "exchange": "SPB_MORNING", + "issueSize": "2427424874", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { - "currency": "chf", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -39224,34 +38065,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78e02586-0bdc-4ad7-b9a6-095d38daf2c8", + "uid": "fbbbd595-f91b-40ba-9656-d75150a93831", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5ee3f21-d689-406d-b31b-16fb2f14d1fa", + "positionUid": "fa5ff553-d248-4af4-9782-a9c77a96650d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2000-12-08T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:07:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DLTH": { - "figi": "BBG002GBMZG4", - "ticker": "DLTH", + "PCOR": { + "figi": "BBG0026ZJ304", + "ticker": "PCOR", "classCode": "SPBXM", - "isin": "US26443V1017", + "isin": "US74275K1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Duluth Holdings Inc", - "exchange": "SPB", - "issueSize": "29368320", + "name": "Procore Technologies", + "exchange": "SPB_MORNING", + "issueSize": "118664774", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -39264,114 +38105,123 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4638b474-0bde-4542-a695-3e1575830f96", + "uid": "eb3ad3fc-c0eb-4591-9624-1e12a5e582b6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a3765a9-7a9f-4d24-8eda-8f37b4ae248f", + "positionUid": "883b9382-e527-4498-b01a-88b33ccbb849", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-07-01T13:30:00Z", + "first1dayCandleDate": "2021-07-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SBRA": { - "figi": "BBG000MTDW24", - "ticker": "SBRA", + "HRTX": { + "figi": "BBG000G2GJT7", + "ticker": "HRTX", "classCode": "SPBXM", - "isin": "US78573L1061", + "isin": "US4277461020", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Sabra Health Care REIT", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 567500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 252000000 + }, + "shortEnabledFlag": true, + "name": "Heron Therapeutics Inc", "exchange": "SPB", - "issueSize": "65423864", + "ipoDate": "2013-10-25T00:00:00Z", + "issueSize": "39187594", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "90d82d38-a42b-48d9-8f81-defb1b0e7a6f", + "uid": "786c2d42-e426-4fb1-8fbc-8bb77c9a0e0b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c4886da2-b4c2-457e-9ed4-cd7bb478d135", + "positionUid": "6d277999-d15a-4f54-ac36-aca82d44a768", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T14:30:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:00:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LAC": { - "figi": "BBG000BGM5P8", - "ticker": "LAC", + "STT": { + "figi": "BBG000BKFBD7", + "ticker": "STT", "classCode": "SPBXM", - "isin": "CA53680Q2071", + "isin": "US8574771031", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Lithium Americas Corp.", - "exchange": "SPB", - "issueSize": "91532163", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "materials", - "issueSizePlan": "0", - "nominal": { - "currency": "cad", - "units": "0", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "703ee509-6b48-4f8d-a071-bdc341cf2286", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e4854321-9f26-4e80-a7b5-e28aea0d9e36", - "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:31:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "OC": { - "figi": "BBG000M44VW8", - "ticker": "OC", - "classCode": "SPBXM", - "isin": "US6907421019", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Owens Corning", - "exchange": "SPB", - "issueSize": "109579002", + "name": "State Street", + "exchange": "SPB_MORNING", + "issueSize": "343503114", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -39384,22 +38234,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf48a7f4-0d10-4fa5-bd13-c51a3448c25b", + "uid": "f2c83597-ef95-45ab-880c-06825545641c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cef427de-191e-41d9-b4a9-7862784305f3", + "positionUid": "9be62749-ac78-4c79-a267-339b6c305122", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2006-09-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:24:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KMX": { - "figi": "BBG000BLMZK6", - "ticker": "KMX", - "classCode": "SPBXM", - "isin": "US1431301027", - "lot": 1, - "currency": "usd", + "MRKP": { + "figi": "BBG000VG1034", + "ticker": "MRKP", + "classCode": "TQBR", + "isin": "RU000A0JPN96", + "lot": 10000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -39410,74 +38260,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 242000000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 293500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 129400000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 137300000 }, "shortEnabledFlag": false, - "name": "CarMax", - "exchange": "SPB", - "issueSize": "185701670", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "name": "\u0420\u043e\u0441\u0441\u0435\u0442\u0438 \u0426\u0435\u043d\u0442\u0440 \u0438 \u041f\u0440\u0438\u0432\u043e\u043b\u0436\u044c\u0435", + "exchange": "MOEX", + "ipoDate": "2007-08-20T00:00:00Z", + "issueSize": "112697817043", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 500000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "0462c8c9-14e1-4555-a5d5-8ab42a4420c1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ee90a332-b7c5-4e42-91e2-9233b76e5899", + "uid": "9a41ec6e-edf0-4863-9ec0-fb3a5c6811e2", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "89daac00-893a-423a-b4b4-72d587e154be", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-02-04T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:52:00Z", + "first1dayCandleDate": "2008-04-08T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0001 }, - "WWE": { - "figi": "BBG000F5YH15", - "ticker": "WWE", - "classCode": "SPBXM", - "isin": "US98156Q1085", + "RWE@DE": { + "figi": "BBG000BBQ209", + "ticker": "RWE@DE", + "classCode": "SPBDE", + "isin": "DE0007037129", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "World Wrestling Entertainment", - "exchange": "SPB", - "issueSize": "43415411", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "180000000", + "name": "RWE AG", + "exchange": "SPB_DE", + "issueSize": "575750000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "575745499", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -39488,20 +38339,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a61cf0b-b952-4d90-b6b8-5ad96a3f1267", + "uid": "805c66a9-bd68-4ad2-8180-b25682f9eb6a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dcdaf4ce-4111-4fa7-ae75-ed54f1a523f6", + "positionUid": "f5c14f03-294b-4704-a6c0-9b0144cf1e59", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2019-04-04T07:00:00Z", + "first1minCandleDate": "2021-03-01T09:03:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IBN": { - "figi": "BBG000DRM643", - "ticker": "IBN", + "INTC": { + "figi": "BBG000C0G1D1", + "ticker": "INTC", "classCode": "SPBXM", - "isin": "US45104G1040", + "isin": "US4581401001", "lot": 1, "currency": "usd", "klong": { @@ -39529,59 +38380,61 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "ICICI Bank", - "exchange": "SPB", - "issueSize": "3470975372", - "countryOfRisk": "IN", - "countryOfRiskName": "Республика Индия", - "sector": "financial", + "name": "Intel Corporation", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1971-10-21T00:00:00Z", + "issueSize": "4057000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5868cc46-b9e1-49f4-8b6e-f9b7e1e12af6", + "uid": "70a02b59-62ba-42b0-b528-a56907cb912c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b6dae4d-f6a4-42fc-bc28-f2abee675e5c", + "positionUid": "cb6b0d66-181b-4462-ade8-486754b3afe7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:25:00Z", - "first1dayCandleDate": "2000-03-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:33:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ARVN": { - "figi": "BBG00LW7YK82", - "ticker": "ARVN", + "JELD": { + "figi": "BBG0019GM953", + "ticker": "JELD", "classCode": "SPBXM", - "isin": "US04335A1051", + "isin": "US47580P1030", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Arvinas Inc", + "name": "JELD-WEN Holding Inc", "exchange": "SPB", - "issueSize": "39149567", + "ipoDate": "2017-01-27T00:00:00Z", + "issueSize": "100731319", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -39592,60 +38445,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "00392999-772d-4b6b-a54a-d4c3b79d82be", + "uid": "a4eaeff9-0b1d-4837-b945-9a7ad02c36a4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8842d764-54e8-492b-97bf-5a60f9afd6be", + "positionUid": "2fea16f1-dd2f-4ce4-a218-355332749612", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:32:00Z", + "first1dayCandleDate": "2017-01-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FTI": { - "figi": "BBG00DL8NMV2", - "ticker": "FTI", + "COKE": { + "figi": "BBG000BG1SX2", + "ticker": "COKE", "classCode": "SPBXM", - "isin": "GB00BDSFG982", + "isin": "US1910981026", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "TechnipFMC", + "name": "Coca-Cola Consolidated Inc", "exchange": "SPB", - "issueSize": "466461155", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "energy", - "issueSizePlan": "0", + "issueSize": "7141447", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "30000000", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -39656,72 +38485,71 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f82e76d3-a694-4d81-81d6-8185221f768b", + "uid": "f8f835f0-6018-4666-8b18-0da3e0d37bb1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "420df63d-5fdb-4090-9955-e3a6983ce74b", + "positionUid": "7d371db9-2148-42e1-a259-5207f9d9d2d3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:07:00Z", - "first1dayCandleDate": "2001-06-14T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QUOT": { - "figi": "BBG001QYNR63", - "ticker": "QUOT", + "ZNH": { + "figi": "BBG000BXQ7R1", + "ticker": "ZNH", "classCode": "SPBXM", - "isin": "US7491191034", + "isin": "US1694091091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Quotient Technology Inc", + "name": "China Southern Airlines", "exchange": "SPB", - "ipoDate": "2014-03-07T00:00:00Z", - "issueSize": "93656678", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "ipoDate": "1997-07-25T00:00:00Z", + "issueSize": "85502897", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000 + "units": "50", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "817c9960-6ab7-4689-ba1a-ad4d9d9b83a5", + "uid": "a1b240ff-7f58-49a4-8f72-74d316a703c7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7d691de-87b8-4c29-8c1d-58ea5a316a9f", + "positionUid": "92bf30dc-d226-4820-a409-dd87eeb0e3ba", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:31:00Z", - "first1dayCandleDate": "2014-03-07T00:00:00Z", + "first1minCandleDate": "2018-08-10T13:41:00Z", + "first1dayCandleDate": "1997-07-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NTUS": { - "figi": "BBG000DPZHS3", - "ticker": "NTUS", + "DOCS": { + "figi": "BBG0026ZJQX7", + "ticker": "DOCS", "classCode": "SPBXM", - "isin": "US6390501038", + "isin": "US26622P1075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Natus Medical Inc", + "name": "Doximity, Inc.", "exchange": "SPB", - "ipoDate": "2001-07-20T00:00:00Z", - "issueSize": "33777388", + "issueSize": "23300000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "120000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -39738,37 +38566,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7490aa30-d220-4425-88dd-2c216698f36d", + "uid": "4d256912-bd91-4303-848a-b7e952c05690", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "48aa0c3a-1e5a-4237-ab80-74881f4ccb26", + "positionUid": "e8e2e725-61db-4da0-a097-91d72505651d", "forIisFlag": true, - "first1minCandleDate": "2019-07-31T13:30:00Z", - "first1dayCandleDate": "2019-07-31T07:00:00Z", + "first1minCandleDate": "2021-06-29T12:02:00Z", + "first1dayCandleDate": "2021-06-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GKOS": { - "figi": "BBG000WG2LQ1", - "ticker": "GKOS", + "TCBI": { + "figi": "BBG000DN4ZT1", + "ticker": "TCBI", "classCode": "SPBXM", - "isin": "US3773221029", + "isin": "US88224Q1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Glaukos Corp", + "name": "Texas Capital Bancshares Inc", "exchange": "SPB", - "ipoDate": "2013-12-03T00:00:00Z", - "issueSize": "36927816", + "ipoDate": "2003-08-13T00:00:00Z", + "issueSize": "50273887", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -39779,124 +38607,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dd96f60c-26fe-402f-9c98-5ce15c7b7892", + "uid": "2f31a9e6-4775-474b-8f75-5b3c3b1295b8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "748e19e1-21fe-42fd-8fee-b4186a05805b", + "positionUid": "bb8d58ff-13f3-4b4e-a1e4-05f3f2160590", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:33:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2003-08-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RKLB": { - "figi": "BBG00Y61SZL5", - "ticker": "RKLB", + "FR": { + "figi": "BBG000CKGDS5", + "ticker": "FR", "classCode": "SPBXM", - "isin": "US7731221062", + "isin": "US32054K1034", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 613100000 - }, - "dshort": { - "units": "0", - "nano": 898900000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "First Industrial REIT", + "exchange": "SPB", + "issueSize": "129131444", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "225000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 378000000 + "nano": 10000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 378000000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Rocket Lab", + "apiTradeAvailableFlag": true, + "uid": "db7f9521-15ec-48d8-86d2-30928d6080a7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "3c1aaf2b-9239-498e-8191-25654ec8f7cc", + "forIisFlag": true, + "first1minCandleDate": "2021-10-26T13:20:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "FELE": { + "figi": "BBG000BJGGV8", + "ticker": "FELE", + "classCode": "SPBXM", + "isin": "US3535141028", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Franklin Electric Co", "exchange": "SPB", - "issueSize": "447919591", + "issueSize": "46190670", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9b324a9b-d218-4c2d-8b3d-8d5930940dd7", + "uid": "3233f5e5-b8ce-45f1-a520-30cc52282197", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6412a44f-86ce-45eb-a36b-13f2454e0555", + "positionUid": "eea6b43d-c96f-41f4-9a0f-ac9af24962d3", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:30:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PLAN": { - "figi": "BBG002DZS299", - "ticker": "PLAN", + "RE": { + "figi": "BBG000C1XVK6", + "ticker": "RE", "classCode": "SPBXM", - "isin": "US03272L1089", + "isin": "BMG3223R1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Anaplan Inc", + "name": "Everest Re Group", "exchange": "SPB", - "issueSize": "126400000", + "ipoDate": "1995-10-02T00:00:00Z", + "issueSize": "40675221", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "29cd2be4-c46f-4232-b9eb-5c1fc461436f", + "uid": "bbc2ddae-b079-4a79-b17b-2d5c41723ff5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4659d7b1-8457-4597-8d73-3f666fbfd460", + "positionUid": "183b34d8-c9f6-4b41-b81a-d49b335d09de", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:32:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:35:00Z", + "first1dayCandleDate": "1995-10-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WM": { - "figi": "BBG000BWVSR1", - "ticker": "WM", + "AIG": { + "figi": "BBG000BBDZG3", + "ticker": "AIG", "classCode": "SPBXM", - "isin": "US94106L1098", + "isin": "US0268747849", "lot": 1, "currency": "usd", "klong": { @@ -39924,18 +38769,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Waste Management", - "exchange": "SPB", - "ipoDate": "1988-06-15T00:00:00Z", - "issueSize": "442003086", + "name": "American International Group", + "exchange": "SPB_MORNING", + "ipoDate": "1984-10-08T00:00:00Z", + "issueSize": "1027135119", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "ecomaterials", - "issueSizePlan": "1500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "5000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -39948,34 +38793,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "293b5a52-8c46-4d42-aed3-bb7fb500db86", + "uid": "841ae0ee-a4dd-4d4f-b529-ace5b85f6146", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "abdd13a4-8520-47a9-8a8c-07fe67e08d8f", + "positionUid": "6deb3492-af24-4e96-99b8-c8dff01533e0", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-30T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VMI": { - "figi": "BBG000BWB7V4", - "ticker": "VMI", + "ENTG": { + "figi": "BBG000CTV4N4", + "ticker": "ENTG", "classCode": "SPBXM", - "isin": "US9202531011", + "isin": "US29362U1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Valmont Industries", - "exchange": "SPB", - "issueSize": "21525585", + "name": "Entegris Inc", + "exchange": "SPB_MORNING", + "issueSize": "134627369", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -39988,60 +38833,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a17c9f7-ab1e-417b-9a19-b11c55566abe", + "uid": "7af36855-1029-4a50-a01f-0fc82ea43b6e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f072323c-2565-4d31-a777-c728de24211b", + "positionUid": "84da0f66-b26b-4af5-a431-05607f00e032", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1minCandleDate": "2020-05-18T12:58:00Z", "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JBT": { - "figi": "BBG000VLBCQ1", - "ticker": "JBT", + "CVCO": { + "figi": "BBG000K4WS65", + "ticker": "CVCO", "classCode": "SPBXM", - "isin": "US4778391049", + "isin": "US1495681074", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "John Bean Technologies", + "name": "Cavco Industries Inc", "exchange": "SPB", - "issueSize": "31750335", + "issueSize": "9098320", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ec79dce7-f09a-4ae7-a450-92ce1c3f2862", + "uid": "6855d24d-9a7b-4c04-9969-07aa4d99b3c5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db9faed4-6fef-454a-a687-b95bc80ef262", + "positionUid": "8e03cb02-694c-47b1-8c81-352dd5080f46", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2003-06-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "QCOM": { - "figi": "BBG000CGC1X8", - "ticker": "QCOM", + "TRV": { + "figi": "BBG000BJ81C1", + "ticker": "TRV", "classCode": "SPBXM", - "isin": "US7475251036", + "isin": "US89417E1091", "lot": 1, "currency": "usd", "klong": { @@ -40068,19 +38913,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Qualcomm", + "shortEnabledFlag": false, + "name": "Travelers Cos", "exchange": "SPB_MORNING", - "ipoDate": "1991-12-12T00:00:00Z", - "issueSize": "1128000000", + "issueSize": "270261296", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "6000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -40093,76 +38937,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ee31165-dde8-4694-b912-1e1252914073", + "uid": "27ab7e0b-6c3e-4773-b042-2591f34a14ea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4e614863-4656-4e4d-be0b-cb66d76e80d1", + "positionUid": "d6a73863-cf06-45d9-abc3-35456b85da01", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:21:00Z", - "first1dayCandleDate": "1991-12-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:26:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APLT": { - "figi": "BBG000DD0489", - "ticker": "APLT", + "SAH": { + "figi": "BBG000BBMNG0", + "ticker": "SAH", "classCode": "SPBXM", - "isin": "US03828A1016", + "isin": "US83545G1022", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Applied Therapeutics", + "name": "Sonic Automotive", "exchange": "SPB", - "issueSize": "21970177", + "issueSize": "29565403", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "11ba311b-0d8c-4737-af13-40e9472c4659", + "uid": "3e9f65ad-58c5-4147-b33b-db416ea06773", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7463dc70-2467-40e9-a29f-3f377434126c", + "positionUid": "22c135e6-6e5e-46ff-b364-430cd9699e92", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:29:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:30:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NARI": { - "figi": "BBG009J8K7M0", - "ticker": "NARI", + "IONS": { + "figi": "BBG000JH6683", + "ticker": "IONS", "classCode": "SPBXM", - "isin": "US45332Y1091", + "isin": "US4622221004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Inari Medical Inc", + "name": "Ionis Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "55248527", + "ipoDate": "1991-05-01T00:00:00Z", + "issueSize": "124354692", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "300000000", + "issueSizePlan": "30000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40173,76 +39018,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c462cf41-9562-47cb-b169-b5e7fab36b1e", + "uid": "53d92ca1-178b-4e33-af60-32bb8b0c9214", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "795953ce-df15-4884-b012-8b45d4c32678", + "positionUid": "b668c9c5-9b74-439e-868c-8c150f1951f8", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:20:00Z", + "first1dayCandleDate": "1991-05-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CRSP": { - "figi": "BBG00DBBGRX1", - "ticker": "CRSP", + "ECL": { + "figi": "BBG000BHKYH4", + "ticker": "ECL", "classCode": "SPBXM", - "isin": "CH0334081137", + "isin": "US2788651006", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "CRISPR Therapeutics AG", - "exchange": "SPB", - "issueSize": "39360634", - "countryOfRisk": "CH", - "countryOfRiskName": "Швейцарская Конфедерация", - "sector": "health_care", - "issueSizePlan": "0", + "name": "Ecolab", + "exchange": "SPB_MORNING", + "ipoDate": "1957-01-10T00:00:00Z", + "issueSize": "286087223", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "800000000", "nominal": { - "currency": "chf", - "units": "0", - "nano": 30000000 + "currency": "usd", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "236c35ea-f0a2-49e9-ae6d-542c8fa9ed98", + "uid": "bbe8d7c3-c699-485e-a42e-902295a76646", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df407977-ee35-46e0-b20d-d2e0b4e066b8", + "positionUid": "fc762db7-7517-41b5-974d-ddb3f1b4a6c7", "forIisFlag": true, - "first1minCandleDate": "2021-06-10T13:30:00Z", - "first1dayCandleDate": "2021-06-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MASI": { - "figi": "BBG000C3W281", - "ticker": "MASI", + "HHC": { + "figi": "BBG000MJRJJ2", + "ticker": "HHC", "classCode": "SPBXM", - "isin": "US5747951003", + "isin": "US44267D1072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Masimo Corporation", + "name": "Howard Hughes Corp", "exchange": "SPB", - "issueSize": "51671144", + "ipoDate": "2010-11-11T00:00:00Z", + "issueSize": "39714838", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40253,63 +39124,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "51918a65-bb9a-4671-aa1a-5d90a5334087", + "uid": "12a143fd-a6b7-409c-aa89-cc77bf3ac05e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a52b7fe2-818b-4a13-8018-1623a3211581", + "positionUid": "3a5b66f3-c206-42b0-8174-02bd6bdffb99", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2007-08-08T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TRUP": { - "figi": "BBG002BC7WC5", - "ticker": "TRUP", + "PAYX": { + "figi": "BBG000BQSQ38", + "ticker": "PAYX", "classCode": "SPBXM", - "isin": "US8982021060", + "isin": "US7043261079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Trupanion Inc", + "name": "Paychex Inc", "exchange": "SPB", - "ipoDate": "2014-07-18T00:00:00Z", - "issueSize": "34947415", + "issueSize": "360590737", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a6c1d57a-4b42-417d-b50b-6d2f10c5cf93", + "uid": "71aa83c9-f872-4673-aaec-f09d530497d4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a73e01f4-a07f-401f-984e-d7bca5bc6cb8", + "positionUid": "03f986b1-0203-411a-8e47-de7026356200", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-07-30T12:00:00Z", + "first1dayCandleDate": "2021-07-30T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ILMN": { - "figi": "BBG000DSMS70", - "ticker": "ILMN", - "classCode": "SPBXM", - "isin": "US4523271090", - "lot": 1, - "currency": "usd", + "FLOT": { + "figi": "BBG000R04X57", + "ticker": "FLOT", + "classCode": "TQBR", + "isin": "RU000A0JXNU8", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -40320,113 +39190,138 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 210500000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 468500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 111400000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 211800000 }, - "shortEnabledFlag": true, - "name": "Illumina", - "exchange": "SPB", - "ipoDate": "2000-07-28T00:00:00Z", - "issueSize": "146700000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "shortEnabledFlag": false, + "name": "\u0421\u043e\u0432\u043a\u043e\u043c\u0444\u043b\u043e\u0442", + "exchange": "MOEX", + "ipoDate": "1996-08-22T00:00:00Z", + "issueSize": "2374993901", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "1364538517", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0595ccee-d670-4a59-a9ef-d5eeba9e4353", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25b1bb14-db79-44a2-b32f-620ce7bac850", + "uid": "21423d2d-9009-4d37-9325-883b368d13ae", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4419d6f3-b412-421e-8745-3bc6b7a93b09", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:24:00Z", - "first1dayCandleDate": "2000-07-28T00:00:00Z", + "first1minCandleDate": "2020-10-07T06:59:00Z", + "first1dayCandleDate": "2020-10-07T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GPK": { - "figi": "BBG000GQ7K93", - "ticker": "GPK", + "BROS": { + "figi": "BBG01282ZHB3", + "ticker": "BROS", "classCode": "SPBXM", - "isin": "US3886891015", + "isin": "US26701L1008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Graphic Packaging Holding Company", + "name": "Dutch Bros", "exchange": "SPB", - "issueSize": "309713908", + "issueSize": "0", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70ff6b51-6637-48b0-b110-09152ff136a3", + "uid": "9e5a773f-f82f-4f57-bb5b-75666dc65ec0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a8981570-c284-473a-9c98-19b33bdd8c1d", + "positionUid": "0709f83b-00fa-4c34-967f-a3fe9682243e", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:00:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:03:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "YETI": { - "figi": "BBG00D8JC882", - "ticker": "YETI", + "MRNA": { + "figi": "BBG003PHHZT1", + "ticker": "MRNA", "classCode": "SPBXM", - "isin": "US98585X1046", + "isin": "US60770K1079", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "YETI Holdings Inc", - "exchange": "SPB", - "issueSize": "84494623", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 663600000 + }, + "dshort": { + "units": "1", + "nano": 16400000 + }, + "dlongMin": { + "units": "0", + "nano": 420000000 + }, + "dshortMin": { + "units": "0", + "nano": 420000000 + }, + "shortEnabledFlag": true, + "name": "Moderna Inc", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2015-11-20T00:00:00Z", + "issueSize": "406646312", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -40439,36 +39334,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "43185c85-742b-4be1-aa2d-5c1ce20af159", + "uid": "f0d0a0a9-b07e-44bf-9891-688ca6e06da9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2f3136fe-d08c-4dac-a9b9-1ec867eb998d", + "positionUid": "c33f1f61-25f2-460d-bde8-f70a4c98302c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:17:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NFG": { - "figi": "BBG000BPYD87", - "ticker": "NFG", + "SHEN": { + "figi": "BBG000BTC2N0", + "ticker": "SHEN", "classCode": "SPBXM", - "isin": "US6361801011", + "isin": "US82312B1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "National Fuel Gas Company", + "name": "Shenandoah Telecommunications", "exchange": "SPB", - "issueSize": "90954272", + "ipoDate": "2011-02-03T00:00:00Z", + "issueSize": "49857142", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "96000000", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40479,36 +39375,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13062e7c-53a9-47f2-b9ea-89b43fe6b3a4", + "uid": "5ff12747-f822-4f09-925d-3abf96a10481", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25b0291e-27c6-42b8-8fb3-2f36944f6bcd", + "positionUid": "216632dc-9f54-467c-b9e7-7d2f89250626", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VIRT": { - "figi": "BBG0064N2T78", - "ticker": "VIRT", + "ENS": { + "figi": "BBG000PWTD92", + "ticker": "ENS", "classCode": "SPBXM", - "isin": "US9282541013", + "isin": "US29275Y1029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Virtu Financial, Inc.", + "name": "EnerSys", "exchange": "SPB", - "issueSize": "120451098", + "issueSize": "42298716", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "135000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40519,78 +39415,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63e11274-3339-42f5-acc5-b1b8d91f575a", + "uid": "9da7d429-6884-4140-914c-14d0d5b6735d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "960d66ab-c0c8-445b-949d-5eabfdc17ee4", + "positionUid": "111603aa-057a-4e26-81e0-b0a3c84d9715", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SLG": { - "figi": "BBG000BVP5P2", - "ticker": "SLG", + "OII": { + "figi": "BBG000CPBCL8", + "ticker": "OII", "classCode": "SPBXM", - "isin": "US78440X8873", + "isin": "US6752321025", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "SL Green REIT", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 663600000 + }, + "dshort": { + "units": "1", + "nano": 16400000 + }, + "dlongMin": { + "units": "0", + "nano": 420000000 + }, + "dshortMin": { + "units": "0", + "nano": 420000000 + }, + "shortEnabledFlag": true, + "name": "Oceaneering International Inc", "exchange": "SPB", - "ipoDate": "1997-08-14T00:00:00Z", - "issueSize": "83684000", + "ipoDate": "1975-10-30T00:00:00Z", + "issueSize": "98929503", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "360000000", "nominal": { "currency": "usd", "units": "0", - "nano": 9999999 + "nano": 250000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d7dda2c-0384-43bc-ab9c-e2439b19db9f", + "uid": "589365c2-43cc-4a33-b0bd-6638fe09133f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2ef6da58-1cbe-477c-8366-44fe5ce3ad80", + "positionUid": "4b4b6d2b-a112-42e1-ba3f-b923f684d49b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:35:00Z", - "first1dayCandleDate": "1997-08-15T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:28:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DKS": { - "figi": "BBG000F6ZWH2", - "ticker": "DKS", + "XPO": { + "figi": "BBG000L5CJF3", + "ticker": "XPO", "classCode": "SPBXM", - "isin": "US2533931026", + "isin": "US9837931008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dick's Sporting Goods Inc", + "name": "XPO Logistics Inc", "exchange": "SPB", - "ipoDate": "2002-10-16T00:00:00Z", - "issueSize": "98943880", + "issueSize": "109194970", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "apiTradeAvailableFlag": true, + "uid": "e2fdeda6-c6b7-466d-94e3-ba5b15348789", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "12eba5b8-2b61-4170-8d16-71791d3665ea", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T12:45:00Z", + "first1dayCandleDate": "2002-07-26T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "LDOS": { + "figi": "BBG000C23PB0", + "ticker": "LDOS", + "classCode": "SPBXM", + "isin": "US5253271028", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Leidos Holdings", + "exchange": "SPB", + "issueSize": "151459401", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40601,20 +39560,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba7579c3-4f36-4cb2-a022-bee5b9e931aa", + "uid": "7d2d980e-f992-4293-8054-ba9a104db09a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e590e403-3b74-4c5e-a33a-85cd05680462", + "positionUid": "95629740-7901-46d7-9305-d9ccd3844402", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:28:00Z", - "first1dayCandleDate": "2002-10-16T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:18:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RIVN": { - "figi": "BBG00741Y1N2", - "ticker": "RIVN", + "SPLK": { + "figi": "BBG001C7TST4", + "ticker": "SPLK", "classCode": "SPBXM", - "isin": "US76954A1034", + "isin": "US8486371045", "lot": 1, "currency": "usd", "klong": { @@ -40627,28 +39586,29 @@ }, "dlong": { "units": "0", - "nano": 793900000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 390100000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 546000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 546000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Rivian Automotive", - "exchange": "SPB", - "issueSize": "101327571", + "name": "Splunk", + "exchange": "SPB_MORNING", + "ipoDate": "2012-04-19T00:00:00Z", + "issueSize": "161545802", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "electrocars", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -40665,77 +39625,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1402c4dd-c98b-42a0-aa81-e18d898dce6c", + "uid": "a31eef09-e57b-42a0-9b45-22dd7f9b9671", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fa6f4656-4e88-4a52-ad45-c59ef0895c24", + "positionUid": "91406cbc-e31b-40af-b256-46057fee7d42", "forIisFlag": true, - "first1minCandleDate": "2021-11-17T12:30:00Z", - "first1dayCandleDate": "2021-11-17T07:00:00Z", + "first1minCandleDate": "2018-05-29T12:48:00Z", + "first1dayCandleDate": "2012-04-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRKY": { - "figi": "BBG000C7P5M7", - "ticker": "MRKY", - "classCode": "TQBR", - "isin": "RU000A0JPPG8", - "lot": 10000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "МРСК Юга", - "exchange": "MOEX", - "ipoDate": "2007-09-20T00:00:00Z", - "issueSize": "151641426354", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "100000000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 100000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 50000 - }, - "apiTradeAvailableFlag": true, - "uid": "c41a8e78-e4ee-4aa1-869a-9eff103b260a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0c523cd9-9778-47cd-abb4-afdf352565dc", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2008-07-07T00:00:00Z", - "type": "Shares", - "step": 0.00005 - }, - "SNOW": { - "figi": "BBG007DHGNJ4", - "ticker": "SNOW", + "KOPN": { + "figi": "BBG000C2SBZ8", + "ticker": "KOPN", "classCode": "SPBXM", - "isin": "US8334451098", + "isin": "US5006001011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Snowflake Inc", + "name": "Kopin Corporation", "exchange": "SPB", - "issueSize": "36803947", + "issueSize": "85053040", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40746,20 +39665,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "08f988ce-ac68-4d41-a5f4-7d006c8c4f8c", + "uid": "a8b7fed7-004b-4065-8404-daeff1203f62", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "15246856-13b7-460d-b3e8-68fcebad27e5", + "positionUid": "99993112-38e7-4886-aa43-4c2eb1ab6896", "forIisFlag": true, - "first1minCandleDate": "2021-08-20T11:30:00Z", - "first1dayCandleDate": "2021-08-20T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:35:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MOMO": { - "figi": "BBG007HTCQT0", - "ticker": "MOMO", + "AAPL": { + "figi": "BBG000B9XRY4", + "ticker": "AAPL", "classCode": "SPBXM", - "isin": "US4234031049", + "isin": "US0378331005", "lot": 1, "currency": "usd", "klong": { @@ -40787,16 +39706,57 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Hello Group", - "exchange": "SPB", - "issueSize": "196951769", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "telecom", + "name": "Apple", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1980-12-12T00:00:00Z", + "issueSize": "16530166000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "50400000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "a9eb4238-eba9-488c-b102-b6140fd08e38", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5c5e6656-c4d3-4391-a7ee-e81a76f1804e", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T07:34:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "NVS": { + "figi": "BBG000LYF3S8", + "ticker": "NVS", + "classCode": "SPBXM", + "isin": "US66987V1098", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Novartis AG", + "exchange": "SPB_MORNING", + "issueSize": "2434420920", + "countryOfRisk": "CH", + "countryOfRiskName": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "2", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -40810,20 +39770,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5aed9346-3d45-4202-93dd-704d739adb33", + "uid": "579cf92f-fb8d-4ec5-9820-9774651dee71", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "36e82f4a-652c-49ce-b8af-a66b29c34545", + "positionUid": "86087afa-348e-4e98-a451-0f35f2dc398a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:54:00Z", - "first1dayCandleDate": "2014-12-11T00:00:00Z", + "first1minCandleDate": "2021-02-25T12:55:00Z", + "first1dayCandleDate": "2021-02-25T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KSPI@GS": { - "figi": "BBG00XV2T033", - "ticker": "KSPI@GS", + "WM": { + "figi": "BBG000BWVSR1", + "ticker": "WM", "classCode": "SPBXM", - "isin": "US48581R2058", + "isin": "US94106L1098", "lot": 1, "currency": "usd", "klong": { @@ -40835,155 +39795,180 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "ГДР Kaspi.kz JSC", - "exchange": "LSE", - "issueSize": "199500000", - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "financial", - "issueSizePlan": "0", + "shortEnabledFlag": true, + "name": "Waste Management", + "exchange": "SPB_MORNING", + "ipoDate": "1988-06-15T00:00:00Z", + "issueSize": "442003086", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "ecomaterials", + "issueSizePlan": "1500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_GDR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aee1127a-612c-44db-a52d-e12d74c5e1a1", + "uid": "293b5a52-8c46-4d42-aed3-bb7fb500db86", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5caa2239-20a5-4497-a449-80144ce1a320", + "positionUid": "abdd13a4-8520-47a9-8a8c-07fe67e08d8f", "forIisFlag": true, - "first1minCandleDate": "2021-09-17T07:00:00Z", - "first1dayCandleDate": "2021-09-20T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AZTA": { - "figi": "BBG000DX9JV7", - "ticker": "AZTA", + "BNGO": { + "figi": "BBG001KWWRS9", + "ticker": "BNGO", "classCode": "SPBXM", - "isin": "US1143401024", + "isin": "US09075F1075", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 953300000 + }, + "dshort": { + "units": "2", + "nano": 489400000 + }, + "dlongMin": { + "units": "0", + "nano": 784000000 + }, + "dshortMin": { + "units": "0", + "nano": 868000000 + }, "shortEnabledFlag": false, - "name": "Azenta", + "name": "Bionano Genomics, Inc.", "exchange": "SPB", - "issueSize": "69759300", + "issueSize": "181680905", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "125000000", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3e6e6b7f-097d-4e8f-ae06-afd9e2af6118", + "uid": "1005673d-3117-49fe-b015-28b46657d3b6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b0393d98-fd35-4bb4-adea-dc104ec4697c", + "positionUid": "e6e4edba-cfa7-4773-b381-91376948cafb", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T14:30:00Z", + "first1minCandleDate": "2021-06-01T11:33:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KOD": { - "figi": "BBG00BVR0D02", - "ticker": "KOD", - "classCode": "SPBXM", - "isin": "US50015M1099", + "DPW@DE": { + "figi": "BBG000LW3NX5", + "ticker": "DPW@DE", + "classCode": "SPBDE", + "isin": "DE0005552004", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Kodiak Sciences Inc", - "exchange": "SPB", - "issueSize": "44484495", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "490000000", + "name": "Deutsche Post AG", + "exchange": "SPB_DE", + "issueSize": "1234086651", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c3e1205-7f27-4e60-8952-8d968a7a8ff7", + "uid": "2ef56534-fd4c-4182-b300-46c71988a7b4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d8ca72b-9994-4ec8-acd5-f2b084f16a47", + "positionUid": "c488a19b-fe39-4acd-b35d-382eba74bd86", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T12:58:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:46:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHD": { - "figi": "BBG000BFJT36", - "ticker": "CHD", + "ALLE": { + "figi": "BBG003PS7JV1", + "ticker": "ALLE", "classCode": "SPBXM", - "isin": "US1713401024", + "isin": "IE00BFRT3W74", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Church & Dwight", + "name": "Allegion", "exchange": "SPB", - "issueSize": "243942435", + "issueSize": "94458335", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -40994,100 +39979,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3e4f3419-3bc2-4834-a295-b40a28e92bb5", + "uid": "6480df48-4bee-4b5e-b096-6482209f4b3f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df4aec4b-ccdb-46b3-abb9-ae36429feb5e", + "positionUid": "ca88903d-451f-4700-8ccf-48db5df5d89e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:39:00Z", + "first1dayCandleDate": "2013-11-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ELS": { - "figi": "BBG000BB7SX7", - "ticker": "ELS", + "AAWW": { + "figi": "BBG000Q57YP0", + "ticker": "AAWW", "classCode": "SPBXM", - "isin": "US29472R1086", + "isin": "US0491642056", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Equity LifeStyle Properties REIT", + "name": "Atlas Air Worldwide Holdings", "exchange": "SPB", - "issueSize": "91032007", + "issueSize": "26136036", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c2a68941-589b-45e3-b2ad-321dea3d47a6", + "uid": "fc673c3a-73c6-42ac-b047-f8fa93ce39d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d27108c-7cb6-43bf-a2dc-05136aee7867", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:32:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "positionUid": "ddb86db7-9734-44cc-9cfc-4acd42c949b2", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TPG": { - "figi": "BBG0145FSNR1", - "ticker": "TPG", + "ALGT": { + "figi": "BBG000LJS6B8", + "ticker": "ALGT", "classCode": "SPBXM", - "isin": "US8726571016", + "isin": "US01748X1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TPG", + "name": "Allegiant Travel Co", "exchange": "SPB", - "issueSize": "306947796", + "ipoDate": "2006-12-08T00:00:00Z", + "issueSize": "16281038", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "302e8623-8d3f-4ebc-8447-b91150dbc7f3", + "uid": "5e6279e5-42f1-4cc5-b830-5f8844a915e2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "28ebddf1-a1d8-4ac2-a5ba-2d799a3c1472", + "positionUid": "0c3eb60f-b261-400b-811d-58f631a028e8", "forIisFlag": true, - "first1minCandleDate": "2022-01-13T09:05:00Z", - "first1dayCandleDate": "2022-01-13T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2006-12-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VFC": { - "figi": "BBG000BWCKB6", - "ticker": "VFC", + "BKNG": { + "figi": "BBG000BLBVN4", + "ticker": "BKNG", "classCode": "SPBXM", - "isin": "US9182041080", + "isin": "US09857L1089", "lot": 1, "currency": "usd", "klong": { @@ -41114,189 +40100,143 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "VF", + "shortEnabledFlag": true, + "name": "Booking", "exchange": "SPB", - "issueSize": "109919168", + "ipoDate": "1999-03-29T00:00:00Z", + "issueSize": "41059841", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 8000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "422c0980-f048-440a-a11b-e4ad7e2e336d", + "uid": "67e4811b-17b6-4622-9dec-05c52c15cdd8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6e5f5d24-e89e-49db-a89c-03085d093bce", + "positionUid": "09d8957e-caae-4ff3-a35a-d9743d912d14", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-05T14:35:00Z", + "first1dayCandleDate": "1999-03-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MDB": { - "figi": "BBG0022FDRY8", - "ticker": "MDB", - "classCode": "SPBXM", - "isin": "US60937P1066", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 822500000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 350000000 - }, - "shortEnabledFlag": true, - "name": "MongoDB Inc", - "exchange": "SPB", - "issueSize": "41955411", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "PMSBP": { + "figi": "BBG000MZL2S9", + "ticker": "PMSBP", + "classCode": "TQBR", + "isin": "RU000A0ET156", + "lot": 10, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u043c\u044d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442 - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2005-06-21T00:00:00Z", + "issueSize": "11353500", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "11353500", "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 + "currency": "rub", + "units": "3", + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "6f2c6950-28e5-4d65-8c1e-01f83bf38660", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6fd42e8d-07cb-464c-9a88-74b16d86540b", + "uid": "80a39145-b2f7-46f5-9ef0-1478baafb0a6", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d46880d1-899c-409a-b3d0-5e1d009b3cfc", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:15:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-03-07T20:43:00Z", + "first1dayCandleDate": "2007-02-19T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "SYK": { - "figi": "BBG000DN7P92", - "ticker": "SYK", + "PRTA": { + "figi": "BBG003PDKJF7", + "ticker": "PRTA", "classCode": "SPBXM", - "isin": "US8636671013", + "isin": "IE00B91XRN20", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Stryker", + "name": "Prothena Corporation", "exchange": "SPB", - "ipoDate": "1979-05-01T00:00:00Z", - "issueSize": "373710934", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "39911413", + "countryOfRisk": "IE", + "countryOfRiskName": "", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39220089-7aa3-485f-b649-67e236c893b7", + "uid": "f84e6d6e-5720-4f16-b78b-e62f6629924c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "707dcffe-3861-4d22-88ae-7589dfaa65de", + "positionUid": "ea0b6807-cf4f-4233-842c-16d900b6a6b3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:22:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SGMO": { - "figi": "BBG000BHYT80", - "ticker": "SGMO", + "AGIO": { + "figi": "BBG000QY4ZD0", + "ticker": "AGIO", "classCode": "SPBXM", - "isin": "US8006771062", + "isin": "US00847X1046", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sangamo Therapeutics", + "name": "Agios Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "84520951", + "ipoDate": "2011-07-28T00:00:00Z", + "issueSize": "58395419", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "160000000", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -41307,75 +40247,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "05c7b8b3-0b13-4bae-b91b-54e7860c5c8f", + "uid": "431ad5fc-7a24-46d2-a205-22bc9fbd88dc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0031f058-ff48-482b-b7f6-4dd8818d7a3a", + "positionUid": "9154c62c-6b66-483d-a9a0-9746399c7832", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T13:57:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EMN": { - "figi": "BBG000BLW530", - "ticker": "EMN", + "FND": { + "figi": "BBG007GJ2F81", + "ticker": "FND", "classCode": "SPBXM", - "isin": "US2774321002", + "isin": "US3397501012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Eastman Chemical Company", + "name": "Floor & Decor Holdings Inc", "exchange": "SPB", - "ipoDate": "1993-12-14T00:00:00Z", - "issueSize": "142966679", + "ipoDate": "2017-04-27T00:00:00Z", + "issueSize": "98244175", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "350000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e856f084-6392-4701-8571-e5b54251e66d", + "uid": "689bb25e-3e76-4a59-b9bb-65b826a9fc83", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f5d6d1a1-55b3-447a-a689-499d64916ba5", + "positionUid": "abcb906f-1105-4892-9b59-bf9f3d6a52b5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1993-12-14T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:32:00Z", + "first1dayCandleDate": "2017-04-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LDOS": { - "figi": "BBG000C23PB0", - "ticker": "LDOS", + "STAG": { + "figi": "BBG000BGLFP7", + "ticker": "STAG", "classCode": "SPBXM", - "isin": "US5253271028", + "isin": "US85254J1025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Leidos Holdings", - "exchange": "SPB", - "issueSize": "151459401", + "name": "STAG Industrial REIT", + "exchange": "SPB_MORNING", + "issueSize": "127148836", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -41388,30 +40328,55 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7d2d980e-f992-4293-8054-ba9a104db09a", + "uid": "e4f54a0b-099d-4c30-b6d8-d22494328c41", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "95629740-7901-46d7-9305-d9ccd3844402", + "positionUid": "f25e1b3d-4ad4-4170-ac72-41dc79f9ff6c", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:18:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T13:49:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DV": { - "figi": "BBG00ZNRRJM2", - "ticker": "DV", + "ETSY": { + "figi": "BBG000N7MXL8", + "ticker": "ETSY", "classCode": "SPBXM", - "isin": "US25862V1052", + "isin": "US29786A1060", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "DoubleVerify Holdings, Inc.", - "exchange": "SPB", - "issueSize": "157201888", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 550000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 245000000 + }, + "shortEnabledFlag": true, + "name": "Etsy Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2015-04-16T00:00:00Z", + "issueSize": "120460043", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "700000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1400000000", "nominal": { "currency": "usd", "units": "0", @@ -41428,115 +40393,140 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aab00672-bdc8-4240-9cfc-5578b6788ffd", + "uid": "42f965d4-a810-481b-bc64-86240df17bea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e80f07ac-8b6d-4325-9a7e-7ea8a16e892a", + "positionUid": "a6a3fb28-62f6-4fc8-9c2a-a00687bceec8", "forIisFlag": true, - "first1minCandleDate": "2021-07-09T13:36:00Z", - "first1dayCandleDate": "2021-07-09T07:00:00Z", + "first1minCandleDate": "2019-01-31T13:16:00Z", + "first1dayCandleDate": "2015-04-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NVS": { - "figi": "BBG000LYF3S8", - "ticker": "NVS", + "HALO": { + "figi": "BBG000CZ8W54", + "ticker": "HALO", "classCode": "SPBXM", - "isin": "US66987V1098", + "isin": "US40637H1095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Novartis AG", + "name": "Halozyme Therapeutics Inc", "exchange": "SPB", - "issueSize": "2434420920", - "countryOfRisk": "CH", - "countryOfRiskName": "Швейцарская Конфедерация", + "ipoDate": "2005-05-06T00:00:00Z", + "issueSize": "146539590", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "579cf92f-fb8d-4ec5-9820-9774651dee71", + "uid": "ce3ecd83-1bc6-4821-94ff-c42eeb6aa1d3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "86087afa-348e-4e98-a451-0f35f2dc398a", + "positionUid": "cf7a94fc-37a1-4657-9230-a8f3303492e6", "forIisFlag": true, - "first1minCandleDate": "2021-02-25T12:55:00Z", - "first1dayCandleDate": "2021-02-25T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "L": { - "figi": "BBG000C45984", - "ticker": "L", + "DLO": { + "figi": "BBG00XGCHFV7", + "ticker": "DLO", "classCode": "SPBXM", - "isin": "US5404241086", + "isin": "KYG290181018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Loews", + "name": "DLocal", "exchange": "SPB", - "ipoDate": "1959-03-13T00:00:00Z", - "issueSize": "336959362", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "0", + "countryOfRisk": "UY", + "countryOfRiskName": "\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0423\u0440\u0443\u0433\u0432\u0430\u0439", "sector": "financial", - "issueSizePlan": "1800000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 2000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "546d2946-459b-44ae-8115-d8c13f074593", + "uid": "e3af78b1-80c4-4b64-ac7f-35e3eb15bff3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17632a1e-6a7d-463d-aa9c-b6edb9e73e23", + "positionUid": "4bdf14a1-ca01-4606-a16a-646fa3562fbe", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LOGI": { - "figi": "BBG000BQNNP6", - "ticker": "LOGI", + "M": { + "figi": "BBG000C46HM9", + "ticker": "M", "classCode": "SPBXM", - "isin": "CH0025751329", + "isin": "US55616P1049", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Logitech International SA", - "exchange": "SPB", - "issueSize": "165449160", - "countryOfRisk": "CH", - "countryOfRiskName": "Швейцарская Конфедерация", - "sector": "it", - "issueSizePlan": "173106620", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 937700000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 392000000 + }, + "shortEnabledFlag": true, + "name": "Macy's", + "exchange": "SPB_MORNING", + "ipoDate": "1992-05-02T00:00:00Z", + "issueSize": "309704845", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "chf", + "currency": "usd", "units": "0", - "nano": 250000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -41549,22 +40539,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d51318f3-4aa4-4a1f-8461-742945f5c9eb", + "uid": "f84fbb84-7875-4d54-b28c-29bc918830bb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2224d264-bf22-4e93-b395-398e47101b08", + "positionUid": "3d33a7ff-35ca-4030-a4a3-273f80e08223", "forIisFlag": true, - "first1minCandleDate": "2021-07-30T11:33:00Z", - "first1dayCandleDate": "2021-07-30T07:00:00Z", + "first1minCandleDate": "2018-01-23T10:36:00Z", + "first1dayCandleDate": "1992-02-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UWGN": { - "figi": "BBG008HD3V85", - "ticker": "UWGN", - "classCode": "TQPI", - "isin": "RU000A0JVBT9", + "FIS": { + "figi": "BBG000BK2F42", + "ticker": "FIS", + "classCode": "SPBXM", + "isin": "US31620M1062", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -41575,75 +40565,75 @@ }, "dlong": { "units": "0", - "nano": 403900000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 746900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 227900000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 321700000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "ОВК", - "exchange": "MOEX", - "ipoDate": "2014-05-08T00:00:00Z", - "issueSize": "115996689", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "10000", + "name": "Fidelity National Information", + "exchange": "SPB", + "issueSize": "322920584", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a8dc188b-cae8-40c0-99e8-f561f4339751", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c32e4e2f-bbe9-46b8-8376-6aebe12743ac", + "uid": "8a6fae52-0507-4f73-b4be-11caffb93d2b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "667fff04-8646-42b7-9b5e-95bba22a1be1", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2018-03-07T18:34:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2001-06-20T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.01 }, - "IRDM": { - "figi": "BBG000VC0FC1", - "ticker": "IRDM", + "VICR": { + "figi": "BBG000C3VHF1", + "ticker": "VICR", "classCode": "SPBXM", - "isin": "US46269C1027", + "isin": "US9258151029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Iridium Communications Inc", + "name": "Vicor Corp", "exchange": "SPB", - "issueSize": "110377338", + "ipoDate": "1991-05-01T00:00:00Z", + "issueSize": "11758218", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "62000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -41654,101 +40644,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d22bb0c6-dda7-4578-9fd1-41e6b9250e8b", + "uid": "03193dc2-c6f2-45b8-9017-346c62e57edc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "adfe0985-f778-4b04-ad2f-28fe778fc83b", + "positionUid": "9a787a8a-fc1f-4b3b-9e21-d9dcf7aad2b8", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1990-04-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LGIH": { - "figi": "BBG0056655S1", - "ticker": "LGIH", - "classCode": "SPBXM", - "isin": "US50187T1060", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "LGI Homes Inc", - "exchange": "SPB", - "ipoDate": "2013-11-07T00:00:00Z", - "issueSize": "22925730", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "025fcc3e-21a2-4287-ba99-7d3b546a864b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "96639633-2d8a-49d9-8343-76d6ef6d8af4", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2013-11-07T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ATEX": { - "figi": "BBG0081NLHR0", - "ticker": "ATEX", + "HE": { + "figi": "BBG000BL0P40", + "ticker": "HE", "classCode": "SPBXM", - "isin": "US03676C1009", + "isin": "US4198701009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Anterix", + "name": "Hawaiian Electric Industries, Inc.", "exchange": "SPB", - "issueSize": "17206806", + "issueSize": "109181124", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b2dac10b-73ef-42b3-bf4b-253a31f34c30", + "uid": "ca3df003-d43b-4c61-850d-674e34f569a0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "617486f5-7a46-4e5a-bea9-8f7646f4ffab", + "positionUid": "103251b7-bb1e-4dfd-aa63-5d6a8c118ed3", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:29:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:34:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WRK": { - "figi": "BBG008NXC572", - "ticker": "WRK", + "YY": { + "figi": "BBG003H0XV18", + "ticker": "YY", "classCode": "SPBXM", - "isin": "US96145D1054", + "isin": "US46591M1099", "lot": 1, "currency": "usd", "klong": { @@ -41765,7 +40714,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 620500000 }, "dlongMin": { "units": "0", @@ -41773,100 +40722,84 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 273000000 }, "shortEnabledFlag": true, - "name": "WestRock", + "name": "JOYY Inc", "exchange": "SPB", - "issueSize": "255372759", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "600000000", + "issueSize": "61632398", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "20", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab205e93-0b74-4e85-872d-7f3670a56cce", + "uid": "eaadc429-5eea-4b18-b213-b5277e8c3639", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7197027b-5910-4bcd-9aa4-37aaa99e1430", + "positionUid": "1d937750-a5b7-4370-a57f-f0b7ff7ec057", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2015-06-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:26:00Z", + "first1dayCandleDate": "2012-11-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OSIS": { - "figi": "BBG000BWPR54", - "ticker": "OSIS", - "classCode": "SPBXM", - "isin": "US6710441055", + "TATN": { + "figi": "BBG004RVFFC0", + "ticker": "TATN", + "classCode": "TQBR", + "isin": "RU0009033591", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "OSI Systems Inc", - "exchange": "SPB", - "ipoDate": "1997-10-01T00:00:00Z", - "issueSize": "18104754", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 1000000 + "nano": 258000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 279600000 }, - "apiTradeAvailableFlag": true, - "uid": "dbb30d1d-4630-47d7-9417-a825d55fff3b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e4b6b56-b46b-4906-a261-a6b78d6a24be", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1997-10-02T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MSA": { - "figi": "BBG000BPDXF8", - "ticker": "MSA", - "classCode": "SPBXM", - "isin": "US5534981064", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "MSA Safety", - "exchange": "SPB", - "issueSize": "38737891", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "dlongMin": { "units": "0", + "nano": 138600000 + }, + "dshortMin": { + "units": "0", + "nano": 131200000 + }, + "shortEnabledFlag": true, + "name": "\u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2001-10-26T00:00:00Z", + "issueSize": "2178690700", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "2178690700", + "nominal": { + "currency": "rub", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -41877,23 +40810,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "706ebf28-dd94-4af5-9da0-fa94331f5bbd", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5c2da1d-137c-4bed-8ede-5b01f43a941d", + "uid": "88468f6c-c67a-4fb4-a006-53eed803883c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2001-12-07T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "BJRI": { - "figi": "BBG000H9LNX1", - "ticker": "BJRI", + "NKE": { + "figi": "BBG000C5HS04", + "ticker": "NKE", "classCode": "SPBXM", - "isin": "US09180C1062", + "isin": "US6541061031", "lot": 1, "currency": "usd", "klong": { @@ -41921,14 +40854,14 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "BJ's Restaurants Inc", - "exchange": "SPB", - "ipoDate": "1996-10-08T00:00:00Z", - "issueSize": "21292116", + "name": "NIKE", + "exchange": "SPB_MORNING", + "ipoDate": "1980-12-01T00:00:00Z", + "issueSize": "1277806465", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "125000000", + "issueSizePlan": "2400000000", "nominal": { "currency": "usd", "units": "0", @@ -41945,30 +40878,55 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "52f144a2-67f9-4d9f-bba2-1825821a4182", + "uid": "5b48bb5c-226a-4cb9-838d-06e89c9f9d39", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "07987981-9b50-4a48-846b-cb81aff2cc51", + "positionUid": "2a2ad8b9-a5b0-4ec3-a9f8-27bc3638dd0f", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1996-10-09T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SLVM": { - "figi": "BBG0122M8031", - "ticker": "SLVM", + "SYY": { + "figi": "BBG000BTVJ25", + "ticker": "SYY", "classCode": "SPBXM", - "isin": "US8713321029", + "isin": "US8718291078", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Sylvamo Corp.", - "exchange": "SPB", - "issueSize": "44107155", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Sysco", + "exchange": "SPB_MORNING", + "ipoDate": "1970-03-03T00:00:00Z", + "issueSize": "519787613", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "1", @@ -41978,27 +40936,27 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9394eb6-0fd0-433d-b6f7-962aab54d6e1", + "uid": "c1e72678-b65b-44de-8c0e-91c60ab70b21", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7ca4828d-a96b-4f00-b0b8-0d7b119cdc20", + "positionUid": "2a235cb8-99d5-40b3-ab2d-f497263a7678", "forIisFlag": true, - "first1minCandleDate": "2021-10-05T12:14:00Z", - "first1dayCandleDate": "2021-10-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TWLO": { - "figi": "BBG0029ZX840", - "ticker": "TWLO", + "NRG": { + "figi": "BBG000D8RG11", + "ticker": "NRG", "classCode": "SPBXM", - "isin": "US90138F1021", + "isin": "US6293775085", "lot": 1, "currency": "usd", "klong": { @@ -42011,115 +40969,140 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Twilio Inc", - "exchange": "SPB", - "issueSize": "11677315", + "name": "NRG Energy", + "exchange": "SPB_MORNING", + "ipoDate": "2000-05-31T00:00:00Z", + "issueSize": "333494559", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a0d3f5c1-3fee-4fc3-ba47-f4edb18858e0", + "uid": "e798081d-5367-425d-a322-092b86f02dbf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c8b5af0-a941-42eb-910d-2f3d6c4b9b70", + "positionUid": "f73586ee-6ec5-4415-ac7c-626de7c0ab58", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T07:23:00Z", - "first1dayCandleDate": "2019-06-11T07:00:00Z", + "first1minCandleDate": "2018-01-23T07:47:00Z", + "first1dayCandleDate": "2003-12-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UHS": { - "figi": "BBG000CB8Q50", - "ticker": "UHS", + "LRN": { + "figi": "BBG000QSXPZ9", + "ticker": "LRN", "classCode": "SPBXM", - "isin": "US9139031002", + "isin": "US86333M1080", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Universal Health Services", + "name": "Stride, Inc", "exchange": "SPB", - "ipoDate": "1985-07-01T00:00:00Z", - "issueSize": "86990759", + "issueSize": "41541982", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bcb1159f-93a3-45cf-9fd0-64dd0de66af2", + "uid": "ffe159d2-4650-4627-b528-170e21dcac11", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c47eba62-2b06-42ff-acf2-f6b4486426a9", + "positionUid": "88736077-9089-41d4-b14f-eda311c137ce", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:46:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JBL": { - "figi": "BBG000BJNGN9", - "ticker": "JBL", + "DLX": { + "figi": "BBG000BH6360", + "ticker": "DLX", "classCode": "SPBXM", - "isin": "US4663131039", + "isin": "US2480191012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Jabil Inc.", + "name": "Deluxe Corp", "exchange": "SPB", - "issueSize": "179242687", + "ipoDate": "1980-04-25T00:00:00Z", + "issueSize": "43677292", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -42130,36 +41113,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8830490b-de3b-4482-87b7-132a3aa78b6a", + "uid": "e84fb2f1-f466-466e-82d3-ab960e1c5a09", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20710bbc-7364-441b-8a9e-8f3c0dddccf4", + "positionUid": "91234351-01c9-4cfe-8c84-99d2657a2a8b", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:05:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CNX": { - "figi": "BBG000CKVSG8", - "ticker": "CNX", + "FTDR": { + "figi": "BBG00H9MNDZ2", + "ticker": "FTDR", "classCode": "SPBXM", - "isin": "US12653C1080", + "isin": "US35905A1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CNX Resources Corporation", + "name": "Frontdoor, Inc.", "exchange": "SPB", - "issueSize": "230103982", + "issueSize": "85382950", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -42170,20 +41153,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "82f8d11f-0307-45c3-bb94-8758a2f673a3", + "uid": "1d1f0baf-ed91-42f7-bc11-29c0b61f05a9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c1b51153-a88f-4843-9a48-248e707b13ff", + "positionUid": "5a71d1ec-ae7a-4ac2-ad9a-8533b7a86bf9", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:06:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TXN": { - "figi": "BBG000BVV7G1", - "ticker": "TXN", + "KHC": { + "figi": "BBG005CPNTQ2", + "ticker": "KHC", "classCode": "SPBXM", - "isin": "US8825081040", + "isin": "US5007541064", "lot": 1, "currency": "usd", "klong": { @@ -42211,18 +41194,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Texas Instruments", - "exchange": "SPB", - "ipoDate": "1970-02-02T00:00:00Z", - "issueSize": "923209971", + "name": "Kraft Heinz", + "exchange": "SPB_MORNING", + "issueSize": "1223387136", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -42235,22 +41217,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b50a255d-ba51-4784-a11c-271384eecbc8", + "uid": "ee1804db-bee7-4073-b98e-eb9fe121a8e6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "06997c40-9fba-4a73-aa2d-df1ab7303a42", + "positionUid": "6ec42524-15a9-4170-9690-98706bbf6d70", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:19:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:02:00Z", + "first1dayCandleDate": "2015-07-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UAL": { - "figi": "BBG000M65M61", - "ticker": "UAL", - "classCode": "SPBXM", - "isin": "US9100471096", + "FIVE": { + "figi": "BBG00JXPFBN0", + "ticker": "FIVE", + "classCode": "TQBR", + "isin": "US98387E2054", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -42261,219 +41243,196 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, "shortEnabledFlag": true, - "name": "United Airlines Holdings", - "exchange": "SPB", - "issueSize": "323612861", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1000000000", + "name": "\u0413\u0414\u0420 X5 RetailGroup", + "exchange": "MOEX_WEEKEND", + "issueSize": "271572872", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "d5c92992-49ab-49ec-bbf7-ec94c8324191", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c80b20d-b1be-4470-9464-be34b21d10f1", + "uid": "cc68221f-cc21-42a4-a52f-d819bfe4d4c0", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:02:00Z", - "first1dayCandleDate": "2006-01-25T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2018-02-01T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "GEMC": { - "figi": "BBG011MCM288", - "ticker": "GEMC", + "MSTT": { + "figi": "BBG004S68DD6", + "ticker": "MSTT", "classCode": "TQBR", - "isin": "US91085A2033", - "lot": 1, + "isin": "RU0009177331", + "lot": 10, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "4", - "nano": 760000000 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 400000000 - }, - "shortEnabledFlag": true, - "name": "United medical group", + "shortEnabledFlag": false, + "name": "\u041c\u043e\u0441\u0442\u043e\u0442\u0440\u0435\u0441\u0442", "exchange": "MOEX", - "issueSize": "39227756", + "ipoDate": "2010-08-10T00:00:00Z", + "issueSize": "282215500", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueSizePlan": "39227756", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "248240000", "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "currency": "rub", + "units": "0", + "nano": 140000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "b186e19a-a331-471c-a18d-1ffbda758971", + "uid": "3058acbe-11f6-4bcc-9a70-238e70c2c588", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "807f3425-5b3f-42a3-a386-f8a328b839dd", + "positionUid": "87a6a188-770e-494f-a6fc-2ad97da0151f", "forIisFlag": true, - "first1minCandleDate": "2021-07-15T06:59:00Z", - "first1dayCandleDate": "2021-07-15T07:00:00Z", + "first1minCandleDate": "2018-03-07T19:14:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.05 }, - "TTEK": { - "figi": "BBG000BYZ0Q5", - "ticker": "TTEK", + "MMSI": { + "figi": "BBG000C42VX0", + "ticker": "MMSI", "classCode": "SPBXM", - "isin": "US88162G1031", + "isin": "US5898891040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tetra Tech", + "name": "MerIt Medical Systems Inc", "exchange": "SPB", - "issueSize": "54683812", + "ipoDate": "1990-02-01T00:00:00Z", + "issueSize": "55004915", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d2e61962-87cc-49d8-8893-2edbe2c932f3", + "uid": "f0b4f851-2a1b-4ec9-acac-c841c4806d39", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d53fc070-3322-44a5-944c-fc46925ec1dd", + "positionUid": "8ab04fb7-20f8-4656-aecc-77ab233bb7a0", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:09:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1991-07-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HSIC": { - "figi": "BBG000BNMMJ3", - "ticker": "HSIC", + "WWD": { + "figi": "BBG000BD53V2", + "ticker": "WWD", "classCode": "SPBXM", - "isin": "US8064071025", + "isin": "US9807451037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Henry Schein", + "name": "Woodward Inc", "exchange": "SPB", - "ipoDate": "1995-11-02T00:00:00Z", - "issueSize": "156954392", + "issueSize": "61272503", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "240000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1455000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d370686f-3538-4bf7-8876-76cc77729dd1", + "uid": "6596db8c-816c-4699-a2e1-a7f2eaa2a7e4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "01de694d-88f0-493b-a722-8fac5be57ece", + "positionUid": "fc4b9017-4c8e-4ea5-964a-fa23278caea5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-11-03T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1994-04-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BLD": { - "figi": "BBG0077VS2C0", - "ticker": "BLD", + "BL": { + "figi": "BBG0029KJVB0", + "ticker": "BL", "classCode": "SPBXM", - "isin": "US89055F1030", + "isin": "US09239B1098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TopBuild Corp", + "name": "Blackline Inc", "exchange": "SPB", - "issueSize": "38042282", + "issueSize": "55639281", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -42484,36 +41443,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0f43be8a-46a5-43ba-a92e-f9de559827c0", + "uid": "7e02527a-4dbe-4a85-a327-d6af2e0c70ad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b80d082b-a10a-4e6d-a3c6-f089b3f0c7cb", + "positionUid": "5517b48f-3230-4dbe-8e97-04fd38d8a227", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:33:00Z", - "first1dayCandleDate": "2015-06-17T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BRBR": { - "figi": "BBG013QNJHP8", - "ticker": "BRBR", + "AUPH": { + "figi": "BBG000BCRJM5", + "ticker": "AUPH", "classCode": "SPBXM", - "isin": "US07831C1036", + "isin": "CA05156V1022", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "BellRing Brands", + "name": "Aurinia Pharmaceuticals", "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "issueSize": "111798275", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "health_care", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -42524,99 +41483,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7988db29-7ae8-4280-8c49-ac532004b8d5", + "uid": "8a1eb642-da5d-4dcd-a4e0-cc21e5712afd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4904e510-2cc1-4456-aafe-2b38181984e6", + "positionUid": "5d997431-6359-4e41-85a0-0781aa574c15", "forIisFlag": true, - "first1minCandleDate": "2022-03-29T13:03:00Z", - "first1dayCandleDate": "2022-03-29T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BELU": { - "figi": "BBG000TY1CD1", - "ticker": "BELU", - "classCode": "TQBR", - "isin": "RU000A0HL5M1", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 250300000 - }, - "dshort": { - "units": "0", - "nano": 345000000 - }, - "dlongMin": { - "units": "0", - "nano": 134100000 - }, - "dshortMin": { - "units": "0", - "nano": 159700000 - }, - "shortEnabledFlag": false, - "name": "Белуга Групп ПАО ао", - "exchange": "MOEX", - "ipoDate": "2005-03-10T00:00:00Z", - "issueSize": "15800000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "11600000", - "nominal": { - "currency": "rub", - "units": "100", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, - "apiTradeAvailableFlag": true, - "uid": "974077c4-d893-4058-9314-8f1b64a444b8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7e12ee80-9a45-4011-878f-593d810e9277", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:10:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", - "type": "Shares", - "step": 1.0 - }, - "OMF": { - "figi": "BBG005497GZ3", - "ticker": "OMF", + "RHI": { + "figi": "BBG000BS5DR2", + "ticker": "RHI", "classCode": "SPBXM", - "isin": "US68268W1036", + "isin": "US7703231032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "OneMain Holdings", - "exchange": "SPB", - "issueSize": "133810184", + "name": "Robert Half", + "exchange": "SPB_MORNING", + "issueSize": "124261548", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "260000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -42629,20 +41523,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9fca0d4a-96c8-422f-bef1-703b9939a27c", + "uid": "32e9cb9e-0d56-40a1-8a5e-94fbb9339a81", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "13c87a84-edef-4eda-9c2d-55026a4304fa", + "positionUid": "3edbcfc9-d29f-434a-ae4d-671c916f3497", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CVM": { - "figi": "BBG000H5G6L5", - "ticker": "CVM", + "ITW": { + "figi": "BBG000BMBL90", + "ticker": "ITW", "classCode": "SPBXM", - "isin": "US1508376076", + "isin": "US4523081093", "lot": 1, "currency": "usd", "klong": { @@ -42655,74 +41549,75 @@ }, "dlong": { "units": "0", - "nano": 710600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 137400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 462000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 462000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "CEL SCI Corporation", + "name": "Illinois Tool Works", "exchange": "SPB", - "issueSize": "40529278", + "issueSize": "363491774", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f13fc516-c155-4327-843f-0f620e01e57c", + "uid": "05aec0b3-8b37-47e1-8c18-bd810914b22b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3128fa7e-633c-4329-988f-e895f5cb9fde", + "positionUid": "e3dd4534-d17a-47a3-9900-ee58bbaef348", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T12:24:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRVI": { - "figi": "BBG00Y1DFV91", - "ticker": "MRVI", + "ATGE": { + "figi": "BBG000DQBZJ7", + "ticker": "ATGE", "classCode": "SPBXM", - "isin": "US56600D1072", + "isin": "US00737L1035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Maravai LifeSciences Holdings", + "name": "Adtalem Global Education Inc", "exchange": "SPB", - "issueSize": "257620645", + "ipoDate": "1991-06-21T00:00:00Z", + "issueSize": "56582000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -42733,36 +41628,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7b6ceaf-ec61-4929-80f0-1fecf9f2ed14", + "uid": "5242dd21-9c4a-46cb-9d05-8e4fffb675b4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a17751a-69c9-458b-8716-aefb96913edc", + "positionUid": "e030e036-2a26-44f3-8ef3-102baff68777", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:10:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:35:00Z", + "first1dayCandleDate": "1991-06-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CCSI": { - "figi": "BBG0105XBRH0", - "ticker": "CCSI", + "INGN": { + "figi": "BBG0021PH456", + "ticker": "INGN", "classCode": "SPBXM", - "isin": "US20848V1052", + "isin": "US45780L1044", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Consensus Cloud Solutions", + "name": "Inogen Inc", "exchange": "SPB", - "issueSize": "20060861", + "ipoDate": "2014-02-14T00:00:00Z", + "issueSize": "21814895", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -42773,22 +41693,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbce3b95-4902-44e2-ba43-f931e63e984b", + "uid": "b4445c67-56a3-4176-ab4d-68892c6d3024", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fb044212-1709-4c02-9c71-097403bea3b9", + "positionUid": "0ac4f543-f868-4db2-9548-69d1f929b258", "forIisFlag": true, - "first1minCandleDate": "2021-10-19T12:10:00Z", - "first1dayCandleDate": "2021-10-19T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2014-02-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MPC": { - "figi": "BBG001DCCGR8", - "ticker": "MPC", - "classCode": "SPBXM", - "isin": "US56585A1025", + "MTLR": { + "figi": "BBG004S68598", + "ticker": "MTLR", + "classCode": "TQBR", + "isin": "RU000A0DKXV5", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -42799,32 +41719,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 395200000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 552500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 222300000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 246000000 }, "shortEnabledFlag": true, - "name": "Marathon Petroleum", - "exchange": "SPB", - "issueSize": "638202178", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1000000000", + "name": "\u041c\u0435\u0447\u0435\u043b", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2003-04-29T00:00:00Z", + "issueSize": "416270745", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "382969086", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "10", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -42837,20 +41758,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c4ef80ab-4e90-41a2-970c-1110e53d14d6", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e48f9d2d-e50b-4620-a321-bed1b6adeb27", + "uid": "eb4ba863-e85f-4f80-8c29-f2627938ee58", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:26:00Z", - "first1dayCandleDate": "2011-06-23T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2008-12-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SPGI": { - "figi": "BBG000BP1Q11", - "ticker": "SPGI", + "SAVE": { + "figi": "BBG000BF6RQ9", + "ticker": "SAVE", "classCode": "SPBXM", - "isin": "US78409V1044", + "isin": "US8485771021", "lot": 1, "currency": "usd", "klong": { @@ -42863,68 +41784,69 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 695300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 96700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 448000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 448000000 }, "shortEnabledFlag": true, - "name": "S&P Global", + "name": "Spirit Airlines Inc", "exchange": "SPB", - "issueSize": "241000000", + "ipoDate": "2011-05-26T00:00:00Z", + "issueSize": "69373154", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c3067706-941f-4009-ae27-fee588104ace", + "uid": "3becf1ea-0a4e-40d9-a021-32b4e0b9cff7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc113064-efc1-4bde-bba8-be1ad042ce74", + "positionUid": "f5dde5cf-2005-497d-8e59-6f83d004ed65", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:33:00Z", + "first1dayCandleDate": "2011-05-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HUBB": { - "figi": "BBG000BLK267", - "ticker": "HUBB", + "OMF": { + "figi": "BBG005497GZ3", + "ticker": "OMF", "classCode": "SPBXM", - "isin": "US4435106079", + "isin": "US68268W1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hubbell", - "exchange": "SPB", - "issueSize": "54434310", + "name": "OneMain Holdings", + "exchange": "SPB_MORNING", + "issueSize": "133810184", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", @@ -42941,20 +41863,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7644353c-9334-4d08-a44d-e01dd580a65e", + "uid": "9fca0d4a-96c8-422f-bef1-703b9939a27c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08e89c54-20c6-493a-8d46-2f83cf08c251", + "positionUid": "13c87a84-edef-4eda-9c2d-55026a4304fa", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:32:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EDIT": { - "figi": "BBG005MX5GZ2", - "ticker": "EDIT", - "classCode": "SPBXM", - "isin": "US28106W1036", + "WISH": { + "figi": "BBG006DZTJ56", + "ticker": "WISH", + "classCode": "SPBXM", + "isin": "US21077C1071", "lot": 1, "currency": "usd", "klong": { @@ -42971,7 +41893,7 @@ }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 937700000 }, "dlongMin": { "units": "0", @@ -42979,23 +41901,22 @@ }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 392000000 }, "shortEnabledFlag": false, - "name": "Editas Medicine Inc", + "name": "ContextLogic", "exchange": "SPB", - "ipoDate": "2017-11-02T00:00:00Z", - "issueSize": "42119611", + "issueSize": "558000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "5000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43006,35 +41927,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e02bc070-0e1a-4c65-adf8-e198bec4ba44", + "uid": "2ce3bc94-c16b-47a2-85b6-cb70263dffa8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f786823e-7a23-42dc-8ce9-93be0fefe827", + "positionUid": "02930201-33e2-4e7d-882e-5b5b79ba5fa2", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:03:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-12-31T12:31:00Z", + "first1dayCandleDate": "2020-12-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BLDR": { - "figi": "BBG000BKD3K9", - "ticker": "BLDR", + "NUE": { + "figi": "BBG000BQ8KV2", + "ticker": "NUE", "classCode": "SPBXM", - "isin": "US12008R1077", + "isin": "US6703461052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Builders FirstSource Inc", - "exchange": "SPB", - "issueSize": "112040464", + "name": "Nucor", + "exchange": "SPB_MORNING", + "ipoDate": "1972-07-12T00:00:00Z", + "issueSize": "293694534", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", + "units": "0", + "nano": 400000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "8f581456-8a31-4288-862c-7eb0760e9546", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4f31245b-a757-44e8-bf19-bc2c760d2194", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "QRVO": { + "figi": "BBG007TJF1N7", + "ticker": "QRVO", + "classCode": "SPBXM", + "isin": "US74736K1016", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Qorvo", + "exchange": "SPB_MORNING", + "issueSize": "111141526", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "405000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 + }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -43046,36 +42032,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a01579a2-cec2-4fff-8f93-7c284240a3b8", + "uid": "8147bc02-b4f5-49c5-b92b-8765e75a566c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5b687eb8-321a-49d0-9661-04af0e038cd9", + "positionUid": "f0da116e-6227-492c-bb20-6bc4bee509d7", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2015-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LECO": { - "figi": "BBG000BB72K8", - "ticker": "LECO", + "THG": { + "figi": "BBG000FJH8W0", + "ticker": "THG", "classCode": "SPBXM", - "isin": "US5339001068", + "isin": "US4108671052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lincoln Electric Holdings", + "name": "Hanover Insurance Group", "exchange": "SPB", - "issueSize": "63238446", + "issueSize": "38446006", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43086,34 +42072,73 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "04aacaac-8780-4890-8164-7426f7dc659f", + "uid": "39f971cf-4bb9-48cb-bc29-bfe39c8f25ac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df0f5188-9b1c-4af9-9d1d-82a979c4fa81", + "positionUid": "f491a38c-a983-4e12-8fed-8d7d3c2c4dcf", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1994-04-07T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NKHP": { - "figi": "BBG00BGKYH17", - "ticker": "NKHP", - "classCode": "TQBR", - "isin": "RU000A0BLWD7", - "lot": 10, - "currency": "rub", + "CG": { + "figi": "BBG000BH3F20", + "ticker": "CG", + "classCode": "SPBXM", + "isin": "US14316J1088", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "НКХП", - "exchange": "MOEX", - "ipoDate": "2015-10-02T00:00:00Z", - "issueSize": "67597000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "67597000", + "name": "Carlyle Group", + "exchange": "SPB", + "issueSize": "350000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000000", "nominal": { - "currency": "rub", - "units": "1", + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_MLP", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9199ed48-bd05-4fda-b5d0-25c56d42e582", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "45ce7214-9306-4432-b00d-6e98c31af386", + "forIisFlag": true, + "first1minCandleDate": "2022-07-18T12:51:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "NTCO": { + "figi": "BBG00R4ZKPN5", + "ticker": "NTCO", + "classCode": "SPBXM", + "isin": "US63884N1081", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Natura & Co Holding S.A.", + "exchange": "SPB", + "issueSize": "689792369", + "countryOfRisk": "BR", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "2", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", @@ -43121,26 +42146,26 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d0b3723c-35f8-497c-97f7-345bbcfbf1e1", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6cc12a2f-349a-4b60-aafc-f22338d333c6", + "uid": "d6bccc08-306e-45c7-9482-e315ec600cf1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "bccfcaee-5c26-4787-9e8c-c6f6b9bc6bc7", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:09:00Z", - "first1dayCandleDate": "2015-12-15T00:00:00Z", + "first1minCandleDate": "2020-01-10T13:15:00Z", + "first1dayCandleDate": "2020-01-10T07:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "PLTR": { - "figi": "BBG000N7QR55", - "ticker": "PLTR", + "ENPH": { + "figi": "BBG001R3MNY9", + "ticker": "ENPH", "classCode": "SPBXM", - "isin": "US69608A1088", + "isin": "US29355A1079", "lot": 1, "currency": "usd", "klong": { @@ -43153,32 +42178,32 @@ }, "dlong": { "units": "0", - "nano": 793900000 + "nano": 663600000 }, "dshort": { "units": "1", - "nano": 390100000 + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 546000000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 546000000 + "nano": 420000000 }, "shortEnabledFlag": true, - "name": "Palantir Technologies Inc", - "exchange": "SPB", - "issueSize": "1866000060", + "name": "Enphase Energy Inc", + "exchange": "SPB_MORNING", + "issueSize": "96848549", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2351000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -43191,76 +42216,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1fce93fe-f7a1-40cc-bdec-fde6500f3783", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "21767c70-72a8-43f8-80d3-969732691765", - "forIisFlag": true, - "first1minCandleDate": "2020-12-16T12:30:00Z", - "first1dayCandleDate": "2020-12-16T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "FRE@DE": { - "figi": "BBG000BS3CD1", - "ticker": "FRE@DE", - "classCode": "SPBDE", - "isin": "DE0005785604", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Fresenius SE", - "exchange": "SPB_DE", - "issueSize": "557379979", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "health_care", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "132674ed-10db-43b4-96fa-9c31d8625a18", + "uid": "432abe6f-cf42-4eef-b9cb-f0a15003c478", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "45facf6f-f9cb-4dc6-b9e2-ec200a817d53", + "positionUid": "f120f157-b19a-4f1c-aa89-b361f27773dc", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:03:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T12:07:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DHER@DE": { - "figi": "BBG00GVXMJ74", - "ticker": "DHER@DE", - "classCode": "SPBDE", - "isin": "DE000A2E4K43", + "LAC": { + "figi": "BBG000BGM5P8", + "ticker": "LAC", + "classCode": "SPBXM", + "isin": "CA53680Q2071", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Delivery Hero SE", - "exchange": "SPB_DE", - "issueSize": "171998900", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", + "name": "Lithium Americas Corp.", + "exchange": "SPB", + "issueSize": "91532163", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "materials", "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "cad", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43271,37 +42256,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a2cc32f-90e4-46d0-9708-32727faac0e2", + "uid": "703ee509-6b48-4f8d-a071-bdc341cf2286", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "246fb8bc-bff3-4c86-be17-806f32706eea", + "positionUid": "e4854321-9f26-4e80-a7b5-e28aea0d9e36", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T10:22:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2021-12-28T12:31:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SBGI": { - "figi": "BBG000F2XXP2", - "ticker": "SBGI", + "LPLA": { + "figi": "BBG000P2TYL8", + "ticker": "LPLA", "classCode": "SPBXM", - "isin": "US8292261091", + "isin": "US50212V1008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sinclair Broadcast Group Inc", + "name": "LPL Financial Holdings", "exchange": "SPB", - "ipoDate": "1995-06-06T00:00:00Z", - "issueSize": "76973826", + "issueSize": "90190130", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43312,77 +42296,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "08bfcf2f-eae4-4fdd-ba3c-e23cd8504d7f", + "uid": "4b73354d-7a6f-4fea-bd70-b02cea49f08f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b297125a-97ee-4647-8845-1b53cf2405ee", + "positionUid": "4fc19cd9-70a8-4552-aef3-60862a79dc79", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1995-06-07T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GNRC": { - "figi": "BBG000PQ4W72", - "ticker": "GNRC", + "RRBI": { + "figi": "BBG000QKNLB2", + "ticker": "RRBI", "classCode": "SPBXM", - "isin": "US3687361044", + "isin": "US75686R2022", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Generac Holdings Inc", + "name": "Red River Bancshares", "exchange": "SPB", - "ipoDate": "2010-02-11T00:00:00Z", - "issueSize": "62298758", + "issueSize": "30000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "7306221", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f89514e9-ba6f-4ac0-a464-b26c0a4c8881", + "uid": "7a961cbf-fe18-4240-85e8-61dfcf690e27", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11003b01-50ee-4c67-8de2-6b65ce1080e9", + "positionUid": "40171ad4-3ccd-4fa5-9863-2629f88977ed", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "2010-02-11T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ACGL": { - "figi": "BBG000HXNN20", - "ticker": "ACGL", + "BILL": { + "figi": "BBG00QVJV6V4", + "ticker": "BILL", "classCode": "SPBXM", - "isin": "BMG0450A1053", + "isin": "US0900431000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Arch Capital Group", + "name": "Bill.com Holdings Inc", "exchange": "SPB", - "issueSize": "131008360", - "countryOfRisk": "BM", - "countryOfRiskName": "", - "sector": "financial", - "issueSizePlan": "0", + "issueSize": "72578777", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1100000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43393,20 +42376,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "88e000dc-a7bc-4f73-bb47-90006b58f689", + "uid": "a87deb32-3912-4f53-a0fc-b27dd5376a34", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc1e6107-0d10-4a4b-ac15-6649cc58a1cc", + "positionUid": "2cf9f9ea-44d6-4be1-9c10-914b7a23d9b8", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:50:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:31:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HOG": { - "figi": "BBG000BKZTP3", - "ticker": "HOG", + "HYLN": { + "figi": "BBG00N9MJTZ9", + "ticker": "HYLN", "classCode": "SPBXM", - "isin": "US4128221086", + "isin": "US4491091074", "lot": 1, "currency": "usd", "klong": { @@ -43419,141 +42402,116 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 910000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 986000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 700000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 728000000 }, - "shortEnabledFlag": true, - "name": "Harley-Davidson", + "shortEnabledFlag": false, + "name": "Hyliion Holdings Corp.", "exchange": "SPB", - "ipoDate": "1986-07-08T00:00:00Z", - "issueSize": "218365592", + "issueSize": "153901829", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b0842c06-4cdd-4be1-a654-da636602fe17", + "uid": "7bf9cbf3-633f-4cea-8bf2-94b2266e0d08", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b73079f-4a82-4a66-b626-ca60fedf9b3f", + "positionUid": "57d7665e-92fd-4557-88fc-ba4082437cdb", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:37:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BLKB": { - "figi": "BBG000BGGTW5", - "ticker": "BLKB", + "ELAN": { + "figi": "BBG00LJYS1P8", + "ticker": "ELAN", "classCode": "SPBXM", - "isin": "US09227Q1004", + "isin": "US28414H1032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Blackbaud Inc", - "exchange": "SPB", - "ipoDate": "2004-07-22T00:00:00Z", - "issueSize": "48568295", + "name": "Elanco Animal Health Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2018-09-20T00:00:00Z", + "issueSize": "365643911", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "180000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7599c161-6a6d-4ea5-9ed7-49a2c6eb3aac", + "uid": "5909dc8f-7855-4e4b-aad4-c2689d16e310", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a3f1c085-37bd-4cf3-b73e-1e7c098e552f", + "positionUid": "105594d7-c1a8-48ab-8b7b-b54165766274", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2004-07-22T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2018-09-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AXP": { - "figi": "BBG000BCQZS4", - "ticker": "AXP", + "JOUT": { + "figi": "BBG000HCXFS4", + "ticker": "JOUT", "classCode": "SPBXM", - "isin": "US0258161092", + "isin": "US4791671088", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "American Express", + "shortEnabledFlag": false, + "name": "Johnson Outdoors Inc", "exchange": "SPB", - "ipoDate": "1977-05-18T00:00:00Z", - "issueSize": "794433076", + "ipoDate": "1987-10-09T00:00:00Z", + "issueSize": "8827384", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "3600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "20000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 50000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43564,36 +42522,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d0c07ae-0f8b-40fb-9d1d-5af8c984ca37", + "uid": "b276b24e-8812-4bba-b121-8183214d061e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c7943be0-a545-4816-94f2-8ff122eaf234", + "positionUid": "618979fa-53c7-44fb-bac8-111bd930a38e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:10:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PCOR": { - "figi": "BBG0026ZJ304", - "ticker": "PCOR", + "IPGP": { + "figi": "BBG000DCGRL8", + "ticker": "IPGP", "classCode": "SPBXM", - "isin": "US74275K1088", + "isin": "US44980X1090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Procore Technologies", + "name": "IPG Photonics Corporation", "exchange": "SPB", - "issueSize": "118664774", + "ipoDate": "2006-12-12T00:00:00Z", + "issueSize": "52124557", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43604,141 +42563,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb3ad3fc-c0eb-4591-9624-1e12a5e582b6", + "uid": "d882047a-7aa7-4ec6-b68f-10ec4ade87f8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "883b9382-e527-4498-b01a-88b33ccbb849", + "positionUid": "e4845138-f698-4a51-8db1-67bcf820fc98", "forIisFlag": true, - "first1minCandleDate": "2021-07-01T13:30:00Z", - "first1dayCandleDate": "2021-07-01T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2006-12-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MVIS": { - "figi": "BBG000BVKXQ5", - "ticker": "MVIS", + "BMI": { + "figi": "BBG000BDGHD9", + "ticker": "BMI", "classCode": "SPBXM", - "isin": "US5949603048", + "isin": "US0565251081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MicroVision", + "name": "Badger Meter Inc", "exchange": "SPB", - "issueSize": "157327415", + "issueSize": "29112354", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "210000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "566d720c-5f21-4796-a1b8-4949987855bc", + "uid": "e46c152a-e5de-4f9e-8f50-3279096f762e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2b46c0eb-1779-4c09-a8cd-2d986061f23b", + "positionUid": "8aa2042a-58f8-43a6-bd69-e73b7036f999", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:32:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:53:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SONY": { - "figi": "BBG000BT7ZK6", - "ticker": "SONY", + "POST": { + "figi": "BBG001WTBC36", + "ticker": "POST", "classCode": "SPBXM", - "isin": "US8356993076", + "isin": "US7374461041", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, "shortEnabledFlag": false, - "name": "Sony Corp", + "name": "Post Holdings Inc", "exchange": "SPB", - "issueSize": "1261058781", - "countryOfRisk": "JP", - "countryOfRiskName": "", + "ipoDate": "2014-02-05T00:00:00Z", + "issueSize": "65576238", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "14eabb09-0942-412f-a7b1-ab649d7906dd", + "uid": "47cb52ac-a05c-4291-aa18-eff85916858a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e42d7f51-c356-4c57-97d7-b4d9d4a891ab", + "positionUid": "7f98879c-5fa9-4ac5-9691-dbbf749c33ce", "forIisFlag": true, - "first1minCandleDate": "2021-02-25T13:03:00Z", - "first1dayCandleDate": "2021-02-25T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HHC": { - "figi": "BBG000MJRJJ2", - "ticker": "HHC", + "UNFI": { + "figi": "BBG000BXB1M5", + "ticker": "UNFI", "classCode": "SPBXM", - "isin": "US44267D1072", + "isin": "US9111631035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Howard Hughes Corp", + "name": "United Natural Foods", "exchange": "SPB", - "ipoDate": "2010-11-11T00:00:00Z", - "issueSize": "39714838", + "issueSize": "50409083", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43749,125 +42684,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12a143fd-a6b7-409c-aa89-cc77bf3ac05e", + "uid": "9c63b2ea-f705-400c-9466-6141aaf7061a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3a5b66f3-c206-42b0-8174-02bd6bdffb99", + "positionUid": "0e52d924-8032-4c97-8455-b5108103a441", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:19:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FOLD": { - "figi": "BBG000PLF6N0", - "ticker": "FOLD", + "STRA": { + "figi": "BBG000GRZDV1", + "ticker": "STRA", "classCode": "SPBXM", - "isin": "US03152W1099", + "isin": "US86272C1036", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, "shortEnabledFlag": false, - "name": "Amicus Therapeutics", + "name": "Strategic Education Inc", "exchange": "SPB", - "issueSize": "258787743", + "ipoDate": "1996-07-25T00:00:00Z", + "issueSize": "21931496", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "32000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c075a0d6-7531-42ba-b628-bb8a3ba6f5be", + "uid": "3911e312-4359-4a9d-98f5-422990cc44d0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "86152916-07be-416e-ae12-4f84abd23af5", + "positionUid": "8cac07f4-15db-4883-9249-83f9d9381ce2", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:23:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1996-07-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DRQ": { - "figi": "BBG000BVDBY2", - "ticker": "DRQ", + "KALU": { + "figi": "BBG000PKZDX4", + "ticker": "KALU", "classCode": "SPBXM", - "isin": "US2620371045", + "isin": "US4830077040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dril-Quip Inc", + "name": "Kaiser Aluminum Corp", "exchange": "SPB", - "ipoDate": "1997-10-22T00:00:00Z", - "issueSize": "38143019", + "ipoDate": "1991-07-31T00:00:00Z", + "issueSize": "16501758", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd877acb-815c-4603-93f2-856e19eb5b15", + "uid": "6b74817f-70e2-4d4b-b126-6483f648b54c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a8f977b-91a3-4889-b345-188dec6a799f", + "positionUid": "ff488b9f-9082-45cc-be1b-66fe7f8d0b92", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:37:00Z", - "first1dayCandleDate": "1997-10-23T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2006-06-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NSC": { - "figi": "BBG000BQ5DS5", - "ticker": "NSC", + "CERN": { + "figi": "BBG000BFDLV8", + "ticker": "CERN", "classCode": "SPBXM", - "isin": "US6558441084", + "isin": "US1567821046", "lot": 1, "currency": "usd", "klong": { @@ -43895,20 +42807,20 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Norfolk Southern", + "name": "Cerner", "exchange": "SPB", - "ipoDate": "1982-06-02T00:00:00Z", - "issueSize": "298198651", + "ipoDate": "1986-12-01T00:00:00Z", + "issueSize": "343371936", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -43919,101 +42831,119 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d12918c9-0329-4397-92db-c0356593b6a8", + "uid": "55e06d4e-63a3-4a56-8d89-1c36564ffb92", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1294ff5f-6848-4c74-8365-68a9350ef4b9", + "positionUid": "95146a85-5962-4851-af44-7c008c12e672", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SJM": { - "figi": "BBG000BT1715", - "ticker": "SJM", + "QLYS": { + "figi": "BBG000HT5G06", + "ticker": "QLYS", "classCode": "SPBXM", - "isin": "US8326964058", + "isin": "US74758T3032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "JM Smucker", + "name": "Qualys Inc", "exchange": "SPB", - "issueSize": "113584620", + "ipoDate": "2012-09-28T00:00:00Z", + "issueSize": "38628442", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ff015b04-3306-41dd-a215-58ca3ad18785", + "uid": "bd92a2a2-2328-4ccd-8ad4-ec23966fce20", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db357c2c-8fba-4054-bb59-4f2462612041", + "positionUid": "a6ae36da-1f2f-4e98-9410-6e289eb02f8a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2012-09-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DLTR": { - "figi": "BBG000BSC0K9", - "ticker": "DLTR", + "TTMI": { + "figi": "BBG000BYQ0B1", + "ticker": "TTMI", "classCode": "SPBXM", - "isin": "US2567461080", + "isin": "US87305R1095", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "TTM Technologies Inc", + "exchange": "SPB", + "ipoDate": "2014-02-28T00:00:00Z", + "issueSize": "103674563", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 1000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "9c84aaad-3152-45b8-bcea-d615406e2c81", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "115368b2-9f76-470c-92a6-4a3d53538762", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:21:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "EEFT": { + "figi": "BBG000BMNBY1", + "ticker": "EEFT", + "classCode": "SPBXM", + "isin": "US2987361092", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Dollar Tree", + "name": "Euronet Worldwide Inc", "exchange": "SPB", - "ipoDate": "1995-03-06T00:00:00Z", - "issueSize": "236071417", + "ipoDate": "1997-03-06T00:00:00Z", + "issueSize": "51964031", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 20000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -44024,20 +42954,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "151089ed-f858-44fa-8079-1d32667d80c9", + "uid": "44c4c8d8-a57c-4d5c-9ed8-301e493f60a0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "98428cee-15a0-42b3-a4cc-9b8072a8777a", + "positionUid": "afec3fd5-9380-4aca-bee8-6ad1674eb7b2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:24:00Z", - "first1dayCandleDate": "1995-03-07T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:16:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GOOG": { - "figi": "BBG009S3NB30", - "ticker": "GOOG", + "ROP": { + "figi": "BBG000F1ZSN5", + "ticker": "ROP", "classCode": "SPBXM", - "isin": "US02079K1079", + "isin": "US7766961061", "lot": 1, "currency": "usd", "klong": { @@ -44054,7 +42984,7 @@ }, "dshort": { "units": "0", - "nano": 499900000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -44064,83 +42994,101 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Alphabet Class C", - "exchange": "SPB_MORNING", - "issueSize": "6267528340", + "shortEnabledFlag": false, + "name": "Roper Technologies", + "exchange": "SPB", + "ipoDate": "1992-02-13T00:00:00Z", + "issueSize": "102362184", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "60000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "405badee-e508-40b8-824b-eb811d358787", + "uid": "ba414d55-51ea-49b4-b9d0-e3180e00b946", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6091acc2-3e23-4d0c-b5b7-c52fdf30cd7e", + "positionUid": "b6df4d25-44c2-46fb-95b3-6e0da229f9e7", "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:40:00Z", + "first1dayCandleDate": "1992-02-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CTAS": { - "figi": "BBG000H3YXF8", - "ticker": "CTAS", + "CBT": { + "figi": "BBG000BF3WW4", + "ticker": "CBT", "classCode": "SPBXM", - "isin": "US1729081059", + "isin": "US1270551013", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "shortEnabledFlag": false, + "name": "Cabot Corporation", + "exchange": "SPB", + "issueSize": "56679597", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "1", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "7e847905-753a-4df6-a7ef-60c94fb26b19", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1e705ffb-0811-466b-8ca4-a7c557bc0812", + "forIisFlag": true, + "first1minCandleDate": "2022-07-18T13:20:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "PATK": { + "figi": "BBG000BQSBB2", + "ticker": "PATK", + "classCode": "SPBXM", + "isin": "US7033431039", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Cintas", + "name": "Patrick Industries Inc", "exchange": "SPB", - "ipoDate": "1983-08-18T00:00:00Z", - "issueSize": "103407624", + "issueSize": "23849644", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "425000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -44151,20 +43099,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "238bd62f-0da5-41ad-bdc9-1e4f6b595342", + "uid": "2ee25fc1-ec22-4fe9-ab50-095205a876cb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f1657d2e-97de-4dbc-ad1c-cc63c7796d58", + "positionUid": "ff2fe716-2e47-4a0d-bb92-d4bca457cbbe", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PRU": { - "figi": "BBG000HCJMF9", - "ticker": "PRU", + "TAK": { + "figi": "BBG000LF8708", + "ticker": "TAK", "classCode": "SPBXM", - "isin": "US7443201022", + "isin": "US8740602052", "lot": 1, "currency": "usd", "klong": { @@ -44192,119 +43140,53 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Prudential Financial", - "exchange": "SPB", - "ipoDate": "2001-12-13T00:00:00Z", - "issueSize": "453000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1500000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "25908b26-b5a6-4679-abab-dce970b1e303", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e6b78344-095c-436c-9e48-e6c46e4e2ad3", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2001-12-13T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "KLAC": { - "figi": "BBG000BMTFR4", - "ticker": "KLAC", - "classCode": "SPBXM", - "isin": "US4824801009", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": false, - "name": "KLA-Tencor", - "exchange": "SPB", - "ipoDate": "1980-10-31T00:00:00Z", - "issueSize": "155872083", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "name": "Takeda Pharmaceutical Co Ltd", + "exchange": "SPB_MORNING", + "issueSize": "3164505050", + "countryOfRisk": "JP", + "countryOfRiskName": "", + "sector": "health_care", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d7dc806d-4f35-4ee4-ac6d-86d22f018e9c", + "uid": "b7e320cd-0f6a-4492-9b52-1fd3f57e2c4e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c1e6f73a-0e6c-459c-bfd7-325b48d075d3", + "positionUid": "4a8cd32a-4f72-4e0d-891d-abf3307730b8", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-15T13:35:00Z", + "first1dayCandleDate": "2010-05-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LCII": { - "figi": "BBG000DNLMB0", - "ticker": "LCII", + "SBRA": { + "figi": "BBG000MTDW24", + "ticker": "SBRA", "classCode": "SPBXM", - "isin": "US50189K1034", + "isin": "US78573L1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LCI Industries", - "exchange": "SPB", - "issueSize": "25135528", + "name": "Sabra Health Care REIT", + "exchange": "SPB_MORNING", + "issueSize": "65423864", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -44315,123 +43197,42 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4863d0a-48e4-49bd-b623-b6b26f1c6f51", + "uid": "90d82d38-a42b-48d9-8f81-defb1b0e7a6f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d87b6b82-3070-430b-9801-f3757d281f37", + "positionUid": "c4886da2-b4c2-457e-9ed4-cd7bb478d135", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:40:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2020-01-23T14:30:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CM": { - "figi": "BBG000FKTHQ1", - "ticker": "CM", + "NWLI": { + "figi": "BBG008HNHZ07", + "ticker": "NWLI", "classCode": "SPBXM", - "isin": "CA1360691010", + "isin": "US6385171029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Canadian Imperial Bank of Commerce", + "name": "National Western Life Group In", "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "CA", - "countryOfRiskName": "", + "issueSize": "3436020", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "0", - "nominal": { - "currency": "cad", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "71006e1a-1c3b-4afd-8b77-bf1c7075bd3b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3dacbb87-69d6-4a1e-a7a6-7ba9e4ac1901", - "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CNTLP": { - "figi": "BBG0027F0Y27", - "ticker": "CNTLP", - "classCode": "TQBR", - "isin": "RU0007665139", - "lot": 100, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Центральный Телеграф - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2002-12-20T00:00:00Z", - "issueSize": "55389000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "55389000", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", - "minPriceIncrement": { - "units": "0", - "nano": 20000000 - }, - "apiTradeAvailableFlag": true, - "uid": "1fae90d9-fb73-4c28-bdc0-11f47f991a05", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "449cc06e-adc8-4b6a-b45a-541427bc91db", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:41:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", - "type": "Shares", - "step": 0.02 - }, - "KLIC": { - "figi": "BBG000BMTX31", - "ticker": "KLIC", - "classCode": "SPBXM", - "isin": "US5012421013", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Kulicke & Soffa Industries", - "exchange": "SPB", - "issueSize": "70611761", - "countryOfRisk": "SG", - "countryOfRiskName": "Республика Сингапур", - "sector": "it", - "issueSizePlan": "200000000", + "issueSizePlan": "7500000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -44442,20 +43243,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca166d4d-12d8-450c-bcbc-2941ee17e3f7", + "uid": "d2550926-c936-46bf-b03d-bdd2ae06f132", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e153052a-fa2b-4335-8f5a-6f587e9cc623", + "positionUid": "4e487b70-a5ca-4ad3-b50b-633de3a45f4f", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:33:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BEN": { - "figi": "BBG000BD0TF8", - "ticker": "BEN", + "ATUS": { + "figi": "BBG00GFMPRK0", + "ticker": "ATUS", "classCode": "SPBXM", - "isin": "US3546131018", + "isin": "US02156K1034", "lot": 1, "currency": "usd", "klong": { @@ -44482,56 +43283,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Franklin Resources", - "exchange": "SPB", - "ipoDate": "1971-07-01T00:00:00Z", - "issueSize": "601489475", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "ea9c1083-16bd-49a2-9dd3-bd7e9aa8a6fb", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ac2db265-a736-448e-96c8-64f8ee133790", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CACC": { - "figi": "BBG000CS0D96", - "ticker": "CACC", - "classCode": "SPBXM", - "isin": "US2253101016", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Credit Acceptance Corp", - "exchange": "SPB", - "ipoDate": "1992-06-05T00:00:00Z", - "issueSize": "18797045", + "name": "Altice USA Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2017-06-22T00:00:00Z", + "issueSize": "246982292", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", "units": "0", @@ -44548,103 +43308,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f355763e-30a8-43d8-ab93-f44f1038cd60", + "uid": "d86b036c-e428-4128-9305-03876de0d3c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e4badb3-6390-4977-a22f-d2f1c3f76c5c", + "positionUid": "812c4dda-add0-4032-817a-b22a826a0548", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:28:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:26:00Z", + "first1dayCandleDate": "2017-06-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BERY": { - "figi": "BBG000Q1R1Y9", - "ticker": "BERY", + "CARA": { + "figi": "BBG001J2QYS9", + "ticker": "CARA", "classCode": "SPBXM", - "isin": "US08579W1036", + "isin": "US1407551092", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Berry Global Group Inc", - "exchange": "SPB", - "ipoDate": "2012-10-04T00:00:00Z", - "issueSize": "130600000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "bb54ebb5-e246-4e31-a5a4-295396e598ea", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "057287c6-330a-4955-8e2f-44d68560f3ec", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "2012-10-04T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BVB@DE": { - "figi": "BBG000D54JC4", - "ticker": "BVB@DE", - "classCode": "SPBDE", - "isin": "DE0005493092", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Borussia Dortmund GmbH & Co KG", - "exchange": "SPB_DE", - "issueSize": "92000000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "telecom", - "issueSizePlan": "92000000", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "7fb271c6-40d4-45ac-903d-39bd06ae939b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "26e649aa-8cc9-4c2b-9740-92eeb8c75dce", - "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:45:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "GLTR": { - "figi": "BBG000VFX6Y4", - "ticker": "GLTR", - "classCode": "TQBR", - "isin": "US37949E2046", - "lot": 1, - "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -44655,155 +43334,156 @@ }, "dlong": { "units": "0", - "nano": 311500000 + "nano": 595500000 }, "dshort": { "units": "0", - "nano": 532600000 + "nano": 860500000 }, "dlongMin": { "units": "0", - "nano": 170200000 + "nano": 364000000 }, "dshortMin": { "units": "0", - "nano": 238000000 + "nano": 364000000 }, "shortEnabledFlag": false, - "name": "Globaltrans Investment PLC", - "exchange": "MOEX", - "issueSize": "158135533", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "name": "Cara Therapeutics Inc", + "exchange": "SPB", + "ipoDate": "2012-05-01T00:00:00Z", + "issueSize": "32699943", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c0e65d1-d8da-477c-a438-ac41bb132e25", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3c6f41ec-dc5f-4636-832e-2cde00647da6", + "uid": "f494a30c-4732-4fc7-82b8-82eada172409", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "23d939a7-2b4e-411d-847d-b32dc1e179de", "forIisFlag": true, - "first1minCandleDate": "2020-10-28T06:59:00Z", - "first1dayCandleDate": "2020-10-28T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "SPT": { - "figi": "BBG001K1CT23", - "ticker": "SPT", + "TXT": { + "figi": "BBG000BVVQQ8", + "ticker": "TXT", "classCode": "SPBXM", - "isin": "US85209W1099", + "isin": "US8832031012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sprout Social", + "name": "Textron", "exchange": "SPB", - "issueSize": "47199895", + "ipoDate": "1947-12-22T00:00:00Z", + "issueSize": "224137963", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 125000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49659fb7-7280-49f1-bc66-860d67147fee", + "uid": "ac67756d-7e3a-4180-81e4-84f411301003", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fcda9cb0-4a97-4c56-827b-beb239cc385b", + "positionUid": "5a3417b1-4003-47ac-b301-309af87c6842", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:46:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JKHY": { - "figi": "BBG000BMH2Q7", - "ticker": "JKHY", + "ARVN": { + "figi": "BBG00LW7YK82", + "ticker": "ARVN", "classCode": "SPBXM", - "isin": "US4262811015", + "isin": "US04335A1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Jack Henry & Associates Inc", + "name": "Arvinas Inc", "exchange": "SPB", - "ipoDate": "1985-11-01T00:00:00Z", - "issueSize": "77298318", + "issueSize": "39149567", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "485aea0c-6583-43ae-92da-3689cc5368ce", + "uid": "00392999-772d-4b6b-a54a-d4c3b79d82be", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "53a6a98d-3cc0-4647-9c4d-78f3bde26d50", + "positionUid": "8842d764-54e8-492b-97bf-5a60f9afd6be", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FWRD": { - "figi": "BBG000BRCHB4", - "ticker": "FWRD", + "TEX": { + "figi": "BBG000C7B436", + "ticker": "TEX", "classCode": "SPBXM", - "isin": "US3498531017", + "isin": "US8807791038", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Forward Air Corporation", + "name": "Terex Corporation", "exchange": "SPB", - "issueSize": "27974687", + "issueSize": "84100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "50000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -44814,20 +43494,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13dd74e2-f3ea-49c3-a0f2-e64b390308ec", + "uid": "d39b1cc9-0af8-41a7-a511-4d6d032bf599", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "00956a2f-bd99-41b9-b5f8-8105d40596bf", - "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "positionUid": "082a6d67-2641-4e61-b01b-e21a0155d07a", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TDOC": { - "figi": "BBG0019T5SG0", - "ticker": "TDOC", + "BTAI": { + "figi": "BBG00K20GVD2", + "ticker": "BTAI", "classCode": "SPBXM", - "isin": "US87918A1051", + "isin": "US09075P1057", "lot": 1, "currency": "usd", "klong": { @@ -44840,34 +43520,34 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 754000000 }, "dshort": { - "units": "0", - "nano": 567500000 + "units": "1", + "nano": 262000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 504000000 }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 504000000 }, - "shortEnabledFlag": true, - "name": "Teladoc Health Inc", - "exchange": "SPB_MORNING", - "issueSize": "69542584", + "shortEnabledFlag": false, + "name": "BioXcel Therapeutics", + "exchange": "SPB", + "issueSize": "20211296", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "75000000", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -44878,101 +43558,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "602d3535-6294-42c5-a21e-5ade00fcc2ef", + "uid": "a6459762-93ff-4e58-8285-661fa2619a55", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cbd93b55-9e29-4008-bd2e-1895123e689d", + "positionUid": "9b1d6132-5f6c-4b20-a488-9e1b964fe65a", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T10:34:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PCTY": { - "figi": "BBG006598YS8", - "ticker": "PCTY", + "CASY": { + "figi": "BBG000BF0672", + "ticker": "CASY", "classCode": "SPBXM", - "isin": "US70438V1061", + "isin": "US1475281036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Paylocity Holding Corp", + "name": "Casey's General Stores Inc", "exchange": "SPB", - "ipoDate": "2014-03-19T00:00:00Z", - "issueSize": "52973817", + "ipoDate": "1983-10-20T00:00:00Z", + "issueSize": "37536106", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "155000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "514906ad-ddb8-4b57-977b-4c5a2694daed", + "uid": "cd479328-6380-4d62-ae57-7521e8b3af3e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8c6bb4b2-0883-4231-86cb-7af4555d95c3", + "positionUid": "b279de41-47ba-426c-8e19-50b23507c2bf", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:29:00Z", - "first1dayCandleDate": "2014-03-19T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WAFD": { - "figi": "BBG000BWQTD0", - "ticker": "WAFD", + "SLG": { + "figi": "BBG000BVP5P2", + "ticker": "SLG", "classCode": "SPBXM", - "isin": "US9388241096", + "isin": "US78440X8873", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Washington Federal, Inc.", + "name": "SL Green REIT", "exchange": "SPB", - "issueSize": "77761773", + "ipoDate": "1997-08-14T00:00:00Z", + "issueSize": "83684000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 9999999 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "034cfe3a-9b0e-4bc4-8aea-71863e03d427", + "uid": "6d7dda2c-0384-43bc-ab9c-e2439b19db9f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5e80d33-5d7a-42bb-92d3-fc494bd91081", + "positionUid": "2ef6da58-1cbe-477c-8366-44fe5ce3ad80", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:35:00Z", + "first1dayCandleDate": "1997-08-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TMUS": { - "figi": "BBG000NDV1D4", - "ticker": "TMUS", + "AIZ": { + "figi": "BBG000BZX1N5", + "ticker": "AIZ", "classCode": "SPBXM", - "isin": "US8725901040", + "isin": "US04621X1081", "lot": 1, "currency": "usd", "klong": { @@ -44999,60 +43680,62 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "T-Mobile US Inc", + "shortEnabledFlag": false, + "name": "Assurant", "exchange": "SPB", - "issueSize": "1247966318", + "ipoDate": "2004-02-05T00:00:00Z", + "issueSize": "61696055", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fcd68d9b-5235-4ea5-bac3-fa1922042944", + "uid": "c428f9b4-1f2a-4794-9f53-4e4d3ef46ad3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e244faf4-a46d-4b9e-8b5b-d292832fc005", + "positionUid": "87068934-fbce-4956-b92a-da3973816b63", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:32:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "2004-02-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "9618": { - "figi": "BBG00VC6RYV6", - "ticker": "9618", - "classCode": "SPBHKEX", - "isin": "KYG8208B1014", - "lot": 10, - "currency": "hkd", + "DKS": { + "figi": "BBG000F6ZWH2", + "ticker": "DKS", + "classCode": "SPBXM", + "isin": "US2533931026", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "JD.com", - "exchange": "SPB_HK", - "issueSize": "2668894636", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "name": "Dick's Sporting Goods Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2002-10-16T00:00:00Z", + "issueSize": "98943880", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 20000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -45060,145 +43743,120 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "432fcc14-cdcd-4665-938c-2eddcea1a97a", + "uid": "ba7579c3-4f36-4cb2-a022-bee5b9e931aa", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2fbe7722-ff92-45d8-81e1-efb74d27cfe7", + "positionUid": "e590e403-3b74-4c5e-a33a-85cd05680462", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:26:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:28:00Z", + "first1dayCandleDate": "2002-10-16T00:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "GS": { - "figi": "BBG000C6CFJ5", - "ticker": "GS", + "KEYS": { + "figi": "BBG0059FN811", + "ticker": "KEYS", "classCode": "SPBXM", - "isin": "US38141G1040", + "isin": "US49338L1035", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Goldman Sachs", + "shortEnabledFlag": false, + "name": "Keysight Technologies Inc", "exchange": "SPB", - "ipoDate": "1999-05-04T00:00:00Z", - "issueSize": "337097488", + "issueSize": "187988723", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "4000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7e2b23b7-f99f-477c-84b3-ae7775c489ef", + "uid": "0b946974-c0b3-4bd3-9fcb-4be93e766f2e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cdff268c-e85b-48df-bea4-ad283b0fd219", + "positionUid": "b94bc02c-e3c2-4a7f-9ab7-6dd45a40e8d3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:04:00Z", - "first1dayCandleDate": "1999-05-04T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2014-10-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HASI": { - "figi": "BBG0044K5DM4", - "ticker": "HASI", + "FSR": { + "figi": "BBG00LPWLFD4", + "ticker": "FSR", "classCode": "SPBXM", - "isin": "US41068X1000", + "isin": "US33813J1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hannon Armstrong REIT", + "name": "Fisker", "exchange": "SPB", - "issueSize": "65688376", + "issueSize": "46318959", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d55ece6d-0910-413c-a4ca-68a4e3aced45", + "uid": "8c946e60-27f4-4cd7-9d3e-015769f6fe5f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "729deddd-f6f9-435c-b9a7-2769a052bfcb", + "positionUid": "fddb6dee-c005-4cc1-b09a-268dd3ed9ee2", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:45:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2021-12-28T09:05:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "POST": { - "figi": "BBG001WTBC36", - "ticker": "POST", + "PBH": { + "figi": "BBG000QM0RZ4", + "ticker": "PBH", "classCode": "SPBXM", - "isin": "US7374461041", + "isin": "US74112D1019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Post Holdings Inc", + "name": "Prestige Consumer Healthcare I", "exchange": "SPB", - "ipoDate": "2014-02-05T00:00:00Z", - "issueSize": "65576238", + "ipoDate": "2005-02-10T00:00:00Z", + "issueSize": "51798384", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -45209,102 +43867,124 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "47cb52ac-a05c-4291-aa18-eff85916858a", + "uid": "baaabab9-b930-410f-8f36-e491748b5274", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7f98879c-5fa9-4ac5-9691-dbbf749c33ce", + "positionUid": "8baa4f86-ee90-49c4-891c-a2c91049d791", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:33:00Z", + "first1dayCandleDate": "2005-02-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CAG": { - "figi": "BBG000BDXGP9", - "ticker": "CAG", + "NU": { + "figi": "BBG0136WM1M4", + "ticker": "NU", "classCode": "SPBXM", - "isin": "US2058871029", + "isin": "KYG6683N1034", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 781000000 + }, + "dshort": { + "units": "1", + "nano": 347000000 + }, + "dlongMin": { + "units": "0", + "nano": 532000000 + }, + "dshortMin": { + "units": "0", + "nano": 532000000 + }, "shortEnabledFlag": false, - "name": "Conagra Brands", + "name": "Nubank", "exchange": "SPB", - "ipoDate": "1973-01-09T00:00:00Z", - "issueSize": "479689781", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1200000000", + "issueSize": "3458439345", + "countryOfRisk": "BR", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", + "sector": "financial", + "issueSizePlan": "317721984", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 6666 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "233111aa-3fd4-4158-8ec5-992d14433577", + "uid": "531de08d-0b08-4c38-acfa-e75d6c607272", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fb4379b0-e12a-4943-8032-661d7da84abe", + "positionUid": "b8b33f84-1ab9-4a56-960e-165a3f105e88", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-12-09T13:43:00Z", + "first1dayCandleDate": "2021-12-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GMED": { - "figi": "BBG002V87SD0", - "ticker": "GMED", + "OSK": { + "figi": "BBG000CC53X1", + "ticker": "OSK", "classCode": "SPBXM", - "isin": "US3795772082", + "isin": "US6882392011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Globus Medical Inc", + "name": "Oshkosh Corporation", "exchange": "SPB", - "ipoDate": "2012-08-03T00:00:00Z", - "issueSize": "98990287", + "issueSize": "69915542", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "50fbca8c-cba4-460b-a6f9-c3b1a946162e", + "uid": "d18af333-0087-4326-b60b-da386fa3b82f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "560137c5-6a4f-4d31-a2b0-b6a36405996f", + "positionUid": "77b0749f-6af6-4f0f-9e8b-551976164df7", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:29:00Z", - "first1dayCandleDate": "2012-08-03T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:11:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MA": { - "figi": "BBG000F1ZSQ2", - "ticker": "MA", + "HII": { + "figi": "BBG001KJ2HM9", + "ticker": "HII", "classCode": "SPBXM", - "isin": "US57636Q1040", + "isin": "US4464131063", "lot": 1, "currency": "usd", "klong": { @@ -45332,20 +44012,19 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Mastercard", + "name": "Huntington Ingalls Industries Inc", "exchange": "SPB", - "ipoDate": "2006-05-24T00:00:00Z", - "issueSize": "978828818", + "issueSize": "46030947", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -45356,22 +44035,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7cd5dce6-7bbd-474f-a442-eefd4d34d4ca", + "uid": "d0dcba05-ada5-4e55-9eef-e09a5532464a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "56134d44-8094-486a-a6ad-6fa292a2a6b7", + "positionUid": "4e57cdab-0726-4024-9023-a1345952f992", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:29:00Z", - "first1dayCandleDate": "2006-05-25T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2011-03-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AIG": { - "figi": "BBG000BBDZG3", - "ticker": "AIG", - "classCode": "SPBXM", - "isin": "US0268747849", + "UWGN": { + "figi": "BBG008HD3V85", + "ticker": "UWGN", + "classCode": "TQPI", + "isin": "RU000A0JVBT9", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -45382,59 +44061,59 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 403900000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 729600000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 227900000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 315100000 }, - "shortEnabledFlag": true, - "name": "American International Group", - "exchange": "SPB", - "ipoDate": "1984-10-08T00:00:00Z", - "issueSize": "1027135119", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "5000000000", + "shortEnabledFlag": false, + "name": "\u041e\u0412\u041a", + "exchange": "MOEX", + "ipoDate": "2014-05-08T00:00:00Z", + "issueSize": "115996689", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "10000", "nominal": { - "currency": "usd", - "units": "2", - "nano": 500000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "841ae0ee-a4dd-4d4f-b529-ace5b85f6146", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6deb3492-af24-4e96-99b8-c8dff01533e0", + "uid": "a8dc188b-cae8-40c0-99e8-f561f4339751", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c32e4e2f-bbe9-46b8-8376-6aebe12743ac", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2018-03-07T18:34:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "OMC": { - "figi": "BBG000BS9489", - "ticker": "OMC", + "NVAX": { + "figi": "BBG000NVSBL7", + "ticker": "NVAX", "classCode": "SPBXM", - "isin": "US6819191064", + "isin": "US6700024010", "lot": 1, "currency": "usd", "klong": { @@ -45447,61 +44126,60 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 754000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 262000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 504000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 504000000 }, "shortEnabledFlag": true, - "name": "Omnicom Group", + "name": "Novavax", "exchange": "SPB", - "ipoDate": "1991-03-01T00:00:00Z", - "issueSize": "227289588", + "issueSize": "23472700", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 150000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c542c78-7cba-4bf4-949d-88666a364000", + "uid": "59f6a6fb-b87b-41d5-b75c-d565c55fb6ce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6a2c2356-bcd8-456c-ad2e-c9278db5e098", + "positionUid": "c4afe622-4c7d-47a6-914b-d021115f62f4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:30:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FIVE": { - "figi": "BBG00JXPFBN0", - "ticker": "FIVE", - "classCode": "TQBR", - "isin": "US98387E2054", + "ZEN": { + "figi": "BBG001HRFJG4", + "ticker": "ZEN", + "classCode": "SPBXM", + "isin": "US98936J1016", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -45512,75 +44190,155 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "ГДР X5 RetailGroup", - "exchange": "MOEX_WEEKEND", - "issueSize": "271572872", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 250000000 + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "Zendesk Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2014-05-15T00:00:00Z", + "issueSize": "104553831", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "400000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "4450d0ec-ac90-46d3-bf22-4564324b6f55", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d6461506-41da-4f8a-8f45-0c16bcaecf08", + "forIisFlag": true, + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2014-05-15T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "FRE@DE": { + "figi": "BBG000BS3CD1", + "ticker": "FRE@DE", + "classCode": "SPBDE", + "isin": "DE0005785604", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Fresenius SE", + "exchange": "SPB_DE", + "issueSize": "557379979", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc68221f-cc21-42a4-a52f-d819bfe4d4c0", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", + "uid": "132674ed-10db-43b4-96fa-9c31d8625a18", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "45facf6f-f9cb-4dc6-b9e2-ec200a817d53", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2018-02-01T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:03:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "UCTT": { - "figi": "BBG000HSLV70", - "ticker": "UCTT", + "CLB": { + "figi": "BBG000JKCWS0", + "ticker": "CLB", "classCode": "SPBXM", - "isin": "US90385V1070", + "isin": "NL0000200384", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ultra Clean Holdings Inc", + "name": "Core Laboratories N.V.", "exchange": "SPB", - "ipoDate": "1991-11-26T00:00:00Z", - "issueSize": "33458556", + "issueSize": "44494696", + "countryOfRisk": "NL", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u043e\u0432", + "sector": "energy", + "issueSizePlan": "200000000", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 20000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ba722847-ef5b-49e7-b8a2-ea7468371ccc", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "11fb6cc8-ac04-432f-9691-f86dcb4b6d90", + "forIisFlag": true, + "first1minCandleDate": "2022-07-18T12:30:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "WSC": { + "figi": "BBG00B0FS947", + "ticker": "WSC", + "classCode": "SPBXM", + "isin": "US9713781048", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "WillScot Mobile Mini Holdings", + "exchange": "SPB", + "issueSize": "100000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "90000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -45591,86 +44349,103 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8ac1635a-fbbc-4bc4-bb23-8010d349c82d", + "uid": "11373215-3b6c-4860-bd09-b857266f18ab", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8045db02-28c4-49bc-a1c9-74b2020bb09c", + "positionUid": "c0205a8a-a15d-4c33-b3c2-7c434f61b80a", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-07-06T12:58:00Z", + "first1dayCandleDate": "2020-07-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VRTS": { - "figi": "BBG000DMFQS2", - "ticker": "VRTS", + "INVH": { + "figi": "BBG00FQH6BS9", + "ticker": "INVH", "classCode": "SPBXM", - "isin": "US92828Q1094", + "isin": "US46187W1071", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "Virtus Investment Partners", + "name": "Invitation Homes REIT", "exchange": "SPB", - "issueSize": "7695445", + "issueSize": "520540209", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "076dd425-5cf4-4a17-9c18-2cbd5b5b6d51", + "uid": "6b193dc1-608b-4a31-b291-3241ee7e3254", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e88aba27-35ba-4147-8d78-e7f0437c10b1", + "positionUid": "60ad2e2f-ae62-49eb-acd6-4c524b88df50", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OIS": { - "figi": "BBG000BDDN94", - "ticker": "OIS", + "Y": { + "figi": "BBG000BX6BJ3", + "ticker": "Y", "classCode": "SPBXM", - "isin": "US6780261052", + "isin": "US0171751003", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "Alleghany Corp", + "exchange": "SPB", + "ipoDate": "1982-02-01T00:00:00Z", + "issueSize": "14442366", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "22000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "7dc531eb-e3d4-424b-98dc-5537173b41d5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e7bfa4f4-ab38-4cba-8898-028af55c5ea7", + "forIisFlag": true, + "first1minCandleDate": "2019-06-11T13:32:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AKRN": { + "figi": "BBG004S688G4", + "ticker": "AKRN", + "classCode": "TQBR", + "isin": "RU0009028674", + "lot": 1, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -45681,33 +44456,33 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 317100000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 637300000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 173600000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 279600000 }, "shortEnabledFlag": false, - "name": "Oil States International Inc", - "exchange": "SPB", - "ipoDate": "2016-10-26T00:00:00Z", - "issueSize": "60502803", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "200000000", + "name": "\u0410\u043a\u0440\u043e\u043d", + "exchange": "MOEX", + "ipoDate": "2005-11-10T00:00:00Z", + "issueSize": "40534000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "47687600", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -45716,38 +44491,39 @@ "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f40b2dc-c72b-41fd-b6f8-8096a0626140", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b742ab24-678b-4839-b467-e158659a72aa", + "uid": "cd3affd4-3b50-43fd-b008-518f54108d59", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b739a3aa-fe49-4a56-ba41-f3b103c9917a", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:34:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:36:00Z", + "first1dayCandleDate": "2006-11-30T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 2.0 }, - "MSGS": { - "figi": "BBG007FG0C23", - "ticker": "MSGS", + "SFM": { + "figi": "BBG001KFKQM7", + "ticker": "SFM", "classCode": "SPBXM", - "isin": "US55825T1034", + "isin": "US85208M1027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Madison Square Garden Co", - "exchange": "SPB", - "issueSize": "19433143", + "name": "Sprouts Farmers Market Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2013-08-01T00:00:00Z", + "issueSize": "153579559", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -45760,20 +44536,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "258cfef4-eee6-4d43-a57a-025030cd8ab0", + "uid": "9128f7d4-5e0e-421e-9d99-d51602b836d3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0bcaff94-ddc6-4490-aa9e-c34cbb4e872b", + "positionUid": "20ac4d5e-8c39-4a84-b80f-ff287ca8f875", "forIisFlag": true, - "first1minCandleDate": "2020-04-22T12:41:00Z", - "first1dayCandleDate": "2020-04-22T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:17:00Z", + "first1dayCandleDate": "2013-08-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WB": { - "figi": "BBG0065XPGX9", - "ticker": "WB", + "MSTR": { + "figi": "BBG000GQJPZ0", + "ticker": "MSTR", "classCode": "SPBXM", - "isin": "US9485961018", + "isin": "US5949724083", "lot": 1, "currency": "usd", "klong": { @@ -45790,7 +44566,7 @@ }, "dshort": { "units": "0", - "nano": 620500000 + "nano": 784900000 }, "dlongMin": { "units": "0", @@ -45798,207 +44574,144 @@ }, "dshortMin": { "units": "0", - "nano": 273000000 + "nano": 336000000 }, "shortEnabledFlag": true, - "name": "Weibo Corporation", + "name": "MicroStrategy Inc", "exchange": "SPB", - "issueSize": "127312831", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "telecom", - "issueSizePlan": "0", + "ipoDate": "1998-06-11T00:00:00Z", + "issueSize": "7783443", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "330000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7272041-ac82-40f9-af3d-5a50230e9222", + "uid": "2c68ff96-b323-4222-ab73-34d07afd17e8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "94bf8cad-ba3d-4f0b-97ca-75f2715e63c3", + "positionUid": "60e2ba3e-c79c-45a5-aae4-e1440b1adb39", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:03:00Z", - "first1dayCandleDate": "2014-04-17T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1998-06-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "R": { - "figi": "BBG000BRVP70", - "ticker": "R", + "SNBR": { + "figi": "BBG000DM2BF3", + "ticker": "SNBR", "classCode": "SPBXM", - "isin": "US7835491082", + "isin": "US83125X1037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ryder System", + "name": "Sleep Number Corp", "exchange": "SPB", - "issueSize": "53300205", + "ipoDate": "1998-12-03T00:00:00Z", + "issueSize": "30213000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "142500000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ffc08e4-388d-4dce-8052-d0f5ff2ba549", + "uid": "469b9a46-869f-426c-bcee-89ec5f54b181", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2ca246f1-c10b-4228-98ee-1517da2d46bd", + "positionUid": "3cdce3bf-2b1b-4e13-9185-bb681127601f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1998-12-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LKQ": { - "figi": "BBG000PXDL44", - "ticker": "LKQ", + "BHF": { + "figi": "BBG00DYPZ4T0", + "ticker": "BHF", "classCode": "SPBXM", - "isin": "US5018892084", + "isin": "US10922N1037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LKQ Corporation", + "name": "Brighthouse Financial", "exchange": "SPB", - "ipoDate": "2003-10-03T00:00:00Z", - "issueSize": "309574741", + "issueSize": "96776670", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "afdd2b3b-1dc7-4b47-97a5-749ae7739e3d", + "uid": "cd9afa92-c198-46dd-8105-ab1c439a4807", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "815cf1ad-c960-435d-8ebd-38d033859d3c", + "positionUid": "f9ee134f-2cc0-4090-8e53-abcc8d4c835c", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2003-10-03T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BILI": { - "figi": "BBG00K7T3037", - "ticker": "BILI", - "classCode": "SPBXM", - "isin": "US0900401060", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 863100000 - }, - "dshort": { - "units": "1", - "nano": 656900000 - }, - "dlongMin": { - "units": "0", - "nano": 630000000 - }, - "dshortMin": { - "units": "0", - "nano": 630000000 - }, - "shortEnabledFlag": true, - "name": "Bilibili Inc", - "exchange": "SPB", - "issueSize": "300647214", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "telecom", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "46fef208-a525-4471-85e5-8fe4cee5f8ec", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "97872c5f-6c5e-4c05-af1c-dc3608b0b882", - "forIisFlag": true, - "first1minCandleDate": "2019-05-28T11:05:00Z", - "first1dayCandleDate": "2019-05-28T07:00:00Z", + "first1dayCandleDate": "2017-07-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COHR": { - "figi": "BBG000BG1DH3", - "ticker": "COHR", + "SKIN": { + "figi": "BBG00XKM1DC3", + "ticker": "SKIN", "classCode": "SPBXM", - "isin": "US1924791031", + "isin": "US88331L1089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Coherent Inc", - "exchange": "SPB", - "issueSize": "24625124", + "name": "The Beauty Health Company", + "exchange": "SPB_MORNING", + "issueSize": "125439779", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "320000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46009,36 +44722,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "09bcd506-22b6-4ee4-b049-8f6b02aec41d", + "uid": "9a1da930-e6d7-491d-a6ec-fd26870069f2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ebd67dd2-0fe2-4d8c-adc3-346486f3db88", + "positionUid": "da3e0693-c0d1-4e7d-96f3-9cf1ead0b09a", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:58:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IOSP": { - "figi": "BBG000BMFNP4", - "ticker": "IOSP", + "AMH": { + "figi": "BBG003NXJNH6", + "ticker": "AMH", "classCode": "SPBXM", - "isin": "US45768S1050", + "isin": "US02665T3068", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Innospec", + "name": "American Homes 4 Rent REIT", "exchange": "SPB", - "issueSize": "24560830", + "issueSize": "322208249", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46049,22 +44762,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "16933d0c-3186-4058-b161-974b999e4bf9", + "uid": "0af69ab3-563c-4109-a7d6-a320fa66b93c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f8a6ccc-48ab-4a97-a9d8-873e4df810f7", + "positionUid": "598bb017-cce6-4268-b4fc-2a7d7def79e7", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:29:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:58:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TER": { - "figi": "BBG000BV4DR6", - "ticker": "TER", - "classCode": "SPBXM", - "isin": "US8807701029", - "lot": 1, - "currency": "usd", + "GAZP": { + "figi": "BBG004730RP0", + "ticker": "GAZP", + "classCode": "TQBR", + "isin": "RU0007661625", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -46075,33 +44788,33 @@ }, "dlong": { "units": "0", - "nano": 781000000 + "nano": 422100000 }, "dshort": { - "units": "1", - "nano": 347000000 + "units": "0", + "nano": 822500000 }, "dlongMin": { "units": "0", - "nano": 532000000 + "nano": 239800000 }, "dshortMin": { "units": "0", - "nano": 532000000 + "nano": 350000000 }, "shortEnabledFlag": true, - "name": "Teradyne Inc", - "exchange": "SPB", - "ipoDate": "1970-04-02T00:00:00Z", - "issueSize": "196157730", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000000", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "1998-12-30T00:00:00Z", + "issueSize": "23673512900", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "23673512900", "nominal": { - "currency": "usd", - "units": "0", - "nano": 125000000 + "currency": "rub", + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -46114,77 +44827,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "35bacac3-b2ef-4ee4-824e-f62aab7d64f3", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c8dfa85-2544-45e6-bf62-8b60ac0c9d24", + "uid": "962e2a95-02a9-4171-abd7-aa198dbe643a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2006-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CPS": { - "figi": "BBG000PSXT64", - "ticker": "CPS", - "classCode": "SPBXM", - "isin": "US21676P1030", + "EVK@DE": { + "figi": "BBG001PD3L10", + "ticker": "EVK@DE", + "classCode": "SPBDE", + "isin": "DE000EVNK013", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Cooper-Standard Holdings Inc", - "exchange": "SPB", - "ipoDate": "2013-10-17T00:00:00Z", - "issueSize": "17522372", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "190000000", + "name": "Evonik Industries AG", + "exchange": "SPB_DE", + "issueSize": "466000000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6bf39162-3705-457d-bd82-b58c6f553cfb", + "uid": "03a4bf53-58bd-49f5-adf1-f7c3a6530f1a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ccc90da0-185b-4154-8e56-5733d00ab441", + "positionUid": "38430783-a09d-44a0-aa61-f55148890722", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:37:00Z", - "first1dayCandleDate": "2010-05-25T00:00:00Z", + "first1minCandleDate": "2021-03-01T08:06:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SKIN": { - "figi": "BBG00XKM1DC3", - "ticker": "SKIN", + "STAA": { + "figi": "BBG000C4QB95", + "ticker": "STAA", "classCode": "SPBXM", - "isin": "US88331L1089", + "isin": "US8523123052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "The Beauty Health Company", + "name": "STAAR Surgical Co", "exchange": "SPB", - "issueSize": "125439779", + "ipoDate": "2014-03-20T00:00:00Z", + "issueSize": "44609387", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "320000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46195,36 +44908,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a1da930-e6d7-491d-a6ec-fd26870069f2", + "uid": "d35cb3ba-d729-4af2-9aa0-3a311cafef62", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "da3e0693-c0d1-4e7d-96f3-9cf1ead0b09a", + "positionUid": "6dfba730-f763-4316-a848-dcbd1b0d0ea2", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:58:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-10-31T09:55:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SAP": { - "figi": "BBG000BDSLD7", - "ticker": "SAP", + "HNP": { + "figi": "BBG000BX5YM0", + "ticker": "HNP", "classCode": "SPBXM", - "isin": "US8030542042", + "isin": "US4433041005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "АДР SAP", + "name": "Huaneng Power International", "exchange": "SPB", - "issueSize": "1228504232", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "ipoDate": "1994-08-26T00:00:00Z", + "issueSize": "117509586", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "utilities", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", + "units": "40", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46235,20 +44949,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a3eb77a-d3c9-4b90-84b0-63066db4bd08", + "uid": "134fd380-7e23-4a2f-a9b0-094edc807289", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1a8cc310-6cae-4cb9-9f36-cf8b751a767d", + "positionUid": "b84ebc19-eefc-41a6-8718-cade36760840", "forIisFlag": true, - "first1minCandleDate": "2021-05-03T11:52:00Z", - "first1dayCandleDate": "2021-05-03T07:00:00Z", + "first1minCandleDate": "2018-08-10T13:35:00Z", + "first1dayCandleDate": "1994-10-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SBUX": { - "figi": "BBG000CTQBF3", - "ticker": "SBUX", + "CTSH": { + "figi": "BBG000BBDV81", + "ticker": "CTSH", "classCode": "SPBXM", - "isin": "US8552441094", + "isin": "US1924461023", "lot": 1, "currency": "usd", "klong": { @@ -46275,21 +44989,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Starbucks Corporation", + "shortEnabledFlag": false, + "name": "Cognizant Technology Solutions", "exchange": "SPB", - "ipoDate": "1992-06-26T00:00:00Z", - "issueSize": "1179100000", + "ipoDate": "1998-06-18T00:00:00Z", + "issueSize": "608453905", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46300,344 +45014,316 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e40158c-225a-4ed0-81be-f4628e9b5705", + "uid": "4f081558-ffe7-473d-b43d-f59b964e7f90", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54f80d9a-8fb1-4935-80a5-c0fe29c8f316", + "positionUid": "f2542257-0c67-489a-955a-d56703668352", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:39:00Z", - "first1dayCandleDate": "1992-06-26T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-06-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BANE": { - "figi": "BBG004S68758", - "ticker": "BANE", - "classCode": "TQBR", - "isin": "RU0007976957", + "JBT": { + "figi": "BBG000VLBCQ1", + "ticker": "JBT", + "classCode": "SPBXM", + "isin": "US4778391049", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 290900000 - }, - "dshort": { - "units": "0", - "nano": 360000000 - }, - "dlongMin": { + "currency": "usd", + "shortEnabledFlag": false, + "name": "John Bean Technologies", + "exchange": "SPB", + "issueSize": "31750335", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "120000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 157900000 + "nano": 10000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 166200000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Башнефть", + "apiTradeAvailableFlag": true, + "uid": "ec79dce7-f09a-4ae7-a450-92ce1c3f2862", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "db9faed4-6fef-454a-a687-b95bc80ef262", + "forIisFlag": true, + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "DVEC": { + "figi": "BBG000V07CB8", + "ticker": "DVEC", + "classCode": "TQBR", + "isin": "RU000A0JP2W1", + "lot": 1000, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0414\u042d\u041a", "exchange": "MOEX", - "ipoDate": "2004-04-07T00:00:00Z", - "issueSize": "147846489", + "ipoDate": "2007-04-19T00:00:00Z", + "issueSize": "17223107804", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "170169754", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "17070831482", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "0a55e045-e9a6-42d2-ac55-29674634af2f", + "uid": "18fb3421-7637-48f1-b5b5-20a454e1af5b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b37bbda4-1c2b-4929-9a38-6a6eeec6aa3d", + "positionUid": "fed8a891-eef6-4bc1-98c6-97b34b8c29d0", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:51:00Z", - "first1dayCandleDate": "2011-11-18T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:46:00Z", + "first1dayCandleDate": "2007-12-13T00:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.001 }, - "CAT": { - "figi": "BBG000BF0K17", - "ticker": "CAT", + "MAA": { + "figi": "BBG000BLMY92", + "ticker": "MAA", "classCode": "SPBXM", - "isin": "US1491231015", + "isin": "US59522J1034", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Caterpillar", + "shortEnabledFlag": false, + "name": "Mid-America Apartment REIT", "exchange": "SPB", - "issueSize": "547471467", + "ipoDate": "1994-01-27T00:00:00Z", + "issueSize": "113627014", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "145000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4c34ff9c-5292-4b03-b812-b6a512aac1e1", + "uid": "297cf988-8a17-4e72-bd55-42dd92fcc62a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e2d3dfbe-ef40-435a-8c5e-554e66b39c7f", + "positionUid": "d3535a4b-8368-4674-ae35-7ce6bf8007e5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:22:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1994-01-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OKEY": { - "figi": "BBG00172J7S9", - "ticker": "OKEY", - "classCode": "TQBR", - "isin": "US6708662019", - "lot": 10, - "currency": "rub", + "UI": { + "figi": "BBG001R72SR9", + "ticker": "UI", + "classCode": "SPBXM", + "isin": "US90353W1036", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "O'Key Group SA", - "exchange": "MOEX", - "issueSize": "269074000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "name": "Ubiquiti Inc", + "exchange": "SPB", + "ipoDate": "2011-10-14T00:00:00Z", + "issueSize": "82130312", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2a3ac153-f5fb-4f6d-af66-38a8d2b2eacb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6db95d7e-4e56-4ba2-a81e-d75c999a24db", + "uid": "553fc455-e9ae-4b4c-b43b-24e85e94b075", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c94cb4dd-4649-469d-8be3-a7ea21c5e68c", "forIisFlag": true, - "first1minCandleDate": "2020-12-14T06:59:00Z", - "first1dayCandleDate": "2020-12-14T07:00:00Z", + "first1minCandleDate": "2019-08-22T13:31:00Z", + "first1dayCandleDate": "2019-08-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TREX": { - "figi": "BBG000BTGKK9", - "ticker": "TREX", + "CRI": { + "figi": "BBG000CTM4J9", + "ticker": "CRI", "classCode": "SPBXM", - "isin": "US89531P1057", + "isin": "US1462291097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Trex Co Inc", + "name": "Carter's Inc", "exchange": "SPB", - "ipoDate": "1999-04-07T00:00:00Z", - "issueSize": "58501881", + "ipoDate": "2003-10-24T00:00:00Z", + "issueSize": "54525894", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83067af0-46f8-4e1c-82f0-c1a76ddf0643", + "uid": "88140304-a625-4173-83ac-9def0ed6e2f2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f9549531-c973-4cfd-b336-459323a31aa7", + "positionUid": "62212440-5fbc-4a00-a4c4-cf538aea2e99", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "1999-04-08T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:31:00Z", + "first1dayCandleDate": "2003-10-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IART": { - "figi": "BBG000BZJQL8", - "ticker": "IART", - "classCode": "SPBXM", - "isin": "US4579852082", + "MRK@DE": { + "figi": "BBG000BX4S53", + "ticker": "MRK@DE", + "classCode": "SPBDE", + "isin": "DE0006599905", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Integra LifeSciences Holdings", - "exchange": "SPB", - "issueSize": "85476801", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "Merck KGaA", + "exchange": "SPB_DE", + "issueSize": "39999999", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", "sector": "health_care", - "issueSizePlan": "240000000", + "issueSizePlan": "129242252", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45c61b12-b947-49a5-9bed-34118666f34f", + "uid": "bb4072f0-5daf-498e-80f8-b242e1f90822", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38a4d55f-26d5-4466-8599-bd77252db183", + "positionUid": "fd45400a-1e1b-42c9-92bc-805052bee31b", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1995-08-16T00:00:00Z", + "first1minCandleDate": "2020-09-01T07:02:00Z", + "first1dayCandleDate": "2020-09-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ROG": { - "figi": "BBG000BS9HN3", - "ticker": "ROG", + "CMS": { + "figi": "BBG000BFVXX0", + "ticker": "CMS", "classCode": "SPBXM", - "isin": "US7751331015", + "isin": "US1258961002", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Rogers Corp", + "name": "CMS Energy Corporation", "exchange": "SPB", - "issueSize": "18546854", + "ipoDate": "1947-02-03T00:00:00Z", + "issueSize": "282083585", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d621bdf9-d174-4dd9-9539-e32c4ca014eb", + "uid": "c137455b-16b5-4e18-9e17-c81c6580deed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a04c826c-8362-43be-9dcd-50a1dfeda246", + "positionUid": "cf7b9fc4-862b-4214-8fa6-1e6c7a9ac4dc", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T15:00:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PYPL": { - "figi": "BBG0077VNXV6", - "ticker": "PYPL", + "RNG": { + "figi": "BBG000J094P3", + "ticker": "RNG", "classCode": "SPBXM", - "isin": "US70450Y1038", + "isin": "US76680R2067", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "PayPal Holdings", - "exchange": "SPB_MORNING_WEEKEND", - "issueSize": "1175032150", + "shortEnabledFlag": false, + "name": "RingCentral Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2013-09-27T00:00:00Z", + "issueSize": "70347665", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "4000000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -46654,36 +45340,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "402bb116-e10c-4bcf-90c7-d80a244ae8f6", + "uid": "ed93d777-696e-42fe-9989-d985c8219bc1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "61d4bd84-a421-4738-9a53-719f6afc86cc", + "positionUid": "40ab8dd1-d3f7-48de-b3b7-8b4b2f95890b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:37:00Z", - "first1dayCandleDate": "2015-07-06T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:22:00Z", + "first1dayCandleDate": "2013-09-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SONO": { - "figi": "BBG001JZPSQ2", - "ticker": "SONO", + "DY": { + "figi": "BBG000C4SKT1", + "ticker": "DY", "classCode": "SPBXM", - "isin": "US83570H1086", + "isin": "US2674751019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SONOS INC", + "name": "Dycom Industries Inc", "exchange": "SPB", - "issueSize": "108418445", + "ipoDate": "1984-06-08T00:00:00Z", + "issueSize": "32480713", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 333330000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46694,20 +45381,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dd8c4326-5329-4c67-bacf-ef0f1e419846", + "uid": "6b8f6b65-a370-4b31-932e-dd018f7c6098", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "724d2165-a032-4c13-ba07-31ec7b87fb8a", + "positionUid": "a68342ed-653e-4c48-9ae4-87de4b37fb56", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:40:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CCI": { - "figi": "BBG000FV1Z23", - "ticker": "CCI", + "9988": { + "figi": "BBG00QV37ZP9", + "ticker": "9988", + "classCode": "SPBHKEX", + "isin": "KYG017191142", + "lot": 10, + "currency": "hkd", + "shortEnabledFlag": false, + "name": "Alibaba", + "exchange": "SPB_HK", + "issueSize": "20886784264", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "32000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 3125 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "bbbf75a2-f61a-4fba-99aa-c6155a9c8977", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "02211c6f-bef5-459e-802e-6c7dc9f00cb6", + "forIisFlag": true, + "type": "Shares", + "step": 0.05 + }, + "HSY": { + "figi": "BBG000BLHRS2", + "ticker": "HSY", "classCode": "SPBXM", - "isin": "US22822V1017", + "isin": "US4278661081", "lot": 1, "currency": "usd", "klong": { @@ -46735,125 +45460,108 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Crown Castle REIT", + "name": "Hershey", "exchange": "SPB", - "ipoDate": "1998-08-17T00:00:00Z", - "issueSize": "414822942", + "ipoDate": "1927-12-01T00:00:00Z", + "issueSize": "145425767", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f27e948e-c7af-4ac6-a57e-7217bd150881", + "uid": "2f43fc8c-967b-4841-8ae3-25f950bd022c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "53e22c55-044c-4214-896b-96d433bf0705", + "positionUid": "e719e523-ca5e-457c-8b8d-3914daf0f177", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1998-08-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AEO": { - "figi": "BBG000BGXZB5", - "ticker": "AEO", + "IBN": { + "figi": "BBG000DRM643", + "ticker": "IBN", "classCode": "SPBXM", - "isin": "US02553E1064", + "isin": "US45104G1040", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "American Eagle Outfitters Inc", - "exchange": "SPB", - "issueSize": "176975145", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "17265b77-7d2e-44ad-8b74-b0e9602729d5", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "146e550f-5699-4e3f-be62-98c972d6caa5", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:58:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "NXST": { - "figi": "BBG000DZJVH0", - "ticker": "NXST", - "classCode": "SPBXM", - "isin": "US65336K1034", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Nexstar Media Group Inc", - "exchange": "SPB", - "ipoDate": "2003-11-24T00:00:00Z", - "issueSize": "46091815", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "100000000", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "ICICI Bank", + "exchange": "SPB_MORNING", + "issueSize": "3470975372", + "countryOfRisk": "IN", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u043d\u0434\u0438\u044f", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "74513676-5ebd-4919-9244-026dafa71233", + "uid": "5868cc46-b9e1-49f4-8b6e-f9b7e1e12af6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "903310a5-3162-45a8-964d-631b696e0a45", + "positionUid": "4b6dae4d-f6a4-42fc-bc28-f2abee675e5c", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2003-11-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T11:25:00Z", + "first1dayCandleDate": "2000-03-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CVS": { - "figi": "BBG000BGRY34", - "ticker": "CVS", + "LH": { + "figi": "BBG000D9DMK0", + "ticker": "LH", "classCode": "SPBXM", - "isin": "US1266501006", + "isin": "US50540R4092", "lot": 1, "currency": "usd", "klong": { @@ -46880,20 +45588,20 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "CVS Health Corporation", + "shortEnabledFlag": false, + "name": "LabCorp", "exchange": "SPB", - "issueSize": "1319574744", + "issueSize": "102300000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "3200000000", + "issueSizePlan": "265000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -46904,35 +45612,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ff1995ba-0f2d-4abf-83f5-99ce6dbef9b9", + "uid": "1d886a07-489e-4839-b12e-fdea4d0a628d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "da0d15e2-3d5f-4877-8f6e-6504b5e4c00e", + "positionUid": "0cfabdfa-6175-40b5-9137-558fd7bef79d", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "1995-05-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NEO": { - "figi": "BBG000BKH263", - "ticker": "NEO", + "STNE": { + "figi": "BBG00M4ZQDK0", + "ticker": "STNE", "classCode": "SPBXM", - "isin": "US64049M2098", + "isin": "KYG851581069", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NeoGenomics Inc", - "exchange": "SPB", - "ipoDate": "2014-02-12T00:00:00Z", - "issueSize": "103858915", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "name": "StoneCo", + "exchange": "SPB_MORNING", + "issueSize": "120047478", + "countryOfRisk": "BR", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", + "sector": "it", + "issueSizePlan": "630000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 79365 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -46945,20 +45652,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fc47a340-d996-4a34-98e0-d6dadd729865", + "uid": "a99b68d1-1a36-4ee6-b3ba-b0dd99b0d422", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "55a373e2-1b5c-475f-86c2-1b4b97d6abbf", + "positionUid": "f4e45134-797d-4aeb-bf8c-1256c1179634", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:59:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:32:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HCA": { - "figi": "BBG000QW7VC1", - "ticker": "HCA", + "AMT": { + "figi": "BBG000B9XYV2", + "ticker": "AMT", "classCode": "SPBXM", - "isin": "US40412C1018", + "isin": "US03027X1000", "lot": 1, "currency": "usd", "klong": { @@ -46986,14 +45693,13 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "HCA Healthcare", - "exchange": "SPB", - "ipoDate": "2011-03-10T00:00:00Z", - "issueSize": "349903700", + "name": "American Tower REIT", + "exchange": "SPB_MORNING", + "issueSize": "423279014", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -47004,80 +45710,65 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0dfa1f99-25d0-463a-a38f-240405e37d35", + "uid": "327002fb-5fd9-4bab-8b0e-a4517eed522f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b3ed47ef-1b32-4568-9271-0cb87226d2d1", + "positionUid": "8a2b668a-4e3f-4145-8a3f-a145cd58b9af", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2011-03-10T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-02-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TSP": { - "figi": "BBG00ZSDS6T8", - "ticker": "TSP", + "XEL": { + "figi": "BBG000BCTQ65", + "ticker": "XEL", "classCode": "SPBXM", - "isin": "US90089L1089", + "isin": "US98389B1008", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "TuSimple Holdings", - "exchange": "SPB", - "issueSize": "185040398", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 100000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "806472c7-2f00-4f7e-a771-c3a768521915", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dafa52da-70e9-4514-b8f1-36d29afa23ad", - "forIisFlag": true, - "first1minCandleDate": "2021-06-18T12:16:00Z", - "first1dayCandleDate": "2021-06-18T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "IBTX": { - "figi": "BBG003981NS4", - "ticker": "IBTX", - "classCode": "SPBXM", - "isin": "US45384B1061", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Independent Bank Group, Inc.", - "exchange": "SPB", - "issueSize": "43248297", + "name": "Xcel Energy", + "exchange": "SPB_MORNING", + "ipoDate": "1954-04-01T00:00:00Z", + "issueSize": "514673191", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -47090,101 +45781,125 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fd98be77-e8b5-4527-9c6d-4e9c99adf4a8", + "uid": "028676b5-103a-4ae8-9aea-103abc45fd89", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "02dbdd92-1339-4e9b-a20d-36a419aa9dad", + "positionUid": "ce921708-968a-4e3e-8f16-eb20d2429d31", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PLZL@GS": { - "figi": "BBG00H2CS6K7", - "ticker": "PLZL@GS", - "classCode": "SPBXM", - "isin": "US73181M1172", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Polyus PJSC", - "exchange": "LSE", - "issueSize": "254704498", + "SBERP": { + "figi": "BBG0047315Y7", + "ticker": "SBERP", + "classCode": "TQBR", + "isin": "RU0009029557", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 283600000 + }, + "dshort": { + "units": "0", + "nano": 326900000 + }, + "dlongMin": { + "units": "0", + "nano": 153600000 + }, + "dshortMin": { + "units": "0", + "nano": 151900000 + }, + "shortEnabledFlag": true, + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a - \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2007-07-11T00:00:00Z", + "issueSize": "1000000000", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 500000000 + "currency": "rub", + "units": "3", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fc80c408-157a-4c00-b437-05e23b646d91", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c620d366-d8a6-4cdc-a584-f77d44b20bc6", + "uid": "c190ff1f-1447-4227-b543-316332699ca5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9cf9718d-50df-4326-a205-cf306933607e", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:00:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UDR": { - "figi": "BBG000C41023", - "ticker": "UDR", + "CVGW": { + "figi": "BBG000BGPQW1", + "ticker": "CVGW", "classCode": "SPBXM", - "isin": "US9026531049", + "isin": "US1282461052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "UDR REIT", + "name": "Calavo Growers Inc", "exchange": "SPB", - "ipoDate": "1990-05-07T00:00:00Z", - "issueSize": "275611046", + "issueSize": "17543428", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "350000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c691415-d146-47ec-8bc5-ddbf13f0adac", + "uid": "d56b4115-b8de-460e-99cb-bbb8b91daa40", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3386e45c-21be-415f-9f37-0d31f989e460", + "positionUid": "00af093c-8e23-43a4-8c1c-aeb0799ac903", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2002-03-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UPS": { - "figi": "BBG000L9CV04", - "ticker": "UPS", + "PH": { + "figi": "BBG000BR3KL6", + "ticker": "PH", "classCode": "SPBXM", - "isin": "US9113121068", + "isin": "US7010941042", "lot": 1, "currency": "usd", "klong": { @@ -47211,21 +45926,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "United Parcel Service", + "shortEnabledFlag": false, + "name": "Parker-Hannifin", "exchange": "SPB", - "ipoDate": "1999-11-10T00:00:00Z", - "issueSize": "728289602", + "ipoDate": "1964-12-09T00:00:00Z", + "issueSize": "132360024", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "5600000000", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -47236,36 +45951,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c2728f98-b50d-4be6-b90a-ba76d2561c96", + "uid": "4ac1fe95-b268-4e0f-ad33-8c63776c8712", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a49ed866-890e-4549-98f7-543bde94d03a", + "positionUid": "0e4934b9-6aca-4281-87e3-31180e573c7a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:10:00Z", - "first1dayCandleDate": "1999-11-10T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AJG": { - "figi": "BBG000BBHXQ3", - "ticker": "AJG", - "classCode": "SPBXM", - "isin": "US3635761097", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Arthur J. Gallagher & Co", - "exchange": "SPB", - "ipoDate": "1984-06-01T00:00:00Z", - "issueSize": "184060000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", + "RTKM": { + "figi": "BBG004S682Z6", + "ticker": "RTKM", + "classCode": "TQBR", + "isin": "RU0008943394", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", "nano": 0 }, + "dlong": { + "units": "0", + "nano": 205200000 + }, + "dshort": { + "units": "0", + "nano": 252200000 + }, + "dlongMin": { + "units": "0", + "nano": 108500000 + }, + "dshortMin": { + "units": "0", + "nano": 119000000 + }, + "shortEnabledFlag": true, + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2003-09-09T00:00:00Z", + "issueSize": "3282997929", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "728696320", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 2500000 + }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -47277,179 +46016,178 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cb9f9c90-81b0-43fc-951f-9983de0c47b5", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "43ebd34f-ed82-4923-830a-de1d339cde7d", + "uid": "02eda274-10c4-4815-8e02-a8ee7eaf485b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "YUMC": { - "figi": "BBG00B8N0HG1", - "ticker": "YUMC", + "BH": { + "figi": "BBG00JPRDQH1", + "ticker": "BH", "classCode": "SPBXM", - "isin": "US98850P1093", + "isin": "US08986R3093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Yum China Holdings", + "name": "Biglari Holdings Inc", "exchange": "SPB", - "issueSize": "384334841", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "issueSize": "2068640", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "1000000000", + "issueSizePlan": "10000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1222ff0b-ea25-4012-8a81-a7f8ab0dfeaa", + "uid": "0d0fdda4-e9a9-49dc-a675-d18e3ee47f7b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1f45aba7-6b21-4b4f-a1f7-5b7db7b6f64d", + "positionUid": "2dbb9350-62ce-488c-bdb3-0d9c19d3c687", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:04:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:32:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RNR": { - "figi": "BBG000BFVZ83", - "ticker": "RNR", + "CHTR": { + "figi": "BBG000VPGNR2", + "ticker": "CHTR", "classCode": "SPBXM", - "isin": "BMG7496G1033", + "isin": "US16119P1084", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "RenaissanceRe Holdings", - "exchange": "SPB", - "issueSize": "48025898", - "countryOfRisk": "BM", - "countryOfRiskName": "", - "sector": "financial", - "issueSizePlan": "500000000", + "name": "Charter Communications", + "exchange": "SPB_MORNING", + "issueSize": "248610434", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46b546ec-d031-4953-b2c5-9a0c432e34bb", + "uid": "50d2ef1a-9310-47b0-a9d8-285a3f041c73", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11ff2951-f01c-457f-8434-ecf6b3eb9b75", + "positionUid": "38632561-0ff2-4cb9-a3ae-2c0cbd632454", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T13:00:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2009-12-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NVTK@GS": { - "figi": "BBG000QY6FL3", - "ticker": "NVTK@GS", + "VC": { + "figi": "BBG0016T3GQ0", + "ticker": "VC", "classCode": "SPBXM", - "isin": "US6698881090", + "isin": "US92839U2069", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Novatek PJSC", - "exchange": "LSE", - "issueSize": "121452200", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "0", + "name": "Visteon Corp", + "exchange": "SPB", + "issueSize": "40822620", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "10", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0574b0a5-4cd8-4908-b2eb-2db8fe38a0f8", + "uid": "9ea96865-94bf-42db-b4e4-b469745f284b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8efdedd0-03ea-4f77-8cb4-17c945dddcd1", + "positionUid": "181eb234-c300-4b9b-9fb2-8f94210eee69", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T08:46:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2010-09-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TRMK": { - "figi": "BBG004TC84Z8", - "ticker": "TRMK", - "classCode": "TQBR", - "isin": "RU000A0B6NK6", - "lot": 10, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 237300000 - }, - "dshort": { - "units": "0", - "nano": 806700000 - }, - "dlongMin": { - "units": "0", - "nano": 126700000 - }, - "dshortMin": { - "units": "0", - "nano": 344100000 - }, + "EXPO": { + "figi": "BBG000F31Z34", + "ticker": "EXPO", + "classCode": "SPBXM", + "isin": "US30214U1025", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Трубная Металлургическая Компания", - "exchange": "MOEX", - "ipoDate": "2001-07-26T00:00:00Z", - "issueSize": "1033135366", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "Exponent, Inc.", + "exchange": "SPB", + "issueSize": "26004501", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "1000", + "issueSizePlan": "80000000", "nominal": { - "currency": "rub", - "units": "10", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -47459,39 +46197,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "278d9ccc-4dde-484e-bf79-49ce8f733470", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1d431bbf-2c53-47f2-89e2-3abb2a8cb18d", + "uid": "493d9f67-06a0-48d6-a2ae-b47740ceca83", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4c1c63f8-a9bd-4498-890c-66fbc731a806", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2007-04-18T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:28:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "SIE@DE": { - "figi": "BBG000BCCT76", - "ticker": "SIE@DE", - "classCode": "SPBDE", - "isin": "DE0007236101", + "KMPR": { + "figi": "BBG000H3GDJ8", + "ticker": "KMPR", + "classCode": "SPBXM", + "isin": "US4884011002", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Siemens AG", - "exchange": "SPB_DE", - "issueSize": "914203421", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "industrials", - "issueSizePlan": "0", + "name": "Kemper", + "exchange": "SPB", + "issueSize": "51536698", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -47502,207 +46240,182 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "488189e0-9931-4d8d-8d74-50f4350351ba", + "uid": "4e7b7f85-53fa-42d6-950f-726ac2f2ea0f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "960ef143-0e24-4bd5-bcf4-b4c37fdfc13d", + "positionUid": "86853570-bc67-4a28-b744-4fd353b12b4c", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:10:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:33:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "POSI": { - "figi": "TCS00A103X66", - "ticker": "POSI", - "classCode": "TQBR", - "isin": "RU000A103X66", + "CRNC": { + "figi": "BBG00MMDJG84", + "ticker": "CRNC", + "classCode": "SPBXM", + "isin": "US1567271093", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Positive Technologies", - "exchange": "MOEX", - "ipoDate": "2017-11-13T00:00:00Z", - "issueSize": "60000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "Cerence", + "exchange": "SPB", + "issueSize": "37820861", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "6000000", + "issueSizePlan": "560000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de08affe-4fbd-454e-9fd1-46a81b23f870", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5a1bbbeb-8616-49c4-9752-d06be058f90b", + "uid": "a39b960f-4886-4a7f-900c-dc54b96ed22d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c6cb0910-7979-4092-9775-40777c23b608", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T08:00:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "CVCO": { - "figi": "BBG000K4WS65", - "ticker": "CVCO", + "JNPR": { + "figi": "BBG000BY33P5", + "ticker": "JNPR", "classCode": "SPBXM", - "isin": "US1495681074", + "isin": "US48203R1041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cavco Industries Inc", - "exchange": "SPB", - "issueSize": "9098320", + "name": "Juniper Networks", + "exchange": "SPB_MORNING", + "ipoDate": "1999-06-24T00:00:00Z", + "issueSize": "451188075", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6855d24d-9a7b-4c04-9969-07aa4d99b3c5", + "uid": "dbe49a85-b3f0-494a-bc14-c3b538294767", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e03cb02-694c-47b1-8c81-352dd5080f46", + "positionUid": "87631296-4423-441c-a430-7eab6076a937", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2003-06-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1999-06-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ROL": { - "figi": "BBG000BSBBP1", - "ticker": "ROL", + "COOP": { + "figi": "BBG002V098F7", + "ticker": "COOP", "classCode": "SPBXM", - "isin": "US7757111049", + "isin": "US62482R1077", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Rollins", + "name": "Mr. Cooper Group", "exchange": "SPB", - "ipoDate": "1960-09-16T00:00:00Z", - "issueSize": "218209925", + "issueSize": "92021981", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "375000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b92973ea-3c0b-4f48-ba59-d8ba434274f9", + "uid": "2a860731-b6dd-445b-a4d2-3d14d6b86629", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2e3c2ac1-fbc3-462d-b514-eb13908c4789", + "positionUid": "4faca1bc-16cd-41a3-a32e-d3cd1474aa1e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:35:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:44:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BANEP": { - "figi": "BBG004S686N0", - "ticker": "BANEP", + "LENT": { + "figi": "BBG0063FKTD9", + "ticker": "LENT", "classCode": "TQBR", - "isin": "RU0007976965", + "isin": "RU000A102S15", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 382500000 - }, - "dshort": { - "units": "0", - "nano": 568600000 - }, - "dlongMin": { - "units": "0", - "nano": 214200000 - }, - "dshortMin": { - "units": "0", - "nano": 252400000 - }, - "shortEnabledFlag": true, - "name": "Башнефть - привилегированные акции", + "shortEnabledFlag": false, + "name": "\u041b\u0435\u043d\u0442\u0430", "exchange": "MOEX", - "ipoDate": "2004-04-07T00:00:00Z", - "issueSize": "29788012", + "ipoDate": "2021-02-08T00:00:00Z", + "issueSize": "97585932", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "34622686", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "97585932", "nominal": { "currency": "rub", - "units": "1", - "nano": 0 + "units": "0", + "nano": 91263200 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "a5776620-1e2f-47ea-bbd6-06d8e4a236d8", + "uid": "5f1e6b0a-4413-489c-b336-40b43730eaf5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aeaa8f4a-5149-49ed-8b9d-816b739bc882", + "positionUid": "93a5cf8f-361a-4d2b-b38d-88a63aa7972c", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:35:00Z", - "first1dayCandleDate": "2011-11-18T00:00:00Z", + "first1minCandleDate": "2021-12-14T13:43:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", "type": "Shares", "step": 0.5 }, - "WFC": { - "figi": "BBG000BWQFY7", - "ticker": "WFC", + "FTNT": { + "figi": "BBG000BCMBG4", + "ticker": "FTNT", "classCode": "SPBXM", - "isin": "US9497461015", + "isin": "US34959E1091", "lot": 1, "currency": "usd", "klong": { @@ -47729,55 +46442,14 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Wells Fargo & Company", - "exchange": "SPB", - "ipoDate": "1962-12-10T00:00:00Z", - "issueSize": "4106410513", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 666000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "7044920e-2ea9-4126-a359-4d3a9fba3c70", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "efd20f8e-3103-4177-b5b3-b5e22a70ce28", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:06:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "LPLA": { - "figi": "BBG000P2TYL8", - "ticker": "LPLA", - "classCode": "SPBXM", - "isin": "US50212V1008", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "LPL Financial Holdings", - "exchange": "SPB", - "issueSize": "90190130", + "name": "Fortinet Inc", + "exchange": "SPB_MORNING", + "issueSize": "788520766", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1500000000", "nominal": { "currency": "usd", "units": "0", @@ -47787,28 +46459,28 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4b73354d-7a6f-4fea-bd70-b02cea49f08f", + "uid": "a4e61935-2842-4dfb-a945-387608c140a7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4fc19cd9-70a8-4552-aef3-60862a79dc79", + "positionUid": "ee59a7c4-d357-4fe5-aabe-eaf23f1dabbf", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:29:00Z", + "first1dayCandleDate": "2009-11-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RUAL": { - "figi": "BBG008F2T3T2", - "ticker": "RUAL", + "LIFE": { + "figi": "BBG0019K04R5", + "ticker": "LIFE", "classCode": "TQBR", - "isin": "RU000A1025V3", - "lot": 10, + "isin": "RU000A0JR514", + "lot": 100, "currency": "rub", "klong": { "units": "2", @@ -47820,70 +46492,70 @@ }, "dlong": { "units": "0", - "nano": 293700000 + "nano": 233700000 }, "dshort": { "units": "0", - "nano": 308900000 + "nano": 442200000 }, "dlongMin": { "units": "0", - "nano": 159600000 + "nano": 124600000 }, "dshortMin": { "units": "0", - "nano": 144100000 + "nano": 200900000 }, - "shortEnabledFlag": true, - "name": "РУСАЛ", + "shortEnabledFlag": false, + "name": "\u0424\u0430\u0440\u043c\u0441\u0438\u043d\u0442\u0435\u0437", "exchange": "MOEX", - "ipoDate": "2020-09-03T00:00:00Z", - "issueSize": "15193014862", + "ipoDate": "2004-08-09T00:00:00Z", + "issueSize": "301010754", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "15193014862", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "49521265", "nominal": { "currency": "rub", - "units": "0", - "nano": 656517000 + "units": "5", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "f866872b-8f68-4b6e-930f-749fe9aa79c0", + "uid": "90972707-9184-47c6-b54e-0ce8b90f6c23", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b303003a-c09d-4169-ab12-c9f67f183695", + "positionUid": "a34d4cb1-d7de-4c92-9601-ebf1e28e56e5", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2015-03-30T07:00:00Z", + "first1minCandleDate": "2018-03-07T21:27:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Shares", "step": 0.005 }, - "CRL": { - "figi": "BBG000BG5BL8", - "ticker": "CRL", + "AES": { + "figi": "BBG000C23KJ3", + "ticker": "AES", "classCode": "SPBXM", - "isin": "US1598641074", + "isin": "US00130H1059", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Charles River Laboratories Int", - "exchange": "SPB", - "ipoDate": "2000-06-23T00:00:00Z", - "issueSize": "48226323", + "name": "The AES Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1991-06-25T00:00:00Z", + "issueSize": "723269141", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", "units": "0", @@ -47893,84 +46565,84 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "76589a13-0f7a-4ca6-b96b-56abec784cac", + "uid": "dee9e3dd-88df-4392-a409-f1461d5ca71b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a08c6074-aff4-4b13-ac22-cba3d9b6549d", + "positionUid": "c9fbb32c-d3f4-42fc-ae61-11259b523a62", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:34:00Z", - "first1dayCandleDate": "2000-06-23T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:27:00Z", + "first1dayCandleDate": "1991-06-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NVRO": { - "figi": "BBG001K61W36", - "ticker": "NVRO", + "EQR": { + "figi": "BBG000BG8M31", + "ticker": "EQR", "classCode": "SPBXM", - "isin": "US64157F1030", + "isin": "US29476L1070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nevro", + "name": "Equity Residential REIT", "exchange": "SPB", - "issueSize": "31820724", + "issueSize": "369933743", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "290000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f1383157-d18d-45ee-9a5f-fcc3da5e663e", + "uid": "c8e63252-b5ce-408e-be14-168b0f09e63e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f9d40663-0565-4e8c-9200-cc23b86a16e6", + "positionUid": "9706ea42-7fe6-4e23-a7a5-590455deb1a6", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:56:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BOOT": { - "figi": "BBG0077SYZV6", - "ticker": "BOOT", + "BIO": { + "figi": "BBG000DY28W5", + "ticker": "BIO", "classCode": "SPBXM", - "isin": "US0994061002", + "isin": "US0905722072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Boot Barn Holdings Inc", + "name": "Bio-Rad Laboratories Inc", "exchange": "SPB", - "ipoDate": "2009-10-28T00:00:00Z", - "issueSize": "28564239", + "ipoDate": "1966-07-07T00:00:00Z", + "issueSize": "24859577", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -47981,35 +46653,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "97935528-1e9e-434b-b40a-656a328500ae", + "uid": "7c9c53ae-6292-4d5f-bf71-c3b5ed13b94a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6e54e606-4b39-463f-8f9f-e3b6b7850b0c", + "positionUid": "5613489a-4bbb-4aa3-be9c-6345a60c7bc9", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:50:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:37:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WAT": { - "figi": "BBG000FQRVM3", - "ticker": "WAT", + "IOVA": { + "figi": "BBG000FTLBV7", + "ticker": "IOVA", "classCode": "SPBXM", - "isin": "US9418481035", + "isin": "US4622601007", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Waters", - "exchange": "SPB", - "ipoDate": "1995-11-16T00:00:00Z", - "issueSize": "69475245", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 559100000 + }, + "dshort": { + "units": "0", + "nano": 784900000 + }, + "dlongMin": { + "units": "0", + "nano": 336000000 + }, + "dshortMin": { + "units": "0", + "nano": 336000000 + }, + "shortEnabledFlag": true, + "name": "Iovance Biotherapeutics Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1999-08-03T00:00:00Z", + "issueSize": "123420091", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "400000000", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 41666 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -48022,99 +46718,74 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b1afb668-8dfc-4ff5-aa99-afa77e5a4b6e", + "uid": "eb3dadc1-19fd-47e6-accd-c21aef6fd88f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "304a19d7-2f7d-4379-8f2a-4a2ceba33e56", + "positionUid": "27fc290b-226a-4d9c-9cce-454e3414fbd5", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:11:00Z", - "first1dayCandleDate": "1995-11-17T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MBUU": { - "figi": "BBG005PXTR70", - "ticker": "MBUU", + "NEU": { + "figi": "BBG000BJ5SS8", + "ticker": "NEU", "classCode": "SPBXM", - "isin": "US56117J1007", + "isin": "US6515871076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Malibu Boats Inc", + "name": "NewMarket Corp", "exchange": "SPB", - "issueSize": "20525136", + "issueSize": "11404031", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f436b110-f81a-4e43-b591-d7134c003003", + "uid": "971b97f0-e077-4ce8-a33d-6e94b63ceee9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fe863195-17ba-404d-9118-219977e96997", + "positionUid": "6e69d207-a13b-44ab-86d4-10efed7bc054", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:36:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FDX": { - "figi": "BBG000BJF1Z8", - "ticker": "FDX", + "ALLY": { + "figi": "BBG000BC2R71", + "ticker": "ALLY", "classCode": "SPBXM", - "isin": "US31428X1063", + "isin": "US02005N1000", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "FedEx", - "exchange": "SPB", - "ipoDate": "1978-04-12T00:00:00Z", - "issueSize": "265650056", + "shortEnabledFlag": false, + "name": "Ally Financial Inc", + "exchange": "SPB_MORNING", + "issueSize": "449853338", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -48127,37 +46798,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "970ba4a7-b33d-4c89-a838-0644e3a13a61", + "uid": "8fdda3eb-f869-468c-9c05-90677b457678", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "69717791-fd76-4c9c-9882-b09c76ee82f8", + "positionUid": "46b7f183-9b9c-4725-b910-5e026e2eb873", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:28:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GTLS": { - "figi": "BBG000P1K2X6", - "ticker": "GTLS", + "ESGR": { + "figi": "BBG000NQKP71", + "ticker": "ESGR", "classCode": "SPBXM", - "isin": "US16115Q3083", + "isin": "BMG3075P1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Chart Industries Inc", + "name": "Enstar Group", "exchange": "SPB", - "ipoDate": "2006-07-25T00:00:00Z", - "issueSize": "31204061", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "green_energy", - "issueSizePlan": "150000000", + "issueSize": "18585678", + "countryOfRisk": "BM", + "countryOfRiskName": "", + "sector": "financial", + "issueSizePlan": "110000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48168,77 +46838,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb8a9ba5-f692-4d29-ae44-9097a8444c17", + "uid": "8e0b6a71-bc9a-4a6d-b7a2-4af22a933f5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "845a4585-90f5-4657-8cfb-c62fcb124843", + "positionUid": "caa30305-582c-4d60-b4d0-c62db9459483", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T13:25:00Z", - "first1dayCandleDate": "2006-07-26T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:46:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RPD": { - "figi": "BBG009DFHWG6", - "ticker": "RPD", + "AMG": { + "figi": "BBG000C060M4", + "ticker": "AMG", "classCode": "SPBXM", - "isin": "US7534221046", + "isin": "US0082521081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Rapid7 Inc", + "name": "Affiliated Managers Group", "exchange": "SPB", - "ipoDate": "1999-07-08T00:00:00Z", - "issueSize": "48202433", + "ipoDate": "1997-11-21T00:00:00Z", + "issueSize": "52672885", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "153000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "54e13cb6-11b1-453e-9346-28a92333c4c3", + "uid": "10ae4fe9-4114-4b94-a97f-83edd03d89e0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cb8172f5-493e-4f82-8c45-a87f5e1de9f8", + "positionUid": "0390c902-6ce2-4114-9fa9-55b8ad9d2afb", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:37:00Z", + "first1dayCandleDate": "1997-11-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OSH": { - "figi": "BBG00W0L8GW3", - "ticker": "OSH", + "KOD": { + "figi": "BBG00BVR0D02", + "ticker": "KOD", "classCode": "SPBXM", - "isin": "US67181A1079", + "isin": "US50015M1099", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Oak Street Health", + "name": "Kodiak Sciences Inc", "exchange": "SPB", - "issueSize": "15625000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "44484495", + "countryOfRisk": "", + "countryOfRiskName": "", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "490000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48249,60 +46919,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78f2d426-9667-4dab-8b0b-3e7180f0d493", + "uid": "2c3e1205-7f27-4e60-8952-8d968a7a8ff7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "627b183a-3da0-42cd-a1cd-b6d93beb512b", + "positionUid": "6d8ca72b-9994-4ec8-acd5-f2b084f16a47", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:11:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2020-07-29T12:58:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VLDR": { - "figi": "BBG00M0X4584", - "ticker": "VLDR", + "INSG": { + "figi": "BBG00DWX7QH0", + "ticker": "INSG", "classCode": "SPBXM", - "isin": "US92259F1012", + "isin": "US45782B1044", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 613100000 - }, - "dshort": { - "units": "0", - "nano": 898900000 - }, - "dlongMin": { - "units": "0", - "nano": 378000000 - }, - "dshortMin": { - "units": "0", - "nano": 378000000 - }, "shortEnabledFlag": false, - "name": "Velodyne Lidar", + "name": "Inseego Corp", "exchange": "SPB", - "issueSize": "172896920", + "issueSize": "96222460", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48313,86 +46959,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f3405de8-89f1-4114-8d07-896df34f82b7", + "uid": "d9b61f0a-18d5-4747-abad-86de979fbdee", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32197c2f-f4f5-4f60-b1d1-816f922ff61f", + "positionUid": "85080b74-e593-4b5a-972e-eda53b90ce53", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:32:00Z", + "first1minCandleDate": "2021-06-01T11:37:00Z", "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SIG": { - "figi": "BBG000C4ZZ10", - "ticker": "SIG", + "FRPH": { + "figi": "BBG000HCVWW4", + "ticker": "FRPH", "classCode": "SPBXM", - "isin": "BMG812761002", + "isin": "US30292L1070", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Signet Jewelers", + "shortEnabledFlag": false, + "name": "FRP Holdings Inc", "exchange": "SPB", - "issueSize": "78384481", + "issueSize": "9933242", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "25000000", "nominal": { "currency": "usd", "units": "0", - "nano": 180000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f7c9922d-d34a-4b1b-972c-fc3ebfa3a9a9", + "uid": "39e2ab53-1d7e-4c1a-9a1c-f1a9ddd4126d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "af593714-64bb-4bcf-a516-12232eab1fe3", + "positionUid": "59c04a6d-69b5-411a-8466-d08117cb1654", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-16T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HIG": { - "figi": "BBG000G0Z878", - "ticker": "HIG", - "classCode": "SPBXM", - "isin": "US4165151048", - "lot": 1, - "currency": "usd", + "BSPB": { + "figi": "BBG000QJW156", + "ticker": "BSPB", + "classCode": "TQBR", + "isin": "RU0009100945", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -48403,32 +47025,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 346800000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 612700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 191800000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 269900000 }, - "shortEnabledFlag": true, - "name": "Hartford Financial Services", - "exchange": "SPB", - "issueSize": "358074981", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "shortEnabledFlag": false, + "name": "\u0411\u0430\u043d\u043a \u0421\u0430\u043d\u043a\u0442-\u041f\u0435\u0442\u0435\u0440\u0431\u0443\u0440\u0433", + "exchange": "MOEX", + "ipoDate": "1992-11-19T00:00:00Z", + "issueSize": "475554232", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueSizePlan": "750000000", + "issueSizePlan": "13090000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -48441,36 +47064,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e808331f-ec46-489f-b5e4-2836ba3ed877", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c6dc9aa7-0f52-4f76-896f-49583e69e7a8", + "uid": "1e19953d-01c6-4ecd-a5f4-53ae3ed44029", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "bef71145-9cf9-4135-af9d-5ba02772ec1a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-12-15T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:37:00Z", + "first1dayCandleDate": "2007-12-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MSGE": { - "figi": "BBG00L9HLWV8", - "ticker": "MSGE", + "TMX": { + "figi": "BBG002WMH2F2", + "ticker": "TMX", "classCode": "SPBXM", - "isin": "US55826T1025", + "isin": "US88087E1001", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Madison Square Garden Entertainment", + "name": "Terminix Global Holdings", "exchange": "SPB", - "issueSize": "19459798", + "ipoDate": "2014-06-26T00:00:00Z", + "issueSize": "131981085", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48481,21 +47105,21 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "524b4552-2909-4480-9091-8b603ce76532", + "uid": "e752111d-521f-4e41-85df-50358e62db3d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a32cbca7-eba8-414c-864c-de46dfd4dd62", + "positionUid": "651bd1ea-3fbf-4d74-8948-00cc6437cfc7", "forIisFlag": true, - "first1minCandleDate": "2020-04-21T10:02:00Z", - "first1dayCandleDate": "2020-04-21T07:00:00Z", + "first1minCandleDate": "2020-10-08T13:30:00Z", + "first1dayCandleDate": "2020-10-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TTLK": { - "figi": "BBG000RJL816", - "ticker": "TTLK", + "MTSS": { + "figi": "BBG004S681W1", + "ticker": "MTSS", "classCode": "TQBR", - "isin": "RU000A0HM5C1", - "lot": 1000, + "isin": "RU0007775219", + "lot": 10, "currency": "rub", "klong": { "units": "2", @@ -48507,35 +47131,35 @@ }, "dlong": { "units": "0", - "nano": 284300000 + "nano": 243000000 }, "dshort": { "units": "0", - "nano": 375700000 + "nano": 518100000 }, "dlongMin": { "units": "0", - "nano": 154000000 + "nano": 129900000 }, "dshortMin": { "units": "0", - "nano": 172900000 + "nano": 232100000 }, - "shortEnabledFlag": false, - "name": "Таттелеком", - "exchange": "MOEX", - "ipoDate": "2006-01-12T00:00:00Z", - "issueSize": "20843976400", + "shortEnabledFlag": true, + "name": "\u041c\u0422\u0421", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2004-01-22T00:00:00Z", + "issueSize": "1998381575", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "telecom", - "issueSizePlan": "15885140000", + "issueSizePlan": "1993326138", "nominal": { "currency": "rub", "units": "0", "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48543,64 +47167,80 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "76721c1c-52a9-4b45-987e-d075f651f1b1", + "uid": "cd8063ad-73ad-4b31-bd0d-93138d9e99a2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e80d1280-d512-4755-b48b-1187fd6cb2d8", + "positionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T00:26:00Z", - "first1dayCandleDate": "2007-03-30T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:36:00Z", + "first1dayCandleDate": "2004-02-11T07:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.05 }, - "COF": { - "figi": "BBG000BGKTF9", - "ticker": "COF", + "DV": { + "figi": "BBG00ZNRRJM2", + "ticker": "DV", "classCode": "SPBXM", - "isin": "US14040H1059", + "isin": "US25862V1052", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "DoubleVerify Holdings, Inc.", + "exchange": "SPB", + "issueSize": "157201888", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "700000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 1000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "aab00672-bdc8-4240-9cfc-5578b6788ffd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e80f07ac-8b6d-4325-9a7e-7ea8a16e892a", + "forIisFlag": true, + "first1minCandleDate": "2021-07-09T13:36:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "KDP": { + "figi": "BBG000TJM7F0", + "ticker": "KDP", + "classCode": "SPBXM", + "isin": "US49271V1008", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Capital One", + "name": "Keurig Dr Pepper", "exchange": "SPB", - "ipoDate": "1994-11-15T00:00:00Z", - "issueSize": "478425026", + "ipoDate": "2008-04-28T00:00:00Z", + "issueSize": "1406081521", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48611,20 +47251,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6996bb7d-3a65-456d-96d7-d37e0b3a8b05", + "uid": "06fcb9ef-29c8-4828-992a-9117defe184c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "525244dd-e28a-4320-9cbc-f823a4324f4f", + "positionUid": "764612cc-e145-466b-8998-6a56bdd8caf1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:16:00Z", - "first1dayCandleDate": "1994-11-16T00:00:00Z", + "first1minCandleDate": "2018-08-10T13:31:00Z", + "first1dayCandleDate": "2018-08-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FITB": { - "figi": "BBG000BJL3N0", - "ticker": "FITB", + "QNCX": { + "figi": "BBG00BTK1DT8", + "ticker": "QNCX", "classCode": "SPBXM", - "isin": "US3167731005", + "isin": "US22053A1079", "lot": 1, "currency": "usd", "klong": { @@ -48637,122 +47277,98 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 863100000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 656900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 630000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 630000000 }, - "shortEnabledFlag": false, - "name": "Fifth Third Bancorp", + "shortEnabledFlag": true, + "name": "Quince Therapeutics", "exchange": "SPB", - "issueSize": "655615619", + "issueSize": "29417286", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ee5b6129-78aa-4941-bf19-ed46821551e0", + "uid": "c2bf06ae-3381-4ea7-bbb1-75413adcc15e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fda5d9f3-e11d-439a-b4de-1cbcb198d4b8", + "positionUid": "65ce5993-bb41-4fc9-a2bc-a6db00f1383c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:00:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RIOT": { - "figi": "BBG000BQ4512", - "ticker": "RIOT", + "AM": { + "figi": "BBG00GBNZ4M0", + "ticker": "AM", "classCode": "SPBXM", - "isin": "US7672921050", + "isin": "US03676B1026", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 940500000 - }, - "dshort": { - "units": "2", - "nano": 283300000 - }, - "dlongMin": { - "units": "0", - "nano": 756000000 - }, - "dshortMin": { - "units": "0", - "nano": 812000000 - }, - "shortEnabledFlag": true, - "name": "Riot Blockchain", + "shortEnabledFlag": false, + "name": "Antero Midstream Corp", "exchange": "SPB", - "issueSize": "13417132", + "issueSize": "506641575", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "80245efd-0cdb-48cc-91e1-702b44e98505", + "uid": "4a771b8e-821f-4544-9eeb-6ae9b838d317", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c673e645-fd49-4c85-b494-0dc68d14caf6", + "positionUid": "836e3b99-bfeb-486f-8817-1d5c2071771f", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:32:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:21:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHGG": { - "figi": "BBG0014XR0N5", - "ticker": "CHGG", + "CSCO": { + "figi": "BBG000C3J3C9", + "ticker": "CSCO", "classCode": "SPBXM", - "isin": "US1630921096", + "isin": "US17275R1023", "lot": 1, "currency": "usd", "klong": { @@ -48780,14 +47396,14 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Chegg Inc", - "exchange": "SPB", - "ipoDate": "2013-11-13T00:00:00Z", - "issueSize": "118548013", + "name": "Cisco", + "exchange": "SPB_MORNING", + "ipoDate": "1990-02-16T00:00:00Z", + "issueSize": "4217735917", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "20000000000", "nominal": { "currency": "usd", "units": "0", @@ -48797,27 +47413,27 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d8c913dd-089f-4824-8db8-978e242f48de", + "uid": "a1f28fea-b2ab-46d8-8297-b85297232bf3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "87beba65-73b2-45e5-a118-42a835e64eae", + "positionUid": "80c36ab8-e7e9-41e8-aaa4-ec3759e2419e", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:00:00Z", - "first1dayCandleDate": "2013-11-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:09:00Z", + "first1dayCandleDate": "1990-02-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "YUM": { - "figi": "BBG000BH3GZ2", - "ticker": "YUM", + "GIS": { + "figi": "BBG000BKCFC2", + "ticker": "GIS", "classCode": "SPBXM", - "isin": "US9884981013", + "isin": "US3703341046", "lot": 1, "currency": "usd", "klong": { @@ -48844,19 +47460,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Yum!", - "exchange": "SPB", - "ipoDate": "1948-09-15T00:00:00Z", - "issueSize": "445330577", + "shortEnabledFlag": false, + "name": "General Mills", + "exchange": "SPB_MORNING", + "issueSize": "624536334", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -48869,34 +47484,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c74d943-b2bd-4553-898b-f103ce359f4d", + "uid": "3b2f047f-f03d-4bad-b6cc-74abf6292ebe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dab3ab6b-cff6-4824-94fa-6213131046dc", + "positionUid": "634cc4cb-c0e5-4464-9c28-0d669a138a45", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-09-17T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:24:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ESAB": { - "figi": "BBG0028ZMP45", - "ticker": "ESAB", + "WIX": { + "figi": "BBG005CM7J89", + "ticker": "WIX", "classCode": "SPBXM", - "isin": "US29605J1060", + "isin": "IL0011301780", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ESAB Corporation", - "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "name": "Wix.com Ltd", + "exchange": "SPB_MORNING", + "issueSize": "40324883", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -48909,61 +47524,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "33fdbd38-2fca-448e-aa9c-fb59ffee2cd6", + "uid": "aa1f0368-d93b-443d-9268-7c07f40700e0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e892b0a-9c4a-4516-951f-10eb936d6885", + "positionUid": "8a870eb5-06b1-42dd-b622-d7dea7dbef5d", "forIisFlag": true, - "first1minCandleDate": "2022-04-19T13:20:00Z", - "first1dayCandleDate": "2022-04-19T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MS": { - "figi": "BBG000BLZRJ2", - "ticker": "MS", + "NFE": { + "figi": "BBG00MJH9LC4", + "ticker": "NFE", "classCode": "SPBXM", - "isin": "US6174464486", + "isin": "US6443931000", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Morgan Stanley", + "shortEnabledFlag": false, + "name": "New Fortress Energy", "exchange": "SPB", - "ipoDate": "1986-03-21T00:00:00Z", - "issueSize": "1824561070", + "issueSize": "168738423", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -48974,20 +47564,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d9d6e81-a0d7-4830-9403-d8d331433529", + "uid": "21ee7e94-867e-4d7d-a5f2-42b82b2c8dfc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d41d342c-4e94-4dfe-95c8-a27939d7b406", + "positionUid": "397b8138-2d93-4cd4-bedc-f4256dfad32f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:00:00Z", - "first1dayCandleDate": "1993-02-23T00:00:00Z", + "first1minCandleDate": "2021-06-01T12:34:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NDAQ": { - "figi": "BBG000F5VVB6", - "ticker": "NDAQ", + "FSLY": { + "figi": "BBG004NLQHL0", + "ticker": "FSLY", "classCode": "SPBXM", - "isin": "US6311031081", + "isin": "US31188V1008", "lot": 1, "currency": "usd", "klong": { @@ -49000,58 +47590,58 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 910000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 986000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 700000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 728000000 }, "shortEnabledFlag": true, - "name": "Nasdaq", + "name": "Fastly Inc", "exchange": "SPB", - "issueSize": "164236534", + "issueSize": "11250000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 20000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "350b707e-1353-49c1-b0fa-06118d0fdf78", + "uid": "c29571da-79cc-407c-8cd4-6fd5363714f1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "abea6c75-bfcf-4c1e-91fb-9707cb8eed3e", + "positionUid": "02e43165-4618-4b07-93e5-1e5c74fc26e6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2002-07-01T00:00:00Z", + "first1minCandleDate": "2019-10-31T12:28:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SEDG": { - "figi": "BBG0084BBZY6", - "ticker": "SEDG", + "RRC": { + "figi": "BBG000FVXD63", + "ticker": "RRC", "classCode": "SPBXM", - "isin": "US83417M1045", + "isin": "US75281A1097", "lot": 1, "currency": "usd", "klong": { @@ -49064,7 +47654,7 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", @@ -49072,90 +47662,65 @@ }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", "nano": 322000000 }, "shortEnabledFlag": true, - "name": "SolarEdge Technologies Inc", - "exchange": "SPB", - "ipoDate": "2015-03-26T00:00:00Z", - "issueSize": "42084298", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "green_energy", - "issueSizePlan": "125000000", + "name": "Range Resources", + "exchange": "SPB_MORNING", + "ipoDate": "1980-06-01T00:00:00Z", + "issueSize": "247145294", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "475000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e47801fe-bb1b-4dc2-b27d-c3327e5cb7cd", + "uid": "3e5de5d3-0c9b-4e15-b6bb-898e0dd658f2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f709d740-b9e5-4705-bd75-f9ffc36cbe26", + "positionUid": "58598f0d-c63d-4f54-8197-f90d7329e15b", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2015-03-26T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:15:00Z", + "first1dayCandleDate": "1989-12-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GMKN": { - "figi": "BBG004731489", - "ticker": "GMKN", - "classCode": "TQBR", - "isin": "RU0007288411", + "NJR": { + "figi": "BBG000BPZVW9", + "ticker": "NJR", + "classCode": "SPBXM", + "isin": "US6460251068", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 226800000 - }, - "dshort": { - "units": "0", - "nano": 342100000 - }, - "dlongMin": { - "units": "0", - "nano": 120700000 - }, - "dshortMin": { - "units": "0", - "nano": 158500000 - }, - "shortEnabledFlag": true, - "name": "Норильский никель", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2006-12-12T00:00:00Z", - "issueSize": "153654624", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "190627747", + "currency": "usd", + "shortEnabledFlag": false, + "name": "New Jersey Resources Corp", + "exchange": "SPB", + "issueSize": "87594863", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "150000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "2", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -49164,80 +47729,104 @@ "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "509edd0c-129c-4ee2-934d-7f6246126da1", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "uid": "133a3fdb-e9b2-46c8-a678-ea1178e79c26", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "87866e9f-7355-4ccb-aed9-01ec767f0aef", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2006-12-26T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", - "step": 2.0 + "step": 0.01 }, - "MEI": { - "figi": "BBG000BNY197", - "ticker": "MEI", + "ONEM": { + "figi": "BBG0026ZDDQ0", + "ticker": "ONEM", "classCode": "SPBXM", - "isin": "US5915202007", + "isin": "US68269G1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Methode Electronics Inc", + "name": "1Life Healthcare", "exchange": "SPB", - "issueSize": "36986952", + "issueSize": "122411198", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "17500000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fcc4de4a-2188-494a-bdb5-e412fddbcfb8", + "uid": "bec72a3b-a8e3-418a-b44e-768d1166abb4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b6674952-e31d-45a7-a1f9-c37042b9f0d2", + "positionUid": "c865e820-fecc-483f-af2d-edabb967aecc", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:32:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GEVO": { - "figi": "BBG000P7S7L7", - "ticker": "GEVO", + "CHKP": { + "figi": "BBG000K82ZT8", + "ticker": "CHKP", "classCode": "SPBXM", - "isin": "US3743964062", + "isin": "IL0010824113", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Gevo", + "name": "Check Point Software Technologies Ltd", "exchange": "SPB", - "issueSize": "24194353", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "250000000", + "issueSize": "165975204", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -49248,36 +47837,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7207bed8-24a7-4d8d-8020-e9a81551a825", + "uid": "fca7f735-8c1a-4da3-9d04-1a9274dd50fc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5bbe08de-bf81-4a56-95ba-910da7441352", + "positionUid": "249e8ecc-5a3b-47eb-88bd-059c42e33cec", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:41:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T11:53:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RGEN": { - "figi": "BBG000BS48J3", - "ticker": "RGEN", + "AYX": { + "figi": "BBG000BGZT72", + "ticker": "AYX", "classCode": "SPBXM", - "isin": "US7599161095", + "isin": "US02156B1035", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Repligen Corporation", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 620500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 273000000 + }, + "shortEnabledFlag": true, + "name": "Alteryx Inc", "exchange": "SPB", - "issueSize": "47225369", + "ipoDate": "2017-03-24T00:00:00Z", + "issueSize": "59481720", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -49288,60 +47902,84 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "88886812-cf07-4119-8fde-270bc6d798a1", + "uid": "e7aa2790-bd8a-47a2-a337-b2eae31570e5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25eb195e-c83c-4ffe-a7da-d7944853ef4d", + "positionUid": "ce727ee0-feec-4a8e-9356-4ff506769238", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "2017-03-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FLOW": { - "figi": "BBG007FL7ZD2", - "ticker": "FLOW", + "BILI": { + "figi": "BBG00K7T3037", + "ticker": "BILI", "classCode": "SPBXM", - "isin": "US78469X1072", + "isin": "US0900401060", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "SPX FLOW Inc", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 863100000 + }, + "dshort": { + "units": "1", + "nano": 656900000 + }, + "dlongMin": { + "units": "0", + "nano": 630000000 + }, + "dshortMin": { + "units": "0", + "nano": 630000000 + }, + "shortEnabledFlag": true, + "name": "Bilibili Inc", "exchange": "SPB", - "issueSize": "42533833", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "issueSize": "300647214", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "039052e8-dfcf-43ae-97cd-3b285d9240ff", + "uid": "46fef208-a525-4471-85e5-8fe4cee5f8ec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "15d4331c-51b9-4c89-af2e-64f94f7ba85d", + "positionUid": "97872c5f-6c5e-4c05-af1c-dc3608b0b882", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2015-09-14T00:00:00Z", + "first1minCandleDate": "2019-05-28T11:05:00Z", + "first1dayCandleDate": "2019-05-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SRE": { - "figi": "BBG000C2ZCH8", - "ticker": "SRE", + "MOMO": { + "figi": "BBG007HTCQT0", + "ticker": "MOMO", "classCode": "SPBXM", - "isin": "US8168511090", + "isin": "US4234031049", "lot": 1, "currency": "usd", "klong": { @@ -49368,100 +48006,102 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Sempra Energy", + "shortEnabledFlag": true, + "name": "Hello Group", "exchange": "SPB", - "issueSize": "247580092", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", + "issueSize": "196951769", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8e70462e-f669-493f-9a96-84f0b9a52641", + "uid": "5aed9346-3d45-4202-93dd-704d739adb33", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "02c9589d-46b8-4865-9271-eb6a7d13adcb", + "positionUid": "36e82f4a-652c-49ce-b8af-a66b29c34545", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-06-29T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:54:00Z", + "first1dayCandleDate": "2014-12-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OGE": { - "figi": "BBG000BQGLS5", - "ticker": "OGE", - "classCode": "SPBXM", - "isin": "US6708371033", - "lot": 1, - "currency": "usd", + "TGKN": { + "figi": "BBG000RG4ZQ4", + "ticker": "TGKN", + "classCode": "TQBR", + "isin": "RU000A0H1ES3", + "lot": 1000000, + "currency": "rub", "shortEnabledFlag": false, - "name": "OGE Energy Corp.", - "exchange": "SPB", - "issueSize": "200020017", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "450000000", + "name": "\u0422\u0413\u041a-14", + "exchange": "MOEX", + "ipoDate": "2005-03-17T00:00:00Z", + "issueSize": "1357945609114", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "3100000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 10000 }, "apiTradeAvailableFlag": true, - "uid": "bcb9a977-715b-41f2-acd0-8543825df9c6", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "79ea3c27-38cc-4c43-87bf-c27f3da696ff", + "uid": "41133bf9-9b9d-4d28-8864-9160b57871d1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "318459be-8ee1-40f1-b8f1-9ddf23628b90", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:36:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-03-08T01:49:00Z", + "first1dayCandleDate": "2007-06-09T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 1e-05 }, - "TFX": { - "figi": "BBG000BV59Y6", - "ticker": "TFX", + "CMCO": { + "figi": "BBG000BCWWV0", + "ticker": "CMCO", "classCode": "SPBXM", - "isin": "US8793691069", + "isin": "US1993331057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Teleflex Inc", + "name": "Columbus McKinnon Corp", "exchange": "SPB", - "issueSize": "46154088", + "ipoDate": "1996-02-22T00:00:00Z", + "issueSize": "23354873", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -49472,20 +48112,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4dd2b835-fc57-446d-a3d3-ffc8e9400d47", + "uid": "d974bf08-4b06-4d6c-9f81-1041784d3692", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "043cb872-8db8-4695-8535-11abdfea1c02", + "positionUid": "e15721be-6ace-426a-a720-fedabc1185e2", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1996-02-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HPE": { - "figi": "BBG0078W3NQ3", - "ticker": "HPE", + "BKR": { + "figi": "BBG00GBVBK51", + "ticker": "BKR", "classCode": "SPBXM", - "isin": "US42824C1099", + "isin": "US05722G1004", "lot": 1, "currency": "usd", "klong": { @@ -49498,32 +48138,32 @@ }, "dlong": { "units": "0", - "nano": 559100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 336000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Hewlett Packard Enterprise", - "exchange": "SPB", - "issueSize": "1308050014", + "name": "Baker Hughes", + "exchange": "SPB_MORNING", + "issueSize": "828487126", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -49536,60 +48176,85 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "47dc97ff-5e1d-451e-bdbc-9e2fc1660a77", + "uid": "009058ab-f153-4bce-b7f4-a195147c2c72", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c6d46e51-8b06-43b5-bcaa-bf35d34a333f", + "positionUid": "617384e1-c45a-4287-a318-2e877998fbac", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:30:00Z", - "first1dayCandleDate": "2015-10-19T00:00:00Z", + "first1minCandleDate": "2019-10-21T13:30:00Z", + "first1dayCandleDate": "2019-10-21T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WPC": { - "figi": "BBG000BCQM58", - "ticker": "WPC", - "classCode": "SPBXM", - "isin": "US92936U1097", + "TRNFP": { + "figi": "BBG00475KHX6", + "ticker": "TRNFP", + "classCode": "TQBR", + "isin": "RU0009091573", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "WP Carey REIT", - "exchange": "SPB", - "issueSize": "106280575", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "450000000", - "nominal": { - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 1000000 + "nano": 220600000 + }, + "dshort": { + "units": "0", + "nano": 307000000 + }, + "dlongMin": { + "units": "0", + "nano": 117200000 + }, + "dshortMin": { + "units": "0", + "nano": 143200000 + }, + "shortEnabledFlag": true, + "name": "\u0422\u0440\u0430\u043d\u0441\u043d\u0435\u0444\u0442\u044c - \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2007-12-20T00:00:00Z", + "issueSize": "1554875", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "1554875", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "50", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "4dea0a7b-2ba0-4929-b5cc-9e22df091ec5", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7336a5f5-5ddc-474e-ae81-7c0a45e24f52", + "uid": "653d47e9-dbd4-407a-a1c3-47f897df4694", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d154098b-135b-4df9-ab3a-e719459debc3", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:57:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:35:00Z", + "first1dayCandleDate": "2002-05-22T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 50.0 }, - "IBM": { - "figi": "BBG000BLNNH6", - "ticker": "IBM", + "VFC": { + "figi": "BBG000BWCKB6", + "ticker": "VFC", "classCode": "SPBXM", - "isin": "US4592001014", + "isin": "US9182041080", "lot": 1, "currency": "usd", "klong": { @@ -49617,18 +48282,17 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "IBM", - "exchange": "SPB", - "ipoDate": "1915-11-11T00:00:00Z", - "issueSize": "896320073", + "name": "VF", + "exchange": "SPB_MORNING", + "issueSize": "109919168", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "4687500000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -49641,141 +48305,206 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca370ca5-e42b-44e4-a0a5-daf5e51d02a7", + "uid": "422c0980-f048-440a-a11b-e4ad7e2e336d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b70a8cfc-90c1-4a66-8c39-f6239705b2fe", + "positionUid": "6e5f5d24-e89e-49db-a89c-03085d093bce", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:51:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CVGW": { - "figi": "BBG000BGPQW1", - "ticker": "CVGW", + "BTI": { + "figi": "BBG000BWPXQ8", + "ticker": "BTI", "classCode": "SPBXM", - "isin": "US1282461052", + "isin": "US1104481072", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Calavo Growers Inc", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "British American Tobacco", "exchange": "SPB", - "issueSize": "17543428", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "2294627635", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", "sector": "consumer", - "issueSizePlan": "100000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d56b4115-b8de-460e-99cb-bbb8b91daa40", + "uid": "eb1c260c-23d8-4774-b38e-89b22c894997", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "00af093c-8e23-43a4-8c1c-aeb0799ac903", + "positionUid": "28dca55e-365e-4037-91b2-011dcc9e5a2d", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2002-03-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:51:00Z", + "first1dayCandleDate": "1998-09-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NTCT": { - "figi": "BBG000C136Z8", - "ticker": "NTCT", + "RKKE": { + "figi": "BBG000LWNRP3", + "ticker": "RKKE", + "classCode": "TQBR", + "isin": "RU0009095939", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0420\u041a\u041a \u042d\u043d\u0435\u0440\u0433\u0438\u044f \u0438\u043c.\u0421.\u041f.\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0430", + "exchange": "MOEX", + "ipoDate": "1998-12-30T00:00:00Z", + "issueSize": "1843713", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "1123734", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "303100b7-4c5c-4fea-8834-d0b675855527", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cce24cd7-1ea3-4a0b-88dd-b6d80c168476", + "forIisFlag": true, + "first1minCandleDate": "2018-03-10T03:00:00Z", + "first1dayCandleDate": "2008-06-11T00:00:00Z", + "type": "Shares", + "step": 10.0 + }, + "OI": { + "figi": "BBG00R2JZG39", + "ticker": "OI", "classCode": "SPBXM", - "isin": "US64115T1043", + "isin": "US67098H1041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NetScout Systems Inc", - "exchange": "SPB", - "ipoDate": "1999-08-11T00:00:00Z", - "issueSize": "74838047", + "name": "O-I Glass", + "exchange": "SPB_MORNING", + "issueSize": "215083000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a406e86c-d50b-45d6-ac6c-39256044515b", + "uid": "09402b55-864f-4507-8c8f-a1304e20cfdb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b29add8f-6820-46e6-a758-529eba202df6", + "positionUid": "6f47140d-1fa7-4b40-9fc1-c4eea4fde1ec", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:33:00Z", + "first1dayCandleDate": "1991-12-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CIEN": { - "figi": "BBG000BP1152", - "ticker": "CIEN", + "EXP": { + "figi": "BBG000BJW241", + "ticker": "EXP", "classCode": "SPBXM", - "isin": "US1717793095", + "isin": "US26969P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ciena Corp", + "name": "Eagle Materials Inc", "exchange": "SPB", - "issueSize": "134754004", + "ipoDate": "1994-04-12T00:00:00Z", + "issueSize": "45898591", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "290000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd44b94d-d9c1-48bf-bf9b-6197feac8f85", + "uid": "223963bb-3b20-4f70-b6b1-3ad220364f54", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "afd4d90c-6e0e-4a0d-869a-16907f556535", + "positionUid": "257510f4-7574-4afe-a7a7-0a67d0ae7328", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T09:22:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1994-04-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DLR": { - "figi": "BBG000Q5ZRM7", - "ticker": "DLR", + "DHI": { + "figi": "BBG000DQTXY6", + "ticker": "DHI", "classCode": "SPBXM", - "isin": "US2538681030", + "isin": "US23331A1097", "lot": 1, "currency": "usd", "klong": { @@ -49802,15 +48531,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Digital Realty REIT", - "exchange": "SPB", - "ipoDate": "2004-10-29T00:00:00Z", - "issueSize": "159774915", + "shortEnabledFlag": true, + "name": "D.R. Horton", + "exchange": "SPB_MORNING", + "ipoDate": "1992-06-05T00:00:00Z", + "issueSize": "357183972", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "265000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -49821,120 +48550,105 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9e868c6-8fb8-4144-bef6-8ca49fbe4c8e", + "uid": "c38b8e00-b8b7-4b1c-9eeb-07fb557e57c9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c171423c-a06b-46f6-80c4-fd8135aca51d", + "positionUid": "077cdcee-9a8d-4046-b752-858844410a86", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2004-10-29T00:00:00Z", + "first1dayCandleDate": "1992-06-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BHF": { - "figi": "BBG00DYPZ4T0", - "ticker": "BHF", + "SXT": { + "figi": "BBG000J79P80", + "ticker": "SXT", "classCode": "SPBXM", - "isin": "US10922N1037", + "isin": "US81725T1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Brighthouse Financial", + "name": "Sensient Technologies Corp", "exchange": "SPB", - "issueSize": "96776670", + "ipoDate": "1970-12-01T00:00:00Z", + "issueSize": "42336473", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd9afa92-c198-46dd-8105-ab1c439a4807", + "uid": "beaca09b-acb4-47cb-baf8-4d6c89d302e0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f9ee134f-2cc0-4090-8e53-abcc8d4c835c", + "positionUid": "8f9acc05-5509-4319-a6df-95bb48afd6ff", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2017-07-17T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:42:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SWBI": { - "figi": "BBG000BM0QL7", - "ticker": "SWBI", + "EXC": { + "figi": "BBG000J6XT05", + "ticker": "EXC", "classCode": "SPBXM", - "isin": "US8317541063", + "isin": "US30161N1019", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Smith & Wesson Brands", - "exchange": "SPB", - "issueSize": "1000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "2487445c-40ee-4a80-a0d7-b83841734465", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e7f2425-4134-48c7-8c5a-5c0e1470221b", - "forIisFlag": true, - "first1minCandleDate": "2020-06-02T11:41:00Z", - "first1dayCandleDate": "2020-06-02T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "GBCI": { - "figi": "BBG000C3KB84", - "ticker": "GBCI", - "classCode": "SPBXM", - "isin": "US37637Q1058", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Glacier Ban", - "exchange": "SPB", - "issueSize": "92187453", + "name": "Exelon Corporation", + "exchange": "SPB_MORNING", + "issueSize": "961000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "117187500", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -49947,37 +48661,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fc996bf6-27ab-4e40-9c01-da2a6149b39b", + "uid": "7549a423-33f3-430e-8974-684c18eaf83d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "73fab037-92ab-46aa-9a8f-a42c1c65445d", + "positionUid": "96af9931-10e8-4844-95f6-4e9426a410a3", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MSRS": { - "figi": "BBG004S687G6", - "ticker": "MSRS", + "LSNG": { + "figi": "BBG000NLC9Z6", + "ticker": "LSNG", "classCode": "TQBR", - "isin": "RU000A0ET7Y7", - "lot": 1000, + "isin": "RU0009034490", + "lot": 100, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 289000000 + }, + "dshort": { + "units": "0", + "nano": 431100000 + }, + "dlongMin": { + "units": "0", + "nano": 156800000 + }, + "dshortMin": { + "units": "0", + "nano": 196300000 + }, "shortEnabledFlag": false, - "name": "МОЭСК", + "name": "\u041b\u0435\u043d\u044d\u043d\u0435\u0440\u0433\u043e", "exchange": "MOEX", - "ipoDate": "2005-05-31T00:00:00Z", - "issueSize": "48707091574", + "ipoDate": "2003-06-27T00:00:00Z", + "issueSize": "8523785320", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "utilities", - "issueSizePlan": "28249359700", + "issueSizePlan": "766035008", "nominal": { "currency": "rub", - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -49985,63 +48723,63 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "019029c2-6634-4536-a980-389575e09b74", + "uid": "02bdfa7c-ae6c-4cbd-9784-f3457dfdcedc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3bc64968-dc11-4746-8c36-b63eac64f30f", + "positionUid": "89b9521b-b805-46c9-ac34-5ea1ce617559", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:47:00Z", - "first1dayCandleDate": "2006-02-15T00:00:00Z", + "first1minCandleDate": "2018-03-07T19:28:00Z", + "first1dayCandleDate": "2000-01-18T00:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.01 }, - "NVST": { - "figi": "BBG00LN4B5N0", - "ticker": "NVST", + "WABC": { + "figi": "BBG000DD3KP1", + "ticker": "WABC", "classCode": "SPBXM", - "isin": "US29415F1049", + "isin": "US9570901036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Envista Holdings", + "name": "Westamerica Bancorporation", "exchange": "SPB", - "issueSize": "154636000", + "issueSize": "26939348", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ed6e882e-78f0-42b1-afca-bc0c0aa8844b", + "uid": "7165ff7c-77a9-4ad7-9652-0302ecfa5d4c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ea0de63a-38f3-4373-96bb-936be04faebf", + "positionUid": "2745ba4d-47d1-4a87-b628-e18bd4a853e7", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:32:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:29:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "Z": { - "figi": "BBG009NRSWJ4", - "ticker": "Z", + "LUV": { + "figi": "BBG000BNJHS8", + "ticker": "LUV", "classCode": "SPBXM", - "isin": "US98954M2008", + "isin": "US8447411088", "lot": 1, "currency": "usd", "klong": { @@ -50058,7 +48796,7 @@ }, "dshort": { "units": "0", - "nano": 532600000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -50066,141 +48804,127 @@ }, "dshortMin": { "units": "0", - "nano": 238000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Zillow Group Inc", - "exchange": "SPB", - "issueSize": "140633463", + "name": "Southwest Airlines", + "exchange": "SPB_MORNING", + "ipoDate": "1971-06-08T00:00:00Z", + "issueSize": "591644557", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d89342a-7a43-4477-847d-0f79c2d4c305", + "uid": "12f13bce-bbc6-4bd9-a664-0f1414419718", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d2528054-856e-4ddd-abb8-cf38cd00243e", + "positionUid": "9325dd9c-6ce7-4af1-bfbb-edafce386b32", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:01:00Z", - "first1dayCandleDate": "2015-08-03T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SIGI": { - "figi": "BBG000BSZ738", - "ticker": "SIGI", - "classCode": "SPBXM", - "isin": "US8163001071", - "lot": 1, - "currency": "usd", + "RENI": { + "figi": "BBG00QKJSX05", + "ticker": "RENI", + "classCode": "TQBR", + "isin": "RU000A0ZZM04", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Selective Insurance Group", - "exchange": "SPB", - "issueSize": "59670192", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "\u0420\u0435\u043d\u0435\u0441\u0441\u0430\u043d\u0441 \u0421\u0442\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u0435", + "exchange": "MOEX", + "ipoDate": "2018-08-06T00:00:00Z", + "issueSize": "556952780", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueSizePlan": "360000000", + "issueSizePlan": "409680053", "nominal": { - "currency": "usd", - "units": "2", - "nano": 0 + "currency": "rub", + "units": "9", + "nano": 880000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2ac54e4-f364-4130-ac1d-5bb980bc2734", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "89011ee2-d258-463e-a95f-ceb32514a638", + "uid": "a57d3a52-63d5-417b-b66d-c6114587f0ea", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9cad2776-d83e-4d56-b0e8-58125e4e1600", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-10-21T06:59:00Z", + "first1dayCandleDate": "2021-10-21T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TPX": { - "figi": "BBG000PXGT62", - "ticker": "TPX", + "PEG": { + "figi": "BBG000BQZMH4", + "ticker": "PEG", "classCode": "SPBXM", - "isin": "US88023U1016", + "isin": "US7445731067", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Tempur Sealy International Inc", - "exchange": "SPB", - "ipoDate": "2003-12-18T00:00:00Z", - "issueSize": "54731458", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "300000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "f8a1293a-86e5-49bc-8fad-8e7ba483ad53", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5d52334-7d59-4b32-9772-dad23b7e648b", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "2003-12-18T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "NYCB": { - "figi": "BBG000BVXPZ8", - "ticker": "NYCB", - "classCode": "SPBXM", - "isin": "US6494451031", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "New York Community Bancorp", - "exchange": "SPB", - "issueSize": "490393912", + "name": "Public Service Enterprise Group", + "exchange": "SPB_MORNING", + "ipoDate": "1948-03-31T00:00:00Z", + "issueSize": "505961856", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -50213,22 +48937,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbdd864a-811f-4d80-ab0c-e7a498e6a960", + "uid": "3b2a6587-0613-439f-af50-66fdcf428e0f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7b0930d9-4077-432f-955f-e5ff0cc25b7b", + "positionUid": "47a0e50d-c3b7-447e-89f9-2673ec14a389", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:38:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "QIWI": { - "figi": "BBG005D1WCQ1", - "ticker": "QIWI", - "classCode": "TQBR", - "isin": "US74735M1080", + "SYF": { + "figi": "BBG00658F3P3", + "ticker": "SYF", + "classCode": "SPBXM", + "isin": "US87165B1035", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -50239,75 +48963,76 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "QIWI", - "exchange": "MOEX", - "ipoDate": "2013-05-03T00:00:00Z", - "issueSize": "52299453", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueSizePlan": "0", + "name": "Synchrony Financial", + "exchange": "SPB_MORNING", + "ipoDate": "2014-07-31T00:00:00Z", + "issueSize": "754756608", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "120a928b-b2d6-45d7-a445-f6e49614ae6d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2f317f60-7232-4ef3-9cb2-f2a217469f56", + "uid": "e68aacb3-fd50-407e-ae7f-72d8c1a1b31b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a7d27e8c-2fe7-43e3-bfa8-5a7165eefbec", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:07:00Z", - "first1dayCandleDate": "2013-10-08T00:00:00Z", - "type": "Shares", - "step": 0.5 + "first1minCandleDate": "2018-01-23T13:48:00Z", + "first1dayCandleDate": "2014-07-31T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "WWD": { - "figi": "BBG000BD53V2", - "ticker": "WWD", + "INFO": { + "figi": "BBG006G063F9", + "ticker": "INFO", "classCode": "SPBXM", - "isin": "US9807451037", + "isin": "BMG475671050", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Woodward Inc", + "name": "IHS Markit", "exchange": "SPB", - "issueSize": "61272503", + "ipoDate": "2014-06-19T00:00:00Z", + "issueSize": "399748336", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "150000000", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1455000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -50318,77 +49043,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6596db8c-816c-4699-a2e1-a7f2eaa2a7e4", + "uid": "892572c2-a9c9-42d5-80b4-64653238799a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc4b9017-4c8e-4ea5-964a-fa23278caea5", + "positionUid": "b7220b98-0c3f-4bc2-b11d-e1b33ad68116", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1994-04-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2014-06-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IRKT": { - "figi": "BBG000FWGSZ5", - "ticker": "IRKT", - "classCode": "TQBR", - "isin": "RU0006752979", - "lot": 100, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Корпорация ИРКУТ", - "exchange": "MOEX", - "ipoDate": "2002-08-15T00:00:00Z", - "issueSize": "2085163865", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "791051875", - "nominal": { - "currency": "rub", - "units": "3", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 20000000 - }, - "apiTradeAvailableFlag": true, - "uid": "cfb50a23-2465-497e-bc7e-e4f0e042cf3d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1a583ddf-b4af-426b-890f-2749767a8379", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:42:00Z", - "first1dayCandleDate": "2004-03-09T00:00:00Z", - "type": "Shares", - "step": 0.02 - }, - "NEOG": { - "figi": "BBG000C1BCK2", - "ticker": "NEOG", + "ADUS": { + "figi": "BBG000NJGX84", + "ticker": "ADUS", "classCode": "SPBXM", - "isin": "US6404911066", + "isin": "US0067391062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Neogen Corp", + "name": "Addus HomeCare Corp", "exchange": "SPB", - "issueSize": "52081876", + "ipoDate": "2014-01-24T00:00:00Z", + "issueSize": "15559260", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "60000000", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", - "nano": 160000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -50399,175 +49084,71 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "20b3b78f-c8b9-46a8-b2a2-216b9b452375", + "uid": "f62bc722-5133-4100-b5f6-36ee77752765", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d16581c-87c6-47c4-873a-5b2b295f5e8e", + "positionUid": "ba387d3c-3128-42c1-bcb9-96562c47056b", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1992-06-15T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DMTK": { - "figi": "BBG00H19F184", - "ticker": "DMTK", + "SSD": { + "figi": "BBG000JLC8L8", + "ticker": "SSD", "classCode": "SPBXM", - "isin": "US24984K1051", + "isin": "US8290731053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "DermTech", + "name": "Simpson Manufacturing Co Inc", "exchange": "SPB", - "issueSize": "28755668", + "ipoDate": "1994-05-25T00:00:00Z", + "issueSize": "46324848", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "160000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "ef564947-cf66-42cf-aa73-45b2d817952d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a61dfb9d-929a-4f11-9e72-3f591ec44dd6", - "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:13:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ISKJ": { - "figi": "BBG000N16BP3", - "ticker": "ISKJ", - "classCode": "TQBR", - "isin": "RU000A0JNAB6", - "lot": 10, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 368800000 - }, - "dshort": { - "units": "1", - "nano": 132500000 - }, - "dlongMin": { - "units": "0", - "nano": 205500000 - }, - "dshortMin": { - "units": "0", - "nano": 460300000 - }, - "shortEnabledFlag": false, - "name": "ИСКЧ", - "exchange": "MOEX", - "ipoDate": "2004-01-12T00:00:00Z", - "issueSize": "85000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueSizePlan": "60000000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 100000000 - }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 20000000 - }, - "apiTradeAvailableFlag": true, - "uid": "6c97b684-ae84-435c-96fd-e20dc9197999", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2fd47398-1dc5-4c45-b887-08fd6cbf678d", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:53:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", - "type": "Shares", - "step": 0.02 - }, - "NUVA": { - "figi": "BBG000LNL298", - "ticker": "NUVA", - "classCode": "SPBXM", - "isin": "US6707041058", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "NuVasive Inc", - "exchange": "SPB", - "ipoDate": "2004-05-13T00:00:00Z", - "issueSize": "51885880", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8e53d5f4-7506-473b-b7fb-27572d972cea", + "uid": "f55b5133-ddda-400f-905d-7b432427d3f9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d874c69-19dc-4e57-ae1f-a8c8117234cd", + "positionUid": "9263cb63-3008-4ef8-b355-e97abdd59ab4", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2004-05-13T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:36:00Z", + "first1dayCandleDate": "1994-05-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APLE": { - "figi": "BBG006473QX9", - "ticker": "APLE", + "HRB": { + "figi": "BBG000BLDV98", + "ticker": "HRB", "classCode": "SPBXM", - "isin": "US03784Y2000", + "isin": "US0936711052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Apple Hospitality REIT", - "exchange": "SPB", - "issueSize": "230339578", + "name": "H&R Block", + "exchange": "SPB_MORNING", + "ipoDate": "1962-02-13T00:00:00Z", + "issueSize": "276359906", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "800000000", "nominal": { "currency": "usd", @@ -50585,34 +49166,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a16bcbde-db7c-4c96-bd26-760d6bce9f53", + "uid": "c3a9ab86-dab2-461f-81f4-4745f86b610d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e473cb93-c635-4c3e-809c-721ef31da5be", + "positionUid": "27e0e238-6b18-4fed-8ea4-893bbd83d71a", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T13:21:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:26:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CHH": { - "figi": "BBG000BPBTL2", - "ticker": "CHH", + "OLN": { + "figi": "BBG000BQHTV3", + "ticker": "OLN", "classCode": "SPBXM", - "isin": "US1699051066", + "isin": "US6806652052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Choice Hotels International In", - "exchange": "SPB", - "issueSize": "55708652", + "name": "Olin Corp", + "exchange": "SPB_MORNING", + "issueSize": "164298223", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "160000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -50625,36 +49206,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d8a90dc-3610-40a9-abe1-190dc86d38e0", + "uid": "47f08969-f471-4496-b591-dce0681ed565", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "194a8fad-3141-413f-9731-6741b978d802", + "positionUid": "de398e44-a470-4c04-b3f2-fdd03bc13c33", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VTSC@DE": { - "figi": "BBG00ZVC67K7", - "ticker": "VTSC@DE", - "classCode": "SPBDE", - "isin": "DE000VTSC017", + "ALTR": { + "figi": "BBG000PN9NB9", + "ticker": "ALTR", + "classCode": "SPBXM", + "isin": "US0213691035", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Vitesco Technologies Group AG", - "exchange": "SPB_DE", - "issueSize": "40001196", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "electrocars", - "issueSizePlan": "0", + "name": "Altair Engineering Inc", + "exchange": "SPB", + "ipoDate": "1996-11-14T00:00:00Z", + "issueSize": "9387512000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "76000000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -50665,84 +49247,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9d60c92f-05f4-4e4a-8ffa-404bcc3900af", + "uid": "00d4ea14-27dd-46b0-a726-a9b0a7e8c683", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c75eb23e-3114-4888-9975-0e9eeb45ce90", + "positionUid": "26fbf80d-a308-468a-8f08-89ff6185e8ef", "forIisFlag": true, - "first1minCandleDate": "2021-10-11T07:55:00Z", - "first1dayCandleDate": "2021-10-14T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OZON": { - "figi": "BBG00Y91R9T3", - "ticker": "OZON", - "classCode": "TQBR", - "isin": "US69269L1044", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 999600000 - }, - "dshort": { - "units": "2", - "nano": 920400000 - }, - "dlongMin": { - "units": "0", - "nano": 980000000 - }, - "dshortMin": { - "units": "0", - "nano": 980000000 - }, - "shortEnabledFlag": true, - "name": "Ozon Holdings PLC", - "exchange": "MOEX", - "issueSize": "216413733", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { - "units": "0", - "nano": 500000000 - }, - "apiTradeAvailableFlag": true, - "uid": "35fb8d6b-ed5f-45ca-b383-c4e3752c9a8a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", - "forIisFlag": true, - "first1minCandleDate": "2020-11-24T15:30:00Z", - "first1dayCandleDate": "2020-11-24T07:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "SPCE": { - "figi": "BBG00HTN2CQ3", - "ticker": "SPCE", + "VLO": { + "figi": "BBG000BBGGQ1", + "ticker": "VLO", "classCode": "SPBXM", - "isin": "US92766K1060", + "isin": "US91913Y1001", "lot": 1, "currency": "usd", "klong": { @@ -50755,74 +49273,76 @@ }, "dlong": { "units": "0", - "nano": 595500000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 521700000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 364000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 588000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Virgin Galactic Holdings Inc Class A", - "exchange": "SPB_WEEKEND", - "issueSize": "257260827", + "name": "Valero Energy Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1980-01-02T00:00:00Z", + "issueSize": "521245037", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "550000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9407cd7-27ac-4e79-875a-5feedd487e23", + "uid": "a346442c-7235-43ee-bbe0-ca2555a955c4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a2916667-8de7-4192-93a5-2b20f3b65469", + "positionUid": "4a6f726a-370b-48c4-adea-ef7e206b845d", "forIisFlag": true, - "first1minCandleDate": "2020-09-22T11:48:00Z", - "first1dayCandleDate": "2020-09-22T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:07:00Z", + "first1dayCandleDate": "1997-08-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VOW3@DE": { - "figi": "BBG000BFCS17", - "ticker": "VOW3@DE", - "classCode": "SPBDE", - "isin": "DE0007664039", + "MOV": { + "figi": "BBG000BL30Y9", + "ticker": "MOV", + "classCode": "SPBXM", + "isin": "US6245801062", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Volkswagen AG", - "exchange": "SPB_DE", - "issueSize": "180642042", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", + "name": "Movado Group Inc", + "exchange": "SPB", + "ipoDate": "1993-09-29T00:00:00Z", + "issueSize": "16397399", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "100000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -50833,22 +49353,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5152007d-e5ab-4c92-ae42-1e89d926d142", + "uid": "f2e84e28-2630-410b-8c39-31fa3c4a4790", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7d51b30-ccd7-4389-b4fb-de269226856f", + "positionUid": "0e7ffc1f-17fc-4c5a-bb5e-cdb1c564ec60", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:02:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:34:00Z", + "first1dayCandleDate": "1993-09-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FFIV": { - "figi": "BBG000CXYSZ6", - "ticker": "FFIV", - "classCode": "SPBXM", - "isin": "US3156161024", - "lot": 1, - "currency": "usd", + "MRKC": { + "figi": "BBG000VH7TZ8", + "ticker": "MRKC", + "classCode": "TQBR", + "isin": "RU000A0JPPL8", + "lot": 1000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -50859,35 +49379,76 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 281200000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 339800000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 152200000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 157500000 }, "shortEnabledFlag": false, - "name": "F5", + "name": "\u0420\u043e\u0441\u0441\u0435\u0442\u0438 \u0426\u0435\u043d\u0442\u0440", + "exchange": "MOEX", + "ipoDate": "2005-03-24T00:00:00Z", + "issueSize": "42217941468", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 200000 + }, + "apiTradeAvailableFlag": true, + "uid": "e79680ec-c32b-4b14-bf6f-8ef6e143a41b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7274d5e4-99a2-4191-8759-b0505ad6f46f", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:09:00Z", + "first1dayCandleDate": "2008-08-18T00:00:00Z", + "type": "Shares", + "step": 0.0002 + }, + "GKOS": { + "figi": "BBG000WG2LQ1", + "ticker": "GKOS", + "classCode": "SPBXM", + "isin": "US3773221029", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Glaukos Corp", "exchange": "SPB", - "ipoDate": "1999-06-03T00:00:00Z", - "issueSize": "64787647", + "ipoDate": "2013-12-03T00:00:00Z", + "issueSize": "36927816", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -50898,37 +49459,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4d239b3-f2ab-4bea-abe7-b7913615f51a", + "uid": "dd96f60c-26fe-402f-9c98-5ce15c7b7892", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "837a7c09-e7ff-4771-bdbc-70fb48b9e339", + "positionUid": "748e19e1-21fe-42fd-8fee-b4186a05805b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1999-06-04T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:33:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GPI": { - "figi": "BBG000BB88K4", - "ticker": "GPI", + "HIBB": { + "figi": "BBG000H001V3", + "ticker": "HIBB", "classCode": "SPBXM", - "isin": "US3989051095", + "isin": "US4285671016", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Group 1 Automotive Inc", + "name": "Hibbett, Inc.", "exchange": "SPB", - "ipoDate": "1997-10-29T00:00:00Z", - "issueSize": "18518069", + "issueSize": "16012057", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "50000000", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -50939,20 +49499,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d4cd905-d2d0-43d9-aacb-326b7c8b4546", + "uid": "369ed4e4-f437-47d8-abd4-c870a06b3b83", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fa95b49f-5107-4474-82b2-0ebdf785776b", + "positionUid": "d41e791a-a568-4d00-abfd-0114d7c13a01", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "1997-10-30T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EFX": { - "figi": "BBG000BHPL78", - "ticker": "EFX", + "EPAM": { + "figi": "BBG000MHTV89", + "ticker": "EPAM", "classCode": "SPBXM", - "isin": "US2944291051", + "isin": "US29414B1044", "lot": 1, "currency": "usd", "klong": { @@ -50969,7 +49529,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 822500000 }, "dlongMin": { "units": "0", @@ -50977,86 +49537,63 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 350000000 }, - "shortEnabledFlag": false, - "name": "Equifax", + "shortEnabledFlag": true, + "name": "EPAM Systems", "exchange": "SPB", - "issueSize": "118475619", + "ipoDate": "2012-02-08T00:00:00Z", + "issueSize": "46502771", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 250000000 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "68f42820-44ad-4e17-a8b3-30401d51ad30", + "uid": "c32c2e04-62ae-437b-a259-a611760f1388", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "29857eff-cad0-4109-ad92-a82c93eba769", + "positionUid": "8cbfb476-59d1-4acb-b0f1-c9a856fb1b08", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:34:00Z", + "first1dayCandleDate": "2012-02-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SPOT": { - "figi": "BBG003T4VFC2", - "ticker": "SPOT", + "AMBA": { + "figi": "BBG001QZCPJ2", + "ticker": "AMBA", "classCode": "SPBXM", - "isin": "LU1778762911", + "isin": "KYG037AX1015", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, - "shortEnabledFlag": true, - "name": "Spotify Technology SA", + "shortEnabledFlag": false, + "name": "Ambarella", "exchange": "SPB", - "issueSize": "178149800", - "countryOfRisk": "SE", - "countryOfRiskName": "Королевство Швеция", - "sector": "telecom", - "issueSizePlan": "0", + "issueSize": "32699784", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 625000 + "nano": 450000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51067,99 +49604,74 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34f5aa05-5b8c-44a4-a4cd-37645fd0d4c6", + "uid": "3ae1337e-0e3f-4dbd-9363-3d0d15611b4e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df0bb612-6d4a-4890-9d8e-0ccd8daa08ba", + "positionUid": "7ef1a415-4443-4f72-8a1e-60ca76ef2889", "forIisFlag": true, - "first1minCandleDate": "2020-09-22T12:28:00Z", - "first1dayCandleDate": "2018-04-03T00:00:00Z", + "first1minCandleDate": "2022-01-28T12:40:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ARE": { - "figi": "BBG000BC33T9", - "ticker": "ARE", + "UTL": { + "figi": "BBG000BW7X97", + "ticker": "UTL", "classCode": "SPBXM", - "isin": "US0152711091", + "isin": "US9132591077", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Alexandria Real Estate Equities REIT", + "shortEnabledFlag": false, + "name": "Unitil Corporation", "exchange": "SPB", - "ipoDate": "1997-05-27T00:00:00Z", - "issueSize": "107526601", + "issueSize": "14997329", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f7c1e4e2-f1fb-4de1-b2dc-4fc0be727f56", + "uid": "87f7beec-a1d5-45b6-a5d6-d46b3027953d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d2199be9-64ca-4605-b56c-80123556f449", + "positionUid": "8778653f-8d32-4641-aaf6-3d4d7ea6ef20", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-05-28T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:34:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CC": { - "figi": "BBG005H82GB2", - "ticker": "CC", + "KBH": { + "figi": "BBG000BMLWX8", + "ticker": "KBH", "classCode": "SPBXM", - "isin": "US1638511089", + "isin": "US48666K1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Chemours Company", - "exchange": "SPB", - "issueSize": "184800961", + "name": "KB Home", + "exchange": "SPB_MORNING", + "issueSize": "86500307", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -51172,36 +49684,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c75cf395-bb31-415e-a56f-b5b18f2d165a", + "uid": "43f3f30b-77cc-4145-a524-f0f0b269f3a8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1f89d32a-f0e6-4a50-a1be-255dc3bd95c1", + "positionUid": "feff22ea-da03-4ffa-b1ef-64e1bea00fc4", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:20:00Z", + "first1minCandleDate": "2020-12-04T14:33:00Z", "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TASK": { - "figi": "BBG009CL6VK3", - "ticker": "TASK", + "NVST": { + "figi": "BBG00LN4B5N0", + "ticker": "NVST", "classCode": "SPBXM", - "isin": "US87652V1098", + "isin": "US29415F1049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TaskUs", + "name": "Envista Holdings", "exchange": "SPB", - "issueSize": "15180000", + "issueSize": "154636000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51212,61 +49724,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d02e057b-3535-4e41-bfff-814b86cf2490", + "uid": "ed6e882e-78f0-42b1-afca-bc0c0aa8844b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "09a67947-4782-48ca-814b-282361dff2cd", + "positionUid": "ea0de63a-38f3-4373-96bb-936be04faebf", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:43:00Z", + "first1minCandleDate": "2021-11-10T12:32:00Z", "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QTWO": { - "figi": "BBG005ZVK9P2", - "ticker": "QTWO", + "CCK": { + "figi": "BBG000BF6756", + "ticker": "CCK", "classCode": "SPBXM", - "isin": "US74736L1098", + "isin": "US2283681060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Q2 Holdings Inc", + "name": "Crown Holdings Inc", "exchange": "SPB", - "ipoDate": "1984-02-01T00:00:00Z", - "issueSize": "48155730", + "ipoDate": "1929-05-09T00:00:00Z", + "issueSize": "134307645", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "5", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "71e3ff4d-6c83-4213-b5d6-4ec1f2d94a0f", + "uid": "1c4e505d-8ea6-4493-a21f-1e8609e925b1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1a155b1e-ffec-4c1d-abdf-9d29683fe09b", + "positionUid": "e3ac2b8e-7951-4110-866f-b019a324ee83", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SPLK": { - "figi": "BBG001C7TST4", - "ticker": "SPLK", + "AFL": { + "figi": "BBG000BBBNC6", + "ticker": "AFL", "classCode": "SPBXM", - "isin": "US8486371045", + "isin": "US0010551028", "lot": 1, "currency": "usd", "klong": { @@ -51294,44 +49806,44 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Splunk", - "exchange": "SPB", - "ipoDate": "2012-04-19T00:00:00Z", - "issueSize": "161545802", + "name": "Aflac Incorporated", + "exchange": "SPB_MORNING", + "ipoDate": "1974-06-14T00:00:00Z", + "issueSize": "393149620", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a31eef09-e57b-42a0-9b45-22dd7f9b9671", + "uid": "f2427414-2e63-4f97-a739-c85df6e4fc93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "91406cbc-e31b-40af-b256-46057fee7d42", + "positionUid": "89d73ff1-185a-4f27-84b4-9e2f03272e2e", "forIisFlag": true, - "first1minCandleDate": "2018-05-29T12:48:00Z", - "first1dayCandleDate": "2012-04-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ADP": { - "figi": "BBG000JG0547", - "ticker": "ADP", + "ABMD": { + "figi": "BBG000C101X4", + "ticker": "ABMD", "classCode": "SPBXM", - "isin": "US0530151036", + "isin": "US0036541003", "lot": 1, "currency": "usd", "klong": { @@ -51358,127 +49870,151 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Automatic Data Processing", + "shortEnabledFlag": true, + "name": "Abiomed Inc", "exchange": "SPB", - "ipoDate": "1961-09-12T00:00:00Z", - "issueSize": "443269657", + "issueSize": "44477837", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b4c40f95-8cb1-4454-8776-69823ae89ed2", + "uid": "cc92e1eb-7fc7-4ee4-8af2-045ca9f9c0e2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e75d2e79-d1b0-465e-bfd4-411b87db3e54", + "positionUid": "e483c2de-ee7b-412e-83f8-229ad3b90ffb", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:01:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ERIE": { - "figi": "BBG000BBTJZ1", - "ticker": "ERIE", + "REG": { + "figi": "BBG000BL46Q4", + "ticker": "REG", "classCode": "SPBXM", - "isin": "US29530P1021", + "isin": "US7588491032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Erie IndemnIty Co", + "name": "Regency Centers REIT", "exchange": "SPB", - "issueSize": "46189068", + "ipoDate": "1993-10-28T00:00:00Z", + "issueSize": "170104317", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "74996930", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "220000000", "nominal": { "currency": "usd", "units": "0", - "nano": 29200000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2fe85dd7-eaf1-4034-958d-77f5317d70b4", + "uid": "779cff83-5f13-47e2-aa96-604a8772ec91", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "45e62026-c22c-4970-a28a-241bbd140ea6", + "positionUid": "7a115738-4df4-45f0-9707-11afe0c6131c", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1995-10-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1993-10-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZI": { - "figi": "BBG00S1HJ3M8", - "ticker": "ZI", + "STZ": { + "figi": "BBG000J1QLT0", + "ticker": "STZ", "classCode": "SPBXM", - "isin": "US98980F1049", + "isin": "US21036P1084", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "ZoomInfo Technologies Inc", + "name": "Constellation Brands", "exchange": "SPB", - "issueSize": "45378984", + "issueSize": "171987269", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "322000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4e05728-0694-42b3-b297-2ec235e7b2ef", + "uid": "d043c57c-26eb-40a7-941e-b6e7a0485d7d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "57efeb85-221b-4743-a007-45b8558fc2c3", + "positionUid": "becb2e63-5d26-457c-8427-b496b0e190f3", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:07:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UPRO": { - "figi": "BBG004S686W0", - "ticker": "UPRO", - "classCode": "TQBR", - "isin": "RU000A0JNGA5", - "lot": 1000, - "currency": "rub", + "GT": { + "figi": "BBG000BKNX95", + "ticker": "GT", + "classCode": "SPBXM", + "isin": "US3825501014", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -51489,35 +50025,34 @@ }, "dlong": { "units": "0", - "nano": 232200000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 631600000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 123800000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 277300000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Юнипро", - "exchange": "MOEX", - "ipoDate": "2007-04-19T00:00:00Z", - "issueSize": "63048706145", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "49130625974", + "name": "Goodyear Tire & Rubber", + "exchange": "SPB_MORNING", + "issueSize": "281192923", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "450000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 400000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51525,80 +50060,105 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "664921c5-b552-47a6-9ced-8735a3c6ca8a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c94a2fbe-e0a5-46ea-9be7-d0add68375c9", + "uid": "6e96a6b4-df16-43d6-adc0-d1e684aa81a3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6de559ec-4fb1-40bf-8a55-6dd4fb505724", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2006-11-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.001 + "step": 0.01 }, - "SSB": { - "figi": "BBG000BNPYN9", - "ticker": "SSB", + "SAM": { + "figi": "BBG000BCZBF1", + "ticker": "SAM", "classCode": "SPBXM", - "isin": "US8404411097", + "isin": "US1005571070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SouthState Corp", + "name": "Boston Beer Co Inc The", "exchange": "SPB", - "issueSize": "70973477", + "ipoDate": "1995-11-20T00:00:00Z", + "issueSize": "9465306", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "160000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "22700000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "38716e3a-cede-4160-bff1-ac21ada892d5", + "uid": "23454005-f094-40fe-b960-4e190114c7dc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "033e56b2-6503-41c4-a3c6-d6293ebea139", + "positionUid": "05ff918e-bacb-4bf9-878e-53afe007be73", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:58:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:35:00Z", + "first1dayCandleDate": "1995-11-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TKR": { - "figi": "BBG000BV95H9", - "ticker": "TKR", + "CINF": { + "figi": "BBG000BFPK65", + "ticker": "CINF", "classCode": "SPBXM", - "isin": "US8873891043", + "isin": "US1720621010", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Timken Co The", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Cincinnati Financial Corporation", "exchange": "SPB", - "ipoDate": "1922-09-26T00:00:00Z", - "issueSize": "76119662", + "ipoDate": "1950-08-02T00:00:00Z", + "issueSize": "163982422", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "0", + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51609,37 +50169,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "172eff2d-ff59-4121-b671-4a2f17fb94c6", + "uid": "24e0027e-ab3c-4eb8-9ee2-d93c9895b9e7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c960f95e-71c3-44d6-85c6-30826cca32ce", + "positionUid": "11d4c18f-32ed-47c0-9ade-9d6443a4aa95", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:32:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RS": { - "figi": "BBG000CJ2181", - "ticker": "RS", + "ACMR": { + "figi": "BBG00HPSG933", + "ticker": "ACMR", "classCode": "SPBXM", - "isin": "US7595091023", + "isin": "US00108J1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Reliance Steel & Aluminum Co", + "name": "ACM Research Inc", "exchange": "SPB", - "ipoDate": "1994-09-15T00:00:00Z", - "issueSize": "67078134", + "issueSize": "53649576", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51650,76 +50209,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1bc59961-8429-48b0-a931-b5597cb7264a", + "uid": "aa276ea9-bc1a-44ea-a3d3-fc03f6eecd4f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "07bb749d-d262-47cb-a18d-9d3f0f80df4f", + "positionUid": "d9f0e600-fd36-4a05-9ecd-a0ebf66c04ea", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1994-09-16T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:24:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VUZI": { - "figi": "BBG000QKVV49", - "ticker": "VUZI", + "KWR": { + "figi": "BBG000DZS2L9", + "ticker": "KWR", "classCode": "SPBXM", - "isin": "US92921W3007", + "isin": "US7473161070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vuzix Corp", + "name": "Quaker Chemical Corp", "exchange": "SPB", - "issueSize": "27301203", + "issueSize": "17758645", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a42350b5-b402-46df-bcfd-14ffc1928adb", + "uid": "98591427-a401-4823-be3e-b557b53bbf20", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7be557a5-3943-4c45-926e-f3e53aeb3be6", + "positionUid": "73fafffd-45d3-4ff2-ae25-9a68a8b0a2da", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:40:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MDC": { - "figi": "BBG000BNTTY4", - "ticker": "MDC", + "GL": { + "figi": "BBG000BVD6X4", + "ticker": "GL", "classCode": "SPBXM", - "isin": "US5526761086", + "isin": "US37959E1029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "M.D.C. Holdings", + "name": "Globe Life Inc", "exchange": "SPB", - "issueSize": "70679612", + "issueSize": "104661999", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51730,76 +50289,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "22eb1f77-ed59-4cd7-9ddb-89118466529b", + "uid": "b95e715b-5cb6-4d12-8921-8732302b2b44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f248e1ab-e527-4412-9755-b4187885ca1f", + "positionUid": "0f64def2-4bae-4b85-a2b0-ffb627c2ca0b", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:37:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-08-13T13:31:00Z", + "first1dayCandleDate": "2019-08-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AZN": { - "figi": "BBG000BZ0DK8", - "ticker": "AZN", + "HAE": { + "figi": "BBG000C7TF41", + "ticker": "HAE", "classCode": "SPBXM", - "isin": "US0463531089", + "isin": "US4050241003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AstraZeneca PLC", + "name": "Haemonetics Corp", "exchange": "SPB", - "issueSize": "3098232258", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", + "ipoDate": "1991-05-10T00:00:00Z", + "issueSize": "51007291", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "0", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b8abc73b-62e9-40d4-acb1-59e529326dd3", + "uid": "f60f96ec-2793-4475-9577-c0dab32a86fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "93eda40a-0ca2-4803-8f24-1aa7673b4e9d", + "positionUid": "c7f11394-b685-46af-9140-434819a09029", "forIisFlag": true, - "first1minCandleDate": "2021-07-23T11:33:00Z", - "first1dayCandleDate": "2021-07-23T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:35:00Z", + "first1dayCandleDate": "1991-05-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GH": { - "figi": "BBG006D97VY9", - "ticker": "GH", + "CDAY": { + "figi": "BBG005D7PF34", + "ticker": "CDAY", "classCode": "SPBXM", - "isin": "US40131M1099", + "isin": "US15677J1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Guardant Health Inc", + "name": "Ceridian HCM Holding", "exchange": "SPB", - "issueSize": "87112669", + "issueSize": "149861732", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "350000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51810,36 +50370,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b8fa905b-b64c-4727-922e-733b10f80fdd", + "uid": "9a2cb9ac-2e4e-4b0b-a65f-ea39e005aab4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "29728a4e-ebce-4c86-bc3c-5f5762ca093b", + "positionUid": "64f2a1ef-b42e-427d-a03e-85a96a10687b", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:30:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DCPH": { - "figi": "BBG00HMJ9H54", - "ticker": "DCPH", + "CRUS": { + "figi": "BBG000C1DHF5", + "ticker": "CRUS", "classCode": "SPBXM", - "isin": "US24344T1016", + "isin": "US1727551004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Deciphera Pharmaceuticals Inc", + "name": "Cirrus Logic Inc", "exchange": "SPB", - "issueSize": "55859274", + "ipoDate": "1989-06-01T00:00:00Z", + "issueSize": "63366331", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -51850,20 +50411,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e180d725-1575-4824-99d7-b6dcae7ee9bd", + "uid": "8321acd6-5d97-43f4-b26e-241a3575bfa0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "28d4b339-71ca-4360-9aca-16c208bee0fe", + "positionUid": "bcc949ca-9360-445c-8ef8-ffc76013b7dc", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-04-04T12:30:00Z", + "first1dayCandleDate": "1989-06-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MFGP": { - "figi": "BBG00HFWVGN0", - "ticker": "MFGP", + "EXR": { + "figi": "BBG000PV27K3", + "ticker": "EXR", "classCode": "SPBXM", - "isin": "US5948374039", + "isin": "US30225T1025", "lot": 1, "currency": "usd", "klong": { @@ -51876,95 +50437,73 @@ }, "dlong": { "units": "0", - "nano": 647200000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 976800000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 406000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 406000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Micro Focus", + "shortEnabledFlag": false, + "name": "Extra Space Storage REIT", "exchange": "SPB", - "issueSize": "335681298", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "it", - "issueSizePlan": "0", + "ipoDate": "2004-08-12T00:00:00Z", + "issueSize": "125806096", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c57ae781-db71-4897-8ed5-1b56eab76ea6", + "uid": "36577747-69c4-4823-9d9a-5acae46bc4a1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "136b54c3-7646-43f7-a13b-50305df52487", + "positionUid": "930f5eff-633a-4b89-b045-e669eae57155", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:22:00Z", - "first1dayCandleDate": "2017-08-17T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:33:00Z", + "first1dayCandleDate": "2004-08-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "XOM": { - "figi": "BBG000GZQ728", - "ticker": "XOM", + "ROL": { + "figi": "BBG000BSBBP1", + "ticker": "ROL", "classCode": "SPBXM", - "isin": "US30231G1022", + "isin": "US7757111049", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Exxon Mobil Corporation", + "shortEnabledFlag": false, + "name": "Rollins", "exchange": "SPB_MORNING", - "issueSize": "4233562917", + "ipoDate": "1960-09-16T00:00:00Z", + "issueSize": "218209925", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "375000000", "nominal": { "currency": "usd", - "units": "0", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -51978,101 +50517,157 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca043fd8-963e-4b69-9be9-8fa9e53cb151", + "uid": "b92973ea-3c0b-4f48-ba59-d8ba434274f9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "60af1e4a-9340-4619-8d58-736a8c118c4e", + "positionUid": "2e3c2ac1-fbc3-462d-b514-eb13908c4789", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:35:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AWH": { - "figi": "BBG000BTYP37", - "ticker": "AWH", + "TNL": { + "figi": "TBG000PV2L86", + "ticker": "TNL", "classCode": "SPBXM", - "isin": "US04537Y1091", + "isin": "US8941641024", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Aspira Womens Health", + "name": "Travel + Leisure Co.", "exchange": "SPB", - "issueSize": "111946449", + "issueSize": "85861306", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4430d41f-2651-4061-913a-e0648894aac3", + "uid": "0a95fece-0165-4ab7-9c15-ea898dd0b0ab", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "685fa825-2128-47f8-8aaa-1e1937f22dc1", + "positionUid": "09f2af93-7ad1-4189-b8fa-156a770d5add", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2021-02-22T14:30:00Z", + "first1dayCandleDate": "2021-02-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SHAK": { - "figi": "BBG0063GCHH8", - "ticker": "SHAK", + "LNG": { + "figi": "BBG000C3HSR0", + "ticker": "LNG", "classCode": "SPBXM", - "isin": "US8190471016", + "isin": "US16411R2085", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { + "shortEnabledFlag": false, + "name": "Cheniere Energy", + "exchange": "SPB", + "issueSize": "243605883", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "480000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 3000000 }, - "dshort": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dlongMin": { + "apiTradeAvailableFlag": true, + "uid": "7da80fb1-cf2f-42a0-8930-f94a87aee8be", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "80f5d12c-0f32-4cfa-87e8-6ecb526c8991", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:54:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "POSI": { + "figi": "TCS00A103X66", + "ticker": "POSI", + "classCode": "TQBR", + "isin": "RU000A103X66", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "Positive Technologies", + "exchange": "MOEX", + "ipoDate": "2017-11-13T00:00:00Z", + "issueSize": "66000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueSizePlan": "6000000", + "nominal": { + "currency": "rub", "units": "0", - "nano": 292900000 + "nano": 500000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 200000000 }, + "apiTradeAvailableFlag": true, + "uid": "de08affe-4fbd-454e-9fd1-46a81b23f870", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5a1bbbeb-8616-49c4-9752-d06be058f90b", + "forIisFlag": true, + "first1minCandleDate": "2021-12-17T08:00:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", + "type": "Shares", + "step": 0.2 + }, + "QGEN": { + "figi": "BBG000GTYWL7", + "ticker": "QGEN", + "classCode": "SPBXM", + "isin": "NL0012169213", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Shake Shack Inc", + "name": "QIAGEN NV", "exchange": "SPB", - "ipoDate": "2015-01-30T00:00:00Z", - "issueSize": "26195741", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "issueSize": "230829000", + "countryOfRisk": "NL", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u043e\u0432", + "sector": "health_care", + "issueSizePlan": "410000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52083,20 +50678,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5cf6d141-80bd-4759-9ff5-0ba4d3ac6183", + "uid": "a899436e-3449-4fd9-bbfb-2101d173157d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "af6cd789-3e00-41d0-b37f-df59b5267b34", + "positionUid": "e784052c-817a-40d2-baff-3560a18d7d32", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2015-01-30T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:30:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IOVA": { - "figi": "BBG000FTLBV7", - "ticker": "IOVA", + "MARA": { + "figi": "BBG001K7WBT8", + "ticker": "MARA", "classCode": "SPBXM", - "isin": "US4622601007", + "isin": "US5657881067", "lot": 1, "currency": "usd", "klong": { @@ -52109,35 +50704,34 @@ }, "dlong": { "units": "0", - "nano": 559100000 + "nano": 793900000 }, "dshort": { - "units": "0", - "nano": 784900000 + "units": "1", + "nano": 390100000 }, "dlongMin": { "units": "0", - "nano": 336000000 + "nano": 546000000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 546000000 }, "shortEnabledFlag": true, - "name": "Iovance Biotherapeutics Inc", + "name": "Marathon Digital Holdings", "exchange": "SPB", - "ipoDate": "1999-08-03T00:00:00Z", - "issueSize": "123420091", + "issueSize": "99472029", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 41666 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52148,20 +50742,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb3dadc1-19fd-47e6-accd-c21aef6fd88f", + "uid": "c2a26771-b65f-49c7-8f73-b7143c551336", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "27fc290b-226a-4d9c-9cce-454e3414fbd5", + "positionUid": "54025b98-61b5-4e4b-b44e-ee45658786ae", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PVH": { - "figi": "BBG000BRRG02", - "ticker": "PVH", + "BSX": { + "figi": "BBG000C0LW92", + "ticker": "BSX", "classCode": "SPBXM", - "isin": "US6936561009", + "isin": "US1011371077", "lot": 1, "currency": "usd", "klong": { @@ -52189,60 +50783,61 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "PVH", - "exchange": "SPB", - "ipoDate": "1920-03-25T00:00:00Z", - "issueSize": "82349513", + "name": "Boston Scientific Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1992-05-18T00:00:00Z", + "issueSize": "1423852648", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "240000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f5a621fa-937f-4f70-9f59-26770ea9c24f", + "uid": "219de1da-22cc-4932-9139-de8e497556e1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "134a3396-c9c6-422c-8362-70b2302f3cda", + "positionUid": "fb46bf94-caf5-4a9e-8583-b63f9f0b74bd", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:29:00Z", + "first1dayCandleDate": "1992-05-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NKLA": { - "figi": "BBG00L4CWQ45", - "ticker": "NKLA", + "VCRA": { + "figi": "BBG00179VSY7", + "ticker": "VCRA", "classCode": "SPBXM", - "isin": "US6541101050", + "isin": "US92857F1075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nikola", + "name": "Vocera Communications Inc", "exchange": "SPB", - "issueSize": "360904478", + "ipoDate": "2010-11-23T00:00:00Z", + "issueSize": "30166113", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 300000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52253,61 +50848,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9926ef4b-784e-4d69-9109-7f1dd5200e64", + "uid": "b31d8e9a-a062-4b08-b56f-e22e3845b455", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "541aab53-b6c5-453f-b330-9298996e71dc", + "positionUid": "0f86f1be-2651-481f-a241-76964f2faa91", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:30:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:33:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALK": { - "figi": "BBG000BBL0Y1", - "ticker": "ALK", + "SPB@US": { + "figi": "BBG000DS5588", + "ticker": "SPB@US", "classCode": "SPBXM", - "isin": "US0116591092", + "isin": "US84790A1051", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Alaska Air Group", + "shortEnabledFlag": false, + "name": "Spectrum Brands Holdings Inc", "exchange": "SPB", - "ipoDate": "1983-02-23T00:00:00Z", - "issueSize": "123603902", + "ipoDate": "2014-10-30T00:00:00Z", + "issueSize": "48765552", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52318,36 +50889,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "303e9367-51b5-4d24-9514-3b6adb1c5d78", + "uid": "ad0468f4-a2e5-48e2-861e-9e5a82371745", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a01e157-a95a-495c-8a10-b4d0a2bfa564", + "positionUid": "db2ddba9-88ef-4dfe-8e44-6d37c6b9f958", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-30T13:37:00Z", + "first1dayCandleDate": "2019-10-30T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RY": { - "figi": "BBG000BSSC44", - "ticker": "RY", + "NFG": { + "figi": "BBG000BPYD87", + "ticker": "NFG", "classCode": "SPBXM", - "isin": "CA7800871021", + "isin": "US6361801011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Royal Bank of Canada", + "name": "National Fuel Gas Company", "exchange": "SPB", - "issueSize": "1485393572", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "financial", - "issueSizePlan": "0", + "issueSize": "90954272", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "200000000", "nominal": { - "currency": "cad", - "units": "0", + "currency": "usd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52358,34 +50929,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d79b08be-af45-45af-b039-e6abed184c19", + "uid": "13062e7c-53a9-47f2-b9ea-89b43fe6b3a4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f318e2b-6d07-48e0-bb92-3c6b2570bc83", + "positionUid": "25b0291e-27c6-42b8-8fb3-2f36944f6bcd", "forIisFlag": true, - "first1minCandleDate": "2021-09-10T13:25:00Z", - "first1dayCandleDate": "2021-09-10T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WST": { - "figi": "BBG000BX24N8", - "ticker": "WST", + "WRB": { + "figi": "BBG000BD1HP2", + "ticker": "WRB", "classCode": "SPBXM", - "isin": "US9553061055", + "isin": "US0844231029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "West Pharmaceutical Services I", - "exchange": "SPB", - "issueSize": "73577883", + "name": "WR Berkley", + "exchange": "SPB_MORNING", + "issueSize": "265193412", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 250000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -52398,22 +50969,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "078db0c7-0ba9-41f9-ac90-e52734b5e355", + "uid": "6532ff03-4efe-42ce-9160-a2b08dd866b9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9bcbaefd-ba74-4eef-8ccd-886fd58fb559", + "positionUid": "ed351e58-a163-4c69-af0a-012b744e2666", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MTLRP": { - "figi": "BBG004S68FR6", - "ticker": "MTLRP", - "classCode": "TQBR", - "isin": "RU000A0JPV70", - "lot": 10, - "currency": "rub", + "JWN": { + "figi": "BBG000G8N9C6", + "ticker": "JWN", + "classCode": "SPBXM", + "isin": "US6556641008", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -52424,32 +50995,32 @@ }, "dlong": { "units": "0", - "nano": 436900000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 558800000 + "nano": 532600000 }, "dlongMin": { "units": "0", - "nano": 249600000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 248500000 + "nano": 238000000 }, "shortEnabledFlag": true, - "name": "Мечел - Привилегированные акции", - "exchange": "MOEX", - "ipoDate": "2008-06-05T00:00:00Z", - "issueSize": "138756915", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "138756915", + "name": "Nordstrom", + "exchange": "SPB", + "ipoDate": "1971-07-29T00:00:00Z", + "issueSize": "167790511", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "10", + "currency": "usd", + "units": "0", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", @@ -52457,106 +51028,83 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c1a3c440-f51c-4a75-a400-42a2a74f5f2b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e1eecf7e-95f1-42f7-9a64-a4e43eae7acc", + "uid": "9f10e400-c083-4363-a87c-8c1f1d718b4c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "41b0363f-a6f1-4f10-ac2c-f115fa21bff1", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2011-04-21T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "SLB": { - "figi": "BBG000BT41Q8", - "ticker": "SLB", + "CEVA": { + "figi": "BBG000BN3P07", + "ticker": "CEVA", "classCode": "SPBXM", - "isin": "AN8068571086", + "isin": "US1572101053", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Schlumberger", + "shortEnabledFlag": false, + "name": "CEVA", "exchange": "SPB", - "issueSize": "1329450082", + "issueSize": "22004304", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "45000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "140da63f-e71a-41ce-9521-a26c76c71056", + "uid": "6e1410a0-d204-41a1-93f4-c3f3bff770d4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "99ae0bd2-fabc-4d62-bc78-c393344f8bb5", + "positionUid": "aa10d93f-d138-443d-b058-277aff1c8b6e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:04:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:28:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FTDR": { - "figi": "BBG00H9MNDZ2", - "ticker": "FTDR", + "ENV": { + "figi": "BBG000Q4NZ54", + "ticker": "ENV", "classCode": "SPBXM", - "isin": "US35905A1097", + "isin": "US29404K1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Frontdoor, Inc.", + "name": "Envestnet Inc", "exchange": "SPB", - "issueSize": "85382950", + "ipoDate": "2010-07-29T00:00:00Z", + "issueSize": "51870583", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 5000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52567,20 +51115,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d1f0baf-ed91-42f7-bc11-29c0b61f05a9", + "uid": "31296e42-c628-42e2-bf5a-ae72a26291ed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5a71d1ec-ae7a-4ac2-ad9a-8533b7a86bf9", + "positionUid": "3ba858b9-9256-4b42-8333-94a7f6230a74", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:35:00Z", + "first1dayCandleDate": "2010-07-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TROW": { - "figi": "BBG000BVMPN3", - "ticker": "TROW", + "RL": { + "figi": "BBG000BS0ZF1", + "ticker": "RL", "classCode": "SPBXM", - "isin": "US74144T1088", + "isin": "US7512121010", "lot": 1, "currency": "usd", "klong": { @@ -52608,18 +51156,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "T Rowe Price Group", - "exchange": "SPB", - "ipoDate": "1986-04-02T00:00:00Z", - "issueSize": "242137493", + "name": "Ralph Lauren", + "exchange": "SPB_MORNING", + "ipoDate": "1997-06-11T00:00:00Z", + "issueSize": "48628076", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -52632,21 +51180,21 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d0b85fd-f729-44de-9937-d435e45232c6", + "uid": "3f19fda8-7d4a-40a7-b074-48b029823473", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0bd6fd2b-c76d-4d10-b1b0-7b3085b2309e", + "positionUid": "6d7bd823-d426-41a4-9442-988f852cad11", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1997-06-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KZOSP": { - "figi": "BBG0029SG1C1", - "ticker": "KZOSP", + "POGR": { + "figi": "BBG00VPKLPX4", + "ticker": "POGR", "classCode": "TQBR", - "isin": "RU0006753456", - "lot": 10, + "isin": "GB0031544546", + "lot": 100, "currency": "rub", "klong": { "units": "2", @@ -52657,139 +51205,114 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 318200000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 660300000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 174300000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 288500000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "ПАО «КАЗАНЬОРГСИНТЕЗ» - акции привилегированные", + "name": "Petropavlovsk PLC", "exchange": "MOEX", - "ipoDate": "2003-07-23T00:00:00Z", - "issueSize": "119596000", + "issueSize": "3958751735", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "materials", - "issueSizePlan": "119596000", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "gbp", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "3879e073-f27a-4e2f-9a97-97475b25194d", + "uid": "a226ad31-aeac-4c7e-82d5-1092da5d319d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "99a43dec-f6fe-419e-aeaf-5ad4a70d160d", + "positionUid": "9d643318-6bf4-43c4-aa1d-8da82b9b8930", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:50:00Z", - "first1dayCandleDate": "2012-01-09T00:00:00Z", + "first1minCandleDate": "2020-06-25T06:59:00Z", + "first1dayCandleDate": "2020-06-25T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.005 }, - "SAP@DE": { - "figi": "BBG000BG7GX2", - "ticker": "SAP@DE", - "classCode": "SPBDE", - "isin": "DE0007164600", + "CVNA": { + "figi": "BBG00GCTWDJ3", + "ticker": "CVNA", + "classCode": "SPBXM", + "isin": "US1468691027", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "SAP SE", - "exchange": "SPB_DE", - "issueSize": "1226822687", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "it", - "issueSizePlan": "0", + "name": "Carvana Co", + "exchange": "SPB", + "issueSize": "64063049", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "624f4fa9-fd68-4deb-a4d6-7423d4f1c6b1", + "uid": "5f0b31a0-de0f-4acb-aa8f-5e807f8ad1b6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f67dbd41-cab6-49b9-abd9-468818c7b660", + "positionUid": "dfbd60d7-cab5-4fc8-8ef9-84de74e40739", "forIisFlag": true, - "first1minCandleDate": "2021-09-10T10:43:00Z", - "first1dayCandleDate": "2021-09-16T07:00:00Z", + "first1minCandleDate": "2020-07-29T12:15:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LSNG": { - "figi": "BBG000NLC9Z6", - "ticker": "LSNG", - "classCode": "TQBR", - "isin": "RU0009034490", - "lot": 100, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 322600000 - }, - "dshort": { - "units": "1", - "nano": 49900000 - }, - "dlongMin": { - "units": "0", - "nano": 177000000 - }, - "dshortMin": { - "units": "0", - "nano": 431800000 - }, + "RPM": { + "figi": "BBG000DCNK80", + "ticker": "RPM", + "classCode": "SPBXM", + "isin": "US7496851038", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Ленэнерго", - "exchange": "MOEX", - "ipoDate": "2003-06-27T00:00:00Z", - "issueSize": "8523785320", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "766035008", + "name": "RPM International Inc", + "exchange": "SPB", + "ipoDate": "1969-09-23T00:00:00Z", + "issueSize": "131644681", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -52802,37 +51325,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "02bdfa7c-ae6c-4cbd-9784-f3457dfdcedc", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "89b9521b-b805-46c9-ac34-5ea1ce617559", + "uid": "d7d63464-6149-4d81-bd3e-2286c6056de5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9ae450c0-9dbc-4db1-8e17-a84d90577af3", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:28:00Z", - "first1dayCandleDate": "2000-01-18T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SNX": { - "figi": "BBG000CL9JV4", - "ticker": "SNX", + "CCS": { + "figi": "BBG006G412Q6", + "ticker": "CCS", "classCode": "SPBXM", - "isin": "US87162W1009", + "isin": "US1565043007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SYNNEX Corp", + "name": "Century Communities", "exchange": "SPB", - "ipoDate": "2003-11-25T00:00:00Z", - "issueSize": "51161022", + "issueSize": "27573183", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52843,21 +51365,21 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf1424c1-09bc-4af9-beaa-d0d2dec981da", + "uid": "5bda95a4-0bcc-473c-af15-013e3b5361e1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "16a76603-6b7f-48b0-ba77-9ce2339941a4", + "positionUid": "242c21fd-58ab-44a0-a608-6e2085933f05", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2003-11-25T00:00:00Z", + "first1minCandleDate": "2022-01-28T13:58:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HYDR": { - "figi": "BBG00475K2X9", - "ticker": "HYDR", + "FEES": { + "figi": "BBG00475JZZ6", + "ticker": "FEES", "classCode": "TQBR", - "isin": "RU000A0JPKH7", - "lot": 1000, + "isin": "RU000A0JPNN9", + "lot": 10000, "currency": "rub", "klong": { "units": "2", @@ -52869,35 +51391,35 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 267100000 }, "dshort": { "units": "0", - "nano": 420100000 + "nano": 589000000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 143900000 }, "dshortMin": { "units": "0", - "nano": 191700000 + "nano": 260500000 }, "shortEnabledFlag": true, - "name": "РусГидро", + "name": "\u0424\u0421\u041a \u0415\u042d\u0421", "exchange": "MOEX", - "ipoDate": "2005-02-22T00:00:00Z", - "issueSize": "439288905849", + "ipoDate": "2002-09-10T00:00:00Z", + "issueSize": "1274665323063", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "utilities", - "issueSizePlan": "103951322702", + "issueSizePlan": "254000000000", "nominal": { "currency": "rub", - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52905,39 +51427,80 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 20000 }, "apiTradeAvailableFlag": true, - "uid": "62560f05-3fd0-4d65-88f0-a27f249cc6de", + "uid": "88e130e8-5b68-4b05-b9ae-baf32f5a3f21", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", + "positionUid": "4fedb973-dfc3-48de-b202-2940d8056542", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2008-05-22T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2008-07-16T07:00:00Z", "type": "Shares", - "step": 0.0001 + "step": 2e-05 }, - "GRPH": { - "figi": "BBG00XDH4NZ2", - "ticker": "GRPH", + "LSI": { + "figi": "BBG000C42VL3", + "ticker": "LSI", "classCode": "SPBXM", - "isin": "US38870X1046", + "isin": "US53223X1072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Graphite Bio, Inc.", + "name": "Life Storage REIT", "exchange": "SPB", - "issueSize": "11197927", + "issueSize": "78041891", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ffd637c7-fff6-4aed-8229-711bf15236f3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2165af16-9262-4b30-9d30-9adb079f27f5", + "forIisFlag": true, + "first1minCandleDate": "2021-10-26T12:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "SWAV": { + "figi": "BBG005XVXML5", + "ticker": "SWAV", + "classCode": "SPBXM", + "isin": "US82489T1043", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Shockwave Medical Inc", + "exchange": "SPB", + "ipoDate": "2019-03-07T00:00:00Z", + "issueSize": "28012387", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "120000000", + "issueSizePlan": "325000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -52948,76 +51511,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cced78ca-9e34-4ab8-bd41-e0ac171511cb", + "uid": "05b9110b-d0af-4208-b3b9-60dc90ab9cb6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7ffef9f7-de00-4a14-9350-7553f7b8b71f", + "positionUid": "056ff3b3-9bb8-4c11-8c50-c6679941b751", "forIisFlag": true, - "first1minCandleDate": "2021-07-09T13:03:00Z", - "first1dayCandleDate": "2021-07-09T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2019-03-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ATRI": { - "figi": "BBG000DTT624", - "ticker": "ATRI", + "FIGS": { + "figi": "BBG004SK5VL9", + "ticker": "FIGS", "classCode": "SPBXM", - "isin": "US0499041053", + "isin": "US30260D1037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Atrion Corp", + "name": "FIGS", "exchange": "SPB", - "issueSize": "1852756", + "issueSize": "147587495", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "10000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f84b225-b2f4-44d4-a037-88256dfa1b47", + "uid": "2c2b3647-3ba1-4044-a383-d9ace505c719", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d4efc3f0-d236-467b-b2d0-52072625d635", + "positionUid": "e6622777-3898-47b3-a044-e181bd95fc7e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:31:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EXPI": { - "figi": "BBG001DCTG63", - "ticker": "EXPI", + "CNS": { + "figi": "BBG000BB0WG4", + "ticker": "CNS", "classCode": "SPBXM", - "isin": "US30212W1009", + "isin": "US19247A1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "eXp World Holdings", + "name": "Cohen & Steers Inc", "exchange": "SPB", - "issueSize": "69952115", + "issueSize": "47767225", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "220000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -53028,20 +51591,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "da30d333-cbd8-4990-ae93-a7ce3c27f7a2", + "uid": "c2e484a5-b9e6-4769-bc60-3f1993e46589", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1ac95d34-3782-4b07-9c22-eec7ddaddddb", + "positionUid": "34c3d5e5-7aae-4f12-b919-2221a668513d", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:39:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:36:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "INGN": { - "figi": "BBG0021PH456", - "ticker": "INGN", + "KMB": { + "figi": "BBG000BMW2Z0", + "ticker": "KMB", "classCode": "SPBXM", - "isin": "US45780L1044", + "isin": "US4943681035", "lot": 1, "currency": "usd", "klong": { @@ -53068,102 +51631,85 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Inogen Inc", - "exchange": "SPB", - "ipoDate": "2014-02-14T00:00:00Z", - "issueSize": "21814895", + "shortEnabledFlag": true, + "name": "Kimberly-Clark", + "exchange": "SPB_MORNING", + "ipoDate": "1928-06-03T00:00:00Z", + "issueSize": "362994411", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b4445c67-56a3-4176-ab4d-68892c6d3024", + "uid": "c24e90cc-8372-43aa-a336-323e5579948d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ac4f543-f868-4db2-9548-69d1f929b258", + "positionUid": "c7aca14b-b20e-4f83-a837-e75d5c7739e1", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2014-02-14T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CMS": { - "figi": "BBG000BFVXX0", - "ticker": "CMS", + "JNJ": { + "figi": "BBG000BMHYD1", + "ticker": "JNJ", "classCode": "SPBXM", - "isin": "US1258961002", + "isin": "US4781601046", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "CMS Energy Corporation", - "exchange": "SPB", - "ipoDate": "1947-02-03T00:00:00Z", - "issueSize": "282083585", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "c137455b-16b5-4e18-9e17-c81c6580deed", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cf7b9fc4-862b-4214-8fa6-1e6c7a9ac4dc", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "LHA@DE": { - "figi": "BBG000BC6M41", - "ticker": "LHA@DE", - "classCode": "SPBDE", - "isin": "DE0008232125", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Deutsche Lufthansa AG", - "exchange": "SPB_DE", - "issueSize": "464538750", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "industrials", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", + "dlongMin": { "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Johnson & Johnson", + "exchange": "SPB_MORNING", + "issueSize": "2632482092", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "2740354114", + "nominal": { + "currency": "usd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -53174,36 +51720,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0655b9e8-a004-4022-8b8d-79fc60c68bc9", + "uid": "a58267a8-3269-4e86-98b4-5b3241e26d08", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8eb0c465-3a6e-49ed-b35c-8c1ccdaaa3bb", + "positionUid": "04fb8364-3663-4c1f-85e9-1eb91d340127", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T09:36:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T09:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VCEL": { - "figi": "BBG000BDCM24", - "ticker": "VCEL", + "MQ": { + "figi": "BBG0112Z87D8", + "ticker": "MQ", "classCode": "SPBXM", - "isin": "US92346J1088", + "isin": "US57142B1044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vericel Corp", + "name": "Marqeta, Inc.", "exchange": "SPB", - "issueSize": "44694512", + "issueSize": "100000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -53214,20 +51760,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "375c5cf3-4d26-4d43-98ef-77705681a46b", + "uid": "1b78f15a-f51e-4781-a52b-90f031a442fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ea94984-4a8a-4e6d-bc84-d2c2596308ce", + "positionUid": "16dd04f4-6a13-45c9-ba48-7cf9e615f06d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-06-09T16:32:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RIG": { - "figi": "BBG000BH5LT6", - "ticker": "RIG", + "KMI": { + "figi": "BBG0019JZ882", + "ticker": "KMI", "classCode": "SPBXM", - "isin": "CH0048265513", + "isin": "US49456B1017", "lot": 1, "currency": "usd", "klong": { @@ -53239,116 +51785,117 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Transocean", - "exchange": "SPB", - "ipoDate": "1993-05-27T00:00:00Z", - "issueSize": "365490751", + "shortEnabledFlag": true, + "name": "Kinder Morgan", + "exchange": "SPB_MORNING", + "ipoDate": "2011-02-11T00:00:00Z", + "issueSize": "2217110072", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "energy", - "issueSizePlan": "0", + "issueSizePlan": "4000000000", "nominal": { - "currency": "chf", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ceec7e3-bd2e-49ee-8561-a6a80537981f", + "uid": "538b292f-b6d3-4382-9546-b30197fd045a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ed5ca332-f1b2-4d47-b952-1d66be1a5b5b", + "positionUid": "ae55ad76-a517-46ef-bbd3-50c31dcb2c0b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:07:00Z", - "first1dayCandleDate": "1993-05-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:30:00Z", + "first1dayCandleDate": "2011-02-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENR": { - "figi": "BBG006FCB019", - "ticker": "ENR", - "classCode": "SPBXM", - "isin": "US29272W1099", - "lot": 1, - "currency": "usd", + "DASB": { + "figi": "BBG000LWVHN8", + "ticker": "DASB", + "classCode": "TQPI", + "isin": "RU000A0F63G0", + "lot": 1000, + "currency": "rub", "shortEnabledFlag": false, - "name": "Energizer Holdings Inc", - "exchange": "SPB", - "issueSize": "69432763", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "10000000", + "name": "\u0414\u0430\u0433\u0435\u0441\u0442\u0430\u043d\u0441\u043a\u0430\u044f \u044d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", + "exchange": "MOEX", + "ipoDate": "2005-08-25T00:00:00Z", + "issueSize": "5269115472", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "5269115472", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 3000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "8d83a1e4-4365-43e8-acda-39d84e565361", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "22dc6850-35b5-4050-8938-2b93f53df0a4", + "uid": "65902720-a03c-4c8d-b211-d3edfc00de75", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "fae6e5b2-91ba-4a96-a6c2-5f156834afc4", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:14:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-09-03T07:08:00Z", + "first1dayCandleDate": "2020-09-03T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0001 }, - "PSN": { - "figi": "BBG000C3TKY6", - "ticker": "PSN", + "PLNT": { + "figi": "BBG009H04M17", + "ticker": "PLNT", "classCode": "SPBXM", - "isin": "US70202L1026", + "isin": "US72703H1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Parsons", + "name": "Planet FItness Inc", "exchange": "SPB", - "issueSize": "99434877", + "issueSize": "88168785", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -53359,142 +51906,143 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a5b71071-1614-4cfc-a50f-eff7e5564dee", + "uid": "23f90e28-1ced-45b1-b21c-d71eb628d4f5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8a001b08-fbda-4ac9-b827-a6bb5d461a38", + "positionUid": "14b2de05-e1cf-4c54-b4ad-633ffbe548e0", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:07:00Z", + "first1dayCandleDate": "2015-08-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MANH": { - "figi": "BBG000BFV758", - "ticker": "MANH", + "ZD": { + "figi": "BBG000F3CWW7", + "ticker": "ZD", "classCode": "SPBXM", - "isin": "US5627501092", + "isin": "US48123V1026", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Manhattan Associates Inc", + "name": "Ziff Davis", "exchange": "SPB", - "ipoDate": "1998-04-23T00:00:00Z", - "issueSize": "66820321", + "ipoDate": "1999-07-22T00:00:00Z", + "issueSize": "49095551", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "200000000", + "issueSizePlan": "95000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3457aa6a-3d34-41e8-beb8-ea0f99814f69", + "uid": "35cedf89-b2a4-43e1-a575-42fdb9b43800", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bbbeef82-019e-46c7-babf-8ceae71c6c3e", + "positionUid": "7417021e-e81a-4b5a-af19-4c171f63b937", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:29:00Z", - "first1dayCandleDate": "1998-04-23T00:00:00Z", + "first1minCandleDate": "2021-10-15T12:58:00Z", + "first1dayCandleDate": "2021-10-15T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RTKMP": { - "figi": "BBG004S685M3", - "ticker": "RTKMP", + "KROT": { + "figi": "BBG000NLB2G3", + "ticker": "KROT", "classCode": "TQBR", - "isin": "RU0009046700", + "isin": "RU0008913850", "lot": 10, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 211000000 - }, - "dshort": { - "units": "0", - "nano": 225100000 - }, - "dlongMin": { - "units": "0", - "nano": 111700000 - }, - "dshortMin": { - "units": "0", - "nano": 106800000 - }, - "shortEnabledFlag": true, - "name": "Ростелеком - Привилегированные акции", + "shortEnabledFlag": false, + "name": "\u041a\u0440\u0430\u0441\u043d\u044b\u0439 \u041e\u043a\u0442\u044f\u0431\u0440\u044c", "exchange": "MOEX", - "ipoDate": "2003-09-09T00:00:00Z", - "issueSize": "209565147", + "ipoDate": "2003-07-08T00:00:00Z", + "issueSize": "9217583", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "242831469", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "8773564", "nominal": { "currency": "rub", - "units": "0", - "nano": 2500000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "e1b089f3-9bf1-44c3-897f-25e9f591bebc", + "uid": "14d147b9-d977-438a-80c0-441e5589da30", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1d5a0543-55d1-4b54-bbbe-5c5824b1b59b", + "positionUid": "cd3b6c85-a7cd-4d24-9786-2fd7d2a3b204", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:44:00Z", - "first1dayCandleDate": "1997-07-15T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:52:00Z", + "first1dayCandleDate": "2006-01-31T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.5 }, - "ICLR": { - "figi": "BBG000CTSZQ6", - "ticker": "ICLR", + "SMPL": { + "figi": "BBG00GVP5JL4", + "ticker": "SMPL", "classCode": "SPBXM", - "isin": "IE0005711209", + "isin": "US82900L1026", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ICON plc", + "name": "Simply Good Foods Co", "exchange": "SPB", - "issueSize": "52909368", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "0", + "ipoDate": "2013-10-01T00:00:00Z", + "issueSize": "81915423", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 60000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -53505,22 +52053,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e426032f-998f-47c3-9b1c-c9117f40f824", + "uid": "c6464c0c-e2a5-42b0-8a3d-f57d343576f4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2edd3e72-ffda-4751-aad5-e4750d5ada88", + "positionUid": "ab433f1c-e621-4716-acff-b79e52b860fb", "forIisFlag": true, - "first1minCandleDate": "2021-07-09T13:29:00Z", - "first1dayCandleDate": "2021-07-09T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AFKS": { - "figi": "BBG004S68614", - "ticker": "AFKS", - "classCode": "TQBR", - "isin": "RU000A0DQZE3", - "lot": 100, - "currency": "rub", + "ROKU": { + "figi": "BBG001ZZPQJ6", + "ticker": "ROKU", + "classCode": "SPBXM", + "isin": "US77543R1023", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -53531,73 +52079,96 @@ }, "dlong": { "units": "0", - "nano": 281900000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 355700000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 152600000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 164400000 + "nano": 420000000 }, "shortEnabledFlag": true, - "name": "АФК Система", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2007-11-01T00:00:00Z", - "issueSize": "9650000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "9650000000", + "name": "Roku Inc", + "exchange": "SPB_MORNING", + "issueSize": "15668000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 90000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "53b67587-96eb-4b41-8e0c-d2e3c0bdd234", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "uid": "c9af2078-9876-451d-967e-f24cbdc43601", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1713a68f-cc6d-4b83-9545-cea74f237759", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2007-09-25T07:00:00Z", + "first1minCandleDate": "2019-06-11T09:22:00Z", + "first1dayCandleDate": "2019-06-11T07:00:00Z", "type": "Shares", - "step": 0.001 + "step": 0.01 }, - "FULC": { - "figi": "BBG00DDY1RK9", - "ticker": "FULC", + "KMX": { + "figi": "BBG000BLMZK6", + "ticker": "KMX", "classCode": "SPBXM", - "isin": "US3596161097", + "isin": "US1431301027", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Fulcrum Therapeutics", - "exchange": "SPB", - "issueSize": "32067434", + "name": "CarMax", + "exchange": "SPB_MORNING", + "issueSize": "185701670", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -53610,36 +52181,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a56d4032-7188-4a98-9d7c-3e59c203c40a", + "uid": "0462c8c9-14e1-4555-a5d5-8ab42a4420c1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d93c1f9-2541-4527-b5b1-fc79e678b315", + "positionUid": "ee90a332-b7c5-4e42-91e2-9233b76e5899", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:57:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1997-02-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MNRO": { - "figi": "BBG000C0BZD1", - "ticker": "MNRO", + "NWE": { + "figi": "BBG000Q1NMJ4", + "ticker": "NWE", "classCode": "SPBXM", - "isin": "US6102361010", + "isin": "US6680743050", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Monro", + "name": "NorthWestern Corporation", "exchange": "SPB", - "issueSize": "33283751", + "issueSize": "50568881", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "65000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -53650,34 +52221,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1741257e-e0a0-466f-b830-9d06854698d1", + "uid": "98e303d0-b7af-460b-98c1-dbee70acce93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a56543c8-1ae7-4923-af06-30e69f7c36fd", + "positionUid": "8fd73076-beb5-48c5-8eea-9d88b7b7e141", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:20:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WTS": { - "figi": "BBG000C4Z6C2", - "ticker": "WTS", - "classCode": "SPBXM", - "isin": "US9427491025", - "lot": 1, - "currency": "usd", + "KAZT": { + "figi": "BBG002B9MYC1", + "ticker": "KAZT", + "classCode": "TQBR", + "isin": "RU000A0B9BV2", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Watts Water Technologies Inc", - "exchange": "SPB", - "issueSize": "27692316", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "80000000", + "name": "\u041a\u0443\u0439\u0431\u044b\u0448\u0435\u0432\u0410\u0437\u043e\u0442", + "exchange": "MOEX", + "ipoDate": "2003-07-22T00:00:00Z", + "issueSize": "234147999", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "237043251", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -53687,104 +52259,104 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "29f68c60-14e7-44cc-bcb3-1c9b448b88eb", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e244c614-00c2-4e2e-8695-859c95109295", + "uid": "31defde8-cdc3-42bb-96bd-e2b42e825b62", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "dd544b3f-3b32-41c9-9786-16e4d5643c66", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-03-07T22:37:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "ICUI": { - "figi": "BBG000CQV2N4", - "ticker": "ICUI", + "APAM": { + "figi": "BBG001M6CZY1", + "ticker": "APAM", "classCode": "SPBXM", - "isin": "US44930G1076", + "isin": "US04316A1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ICU Medical Inc", + "name": "Artisan Partners Asset Management", "exchange": "SPB", - "ipoDate": "1992-03-31T00:00:00Z", - "issueSize": "20239458", + "issueSize": "61354644", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "743d2657-b537-426a-96d6-b0d239d9c16f", + "uid": "26322786-aafd-4d53-aa30-c41738700c8a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d4e2cb77-27ab-45f8-8636-6bc90622b713", + "positionUid": "64d5c25c-1861-409a-b462-8542f0b61458", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1992-03-31T00:00:00Z", + "first1minCandleDate": "2022-01-28T12:39:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PRG": { - "figi": "BBG00VSH86G4", - "ticker": "PRG", + "ZG": { + "figi": "BBG000D13GN8", + "ticker": "ZG", "classCode": "SPBXM", - "isin": "US74319R1014", + "isin": "US98954M1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PROG Holdings", - "exchange": "SPB", - "issueSize": "67272278", + "name": "Zillow Group Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2011-07-20T00:00:00Z", + "issueSize": "55837424", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "225000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1245000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "957f70a3-a208-4cca-b776-0729eb7f4189", + "uid": "c8928cd3-7747-42d9-a17e-4ea70b02a1ad", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "45632e08-0da4-48b0-b870-7fcd84557612", + "positionUid": "c41f33f3-9ea4-4e77-893d-b8e1f507ba22", "forIisFlag": true, - "first1minCandleDate": "2020-12-08T14:30:00Z", - "first1dayCandleDate": "2020-12-08T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:09:00Z", + "first1dayCandleDate": "2011-07-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NTES": { - "figi": "BBG000BX72V8", - "ticker": "NTES", + "ATVI": { + "figi": "BBG000CVWGS6", + "ticker": "ATVI", "classCode": "SPBXM", - "isin": "US64110W1027", + "isin": "US00507V1098", "lot": 1, "currency": "usd", "klong": { @@ -53812,117 +52384,96 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "NetEase Inc", - "exchange": "SPB", - "issueSize": "670980678", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "name": "Activision Blizzard", + "exchange": "SPB_MORNING", + "ipoDate": "1983-06-01T00:00:00Z", + "issueSize": "777708445", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "telecom", - "issueSizePlan": "0", + "issueSizePlan": "2400000000", "nominal": { "currency": "usd", - "units": "25", - "nano": 0 + "units": "0", + "nano": 1000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "93a4fc0d-87b0-41a3-8871-0c0af2605f9a", + "uid": "099d9937-e1bb-455f-946c-867df55b319d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "63f79c6a-c137-40a5-a6b6-a1e67954da9e", + "positionUid": "0d8c4c8b-9665-4875-bafb-9016e1dd7387", "forIisFlag": true, - "first1minCandleDate": "2019-04-17T13:10:00Z", - "first1dayCandleDate": "2000-06-30T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1dayCandleDate": "1990-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KNBE": { - "figi": "BBG00C4DL9L4", - "ticker": "KNBE", + "SWCH": { + "figi": "BBG00HPDM5Z2", + "ticker": "SWCH", "classCode": "SPBXM", - "isin": "US49926T1043", + "isin": "US87105L1044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "KnowBe4", + "name": "Switch Inc", "exchange": "SPB", - "issueSize": "11739704", + "ipoDate": "2017-10-06T00:00:00Z", + "issueSize": "78005110", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "363e4aec-00c8-4447-abda-1f6cb5a40f83", + "uid": "021e35af-6602-43c1-94c2-ae8adc16fa66", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b61ac09b-6ca7-44fc-a3c3-9934134ff618", + "positionUid": "20918e21-47e4-4ef5-a7fb-4572c9d375dd", "forIisFlag": true, - "first1minCandleDate": "2021-07-01T13:03:00Z", - "first1dayCandleDate": "2021-07-01T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:00:00Z", + "first1dayCandleDate": "2017-10-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FLR": { - "figi": "BBG000BB1TH9", - "ticker": "FLR", + "HST": { + "figi": "BBG000BL8804", + "ticker": "HST", "classCode": "SPBXM", - "isin": "US3434121022", + "isin": "US44107P1049", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Fluor", - "exchange": "SPB", - "issueSize": "141612486", + "name": "Host Hotels & Resorts REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1968-08-26T00:00:00Z", + "issueSize": "741677444", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "375000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "1050000000", "nominal": { "currency": "usd", "units": "0", @@ -53933,132 +52484,107 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81863ddb-2afc-42c1-958f-c5ef4ec337dd", + "uid": "74cb5684-433e-4084-9590-f490aeb11863", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cb8fad98-46d5-423b-897f-0b4fa84785fe", + "positionUid": "d9b47afd-40fa-43ac-96f7-1aba1578f1a4", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-12-01T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VRSB": { - "figi": "BBG000BX7DH0", - "ticker": "VRSB", - "classCode": "TQBR", - "isin": "RU000A0DPG67", - "lot": 10, - "currency": "rub", + "PUBM": { + "figi": "BBG001PKMK06", + "ticker": "PUBM", + "classCode": "SPBXM", + "isin": "US74467Q1031", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ТНС энерго Воронеж", - "exchange": "MOEX", - "ipoDate": "2004-11-30T00:00:00Z", - "issueSize": "56151024", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "56151024", + "name": "PubMatic", + "exchange": "SPB", + "issueSize": "8967003", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 400000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c899002-e8f5-42fd-b617-4bc2f31e6767", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c473a0e3-8fa4-4b79-85b0-078d0489aa59", + "uid": "12b1afc9-6c00-41ed-ad4b-a31d865c4fc5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e47459d3-c272-458c-92d2-78cf45a23a82", "forIisFlag": true, - "first1minCandleDate": "2018-03-19T15:25:00Z", - "first1dayCandleDate": "2018-03-19T07:00:00Z", + "first1minCandleDate": "2021-12-28T12:46:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "GBT": { - "figi": "BBG00341H6M0", - "ticker": "GBT", + "TAP": { + "figi": "BBG000BS7KS3", + "ticker": "TAP", "classCode": "SPBXM", - "isin": "US37890U1088", + "isin": "US60871R2094", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 613100000 - }, - "dshort": { - "units": "0", - "nano": 898900000 - }, - "dlongMin": { - "units": "0", - "nano": 378000000 - }, - "dshortMin": { - "units": "0", - "nano": 378000000 - }, "shortEnabledFlag": false, - "name": "Global Blood Therapeutics Inc", - "exchange": "SPB", - "ipoDate": "2015-08-12T00:00:00Z", - "issueSize": "43699339", + "name": "Molson Coors Brewing", + "exchange": "SPB_MORNING", + "ipoDate": "1975-06-10T00:00:00Z", + "issueSize": "195153420", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "54aa5c23-c90e-4a9b-9e9e-9a5f56032774", + "uid": "83a18339-705f-4b94-bf4c-c2e069c2734e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "681cc2fe-f883-47b8-bc92-40ac7fa4af6b", + "positionUid": "ad428f35-59d4-4921-8c47-7a262199d849", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:28:00Z", - "first1dayCandleDate": "2015-08-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T10:40:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ATUS": { - "figi": "BBG00GFMPRK0", - "ticker": "ATUS", + "EVH": { + "figi": "BBG005CHLM96", + "ticker": "EVH", "classCode": "SPBXM", - "isin": "US02156K1034", + "isin": "US30050B1017", "lot": 1, "currency": "usd", "klong": { @@ -54075,7 +52601,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 515400000 }, "dlongMin": { "units": "0", @@ -54083,23 +52609,23 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 231000000 }, - "shortEnabledFlag": false, - "name": "Altice USA Inc", + "shortEnabledFlag": true, + "name": "Evolent Health Inc", "exchange": "SPB", - "ipoDate": "2017-06-22T00:00:00Z", - "issueSize": "246982292", + "ipoDate": "2015-06-05T00:00:00Z", + "issueSize": "77065740", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "4000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -54110,125 +52636,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d86b036c-e428-4128-9305-03876de0d3c6", + "uid": "874f8ec8-28ad-4118-acbb-f37b6d35147b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "812c4dda-add0-4032-817a-b22a826a0548", + "positionUid": "e68307f2-11c9-427d-96b2-10163de411a8", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:26:00Z", - "first1dayCandleDate": "2017-06-22T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:35:00Z", + "first1dayCandleDate": "2015-06-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TAK": { - "figi": "BBG000LF8708", - "ticker": "TAK", + "AVAV": { + "figi": "BBG000GX14P2", + "ticker": "AVAV", "classCode": "SPBXM", - "isin": "US8740602052", + "isin": "US0080731088", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Takeda Pharmaceutical Co Ltd", + "shortEnabledFlag": false, + "name": "AeroVironment Inc", "exchange": "SPB", - "issueSize": "3164505050", - "countryOfRisk": "JP", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "0", + "ipoDate": "2007-01-23T00:00:00Z", + "issueSize": "23387513", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7e320cd-0f6a-4492-9b52-1fd3f57e2c4e", + "uid": "bd0c8555-f2be-4429-a4e2-ef295c55aa5f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4a8cd32a-4f72-4e0d-891d-abf3307730b8", + "positionUid": "285123a5-753b-4532-a2e2-e5035b917013", "forIisFlag": true, - "first1minCandleDate": "2019-01-15T13:35:00Z", - "first1dayCandleDate": "2010-05-10T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:29:00Z", + "first1dayCandleDate": "2007-01-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AZO": { - "figi": "BBG000C7LMS8", - "ticker": "AZO", + "MDGL": { + "figi": "BBG000QS6NV8", + "ticker": "MDGL", "classCode": "SPBXM", - "isin": "US0533321024", + "isin": "US5588681057", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "AutoZone", + "name": "Madrigal Pharmaceuticals Inc", "exchange": "SPB", - "ipoDate": "1991-04-01T00:00:00Z", - "issueSize": "28030696", + "ipoDate": "2017-11-01T00:00:00Z", + "issueSize": "11570149", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -54239,20 +52718,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2a828e19-88a0-4c1a-8f48-bdd6b5e2f903", + "uid": "a74d4f18-f887-43c4-a819-d19ab05882ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "47e3d884-51f9-405e-af7f-b4f40e221d83", + "positionUid": "32be5cdc-187d-41fe-bcef-ad97e3a7f4ed", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:34:00Z", - "first1dayCandleDate": "1991-04-02T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PARA": { - "figi": "BBG000C496P7", - "ticker": "PARA", + "Z": { + "figi": "BBG009NRSWJ4", + "ticker": "Z", "classCode": "SPBXM", - "isin": "US92556H2067", + "isin": "US98954M2008", "lot": 1, "currency": "usd", "klong": { @@ -54269,7 +52748,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 532600000 }, "dlongMin": { "units": "0", @@ -54277,85 +52756,20 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 238000000 }, "shortEnabledFlag": true, - "name": "Paramount Global", - "exchange": "SPB", - "ipoDate": "1990-03-26T00:00:00Z", - "issueSize": "605813492", + "name": "Zillow Group Inc", + "exchange": "SPB_MORNING", + "issueSize": "140633463", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "telecom", - "issueSizePlan": "5000000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "74eb2eb0-d833-4e8b-965e-09a26431510a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1aa7c71e-1326-43e0-a870-74ae621019bb", - "forIisFlag": true, - "first1minCandleDate": "2019-12-11T10:46:00Z", - "first1dayCandleDate": "2019-12-11T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "WKHS": { - "figi": "BBG000BDPB15", - "ticker": "WKHS", - "classCode": "SPBXM", - "isin": "US98138J2069", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 793900000 - }, - "dshort": { - "units": "1", - "nano": 390100000 - }, - "dlongMin": { - "units": "0", - "nano": 546000000 - }, - "dshortMin": { - "units": "0", - "nano": 546000000 - }, - "shortEnabledFlag": true, - "name": "Workhorse Group Inc", - "exchange": "SPB", - "issueSize": "105134924", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -54368,20 +52782,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5f5328e2-47b9-4824-a5a0-992d386da2d3", + "uid": "2d89342a-7a43-4477-847d-0f79c2d4c305", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f1eb3895-e562-4984-bc66-405d8e3c7f69", + "positionUid": "d2528054-856e-4ddd-abb8-cf38cd00243e", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:01:00Z", + "first1dayCandleDate": "2015-08-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DAL": { - "figi": "BBG000R7Z112", - "ticker": "DAL", + "UNM": { + "figi": "BBG000BW2QX0", + "ticker": "UNM", "classCode": "SPBXM", - "isin": "US2473617023", + "isin": "US91529Y1064", "lot": 1, "currency": "usd", "klong": { @@ -54408,19 +52822,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Delta Air Lines", + "shortEnabledFlag": false, + "name": "Unum", "exchange": "SPB_MORNING", - "ipoDate": "2007-04-25T00:00:00Z", - "issueSize": "640013818", + "ipoDate": "1986-11-01T00:00:00Z", + "issueSize": "221194578", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "725000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -54433,77 +52847,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3d7aa563-ea5a-43e4-9ebc-968701aad7ca", + "uid": "8c12ecf3-ab2a-4edd-ac87-43e455c8d838", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2ce6103e-54b1-4178-a4ba-b36fdcf300cd", + "positionUid": "dc2b7dad-ec9b-4a68-acf9-b89ebac02260", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2007-04-26T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "DLO": { - "figi": "BBG00XGCHFV7", - "ticker": "DLO", - "classCode": "SPBXM", - "isin": "KYG290181018", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "DLocal", - "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "UY", - "countryOfRiskName": "Восточная Республика Уругвай", - "sector": "financial", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 2000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "e3af78b1-80c4-4b64-ac7f-35e3eb15bff3", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4bdf14a1-ca01-4606-a16a-646fa3562fbe", - "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ANIP": { - "figi": "BBG000KK1L04", - "ticker": "ANIP", + "PSN": { + "figi": "BBG000C3TKY6", + "ticker": "PSN", "classCode": "SPBXM", - "isin": "US00182C1036", + "isin": "US70202L1026", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ANI Pharmaceuticals Inc", + "name": "Parsons", "exchange": "SPB", - "ipoDate": "2006-06-28T00:00:00Z", - "issueSize": "12080121", + "issueSize": "99434877", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "33333334", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -54514,20 +52887,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83baaf4b-823c-4c6c-a598-87c96cd76e03", + "uid": "a5b71071-1614-4cfc-a50f-eff7e5564dee", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d277d70-5c04-4114-8ca2-efb5e61c2cea", + "positionUid": "8a001b08-fbda-4ac9-b827-a6bb5d461a38", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MSFT": { - "figi": "BBG000BPH459", - "ticker": "MSFT", + "JPM": { + "figi": "BBG000DMBXR2", + "ticker": "JPM", "classCode": "SPBXM", - "isin": "US5949181045", + "isin": "US46625H1005", "lot": 1, "currency": "usd", "klong": { @@ -54555,18 +52928,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Microsoft Corporation", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1986-03-13T00:00:00Z", - "issueSize": "7514891248", + "name": "JPMorgan", + "exchange": "SPB_MORNING", + "ipoDate": "1969-03-05T00:00:00Z", + "issueSize": "3899050011", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "3899050011", "nominal": { "currency": "usd", - "units": "0", - "nano": 6250 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -54579,61 +52952,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "99cfdf6a-8b64-44b1-b38e-c831f77d552d", + "uid": "84bb0465-14d1-4d51-95ba-a915fd3594b1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14ed5263-ac0f-49e8-b6bd-b9abc15699a0", + "positionUid": "a9b6a32b-2eda-4b37-8987-150ac1b03498", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:21:00Z", + "first1minCandleDate": "2018-01-23T11:07:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DHI": { - "figi": "BBG000DQTXY6", - "ticker": "DHI", - "classCode": "SPBXM", - "isin": "US23331A1097", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "RUGR": { + "figi": "BBG0014PFYM2", + "ticker": "RUGR", + "classCode": "TQBR", + "isin": "RU000A0JPNP4", + "lot": 10, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0420\u0443\u0441\u0433\u0440\u044d\u0439\u043d", + "exchange": "MOEX", + "ipoDate": "2011-09-22T00:00:00Z", + "issueSize": "42984000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "42984000", + "nominal": { + "currency": "rub", + "units": "1", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 2000000 }, - "shortEnabledFlag": true, - "name": "D.R. Horton", + "apiTradeAvailableFlag": true, + "uid": "7c9454d0-af4a-4380-82d5-394ee7c9b037", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ce1c9b6b-6d13-495f-a953-61f7158b5463", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:08:00Z", + "first1dayCandleDate": "2010-08-16T00:00:00Z", + "type": "Shares", + "step": 0.002 + }, + "KFY": { + "figi": "BBG000C5QMB5", + "ticker": "KFY", + "classCode": "SPBXM", + "isin": "US5006432000", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Korn Ferry", "exchange": "SPB", - "ipoDate": "1992-06-05T00:00:00Z", - "issueSize": "357183972", + "ipoDate": "1999-02-10T00:00:00Z", + "issueSize": "56429436", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -54644,117 +53034,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c38b8e00-b8b7-4b1c-9eeb-07fb557e57c9", + "uid": "5c593865-fbc7-4808-bd91-1d461bb7c26f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "077cdcee-9a8d-4046-b752-858844410a86", + "positionUid": "71c9efcb-28b4-493b-980b-542b563cd763", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1992-06-05T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:45:00Z", + "first1dayCandleDate": "1999-02-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NCNO": { - "figi": "BBG014GJ8XH2", - "ticker": "NCNO", + "TTEK": { + "figi": "BBG000BYZ0Q5", + "ticker": "TTEK", "classCode": "SPBXM", - "isin": "US63947X1019", + "isin": "US88162G1031", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "nCino", + "name": "Tetra Tech", "exchange": "SPB", - "issueSize": "75651808", + "issueSize": "54683812", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd960c45-ed30-4236-8b2b-f42cf31e17ed", + "uid": "d2e61962-87cc-49d8-8893-2edbe2c932f3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "884c92b7-88f3-4348-876b-ee6594fcc365", + "positionUid": "d53fc070-3322-44a5-944c-fc46925ec1dd", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:57:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2020-05-18T12:09:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FOXF": { - "figi": "BBG004T7VS53", - "ticker": "FOXF", - "classCode": "SPBXM", - "isin": "US35138V1026", - "lot": 1, - "currency": "usd", + "PMSB": { + "figi": "BBG000MZL0Y6", + "ticker": "PMSB", + "classCode": "TQBR", + "isin": "RU000A0ET123", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Fox Factory Holding Corp", - "exchange": "SPB", - "ipoDate": "2013-08-08T00:00:00Z", - "issueSize": "38170784", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "90000000", + "name": "\u041f\u0435\u0440\u043c\u044d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442", + "exchange": "MOEX", + "ipoDate": "2005-06-21T00:00:00Z", + "issueSize": "36210960", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "36210960", "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 + "currency": "rub", + "units": "3", + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "a84efc89-6a8b-417f-83df-115d9ec7e4fc", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d82de1bb-a5dc-4c7d-a8be-08af22b7682d", + "uid": "4d8209f9-3b75-437d-ad5f-2906d56f27e9", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "41add1d3-cd51-4f01-bc4b-c47399d82a07", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2013-08-08T00:00:00Z", + "first1minCandleDate": "2018-03-07T20:44:00Z", + "first1dayCandleDate": "2006-04-24T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "ACIW": { - "figi": "BBG000PMBV39", - "ticker": "ACIW", + "SLVM": { + "figi": "BBG0122M8031", + "ticker": "SLVM", "classCode": "SPBXM", - "isin": "US0044981019", + "isin": "US8713321029", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ACI Worldwide, Inc.", + "name": "Sylvamo Corp.", "exchange": "SPB", - "issueSize": "116388958", + "issueSize": "44107155", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 5000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -54765,34 +53155,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c9108b8c-ee2e-4579-bf75-237309d3fc9d", + "uid": "e9394eb6-0fd0-433d-b6f7-962aab54d6e1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "50e13ac5-b233-4f80-bced-62a304e5e264", + "positionUid": "7ca4828d-a96b-4f00-b0b8-0d7b119cdc20", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-10-05T12:14:00Z", + "first1dayCandleDate": "2021-10-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WSC": { - "figi": "BBG00B0FS947", - "ticker": "WSC", - "classCode": "SPBXM", - "isin": "US9713781048", - "lot": 1, - "currency": "usd", + "PRFN": { + "figi": "BBG003BNWBP3", + "ticker": "PRFN", + "classCode": "TQPI", + "isin": "RU000A0JNXF9", + "lot": 100, + "currency": "rub", "shortEnabledFlag": false, - "name": "WillScot Mobile Mini Holdings", - "exchange": "SPB", - "issueSize": "100000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "name": "\u0427\u0417\u041f\u0421\u041d", + "exchange": "MOEX", + "ipoDate": "2005-04-21T00:00:00Z", + "issueSize": "838287450", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "837450", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 100000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -54802,25 +53193,25 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "11373215-3b6c-4860-bd09-b857266f18ab", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c0205a8a-a15d-4c33-b3c2-7c434f61b80a", + "uid": "378e3f3f-79f4-4b1f-8631-ca0222410cf4", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1783a471-63a5-446d-bd11-54b0d9b9bc55", "forIisFlag": true, - "first1minCandleDate": "2020-07-06T12:58:00Z", - "first1dayCandleDate": "2020-07-06T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:36:00Z", + "first1dayCandleDate": "2012-10-25T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.001 }, - "ROSN": { - "figi": "BBG004731354", - "ticker": "ROSN", - "classCode": "TQBR", - "isin": "RU000A0J2Q06", + "FGEN": { + "figi": "BBG000FW5ZL6", + "ticker": "FGEN", + "classCode": "SPBXM", + "isin": "US31572Q8087", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -54831,31 +53222,30 @@ }, "dlong": { "units": "0", - "nano": 292600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 338200000 + "nano": 515400000 }, "dlongMin": { "units": "0", - "nano": 158900000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 156800000 + "nano": 231000000 }, - "shortEnabledFlag": true, - "name": "Роснефть", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2005-09-29T00:00:00Z", - "issueSize": "10598177817", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "9092174000", + "shortEnabledFlag": false, + "name": "FIBROGEN INC", + "exchange": "SPB", + "issueSize": "62788159", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "225000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 10000000 }, @@ -54863,29 +53253,29 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fd417230-19cf-4e7b-9623-f7c9ca18ec6b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "d05e6615-43cf-4db7-83d1-c01e532bcfe3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "17e5ab9e-e315-4862-9737-4ce714b5c07f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2006-07-19T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "NKNC": { - "figi": "BBG000GQSRR5", - "ticker": "NKNC", - "classCode": "TQBR", - "isin": "RU0009100507", - "lot": 10, - "currency": "rub", + "SOHU": { + "figi": "BBG00L2DB535", + "ticker": "SOHU", + "classCode": "SPBXM", + "isin": "US83410S1087", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -54896,31 +53286,30 @@ }, "dlong": { "units": "0", - "nano": 276400000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 405700000 + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 149400000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 185600000 + "nano": 294000000 }, "shortEnabledFlag": false, - "name": "Нижнекамскнефтехим", - "exchange": "MOEX", - "ipoDate": "2003-08-15T00:00:00Z", - "issueSize": "1611256000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "1611256000", + "name": "Sohu.com", + "exchange": "SPB", + "issueSize": "39306323", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1", "nano": 0 }, @@ -54928,43 +53317,43 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7fad3575-99ca-4b36-807c-9c7c37e64b29", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f760e4e7-cc20-4957-953d-d8975d31241d", + "uid": "1a31a7e9-4948-44af-a2e4-a2194d60c5c2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b5f86278-07ba-4678-9fd0-ed67a2cec947", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:44:00Z", - "first1dayCandleDate": "2008-04-07T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2000-07-12T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "PAAS": { - "figi": "BBG000C0RGY3", - "ticker": "PAAS", + "MEI": { + "figi": "BBG000BNY197", + "ticker": "MEI", "classCode": "SPBXM", - "isin": "CA6979001089", + "isin": "US5915202007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Pan American Silver Corp", + "name": "Methode Electronics Inc", "exchange": "SPB", - "issueSize": "152189889", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "materials", - "issueSizePlan": "200000000", + "issueSize": "36986952", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -54975,20 +53364,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a6f69dff-54f0-4329-831f-f058b53024fb", + "uid": "fcc4de4a-2188-494a-bdb5-e412fddbcfb8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "46105f48-8925-4a6a-8381-3f09b87a09c1", + "positionUid": "b6674952-e31d-45a7-a1f9-c37042b9f0d2", "forIisFlag": true, - "first1minCandleDate": "2021-09-03T11:32:00Z", - "first1dayCandleDate": "2021-09-03T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MCO": { - "figi": "BBG000F86GP6", - "ticker": "MCO", + "META": { + "figi": "BBG000MM2P62", + "ticker": "META", "classCode": "SPBXM", - "isin": "US6153691059", + "isin": "US30303M1027", "lot": 1, "currency": "usd", "klong": { @@ -55015,99 +53404,140 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Moody's", - "exchange": "SPB", - "issueSize": "194900000", + "shortEnabledFlag": true, + "name": "Meta Platforms", + "exchange": "SPB_WEEKEND", + "ipoDate": "2012-05-18T00:00:00Z", + "issueSize": "2383812263", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 6000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd50f6c2-cf14-4d9a-b82d-83ec28169043", + "uid": "7ac2fb60-1b6a-48b0-9149-0572feac6219", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "98f3451a-1d65-4e5b-9bb0-20700eff1205", + "positionUid": "fce134ae-bb91-498c-aa5d-4f49ad2e5392", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:35:00Z", - "first1dayCandleDate": "1998-06-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1dayCandleDate": "2012-05-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "POR": { - "figi": "BBG000BCRMW7", - "ticker": "POR", + "ABCL": { + "figi": "BBG00LLW2MF2", + "ticker": "ABCL", "classCode": "SPBXM", - "isin": "US7365088472", + "isin": "CA00288U1066", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Portland General Electric", + "name": "AbCellera Biologics", "exchange": "SPB", - "issueSize": "89114522", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "160000000", + "issueSize": "154091264", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70020383-82d8-4dce-b275-aa82a47b4827", + "uid": "db003323-1143-403a-953e-4876fd4dda6f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b23f7a9b-4729-4600-801c-fb3cd8fdedd7", + "positionUid": "6973d6ee-940b-4b02-9da3-d7bcf52e3e7e", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:33:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:32:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FROG": { - "figi": "BBG006PWZX16", - "ticker": "FROG", + "S": { + "figi": "BBG00B6F2F09", + "ticker": "S", "classCode": "SPBXM", - "isin": "IL0011684185", + "isin": "US81730H1095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "JFrog Ltd.", + "name": "SentinelOne, Inc.", "exchange": "SPB", - "issueSize": "91193180", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", + "issueSize": "36428568", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "500000000", + "issueSizePlan": "1500000000", "nominal": { - "currency": "ils", + "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "fb397e5b-cc73-4c45-ab89-bbbb1b5d9f14", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "08a30fcb-0117-4841-a720-e860c2ffe7fc", + "forIisFlag": true, + "first1minCandleDate": "2021-06-30T16:24:00Z", + "first1dayCandleDate": "2021-06-30T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "WOLF": { + "figi": "BBG000BG14P4", + "ticker": "WOLF", + "classCode": "SPBXM", + "isin": "US9778521024", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Wolfspeed", + "exchange": "SPB_MORNING", + "issueSize": "115885032", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1250000 + }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -55119,34 +53549,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "940a87b4-27d3-498d-bc37-cff76e66e54a", + "uid": "c34e6279-8158-47ae-b423-505d6d420fcc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d6dbc0a5-a944-4fd7-9efa-5dbaf676bc5c", + "positionUid": "e445df88-291b-45bd-9376-45ec45379750", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:36:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2021-10-11T11:58:00Z", + "first1dayCandleDate": "2021-10-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AON": { - "figi": "BBG00SSQFPK6", - "ticker": "AON", + "MTG": { + "figi": "BBG000CBMH27", + "ticker": "MTG", "classCode": "SPBXM", - "isin": "IE00BLP1HW54", + "isin": "US5528481030", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Aon", - "exchange": "SPB", - "issueSize": "231281026", + "name": "MGIC Investment Corp", + "exchange": "SPB_MORNING", + "ipoDate": "2017-05-25T00:00:00Z", + "issueSize": "340641277", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "500000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -55159,20 +53590,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "295c1db2-e115-4599-a9b6-1995960969c1", + "uid": "6023557f-bb18-476e-a004-6a339b0ccb95", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d3f9d245-7b58-4ccc-a6c1-e83fba78c979", + "positionUid": "f67a6eda-2d0d-4a61-a053-1bf6ad3ca850", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:31:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ET": { - "figi": "BBG000BM2FL9", - "ticker": "ET", + "NFLX": { + "figi": "BBG000CL9VN6", + "ticker": "NFLX", "classCode": "SPBXM", - "isin": "US29273V1008", + "isin": "US64110L1061", "lot": 1, "currency": "usd", "klong": { @@ -55185,180 +53616,270 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Energy Transfer LP", - "exchange": "SPB", - "ipoDate": "2006-02-02T00:00:00Z", - "issueSize": "1166403685", + "name": "Netflix", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2002-05-22T00:00:00Z", + "issueSize": "442595888", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "4990000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_MLP", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db04fd2d-6743-4251-965b-771bbfd89da6", + "uid": "8bf669aa-0a82-412a-a91b-df2a257338c1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d6ef117f-f969-45e0-a491-91190e9da552", + "positionUid": "c608c49f-3315-431b-b7fb-09a25cd53800", "forIisFlag": true, - "first1minCandleDate": "2018-11-13T13:07:00Z", - "first1dayCandleDate": "2018-11-13T07:00:00Z", + "first1minCandleDate": "2018-01-23T07:46:00Z", + "first1dayCandleDate": "2002-05-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UTHR": { - "figi": "BBG000BV4XJ1", - "ticker": "UTHR", + "ED": { + "figi": "BBG000BHLYS1", + "ticker": "ED", "classCode": "SPBXM", - "isin": "US91307C1027", + "isin": "US2091151041", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "United Therapeutics Corp", - "exchange": "SPB", - "ipoDate": "1999-06-16T00:00:00Z", - "issueSize": "43467794", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "245000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Consolidated Edison", + "exchange": "SPB_MORNING", + "ipoDate": "1948-06-21T00:00:00Z", + "issueSize": "310730465", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db27ea2f-9e46-473e-990a-6e7ce54f19ba", + "uid": "083c922b-1cc2-466b-98c4-fd9440576ba1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f902565e-2696-4359-bb20-88ad7d4a0bd2", + "positionUid": "6d0fd167-96e3-48b8-ac81-8d5b3187085f", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1999-06-17T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PB": { - "figi": "BBG000BHY4D9", - "ticker": "PB", + "SIBN": { + "figi": "BBG004S684M6", + "ticker": "SIBN", + "classCode": "TQBR", + "isin": "RU0009062467", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 200000000 + }, + "dshort": { + "units": "0", + "nano": 304100000 + }, + "dlongMin": { + "units": "0", + "nano": 105600000 + }, + "dshortMin": { + "units": "0", + "nano": 142000000 + }, + "shortEnabledFlag": true, + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "1995-10-17T00:00:00Z", + "issueSize": "4741299639", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "4741299639", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 1600000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9ba367af-dfbd-4d9c-8730-4b1d5a47756e", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "1999-09-06T00:00:00Z", + "type": "Shares", + "step": 0.05 + }, + "WY": { + "figi": "BBG000BX3BL3", + "ticker": "WY", "classCode": "SPBXM", - "isin": "US7436061052", + "isin": "US9621661043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Prosperity Bancshares", - "exchange": "SPB", - "issueSize": "94743519", + "name": "Weyerhaeuser REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1963-12-06T00:00:00Z", + "issueSize": "744786160", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "1360000000", "nominal": { "currency": "usd", "units": "1", - "nano": 0 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0fc463b0-a04f-4b94-97e8-c0b8e131ff4c", + "uid": "6335bf07-98f0-4519-9a6c-9639fef3ee7c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "36953608-1630-46fd-803c-c043cfe584dd", + "positionUid": "4538a6d7-d1ed-4a80-a608-13b3f347120c", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PTCT": { - "figi": "BBG000QT15P7", - "ticker": "PTCT", + "INDB": { + "figi": "BBG000BM0597", + "ticker": "INDB", "classCode": "SPBXM", - "isin": "US69366J2006", + "isin": "US4538361084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PTC Therapeutics", + "name": "Independent Bank Corp", "exchange": "SPB", - "issueSize": "62875395", + "issueSize": "32934656", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c7dd0c33-c71a-471c-a6ac-12d8e73e3c6d", + "uid": "b81a8e5e-6fb4-4cd1-8a54-b407fc01bac6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "76afbb3d-a465-4677-8594-3327533cb4cb", + "positionUid": "63107bfa-5973-4972-83eb-1d4b628e62c4", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1minCandleDate": "2020-10-13T13:28:00Z", "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NLSN": { - "figi": "BBG0088CYPX8", - "ticker": "NLSN", + "MRK": { + "figi": "BBG000BPD168", + "ticker": "MRK", "classCode": "SPBXM", - "isin": "GB00BWFY5505", + "isin": "US58933Y1055", "lot": 1, "currency": "usd", "klong": { @@ -55386,17 +53907,17 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Nielsen Holdings plc", - "exchange": "SPB", - "issueSize": "357429908", + "name": "Merck", + "exchange": "SPB_MORNING", + "issueSize": "2531374696", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1185800000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 70000000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -55409,55 +53930,30 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b43954e2-a4d2-42af-9ead-46e9e070bb75", + "uid": "1edaf287-d018-4cb6-8936-3106d803c0a5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5914ee99-2868-4bd8-b847-5c20daadcc6a", + "positionUid": "e6bf9829-a8c6-4a97-a896-caa7f0a31ddd", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "2011-01-26T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VRTX": { - "figi": "BBG000C1S2X2", - "ticker": "VRTX", + "VSCO": { + "figi": "BBG01103B471", + "ticker": "VSCO", "classCode": "SPBXM", - "isin": "US92532F1003", + "isin": "US9264001028", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Vertex Pharmaceuticals", - "exchange": "SPB", - "ipoDate": "1991-07-04T00:00:00Z", - "issueSize": "259428394", + "shortEnabledFlag": false, + "name": "Victorias Secret & Co.", + "exchange": "SPB_MORNING", + "issueSize": "88355930", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -55474,61 +53970,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c1cbc58d-2312-4ff1-9b93-893caf0fdc30", + "uid": "b5bfd9b9-f622-44a8-8943-a580ace1a5d2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cf221766-df55-426e-ac8d-9b7ca8eaed10", + "positionUid": "401cc3d8-a5a9-43b0-9754-cabc0f26b440", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:27:00Z", - "first1dayCandleDate": "1991-07-24T00:00:00Z", + "first1minCandleDate": "2021-08-06T12:30:00Z", + "first1dayCandleDate": "2021-08-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IFF": { - "figi": "BBG000BLSL58", - "ticker": "IFF", + "BCO": { + "figi": "BBG000DR5QP5", + "ticker": "BCO", "classCode": "SPBXM", - "isin": "US4595061015", + "isin": "US1096961040", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "shortEnabledFlag": false, + "name": "Brink's Co", + "exchange": "SPB", + "issueSize": "50483354", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", + "units": "1", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "165167f1-8063-458a-a495-b17555edd809", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "3073e023-1859-48d1-8190-3c7affc70db2", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "NPK": { + "figi": "BBG000BQ4GG2", + "ticker": "NPK", + "classCode": "SPBXM", + "isin": "US6372151042", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "International Flavors & Fragrances", + "name": "National Presto Industries Inc", "exchange": "SPB", - "ipoDate": "1964-03-02T00:00:00Z", - "issueSize": "106633296", + "issueSize": "6948644", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "12000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 125000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -55539,20 +54050,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aeb9107a-a546-4c10-8840-1eac174ea837", + "uid": "ce40a0b2-6af1-4d97-986a-b3746e75b22e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7874c6c1-fb30-4b08-aeda-86c736382221", + "positionUid": "d4f68781-cc35-4c2f-92f9-18da5522c21b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:37:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:41:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BABA": { - "figi": "BBG006G2JVL2", - "ticker": "BABA", + "YAKG": { + "figi": "BBG002B298N6", + "ticker": "YAKG", + "classCode": "TQBR", + "isin": "RU0007796819", + "lot": 10, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u042f\u0422\u042d\u041a", + "exchange": "MOEX", + "ipoDate": "2003-07-23T00:00:00Z", + "issueSize": "826919375", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "198419375", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "6e24431b-12fc-423b-b566-f2919ebd5a53", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "939f01f4-3e31-41bf-81e0-fa483ae81104", + "forIisFlag": true, + "first1minCandleDate": "2018-03-08T01:41:00Z", + "first1dayCandleDate": "2018-03-09T07:00:00Z", + "type": "Shares", + "step": 0.05 + }, + "EQIX": { + "figi": "BBG000MBDGM6", + "ticker": "EQIX", "classCode": "SPBXM", - "isin": "US01609W1027", + "isin": "US29444U7000", "lot": 1, "currency": "usd", "klong": { @@ -55579,45 +54131,45 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Alibaba", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "2014-09-19T00:00:00Z", - "issueSize": "2710913650", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "consumer", - "issueSizePlan": "0", + "shortEnabledFlag": false, + "name": "Equinix REIT", + "exchange": "SPB", + "ipoDate": "2000-08-11T00:00:00Z", + "issueSize": "77945120", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "25ec1161-2127-44bc-804d-ea92b6086717", + "uid": "2a097387-790f-4a34-9dc8-5f25b14d766b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "344b79b6-255a-4637-ba18-2e4b8bf5a66a", + "positionUid": "95fc2f8e-2ac2-4529-8ebf-2d40dd9f5758", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:00:00Z", - "first1dayCandleDate": "2014-09-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:28:00Z", + "first1dayCandleDate": "2002-12-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMP": { - "figi": "BBG000G3QLY3", - "ticker": "AMP", + "VIPS": { + "figi": "BBG002NLDLV8", + "ticker": "VIPS", "classCode": "SPBXM", - "isin": "US03076C1062", + "isin": "US92763W1036", "lot": 1, "currency": "usd", "klong": { @@ -55634,7 +54186,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 674400000 }, "dlongMin": { "units": "0", @@ -55642,47 +54194,46 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 294000000 }, - "shortEnabledFlag": false, - "name": "Ameriprise Financial", - "exchange": "SPB", - "ipoDate": "2005-09-12T00:00:00Z", - "issueSize": "135496261", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "shortEnabledFlag": true, + "name": "Vipshop", + "exchange": "SPB_MORNING", + "issueSize": "599756755", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7df3cb41-e122-4b46-bab2-b7b0ceff0050", + "uid": "053a0e04-b942-44c7-ac16-da097a05573b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d54e670f-2385-4136-b656-28203d34add9", + "positionUid": "8c494ab7-3bb4-41d7-8990-2ff71fefc3b8", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2005-09-15T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:08:00Z", + "first1dayCandleDate": "2012-03-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AVB": { - "figi": "BBG000BLPBL5", - "ticker": "AVB", + "ELV": { + "figi": "BBG000BCG930", + "ticker": "ELV", "classCode": "SPBXM", - "isin": "US0534841012", + "isin": "US0367521038", "lot": 1, "currency": "usd", "klong": { @@ -55694,219 +54245,196 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "AvalonBay Communities REIT", + "name": "Elevance Health", "exchange": "SPB", - "ipoDate": "1994-03-11T00:00:00Z", - "issueSize": "138087866", + "ipoDate": "2001-10-30T00:00:00Z", + "issueSize": "243815480", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "280000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "579968c5-6182-460b-ae6c-8d85081747c3", + "uid": "6df263b5-d7e3-441f-a73c-ab58ec5e2a0b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e24b95fe-cd4b-49fd-8338-9031c72457a7", + "positionUid": "ad292290-d0ce-40d0-b9b9-0589f795d682", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1994-03-11T00:00:00Z", + "first1dayCandleDate": "2001-10-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WIX": { - "figi": "BBG005CM7J89", - "ticker": "WIX", + "UMBF": { + "figi": "BBG000DD8WX1", + "ticker": "UMBF", "classCode": "SPBXM", - "isin": "IL0011301780", + "isin": "US9027881088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Wix.com Ltd", + "name": "UMB Financial", "exchange": "SPB", - "issueSize": "40324883", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "it", - "issueSizePlan": "0", + "issueSize": "49092236", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "80000000", "nominal": { - "currency": "ils", - "units": "0", - "nano": 10000000 + "currency": "usd", + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa1f0368-d93b-443d-9268-7c07f40700e0", + "uid": "bc66c246-c0c4-4841-a43c-6028ac51a0fe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8a870eb5-06b1-42dd-b622-d7dea7dbef5d", + "positionUid": "29ae9da4-8430-4e32-b90e-485a54a6fca1", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WRB": { - "figi": "BBG000BD1HP2", - "ticker": "WRB", + "CFLT": { + "figi": "BBG007HWGYQ5", + "ticker": "CFLT", "classCode": "SPBXM", - "isin": "US0844231029", + "isin": "US20717M1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "WR Berkley", - "exchange": "SPB", - "issueSize": "265193412", + "name": "Confluent", + "exchange": "SPB_MORNING", + "issueSize": "194935375", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6532ff03-4efe-42ce-9160-a2b08dd866b9", + "uid": "a4b0ab4b-da01-4f50-9687-9dd13474b5fc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ed351e58-a163-4c69-af0a-012b744e2666", + "positionUid": "084d8e83-6476-44d6-81f7-8b87d76a628d", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VEON": { - "figi": "BBG000QCW561", - "ticker": "VEON", - "classCode": "SPBXM", - "isin": "US91822M1062", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, + "TGKB": { + "figi": "BBG000Q7GG57", + "ticker": "TGKB", + "classCode": "TQBR", + "isin": "RU000A0JNGS7", + "lot": 1000000, + "currency": "rub", "shortEnabledFlag": false, - "name": "VEON", - "exchange": "SPB", - "ipoDate": "2010-04-16T00:00:00Z", - "issueSize": "1749127404", + "name": "\u0422\u0413\u041a-2", + "exchange": "MOEX", + "ipoDate": "2005-05-14T00:00:00Z", + "issueSize": "1458404850747", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "1000000000", "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "currency": "rub", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000 }, "apiTradeAvailableFlag": true, - "uid": "96645018-45ab-4640-a22e-81a3a153d414", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "776b4d52-f392-4634-9d6f-509af98524e0", + "uid": "ba9b6eb4-614c-4be8-bdba-dd86cdfece64", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "80a22970-659c-45a5-b0ed-1f842ecd082c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2010-04-16T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:42:00Z", + "first1dayCandleDate": "2007-01-30T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 5e-06 }, - "ARCC": { - "figi": "BBG000PD6X77", - "ticker": "ARCC", + "XRAY": { + "figi": "BBG000BX57K1", + "ticker": "XRAY", "classCode": "SPBXM", - "isin": "US04010L1035", + "isin": "US24906P1093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ares Capital Corp", - "exchange": "SPB", - "issueSize": "313954008", + "name": "Dentsply Sirona", + "exchange": "SPB_MORNING", + "ipoDate": "1960-05-05T00:00:00Z", + "issueSize": "223218138", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -55919,20 +54447,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aae21cb9-2389-43ce-89f2-2bec6484b0af", + "uid": "63b92aee-3a46-4e0b-aceb-3482bcc73432", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b835cc8f-8f85-49d7-acb5-e8cf9d2d9f0b", + "positionUid": "54b3da48-68c8-48e8-9459-fafd865b2e8d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:13:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:28:00Z", + "first1dayCandleDate": "1988-09-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HAS": { - "figi": "BBG000BKVJK4", - "ticker": "HAS", + "D": { + "figi": "BBG000BGVW60", + "ticker": "D", "classCode": "SPBXM", - "isin": "US4180561072", + "isin": "US25746U1097", "lot": 1, "currency": "usd", "klong": { @@ -55960,18 +54488,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Hasbro", - "exchange": "SPB", - "ipoDate": "1968-10-10T00:00:00Z", - "issueSize": "124902730", + "name": "Dominion Energy Inc", + "exchange": "SPB_MORNING", + "ipoDate": "1983-05-20T00:00:00Z", + "issueSize": "580435589", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -55984,61 +54512,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f24ce416-78d8-4d17-81b0-b45f7959bb53", + "uid": "16f5820e-fe57-42fb-a499-5b3eb9420404", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c0da424-4916-4857-84fc-1d2cbdb2022f", + "positionUid": "3bc40a81-7bfd-497c-a518-d802075976be", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:58:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-14T14:00:00Z", + "first1dayCandleDate": "1984-11-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WING": { - "figi": "BBG008N298Y8", - "ticker": "WING", + "GO": { + "figi": "BBG00P4R3079", + "ticker": "GO", "classCode": "SPBXM", - "isin": "US9741551033", + "isin": "US39874R1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Wingstop Inc", + "name": "Grocery Outlet Holding Corp", "exchange": "SPB", - "ipoDate": "2015-06-12T00:00:00Z", - "issueSize": "29399276", + "issueSize": "90873610", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "100000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ee25aa8d-57d0-4fce-93cb-8c4f1dd082fb", + "uid": "ffae4aa0-bc1e-417a-8bbf-2d359674b3a4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5e09d372-98ba-47ab-a256-7c2fcb2bf391", + "positionUid": "3f34b1e6-3d54-44ed-8249-448e12085a58", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2015-06-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:22:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ESPR": { - "figi": "BBG004KB3S72", - "ticker": "ESPR", + "GOSS": { + "figi": "BBG00MVWLLM2", + "ticker": "GOSS", "classCode": "SPBXM", - "isin": "US29664W1053", + "isin": "US38341P1021", "lot": 1, "currency": "usd", "klong": { @@ -56051,35 +54578,35 @@ }, "dlong": { "units": "0", - "nano": 710600000 + "nano": 695300000 }, "dshort": { - "units": "0", - "nano": 784900000 + "units": "1", + "nano": 96700000 }, "dlongMin": { "units": "0", - "nano": 462000000 + "nano": 448000000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 448000000 }, - "shortEnabledFlag": false, - "name": "Esperion Therapeutics Inc", + "shortEnabledFlag": true, + "name": "Gossamer Bio Inc", "exchange": "SPB", - "ipoDate": "2003-06-12T00:00:00Z", - "issueSize": "26803675", + "ipoDate": "2019-02-08T00:00:00Z", + "issueSize": "65893276", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "120000000", + "issueSizePlan": "700000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -56090,20 +54617,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4ac4b145-8bf6-412d-aa5f-e5550c026a44", + "uid": "5af7a2cf-de20-4c9e-8b23-7fbad3610523", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "060a4243-a3e6-4fa6-8651-b5ecc9411f78", + "positionUid": "485c6ac9-1755-423a-a9ba-8b65fc14f491", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-08-05T11:22:00Z", + "first1dayCandleDate": "2019-02-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "URBN": { - "figi": "BBG000BL79J3", - "ticker": "URBN", + "BRK.B": { + "figi": "BBG000DWG505", + "ticker": "BRK.B", "classCode": "SPBXM", - "isin": "US9170471026", + "isin": "US0846707026", "lot": 1, "currency": "usd", "klong": { @@ -56130,21 +54657,20 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Urban Outfitters", + "shortEnabledFlag": true, + "name": "Berkshire Hathaway", "exchange": "SPB", - "ipoDate": "1993-11-08T00:00:00Z", - "issueSize": "115790358", + "issueSize": "1325373100", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 3300000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -56155,60 +54681,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60f41447-0e2c-4300-8a07-0ed5f6e2be93", + "uid": "850e0c24-0e43-4378-bdde-2d8227c5af4b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "43df9c41-f0ad-48bc-b8df-ea6233e72a6e", + "positionUid": "e7397724-54cc-47a7-894b-b954e4dc51af", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-11-09T00:00:00Z", + "first1minCandleDate": "2018-04-05T22:11:00Z", + "first1dayCandleDate": "2018-04-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GNL": { - "figi": "BBG004HXD0G8", - "ticker": "GNL", + "BRC": { + "figi": "BBG000BDNV95", + "ticker": "BRC", "classCode": "SPBXM", - "isin": "US3793782018", + "isin": "US1046741062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Global Net Lease REIT", + "name": "Brady", "exchange": "SPB", - "issueSize": "67336343", + "issueSize": "49811300", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "issueSizePlan": "51261487", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c250e76-9c13-4ccd-8d05-a9707c2f1602", + "uid": "483d7f48-248e-4c4e-8f70-a0415480dd3a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "926803e4-b9e3-4485-969c-81f1542ebe96", + "positionUid": "c0b10885-652e-49fa-b8d7-8e8450ff5e46", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T14:30:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PH": { - "figi": "BBG000BR3KL6", - "ticker": "PH", + "URBN": { + "figi": "BBG000BL79J3", + "ticker": "URBN", "classCode": "SPBXM", - "isin": "US7010941042", + "isin": "US9170471026", "lot": 1, "currency": "usd", "klong": { @@ -56236,109 +54762,126 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Parker-Hannifin", - "exchange": "SPB", - "ipoDate": "1964-12-09T00:00:00Z", - "issueSize": "132360024", + "name": "Urban Outfitters", + "exchange": "SPB_MORNING", + "ipoDate": "1993-11-08T00:00:00Z", + "issueSize": "115790358", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4ac1fe95-b268-4e0f-ad33-8c63776c8712", + "uid": "60f41447-0e2c-4300-8a07-0ed5f6e2be93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0e4934b9-6aca-4281-87e3-31180e573c7a", + "positionUid": "43df9c41-f0ad-48bc-b8df-ea6233e72a6e", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "1993-11-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EIX": { - "figi": "BBG000D7RKJ5", - "ticker": "EIX", + "CE": { + "figi": "BBG000JYP7L8", + "ticker": "CE", "classCode": "SPBXM", - "isin": "US2810201077", + "isin": "US1508701034", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Celanese Corp", + "exchange": "SPB", + "ipoDate": "2005-01-21T00:00:00Z", + "issueSize": "126612492", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "400000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 100000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Edison International", - "exchange": "SPB", - "ipoDate": "1926-05-27T00:00:00Z", - "issueSize": "325811206", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "apiTradeAvailableFlag": true, + "uid": "0fcad73f-a12e-4354-8b10-c4be5946d0bd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "76e176fe-839f-477d-90e8-34861ab31270", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2005-01-21T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "KLSB": { + "figi": "BBG000DBD6F6", + "ticker": "KLSB", + "classCode": "TQBR", + "isin": "RU000A0DKZK3", + "lot": 100, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041a\u0430\u043b\u0443\u0436\u0441\u043a\u0430\u044f \u0441\u0431\u044b\u0442\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", + "exchange": "MOEX", + "ipoDate": "2004-05-18T00:00:00Z", + "issueSize": "91487347", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "utilities", - "issueSizePlan": "800000000", + "issueSizePlan": "67670185", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 0 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fd771a33-9cc3-45d4-91d3-bd3aa587b7cd", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c00d4ac0-814c-4989-a889-6eaf56d6b1aa", + "uid": "8a23dd3b-04bb-41f3-a531-1bc3c08deecf", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "440beb66-dc15-4679-b8d1-c1d00ee734f0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-12T16:49:00Z", + "first1dayCandleDate": "2006-03-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTD": { - "figi": "BBG000BZCKH3", - "ticker": "MTD", + "NXPI": { + "figi": "BBG000BND699", + "ticker": "NXPI", "classCode": "SPBXM", - "isin": "US5926881054", + "isin": "NL0009538784", "lot": 1, "currency": "usd", "klong": { @@ -56355,7 +54898,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -56363,87 +54906,87 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, - "shortEnabledFlag": false, - "name": "Mettler Toledo", - "exchange": "SPB", - "ipoDate": "1997-11-14T00:00:00Z", - "issueSize": "26235560", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "125000000", + "shortEnabledFlag": true, + "name": "NXP Semiconductors NV", + "exchange": "SPB_MORNING", + "issueSize": "430503000", + "countryOfRisk": "NL", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u043e\u0432", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d24259f0-f199-4b2b-86ff-829f7c21051b", + "uid": "75bc00c6-f872-48af-ac8c-fb8fd6af4762", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5f8e212f-4e91-4153-8ccb-4f50d63d9b44", + "positionUid": "44027a66-54b4-4153-8439-b170e7fbf444", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-11-14T00:00:00Z", + "first1minCandleDate": "2020-07-29T11:42:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GGG": { - "figi": "BBG000BK9W84", - "ticker": "GGG", + "CARG": { + "figi": "BBG00HQ77DS2", + "ticker": "CARG", "classCode": "SPBXM", - "isin": "US3841091040", + "isin": "US1417881091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Graco", + "name": "Cargurus Inc", "exchange": "SPB", - "issueSize": "167916424", + "ipoDate": "2017-10-12T00:00:00Z", + "issueSize": "90537641", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "291000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8ffb0204-8ec4-41d0-aa9a-b7113f975976", + "uid": "9277ab25-f4e5-4cba-8d1b-17a7640957a2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "65837ed9-a99b-41ff-a745-8eb514e454d7", + "positionUid": "0afdb4f0-e4fd-4c51-8bdb-5ab72acb4007", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:17:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:29:00Z", + "first1dayCandleDate": "2017-10-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SLDB": { - "figi": "BBG00JN4FXG8", - "ticker": "SLDB", + "GE": { + "figi": "BBG000BK6MB5", + "ticker": "GE", "classCode": "SPBXM", - "isin": "US83422E1055", + "isin": "US3696043013", "lot": 1, "currency": "usd", "klong": { @@ -56455,72 +54998,8 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, - "shortEnabledFlag": false, - "name": "Solid Biosciences", - "exchange": "SPB", - "issueSize": "60449341", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "300000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "e420d3b9-7764-42d1-b83e-b9f40b228d97", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b3c3731-17b4-4ef3-9e67-9ce69211b92b", - "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:00:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ALB": { - "figi": "BBG000BJ26K7", - "ticker": "ALB", - "classCode": "SPBXM", - "isin": "US0126531013", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 + "units": "0", + "nano": 500000000 }, "dshort": { "units": "0", @@ -56534,14 +55013,14 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Albemarle", - "exchange": "SPB", - "issueSize": "112566316", + "shortEnabledFlag": false, + "name": "General Electric Company", + "exchange": "SPB_MORNING", + "issueSize": "8781303049", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1650000000", "nominal": { "currency": "usd", "units": "0", @@ -56558,20 +55037,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0e014b3e-8d33-40ae-af57-ed8493152088", + "uid": "d7697cc4-d107-473c-8cb1-e75aab73f6b0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "882a554a-e568-4a24-96a9-8ba7e5cab441", + "positionUid": "1db3eaba-57ae-4e87-877f-b9f368651525", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:52:00Z", - "first1dayCandleDate": "1994-02-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:04:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KEY": { - "figi": "BBG000BMQPL1", - "ticker": "KEY", + "AMGN": { + "figi": "BBG000BBS2Y0", + "ticker": "AMGN", "classCode": "SPBXM", - "isin": "US4932671088", + "isin": "US0311621009", "lot": 1, "currency": "usd", "klong": { @@ -56599,17 +55078,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "KeyCorp", - "exchange": "SPB", - "issueSize": "1080711946", + "name": "Amgen", + "exchange": "SPB_MORNING", + "ipoDate": "1983-06-17T00:00:00Z", + "issueSize": "567852353", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -56622,36 +55102,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f4723d6-e0de-4042-9d66-d0fe3e0199bd", + "uid": "2f120621-2337-485c-b3c7-391436873d3c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b821511d-6d43-43f9-b443-20c33d216dd3", + "positionUid": "11d2690e-93d3-43e6-929f-3712fb15d60d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1minCandleDate": "2018-01-23T12:47:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALLY": { - "figi": "BBG000BC2R71", - "ticker": "ALLY", - "classCode": "SPBXM", - "isin": "US02005N1000", + "HOT@DE": { + "figi": "BBG000BC3WH8", + "ticker": "HOT@DE", + "classCode": "SPBDE", + "isin": "DE0006070006", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Ally Financial Inc", - "exchange": "SPB", - "issueSize": "449853338", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1100000000", + "name": "Hochtief AG", + "exchange": "SPB_DE", + "issueSize": "70646707", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -56662,35 +55142,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8fdda3eb-f869-468c-9c05-90677b457678", + "uid": "64451b7b-85ad-456a-9db7-4118408953a4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "46b7f183-9b9c-4725-b910-5e026e2eb873", + "positionUid": "04e847b6-9344-4c27-83f6-243fe25815fc", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2021-03-01T09:40:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AVAV": { - "figi": "BBG000GX14P2", - "ticker": "AVAV", - "classCode": "SPBXM", - "isin": "US0080731088", + "CHMK": { + "figi": "BBG000RP8V70", + "ticker": "CHMK", + "classCode": "TQBR", + "isin": "RU0007665170", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "AeroVironment Inc", - "exchange": "SPB", - "ipoDate": "2007-01-23T00:00:00Z", - "issueSize": "23387513", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "name": "\u0427\u041c\u041a", + "exchange": "MOEX", + "ipoDate": "2007-05-22T00:00:00Z", + "issueSize": "3161965", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "3161965", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -56699,65 +55179,40 @@ "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "5", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "bd0c8555-f2be-4429-a4e2-ef295c55aa5f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "285123a5-753b-4532-a2e2-e5035b917013", + "uid": "b5e26096-d013-48e4-b2a9-2f38b6090feb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "50cfe364-cfb7-4d9b-ade2-d51fdc3ed4d6", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:29:00Z", - "first1dayCandleDate": "2007-01-23T00:00:00Z", + "first1minCandleDate": "2018-03-08T01:02:00Z", + "first1dayCandleDate": "2008-12-31T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 5.0 }, - "BFH": { - "figi": "BBG000BFNR17", - "ticker": "BFH", - "classCode": "SPBXM", - "isin": "US0185811082", + "MTX@DE": { + "figi": "BBG000BVTPQ3", + "ticker": "MTX@DE", + "classCode": "SPBDE", + "isin": "DE000A0D9PT0", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Bread Financial", - "exchange": "SPB", - "ipoDate": "2001-06-08T00:00:00Z", - "issueSize": "55461323", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "currency": "eur", + "shortEnabledFlag": false, + "name": "MTU Aero Engines AG", + "exchange": "SPB_DE", + "issueSize": "53095488", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -56768,36 +55223,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0fb20944-6a38-4184-bf29-0c7c68d06f0e", + "uid": "1c572224-1233-4f0f-9553-4c3a8dba1490", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bb476ce9-4225-4461-ae01-5af7325d4377", + "positionUid": "8707ac27-e1b1-4175-a16a-8c1a39c0c367", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "2001-06-08T00:00:00Z", + "first1minCandleDate": "2021-03-01T08:15:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SJW": { - "figi": "BBG000BT1ZY7", - "ticker": "SJW", + "KLIC": { + "figi": "BBG000BMTX31", + "ticker": "KLIC", "classCode": "SPBXM", - "isin": "US7843051043", + "isin": "US5012421013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SJW Group", + "name": "Kulicke & Soffa Industries", "exchange": "SPB", - "issueSize": "28507411", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "70000000", + "issueSize": "70611761", + "countryOfRisk": "SG", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0438\u043d\u0433\u0430\u043f\u0443\u0440", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -56808,76 +55263,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "df0763ec-837f-446d-a0b6-0ccd3a28bedf", + "uid": "ca166d4d-12d8-450c-bcbc-2941ee17e3f7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ab398c1b-d866-4dcb-af66-258264d20734", + "positionUid": "e153052a-fa2b-4335-8f5a-6f587e9cc623", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:31:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:33:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RCUS": { - "figi": "BBG00DQD26W3", - "ticker": "RCUS", + "MGA": { + "figi": "BBG000BNLPJ7", + "ticker": "MGA", "classCode": "SPBXM", - "isin": "US03969F1093", + "isin": "CA5592224011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Arcus Biosciences", + "name": "Magna International Inc.", "exchange": "SPB", - "issueSize": "70876222", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "issueSize": "398592739", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fbab1bd8-dd39-4368-8431-f7bbed705c5b", + "uid": "efed6bc7-c1aa-4ec5-a93a-54ec2e91f774", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "572c4b29-ee75-4412-af39-ced24719a4eb", + "positionUid": "e8e0365a-64fc-4612-a419-c335b781688c", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:30:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2021-09-17T11:58:00Z", + "first1dayCandleDate": "2021-09-17T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ICFI": { - "figi": "BBG000BBXVK5", - "ticker": "ICFI", + "WIRE": { + "figi": "BBG000CQCCK6", + "ticker": "WIRE", "classCode": "SPBXM", - "isin": "US44925C1036", + "isin": "US2925621052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ICF International, Inc.", + "name": "Encore Wire Corporation", "exchange": "SPB", - "issueSize": "18789454", + "issueSize": "20557211", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "70000000", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -56888,22 +55343,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d194fc2a-93e8-480e-a0e8-744f556098be", + "uid": "b6eb47dd-d900-4e8e-b728-704c37ce4f0d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1ddba7ee-627e-4ee3-abff-0cf6ac7558e0", + "positionUid": "8db58c98-31ec-499d-ac40-12256152f0ac", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:28:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GAZP": { - "figi": "BBG004730RP0", - "ticker": "GAZP", - "classCode": "TQBR", - "isin": "RU0007661625", - "lot": 10, - "currency": "rub", + "VLDR": { + "figi": "BBG00M0X4584", + "ticker": "VLDR", + "classCode": "SPBXM", + "isin": "US92259F1012", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -56914,69 +55369,68 @@ }, "dlong": { "units": "0", - "nano": 289700000 + "nano": 613100000 }, "dshort": { "units": "0", - "nano": 527100000 + "nano": 898900000 }, "dlongMin": { "units": "0", - "nano": 157200000 + "nano": 378000000 }, "dshortMin": { "units": "0", - "nano": 235800000 + "nano": 378000000 }, - "shortEnabledFlag": true, - "name": "Газпром", - "exchange": "MOEX_WEEKEND", - "ipoDate": "1998-12-30T00:00:00Z", - "issueSize": "23673512900", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "23673512900", + "shortEnabledFlag": false, + "name": "Velodyne Lidar", + "exchange": "SPB", + "issueSize": "172896920", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "5", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "962e2a95-02a9-4171-abd7-aa198dbe643a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "f3405de8-89f1-4114-8d07-896df34f82b7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "32197c2f-f4f5-4f60-b1d1-816f922ff61f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2006-01-23T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:32:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LSCC": { - "figi": "BBG000C2D1C1", - "ticker": "LSCC", + "HBI": { + "figi": "BBG000D2ZTS8", + "ticker": "HBI", "classCode": "SPBXM", - "isin": "US5184151042", + "isin": "US4103451021", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lattice Semiconductor Corp", - "exchange": "SPB", - "issueSize": "129728000", + "name": "Hanesbrands", + "exchange": "SPB_MORNING", + "issueSize": "378721050", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", @@ -56986,27 +55440,27 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4bf30a47-cdc1-42f3-972f-d42e2444dc2c", + "uid": "232df9af-3701-4bfb-aa14-ba6e6f54f2b8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dafa787d-bf63-49d1-911f-f60092ad45e6", + "positionUid": "a965b6c9-0130-4126-a4c8-5ace00e67562", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:50:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2006-08-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MSCI": { - "figi": "BBG000RTDY25", - "ticker": "MSCI", + "CPNG": { + "figi": "BBG00XMJRPQ8", + "ticker": "CPNG", "classCode": "SPBXM", - "isin": "US55354G1004", + "isin": "US22266T1097", "lot": 1, "currency": "usd", "klong": { @@ -57023,7 +55477,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -57031,88 +55485,143 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, "shortEnabledFlag": false, - "name": "MSCI Inc", - "exchange": "SPB", - "ipoDate": "2007-11-15T00:00:00Z", - "issueSize": "89024288", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "750000000", + "name": "Coupang, Inc.", + "exchange": "SPB_MORNING", + "issueSize": "1540337807", + "countryOfRisk": "KR", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0440\u0435\u044f", + "sector": "consumer", + "issueSizePlan": "10000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e7f76f8-572b-4581-b029-56d4d450f5f5", + "uid": "3fbbaaa0-9330-456a-a324-174a69b99725", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2665256b-caba-4d62-bcff-58143fbe9086", + "positionUid": "e0f49596-1a95-4cc9-9c04-f28b7124c52b", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "2007-11-15T00:00:00Z", + "first1minCandleDate": "2021-05-03T11:33:00Z", + "first1dayCandleDate": "2021-05-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EL": { - "figi": "BBG000FKJRC5", - "ticker": "EL", + "HIW": { + "figi": "BBG000C43744", + "ticker": "HIW", "classCode": "SPBXM", - "isin": "US5184391044", + "isin": "US4312841087", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { + "shortEnabledFlag": false, + "name": "Highwoods Properties", + "exchange": "SPB", + "issueSize": "103921546", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dshort": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dlongMin": { + "apiTradeAvailableFlag": true, + "uid": "ca292169-a1f1-4db2-a4b2-2e0727eab16e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "52d712bb-71a0-4f7d-a797-fe7d5f142cc7", + "forIisFlag": true, + "first1minCandleDate": "2022-08-08T12:56:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "UNF": { + "figi": "BBG000BW29L1", + "ticker": "UNF", + "classCode": "SPBXM", + "isin": "US9047081040", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "UniFirst Corp MA", + "exchange": "SPB", + "issueSize": "15435844", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "30000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 100000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "c4499f6a-f176-42fe-8d94-3827abb01674", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "785a68e6-2f56-4026-92ce-c458f846d0e3", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T15:07:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CALM": { + "figi": "BBG000CDMJW6", + "ticker": "CALM", + "classCode": "SPBXM", + "isin": "US1280302027", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "The Estee Lauder Companies", + "name": "Cal-Maine Foods Inc", "exchange": "SPB", - "ipoDate": "1995-11-16T00:00:00Z", - "issueSize": "230852244", + "ipoDate": "1996-12-11T00:00:00Z", + "issueSize": "43832291", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "1300000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -57123,37 +55632,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c1e2a586-3d59-4b45-a614-7ac65c3674d7", + "uid": "d16f0b4b-42a2-452e-9a7a-10aa85ba7af0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9fdabf69-2f4f-411a-9b3c-eac2c7475b1d", + "positionUid": "8b44749f-bbf0-48ed-9aaf-e959d16cb8f6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-11-17T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:29:00Z", + "first1dayCandleDate": "1996-12-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EXP": { - "figi": "BBG000BJW241", - "ticker": "EXP", + "WPM": { + "figi": "BBG000PVRDL2", + "ticker": "WPM", "classCode": "SPBXM", - "isin": "US26969P1084", + "isin": "CA9628791027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Eagle Materials Inc", + "name": "Wheaton Precious Metals", "exchange": "SPB", - "ipoDate": "1994-04-12T00:00:00Z", - "issueSize": "45898591", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "441500000", + "countryOfRisk": "CA", + "countryOfRiskName": "", "sector": "materials", - "issueSizePlan": "100000000", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -57164,20 +55672,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "223963bb-3b20-4f70-b6b1-3ad220364f54", + "uid": "4dce4479-9636-4674-8856-257e23316612", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "257510f4-7574-4afe-a7a7-0a67d0ae7328", + "positionUid": "4cdb9af1-1992-4f8b-a6da-aab3fb006488", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1994-04-12T00:00:00Z", + "first1minCandleDate": "2022-01-28T13:49:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LYB": { - "figi": "BBG000WCFV84", - "ticker": "LYB", + "BALL": { + "figi": "BBG000BDDNH5", + "ticker": "BALL", "classCode": "SPBXM", - "isin": "NL0009434992", + "isin": "US0584981064", "lot": 1, "currency": "usd", "klong": { @@ -57205,18 +55713,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "LyondellBasell", - "exchange": "SPB", - "ipoDate": "1989-01-01T00:00:00Z", - "issueSize": "449443823", + "name": "Ball Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1972-07-01T00:00:00Z", + "issueSize": "343911434", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "materials", - "issueSizePlan": "1275000000", + "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 40000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -57229,22 +55737,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "826d6982-ebc6-4ce5-95e9-01dac4953ff9", + "uid": "fc7929ee-05c0-4de2-a68c-760a0f57dec1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "12b0fff2-f1d5-4f2a-8223-c2e55f96de8e", + "positionUid": "1259dec8-6962-488b-9152-0b674b36bf84", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2010-04-28T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KAP@GS": { - "figi": "BBG00MJM7K82", - "ticker": "KAP@GS", - "classCode": "SPBXM", - "isin": "US63253R2013", + "RNFT": { + "figi": "BBG00F9XX7H4", + "ticker": "RNFT", + "classCode": "TQBR", + "isin": "RU000A0JSE60", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -57254,164 +55762,182 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 281000000 }, "dshort": { "units": "1", - "nano": 0 + "nano": 13200000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 152000000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 418900000 }, "shortEnabledFlag": false, - "name": "NAC Kazatomprom JSC", - "exchange": "LSE", - "issueSize": "259356608", - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", + "name": "\u0420\u0443\u0441\u0441\u041d\u0435\u0444\u0442\u044c", + "exchange": "MOEX", + "ipoDate": "2016-10-05T00:00:00Z", + "issueSize": "294120000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "energy", - "issueSizePlan": "0", + "issueSizePlan": "294120000", "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "currency": "rub", + "units": "0", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 200000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c7485564-ed92-45fd-a724-1214aa202904", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1fa21cf5-0a8e-4766-96d6-47e078e0f9cf", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T23:59:00Z", + "first1dayCandleDate": "2016-11-25T00:00:00Z", + "type": "Shares", + "step": 0.2 + }, + "MSRS": { + "figi": "BBG004S687G6", + "ticker": "MSRS", + "classCode": "TQBR", + "isin": "RU000A0ET7Y7", + "lot": 1000, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041c\u041e\u042d\u0421\u041a", + "exchange": "MOEX", + "ipoDate": "2005-05-31T00:00:00Z", + "issueSize": "48707091574", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "28249359700", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 500000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000 }, "apiTradeAvailableFlag": true, - "uid": "7e12e02d-ca16-4ff7-ae0b-10966c9bea48", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3372fa6c-6a31-42c1-aed6-f1bba48b9166", + "uid": "019029c2-6634-4536-a980-389575e09b74", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3bc64968-dc11-4746-8c36-b63eac64f30f", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:27:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:47:00Z", + "first1dayCandleDate": "2006-02-15T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0005 }, - "MTX": { - "figi": "BBG000BB61F7", - "ticker": "MTX", + "MRVI": { + "figi": "BBG00Y1DFV91", + "ticker": "MRVI", "classCode": "SPBXM", - "isin": "US6031581068", + "isin": "US56600D1072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Minerals Technologies Inc.", - "exchange": "SPB", - "issueSize": "34827203", + "name": "Maravai LifeSciences Holdings", + "exchange": "SPB_MORNING", + "issueSize": "257620645", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0f86015-faf4-4518-b1ba-77c04af8cacf", + "uid": "e7b6ceaf-ec61-4929-80f0-1fecf9f2ed14", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "79a712f4-891c-445e-8269-9ab4358e3b51", + "positionUid": "2a17751a-69c9-458b-8716-aefb96913edc", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-10T13:10:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KRKNP": { - "figi": "BBG002B2J5X0", - "ticker": "KRKNP", - "classCode": "TQBR", - "isin": "RU0009100416", + "DAR": { + "figi": "BBG000BN8ZK8", + "ticker": "DAR", + "classCode": "SPBXM", + "isin": "US2372661015", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 425300000 - }, - "dshort": { - "units": "0", - "nano": 316300000 - }, - "dlongMin": { - "units": "0", - "nano": 241900000 - }, - "dshortMin": { - "units": "0", - "nano": 147300000 - }, + "currency": "usd", "shortEnabledFlag": false, - "name": "Саратовский НПЗ - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2007-06-05T00:00:00Z", - "issueSize": "249337", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "249337", + "name": "Darling Ingredients Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2015-06-25T00:00:00Z", + "issueSize": "163710998", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "20", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6891e539-6070-4ba6-99c0-7eb1df9c816e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bc2b04c3-9628-4f9b-89b1-6940ae3a0790", + "uid": "3fe03b2a-454b-484a-ac7c-0348fa3507ac", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9547eecf-6eef-4d0f-9d4c-3404fcdd46d2", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:16:00Z", - "first1dayCandleDate": "2011-12-15T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:33:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 20.0 + "step": 0.01 }, - "BLK": { - "figi": "BBG000C2PW58", - "ticker": "BLK", + "PXD": { + "figi": "BBG000BXRPH1", + "ticker": "PXD", "classCode": "SPBXM", - "isin": "US09247X1019", + "isin": "US7237871071", "lot": 1, "currency": "usd", "klong": { @@ -57439,14 +55965,13 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "BlackRock", - "exchange": "SPB", - "ipoDate": "1999-09-30T00:00:00Z", - "issueSize": "152195794", + "name": "Pioneer Natural Resources", + "exchange": "SPB_MORNING", + "issueSize": "148963753", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -57463,36 +55988,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cb68f7e9-8fc6-4a1a-839d-2263556d947d", + "uid": "45bd4a2f-b1e9-400c-a993-31f74fecdfd5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d66c07c-c770-4842-8e8e-c53d5a0ef49f", + "positionUid": "a6751a11-d80f-48d8-8fcd-1a3f1ce93518", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:16:00Z", - "first1dayCandleDate": "1999-10-01T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1997-08-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALE": { - "figi": "BBG000CYW7N5", - "ticker": "ALE", + "PFSI": { + "figi": "BBG00LMYX123", + "ticker": "PFSI", "classCode": "SPBXM", - "isin": "US0185223007", + "isin": "US70932M1071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ALLETE, Inc.", + "name": "PennyMac Financial Services", "exchange": "SPB", - "issueSize": "51271007", + "issueSize": "79232448", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -57503,20 +56028,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d7f3b41-9632-41c0-87d9-0c6452aae76f", + "uid": "8065304c-f0e0-4ac8-9ddb-6a1e43b10ead", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0bc56e96-ce93-4902-b46d-d2f7e4348e40", + "positionUid": "d1e104b0-0cae-4336-8e4a-ee46c1409872", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:58:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SHW": { - "figi": "BBG000BSXQV7", - "ticker": "SHW", + "HGV": { + "figi": "BBG00CBYY6M1", + "ticker": "HGV", "classCode": "SPBXM", - "isin": "US8243481061", + "isin": "US43283X1054", "lot": 1, "currency": "usd", "klong": { @@ -57544,148 +56069,124 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Sherwin-Williams", + "name": "Hilton Grand Vacations Inc", "exchange": "SPB", - "issueSize": "263302451", + "issueSize": "98802597", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 333333000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7f4f6fd4-7811-413b-8473-db98b98c3e74", + "uid": "10d48d4b-2f7a-4ecf-9482-e17067e11b6a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "754e8ea9-ca82-49b6-b99a-d440afc07855", + "positionUid": "1cea1b4b-8a55-484e-b060-144ed49b368d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:31:00Z", + "first1dayCandleDate": "2016-12-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KD": { - "figi": "BBG012W99DN6", - "ticker": "KD", + "SWBI": { + "figi": "BBG000BM0QL7", + "ticker": "SWBI", "classCode": "SPBXM", - "isin": "US50155Q1004", + "isin": "US8317541063", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kyndryl Holdings", + "name": "Smith & Wesson Brands", "exchange": "SPB", - "issueSize": "224000000", + "issueSize": "1000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a8cd2735-0247-4802-a745-c61ed8ceb1b2", + "uid": "2487445c-40ee-4a80-a0d7-b83841734465", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "51e9a744-691e-4010-a63e-ea33bf251361", + "positionUid": "7e7f2425-4134-48c7-8c5a-5c0e1470221b", "forIisFlag": true, - "first1minCandleDate": "2021-11-11T12:38:00Z", - "first1dayCandleDate": "2021-11-11T07:00:00Z", + "first1minCandleDate": "2020-06-02T11:41:00Z", + "first1dayCandleDate": "2020-06-02T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BAX": { - "figi": "BBG000BCVJ77", - "ticker": "BAX", + "CENT": { + "figi": "BBG000BFD605", + "ticker": "CENT", "classCode": "SPBXM", - "isin": "US0718131099", + "isin": "US1535271068", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Baxter International", + "name": "Central Garden & Pet Co", "exchange": "SPB", - "ipoDate": "1961-05-15T00:00:00Z", - "issueSize": "545538967", + "ipoDate": "1993-07-14T00:00:00Z", + "issueSize": "12145135", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "559e1617-4534-4006-a8c9-a6d579fec5c3", + "uid": "0bd6b6c6-5417-462e-9657-f0e48ea5d999", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d4e3db7c-86e3-41a7-8ecd-3dbc119ba168", + "positionUid": "5083981f-7c8e-4d48-99b0-171987f00eca", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1993-07-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DG": { - "figi": "BBG000NV1KK7", - "ticker": "DG", + "AYI": { + "figi": "BBG000BJ5HK0", + "ticker": "AYI", "classCode": "SPBXM", - "isin": "US2566771059", + "isin": "US00508Y1029", "lot": 1, "currency": "usd", "klong": { @@ -57713,20 +56214,19 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Dollar General", + "name": "Acuity Brands", "exchange": "SPB", - "ipoDate": "2009-11-13T00:00:00Z", - "issueSize": "233310218", + "issueSize": "42158288", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_buildings", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 875000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -57737,101 +56237,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12812d87-c131-45ba-9ac1-0d3c732a9233", + "uid": "6f5221d8-4fc5-45de-9e5d-b9f468f9aa0c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ed665cb-7ea8-447d-bf07-a057b50305f2", + "positionUid": "7a14fff3-ab3b-4191-bb46-b9680b9df093", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "2009-11-13T00:00:00Z", - "type": "Shares", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2001-11-28T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "CB": { - "figi": "BBG000BR14K5", - "ticker": "CB", + "ASGN": { + "figi": "BBG000CRN8N8", + "ticker": "ASGN", "classCode": "SPBXM", - "isin": "CH0044328745", + "isin": "US00191U1025", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Chubb", + "name": "ASGN Inc", "exchange": "SPB", - "ipoDate": "1993-03-24T00:00:00Z", - "issueSize": "479783864", + "ipoDate": "1992-09-21T00:00:00Z", + "issueSize": "52655248", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "75000000", "nominal": { - "currency": "chf", - "units": "24", - "nano": 150000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "746f619a-cef1-44b2-8cb1-8a53f9fc3b84", + "uid": "eec8ea3a-d2f8-449c-b537-e673a67057bd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e0b32b76-b91b-454e-8555-0ae13d5b5d9f", + "positionUid": "0ef3f945-fda7-42d5-a006-b630d62c23b9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-03-25T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:40:00Z", + "first1dayCandleDate": "1992-09-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BMI": { - "figi": "BBG000BDGHD9", - "ticker": "BMI", + "SU": { + "figi": "BBG000BRK7L6", + "ticker": "SU", "classCode": "SPBXM", - "isin": "US0565251081", + "isin": "CA8672241079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Badger Meter Inc", + "name": "Suncor Energy", "exchange": "SPB", - "issueSize": "29112354", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "issueSize": "1584484163", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "energy", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -57842,22 +56318,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e46c152a-e5de-4f9e-8f50-3279096f762e", + "uid": "9ed63a15-3090-465b-b637-b35791b1d1d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8aa2042a-58f8-43a6-bd69-e73b7036f999", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:53:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "positionUid": "ce54ce70-8775-4c06-98d4-a2a81c6e7eae", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:45:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DRI": { - "figi": "BBG000BBNYF6", - "ticker": "DRI", + "DNOW": { + "figi": "BBG005BLN209", + "ticker": "DNOW", "classCode": "SPBXM", - "isin": "US2371941053", + "isin": "US67011P1003", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "NOW Inc", + "exchange": "SPB", + "issueSize": "108720185", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "330000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "fa112c35-11b8-4eb0-81c5-bd4606492fc9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "519c43a7-8c97-43dc-aef1-0b3fec22ec39", + "forIisFlag": true, + "first1minCandleDate": "2019-08-05T13:27:00Z", + "first1dayCandleDate": "2014-05-20T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "RSTI": { + "figi": "BBG004S682J4", + "ticker": "RSTI", + "classCode": "TQBR", + "isin": "RU000A0JPVJ0", + "lot": 1000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -57868,35 +56384,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 400900000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 429700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 226000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 195700000 }, "shortEnabledFlag": true, - "name": "Darden Restaurants", + "name": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u0438", + "exchange": "MOEX", + "ipoDate": "2008-07-29T00:00:00Z", + "issueSize": "198827865141", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "41041753984", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "65ec65f9-9700-4cb1-9ca6-323786335d85", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2008-12-16T00:00:00Z", + "type": "Shares", + "step": 0.0001 + }, + "CHDN": { + "figi": "BBG000BGXMG9", + "ticker": "CHDN", + "classCode": "SPBXM", + "isin": "US1714841087", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Churchill Downs Inc", "exchange": "SPB", - "ipoDate": "1995-05-09T00:00:00Z", - "issueSize": "12533817", + "issueSize": "13539101", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -57907,20 +56463,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "00a14cf4-a81f-4ee6-83ca-9833ddc4a59d", + "uid": "e09fe905-f4d7-43be-af13-8d594f9a5263", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "342aa430-fb81-4c28-bed8-80a131e21559", + "positionUid": "41663da9-66e0-48e4-bc7e-8fb14bc643e1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-05-09T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1993-03-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BSX": { - "figi": "BBG000C0LW92", - "ticker": "BSX", + "PHM": { + "figi": "BBG000BR54L0", + "ticker": "PHM", "classCode": "SPBXM", - "isin": "US1011371077", + "isin": "US7458671010", "lot": 1, "currency": "usd", "klong": { @@ -57947,15 +56503,14 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Boston Scientific Corporation", - "exchange": "SPB", - "ipoDate": "1992-05-18T00:00:00Z", - "issueSize": "1423852648", + "shortEnabledFlag": false, + "name": "PulteGroup", + "exchange": "SPB_MORNING", + "issueSize": "285524839", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", @@ -57965,29 +56520,29 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "219de1da-22cc-4932-9139-de8e497556e1", + "uid": "979dc133-753b-43ec-b9d4-ff8f2be12d52", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fb46bf94-caf5-4a9e-8583-b63f9f0b74bd", + "positionUid": "8c8ef7f6-78bc-4751-82f2-27c03e83c8da", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:29:00Z", - "first1dayCandleDate": "1992-05-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RASP": { - "figi": "BBG004S68696", - "ticker": "RASP", - "classCode": "TQBR", - "isin": "RU000A0B90N8", - "lot": 10, - "currency": "rub", + "ESPR": { + "figi": "BBG004KB3S72", + "ticker": "ESPR", + "classCode": "SPBXM", + "isin": "US29664W1053", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -57998,75 +56553,35 @@ }, "dlong": { "units": "0", - "nano": 379400000 + "nano": 710600000 }, "dshort": { "units": "0", - "nano": 619800000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 212200000 + "nano": 462000000 }, "dshortMin": { "units": "0", - "nano": 272700000 - }, - "shortEnabledFlag": true, - "name": "Распадская", - "exchange": "MOEX", - "ipoDate": "2006-04-18T00:00:00Z", - "issueSize": "665733918", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "479999536", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 4000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 50000000 + "nano": 336000000 }, - "apiTradeAvailableFlag": true, - "uid": "435107a9-a262-4a31-8a9b-2ee6f81c1184", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "43455146-4592-45e0-b277-864173a529ec", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2007-01-10T00:00:00Z", - "type": "Shares", - "step": 0.05 - }, - "SILK": { - "figi": "BBG0026ZJRY4", - "ticker": "SILK", - "classCode": "SPBXM", - "isin": "US82710M1009", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Silk Road Medical", + "name": "Esperion Therapeutics Inc", "exchange": "SPB", - "issueSize": "34683795", + "ipoDate": "2003-06-12T00:00:00Z", + "issueSize": "26803675", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "100000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58077,99 +56592,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2e8feb3-28ea-40fa-b117-95a560499574", + "uid": "4ac4b145-8bf6-412d-aa5f-e5550c026a44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6340b1f5-1983-46d6-a73a-9d651ffa3760", + "positionUid": "060a4243-a3e6-4fa6-8651-b5ecc9411f78", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IAC": { - "figi": "BBG00S1LR2C3", - "ticker": "IAC", + "VRSK": { + "figi": "BBG000BCZL41", + "ticker": "VRSK", "classCode": "SPBXM", - "isin": "US44891N2080", + "isin": "US92345Y1064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "IAC InterActiveCorp", + "name": "Verisk Analytics", "exchange": "SPB", - "issueSize": "100000000", + "ipoDate": "2009-10-07T00:00:00Z", + "issueSize": "163509530", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "41f014ed-fe0c-46ac-9905-4dedc10e77a3", + "uid": "375211a1-f6e7-492f-91b3-fc1c86c1e1a7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f21cc6fe-a406-4ba5-9788-0f6af0879134", + "positionUid": "3ff24001-c7ec-4307-a6b8-971698b49a75", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1993-01-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2009-10-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WMB": { - "figi": "BBG000BWVCP8", - "ticker": "WMB", + "CC": { + "figi": "BBG005H82GB2", + "ticker": "CC", "classCode": "SPBXM", - "isin": "US9694571004", + "isin": "US1638511089", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 674400000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 294000000 - }, - "shortEnabledFlag": true, - "name": "The Williams Companies", - "exchange": "SPB", - "ipoDate": "1957-10-23T00:00:00Z", - "issueSize": "827327336", + "shortEnabledFlag": false, + "name": "Chemours Company", + "exchange": "SPB_MORNING", + "issueSize": "184800961", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "860000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -58182,102 +56673,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0d06821-f113-4e1f-aef9-69b32e02e400", + "uid": "c75cf395-bb31-415e-a56f-b5b18f2d165a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1900350f-c340-4895-88e0-23349e1e2e63", + "positionUid": "1f89d32a-f0e6-4a50-a1be-255dc3bd95c1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:20:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RARE": { - "figi": "BBG001RWPDW6", - "ticker": "RARE", + "EAF": { + "figi": "BBG00KDYT8C4", + "ticker": "EAF", "classCode": "SPBXM", - "isin": "US90400D1081", + "isin": "US3843135084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ultragenyx Pharmaceutical Inc", + "name": "GrafTech International Ltd", "exchange": "SPB", - "ipoDate": "2014-01-31T00:00:00Z", - "issueSize": "57472474", + "issueSize": "302225923", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7062457-f2a7-43fe-99fd-be441a0227fb", + "uid": "22b8dab7-2814-4183-b1ba-ecaaf86e72ca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "96e5472a-bc39-41d1-9350-313b807410b4", + "positionUid": "5b54a7a1-e791-4489-b48c-b2f94b36468d", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2014-01-31T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:06:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ABG": { - "figi": "BBG000BKDWB5", - "ticker": "ABG", - "classCode": "SPBXM", - "isin": "US0434361046", - "lot": 1, - "currency": "usd", + "MRKZ": { + "figi": "BBG000TJ6F42", + "ticker": "MRKZ", + "classCode": "TQBR", + "isin": "RU000A0JPPB9", + "lot": 10000, + "currency": "rub", "shortEnabledFlag": false, - "name": "Asbury Automotive Group Inc", - "exchange": "SPB", - "ipoDate": "2002-03-14T00:00:00Z", - "issueSize": "19499144", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "90000000", + "name": "\u0420\u043e\u0441\u0441\u0435\u0442\u0438 \u0421\u0435\u0432\u0435\u0440\u043e-\u0417\u0430\u043f\u0430\u0434", + "exchange": "MOEX", + "ipoDate": "2005-03-23T00:00:00Z", + "issueSize": "95785923138", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000 }, "apiTradeAvailableFlag": true, - "uid": "a447e227-d5a0-4037-bad5-6bbaed1bc8df", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f14c784-a32c-411a-9c9e-80e687e35400", + "uid": "05dbfebd-6bc4-4645-8f21-dcf05476999d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "47cc7647-b2b4-4968-8291-418839f49647", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:37:00Z", - "first1dayCandleDate": "2002-03-14T00:00:00Z", + "first1minCandleDate": "2018-03-07T21:58:00Z", + "first1dayCandleDate": "2008-09-04T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 5e-05 }, - "VMC": { - "figi": "BBG000BWGYF8", - "ticker": "VMC", + "MSI": { + "figi": "BBG000BP8Z50", + "ticker": "MSI", "classCode": "SPBXM", - "isin": "US9291601097", + "isin": "US6200763075", "lot": 1, "currency": "usd", "klong": { @@ -58305,19 +56795,20 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Vulcan Materials", + "name": "Motorola Solutions", "exchange": "SPB", - "issueSize": "132309274", + "ipoDate": "1946-05-20T00:00:00Z", + "issueSize": "163871288", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "480000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58328,37 +56819,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a11b0004-bcfa-45fe-955b-2985c1659937", + "uid": "1b62cd19-6e9f-481e-9eba-5c928615f7b9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "99c2d835-8626-4195-adbc-6252b97ce937", + "positionUid": "7aab027c-ad5d-4bfd-a8c8-0b5570635c4c", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SXT": { - "figi": "BBG000J79P80", - "ticker": "SXT", + "ICFI": { + "figi": "BBG000BBXVK5", + "ticker": "ICFI", "classCode": "SPBXM", - "isin": "US81725T1007", + "isin": "US44925C1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sensient Technologies Corp", + "name": "ICF International, Inc.", "exchange": "SPB", - "ipoDate": "1970-12-01T00:00:00Z", - "issueSize": "42336473", + "issueSize": "18789454", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "70000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58369,99 +56859,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "beaca09b-acb4-47cb-baf8-4d6c89d302e0", + "uid": "d194fc2a-93e8-480e-a0e8-744f556098be", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8f9acc05-5509-4319-a6df-95bb48afd6ff", + "positionUid": "1ddba7ee-627e-4ee3-abff-0cf6ac7558e0", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:42:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:28:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PLUG": { - "figi": "BBG000C1XSP8", - "ticker": "PLUG", + "LW": { + "figi": "BBG003CVMLQ2", + "ticker": "LW", "classCode": "SPBXM", - "isin": "US72919P2020", + "isin": "US5132721045", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "Plug Power Inc", + "shortEnabledFlag": false, + "name": "Lamb Weston Holdings Inc", "exchange": "SPB", - "issueSize": "37981961", + "issueSize": "146069033", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "40a9ec2e-cc9e-473c-8b60-7e9ad30335b8", + "uid": "d561c658-cbf9-4a03-a142-7f5bbf327b5f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "77d48d7c-4f9b-4a01-b090-4786e3516e14", + "positionUid": "97db2fee-8ec6-4be1-a0dd-139557b6644a", "forIisFlag": true, + "first1minCandleDate": "2020-05-18T12:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PDCO": { - "figi": "BBG000BQY289", - "ticker": "PDCO", + "WHD": { + "figi": "BBG00JRH1P95", + "ticker": "WHD", "classCode": "SPBXM", - "isin": "US7033951036", + "isin": "US1272031071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Patterson", + "name": "Cactus Inc", "exchange": "SPB", - "ipoDate": "1992-10-27T00:00:00Z", - "issueSize": "103248000", + "ipoDate": "2018-02-08T00:00:00Z", + "issueSize": "46780909", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58472,204 +56940,115 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "52347261-7708-4405-bbd1-b26bef0b5416", + "uid": "a2285e64-078a-4b28-a678-cbcb447907da", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5f9d754b-724d-49ba-80f0-ce470c501029", + "positionUid": "103b3e3c-8b1e-43c7-9cd1-9ee65ce33b54", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1992-10-28T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2018-02-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SVST@GS": { - "figi": "BBG000Q3XWC4", - "ticker": "SVST@GS", + "ATO": { + "figi": "BBG000BRNGM2", + "ticker": "ATO", "classCode": "SPBXM", - "isin": "US8181503025", + "isin": "US0495601058", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Severstal PJSC", - "exchange": "LSE", - "issueSize": "81185000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "0", + "name": "Atmos Energy Corp", + "exchange": "SPB", + "issueSize": "106065596", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8cbd3fc8-a6ed-4b2f-a1e7-f63eebb8be84", + "uid": "9fcc2f04-471a-4f93-ae2e-a3b6fced4fba", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0923a740-269e-4d09-a82a-e36323fc53b6", + "positionUid": "923e04fa-4fcd-48b3-9c27-81744fab2775", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:08:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:00:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHMF": { - "figi": "BBG00475K6C3", - "ticker": "CHMF", + "APTK": { + "figi": "BBG000K3STR7", + "ticker": "APTK", "classCode": "TQBR", - "isin": "RU0009046510", - "lot": 1, + "isin": "RU0008081765", + "lot": 10, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 549000000 - }, - "dshort": { - "units": "0", - "nano": 299900000 - }, - "dlongMin": { - "units": "0", - "nano": 328400000 - }, - "dshortMin": { - "units": "0", - "nano": 140100000 - }, - "shortEnabledFlag": true, - "name": "Северсталь", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2004-11-30T00:00:00Z", - "issueSize": "837718660", + "shortEnabledFlag": false, + "name": "\u0410\u043f\u0442\u0435\u0447\u043d\u0430\u044f \u0441\u0435\u0442\u044c 36,6", + "exchange": "MOEX", + "ipoDate": "2002-08-14T00:00:00Z", + "issueSize": "7630433826", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "551854800", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "8000000", "nominal": { "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 640000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 2000000 }, "apiTradeAvailableFlag": true, - "uid": "fa6aae10-b8d5-48c8-bbfd-d320d925d096", + "uid": "bba7a33f-48a8-4788-8469-3a9f5d668e0a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", + "positionUid": "fae177c7-f038-4156-b959-d0030686848a", "forIisFlag": true, "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2005-09-29T07:00:00Z", - "type": "Shares", - "step": 0.2 - }, - "ETLN": { - "figi": "BBG001M2SC01", - "ticker": "ETLN", - "classCode": "TQBR", - "isin": "US29760G1031", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "0", - "nano": 515400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 231000000 - }, - "shortEnabledFlag": true, - "name": "ГДР Etalon Group PLC", - "exchange": "MOEX", - "issueSize": "383445362", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_GDR", - "minPriceIncrement": { - "units": "0", - "nano": 20000000 - }, - "apiTradeAvailableFlag": true, - "uid": "a9b8460b-0272-49a6-b803-4c02d3e9c5d9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "624b1ba8-e4db-4b13-a305-1ea4717395f2", - "forIisFlag": true, - "first1minCandleDate": "2020-02-03T06:59:00Z", - "first1dayCandleDate": "2020-02-03T07:00:00Z", + "first1dayCandleDate": "2007-07-12T00:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.002 }, - "KALU": { - "figi": "BBG000PKZDX4", - "ticker": "KALU", - "classCode": "SPBXM", - "isin": "US4830077040", - "lot": 1, - "currency": "usd", + "9618": { + "figi": "BBG00VC6RYV6", + "ticker": "9618", + "classCode": "SPBHKEX", + "isin": "KYG8208B1014", + "lot": 10, + "currency": "hkd", "shortEnabledFlag": false, - "name": "Kaiser Aluminum Corp", - "exchange": "SPB", - "ipoDate": "1991-07-31T00:00:00Z", - "issueSize": "16501758", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "90000000", + "name": "JD.com", + "exchange": "SPB_HK", + "issueSize": "2668894636", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 20000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -58679,25 +57058,25 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "6b74817f-70e2-4d4b-b126-6483f648b54c", + "uid": "432fcc14-cdcd-4665-938c-2eddcea1a97a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ff488b9f-9082-45cc-be1b-66fe7f8d0b92", + "positionUid": "2fbe7722-ff92-45d8-81e1-efb74d27cfe7", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2006-06-15T00:00:00Z", + "first1minCandleDate": "2022-06-20T05:26:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "SFTL": { - "figi": "BBG0136BTL03", - "ticker": "SFTL", - "classCode": "TQBR", - "isin": "US83407L2079", + "COST": { + "figi": "BBG000F6H8W8", + "ticker": "COST", + "classCode": "SPBXM", + "isin": "US22160K1051", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -58707,59 +57086,60 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "3", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "ГДР Softline", - "exchange": "MOEX", - "issueSize": "183492826", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueSizePlan": "183692834", + "shortEnabledFlag": false, + "name": "Costco Wholesale", + "exchange": "SPB_MORNING", + "ipoDate": "1985-12-05T00:00:00Z", + "issueSize": "441823811", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_GDR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "705ba115-f427-49c5-96e4-8cd04623b2ad", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "504fc88b-bc89-4bfa-9aaa-38cb83fedc1f", + "uid": "f2333dc8-4187-4608-a97a-28cd10d29612", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "3448070a-9531-4f5d-81c3-2c38d3d263b4", "forIisFlag": true, - "first1minCandleDate": "2021-11-01T08:32:00Z", - "first1dayCandleDate": "2021-11-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.01 }, - "VALE": { - "figi": "BBG000BN5LG7", - "ticker": "VALE", + "CVX": { + "figi": "BBG000K4ND22", + "ticker": "CVX", "classCode": "SPBXM", - "isin": "US91912E1055", + "isin": "US1667641005", "lot": 1, "currency": "usd", "klong": { @@ -58776,7 +57156,7 @@ }, "dshort": { "units": "0", - "nano": 550000000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -58784,61 +57164,21 @@ }, "dshortMin": { "units": "0", - "nano": 245000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Vale SA", - "exchange": "SPB", - "issueSize": "5132458398", - "countryOfRisk": "BR", - "countryOfRiskName": "Федеративная Республика Бразилия", - "sector": "materials", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "de592b07-c3e1-45f1-8b5d-85ad66052b98", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "265cbe86-e199-49a8-adb2-449308877dda", - "forIisFlag": true, - "first1minCandleDate": "2018-08-10T12:59:00Z", - "first1dayCandleDate": "2002-03-21T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BRKR": { - "figi": "BBG000CL1FG7", - "ticker": "BRKR", - "classCode": "SPBXM", - "isin": "US1167941087", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Bruker Corp", - "exchange": "SPB", - "ipoDate": "2000-08-04T00:00:00Z", - "issueSize": "156741933", + "name": "Chevron", + "exchange": "SPB_MORNING", + "ipoDate": "1963-06-01T00:00:00Z", + "issueSize": "1933911944", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "260000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 750000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -58851,36 +57191,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "68fd5ee0-a05b-42a7-b05b-b0bfafef4c57", + "uid": "b9f2cab8-310f-4c6a-b817-3af85c1f94ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25ddc591-5e1a-43cc-9d7c-f42507bfc601", + "positionUid": "6910c1d0-51b2-4fce-938c-514c113b994d", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2000-08-04T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:01:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SAIA": { - "figi": "BBG000P5LMQ0", - "ticker": "SAIA", + "SYNA": { + "figi": "BBG000BQV1S2", + "ticker": "SYNA", "classCode": "SPBXM", - "isin": "US78709Y1055", + "isin": "US87157D1090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Saia Inc", + "name": "Synaptics Inc", "exchange": "SPB", - "issueSize": "25890176", + "ipoDate": "2000-09-21T00:00:00Z", + "issueSize": "36232275", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58891,36 +57232,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db394194-1506-4b37-a016-5873081d60a5", + "uid": "d9a2c394-2a0b-4087-a324-6c9bbbacbdfb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "45028de2-7ccc-4d0b-b22c-9dc816e2c2e5", + "positionUid": "6ecd8add-f873-46f3-9d8a-e92645fd8661", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2002-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "STE": { - "figi": "BBG00MRHG523", - "ticker": "STE", + "MMI": { + "figi": "BBG005GBRSR6", + "ticker": "MMI", "classCode": "SPBXM", - "isin": "IE00BFY8C754", + "isin": "US5663241090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "STERIS", + "name": "Marcus & Millichap Inc", "exchange": "SPB", - "issueSize": "84783115", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "0", + "ipoDate": "2013-10-31T00:00:00Z", + "issueSize": "39132236", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58931,20 +57273,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a8c17ae2-1b62-43a9-8132-a1df59fd61d1", + "uid": "9e62b445-fb94-4b9c-81e7-05af4abfa9bf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b20c02e-7115-4ec6-9d41-de6546a2bb9d", + "positionUid": "941c1ecf-f3eb-4500-bc73-483d33abf7c9", "forIisFlag": true, - "first1minCandleDate": "2021-06-10T13:30:00Z", - "first1dayCandleDate": "2021-06-10T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:40:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BDX": { - "figi": "BBG000BCZYD3", - "ticker": "BDX", + "AIV": { + "figi": "BBG000DD3510", + "ticker": "AIV", "classCode": "SPBXM", - "isin": "US0758871091", + "isin": "US03748R7474", "lot": 1, "currency": "usd", "klong": { @@ -58972,20 +57314,19 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Becton, Dickinson and Company", + "name": "Apartment Investment & Management REIT", "exchange": "SPB", - "ipoDate": "1962-05-16T00:00:00Z", - "issueSize": "267201840", + "issueSize": "150066381", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "510587500", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -58996,101 +57337,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67d223a5-49ed-4479-bf8b-19e18567db74", + "uid": "e14b996e-5130-472d-be01-8d39cd301633", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "40ba4632-f9fc-4520-93b4-c89e5d5236de", + "positionUid": "afdd6856-72a4-45a9-8547-f9716b48f028", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "1994-07-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RSTIP": { - "figi": "BBG000KTF667", - "ticker": "RSTIP", - "classCode": "TQBR", - "isin": "RU000A0JPVK8", - "lot": 1000, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 212900000 - }, - "dshort": { - "units": "0", - "nano": 395100000 - }, - "dlongMin": { - "units": "0", - "nano": 112800000 - }, - "dshortMin": { - "units": "0", - "nano": 181200000 - }, - "shortEnabledFlag": false, - "name": "Российские сети - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2008-07-29T00:00:00Z", - "issueSize": "2075149384", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "2075149384", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", - "minPriceIncrement": { - "units": "0", - "nano": 1000000 - }, - "apiTradeAvailableFlag": true, - "uid": "381fb81c-7d9f-41b0-aa3f-ecee2f14c9b3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "29aa6aff-990c-47d6-a6af-ee3418a5d664", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:46:00Z", - "first1dayCandleDate": "2008-12-16T00:00:00Z", - "type": "Shares", - "step": 0.001 - }, - "RJF": { - "figi": "BBG000BS73J1", - "ticker": "RJF", + "EGP": { + "figi": "BBG000BHRBT4", + "ticker": "EGP", "classCode": "SPBXM", - "isin": "US7547301090", + "isin": "US2772761019", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Raymond James Financial", + "name": "EastGroup Properties REIT", "exchange": "SPB", - "issueSize": "205788181", + "issueSize": "37559466", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "350000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "70000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59101,35 +57377,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "80892369-5a2e-47f0-9594-56f88dbbeaeb", + "uid": "75c8f51f-8568-45d6-b0c4-1b8191b83dac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dbd8b0cf-96c4-4f35-a02f-95e6c82ca7fe", + "positionUid": "6f610058-7972-4958-be15-6584eba580a2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:34:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TCX": { - "figi": "BBG000L69KL5", - "ticker": "TCX", - "classCode": "SPBXM", - "isin": "US8986972060", - "lot": 1, - "currency": "usd", + "1810": { + "figi": "BBG00KVTBY91", + "ticker": "1810", + "classCode": "SPBHKEX", + "isin": "TCS9830T1067", + "lot": 100, + "currency": "hkd", "shortEnabledFlag": false, - "name": "Tucows Inc", - "exchange": "SPB", - "ipoDate": "2012-03-28T00:00:00Z", - "issueSize": "10448283", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "Xiaomi", + "exchange": "SPB_HK", + "issueSize": "15680943110", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "sector": "it", - "issueSizePlan": "250000000", + "issueSizePlan": "200000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 2500 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -59142,36 +57417,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e231df82-97dd-4d60-8b21-815f689732ac", + "uid": "4b7e4dda-6c97-4a91-a6ad-197a86af723e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3729d6c5-b04e-4508-b3c4-ddedf14f249d", + "positionUid": "0d633607-bf01-417c-9c92-50893a3e3e75", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-06-20T05:18:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AAN": { - "figi": "BBG00WCNDCZ6", - "ticker": "AAN", + "TNC": { + "figi": "BBG000JCZJS2", + "ticker": "TNC", "classCode": "SPBXM", - "isin": "US00258W1080", + "isin": "US8803451033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "The Aarons Company", + "name": "Tennant Company", "exchange": "SPB", - "issueSize": "3500000", + "issueSize": "18462466", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 375000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59182,54 +57457,30 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac568706-664e-4fb7-b12d-6c5b641c3b7b", + "uid": "2d5cb772-beb0-47e2-9978-89507b65e8e2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a92e5faf-d062-4a82-b085-703c3c63abf3", + "positionUid": "094b7042-4f8c-4e56-9a2e-f0bab22ac7da", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1992-11-06T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:36:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FTV": { - "figi": "BBG00BLVZ228", - "ticker": "FTV", + "RJF": { + "figi": "BBG000BS73J1", + "ticker": "RJF", "classCode": "SPBXM", - "isin": "US34959J1088", + "isin": "US7547301090", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Fortive", - "exchange": "SPB", - "issueSize": "345237561", + "name": "Raymond James Financial", + "exchange": "SPB_MORNING", + "issueSize": "205788181", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "350000000", "nominal": { "currency": "usd", "units": "0", @@ -59246,37 +57497,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e96b4a8-e6e9-418b-9da2-31ce11715294", + "uid": "80892369-5a2e-47f0-9594-56f88dbbeaeb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0365e1ac-2a15-481f-9b62-6aa12fee9db1", + "positionUid": "dbd8b0cf-96c4-4f35-a02f-95e6c82ca7fe", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2016-06-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:34:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "INFO": { - "figi": "BBG006G063F9", - "ticker": "INFO", + "AIT": { + "figi": "BBG000BBHHP9", + "ticker": "AIT", "classCode": "SPBXM", - "isin": "BMG475671050", + "isin": "US03820C1053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "IHS Markit", + "name": "Applied Industrial Technologies", "exchange": "SPB", - "ipoDate": "2014-06-19T00:00:00Z", - "issueSize": "399748336", + "issueSize": "38707000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "3000000000", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59287,36 +57537,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "892572c2-a9c9-42d5-80b4-64653238799a", + "uid": "cd0b1efe-6d08-4c27-99d8-4cc880023e93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b7220b98-0c3f-4bc2-b11d-e1b33ad68116", + "positionUid": "bb727dad-1a7f-42b7-a053-a67da854dd67", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2014-06-19T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:51:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LFST": { - "figi": "BBG01138DGZ7", - "ticker": "LFST", + "ROCK": { + "figi": "BBG000BKQDQ7", + "ticker": "ROCK", "classCode": "SPBXM", - "isin": "US53228F1012", + "isin": "US3746891072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LifeStance Health Group", + "name": "Gibraltar Industries Inc", "exchange": "SPB", - "issueSize": "373648648", + "ipoDate": "1993-11-04T00:00:00Z", + "issueSize": "32202885", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59327,118 +57578,165 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f1d7b78d-9129-475c-ade6-2fe8dd758acd", + "uid": "146ba149-304d-480a-8d05-17bee4c83977", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c0404e02-563a-4632-b1fd-d8f0d9080dec", + "positionUid": "633643ff-e96c-4f79-9993-5af0ddfe84f5", "forIisFlag": true, - "first1minCandleDate": "2021-07-30T13:13:00Z", - "first1dayCandleDate": "2021-07-30T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1993-11-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MMSI": { - "figi": "BBG000C42VX0", - "ticker": "MMSI", + "LFC": { + "figi": "BBG000BBK4B9", + "ticker": "LFC", "classCode": "SPBXM", - "isin": "US5898891040", + "isin": "US16939P1066", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "MerIt Medical Systems Inc", + "name": "China Life Insurance", "exchange": "SPB", - "ipoDate": "1990-02-01T00:00:00Z", - "issueSize": "55004915", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "issueSize": "1488235000", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "5", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f0b4f851-2a1b-4ec9-acac-c841c4806d39", + "uid": "50f0f096-10da-45cd-b5a9-cc2b96a2fee2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8ab04fb7-20f8-4656-aecc-77ab233bb7a0", + "positionUid": "66776fe1-7210-4f0a-8616-3a24ac496a0d", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1991-07-02T00:00:00Z", + "first1minCandleDate": "2018-08-10T13:31:00Z", + "first1dayCandleDate": "2003-12-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NTGR": { - "figi": "BBG000C4GBR6", - "ticker": "NTGR", + "DVN": { + "figi": "BBG000BBVJZ8", + "ticker": "DVN", "classCode": "SPBXM", - "isin": "US64111Q1040", + "isin": "US25179M1036", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "NETGEAR Inc", - "exchange": "SPB", - "ipoDate": "2003-07-31T00:00:00Z", - "issueSize": "31491699", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Devon Energy", + "exchange": "SPB_MORNING", + "ipoDate": "1988-01-01T00:00:00Z", + "issueSize": "407900000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bde4bb86-55e8-4fda-b2bc-7528bcb7d29b", + "uid": "b41065c3-ea33-4cab-9a8e-cf42cb3f7848", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "23007461-4ea7-4015-8bd0-289b05cee499", + "positionUid": "a771f192-7f67-4217-a075-86d3081c0da6", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2003-07-31T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:01:00Z", + "first1dayCandleDate": "1988-10-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PAG": { - "figi": "BBG000H6K1B0", - "ticker": "PAG", - "classCode": "SPBXM", - "isin": "US70959W1036", + "CON@DE": { + "figi": "BBG000BBZBV5", + "ticker": "CON@DE", + "classCode": "SPBDE", + "isin": "DE0005439004", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Penske Automotive Group", - "exchange": "SPB", - "issueSize": "80330836", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "name": "Continental AG", + "exchange": "SPB_DE", + "issueSize": "200005983", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", "sector": "consumer", - "issueSizePlan": "240000000", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59449,77 +57747,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cdd0b1b7-f946-45d0-9a1b-fc88e9615949", + "uid": "6cf498b7-672e-430a-a23d-b5adb0b60d44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4ec96c51-d7a5-4544-87ea-83845aec3c08", + "positionUid": "0caf4926-f6bc-4cba-9c32-0583bb68ba42", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:37:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:15:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TCBI": { - "figi": "BBG000DN4ZT1", - "ticker": "TCBI", + "CTXS": { + "figi": "BBG000FQ6PY6", + "ticker": "CTXS", "classCode": "SPBXM", - "isin": "US88224Q1076", + "isin": "US1773761002", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Texas Capital Bancshares Inc", - "exchange": "SPB", - "ipoDate": "2003-08-13T00:00:00Z", - "issueSize": "50273887", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "2f31a9e6-4775-474b-8f75-5b3c3b1295b8", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bb8d58ff-13f3-4b4e-a1e4-05f3f2160590", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2003-08-13T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "FRME": { - "figi": "BBG000BBSJ28", - "ticker": "FRME", - "classCode": "SPBXM", - "isin": "US3208171096", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "First Merchants Corporation", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Citrix Systems", "exchange": "SPB", - "issueSize": "54163660", + "ipoDate": "1995-12-07T00:00:00Z", + "issueSize": "186397081", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 125000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59530,36 +57812,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f44118c-72d6-4a4d-9c1f-63a77c3e0331", + "uid": "1d4494b5-61d6-47a2-a415-c527fc77adcc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7c6cda0f-5617-4852-97ee-c7a3ea915776", + "positionUid": "95793036-94cf-4826-b41f-f2a7c3705e4c", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:39:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1995-12-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COWN": { - "figi": "BBG000ND1SB0", - "ticker": "COWN", + "AVA": { + "figi": "BBG000BCNF74", + "ticker": "AVA", "classCode": "SPBXM", - "isin": "US2236226062", + "isin": "US05379B1070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cowen, Inc.", + "name": "Avista Corporation", "exchange": "SPB", - "issueSize": "250000000", + "issueSize": "68735948", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "107314244", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59570,60 +57852,85 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "726b8763-25dd-4b78-b1db-26f82af3d878", + "uid": "5b57d10b-b93c-4629-9701-c08a863528df", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25dd2721-7933-469e-829b-0469bc7e72ce", + "positionUid": "202cbab0-cc8b-4f4e-97c8-6ad3ed6730e9", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VNT": { - "figi": "BBG00RRGSJR4", - "ticker": "VNT", + "ARWR": { + "figi": "BBG000BRVKH0", + "ticker": "ARWR", "classCode": "SPBXM", - "isin": "US9288811014", + "isin": "US04280A1007", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Vontier Corporation", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 754000000 + }, + "dshort": { + "units": "1", + "nano": 262000000 + }, + "dlongMin": { + "units": "0", + "nano": 504000000 + }, + "dshortMin": { + "units": "0", + "nano": 504000000 + }, + "shortEnabledFlag": true, + "name": "Arrowhead Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "168925097", + "ipoDate": "1993-06-16T00:00:00Z", + "issueSize": "94814086", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "145000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8421874a-93cb-4998-af97-ee26287c59e8", + "uid": "f75198ce-e14b-4b21-88b4-ced2daaca848", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9afcd3cf-7299-4da2-b3d6-bc315c1559cd", + "positionUid": "a5dae515-68d5-42e6-91d5-cc9f15295973", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:29:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-08-05T12:59:00Z", + "first1dayCandleDate": "2001-01-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "QRVO": { - "figi": "BBG007TJF1N7", - "ticker": "QRVO", + "CME": { + "figi": "BBG000BHLYP4", + "ticker": "CME", "classCode": "SPBXM", - "isin": "US74736K1016", + "isin": "US12572Q1058", "lot": 1, "currency": "usd", "klong": { @@ -59651,83 +57958,85 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Qorvo", - "exchange": "SPB", - "issueSize": "111141526", + "name": "CME GROUP", + "exchange": "SPB_MORNING", + "ipoDate": "2002-12-06T00:00:00Z", + "issueSize": "359135132", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "405000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8147bc02-b4f5-49c5-b92b-8765e75a566c", + "uid": "7260e658-c86c-469b-ac77-e5e416e2cf90", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f0da116e-6227-492c-bb20-6bc4bee509d7", + "positionUid": "edf54c50-ed59-413b-9a94-9aded7e60e11", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2015-01-02T00:00:00Z", + "first1dayCandleDate": "2002-12-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WTRG": { - "figi": "BBG000BRMJN6", - "ticker": "WTRG", + "AXGN": { + "figi": "BBG000BN46R9", + "ticker": "AXGN", "classCode": "SPBXM", - "isin": "US29670G1022", + "isin": "US05463X1063", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Essential Utilities, Inc.", + "name": "Axogen Inc", "exchange": "SPB", - "issueSize": "245151093", + "ipoDate": "2005-03-15T00:00:00Z", + "issueSize": "39468518", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dd7aec29-16c0-42e2-85ef-00e317463bf2", + "uid": "b6303235-f472-4167-976c-13ea71ac24ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "224992eb-e63c-4b17-8115-3da6547c8c1c", + "positionUid": "9ca6bd3e-d1f0-442a-8390-a86d6d29159d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GRUB": { - "figi": "BBG010R8C3Y4", - "ticker": "GRUB", + "FANG": { + "figi": "BBG002PHSYX9", + "ticker": "FANG", "classCode": "SPBXM", - "isin": "US48214T3059", + "isin": "US25278X1090", "lot": 1, "currency": "usd", "klong": { @@ -59755,181 +58064,183 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "АДР Just Eat Takeaway.com N.V.", - "exchange": "SPB", - "issueSize": "1060606000", + "name": "Diamondback Energy Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2012-10-12T00:00:00Z", + "issueSize": "98621440", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "40a33727-aaae-4694-b7c0-1c10f99b9563", + "uid": "8777854f-c9d2-4e0c-842d-ea6d4987d30d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e186f326-1aa5-4019-b7d7-8bf1407a91c5", + "positionUid": "13066f35-08a5-42a4-93db-2057825cc8cd", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2014-04-04T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:29:00Z", + "first1dayCandleDate": "2012-10-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LII": { - "figi": "BBG000BB5B84", - "ticker": "LII", + "CZR": { + "figi": "BBG0074Q3NK6", + "ticker": "CZR", "classCode": "SPBXM", - "isin": "US5261071071", + "isin": "US12769G1004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lennox International Inc", - "exchange": "SPB", - "ipoDate": "1999-07-28T00:00:00Z", - "issueSize": "39872002", + "name": "Caesars Entertainment Corporation", + "exchange": "SPB_MORNING", + "issueSize": "208698623", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0443ded-66a8-4e59-aad1-f851e7a2916b", + "uid": "b3cf2fde-aecf-4216-b9fd-52e736ecb344", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df87e5b1-2b3a-427c-9d13-f9d5bcc81619", + "positionUid": "0c6f0cd3-8071-4033-970a-3d59f53bdc86", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1999-07-29T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:06:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FIZZ": { - "figi": "BBG000BF8CB6", - "ticker": "FIZZ", - "classCode": "SPBXM", - "isin": "US6350171061", - "lot": 1, - "currency": "usd", + "MSST": { + "figi": "BBG001BBSZV8", + "ticker": "MSST", + "classCode": "TQPI", + "isin": "RU000A0JTFH9", + "lot": 100, + "currency": "rub", "shortEnabledFlag": false, - "name": "National Beverage Corp", - "exchange": "SPB", - "issueSize": "46642540", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "name": "\u041c\u0443\u043b\u044c\u0442\u0438\u0441\u0438\u0441\u0442\u0435\u043c\u0430", + "exchange": "MOEX", + "ipoDate": "2012-10-30T00:00:00Z", + "issueSize": "100000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueSizePlan": "100000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "e6ca560e-b847-484c-b500-e17ce0503072", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "804da61b-9575-4468-a100-7cfdb2e2c602", + "uid": "7f002803-2558-4428-958c-5edc41b8e057", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5bf214af-f8be-4a73-93d6-6e27937a920a", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1991-09-13T00:00:00Z", + "first1minCandleDate": "2019-07-12T07:00:00Z", + "first1dayCandleDate": "2012-12-27T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.001 }, - "CRMT": { - "figi": "BBG000CM6L31", - "ticker": "CRMT", + "ACM": { + "figi": "BBG000F61RJ8", + "ticker": "ACM", "classCode": "SPBXM", - "isin": "US03062T1051", + "isin": "US00766T1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "America's Car-Mart Inc TX", + "name": "AECOM", "exchange": "SPB", - "issueSize": "6957518", + "ipoDate": "2014-07-31T00:00:00Z", + "issueSize": "153947620", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4425ccfa-ac55-4143-9186-217d4ab9a520", + "uid": "c39388bd-1a44-4267-a6d0-a6fe9f81dbdb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9e9a7062-6df5-4da0-82ba-56ea34af32df", + "positionUid": "cdc5634e-502d-4111-90c4-6b2c44d44e60", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1992-07-20T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:35:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LHCG": { - "figi": "BBG000G7W420", - "ticker": "LHCG", + "PLUS": { + "figi": "BBG000HN7W02", + "ticker": "PLUS", "classCode": "SPBXM", - "isin": "US50187A1079", + "isin": "US2942681071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LHC Group Inc", + "name": "ePlus Inc", "exchange": "SPB", - "ipoDate": "2005-06-09T00:00:00Z", - "issueSize": "31493105", + "ipoDate": "2005-06-22T00:00:00Z", + "issueSize": "26235000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "25000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -59940,35 +58251,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a700a79e-3cd3-4e9a-834d-21c5fcb61153", + "uid": "c775a069-81fb-472b-a6a8-c357616f3561", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "034b559b-946f-46d2-b6c0-bfc14319cb2e", + "positionUid": "347afa62-3c8d-4d02-a20f-43e8e44cd747", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2005-06-09T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MOV": { - "figi": "BBG000BL30Y9", - "ticker": "MOV", + "JBL": { + "figi": "BBG000BJNGN9", + "ticker": "JBL", "classCode": "SPBXM", - "isin": "US6245801062", + "isin": "US4663131039", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Movado Group Inc", - "exchange": "SPB", - "ipoDate": "1993-09-29T00:00:00Z", - "issueSize": "16397399", + "name": "Jabil Inc.", + "exchange": "SPB_MORNING", + "issueSize": "179242687", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "100000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -59981,36 +58291,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2e84e28-2630-410b-8c39-31fa3c4a4790", + "uid": "8830490b-de3b-4482-87b7-132a3aa78b6a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0e7ffc1f-17fc-4c5a-bb5e-cdb1c564ec60", + "positionUid": "20710bbc-7364-441b-8a9e-8f3c0dddccf4", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:34:00Z", - "first1dayCandleDate": "1993-09-30T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:05:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SF": { - "figi": "BBG000BSS5C0", - "ticker": "SF", + "SBNY": { + "figi": "BBG000M6TR37", + "ticker": "SBNY", "classCode": "SPBXM", - "isin": "US8606301021", + "isin": "US82669G1040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stifel Financial", + "name": "Signature Bank", "exchange": "SPB", - "issueSize": "71850904", + "issueSize": "54979213", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "0", + "issueSizePlan": "64000000", "nominal": { "currency": "usd", "units": "0", - "nano": 150000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -60021,60 +58331,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6bdc9d5c-e07f-41a4-b68f-858f6eef458d", + "uid": "0646d4b5-2275-4f74-8b40-2831409dd2b3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6632c26d-1b00-4e34-b735-33a0063e461a", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "positionUid": "3f32e979-fd4a-4502-9a8d-7d663e08236d", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:02:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UBSI": { - "figi": "BBG000BVXC87", - "ticker": "UBSI", + "NTRA": { + "figi": "BBG001J1BQ86", + "ticker": "NTRA", "classCode": "SPBXM", - "isin": "US9099071071", + "isin": "US6323071042", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "United Bankshares, Inc.", - "exchange": "SPB", - "issueSize": "105141385", + "name": "Natera inc", + "exchange": "SPB_MORNING", + "issueSize": "78725320", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a3d08ae4-4ae3-4d93-b79f-09d3e0686659", + "uid": "52d53bd0-cdaa-4952-abfa-84176f0a6b66", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d977355c-8180-430b-8d98-eaa7df890d54", + "positionUid": "937aed0f-126f-47f3-8a74-e367ba551589", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZBRA": { - "figi": "BBG000CC7LQ7", - "ticker": "ZBRA", + "AAL": { + "figi": "BBG005P7Q881", + "ticker": "AAL", "classCode": "SPBXM", - "isin": "US9892071054", + "isin": "US02376R1023", "lot": 1, "currency": "usd", "klong": { @@ -60102,124 +58412,123 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Zebra Technologies Corp", + "name": "American Airlines Group", "exchange": "SPB", - "ipoDate": "1991-08-15T00:00:00Z", - "issueSize": "53976811", + "issueSize": "647457831", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1750000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "357a3d29-98b8-4fba-89b9-cd1207d3d40d", + "uid": "e29187ed-0676-4f53-a662-4fb32a9af131", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d395608f-1337-4d99-81f1-1517bf1d093e", + "positionUid": "e0538e9b-1ced-4c83-a7ec-f95f60c6866f", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1991-08-15T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:47:00Z", + "first1dayCandleDate": "2013-12-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NKTR": { - "figi": "BBG000BHCYJ1", - "ticker": "NKTR", + "BSY": { + "figi": "BBG000BMSRR9", + "ticker": "BSY", "classCode": "SPBXM", - "isin": "US6402681083", + "isin": "US08265T2087", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nektar Therapeutics", + "name": "Bentley Systems", "exchange": "SPB", - "issueSize": "171402476", + "issueSize": "10750000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "457b8a6d-5041-42d4-80b7-c949910709fe", + "uid": "f3626626-1462-4272-b30a-6a75148ff749", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "03ae29d2-5705-46a9-829f-6ab5ef6fdc9b", + "positionUid": "dff2b59c-079a-49db-ae1c-38e82b9ce661", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T08:36:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2021-11-10T13:24:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VPG": { - "figi": "BBG000PRQ0V9", - "ticker": "VPG", + "DEI": { + "figi": "BBG000PN1SJ8", + "ticker": "DEI", "classCode": "SPBXM", - "isin": "US92835K1034", + "isin": "US25960P1093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vishay Precision Group Inc", + "name": "Douglas Emmett REIT", "exchange": "SPB", - "issueSize": "12488441", + "issueSize": "175464148", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "25000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b63d40c-37d4-43da-9cfa-76352c006f32", + "uid": "7481a74d-ca8f-4036-879c-919f5a2a21ff", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e341376-fa44-46f3-9a58-0d537f6689c7", + "positionUid": "d9a8cfbc-aa3e-47e6-9682-e9424eaed815", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T14:51:00Z", - "first1dayCandleDate": "2010-06-23T00:00:00Z", + "first1minCandleDate": "2022-07-18T13:18:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BZUN": { - "figi": "BBG008HNS333", - "ticker": "BZUN", + "FMC": { + "figi": "BBG000BJP882", + "ticker": "FMC", "classCode": "SPBXM", - "isin": "US06684L1035", + "isin": "US3024913036", "lot": 1, "currency": "usd", "klong": { @@ -60232,60 +58541,60 @@ }, "dlong": { "units": "0", - "nano": 613100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 898900000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 378000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 378000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Baozun Inc", + "name": "FMC", "exchange": "SPB", - "issueSize": "67924718", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "consumer", - "issueSizePlan": "0", + "issueSize": "133838795", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "260000000", "nominal": { "currency": "usd", - "units": "3", - "nano": 0 + "units": "0", + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e6b2463d-744e-489c-b07a-f22220f75ca9", + "uid": "437b0004-b377-4dce-a287-4470e0b3ea6d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5ca4647a-bdb2-428e-a0c0-bd0403b44cb9", + "positionUid": "af4efddb-5e41-4218-8084-2e7d8d232404", "forIisFlag": true, - "first1minCandleDate": "2019-05-28T11:48:00Z", - "first1dayCandleDate": "2015-05-21T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ICE": { - "figi": "BBG000C1FB75", - "ticker": "ICE", - "classCode": "SPBXM", - "isin": "US45866F1049", + "QIWI": { + "figi": "BBG005D1WCQ1", + "ticker": "QIWI", + "classCode": "TQBR", + "isin": "US74735M1080", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -60296,32 +58605,73 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, "shortEnabledFlag": false, - "name": "Intercontinental Exchange", - "exchange": "SPB", - "ipoDate": "2005-11-16T00:00:00Z", - "issueSize": "579228041", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1500000000", + "name": "QIWI", + "exchange": "MOEX", + "ipoDate": "2013-05-03T00:00:00Z", + "issueSize": "52299453", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 500000000 + }, + "apiTradeAvailableFlag": true, + "uid": "120a928b-b2d6-45d7-a445-f6e49614ae6d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "2f317f60-7232-4ef3-9cb2-f2a217469f56", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:07:00Z", + "first1dayCandleDate": "2013-10-08T00:00:00Z", + "type": "Shares", + "step": 0.5 + }, + "PFG": { + "figi": "BBG000NSCNT7", + "ticker": "PFG", + "classCode": "SPBXM", + "isin": "US74251V1026", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Principal Financial Group", + "exchange": "SPB_MORNING", + "ipoDate": "2001-10-23T00:00:00Z", + "issueSize": "286386230", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2500000000", + "nominal": { + "currency": "usd", + "units": "0", "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -60335,96 +58685,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d2d7f3c5-4f43-49be-8a38-ec65cb0769da", + "uid": "6f0a5342-f120-4137-a906-1eb907e4f320", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "214c1768-6190-41a3-9a1a-a05e28e81dfe", + "positionUid": "c4943946-b64d-4aa5-b2ae-d698a85e51d2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2005-11-16T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2001-10-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SQSP": { - "figi": "BBG00389GQ73", - "ticker": "SQSP", + "CNXN": { + "figi": "BBG000BX74M4", + "ticker": "CNXN", "classCode": "SPBXM", - "isin": "US85225A1079", + "isin": "US69318J1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Squarespace, Inc.", + "name": "PC Connection Inc", "exchange": "SPB", - "issueSize": "71224389", + "ipoDate": "1998-03-02T00:00:00Z", + "issueSize": "26359259", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "68c97b03-b69d-4826-98b6-c3620f952435", + "uid": "38c24b07-c012-4037-bf3c-e82ad42a53c7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e9ab1958-24da-4b6a-a43e-4667442e9c24", + "positionUid": "2f48c5a0-658f-4683-bca3-53021c4c1790", "forIisFlag": true, + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1998-03-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CMI": { - "figi": "BBG000BGPTV6", - "ticker": "CMI", + "OTIS": { + "figi": "BBG00RP60KV0", + "ticker": "OTIS", "classCode": "SPBXM", - "isin": "US2310211063", + "isin": "US68902V1070", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Cummins", - "exchange": "SPB", - "issueSize": "165683334", + "name": "Otis Worldwide", + "exchange": "SPB_MORNING", + "issueSize": "433079455", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -60437,22 +58766,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6b1118ca-afc3-4786-8843-6cf2bc7d02d7", + "uid": "a6384db2-69ab-4b8c-a8e2-86bebe77cccf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "83ee285e-56b5-4f08-8879-49cf8918a65e", + "positionUid": "c815363f-02d3-497c-8993-ea8839dd2d2d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-04-06T11:01:00Z", + "first1dayCandleDate": "2020-04-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CMA": { - "figi": "BBG000C75N77", - "ticker": "CMA", - "classCode": "SPBXM", - "isin": "US2003401070", - "lot": 1, - "currency": "usd", + "IRAO": { + "figi": "BBG004S68473", + "ticker": "IRAO", + "classCode": "TQBR", + "isin": "RU000A0JPNM1", + "lot": 100, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -60463,33 +58792,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 261400000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 508100000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 140600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 228100000 }, - "shortEnabledFlag": false, - "name": "Comerica Incorporated", - "exchange": "SPB", - "ipoDate": "1991-04-02T00:00:00Z", - "issueSize": "179915038", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "325000000", + "shortEnabledFlag": true, + "name": "\u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e \u0415\u042d\u0421", + "exchange": "MOEX", + "ipoDate": "2014-12-23T00:00:00Z", + "issueSize": "104400000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "104400000000", "nominal": { - "currency": "usd", - "units": "5", - "nano": 0 + "currency": "rub", + "units": "2", + "nano": 809767000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -60499,37 +58828,37 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000 }, "apiTradeAvailableFlag": true, - "uid": "75020b48-9f6c-4ca9-812a-cd59db250216", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d125497-8e7e-4170-8841-d0b26b5db69a", + "uid": "2dfbc1fd-b92a-436e-b011-928c79e805f2", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:35:00Z", + "first1dayCandleDate": "2008-07-17T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0005 }, - "LEA": { - "figi": "BBG000PTLGZ1", - "ticker": "LEA", - "classCode": "SPBXM", - "isin": "US5218652049", - "lot": 1, - "currency": "usd", + "2382": { + "figi": "BBG000C16952", + "ticker": "2382", + "classCode": "SPBHKEX", + "isin": "KYG8586D1097", + "lot": 10, + "currency": "hkd", "shortEnabledFlag": false, - "name": "Lear Corp", - "exchange": "SPB", - "issueSize": "66920130", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "name": "Sunny Optical Technology", + "exchange": "SPB_HK", + "issueSize": "1097000000", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "other", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "hkd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -60539,40 +58868,63 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "c98fa71a-3742-4da7-be9a-1dba9c52faf6", + "uid": "947cb9df-27b6-4af8-a951-8c5823b007cc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a9fb5899-b188-4540-a966-eb98e493a973", + "positionUid": "5652fde8-14b2-4573-9333-267f8cd3f0be", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:31:00Z", - "first1dayCandleDate": "2009-11-09T00:00:00Z", + "first1minCandleDate": "2022-06-20T05:28:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.05 }, - "SWAV": { - "figi": "BBG005XVXML5", - "ticker": "SWAV", + "AERI": { + "figi": "BBG001KJ7WJ5", + "ticker": "AERI", "classCode": "SPBXM", - "isin": "US82489T1043", + "isin": "US00771V1089", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Shockwave Medical Inc", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 567500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 252000000 + }, + "shortEnabledFlag": true, + "name": "Aerie Pharmaceuticals Inc", "exchange": "SPB", - "ipoDate": "2019-03-07T00:00:00Z", - "issueSize": "28012387", + "issueSize": "26528694", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "325000000", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -60583,36 +58935,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "05b9110b-d0af-4208-b3b9-60dc90ab9cb6", + "uid": "a32753ed-77b2-4d6a-9392-b7b899078a45", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "056ff3b3-9bb8-4c11-8c50-c6679941b751", + "positionUid": "52dddc38-209d-4c47-a356-a8d109c25e0f", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2019-03-07T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VST": { - "figi": "BBG00DXDL6Q1", - "ticker": "VST", + "LNN": { + "figi": "BBG000FJS1S8", + "ticker": "LNN", "classCode": "SPBXM", - "isin": "US92840M1027", + "isin": "US5355551061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vistra", + "name": "Lindsay Corporation", "exchange": "SPB", - "issueSize": "488780072", + "issueSize": "10834763", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "25000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -60623,101 +58975,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9d37a34d-db5c-42a2-9ab5-de9e0bdb3e2a", + "uid": "53b4b551-3e33-4fa6-b6e1-9d6319f075ce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b54cbdc-a325-47f4-b237-b106c90711d4", + "positionUid": "79107746-c45c-485e-98e4-b5973accb75b", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:45:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:38:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FRPT": { - "figi": "BBG001D0HB36", - "ticker": "FRPT", + "MAN": { + "figi": "BBG000BNMHS4", + "ticker": "MAN", "classCode": "SPBXM", - "isin": "US3580391056", + "isin": "US56418H1005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Freshpet Inc", + "name": "ManpowerGroup Inc", "exchange": "SPB", - "issueSize": "33512774", + "issueSize": "59820998", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eabb7843-c817-431a-bd58-7b61ce308ece", + "uid": "5e9a2391-ae69-4991-b54a-52f02e20a5d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "65ef129f-4a23-40ba-bcd0-e444acaecc19", + "positionUid": "81760350-c8f9-4109-95a4-6262cffb714c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-01-31T12:33:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "QLYS": { - "figi": "BBG000HT5G06", - "ticker": "QLYS", + "BG": { + "figi": "BBG000DGPR66", + "ticker": "BG", "classCode": "SPBXM", - "isin": "US74758T3032", + "isin": "BMG169621056", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Qualys Inc", + "name": "Bunge", "exchange": "SPB", - "ipoDate": "2012-09-28T00:00:00Z", - "issueSize": "38628442", + "issueSize": "146555973", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd92a2a2-2328-4ccd-8ad4-ec23966fce20", + "uid": "de55ef49-4c29-4da8-a448-079e0b5c7666", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a6ae36da-1f2f-4e98-9410-6e289eb02f8a", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2012-09-28T00:00:00Z", + "positionUid": "4a354423-5b4a-4205-a465-0a7c6c2728e1", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T13:15:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHTR": { - "figi": "BBG000VPGNR2", - "ticker": "CHTR", + "DLR": { + "figi": "BBG000Q5ZRM7", + "ticker": "DLR", "classCode": "SPBXM", - "isin": "US16119P1084", + "isin": "US2538681030", "lot": 1, "currency": "usd", "klong": { @@ -60745,43 +59096,84 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Charter Communications", - "exchange": "SPB", - "issueSize": "248610434", + "name": "Digital Realty REIT", + "exchange": "SPB_MORNING", + "ipoDate": "2004-10-29T00:00:00Z", + "issueSize": "159774915", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "265000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "50d2ef1a-9310-47b0-a9d8-285a3f041c73", + "uid": "d9e868c6-8fb8-4144-bef6-8ca49fbe4c8e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38632561-0ff2-4cb9-a3ae-2c0cbd632454", + "positionUid": "c171423c-a06b-46f6-80c4-fd8135aca51d", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2009-12-02T00:00:00Z", + "first1dayCandleDate": "2004-10-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CI": { - "figi": "BBG00KXRCDP0", - "ticker": "CI", + "BAYN@DE": { + "figi": "BBG000BBWF85", + "ticker": "BAYN@DE", + "classCode": "SPBDE", + "isin": "DE000BAY0017", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Bayer", + "exchange": "SPB_DE", + "issueSize": "826947808", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "4e182395-0f06-4e25-b8aa-c29af1e4ba35", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f66bd276-75e8-4762-a196-850aa8c23a5d", + "forIisFlag": true, + "first1minCandleDate": "2020-09-29T07:04:00Z", + "first1dayCandleDate": "2020-09-29T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "RYTM": { + "figi": "BBG007DLZ601", + "ticker": "RYTM", "classCode": "SPBXM", - "isin": "US1255231003", + "isin": "US76243J1051", "lot": 1, "currency": "usd", "klong": { @@ -60794,60 +59186,61 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 793900000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 390100000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 546000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 546000000 }, "shortEnabledFlag": false, - "name": "Cigna", + "name": "Rhythm Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "340107539", + "ipoDate": "2017-10-05T00:00:00Z", + "issueSize": "34432167", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "600000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb9575e7-1932-4442-a89b-373e8a0dcffb", + "uid": "6c3c5e3b-055a-4fc1-b596-65331b8057b8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e332f799-c9e2-45f1-b60c-28621c5626ab", + "positionUid": "df0fd665-8d60-43ed-bf9a-ff1d7b112f14", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:34:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:31:00Z", + "first1dayCandleDate": "2017-10-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SBERP": { - "figi": "BBG0047315Y7", - "ticker": "SBERP", - "classCode": "TQBR", - "isin": "RU0009029557", - "lot": 10, - "currency": "rub", + "PYPL": { + "figi": "BBG0077VNXV6", + "ticker": "PYPL", + "classCode": "SPBXM", + "isin": "US70450Y1038", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -60858,76 +59251,34 @@ }, "dlong": { "units": "0", - "nano": 283600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 360300000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 153600000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 166300000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Сбер Банк - привилегированные акции", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2007-07-11T00:00:00Z", - "issueSize": "1000000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "rub", - "units": "3", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "c190ff1f-1447-4227-b543-316332699ca5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9cf9718d-50df-4326-a205-cf306933607e", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ATKR": { - "figi": "BBG000QTFDQ4", - "ticker": "ATKR", - "classCode": "SPBXM", - "isin": "US0476491081", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Atkore International Group Inc", - "exchange": "SPB", - "ipoDate": "2016-06-10T00:00:00Z", - "issueSize": "46261192", + "name": "PayPal Holdings", + "exchange": "SPB_WEEKEND", + "issueSize": "1175032150", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -60938,36 +59289,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1dca50e3-a84a-49cc-a320-03cd78765d6a", + "uid": "402bb116-e10c-4bcf-90c7-d80a244ae8f6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "98c7baac-334c-4b23-9115-0035bc6802b5", + "positionUid": "61d4bd84-a421-4738-9a53-719f6afc86cc", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:29:00Z", - "first1dayCandleDate": "2016-06-10T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:37:00Z", + "first1dayCandleDate": "2015-07-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CLVT": { - "figi": "BBG00P1919G5", - "ticker": "CLVT", + "DOV": { + "figi": "BBG000BHB3M6", + "ticker": "DOV", "classCode": "SPBXM", - "isin": "JE00BJJN4441", + "isin": "US2600031080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Clarivate", + "name": "Dover", "exchange": "SPB", - "issueSize": "607980173", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "it", - "issueSizePlan": "0", + "ipoDate": "1956-12-03T00:00:00Z", + "issueSize": "145329437", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "500000000", "nominal": { - "currency": "gbp", - "units": "0", + "currency": "usd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -60978,182 +59330,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4a5c1154-3651-44b9-bd90-33af502c6ebc", + "uid": "5658e347-a72b-4056-a512-a285a9048d7a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f558395c-b82c-4ba1-bb7b-14ab2e9ae459", + "positionUid": "f701508c-4270-497d-9279-3349d05a644f", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:20:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CRNC": { - "figi": "BBG00MMDJG84", - "ticker": "CRNC", + "THRM": { + "figi": "BBG000BQLM34", + "ticker": "THRM", "classCode": "SPBXM", - "isin": "US1567271093", + "isin": "US37253A1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cerence", + "name": "Gentherm Inc", "exchange": "SPB", - "issueSize": "37820861", + "ipoDate": "1993-06-01T00:00:00Z", + "issueSize": "36479431", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "560000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "55000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "a39b960f-4886-4a7f-900c-dc54b96ed22d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c6cb0910-7979-4092-9775-40777c23b608", - "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "POGR": { - "figi": "BBG00VPKLPX4", - "ticker": "POGR", - "classCode": "TQBR", - "isin": "GB0031544546", - "lot": 100, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", "nano": 0 }, - "shortEnabledFlag": false, - "name": "Petropavlovsk PLC", - "exchange": "MOEX", - "issueSize": "3958751735", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "0", - "nominal": { - "currency": "gbp", - "units": "0", - "nano": 10000000 - }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 5000000 - }, - "apiTradeAvailableFlag": true, - "uid": "a226ad31-aeac-4c7e-82d5-1092da5d319d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9d643318-6bf4-43c4-aa1d-8da82b9b8930", - "forIisFlag": true, - "first1minCandleDate": "2020-06-25T06:59:00Z", - "first1dayCandleDate": "2020-06-25T07:00:00Z", - "type": "Shares", - "step": 0.005 - }, - "VRNS": { - "figi": "BBG001Y04TN6", - "ticker": "VRNS", - "classCode": "SPBXM", - "isin": "US9222801022", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Varonis Systems Inc", - "exchange": "SPB", - "ipoDate": "2007-02-06T00:00:00Z", - "issueSize": "28752821", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b16dd33a-ce8d-4e11-93cf-cec5c9d7ee5b", + "uid": "23024358-fdd8-4663-97cd-425de41a91e4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f4ddd487-e7c4-43e8-9903-cb1bf14712f1", + "positionUid": "d4b3f235-ff56-4ed4-b761-5e8d7de94f1c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:46:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1993-06-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WCC": { - "figi": "BBG000D0FNV3", - "ticker": "WCC", + "KTOS": { + "figi": "BBG000C1HQ43", + "ticker": "KTOS", "classCode": "SPBXM", - "isin": "US95082P1057", + "isin": "US50077B2079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "WESCO International Inc", + "name": "Kratos Defense & Security Solutions", "exchange": "SPB", - "ipoDate": "1999-05-11T00:00:00Z", - "issueSize": "46691008", + "issueSize": "87023911", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "210000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "195000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -61164,36 +59411,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "050173e0-f7bd-470a-b98a-28ad4cbae23e", + "uid": "753fea7a-d51d-4a1f-ab13-75f98d184cec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14a69d47-f3cb-42ae-a23c-c37d22f63f34", + "positionUid": "ef707b7b-f704-46fc-8bd1-a332de6f9676", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "1999-05-12T00:00:00Z", + "first1minCandleDate": "2021-08-27T11:43:00Z", + "first1dayCandleDate": "2021-08-27T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HOT@DE": { - "figi": "BBG000BC3WH8", - "ticker": "HOT@DE", - "classCode": "SPBDE", - "isin": "DE0006070006", - "lot": 1, - "currency": "eur", + "1113": { + "figi": "BBG007WDD4B5", + "ticker": "1113", + "classCode": "SPBHKEX", + "isin": "KYG2177B1014", + "lot": 10, + "currency": "hkd", "shortEnabledFlag": false, - "name": "Hochtief AG", - "exchange": "SPB_DE", - "issueSize": "70646707", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", + "name": "CK Asset Holdings", + "exchange": "SPB_HK", + "issueSize": "3693400500", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "sector": "real_estate", "issueSizePlan": "0", "nominal": { - "currency": "eur", - "units": "0", + "currency": "hkd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -61201,65 +59448,89 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "64451b7b-85ad-456a-9db7-4118408953a4", + "uid": "704497a1-c90f-47c6-b957-9cd551ede0d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "04e847b6-9344-4c27-83f6-243fe25815fc", + "positionUid": "eafa6198-7ca8-4fdc-b668-b43d02133d0e", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T09:40:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2022-06-20T05:21:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.05 }, - "LBRDK": { - "figi": "BBG006GNSZW5", - "ticker": "LBRDK", + "VALE": { + "figi": "BBG000BN5LG7", + "ticker": "VALE", "classCode": "SPBXM", - "isin": "US5303073051", + "isin": "US91912E1055", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Liberty Broadband Corporation", - "exchange": "SPB", - "issueSize": "160240257", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "500000000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 550000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 245000000 + }, + "shortEnabledFlag": true, + "name": "Vale SA", + "exchange": "SPB_MORNING", + "issueSize": "5132458398", + "countryOfRisk": "BR", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9bcc3cc-0aff-41a3-a274-ead563c33fe7", + "uid": "de592b07-c3e1-45f1-8b5d-85ad66052b98", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2004e2c5-e0a9-459c-879a-16d6626c6a24", + "positionUid": "265cbe86-e199-49a8-adb2-449308877dda", "forIisFlag": true, - "first1minCandleDate": "2020-12-23T14:30:00Z", - "first1dayCandleDate": "2020-12-23T07:00:00Z", + "first1minCandleDate": "2018-08-10T12:59:00Z", + "first1dayCandleDate": "2002-03-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HON": { - "figi": "BBG000H556T9", - "ticker": "HON", - "classCode": "SPBXM", - "isin": "US4385161066", - "lot": 1, - "currency": "usd", + "HYDR": { + "figi": "BBG00475K2X9", + "ticker": "HYDR", + "classCode": "TQBR", + "isin": "RU000A0JPKH7", + "lot": 1000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -61270,30 +59541,31 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 420100000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 191700000 }, "shortEnabledFlag": true, - "name": "Honeywell", - "exchange": "SPB", - "issueSize": "690399265", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "name": "\u0420\u0443\u0441\u0413\u0438\u0434\u0440\u043e", + "exchange": "MOEX", + "ipoDate": "2005-02-22T00:00:00Z", + "issueSize": "439288905849", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "103951322702", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1", "nano": 0 }, @@ -61305,33 +59577,33 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "fb29719c-ec21-4bcb-98cc-13cdf02dfe70", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "546452ba-a4a5-4b31-9394-09be15bc958c", + "uid": "62560f05-3fd0-4d65-88f0-a27f249cc6de", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:39:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2008-05-22T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0001 }, - "LSI": { - "figi": "BBG000C42VL3", - "ticker": "LSI", + "AGNC": { + "figi": "BBG000TJ8XZ7", + "ticker": "AGNC", "classCode": "SPBXM", - "isin": "US53223X1072", + "isin": "US00123Q1040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Life Storage REIT", - "exchange": "SPB", - "issueSize": "78041891", + "name": "AGNC Investment REIT", + "exchange": "SPB_MORNING", + "issueSize": "387620870", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "real_estate", - "issueSizePlan": "200000000", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", @@ -61348,20 +59620,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ffd637c7-fff6-4aed-8229-711bf15236f3", + "uid": "af1f7fa9-d829-4dac-90f4-c8d44a6d4cd0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2165af16-9262-4b30-9d30-9adb079f27f5", + "positionUid": "ff1b5842-979d-49c9-849e-5ebb52a4c5a6", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:39:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LMT": { - "figi": "BBG000C1BW00", - "ticker": "LMT", + "ADSK": { + "figi": "BBG000BM7HL0", + "ticker": "ADSK", "classCode": "SPBXM", - "isin": "US5398301094", + "isin": "US0527691069", "lot": 1, "currency": "usd", "klong": { @@ -61389,123 +59661,100 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Lockheed Martin", - "exchange": "SPB", - "issueSize": "276916491", + "name": "Autodesk", + "exchange": "SPB_MORNING", + "ipoDate": "1985-06-01T00:00:00Z", + "issueSize": "220266822", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "25c9555f-435a-40f9-bebd-72ce64b352f5", + "uid": "5dea1600-3901-4964-b131-d050b270c2bd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2108234d-2297-4cc0-a5c5-13344cec7b58", + "positionUid": "443398be-ee43-4892-be62-83a5b946e068", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1995-03-16T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:28:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MODV": { - "figi": "BBG000P1B7C8", - "ticker": "MODV", + "FIZZ": { + "figi": "BBG000BF8CB6", + "ticker": "FIZZ", "classCode": "SPBXM", - "isin": "US60783X1046", + "isin": "US6350171061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ModivCare Inc.", + "name": "National Beverage Corp", "exchange": "SPB", - "issueSize": "13999767", + "issueSize": "46642540", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9531af2e-a20d-49f3-963e-619caf39a5ca", + "uid": "e6ca560e-b847-484c-b500-e17ce0503072", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d827e02-0904-46f0-be3f-de1269d0ced2", + "positionUid": "804da61b-9575-4468-a100-7cfdb2e2c602", "forIisFlag": true, - "first1minCandleDate": "2021-01-13T14:30:00Z", - "first1dayCandleDate": "2021-01-13T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1991-09-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BYND": { - "figi": "BBG003CVJP50", - "ticker": "BYND", + "AZPN": { + "figi": "BBG017J18W74", + "ticker": "AZPN", "classCode": "SPBXM", - "isin": "US08862E1091", + "isin": "US29109X1063", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "Beyond Meat Inc", + "shortEnabledFlag": false, + "name": "Aspen Technology", "exchange": "SPB", - "issueSize": "58308044", + "issueSize": "0", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -61516,141 +59765,198 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "57e9fd91-fe85-4199-a0e0-7ba21e79f60b", + "uid": "d5eee021-dd27-445c-88e2-c79b74387271", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e03db4f0-f3a5-494a-a64c-43b1d5c2ad0c", + "positionUid": "32c8b1c6-5488-4a04-8baf-af30ecb77dc1", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:04:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1994-10-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RYN": { - "figi": "BBG000BG7L34", - "ticker": "RYN", + "SPSC": { + "figi": "BBG000PZGB75", + "ticker": "SPSC", "classCode": "SPBXM", - "isin": "US7549071030", + "isin": "US78463M1071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Rayonier REIT", + "name": "SPS Commerce Inc", "exchange": "SPB", - "issueSize": "129635639", + "ipoDate": "2010-04-22T00:00:00Z", + "issueSize": "17914088", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "480000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "55000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac4bd0e6-3221-4514-a705-49ac793b7287", + "uid": "ab4e3d9f-117e-47a2-b986-f21a67d32e19", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "683d531f-f234-4466-beff-4b60006960d1", + "positionUid": "91862a73-b54d-4941-8975-f0a755f5c7b0", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "1994-02-17T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2010-04-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DOCU": { - "figi": "BBG000N7KJX8", - "ticker": "DOCU", + "OSH": { + "figi": "BBG00W0L8GW3", + "ticker": "OSH", "classCode": "SPBXM", - "isin": "US2561631068", + "isin": "US67181A1079", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { + "shortEnabledFlag": false, + "name": "Oak Street Health", + "exchange": "SPB_MORNING", + "issueSize": "15625000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", "units": "0", - "nano": 613100000 + "nano": 1000000 }, - "dshort": { + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 898900000 + "nano": 10000000 }, - "dlongMin": { + "apiTradeAvailableFlag": true, + "uid": "78f2d426-9667-4dab-8b0b-3e7180f0d493", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "627b183a-3da0-42cd-a1cd-b6d93beb512b", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T13:11:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AMEH": { + "figi": "BBG000H7ZK57", + "ticker": "AMEH", + "classCode": "SPBXM", + "isin": "US03763A2078", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Apollo Medical Holdings", + "exchange": "SPB", + "issueSize": "55340095", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 378000000 + "nano": 1000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 378000000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "DocuSign Inc", + "apiTradeAvailableFlag": true, + "uid": "c45af477-2e55-448d-927a-3a46dccd8f45", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a95de886-240a-4e9d-b57f-b830910ef1a9", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T12:34:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "PNFP": { + "figi": "BBG000C1XKF6", + "ticker": "PNFP", + "classCode": "SPBXM", + "isin": "US72346Q1040", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Pinnacle Financial Partners In", "exchange": "SPB", - "issueSize": "156808589", + "issueSize": "77531750", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "180000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f1deb22-135e-4e1a-ae5b-bd3df68185ed", + "uid": "0944abb7-c9e6-4335-b421-bf06f6e7c4c1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32395927-adc9-4b6d-80c4-bc792d32797f", + "positionUid": "df466120-1921-4ae8-a17d-f6b6f10f6b0b", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:02:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ACM": { - "figi": "BBG000F61RJ8", - "ticker": "ACM", + "TRU": { + "figi": "BBG002Q7J5Z1", + "ticker": "TRU", "classCode": "SPBXM", - "isin": "US00766T1007", + "isin": "US89400J1079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AECOM", + "name": "TransUnion", "exchange": "SPB", - "ipoDate": "2014-07-31T00:00:00Z", - "issueSize": "153947620", + "ipoDate": "2015-06-25T00:00:00Z", + "issueSize": "190000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "300000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -61661,20 +59967,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c39388bd-1a44-4267-a6d0-a6fe9f81dbdb", + "uid": "5a01f55e-7e54-4e0d-b331-f2ececf0892b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cdc5634e-502d-4111-90c4-6b2c44d44e60", + "positionUid": "55397ef4-a63d-454c-b34b-682986388997", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:35:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:34:00Z", + "first1dayCandleDate": "2015-06-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LUV": { - "figi": "BBG000BNJHS8", - "ticker": "LUV", + "VEON": { + "figi": "BBG000QCW561", + "ticker": "VEON", "classCode": "SPBXM", - "isin": "US8447411088", + "isin": "US91822M1062", "lot": 1, "currency": "usd", "klong": { @@ -61686,114 +59992,138 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Southwest Airlines", + "shortEnabledFlag": false, + "name": "VEON", "exchange": "SPB", - "ipoDate": "1971-06-08T00:00:00Z", - "issueSize": "591644557", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "ipoDate": "2010-04-16T00:00:00Z", + "issueSize": "1749127404", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12f13bce-bbc6-4bd9-a664-0f1414419718", + "uid": "96645018-45ab-4640-a22e-81a3a153d414", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9325dd9c-6ce7-4af1-bfbb-edafce386b32", + "positionUid": "776b4d52-f392-4634-9d6f-509af98524e0", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "2010-04-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BECN": { - "figi": "BBG000BKTXF2", - "ticker": "BECN", + "ARCH": { + "figi": "BBG00DZB5D77", + "ticker": "ARCH", "classCode": "SPBXM", - "isin": "US0736851090", + "isin": "US03940R1077", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Beacon Roofing Supply Inc", + "name": "Arch Coal Inc", "exchange": "SPB", - "ipoDate": "2004-09-23T00:00:00Z", - "issueSize": "68086674", + "issueSize": "299589834", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cb5935aa-06d6-4694-9fac-ea6ec4f1d390", + "uid": "f2041515-178a-450e-8c28-25b3fdc51cf0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "310e4014-f23c-413c-8e0b-5735e86f3787", + "positionUid": "c682cffa-3f6b-4bce-95af-df555d29e6dc", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2004-09-23T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:12:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RRBI": { - "figi": "BBG000QKNLB2", - "ticker": "RRBI", + "SO": { + "figi": "BBG000BT9DW0", + "ticker": "SO", "classCode": "SPBXM", - "isin": "US75686R2022", + "isin": "US8425871071", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Red River Bancshares", - "exchange": "SPB", - "issueSize": "30000000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Southern", + "exchange": "SPB_MORNING", + "ipoDate": "1949-09-30T00:00:00Z", + "issueSize": "887940630", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "7306221", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "5", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -61807,113 +60137,138 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a961cbf-fe18-4240-85e8-61dfcf690e27", + "uid": "ace316bc-106f-4bec-8f41-23f04c955519", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "40171ad4-3ccd-4fa5-9863-2629f88977ed", + "positionUid": "d734fb45-d6f4-4971-89b8-22f2abf15b5a", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T09:04:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "REYN": { - "figi": "BBG00QVJVYB5", - "ticker": "REYN", + "FORM": { + "figi": "BBG000D1Y3P1", + "ticker": "FORM", "classCode": "SPBXM", - "isin": "US76171L1061", + "isin": "US3463751087", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Reynolds Consumer Products Inc.", + "name": "FormFactor Inc", "exchange": "SPB", - "issueSize": "209700500", + "issueSize": "73031864", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "29c7a7b4-1ced-4a91-a8e5-eefdb2d03f30", + "uid": "c69f7d38-a9b4-46e8-b4eb-15cc953d5887", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a33b35e4-0a87-4988-9488-a16e8e2c6026", + "positionUid": "3707b970-314f-4f07-9b58-ba77b9e73837", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:28:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NVCR": { - "figi": "BBG009XW8PY2", - "ticker": "NVCR", + "STOR": { + "figi": "BBG00265T6Q4", + "ticker": "STOR", "classCode": "SPBXM", - "isin": "JE00BYSS4X48", + "isin": "US8621211007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NovoCure Limited", - "exchange": "SPB", - "issueSize": "101797241", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "0", + "name": "STORE Capital Corp REIT", + "exchange": "SPB_MORNING", + "issueSize": "230978380", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "375000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c97818e-9402-492a-8d3f-f450f666e5ea", + "uid": "f806b465-fc39-4348-a11a-6e3c4ce04f8f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6897d10f-18be-4c2a-aae2-e32735fbd96e", + "positionUid": "2f49883b-ec0f-4e97-a491-06b2eaf08742", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T12:35:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2022-01-28T13:14:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CP": { - "figi": "BBG000BCVMH9", - "ticker": "CP", + "ROK": { + "figi": "BBG000BBCDZ2", + "ticker": "ROK", "classCode": "SPBXM", - "isin": "CA13645T1003", + "isin": "US7739031091", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Canadian Pacific Railway", - "exchange": "SPB", - "issueSize": "135631754", - "countryOfRisk": "CA", - "countryOfRiskName": "", + "name": "Rockwell Automation", + "exchange": "SPB_MORNING", + "ipoDate": "2002-02-25T00:00:00Z", + "issueSize": "118362039", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", "issueSizePlan": "0", "nominal": { - "currency": "cad", - "units": "0", + "currency": "usd", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -61927,36 +60282,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4883b7c4-009e-4f0f-803e-d899eef73464", + "uid": "aef098e6-8deb-4271-b301-1f170665fde1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8262d94c-61b3-4bf1-8aa8-82a6c4c5ad79", + "positionUid": "717a748e-4d11-422b-8aad-a0c751f10127", "forIisFlag": true, - "first1minCandleDate": "2021-12-21T14:12:00Z", - "first1dayCandleDate": "2021-12-21T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1996-12-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BF.B": { - "figi": "BBG000BD2NY8", - "ticker": "BF.B", + "TFII": { + "figi": "BBG000HJS1F0", + "ticker": "TFII", "classCode": "SPBXM", - "isin": "US1156372096", + "isin": "CA87241L1094", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Brown-Forman", + "name": "TFI International", "exchange": "SPB", - "issueSize": "309715974", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "issueSize": "93018868", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "industrials", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 150000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -61967,61 +60322,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67063da6-d97e-446c-93a6-9ce8cf40fad3", + "uid": "c41a88b1-dbba-4a7e-b086-f75fd76e2ab0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d08d74e1-5068-4b5f-be8d-14532bc7e720", + "positionUid": "859f8397-7056-4a7b-9c3f-4adfaf36e2c6", "forIisFlag": true, - "first1minCandleDate": "2018-04-06T13:30:00Z", - "first1dayCandleDate": "2018-04-06T07:00:00Z", + "first1minCandleDate": "2022-08-08T13:20:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CHEP": { - "figi": "BBG000Q49F45", - "ticker": "CHEP", + "TGKD": { + "figi": "BBG000F6H7K3", + "ticker": "TGKD", "classCode": "TQBR", - "isin": "RU0009066807", - "lot": 10, + "isin": "RU000A0JNMZ0", + "lot": 100000, "currency": "rub", "shortEnabledFlag": false, - "name": "ЧТПЗ", + "name": "\u041a\u0432\u0430\u0434\u0440\u0430", "exchange": "MOEX", - "ipoDate": "2003-12-02T00:00:00Z", - "issueSize": "305696336", + "ipoDate": "2005-06-20T00:00:00Z", + "issueSize": "1912495577759", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "472382880", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "1000000000", "nominal": { "currency": "rub", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 5000 }, "apiTradeAvailableFlag": true, - "uid": "b1f4f4fc-dac5-4e29-ae56-95fe441416ee", + "uid": "b87ba886-1e8b-44db-bdb7-4bdd0cc3197a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "69ca2a01-ba12-432b-839f-090d71b296a4", + "positionUid": "dd8d032e-8b8e-482b-ae4f-3711b61a7b9f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T21:48:00Z", - "first1dayCandleDate": "2009-01-30T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:40:00Z", + "first1dayCandleDate": "2007-04-16T00:00:00Z", "type": "Shares", - "step": 0.5 + "step": 5e-06 }, - "LEVI": { - "figi": "BBG000BQDF10", - "ticker": "LEVI", + "DOCU": { + "figi": "BBG000N7KJX8", + "ticker": "DOCU", "classCode": "SPBXM", - "isin": "US52736R1023", + "isin": "US2561631068", "lot": 1, "currency": "usd", "klong": { @@ -62034,75 +60389,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 613100000 }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 898900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 378000000 }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 378000000 }, "shortEnabledFlag": true, - "name": "Levi Strauss & Co", - "exchange": "SPB", - "issueSize": "376028430", + "name": "DocuSign Inc", + "exchange": "SPB_MORNING", + "issueSize": "156808589", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98db0be7-2554-4e21-843e-a9edf8c62db4", + "uid": "1f1deb22-135e-4e1a-ae5b-bd3df68185ed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "04f45e0d-f383-4688-98d6-3b235aed0ba0", + "positionUid": "32395927-adc9-4b6d-80c4-bc792d32797f", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:36:00Z", - "first1dayCandleDate": "2019-06-11T07:00:00Z", + "first1minCandleDate": "2019-08-05T12:02:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PFG": { - "figi": "BBG000NSCNT7", - "ticker": "PFG", + "GPI": { + "figi": "BBG000BB88K4", + "ticker": "GPI", "classCode": "SPBXM", - "isin": "US74251V1026", + "isin": "US3989051095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Principal Financial Group", + "name": "Group 1 Automotive Inc", "exchange": "SPB", - "ipoDate": "2001-10-23T00:00:00Z", - "issueSize": "286386230", + "ipoDate": "1997-10-29T00:00:00Z", + "issueSize": "18518069", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62113,165 +60468,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6f0a5342-f120-4137-a906-1eb907e4f320", + "uid": "8d4cd905-d2d0-43d9-aacb-326b7c8b4546", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c4943946-b64d-4aa5-b2ae-d698a85e51d2", + "positionUid": "fa95b49f-5107-4474-82b2-0ebdf785776b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2001-10-23T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "1997-10-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IQV": { - "figi": "BBG00333FYS2", - "ticker": "IQV", + "SLGN": { + "figi": "BBG000BPDDB6", + "ticker": "SLGN", "classCode": "SPBXM", - "isin": "US46266C1053", + "isin": "US8270481091", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "IQVIA Holdings Inc", + "name": "Silgan Holdings Inc.", "exchange": "SPB", - "ipoDate": "2013-05-09T00:00:00Z", - "issueSize": "197240698", + "issueSize": "110587054", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "41d34020-a983-4233-8697-30b4d28c10ae", + "uid": "47a63bff-037b-4a8e-8a56-156bdf094afd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a79df03a-fddb-4e42-bf04-69cd2a733a42", + "positionUid": "a45de33d-edd6-402d-9b3e-ae892afbfb3f", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2013-05-09T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TRI": { - "figi": "BBG000BBS9F6", - "ticker": "TRI", + "SQSP": { + "figi": "BBG00389GQ73", + "ticker": "SQSP", "classCode": "SPBXM", - "isin": "CA8849037095", + "isin": "US85225A1079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Thomson Reuters Corporation", + "name": "Squarespace, Inc.", "exchange": "SPB", - "issueSize": "494854975", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "telecom", - "issueSizePlan": "0", + "issueSize": "71224389", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0838d2b7-5f15-44cf-8bef-d387afee858d", + "uid": "68c97b03-b69d-4826-98b6-c3620f952435", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "171130fe-8628-48ed-ba6d-f7269b8b674c", + "positionUid": "e9ab1958-24da-4b6a-a43e-4667442e9c24", "forIisFlag": true, - "first1minCandleDate": "2021-09-10T11:57:00Z", - "first1dayCandleDate": "2021-09-10T07:00:00Z", + "first1minCandleDate": "2021-05-19T17:19:00Z", + "first1dayCandleDate": "2021-05-19T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LYFT": { - "figi": "BBG004M9ZHX5", - "ticker": "LYFT", + "ZI": { + "figi": "BBG00S1HJ3M8", + "ticker": "ZI", "classCode": "SPBXM", - "isin": "US55087P1049", + "isin": "US98980F1049", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 781000000 - }, - "dshort": { - "units": "1", - "nano": 347000000 - }, - "dlongMin": { - "units": "0", - "nano": 532000000 - }, - "dshortMin": { - "units": "0", - "nano": 532000000 - }, - "shortEnabledFlag": true, - "name": "Lyft Inc", + "shortEnabledFlag": false, + "name": "ZoomInfo Technologies Inc", "exchange": "SPB", - "issueSize": "240597591", + "issueSize": "45378984", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "2500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62282,37 +60588,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "492beaac-3728-4e55-bd12-1e09182f59c7", + "uid": "e4e05728-0694-42b3-b297-2ec235e7b2ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2336d619-3240-4fbe-93ae-6c5044c22e15", + "positionUid": "57efeb85-221b-4743-a007-45b8558fc2c3", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T11:22:00Z", - "first1dayCandleDate": "2019-06-11T07:00:00Z", + "first1minCandleDate": "2020-12-04T13:07:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CRI": { - "figi": "BBG000CTM4J9", - "ticker": "CRI", + "BLMN": { + "figi": "BBG002VZ68Y2", + "ticker": "BLMN", "classCode": "SPBXM", - "isin": "US1462291097", + "isin": "US0942351083", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Carter's Inc", + "name": "Bloomin Brands, Inc.", "exchange": "SPB", - "ipoDate": "2003-10-24T00:00:00Z", - "issueSize": "54525894", + "issueSize": "93406463", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "475000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62323,20 +60628,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "88140304-a625-4173-83ac-9def0ed6e2f2", + "uid": "976debde-4e2c-4796-b588-2339b70cb33a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "62212440-5fbc-4a00-a4c4-cf538aea2e99", + "positionUid": "525c6041-ea55-4cec-a392-7dc754f56c63", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:31:00Z", - "first1dayCandleDate": "2003-10-24T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:02:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RSG": { - "figi": "BBG000BPXVJ6", - "ticker": "RSG", + "ATRA": { + "figi": "BBG005Q3MQY4", + "ticker": "ATRA", "classCode": "SPBXM", - "isin": "US7607591002", + "isin": "US0465131078", "lot": 1, "currency": "usd", "klong": { @@ -62349,76 +60654,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, - "shortEnabledFlag": false, - "name": "Republic Services", + "shortEnabledFlag": true, + "name": "Atara Biotherapeutics Inc", "exchange": "SPB", - "ipoDate": "1998-06-30T00:00:00Z", - "issueSize": "334224518", + "issueSize": "43949486", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "ecomaterials", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6707f9fd-cac2-4219-8a9c-4407349d3d4f", + "uid": "cbaeb3b3-2716-469a-b410-9ab0f2f4cc5f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b0286458-7c55-4c4b-9ef3-3bcd767b042f", + "positionUid": "8307bb24-243b-45c2-a72a-d8f13100d4ff", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-07-01T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:28:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PRAA": { - "figi": "BBG000BNTW77", - "ticker": "PRAA", + "ELY": { + "figi": "BBG000CPCVY1", + "ticker": "ELY", "classCode": "SPBXM", - "isin": "US69354N1063", + "isin": "US1311931042", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PRA Group Inc", + "name": "Callaway Golf Company", "exchange": "SPB", - "ipoDate": "2017-07-28T00:00:00Z", - "issueSize": "45410939", + "issueSize": "94536369", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62429,37 +60732,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "53f09a2d-093f-48ca-9add-893ce152f4ee", + "uid": "69baaa10-e1ae-47ae-8525-63244255ad9c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e08222d6-c533-4e6c-a877-cb601da6aed2", + "positionUid": "ac3d727c-98f9-4d34-bfd4-236b2f4dc8d7", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:13:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SEE": { - "figi": "BBG000C22QV7", - "ticker": "SEE", + "HLI": { + "figi": "BBG000CZTB66", + "ticker": "HLI", "classCode": "SPBXM", - "isin": "US81211K1007", + "isin": "US4415931009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sealed Air", + "name": "Houlihan Lokey, Inc.", "exchange": "SPB", - "ipoDate": "1979-05-31T00:00:00Z", - "issueSize": "229996518", + "issueSize": "46417820", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62470,71 +60772,95 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "91c7a724-a015-41fd-87be-ffddac39aca2", + "uid": "49cd5073-b703-4d0b-8155-24ddd1099ded", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "72b94310-ea86-472f-b0b6-fc6cf6727fdb", + "positionUid": "e6841a42-bf85-42d4-9e44-3a39fc3fcc98", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-03-24T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:32:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ARNA": { - "figi": "BBG000BKXBV7", - "ticker": "ARNA", - "classCode": "SPBXM", - "isin": "US0400476075", + "DWNI@DE": { + "figi": "BBG000GM6Y84", + "ticker": "DWNI@DE", + "classCode": "SPBDE", + "isin": "DE000A0HN5C6", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Arena Pharmaceuticals Inc", - "exchange": "SPB", - "issueSize": "39263354", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "name": "Deutsche Wohnen SE", + "exchange": "SPB_DE", + "issueSize": "337410000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "real_estate", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5dbe19c0-dc40-46b9-80b4-90c7c58ccad6", + "uid": "8d4c9c49-df88-4f3d-aea0-1d36af254f93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a2816239-b0b8-4dcc-834a-925e9a906234", + "positionUid": "72f088dd-70b6-4c44-8c55-fb4e1e1dd984", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-03-01T10:12:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RE": { - "figi": "BBG000C1XVK6", - "ticker": "RE", + "PLD": { + "figi": "BBG000B9Z0J8", + "ticker": "PLD", "classCode": "SPBXM", - "isin": "BMG3223R1088", + "isin": "US74340W1036", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Everest Re Group", - "exchange": "SPB", - "ipoDate": "1995-10-02T00:00:00Z", - "issueSize": "40675221", + "name": "Prologis REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1997-11-20T00:00:00Z", + "issueSize": "630700214", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -62545,43 +60871,42 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbc2ddae-b079-4a79-b17b-2d5c41723ff5", + "uid": "f2f696c7-dc46-4d1e-8895-ed3085908560", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "183b34d8-c9f6-4b41-b81a-d49b335d09de", + "positionUid": "5d8719b1-fd42-434a-acf2-c276636f708b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:35:00Z", - "first1dayCandleDate": "1995-10-03T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:30:00Z", + "first1dayCandleDate": "1997-11-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DOV": { - "figi": "BBG000BHB3M6", - "ticker": "DOV", + "PIPR": { + "figi": "BBG000FQXC75", + "ticker": "PIPR", "classCode": "SPBXM", - "isin": "US2600031080", + "isin": "US7240781002", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dover", + "name": "Piper Sandler Companies", "exchange": "SPB", - "ipoDate": "1956-12-03T00:00:00Z", - "issueSize": "145329437", + "issueSize": "17318184", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62592,61 +60917,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5658e347-a72b-4056-a512-a285a9048d7a", + "uid": "e31321f3-9655-4fe1-8492-3fdc5db33ae2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f701508c-4270-497d-9279-3349d05a644f", + "positionUid": "f8c9298a-d50b-4025-b666-125d7dddc05f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:52:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CAH": { - "figi": "BBG000D898T9", - "ticker": "CAH", + "UBS": { + "figi": "BBG007DJM539", + "ticker": "UBS", "classCode": "SPBXM", - "isin": "US14149Y1082", + "isin": "CH0244767585", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Cardinal Health", + "shortEnabledFlag": false, + "name": "UBS Group", "exchange": "SPB", - "ipoDate": "1983-08-01T00:00:00Z", - "issueSize": "310685049", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "755000000", + "issueSize": "3849731535", + "countryOfRisk": "CH", + "countryOfRiskName": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "chf", "units": "0", - "nano": 0 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62657,61 +60957,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ddc7adc7-c7ff-408a-8e41-1e506e012e1d", + "uid": "ca42ed98-9434-4492-bf00-a8a7ad06a59c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f265fae2-95ab-49b4-8c37-c9f3c008186c", + "positionUid": "786e8f18-105c-468b-b7f5-eabba96b9a08", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:20:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-09-17T11:30:00Z", + "first1dayCandleDate": "2021-09-17T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CDNA": { - "figi": "BBG006JS5785", - "ticker": "CDNA", - "classCode": "SPBXM", - "isin": "US14167L1035", - "lot": 1, - "currency": "usd", + "288": { + "figi": "BBG00699M8Q7", + "ticker": "288", + "classCode": "SPBHKEX", + "isin": "KYG960071028", + "lot": 100, + "currency": "hkd", "shortEnabledFlag": false, - "name": "CareDx Inc", - "exchange": "SPB", - "ipoDate": "2011-03-17T00:00:00Z", - "issueSize": "35283152", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "name": "WH Group", + "exchange": "SPB_HK", + "issueSize": "14720230000", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "50000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1e4520cc-3a25-4b3f-b63e-d693d0342b21", + "uid": "b7ed7ac7-721c-49ec-9c5a-b8ff82688ccc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d08d3bf8-dadc-47f2-884d-72dcab77f261", + "positionUid": "5e8ecc3c-cbbd-4fcc-9f92-0d53e73f118a", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-06-20T05:34:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MMC": { - "figi": "BBG000BP4MH0", - "ticker": "MMC", + "AVGO": { + "figi": "BBG00KHY5S69", + "ticker": "AVGO", "classCode": "SPBXM", - "isin": "US5717481023", + "isin": "US11135F1012", "lot": 1, "currency": "usd", "klong": { @@ -62738,19 +61037,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Marsh & McLennan", - "exchange": "SPB", - "ipoDate": "1962-03-20T00:00:00Z", - "issueSize": "512542877", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1600000000", + "shortEnabledFlag": true, + "name": "Broadcom", + "exchange": "SPB_MORNING", + "issueSize": "410260560", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -62763,20 +61061,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "31b5d325-b3f1-4e23-9f6e-bc2b020d6e65", + "uid": "f14568bd-2280-41c3-a78a-05c2f3336a75", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df1e5002-d9bf-4278-864c-5b24e957bbdf", + "positionUid": "e3557a3e-a823-40f2-8b70-e6c08843baa1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:46:00Z", + "first1dayCandleDate": "2009-08-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MAC": { - "figi": "BBG000BL9C59", - "ticker": "MAC", + "VPG": { + "figi": "BBG000PRQ0V9", + "ticker": "VPG", "classCode": "SPBXM", - "isin": "US5543821012", + "isin": "US92835K1034", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Vishay Precision Group Inc", + "exchange": "SPB", + "issueSize": "12488441", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "25000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "5b63d40c-37d4-43da-9cfa-76352c006f32", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8e341376-fa44-46f3-9a58-0d537f6689c7", + "forIisFlag": true, + "first1minCandleDate": "2019-06-11T14:51:00Z", + "first1dayCandleDate": "2010-06-23T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "NVTA": { + "figi": "BBG005DJFD43", + "ticker": "NVTA", + "classCode": "SPBXM", + "isin": "US46185L1035", "lot": 1, "currency": "usd", "klong": { @@ -62789,76 +61127,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, - "shortEnabledFlag": true, - "name": "Macerich REIT", + "shortEnabledFlag": false, + "name": "Invitae Corp", "exchange": "SPB", - "ipoDate": "1994-03-09T00:00:00Z", - "issueSize": "140992474", + "issueSize": "50218987", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e749f14f-06b6-4f78-b145-6c0998861d46", + "uid": "c799669f-231c-477b-b3b1-85eb90832018", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f4067e57-5748-4348-ba7c-ffaf43c0cdf3", + "positionUid": "c24ad689-384c-43ad-9720-92f282ed1cf6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1994-03-10T00:00:00Z", + "first1minCandleDate": "2019-08-05T08:00:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JEF": { - "figi": "BBG000BNHSP9", - "ticker": "JEF", + "PCH": { + "figi": "BBG000BQX2N3", + "ticker": "PCH", "classCode": "SPBXM", - "isin": "US47233W1099", + "isin": "US7376301039", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Jefferies Financial Group", + "name": "PotlatchDeltic Corporation REIT", "exchange": "SPB", - "ipoDate": "1968-10-07T00:00:00Z", - "issueSize": "297826222", + "issueSize": "67045", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "100000", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62869,20 +61205,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49f9baa0-156a-4838-be16-c2d19eafe21c", + "uid": "66ce86c2-d55a-484b-b2f8-f4bf2fab042e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1856ef43-d506-4e0a-9e2b-6088b629f052", + "positionUid": "9c59a654-9311-4eda-873c-c7c57554ce55", "forIisFlag": true, - "first1minCandleDate": "2018-05-25T13:32:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MSI": { - "figi": "BBG000BP8Z50", - "ticker": "MSI", + "CRWD": { + "figi": "BBG00BLYKS03", + "ticker": "CRWD", "classCode": "SPBXM", - "isin": "US6200763075", + "isin": "US22788C1053", "lot": 1, "currency": "usd", "klong": { @@ -62895,75 +61231,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, - "shortEnabledFlag": false, - "name": "Motorola Solutions", - "exchange": "SPB", - "ipoDate": "1946-05-20T00:00:00Z", - "issueSize": "163871288", + "shortEnabledFlag": true, + "name": "Crowdstrike Holdings Inc", + "exchange": "SPB_MORNING", + "issueSize": "18000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "600000000", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b62cd19-6e9f-481e-9eba-5c928615f7b9", + "uid": "60110224-f36c-4a27-add5-107f77774f03", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7aab027c-ad5d-4bfd-a8c8-0b5570635c4c", + "positionUid": "14b0bbd7-d46c-440e-8488-f4027cbf877c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T11:56:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MP": { - "figi": "BBG00TJGL0F0", - "ticker": "MP", + "CORT": { + "figi": "BBG000BKJG33", + "ticker": "CORT", "classCode": "SPBXM", - "isin": "US5533681012", + "isin": "US2183521028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MP Materials", + "name": "Corcept Therapeutics Inc", "exchange": "SPB", - "issueSize": "170738350", + "ipoDate": "2016-02-03T00:00:00Z", + "issueSize": "115235013", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -62974,37 +61310,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a15a13a2-49ad-4ccb-ad34-a38dd3e4407d", + "uid": "28f2768e-df9f-47d1-b5db-519a72b88304", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "138df619-30ad-427a-a96d-6dd1b7090f1f", + "positionUid": "6c167549-d29d-467c-8b08-bfc561b2c184", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:31:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BIG": { - "figi": "BBG000J0D904", - "ticker": "BIG", + "REYN": { + "figi": "BBG00QVJVYB5", + "ticker": "REYN", "classCode": "SPBXM", - "isin": "US0893021032", + "isin": "US76171L1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Big Lots Inc", + "name": "Reynolds Consumer Products Inc.", "exchange": "SPB", - "ipoDate": "1985-06-20T00:00:00Z", - "issueSize": "42032765", + "issueSize": "209700500", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "298000000", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -63015,61 +61350,84 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c5db1ac6-1eb7-49c5-b417-63e7c98dd362", + "uid": "29c7a7b4-1ced-4a91-a8e5-eefdb2d03f30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17e60b2c-58d1-4060-a77f-7a8c7fa4ddd6", + "positionUid": "a33b35e4-0a87-4988-9488-a16e8e2c6026", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:28:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VCYT": { - "figi": "BBG001J2M542", - "ticker": "VCYT", + "LLY": { + "figi": "BBG000BNBDC2", + "ticker": "LLY", "classCode": "SPBXM", - "isin": "US92337F1075", + "isin": "US5324571083", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Veracyte Inc", - "exchange": "SPB", - "ipoDate": "2015-09-17T00:00:00Z", - "issueSize": "48840294", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Eli Lilly & Co", + "exchange": "SPB_MORNING", + "issueSize": "956580893", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "125000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a932153-10e1-4d7d-aa31-4250a207e679", + "uid": "e9c1d825-56b5-44d0-b7c6-ad8969946d21", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a5c60d60-cf27-4b96-ae66-fb389c233916", + "positionUid": "1b5d5856-99db-4ec3-8904-ea4834e05638", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMD": { - "figi": "BBG000BBQCY0", - "ticker": "AMD", + "TROW": { + "figi": "BBG000BVMPN3", + "ticker": "TROW", "classCode": "SPBXM", - "isin": "US0079031078", + "isin": "US74144T1088", "lot": 1, "currency": "usd", "klong": { @@ -63082,75 +61440,115 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "AMD", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1972-09-01T00:00:00Z", - "issueSize": "1212965282", + "name": "T Rowe Price Group", + "exchange": "SPB_MORNING", + "ipoDate": "1986-04-02T00:00:00Z", + "issueSize": "242137493", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 200000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f377b7a2-5795-40a5-bd18-fb527885eb09", + "uid": "2d0b85fd-f729-44de-9937-d435e45232c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "562b6fcd-58e5-4c4f-a66b-8b4fde91da44", + "positionUid": "0bd6fd2b-c76d-4d10-b1b0-7b3085b2309e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:26:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FBHS": { - "figi": "BBG001B4BV87", - "ticker": "FBHS", + "SOFI": { + "figi": "BBG00YB1ZD58", + "ticker": "SOFI", "classCode": "SPBXM", - "isin": "US34964C1062", + "isin": "US83406F1021", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Fortune Brands Home & Security", + "name": "SoFi Technologies", "exchange": "SPB", - "issueSize": "154010861", + "issueSize": "100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "apiTradeAvailableFlag": true, + "uid": "459644ea-7fff-4c26-bb2b-3f9b72dc9805", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6b80b864-d3b2-4add-9a12-26fa0a0e9ec8", + "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MC": { + "figi": "BBG000RNBH63", + "ticker": "MC", + "classCode": "SPBXM", + "isin": "US60786M1053", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Moelis & Co", + "exchange": "SPB", + "issueSize": "33525277", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -63161,37 +61559,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d4950c3c-8f9e-40e5-9081-ce85fdfa1369", + "uid": "218c55ef-ac7a-45a2-b912-cb9df5129fc9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ad96bb2-b792-4421-bf54-720820e265df", + "positionUid": "b343f873-9fa4-4157-ac05-25e1ed3c3a19", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2011-09-16T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:31:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CGNX": { - "figi": "BBG000BPBVW5", - "ticker": "CGNX", + "ATRI": { + "figi": "BBG000DTT624", + "ticker": "ATRI", "classCode": "SPBXM", - "isin": "US1924221039", + "isin": "US0499041053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cognex Corp", + "name": "Atrion Corp", "exchange": "SPB", - "ipoDate": "1989-07-01T00:00:00Z", - "issueSize": "85665974", + "issueSize": "1852756", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "10000000", "nominal": { "currency": "usd", "units": "0", - "nano": 2000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -63202,36 +61599,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5cf38516-d519-4481-ae1e-39165023abd8", + "uid": "1f84b225-b2f4-44d4-a037-88256dfa1b47", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bddbd2aa-f5bf-4a2a-9bd1-435a2008a3ab", + "positionUid": "d4efc3f0-d236-467b-b2d0-52072625d635", "forIisFlag": true, "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-07-20T00:00:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BBIO": { - "figi": "BBG00P9KDZK6", - "ticker": "BBIO", + "NSVZ": { + "figi": "BBG002BCQK67", + "ticker": "NSVZ", + "classCode": "TQBR", + "isin": "RU000A0JQLB6", + "lot": 10, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041d\u0430\u0443\u043a\u0430-\u0421\u0432\u044f\u0437\u044c", + "exchange": "MOEX", + "ipoDate": "2007-12-19T00:00:00Z", + "issueSize": "4701562", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "950000", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 500000000 + }, + "apiTradeAvailableFlag": true, + "uid": "88c3b1dd-cf86-48b6-b479-464ce1149472", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f762cabd-3206-40d7-8698-82149686eac5", + "forIisFlag": true, + "first1minCandleDate": "2018-03-08T06:47:00Z", + "first1dayCandleDate": "2011-12-15T00:00:00Z", + "type": "Shares", + "step": 0.5 + }, + "CRVL": { + "figi": "BBG000CVKZY0", + "ticker": "CRVL", "classCode": "SPBXM", - "isin": "US10806X1028", + "isin": "US2210061097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Bridgebio Pharma", + "name": "CorVel Corp", "exchange": "SPB", - "issueSize": "122361644", + "ipoDate": "1991-06-28T00:00:00Z", + "issueSize": "18499104", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "500000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -63242,20 +61681,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f03a4e85-9950-4a63-a111-ecb254f195d5", + "uid": "687573d6-6f4b-4762-896e-ffa3a73c927a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0bebc6c9-9bda-4c9f-a669-e659b1254404", + "positionUid": "2904e83b-1a74-4475-a0c1-4369b784ecf5", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1991-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PUMP": { - "figi": "BBG00FYCQ352", - "ticker": "PUMP", + "WDC": { + "figi": "BBG000BWNFZ9", + "ticker": "WDC", "classCode": "SPBXM", - "isin": "US74347M1080", + "isin": "US9581021055", "lot": 1, "currency": "usd", "klong": { @@ -63268,59 +61707,59 @@ }, "dlong": { "units": "0", - "nano": 781000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 347000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 532000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 532000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "ProPetro Holding Corp", - "exchange": "SPB", - "ipoDate": "2012-03-29T00:00:00Z", - "issueSize": "100419802", + "name": "Western Digital", + "exchange": "SPB_MORNING", + "ipoDate": "1986-12-31T00:00:00Z", + "issueSize": "308748049", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a2fd72e5-3e94-42b2-aa91-2163f2a2fcfc", + "uid": "e1382f8a-4dac-4150-9259-54f53da0d0b5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fcd5df35-7b5c-4a00-abcd-4ae05f5a2099", + "positionUid": "ed265cb5-a995-4495-b2d7-6fbb0009c3a5", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:28:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FTNT": { - "figi": "BBG000BCMBG4", - "ticker": "FTNT", + "GM": { + "figi": "BBG000NDYB67", + "ticker": "GM", "classCode": "SPBXM", - "isin": "US34959E1091", + "isin": "US37045V1008", "lot": 1, "currency": "usd", "klong": { @@ -63347,178 +61786,227 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Fortinet Inc", - "exchange": "SPB", - "issueSize": "802635635", + "shortEnabledFlag": true, + "name": "General Motors", + "exchange": "SPB_MORNING", + "ipoDate": "2010-11-18T00:00:00Z", + "issueSize": "1451723812", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4e61935-2842-4dfb-a945-387608c140a7", + "uid": "de85159d-0f59-40bd-aeb6-d971b97f68c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ee59a7c4-d357-4fe5-aabe-eaf23f1dabbf", + "positionUid": "b9847345-b281-44bc-a586-ca5c4ea67f6c", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:29:00Z", - "first1dayCandleDate": "2009-11-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:29:00Z", + "first1dayCandleDate": "2010-11-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RSKD": { - "figi": "BBG011P2TCH8", - "ticker": "RSKD", + "AEE": { + "figi": "BBG000B9X8C0", + "ticker": "AEE", "classCode": "SPBXM", - "isin": "IL0011786493", + "isin": "US0236081024", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Riskified", - "exchange": "SPB", - "issueSize": "157625498", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "it", - "issueSizePlan": "900000000", + "name": "Ameren", + "exchange": "SPB_MORNING", + "issueSize": "242634798", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "400000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "48ddd775-8afa-4771-abdf-a9b27d0749ea", + "uid": "0e64eea8-3cd9-4dd6-b974-b69ddf2c1cf3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d001dd88-f5ab-4026-a55f-62af9ed21120", + "positionUid": "4fe24e62-c4e8-42fa-938c-f3859e6d8b51", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:00:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HP": { - "figi": "BBG000BLCPY4", - "ticker": "HP", + "MCRI": { + "figi": "BBG000BJ0932", + "ticker": "MCRI", "classCode": "SPBXM", - "isin": "US4234521015", + "isin": "US6090271072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Helmerich & Payne", + "name": "Monarch Casino & Resort Inc", "exchange": "SPB", - "ipoDate": "1940-02-03T00:00:00Z", - "issueSize": "108881688", + "ipoDate": "1993-08-05T00:00:00Z", + "issueSize": "17985692", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "160000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "30000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d04e0ee-af00-44a7-a429-470c02f9c273", + "uid": "0c97a52e-bffc-4437-917a-dc402d5732ec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ece1e72-56be-4e22-950f-7ee7123f0fe3", + "positionUid": "6075214a-c08a-47da-824d-ecf561c2086b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1993-08-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CNXC": { - "figi": "BBG00RCNQMX3", - "ticker": "CNXC", + "MVIS": { + "figi": "BBG000BVKXQ5", + "ticker": "MVIS", "classCode": "SPBXM", - "isin": "US20602D1019", + "isin": "US5949603048", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Concentrix Corporation", + "name": "MicroVision", "exchange": "SPB", - "issueSize": "5000000", + "issueSize": "157327415", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "210000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "feeac9a5-d26f-4555-9880-16787ef6824a", + "uid": "566d720c-5f21-4796-a1b8-4949987855bc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f6e456b7-e3bc-4c4d-9995-f9cd572ba00d", + "positionUid": "2b46c0eb-1779-4c09-a8cd-2d986061f23b", "forIisFlag": true, - "first1minCandleDate": "2020-12-10T14:05:00Z", - "first1dayCandleDate": "2020-12-10T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:32:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WWW": { - "figi": "BBG000BX2YN2", - "ticker": "WWW", - "classCode": "SPBXM", - "isin": "US9780971035", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Wolverine World Wide Inc", - "exchange": "SPB", - "ipoDate": "1983-04-01T00:00:00Z", - "issueSize": "88754695", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "320000000", + "NLMK": { + "figi": "BBG004S681B4", + "ticker": "NLMK", + "classCode": "TQBR", + "isin": "RU0009046452", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 232700000 + }, + "dshort": { + "units": "0", + "nano": 255900000 + }, + "dlongMin": { + "units": "0", + "nano": 124000000 + }, + "dshortMin": { + "units": "0", + "nano": 120700000 + }, + "shortEnabledFlag": true, + "name": "\u041d\u041b\u041c\u041a", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2004-04-09T00:00:00Z", + "issueSize": "5993227240", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "5987240", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1", "nano": 0 }, @@ -63530,36 +62018,61 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "4196ccc8-eec0-4c3b-a81c-b0dc3ba7ea24", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d767c27d-c24d-4d98-a8bc-6704b26d3123", + "uid": "161eb0d0-aaac-4451-b374-f5d0eeb1b508", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:28:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2006-04-18T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "ZIM": { - "figi": "BBG00YQ7XR05", - "ticker": "ZIM", - "classCode": "SPBXM", - "isin": "IL0065100930", + "BELU": { + "figi": "BBG000TY1CD1", + "ticker": "BELU", + "classCode": "TQBR", + "isin": "RU000A0HL5M1", "lot": 1, - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250300000 + }, + "dshort": { + "units": "0", + "nano": 345000000 + }, + "dlongMin": { + "units": "0", + "nano": 134100000 + }, + "dshortMin": { + "units": "0", + "nano": 159700000 + }, "shortEnabledFlag": false, - "name": "ZIM Integrated Shipping Services", - "exchange": "SPB", - "issueSize": "114500000", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "industrials", - "issueSizePlan": "350000001", + "name": "\u0411\u0435\u043b\u0443\u0433\u0430 \u0413\u0440\u0443\u043f\u043f \u041f\u0410\u041e \u0430\u043e", + "exchange": "MOEX", + "ipoDate": "2005-03-10T00:00:00Z", + "issueSize": "15800000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "11600000", "nominal": { - "currency": "ils", - "units": "0", + "currency": "rub", + "units": "100", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -63569,24 +62082,24 @@ "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "d9d009df-f3c3-4470-a031-1b91540084e3", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2c52c33c-1ae5-4dab-a731-44de1987bfce", + "uid": "974077c4-d893-4058-9314-8f1b64a444b8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7e12ee80-9a45-4011-878f-593d810e9277", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-03-07T19:10:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 1.0 }, - "GTX": { - "figi": "BBG00HY28P97", - "ticker": "GTX", + "MET": { + "figi": "BBG000BB6KF5", + "ticker": "MET", "classCode": "SPBXM", - "isin": "US3665051054", + "isin": "US59156R1086", "lot": 1, "currency": "usd", "klong": { @@ -63598,72 +62111,97 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "9999", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "9999", - "nano": 0 + "units": "0", + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Garrett Motion Inc", - "exchange": "SPB", - "issueSize": "74105227", - "countryOfRisk": "CH", - "countryOfRiskName": "Швейцарская Конфедерация", - "sector": "consumer", - "issueSizePlan": "0", + "shortEnabledFlag": true, + "name": "MetLife", + "exchange": "SPB_MORNING", + "ipoDate": "2000-04-04T00:00:00Z", + "issueSize": "856897461", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "196cf251-3a43-4a95-bb5d-d5e46a602eeb", + "uid": "2e65381d-d931-4231-ac20-e6120dc152b9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d0c6f11d-b126-4015-a079-8666a3a5deb7", + "positionUid": "32760bc2-5087-493a-a083-2ac22a5a4d1a", "forIisFlag": true, - "first1minCandleDate": "2018-10-11T13:33:00Z", - "first1dayCandleDate": "2018-09-17T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2000-04-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CBRE": { - "figi": "BBG000C04224", - "ticker": "CBRE", - "classCode": "SPBXM", - "isin": "US12504L1098", + "GCHE": { + "figi": "BBG000RTHVK7", + "ticker": "GCHE", + "classCode": "TQBR", + "isin": "RU000A0JL4R1", "lot": 1, - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 240500000 + }, + "dshort": { + "units": "0", + "nano": 234700000 + }, + "dlongMin": { + "units": "0", + "nano": 128500000 + }, + "dshortMin": { + "units": "0", + "nano": 111200000 + }, "shortEnabledFlag": false, - "name": "CBRE Group", - "exchange": "SPB", - "ipoDate": "2004-06-10T00:00:00Z", - "issueSize": "335834731", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "525000000", + "name": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0427\u0435\u0440\u043a\u0438\u0437\u043e\u0432\u043e", + "exchange": "MOEX", + "ipoDate": "2007-07-10T00:00:00Z", + "issueSize": "42222042", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "39564300", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 10000000 }, @@ -63675,120 +62213,168 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "49dd0d89-18d3-48a0-92fd-5ff8a422f705", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "47d0b8d6-bd3c-427c-a640-78dcbe281b72", + "uid": "231e5e27-9956-47e7-ad50-6e802e4a92ed", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "86e2defb-6f3e-4556-812f-7c79136c80c2", "forIisFlag": true, - "first1minCandleDate": "2018-03-21T13:36:00Z", - "first1dayCandleDate": "2004-06-10T00:00:00Z", + "first1minCandleDate": "2018-03-07T22:29:00Z", + "first1dayCandleDate": "2008-05-19T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "CEA": { - "figi": "BBG000BCFNR4", - "ticker": "CEA", + "WB": { + "figi": "BBG0065XPGX9", + "ticker": "WB", "classCode": "SPBXM", - "isin": "US16937R1041", + "isin": "US9485961018", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "China Eastern Airlines", - "exchange": "SPB", - "ipoDate": "1997-01-31T00:00:00Z", - "issueSize": "103535556", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 620500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 273000000 + }, + "shortEnabledFlag": true, + "name": "Weibo Corporation", + "exchange": "SPB_MORNING", + "issueSize": "127312831", "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "industrials", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "50", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c5818f90-01e3-4668-ac2b-e37976810e39", + "uid": "e7272041-ac82-40f9-af3d-5a50230e9222", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0508036f-cd43-4c77-93c0-189d954b8b09", + "positionUid": "94bf8cad-ba3d-4f0b-97ca-75f2715e63c3", "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:42:00Z", - "first1dayCandleDate": "1997-02-04T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:03:00Z", + "first1dayCandleDate": "2014-04-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FIGS": { - "figi": "BBG004SK5VL9", - "ticker": "FIGS", - "classCode": "SPBXM", - "isin": "US30260D1037", + "LNZLP": { + "figi": "BBG000SR0YS4", + "ticker": "LNZLP", + "classCode": "TQBR", + "isin": "RU000A0JP1P7", "lot": 1, - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 266600000 + }, + "dshort": { + "units": "0", + "nano": 524000000 + }, + "dlongMin": { + "units": "0", + "nano": 143600000 + }, + "dshortMin": { + "units": "0", + "nano": 234500000 + }, "shortEnabledFlag": false, - "name": "FIGS", - "exchange": "SPB", - "issueSize": "147587495", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "name": "\u041b\u0435\u043d\u0437\u043e\u043b\u043e\u0442\u043e - \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2000-06-15T00:00:00Z", + "issueSize": "347700", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "347700", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, + "units": "5", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "2c2b3647-3ba1-4044-a383-d9ace505c719", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e6622777-3898-47b3-a044-e181bd95fc7e", + "uid": "28fdec79-fcf0-40cb-b53c-586179f024e5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "56dbcc38-5d04-4134-a278-f0a625d08f9c", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:31:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-03-07T20:20:00Z", + "first1dayCandleDate": "2009-06-25T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 5.0 }, - "LNTH": { - "figi": "BBG006Q52RD0", - "ticker": "LNTH", + "CCSI": { + "figi": "BBG0105XBRH0", + "ticker": "CCSI", "classCode": "SPBXM", - "isin": "US5165441032", + "isin": "US20848V1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lantheus Holdings Inc", + "name": "Consensus Cloud Solutions", "exchange": "SPB", - "issueSize": "37263418", + "issueSize": "20060861", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -63799,119 +62385,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9fd80d53-8649-4ddd-b6df-f468d18bc201", + "uid": "bbce3b95-4902-44e2-ba43-f931e63e984b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "29b0bb94-3167-482e-9d98-ef4cb8963751", + "positionUid": "fb044212-1709-4c02-9c71-097403bea3b9", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-10-19T12:10:00Z", + "first1dayCandleDate": "2021-10-19T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IPGP": { - "figi": "BBG000DCGRL8", - "ticker": "IPGP", + "WKHS": { + "figi": "BBG000BDPB15", + "ticker": "WKHS", "classCode": "SPBXM", - "isin": "US44980X1090", + "isin": "US98138J2069", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "IPG Photonics Corporation", - "exchange": "SPB", - "ipoDate": "2006-12-12T00:00:00Z", - "issueSize": "52124557", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "klong": { + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 793900000 }, - "apiTradeAvailableFlag": true, - "uid": "d882047a-7aa7-4ec6-b68f-10ec4ade87f8", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e4845138-f698-4a51-8db1-67bcf820fc98", - "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2006-12-13T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "NOV": { - "figi": "BBG000BJX8C8", - "ticker": "NOV", - "classCode": "SPBXM", - "isin": "US62955J1034", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "National Oilwell Varco", - "exchange": "SPB", - "ipoDate": "1996-10-28T00:00:00Z", - "issueSize": "390643228", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "usd", + "dshort": { + "units": "1", + "nano": 390100000 + }, + "dlongMin": { "units": "0", - "nano": 10000000 + "nano": 546000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 546000000 }, - "apiTradeAvailableFlag": true, - "uid": "61c9992c-ce35-481a-922b-8799bc3dbbd4", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c5ee975-313d-48eb-bf9e-c97f4501bd3e", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1996-10-29T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CENT": { - "figi": "BBG000BFD605", - "ticker": "CENT", - "classCode": "SPBXM", - "isin": "US1535271068", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Central Garden & Pet Co", + "shortEnabledFlag": true, + "name": "Workhorse Group Inc", "exchange": "SPB", - "ipoDate": "1993-07-14T00:00:00Z", - "issueSize": "12145135", + "issueSize": "105134924", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "80000000", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -63922,75 +62449,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0bd6b6c6-5417-462e-9657-f0e48ea5d999", + "uid": "5f5328e2-47b9-4824-a5a0-992d386da2d3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5083981f-7c8e-4d48-99b0-171987f00eca", + "positionUid": "f1eb3895-e562-4984-bc66-405d8e3c7f69", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1993-07-15T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DOCS": { - "figi": "BBG0026ZJQX7", - "ticker": "DOCS", + "BAX": { + "figi": "BBG000BCVJ77", + "ticker": "BAX", "classCode": "SPBXM", - "isin": "US26622P1075", + "isin": "US0718131099", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Doximity, Inc.", - "exchange": "SPB", - "issueSize": "23300000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "4d256912-bd91-4303-848a-b7e952c05690", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e8e2e725-61db-4da0-a097-91d72505651d", - "forIisFlag": true, - "first1minCandleDate": "2021-06-29T12:02:00Z", - "first1dayCandleDate": "2021-06-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "HRL": { - "figi": "BBG000BLF8D2", - "ticker": "HRL", - "classCode": "SPBXM", - "isin": "US4404521001", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Hormel Foods", - "exchange": "SPB", - "ipoDate": "1928-10-01T00:00:00Z", - "issueSize": "542556859", + "name": "Baxter International", + "exchange": "SPB_MORNING", + "ipoDate": "1961-05-15T00:00:00Z", + "issueSize": "545538967", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 14650000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -64003,35 +62514,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "593c33fb-7bed-486a-9353-7e075b7969c2", + "uid": "559e1617-4534-4006-a8c9-a6d579fec5c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd82bf5e-8c76-46fc-b4d2-60a1bf2f585d", + "positionUid": "d4e3db7c-86e3-41a7-8ecd-3dbc119ba168", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LOPE": { - "figi": "BBG000FV28W9", - "ticker": "LOPE", + "ADBE": { + "figi": "BBG000BB5006", + "ticker": "ADBE", "classCode": "SPBXM", - "isin": "US38526M1062", + "isin": "US00724F1012", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Grand Canyon Education Inc", - "exchange": "SPB", - "ipoDate": "2008-11-20T00:00:00Z", - "issueSize": "48238418", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Adobe", + "exchange": "SPB_MORNING", + "ipoDate": "1986-08-01T00:00:00Z", + "issueSize": "475800000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -64044,126 +62579,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "95f3dbeb-ca70-4a39-844b-35d4d3afdce6", + "uid": "d8a34aba-95bb-4ffb-97bc-2a73b318018d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1d7bb7d5-f0b3-4581-b8a2-a567532d967a", + "positionUid": "f9805e54-601a-4fbe-a047-6c510f9b120e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2008-11-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WHD": { - "figi": "BBG00JRH1P95", - "ticker": "WHD", + "INSM": { + "figi": "BBG000BWM5P3", + "ticker": "INSM", "classCode": "SPBXM", - "isin": "US1272031071", + "isin": "US4576693075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cactus Inc", + "name": "Insmed", "exchange": "SPB", - "ipoDate": "2018-02-08T00:00:00Z", - "issueSize": "46780909", + "issueSize": "101867707", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a2285e64-078a-4b28-a678-cbcb447907da", + "uid": "40fd2ca2-3019-46b7-912e-d4eb15e1958c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "103b3e3c-8b1e-43c7-9cd1-9ee65ce33b54", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2018-02-08T00:00:00Z", + "positionUid": "f833f342-cc0e-4d40-b749-bbb20137ebe3", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EBS": { - "figi": "BBG000GW06J7", - "ticker": "EBS", + "AEO": { + "figi": "BBG000BGXZB5", + "ticker": "AEO", "classCode": "SPBXM", - "isin": "US29089Q1058", + "isin": "US02553E1064", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Emergent BioSolutions Inc", + "name": "American Eagle Outfitters Inc", "exchange": "SPB", - "ipoDate": "2006-11-15T00:00:00Z", - "issueSize": "51200000", + "issueSize": "176975145", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6a77a82e-090b-4727-9e2e-37e87e85f13a", + "uid": "17265b77-7d2e-44ad-8b74-b0e9602729d5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8c1acbda-cf93-4c8f-8fe5-d26d5034382f", + "positionUid": "146e550f-5699-4e3f-be62-98c972d6caa5", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "2006-11-15T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:58:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RF": { - "figi": "BBG000Q3JN03", - "ticker": "RF", + "MCD": { + "figi": "BBG000BNSZP1", + "ticker": "MCD", "classCode": "SPBXM", - "isin": "US7591EP1005", + "isin": "US5801351017", "lot": 1, "currency": "usd", "klong": { @@ -64191,13 +62700,14 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Regions Financial", - "exchange": "SPB", - "issueSize": "1159971493", + "name": "McDonald\u2019s", + "exchange": "SPB_MORNING", + "ipoDate": "1965-04-21T00:00:00Z", + "issueSize": "746798875", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "3500000000", "nominal": { "currency": "usd", "units": "0", @@ -64214,30 +62724,31 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55a5f966-580c-420a-8336-1a2db416cbed", + "uid": "c768e9db-dcaf-4524-a6b8-a246dc85987d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "95c8722f-4457-4be3-b567-e3592a831998", + "positionUid": "1586bf1f-692e-4d0c-a381-85231ef832f0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1minCandleDate": "2018-01-23T12:02:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ANDE": { - "figi": "BBG000BF8CN3", - "ticker": "ANDE", - "classCode": "SPBXM", - "isin": "US0341641035", + "TCSG": { + "figi": "BBG00QPYJ5H0", + "ticker": "TCSG", + "classCode": "TQBR", + "isin": "TCS7238U2033", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Andersons Inc", - "exchange": "SPB", - "issueSize": "29430000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "63000000", + "name": "TCS Group", + "exchange": "MOEX", + "ipoDate": "2013-10-22T00:00:00Z", + "issueSize": "96239288", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -64248,81 +62759,80 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "421a4e43-30ad-493a-9a0e-26dff183b008", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "517854a3-8391-44f2-87d5-05b8220c0dae", + "uid": "6afa6f80-03a7-4d83-9cf0-c19d7d021f76", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4a1946eb-5ffb-4ebf-ac8c-44221c9f7a2f", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:29:00Z", - "first1dayCandleDate": "1996-02-20T00:00:00Z", + "first1minCandleDate": "2019-10-28T06:59:00Z", + "first1dayCandleDate": "2019-10-28T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "NTCO": { - "figi": "BBG00R4ZKPN5", - "ticker": "NTCO", + "GNL": { + "figi": "BBG004HXD0G8", + "ticker": "GNL", "classCode": "SPBXM", - "isin": "US63884N1081", + "isin": "US3793782018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Natura & Co Holding S.A.", + "name": "Global Net Lease REIT", "exchange": "SPB", - "issueSize": "689792369", - "countryOfRisk": "BR", - "countryOfRiskName": "Федеративная Республика Бразилия", - "sector": "consumer", - "issueSizePlan": "0", + "issueSize": "67336343", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d6bccc08-306e-45c7-9482-e315ec600cf1", + "uid": "1c250e76-9c13-4ccd-8d05-a9707c2f1602", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bccfcaee-5c26-4787-9e8c-c6f6b9bc6bc7", + "positionUid": "926803e4-b9e3-4485-969c-81f1542ebe96", "forIisFlag": true, - "first1minCandleDate": "2020-01-10T13:15:00Z", - "first1dayCandleDate": "2020-01-10T07:00:00Z", + "first1minCandleDate": "2020-01-23T14:30:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LENT": { - "figi": "BBG0063FKTD9", - "ticker": "LENT", - "classCode": "TQBR", - "isin": "RU000A102S15", + "FULC": { + "figi": "BBG00DDY1RK9", + "ticker": "FULC", + "classCode": "SPBXM", + "isin": "US3596161097", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Лента", - "exchange": "MOEX", - "ipoDate": "2021-02-08T00:00:00Z", - "issueSize": "97585932", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "97585932", + "name": "Fulcrum Therapeutics", + "exchange": "SPB", + "issueSize": "32067434", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 91263200 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -64332,39 +62842,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5f1e6b0a-4413-489c-b336-40b43730eaf5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "93a5cf8f-361a-4d2b-b38d-88a63aa7972c", + "uid": "a56d4032-7188-4a98-9d7c-3e59c203c40a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5d93c1f9-2541-4527-b5b1-fc79e678b315", "forIisFlag": true, - "first1minCandleDate": "2021-12-14T13:43:00Z", - "first1dayCandleDate": "2021-12-14T07:00:00Z", + "first1minCandleDate": "2021-11-10T13:57:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "NPK": { - "figi": "BBG000BQ4GG2", - "ticker": "NPK", + "XYL": { + "figi": "BBG001D8R5D0", + "ticker": "XYL", "classCode": "SPBXM", - "isin": "US6372151042", + "isin": "US98419M1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "National Presto Industries Inc", + "name": "Xylem", "exchange": "SPB", - "issueSize": "6948644", + "issueSize": "179366169", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "12000000", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -64375,20 +62885,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce40a0b2-6af1-4d97-986a-b3746e75b22e", + "uid": "276db042-69eb-4fcc-87f8-586e4ac641b7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d4f68781-cc35-4c2f-92f9-18da5522c21b", + "positionUid": "d66b2c33-969e-43b1-93db-37ed536ddb43", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:41:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2011-10-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "USB": { - "figi": "BBG000FFDM15", - "ticker": "USB", + "ICE": { + "figi": "BBG000C1FB75", + "ticker": "ICE", "classCode": "SPBXM", - "isin": "US9029733048", + "isin": "US45866F1049", "lot": 1, "currency": "usd", "klong": { @@ -64415,14 +62925,15 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "US Bancorp", - "exchange": "SPB", - "issueSize": "1482622714", + "shortEnabledFlag": false, + "name": "Intercontinental Exchange", + "exchange": "SPB_MORNING", + "ipoDate": "2005-11-16T00:00:00Z", + "issueSize": "579228041", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "4000000000", + "issueSizePlan": "1500000000", "nominal": { "currency": "usd", "units": "0", @@ -64439,259 +62950,260 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d18b0e59-5162-4fec-a55e-fe4892b6782c", + "uid": "d2d7f3c5-4f43-49be-8a38-ec65cb0769da", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "561ac6a9-14e9-4f14-8941-cb63526b69ca", + "positionUid": "214c1768-6190-41a3-9a1a-a05e28e81dfe", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "2005-11-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EVT@DE": { - "figi": "BBG000C23DD5", - "ticker": "EVT@DE", + "SIE@DE": { + "figi": "BBG000BCCT76", + "ticker": "SIE@DE", "classCode": "SPBDE", - "isin": "DE0005664809", + "isin": "DE0007236101", "lot": 1, "currency": "eur", "shortEnabledFlag": false, - "name": "Evotec AG", + "name": "Siemens AG", "exchange": "SPB_DE", - "issueSize": "149765064", + "issueSize": "914203421", "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "health_care", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "eur", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "250f6043-1eb2-45f4-b7a8-e7875d51db5e", + "uid": "488189e0-9931-4d8d-8d74-50f4350351ba", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e323629-5c32-428b-9156-f487f2bb2db1", + "positionUid": "960ef143-0e24-4bd5-bcf4-b4c37fdfc13d", "forIisFlag": true, - "first1minCandleDate": "2021-03-03T08:23:00Z", - "first1dayCandleDate": "2021-03-03T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:10:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GIS": { - "figi": "BBG000BKCFC2", - "ticker": "GIS", + "NEO": { + "figi": "BBG000BKH263", + "ticker": "NEO", "classCode": "SPBXM", - "isin": "US3703341046", + "isin": "US64049M2098", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "General Mills", - "exchange": "SPB", - "issueSize": "624536334", + "name": "NeoGenomics Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2014-02-12T00:00:00Z", + "issueSize": "103858915", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b2f047f-f03d-4bad-b6cc-74abf6292ebe", + "uid": "fc47a340-d996-4a34-98e0-d6dadd729865", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "634cc4cb-c0e5-4464-9c28-0d669a138a45", + "positionUid": "55a373e2-1b5c-475f-86c2-1b4b97d6abbf", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:24:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T12:59:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FELE": { - "figi": "BBG000BJGGV8", - "ticker": "FELE", + "VSAT": { + "figi": "BBG000HHLBF9", + "ticker": "VSAT", "classCode": "SPBXM", - "isin": "US3535141028", + "isin": "US92552V1008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Franklin Electric Co", + "name": "Viasat", "exchange": "SPB", - "issueSize": "46190670", + "issueSize": "62129258", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3233f5e5-b8ce-45f1-a520-30cc52282197", + "uid": "5535e3d7-b67a-494e-9274-116de06b4a03", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eea6b43d-c96f-41f4-9a0f-ac9af24962d3", + "positionUid": "dfa5336f-1e08-4ef3-a1d0-e10899bb8529", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CDW": { - "figi": "BBG001P63B80", - "ticker": "CDW", + "GDRX": { + "figi": "BBG00X0VP8D9", + "ticker": "GDRX", "classCode": "SPBXM", - "isin": "US12514G1085", + "isin": "US38246G1085", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CDW Corp", + "name": "GoodRx Holdings Inc", "exchange": "SPB", - "issueSize": "151759324", + "issueSize": "38461537", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ddc1a8b9-2962-41e5-8499-0a97779987e4", + "uid": "d314a28d-ff1a-4f95-a33b-33b539ee3cb3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "71946925-80a2-46d3-a4a3-643959d260f0", + "positionUid": "dd219e28-5bab-498a-a563-cb33805246f6", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-06-01T12:29:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HCSG": { - "figi": "BBG000BKYVF0", - "ticker": "HCSG", + "DNB": { + "figi": "BBG00VCZX9Z6", + "ticker": "DNB", "classCode": "SPBXM", - "isin": "US4219061086", + "isin": "US26484T1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Healthcare Services Group Inc", + "name": "Dun & Bradstreet Holdings", "exchange": "SPB", - "ipoDate": "1983-11-01T00:00:00Z", - "issueSize": "74036000", + "issueSize": "411255940", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e293451d-14d4-4af1-ab50-fd9967b182c5", + "uid": "57b07d3e-41c5-46bb-a41c-c140a2a2d4a0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "580c77cd-61d1-40f9-ba91-0953667d5f76", + "positionUid": "448759db-488e-44a9-9846-5d406ca6fa0e", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2000-09-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "STWD": { - "figi": "BBG000M1J270", - "ticker": "STWD", + "KO": { + "figi": "BBG000BMX289", + "ticker": "KO", "classCode": "SPBXM", - "isin": "US85571B1052", + "isin": "US1912161007", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Starwood Property Trust REIT", - "exchange": "SPB", - "issueSize": "238580962", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "COCA-COLA", + "exchange": "SPB_MORNING", + "ipoDate": "1919-09-15T00:00:00Z", + "issueSize": "4316618703", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "11200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -64704,30 +63216,54 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "546a6adb-fafd-4267-a6e9-2edb7011cfa6", + "uid": "cc54fe32-a3cd-4ec9-b21b-6038b6f6a522", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d9596cf0-0ae6-4b12-abb3-bea4f3481276", + "positionUid": "bc54b062-899d-4ab5-af09-57a32ec7f56e", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:35:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:17:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALLE": { - "figi": "BBG003PS7JV1", - "ticker": "ALLE", + "TTWO": { + "figi": "BBG000BS1YV5", + "ticker": "TTWO", "classCode": "SPBXM", - "isin": "IE00BFRT3W74", + "isin": "US8740541094", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Allegion", - "exchange": "SPB", - "issueSize": "94458335", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Take-Two Interactive Software", + "exchange": "SPB_MORNING", + "issueSize": "116518331", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", @@ -64737,29 +63273,29 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6480df48-4bee-4b5e-b096-6482209f4b3f", + "uid": "45743d5b-c2b4-4278-afe2-eec3595e3fc1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ca88903d-451f-4700-8ccf-48db5df5d89e", + "positionUid": "065c6c38-c7cd-4bab-bd91-d97762c2564a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:39:00Z", - "first1dayCandleDate": "2013-11-18T00:00:00Z", + "first1minCandleDate": "2019-04-04T08:23:00Z", + "first1dayCandleDate": "1997-04-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GCHE": { - "figi": "BBG000RTHVK7", - "ticker": "GCHE", - "classCode": "TQBR", - "isin": "RU000A0JL4R1", + "WEC": { + "figi": "BBG000BWP7D9", + "ticker": "WEC", + "classCode": "SPBXM", + "isin": "US92939U1060", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -64770,31 +63306,30 @@ }, "dlong": { "units": "0", - "nano": 240500000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 262200000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 128500000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 123500000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Группа Черкизово", - "exchange": "MOEX", - "ipoDate": "2007-07-10T00:00:00Z", - "issueSize": "42222042", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "39564300", + "name": "WEC Energy Group", + "exchange": "SPB", + "issueSize": "315544495", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 10000000 }, @@ -64806,77 +63341,126 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "231e5e27-9956-47e7-ad50-6e802e4a92ed", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "86e2defb-6f3e-4556-812f-7c79136c80c2", + "uid": "62dd116e-1131-4ce7-8c63-4d24308829b0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4f4c8bfb-fba6-4475-90c1-43d8bbbbb4c9", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T22:29:00Z", - "first1dayCandleDate": "2008-05-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.5 + "step": 0.01 }, - "BKU": { - "figi": "BBG000PQPCM6", - "ticker": "BKU", + "ANAB": { + "figi": "BBG0026ZDHR0", + "ticker": "ANAB", "classCode": "SPBXM", - "isin": "US06652K1034", + "isin": "US0327241065", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "BankUnited, Inc.", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 559100000 + }, + "dshort": { + "units": "0", + "nano": 784900000 + }, + "dlongMin": { + "units": "0", + "nano": 336000000 + }, + "dshortMin": { + "units": "0", + "nano": 336000000 + }, + "shortEnabledFlag": true, + "name": "AnaptysBio Inc", "exchange": "SPB", - "issueSize": "95128231", + "ipoDate": "2017-01-26T00:00:00Z", + "issueSize": "27023725", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34257b47-8930-4afc-8089-bb6e23a75d37", + "uid": "bf341bb3-db3d-43fe-b844-b934a24828ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "988ba858-a1ba-4d5c-9db4-ca2cdd633784", + "positionUid": "5b1295bc-b0fb-4a18-a17d-c08ecc8c224a", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2017-01-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GCP": { - "figi": "BBG0082W8Q12", - "ticker": "GCP", + "PLTR": { + "figi": "BBG000N7QR55", + "ticker": "PLTR", "classCode": "SPBXM", - "isin": "US36164Y1010", + "isin": "US69608A1088", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "GCP Applied Technologies Inc", - "exchange": "SPB", - "issueSize": "72551785", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 793900000 + }, + "dshort": { + "units": "1", + "nano": 390100000 + }, + "dlongMin": { + "units": "0", + "nano": 546000000 + }, + "dshortMin": { + "units": "0", + "nano": 546000000 + }, + "shortEnabledFlag": true, + "name": "Palantir Technologies Inc", + "exchange": "SPB_MORNING", + "issueSize": "1866000060", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2351000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -64889,36 +63473,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "52d2298b-8237-4155-943a-0b0e57a32e09", + "uid": "1fce93fe-f7a1-40cc-bdec-fde6500f3783", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8a308a04-84ca-43bf-be35-e8cd85acc600", + "positionUid": "21767c70-72a8-43f8-80d3-969732691765", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:33:00Z", - "first1dayCandleDate": "2016-01-26T00:00:00Z", + "first1minCandleDate": "2020-12-16T12:30:00Z", + "first1dayCandleDate": "2020-12-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZIMV": { - "figi": "BBG014630587", - "ticker": "ZIMV", + "UNVR": { + "figi": "BBG000BDHD29", + "ticker": "UNVR", "classCode": "SPBXM", - "isin": "US98888T1079", + "isin": "US91336L1070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ZimVie", + "name": "Univar Solutions Inc", "exchange": "SPB", - "issueSize": "100000", + "ipoDate": "2013-10-30T00:00:00Z", + "issueSize": "168616579", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -64929,36 +63514,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3df3df6b-29b0-4fb8-b03e-9c0994422183", + "uid": "5cb04ee7-97b5-4c28-b45b-90ec19f948cb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7a6de9c-a9e4-4ce3-85c4-eb9d2a3e8261", + "positionUid": "7f8b2919-42bd-4f81-b263-1c823a6ae97f", "forIisFlag": true, - "first1minCandleDate": "2022-03-22T13:20:00Z", - "first1dayCandleDate": "2022-03-22T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:20:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VNA@DE": { - "figi": "BBG000BT0ZM1", - "ticker": "VNA@DE", - "classCode": "SPBDE", - "isin": "DE000A1ML7J1", + "SCI": { + "figi": "BBG000BTHH16", + "ticker": "SCI", + "classCode": "SPBXM", + "isin": "US8175651046", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Vonovia SE", - "exchange": "SPB_DE", - "issueSize": "466000624", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "real_estate", - "issueSizePlan": "0", + "name": "Service Corp International/US", + "exchange": "SPB", + "issueSize": "183343868", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { - "currency": "eur", - "units": "0", + "currency": "usd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -64969,101 +63554,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae6ffc1a-9808-4f43-b3b9-e15ba576ea5f", + "uid": "b7828902-f5bd-4811-b8f8-072535e7d7fe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c0eac4fd-1314-4758-8f5d-771bfd3f431c", + "positionUid": "290929af-1d32-4618-9dd6-9afc473e0d3f", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:06:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:32:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BNGO": { - "figi": "BBG001KWWRS9", - "ticker": "BNGO", + "SBGI": { + "figi": "BBG000F2XXP2", + "ticker": "SBGI", "classCode": "SPBXM", - "isin": "US09075F1075", + "isin": "US8292261091", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 953300000 - }, - "dshort": { - "units": "2", - "nano": 489400000 - }, - "dlongMin": { - "units": "0", - "nano": 784000000 - }, - "dshortMin": { - "units": "0", - "nano": 868000000 - }, "shortEnabledFlag": false, - "name": "Bionano Genomics, Inc.", + "name": "Sinclair Broadcast Group Inc", "exchange": "SPB", - "issueSize": "181680905", + "ipoDate": "1995-06-06T00:00:00Z", + "issueSize": "76973826", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1005673d-3117-49fe-b015-28b46657d3b6", + "uid": "08bfcf2f-eae4-4fdd-ba3c-e23cd8504d7f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e6e4edba-cfa7-4773-b381-91376948cafb", + "positionUid": "b297125a-97ee-4647-8845-1b53cf2405ee", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:33:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1995-06-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HSKA": { - "figi": "BBG000BWFH48", - "ticker": "HSKA", + "HLF": { + "figi": "BBG000MM5VL9", + "ticker": "HLF", "classCode": "SPBXM", - "isin": "US42805E3062", + "isin": "KYG4412G1010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Heska Corp", + "name": "Herbalife Nutrition", "exchange": "SPB", - "ipoDate": "1997-06-30T00:00:00Z", - "issueSize": "7828358", + "issueSize": "101245008", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "10250000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -65074,37 +63635,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fa5707a2-9a06-4d82-b5ee-27a4acde0869", + "uid": "20fe362e-9573-4692-ae7f-70f3a7e18b84", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce968e5c-fd5a-4a5b-b961-3f82149e1282", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "positionUid": "2a35c643-1548-4ac7-8df8-2978c5efee3c", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:56:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HALO": { - "figi": "BBG000CZ8W54", - "ticker": "HALO", + "LFST": { + "figi": "BBG01138DGZ7", + "ticker": "LFST", "classCode": "SPBXM", - "isin": "US40637H1095", + "isin": "US53228F1012", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Halozyme Therapeutics Inc", + "name": "LifeStance Health Group", "exchange": "SPB", - "ipoDate": "2005-05-06T00:00:00Z", - "issueSize": "146539590", + "issueSize": "373648648", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "300000000", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -65115,60 +63675,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce3ecd83-1bc6-4821-94ff-c42eeb6aa1d3", + "uid": "f1d7b78d-9129-475c-ade6-2fe8dd758acd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cf7a94fc-37a1-4657-9230-a8f3303492e6", + "positionUid": "c0404e02-563a-4632-b1fd-d8f0d9080dec", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-07-30T13:13:00Z", + "first1dayCandleDate": "2021-07-30T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JNJ": { - "figi": "BBG000BMHYD1", - "ticker": "JNJ", + "FNF": { + "figi": "BBG006N7S6K9", + "ticker": "FNF", "classCode": "SPBXM", - "isin": "US4781601046", + "isin": "US31620R3030", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Johnson & Johnson", + "shortEnabledFlag": false, + "name": "Fidelity National Financial, Inc.", "exchange": "SPB", - "issueSize": "2632482092", + "issueSize": "275224747", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "2740354114", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "487000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -65179,100 +63715,35 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a58267a8-3269-4e86-98b4-5b3241e26d08", + "uid": "4ea5c068-177a-4a49-af39-264b09283031", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "04fb8364-3663-4c1f-85e9-1eb91d340127", + "positionUid": "6b1e613f-a143-4ef2-8004-d0e7c70489f3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:00:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:03:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AQUA": { - "figi": "BBG000W325F7", - "ticker": "AQUA", - "classCode": "TQBR", - "isin": "RU000A0JQTS3", + "FIVN": { + "figi": "BBG001KHJM17", + "ticker": "FIVN", + "classCode": "SPBXM", + "isin": "US3383071012", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 306800000 - }, - "dshort": { - "units": "0", - "nano": 552500000 - }, - "dlongMin": { - "units": "0", - "nano": 167400000 - }, - "dshortMin": { - "units": "0", - "nano": 246000000 - }, - "shortEnabledFlag": false, - "name": "Русская аквакультура", - "exchange": "MOEX", - "ipoDate": "2008-03-03T00:00:00Z", - "issueSize": "87876649", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "1000", - "nominal": { - "currency": "rub", - "units": "100", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 500000000 - }, - "apiTradeAvailableFlag": true, - "uid": "b83ab195-dcd2-4d44-b9bf-27fa294f19a0", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f5b9035f-5244-4967-9a8e-a3deca4937f7", - "forIisFlag": true, - "first1minCandleDate": "2018-03-09T14:27:00Z", - "first1dayCandleDate": "2018-03-09T07:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "BLNG": { - "figi": "BBG000VQWH86", - "ticker": "BLNG", - "classCode": "TQBR", - "isin": "RU000A0J2QG8", - "lot": 100, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Белон", - "exchange": "MOEX", - "ipoDate": "2008-10-29T00:00:00Z", - "issueSize": "1150000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "1150000000", + "name": "Five9 Inc", + "exchange": "SPB", + "ipoDate": "2014-04-04T00:00:00Z", + "issueSize": "55650970", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "450000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -65282,24 +63753,24 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac496ed2-9ccd-443d-bb75-d53a62b34bf9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "372fee4e-7eea-41b4-81e0-3fa2da06db2c", + "uid": "b29ae136-0970-47af-b0ec-ac168cbd3447", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "54954990-a07a-4514-b692-27142aa1fb8d", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:27:00Z", - "first1dayCandleDate": "2007-04-25T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:17:00Z", + "first1dayCandleDate": "2014-04-04T00:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.01 }, - "MSNG": { - "figi": "BBG004S687W8", - "ticker": "MSNG", + "SNGSP": { + "figi": "BBG004S681M2", + "ticker": "SNGSP", "classCode": "TQBR", - "isin": "RU0008958863", - "lot": 1000, + "isin": "RU0009029524", + "lot": 100, "currency": "rub", "klong": { "units": "2", @@ -65311,75 +63782,76 @@ }, "dlong": { "units": "0", - "nano": 298000000 + "nano": 244400000 }, "dshort": { "units": "0", - "nano": 346900000 + "nano": 237500000 }, "dlongMin": { "units": "0", - "nano": 162100000 + "nano": 130800000 }, "dshortMin": { "units": "0", - "nano": 160600000 + "nano": 112400000 }, - "shortEnabledFlag": false, - "name": "Мосэнерго", - "exchange": "MOEX", - "ipoDate": "1993-04-27T00:00:00Z", - "issueSize": "39749359700", + "shortEnabledFlag": true, + "name": "\u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 - \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2003-06-24T00:00:00Z", + "issueSize": "7701998235", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "28267726000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "7701998235", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "98fc1318-6990-4147-b0d1-b10999326461", + "uid": "a797f14a-8513-4b84-b15e-a3b98dc4cc00", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1bb748f3-6b56-4da1-9422-e83d929b4fdb", + "positionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:38:00Z", - "first1dayCandleDate": "1997-03-25T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.005 }, - "AIN": { - "figi": "BBG000BRWWH3", - "ticker": "AIN", + "MANT": { + "figi": "BBG000BGF8B5", + "ticker": "MANT", "classCode": "SPBXM", - "isin": "US0123481089", + "isin": "US5645631046", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Albany International Corp.", + "name": "ManTech International Corp VA", "exchange": "SPB", - "issueSize": "29000000", + "ipoDate": "2002-02-07T00:00:00Z", + "issueSize": "26544339", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -65390,36 +63862,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac00d1e1-e7b3-4392-8d96-2f8ba3d7b70b", + "uid": "51db1468-6221-4a8d-87a3-847ee2313c47", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c2e72666-407c-40b3-82ac-4f8308be04f7", + "positionUid": "222b9df3-e91b-4e19-9658-1e8a4d348735", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:35:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2002-02-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CNMD": { - "figi": "BBG000BFZVH8", - "ticker": "CNMD", + "ESE": { + "figi": "BBG000C4S3P3", + "ticker": "ESE", "classCode": "SPBXM", - "isin": "US2074101013", + "isin": "US2963151046", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CONMED Corporation", + "name": "ESCO Technologies Inc.", "exchange": "SPB", - "issueSize": "28535629", + "issueSize": "26037248", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -65430,230 +63902,142 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db3b4eb4-a60e-429d-a29f-ce76cb96c6d2", + "uid": "b3d75f01-ee3e-4bb5-b701-94d3b7911667", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a210be68-648b-4eff-aeda-77b6b663f80d", + "positionUid": "a78ca91c-2e28-4046-92d5-2ccf92efa236", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:34:00Z", + "first1minCandleDate": "2020-07-29T13:35:00Z", "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SHI": { - "figi": "BBG000BHR1H9", - "ticker": "SHI", + "GSKY": { + "figi": "BBG00KT2SCV8", + "ticker": "GSKY", "classCode": "SPBXM", - "isin": "US82935M1099", + "isin": "US39572G1004", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, - "shortEnabledFlag": true, - "name": "Sinopec Shanghai Petrochemical", + "shortEnabledFlag": false, + "name": "GreenSky Inc", "exchange": "SPB", - "ipoDate": "1993-07-23T00:00:00Z", - "issueSize": "34950000", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "materials", - "issueSizePlan": "0", + "ipoDate": "2018-05-24T00:00:00Z", + "issueSize": "51836157", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "100", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db2631d7-c973-4cb8-a39b-5f8e8068a507", + "uid": "27974d52-f100-41c6-9508-e7c9fddea040", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b72c3274-d092-441c-add4-499a71cbc218", + "positionUid": "3d80f99f-a3db-4ca8-acec-79413160e050", "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:28:00Z", - "first1dayCandleDate": "1993-07-26T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2018-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AIT": { - "figi": "BBG000BBHHP9", - "ticker": "AIT", + "BAND": { + "figi": "BBG001K003W2", + "ticker": "BAND", "classCode": "SPBXM", - "isin": "US03820C1053", + "isin": "US05988J1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Applied Industrial Technologies", + "name": "Bandwidth Inc", "exchange": "SPB", - "issueSize": "38707000", + "ipoDate": "2017-11-10T00:00:00Z", + "issueSize": "16546956", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd0b1efe-6d08-4c27-99d8-4cc880023e93", + "uid": "b15e4e87-710a-4e50-94ca-f0eb831f1a46", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bb727dad-1a7f-42b7-a053-a67da854dd67", + "positionUid": "82aded4c-f139-4c80-913d-1a4d92390304", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:51:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2017-11-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CHCO": { - "figi": "BBG000BFJFX3", - "ticker": "CHCO", + "TSVT": { + "figi": "BBG00YV1J622", + "ticker": "TSVT", "classCode": "SPBXM", - "isin": "US1778351056", + "isin": "US9013841070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "City Holding Company", + "name": "2seventy bio", "exchange": "SPB", - "issueSize": "16148796", + "issueSize": "200000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a256a49-cfcc-49f9-94f1-fcb691366a47", + "uid": "79312084-460d-403d-82bc-de2e5e15d4fc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cb90b454-b611-4f21-b7b4-518aaf1a48f4", + "positionUid": "fc25d4a9-d006-4803-8c2b-51ad29b5474f", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-11T12:35:00Z", + "first1dayCandleDate": "2021-11-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TATNP": { - "figi": "BBG004S68829", - "ticker": "TATNP", - "classCode": "TQBR", - "isin": "RU0006944147", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 272900000 - }, - "dshort": { - "units": "0", - "nano": 349500000 - }, - "dlongMin": { - "units": "0", - "nano": 147300000 - }, - "dshortMin": { - "units": "0", - "nano": 161700000 - }, - "shortEnabledFlag": true, - "name": "Татнефть - привилегированные акции", - "exchange": "MOEX", - "ipoDate": "2001-10-26T00:00:00Z", - "issueSize": "147508500", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "147508500", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", - "minPriceIncrement": { - "units": "0", - "nano": 100000000 - }, - "apiTradeAvailableFlag": true, - "uid": "efdb54d3-2f92-44da-b7a3-8849e96039f6", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "25d48d77-b2bc-4617-ba87-eeaa06f2cf2c", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:35:00Z", - "first1dayCandleDate": "2007-07-12T07:00:00Z", - "type": "Shares", - "step": 0.1 - }, - "KR": { - "figi": "BBG000BMY992", - "ticker": "KR", + "NEE": { + "figi": "BBG000BJSBJ0", + "ticker": "NEE", "classCode": "SPBXM", - "isin": "US5010441013", + "isin": "US65339F1012", "lot": 1, "currency": "usd", "klong": { @@ -65681,18 +64065,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Kroger", - "exchange": "SPB", - "ipoDate": "1928-01-26T00:00:00Z", - "issueSize": "743638489", + "name": "NextEra Energy", + "exchange": "SPB_MORNING", + "ipoDate": "1944-12-14T00:00:00Z", + "issueSize": "1961756997", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -65705,20 +64089,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "35d0b7bb-8086-42f1-824c-f40db20f6d4f", + "uid": "8cd190aa-5005-4773-8722-1b8f4c0eb805", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2001fb64-818b-4c33-a9bb-ed655704ba7b", + "positionUid": "d54296f2-4312-44db-93f1-7056ea46a6a2", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MKTX": { - "figi": "BBG000BJBZ23", - "ticker": "MKTX", + "ALGN": { + "figi": "BBG000BRNLL2", + "ticker": "ALGN", "classCode": "SPBXM", - "isin": "US57060D1081", + "isin": "US0162551016", "lot": 1, "currency": "usd", "klong": { @@ -65746,188 +64130,138 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "MarketAxess Holdings Inc", + "name": "Align Technology", "exchange": "SPB", - "ipoDate": "2004-11-05T00:00:00Z", - "issueSize": "37697485", + "ipoDate": "2001-01-26T00:00:00Z", + "issueSize": "80177704", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "110000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 3000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "199dbed4-a36f-4d9d-bd9e-18b7a9d3c609", + "uid": "a7411dd3-c4a5-4167-bee7-f92faf725650", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aec084de-8910-47f9-9adc-f80cb3bdfdf3", + "positionUid": "babfe74b-724e-4edf-90a4-5cf58566d486", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2004-11-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:02:00Z", + "first1dayCandleDate": "2001-01-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PLD": { - "figi": "BBG000B9Z0J8", - "ticker": "PLD", - "classCode": "SPBXM", - "isin": "US74340W1036", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, + "1": { + "figi": "BBG0087DLDQ6", + "ticker": "1", + "classCode": "SPBHKEX", + "isin": "KYG217651051", + "lot": 10, + "currency": "hkd", "shortEnabledFlag": false, - "name": "Prologis REIT", - "exchange": "SPB", - "ipoDate": "1997-11-20T00:00:00Z", - "issueSize": "630700214", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "0", + "name": "CK Hutchison Holdings", + "exchange": "SPB_HK", + "issueSize": "3857678500", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "other", + "issueSizePlan": "8000000000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "hkd", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "f2f696c7-dc46-4d1e-8895-ed3085908560", + "uid": "0e2412d4-2b57-46e7-a8b8-408c9fec6bc9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5d8719b1-fd42-434a-acf2-c276636f708b", + "positionUid": "6fe14e64-b8b4-4819-96f1-92234d18e63c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:30:00Z", - "first1dayCandleDate": "1997-11-21T00:00:00Z", + "first1minCandleDate": "2022-06-20T05:23:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.05 }, - "VMEO": { - "figi": "BBG00ZNSSKP3", - "ticker": "VMEO", + "ITT": { + "figi": "BBG00CVQZQ96", + "ticker": "ITT", "classCode": "SPBXM", - "isin": "US92719V1008", + "isin": "US45073V1089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vimeo", + "name": "ITT", "exchange": "SPB", - "issueSize": "100000000", + "issueSize": "87800000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c06e5c2-3e27-4b24-bc39-1d065cc149fd", + "uid": "5b9c80f6-37b9-43d6-9569-8fc24b6cc96a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6a15a61e-3e19-483e-9c6c-0f20cddcc027", + "positionUid": "ffad2a0b-eaa7-443b-ab52-1a2a6d90863b", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:25:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SNGS": { - "figi": "BBG0047315D0", - "ticker": "SNGS", - "classCode": "TQBR", - "isin": "RU0008926258", - "lot": 100, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 266900000 - }, - "dshort": { - "units": "0", - "nano": 662500000 - }, - "dlongMin": { - "units": "0", - "nano": 143800000 - }, - "dshortMin": { - "units": "0", - "nano": 289400000 - }, - "shortEnabledFlag": true, - "name": "Сургутнефтегаз", - "exchange": "MOEX", - "ipoDate": "2003-06-24T00:00:00Z", - "issueSize": "35725994705", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "INT": { + "figi": "BBG000BM3CJ8", + "ticker": "INT", + "classCode": "SPBXM", + "isin": "US9814751064", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "World Fuel Services Corporation", + "exchange": "SPB", + "issueSize": "63502254", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "energy", - "issueSizePlan": "35725994705", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -65937,63 +64271,40 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1ffe1bff-d7b7-4b04-b482-34dc9cc0a4ba", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", + "uid": "2b3d91c8-99cc-4bf4-9f46-b53374a1badf", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ff06fd30-8289-42c6-b505-9117c645a5b2", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:30:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.01 }, - "HOOD": { - "figi": "BBG008NMBXN8", - "ticker": "HOOD", + "NTCT": { + "figi": "BBG000C136Z8", + "ticker": "NTCT", "classCode": "SPBXM", - "isin": "US7707001027", + "isin": "US64115T1043", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 781000000 - }, - "dshort": { - "units": "1", - "nano": 347000000 - }, - "dlongMin": { - "units": "0", - "nano": 532000000 - }, - "dshortMin": { - "units": "0", - "nano": 532000000 - }, "shortEnabledFlag": false, - "name": "Robinhood Markets, Inc.", + "name": "NetScout Systems Inc", "exchange": "SPB", - "issueSize": "52375000", + "ipoDate": "1999-08-11T00:00:00Z", + "issueSize": "74838047", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66004,167 +64315,118 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "873174ca-e522-456a-a7ab-e5003561b48c", + "uid": "a406e86c-d50b-45d6-ac6c-39256044515b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1b914524-c134-4771-a384-42892f7f4850", + "positionUid": "b29add8f-6820-46e6-a758-529eba202df6", "forIisFlag": true, - "first1minCandleDate": "2021-07-29T16:24:00Z", - "first1dayCandleDate": "2021-07-29T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MLM": { - "figi": "BBG000BGYMH7", - "ticker": "MLM", + "RDFN": { + "figi": "BBG001Q7HP63", + "ticker": "RDFN", "classCode": "SPBXM", - "isin": "US5732841060", + "isin": "US75737F1084", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Martin Marietta Materials", - "exchange": "SPB", - "ipoDate": "1994-02-16T00:00:00Z", - "issueSize": "62951453", + "name": "Redfin Corp", + "exchange": "SPB_MORNING", + "ipoDate": "1997-10-09T00:00:00Z", + "issueSize": "92261363", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b3bad65b-9534-49bd-a027-d2e0f3e176cd", + "uid": "6226a38f-e0cb-487e-a656-57638f1aba27", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4c8e7405-50b7-4d1a-8a10-7c878ef2ed47", + "positionUid": "791a1fd6-3dec-4e92-9618-b64c4befd3f6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:33:00Z", - "first1dayCandleDate": "1994-02-17T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TJX": { - "figi": "BBG000BV8DN6", - "ticker": "TJX", + "NVCR": { + "figi": "BBG009XW8PY2", + "ticker": "NVCR", "classCode": "SPBXM", - "isin": "US8725401090", + "isin": "JE00BYSS4X48", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "TJX", + "shortEnabledFlag": false, + "name": "NovoCure Limited", "exchange": "SPB", - "ipoDate": "1962-01-01T00:00:00Z", - "issueSize": "1202539197", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1800000000", + "issueSize": "101797241", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "028860f0-768b-4faf-b746-25d5ef76314f", + "uid": "9c97818e-9402-492a-8d3f-f450f666e5ea", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fff0477f-78ec-429d-9a5d-2d19bcec4d61", + "positionUid": "6897d10f-18be-4c2a-aae2-e32735fbd96e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2018-11-08T07:00:00Z", + "first1minCandleDate": "2021-06-01T12:35:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "THRM": { - "figi": "BBG000BQLM34", - "ticker": "THRM", + "PCTY": { + "figi": "BBG006598YS8", + "ticker": "PCTY", "classCode": "SPBXM", - "isin": "US37253A1034", + "isin": "US70438V1061", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Gentherm Inc", + "name": "Paylocity Holding Corp", "exchange": "SPB", - "ipoDate": "1993-06-01T00:00:00Z", - "issueSize": "36479431", + "ipoDate": "2014-03-19T00:00:00Z", + "issueSize": "52973817", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "55000000", + "issueSizePlan": "155000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66175,60 +64437,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "23024358-fdd8-4663-97cd-425de41a91e4", + "uid": "514906ad-ddb8-4b57-977b-4c5a2694daed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d4b3f235-ff56-4ed4-b761-5e8d7de94f1c", + "positionUid": "8c6bb4b2-0883-4231-86cb-7af4555d95c3", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1993-06-10T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:29:00Z", + "first1dayCandleDate": "2014-03-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DOW": { - "figi": "BBG00BN96922", - "ticker": "DOW", + "EVR": { + "figi": "BBG000BP30Y0", + "ticker": "EVR", "classCode": "SPBXM", - "isin": "US2605571031", + "isin": "US29977A1051", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 781000000 - }, - "dshort": { - "units": "1", - "nano": 347000000 - }, - "dlongMin": { - "units": "0", - "nano": 532000000 - }, - "dshortMin": { - "units": "0", - "nano": 532000000 - }, - "shortEnabledFlag": true, - "name": "Dow Inc", + "shortEnabledFlag": false, + "name": "Evercore", "exchange": "SPB", - "issueSize": "745771788", + "issueSize": "40641068", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66239,60 +64477,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a2b5903-a8d0-45e1-9c34-74f559e60d34", + "uid": "7eaba6f8-0e15-452a-b3a5-eb66989b72a4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4f284479-72eb-4338-b1ae-6c5d471ad354", + "positionUid": "824fc01d-e18a-49f7-85dc-9d91b9c46caf", "forIisFlag": true, - "first1minCandleDate": "2019-04-12T12:55:00Z", - "first1dayCandleDate": "2019-03-20T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MNST": { - "figi": "BBG008NVB1C0", - "ticker": "MNST", + "ZIMV": { + "figi": "BBG014630587", + "ticker": "ZIMV", "classCode": "SPBXM", - "isin": "US61174X1090", + "isin": "US98888T1079", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Monster Beverage", + "shortEnabledFlag": false, + "name": "ZimVie", "exchange": "SPB", - "issueSize": "528885811", + "issueSize": "100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000", "nominal": { "currency": "usd", "units": "0", - "nano": 5000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66303,20 +64517,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d10cc83-be0b-4728-aaf7-9b2288c9505f", + "uid": "3df3df6b-29b0-4fb8-b03e-9c0994422183", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4fbf1da6-ef58-4d48-aa66-31533751030b", + "positionUid": "e7a6de9c-a9e4-4ce3-85c4-eb9d2a3e8261", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1989-12-01T00:00:00Z", + "first1minCandleDate": "2022-03-22T13:20:00Z", + "first1dayCandleDate": "2022-03-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BUD": { - "figi": "BBG000RYC984", - "ticker": "BUD", + "MPC": { + "figi": "BBG001DCCGR8", + "ticker": "MPC", "classCode": "SPBXM", - "isin": "US03524A1088", + "isin": "US56585A1025", "lot": 1, "currency": "usd", "klong": { @@ -66344,58 +64558,57 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Anheuser-Busch InBev", - "exchange": "SPB", - "issueSize": "1737120466", - "countryOfRisk": "BE", - "countryOfRiskName": "Королевство Бельгии", - "sector": "consumer", - "issueSizePlan": "0", + "name": "Marathon Petroleum", + "exchange": "SPB_MORNING", + "issueSize": "638202178", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f6ca39a8-c214-425e-acc8-c70943fe1622", + "uid": "c4ef80ab-4e90-41a2-970c-1110e53d14d6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "337f5f6b-2e89-4c64-afaa-27f6fc83e995", + "positionUid": "e48f9d2d-e50b-4620-a321-bed1b6adeb27", "forIisFlag": true, - "first1minCandleDate": "2018-03-05T14:36:00Z", - "first1dayCandleDate": "2009-07-01T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:26:00Z", + "first1dayCandleDate": "2011-06-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BAND": { - "figi": "BBG001K003W2", - "ticker": "BAND", - "classCode": "SPBXM", - "isin": "US05988J1034", - "lot": 1, - "currency": "usd", + "1928": { + "figi": "BBG000PSNMN1", + "ticker": "1928", + "classCode": "SPBHKEX", + "isin": "KYG7800X1079", + "lot": 100, + "currency": "hkd", "shortEnabledFlag": false, - "name": "Bandwidth Inc", - "exchange": "SPB", - "ipoDate": "2017-11-10T00:00:00Z", - "issueSize": "16546956", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "100000000", + "name": "Sands China", + "exchange": "SPB_HK", + "issueSize": "8074417766", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "real_estate", + "issueSizePlan": "16000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -66408,22 +64621,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b15e4e87-710a-4e50-94ca-f0eb831f1a46", + "uid": "49e75489-58a8-4451-a433-eb7281c62c05", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "82aded4c-f139-4c80-913d-1a4d92390304", + "positionUid": "e3970c9b-0720-4f20-aa95-0c995831ff6f", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2017-11-10T00:00:00Z", + "first1minCandleDate": "2022-06-20T05:27:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NXPI": { - "figi": "BBG000BND699", - "ticker": "NXPI", - "classCode": "SPBXM", - "isin": "NL0009538784", + "YNDX": { + "figi": "BBG006L8G4H1", + "ticker": "YNDX", + "classCode": "TQBR", + "isin": "NL0009805522", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -66434,155 +64647,181 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 366600000 }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 457300000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 204100000 }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 207200000 }, "shortEnabledFlag": true, - "name": "NXP Semiconductors NV", - "exchange": "SPB", - "issueSize": "430503000", - "countryOfRisk": "NL", - "countryOfRiskName": "Королевство Нидерландов", - "sector": "it", + "name": "Yandex", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2011-05-24T00:00:00Z", + "issueSize": "323800479", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "eur", "units": "0", - "nano": 200000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "75bc00c6-f872-48af-ac8c-fb8fd6af4762", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "44027a66-54b4-4153-8439-b170e7fbf444", + "uid": "10e17a87-3bce-4a1f-9dfc-720396f98a3c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T11:42:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:38:00Z", + "first1dayCandleDate": "2014-06-04T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "EXAS": { - "figi": "BBG000CWL0F5", - "ticker": "EXAS", + "CL": { + "figi": "BBG000BFQYY3", + "ticker": "CL", "classCode": "SPBXM", - "isin": "US30063P1057", + "isin": "US1941621039", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Exact Sciences Corp", - "exchange": "SPB", - "issueSize": "122900430", + "name": "Colgate-Palmolive", + "exchange": "SPB_MORNING", + "ipoDate": "1930-03-13T00:00:00Z", + "issueSize": "843513490", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "483999297", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f60cad71-6365-4264-9cd5-ef9ee6966ff1", + "uid": "878b3e6b-e962-4e28-aa3f-7fc3b91244d7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e6057e42-27a0-4a92-afcd-a02a6117f5c9", + "positionUid": "c6282782-9142-469f-b194-97fcc9d761c6", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:07:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ETR": { - "figi": "BBG000C1FQS9", - "ticker": "ETR", + "ATKR": { + "figi": "BBG000QTFDQ4", + "ticker": "ATKR", "classCode": "SPBXM", - "isin": "US29364G1031", + "isin": "US0476491081", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Entergy Corporation", + "name": "Atkore International Group Inc", "exchange": "SPB", - "issueSize": "178386800", + "ipoDate": "2016-06-10T00:00:00Z", + "issueSize": "46261192", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f830b587-f31a-4c7f-b155-d619c4a8aac1", + "uid": "1dca50e3-a84a-49cc-a320-03cd78765d6a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14ac80e0-d7cb-4759-9865-dda3486826d4", + "positionUid": "98c7baac-334c-4b23-9115-0035bc6802b5", "forIisFlag": true, - "first1minCandleDate": "2018-03-06T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:29:00Z", + "first1dayCandleDate": "2016-06-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JELD": { - "figi": "BBG0019GM953", - "ticker": "JELD", + "XPEL": { + "figi": "BBG000R5XCX9", + "ticker": "XPEL", "classCode": "SPBXM", - "isin": "US47580P1030", + "isin": "US98379L1008", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "JELD-WEN Holding Inc", + "name": "XPEL", "exchange": "SPB", - "ipoDate": "2017-01-27T00:00:00Z", - "issueSize": "100731319", + "issueSize": "27612597", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "900000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66593,60 +64832,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4eaeff9-0b1d-4837-b945-9a7ad02c36a4", + "uid": "afe1c6ec-7126-487e-9f8c-ffbefcc5d44e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2fea16f1-dd2f-4ce4-a218-355332749612", + "positionUid": "10ec2667-06e9-4a5c-8f51-e7cea96e08ab", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:32:00Z", - "first1dayCandleDate": "2017-01-27T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:49:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZBH": { - "figi": "BBG000BKPL53", - "ticker": "ZBH", + "OC": { + "figi": "BBG000M44VW8", + "ticker": "OC", "classCode": "SPBXM", - "isin": "US98956P1021", + "isin": "US6907421019", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Zimmer Biomet Holdings", + "name": "Owens Corning", "exchange": "SPB", - "issueSize": "204433342", + "issueSize": "109579002", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66657,125 +64872,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c71be2c1-0aeb-45cf-b3aa-a154e7f50b80", + "uid": "bf48a7f4-0d10-4fa5-bd13-c51a3448c25b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "103af928-4a67-4be6-bd0a-e7d34534f838", + "positionUid": "cef427de-191e-41d9-b4a9-7862784305f3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2001-07-25T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2006-09-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WISH": { - "figi": "BBG006DZTJ56", - "ticker": "WISH", + "SF": { + "figi": "BBG000BSS5C0", + "ticker": "SF", "classCode": "SPBXM", - "isin": "US21077C1071", + "isin": "US8606301021", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 559100000 - }, - "dshort": { - "units": "0", - "nano": 937700000 - }, - "dlongMin": { - "units": "0", - "nano": 336000000 - }, - "dshortMin": { - "units": "0", - "nano": 392000000 - }, "shortEnabledFlag": false, - "name": "ContextLogic", + "name": "Stifel Financial", "exchange": "SPB", - "issueSize": "558000000", + "issueSize": "71850904", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 150000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ce3bc94-c16b-47a2-85b6-cb70263dffa8", + "uid": "6bdc9d5c-e07f-41a4-b68f-858f6eef458d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "02930201-33e2-4e7d-882e-5b5b79ba5fa2", + "positionUid": "6632c26d-1b00-4e34-b735-33a0063e461a", "forIisFlag": true, - "first1minCandleDate": "2020-12-31T12:31:00Z", - "first1dayCandleDate": "2020-12-31T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CMCSA": { - "figi": "BBG000BFT2L4", - "ticker": "CMCSA", + "WWE": { + "figi": "BBG000F5YH15", + "ticker": "WWE", "classCode": "SPBXM", - "isin": "US20030N1019", + "isin": "US98156Q1085", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Comcast", + "shortEnabledFlag": false, + "name": "World Wrestling Entertainment", "exchange": "SPB", - "ipoDate": "1972-06-01T00:00:00Z", - "issueSize": "4580292854", + "issueSize": "43415411", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "telecom", - "issueSizePlan": "7500000000", + "issueSizePlan": "180000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -66786,76 +64952,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83eb7377-8a65-4e3a-ac80-8af83c73fb47", + "uid": "5a61cf0b-b952-4d90-b6b8-5ad96a3f1267", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a0ba5de2-8385-4b67-a1d8-7fcc0c7de705", + "positionUid": "dcdaf4ce-4111-4fa7-ae75-ed54f1a523f6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:08:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2019-04-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALNY": { - "figi": "BBG000BFGNJ5", - "ticker": "ALNY", - "classCode": "SPBXM", - "isin": "US02043Q1076", - "lot": 1, - "currency": "usd", + "SFIN": { + "figi": "BBG003LYCMB1", + "ticker": "SFIN", + "classCode": "TQBR", + "isin": "RU000A0JVW89", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Alnylam Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "2004-05-27T00:00:00Z", - "issueSize": "91733369", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "125000000", + "name": "\u042d\u0441\u042d\u0444\u0410\u0439", + "exchange": "MOEX", + "ipoDate": "2015-10-01T00:00:00Z", + "issueSize": "111637791", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "22977000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 670000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "830cf724-8272-4d73-baf4-690dd646a797", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "42168625-a7c2-482e-a8b7-05304ef3c6bf", + "uid": "55371b1f-8f7c-4c12-9d93-386fae5ec12a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c05aa2b8-a9a1-4cfa-be7d-c40faadc9174", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:26:00Z", - "first1dayCandleDate": "2004-05-28T00:00:00Z", + "first1minCandleDate": "2018-03-10T00:08:00Z", + "first1dayCandleDate": "2015-12-11T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "TCMD": { - "figi": "BBG001B12Z39", - "ticker": "TCMD", + "MDRX": { + "figi": "BBG000BLDXH5", + "ticker": "MDRX", "classCode": "SPBXM", - "isin": "US87357P1003", + "isin": "US01988P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tactile Systems Technology Inc", - "exchange": "SPB", - "ipoDate": "2004-03-25T00:00:00Z", - "issueSize": "18074207", + "name": "Allscripts Healthcare Solution", + "exchange": "SPB_MORNING", + "issueSize": "270955000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "300000000", + "issueSizePlan": "349000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -66868,142 +65033,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dc935c43-4e1e-4aa5-801b-dc2236f11401", + "uid": "c7a53473-da17-4628-a2ba-f456a19f6b71", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20ea8819-e3c0-4cfe-9108-56890c9a8dbf", + "positionUid": "afd7bf66-24ec-4252-a1b8-d2d687d8e7f4", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CSX": { - "figi": "BBG000BGJRC8", - "ticker": "CSX", + "LCID": { + "figi": "BBG00W7F99V5", + "ticker": "LCID", "classCode": "SPBXM", - "isin": "US1264081035", + "isin": "US5494981039", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CSX Corp", + "name": "Lucid Group", "exchange": "SPB", - "issueSize": "893723083", + "issueSize": "1618621534", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "electrocars", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d54e4c52-00ba-4a0d-8e85-d8c23e036db7", + "uid": "2df3fcef-2fbc-4eaf-83db-d71f9e1eac54", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5548cb66-6e67-4287-a3ca-e334a129e21c", + "positionUid": "427cf253-b7a3-41ec-ba6f-1824156fb527", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:42:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-12-28T12:30:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CCL": { - "figi": "BBG000BF6LY3", - "ticker": "CCL", + "FROG": { + "figi": "BBG006PWZX16", + "ticker": "FROG", "classCode": "SPBXM", - "isin": "PA1436583006", + "isin": "IL0011684185", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Carnival", - "exchange": "SPB_WEEKEND", - "ipoDate": "1987-07-01T00:00:00Z", - "issueSize": "533637019", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "shortEnabledFlag": false, + "name": "JFrog Ltd.", + "exchange": "SPB", + "issueSize": "91193180", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "76032a4b-d3a2-4001-9fd0-a5c98ebdaa59", + "uid": "940a87b4-27d3-498d-bc37-cff76e66e54a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3deba42b-4abd-4eaf-bc42-077981a26821", + "positionUid": "d6dbc0a5-a944-4fd7-9efa-5dbaf676bc5c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:24:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:36:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LASR": { - "figi": "BBG0020BCPX5", - "ticker": "LASR", + "HURN": { + "figi": "BBG000PV2M48", + "ticker": "HURN", "classCode": "SPBXM", - "isin": "US65487K1007", + "isin": "US4474621020", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "nLight Inc", + "name": "Huron Consulting Group Inc", "exchange": "SPB", - "ipoDate": "2009-10-02T00:00:00Z", - "issueSize": "37759112", + "ipoDate": "2004-10-13T00:00:00Z", + "issueSize": "22414016", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "190000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -67014,77 +65154,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5545b4e2-2e2b-46b4-aa60-e3e3e0b9748b", + "uid": "f505b84b-6179-4e79-b1d3-ad6877d3c379", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "431c16f6-876b-45dd-80b2-6e436cccc09c", + "positionUid": "f74cbe1e-4b88-4950-b04d-f9701e99fab0", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2004-10-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TMHC": { - "figi": "BBG003PGJHP5", - "ticker": "TMHC", + "LEG": { + "figi": "BBG000BN53G7", + "ticker": "LEG", "classCode": "SPBXM", - "isin": "US87724P1066", + "isin": "US5246601075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Taylor Morrison Home Corp", + "name": "Leggett & Platt", "exchange": "SPB", - "ipoDate": "2013-04-10T00:00:00Z", - "issueSize": "32857800", + "ipoDate": "1967-03-29T00:00:00Z", + "issueSize": "131817398", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb666d3e-ce2e-4ff6-9126-4aa93b5a5523", + "uid": "cf57d7fe-a7ea-4969-a23f-2f22e296b3b6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2823e68f-be3b-4322-950f-d5c3f3f814a7", + "positionUid": "effac8b0-fc7b-4089-8253-78a5a3a427d5", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:31:00Z", - "first1dayCandleDate": "2013-04-10T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EPC": { - "figi": "BBG000BRW644", - "ticker": "EPC", - "classCode": "SPBXM", - "isin": "US28035Q1022", + "DTE@DE": { + "figi": "BBG000HJTMS9", + "ticker": "DTE@DE", + "classCode": "SPBDE", + "isin": "DE0005557508", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Edgewell Personal Care Co", - "exchange": "SPB", - "issueSize": "54129125", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "300000000", + "name": "Deutsche Telekom AG", + "exchange": "SPB_DE", + "issueSize": "4676902033", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -67095,22 +65235,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "43e8b1cb-c463-40e5-b93a-51776a73126f", + "uid": "baf77b85-893a-4260-bf90-14d1ea7328b1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f81479e1-afab-47a1-9491-43fc91c5ab24", + "positionUid": "bb7640fe-d562-4269-b749-4b7d13eb71cf", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:33:00Z", - "first1dayCandleDate": "2000-03-27T00:00:00Z", + "first1minCandleDate": "2020-09-29T07:15:00Z", + "first1dayCandleDate": "2020-09-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TGKA": { - "figi": "BBG000QFH687", - "ticker": "TGKA", - "classCode": "TQBR", - "isin": "RU000A0JNUD0", - "lot": 100000, - "currency": "rub", + "LEN": { + "figi": "BBG000BN5HF7", + "ticker": "LEN", + "classCode": "SPBXM", + "isin": "US5260571048", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -67121,139 +65261,76 @@ }, "dlong": { "units": "0", - "nano": 335200000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 353800000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 184700000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 163500000 - }, - "shortEnabledFlag": true, - "name": "ТГК-1", - "exchange": "MOEX", - "ipoDate": "2005-05-17T00:00:00Z", - "issueSize": "3854341416571", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 2000 - }, - "apiTradeAvailableFlag": true, - "uid": "d74daf58-22c3-4e44-8ada-471e404fb795", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4cfaa43e-aa12-4531-a854-137d20a7d9f8", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:38:00Z", - "first1dayCandleDate": "2007-03-30T00:00:00Z", - "type": "Shares", - "step": 0.0000020000000000000005 - }, - "GDEV": { - "figi": "BBG00Z5KBW72", - "ticker": "GDEV", - "classCode": "SPBXM", - "isin": "VGG6529J1003", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Nexters Inc", - "exchange": "SPB", - "issueSize": "196523101", + "name": "Lennar", + "exchange": "SPB_MORNING", + "ipoDate": "1972-07-27T00:00:00Z", + "issueSize": "288004551", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a441ce97-6ab4-4052-8c0f-3561b0ab82ed", + "uid": "4e5256e2-b167-45a9-99ef-336302dac1b1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ac5610fb-4370-41aa-9431-a70f4cdaff8f", + "positionUid": "5912f01c-dbdf-4869-811e-f7a95ad1ead2", "forIisFlag": true, - "first1minCandleDate": "2021-09-15T12:58:00Z", - "first1dayCandleDate": "2021-09-15T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMWD": { - "figi": "BBG000BBX657", - "ticker": "AMWD", + "MYGN": { + "figi": "BBG000D9H9F1", + "ticker": "MYGN", "classCode": "SPBXM", - "isin": "US0305061097", + "isin": "US62855J1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "American Woodmark Corp", + "name": "Myriad Genetics Inc", "exchange": "SPB", - "issueSize": "16249910", + "ipoDate": "1995-10-05T00:00:00Z", + "issueSize": "73373443", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "40000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -67264,20 +65341,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2375f1b-a798-4199-ac74-5662240fbc2b", + "uid": "990503c7-b824-46ed-b173-abde34337aef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f227b35c-a840-458b-9d1a-4b6967564325", + "positionUid": "8344a2c4-3de9-4c02-bdcc-e2ea8a42c03b", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1995-10-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UPWK": { - "figi": "BBG00FBJ6390", - "ticker": "UPWK", + "WBA": { + "figi": "BBG000BWLMJ4", + "ticker": "WBA", "classCode": "SPBXM", - "isin": "US91688F1049", + "isin": "US9314271084", "lot": 1, "currency": "usd", "klong": { @@ -67290,59 +65367,58 @@ }, "dlong": { "units": "0", - "nano": 710600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 137400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 462000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 462000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Upwork Inc", - "exchange": "SPB", - "ipoDate": "1999-07-28T00:00:00Z", - "issueSize": "112020807", + "name": "Walgreens Boots Alliance", + "exchange": "SPB_MORNING", + "issueSize": "865612358", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "490000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "3200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "56ba79db-6dba-4890-bfa4-225689214c0b", + "uid": "f14b2a66-900f-4afd-a30a-7a23acc3b048", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d2dc8894-ea9a-4ceb-ab92-f3585981d052", + "positionUid": "43a2a4d3-c112-4894-ab79-fe6b4dc84d27", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:49:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ADBE": { - "figi": "BBG000BB5006", - "ticker": "ADBE", + "MFGP": { + "figi": "BBG00HFWVGN0", + "ticker": "MFGP", "classCode": "SPBXM", - "isin": "US00724F1012", + "isin": "US5948374039", "lot": 1, "currency": "usd", "klong": { @@ -67355,75 +65431,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 647200000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 976800000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 406000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 406000000 }, "shortEnabledFlag": true, - "name": "Adobe", + "name": "Micro Focus", "exchange": "SPB", - "ipoDate": "1986-08-01T00:00:00Z", - "issueSize": "475800000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "335681298", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", "sector": "it", - "issueSizePlan": "900000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d8a34aba-95bb-4ffb-97bc-2a73b318018d", + "uid": "c57ae781-db71-4897-8ed5-1b56eab76ea6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f9805e54-601a-4fbe-a047-6c510f9b120e", + "positionUid": "136b54c3-7646-43f7-a13b-50305df52487", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:22:00Z", + "first1dayCandleDate": "2017-08-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NATI": { - "figi": "BBG000DZK6N6", - "ticker": "NATI", + "TFX": { + "figi": "BBG000BV59Y6", + "ticker": "TFX", "classCode": "SPBXM", - "isin": "US6365181022", + "isin": "US8793691069", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "National Instruments", + "name": "Teleflex Inc", "exchange": "SPB", - "issueSize": "130760076", + "issueSize": "46154088", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "360000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -67434,100 +65509,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf373701-ea90-4c2c-a338-441342964a81", + "uid": "4dd2b835-fc57-446d-a3d3-ffc8e9400d47", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "daefee8d-395c-493e-8ad9-dc14f72135ee", + "positionUid": "043cb872-8db8-4695-8535-11abdfea1c02", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RDY": { - "figi": "BBG000NJ96L6", - "ticker": "RDY", + "L": { + "figi": "BBG000C45984", + "ticker": "L", "classCode": "SPBXM", - "isin": "US2561352038", + "isin": "US5404241086", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dr. Reddy's Laboratories", + "name": "Loews", "exchange": "SPB", - "issueSize": "166390731", - "countryOfRisk": "IN", - "countryOfRiskName": "Республика Индия", - "sector": "health_care", - "issueSizePlan": "0", + "ipoDate": "1959-03-13T00:00:00Z", + "issueSize": "336959362", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1800000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4c1f9249-12ae-49dd-ab0b-247e97028c32", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "30c432a0-2a10-47ad-ad9e-7f5ce47badee", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:33:00Z", - "first1dayCandleDate": "2001-04-11T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "TOST": { - "figi": "BBG00BTJVK94", - "ticker": "TOST", - "classCode": "SPBXM", - "isin": "US8887871080", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Toast", - "exchange": "SPB", - "issueSize": "21739131", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "25000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "a52259a3-7e39-4b85-8af0-cc39da74ee68", + "uid": "546d2946-459b-44ae-8115-d8c13f074593", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d24ab052-70ca-4127-be02-f2a0ef11409c", + "positionUid": "17632a1e-6a7d-463d-aa9c-b6edb9e73e23", "forIisFlag": true, - "first1minCandleDate": "2021-09-22T15:40:00Z", - "first1dayCandleDate": "2021-09-22T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KMB": { - "figi": "BBG000BMW2Z0", - "ticker": "KMB", + "FISV": { + "figi": "BBG000BJKPG0", + "ticker": "FISV", "classCode": "SPBXM", - "isin": "US4943681035", + "isin": "US3377381088", "lot": 1, "currency": "usd", "klong": { @@ -67554,61 +65590,61 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Kimberly-Clark", - "exchange": "SPB", - "ipoDate": "1928-06-03T00:00:00Z", - "issueSize": "362994411", + "shortEnabledFlag": false, + "name": "Fiserv", + "exchange": "SPB_MORNING", + "ipoDate": "1986-09-25T00:00:00Z", + "issueSize": "662204715", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 250000000 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c24e90cc-8372-43aa-a336-323e5579948d", + "uid": "cf00e653-a9d0-48f3-a101-eddb9763bce0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c7aca14b-b20e-4f83-a837-e75d5c7739e1", + "positionUid": "c128cdd3-fbe8-42a4-8571-486a1c2f0729", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:32:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TNL": { - "figi": "TBG000PV2L86", - "ticker": "TNL", + "APO": { + "figi": "BBG00ZNLTFK3", + "ticker": "APO", "classCode": "SPBXM", - "isin": "US8941641024", + "isin": "US03769M1062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Travel + Leisure Co.", + "name": "Apollo Global Management", "exchange": "SPB", - "issueSize": "85861306", + "issueSize": "100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -67619,156 +65655,181 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a95fece-0165-4ab7-9c15-ea898dd0b0ab", + "uid": "d9462ade-6d53-4a67-b224-f09437c4813b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "09f2af93-7ad1-4189-b8fa-156a770d5add", - "forIisFlag": true, - "first1minCandleDate": "2021-02-22T14:30:00Z", - "first1dayCandleDate": "2021-02-22T07:00:00Z", + "positionUid": "33df5910-6033-4c06-84e3-8155050faed2", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:02:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALV@DE": { - "figi": "BBG000BBFBD7", - "ticker": "ALV@DE", - "classCode": "SPBDE", - "isin": "DE0008404005", + "MP": { + "figi": "BBG00TJGL0F0", + "ticker": "MP", + "classCode": "SPBXM", + "isin": "US5533681012", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Allianz SE", - "exchange": "SPB_DE", - "issueSize": "457000000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "financial", - "issueSizePlan": "0", + "name": "MP Materials", + "exchange": "SPB", + "issueSize": "170738350", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "450000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "decd7217-2008-4cf8-9970-6ca0490bbc43", + "uid": "a15a13a2-49ad-4ccb-ad34-a38dd3e4407d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4dc5b87b-b666-4385-94a2-ce9afdb82c6a", + "positionUid": "138df619-30ad-427a-a96d-6dd1b7090f1f", "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:31:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EGP": { - "figi": "BBG000BHRBT4", - "ticker": "EGP", - "classCode": "SPBXM", - "isin": "US2772761019", - "lot": 1, - "currency": "usd", + "FESH": { + "figi": "BBG000QF1Q17", + "ticker": "FESH", + "classCode": "TQBR", + "isin": "RU0008992318", + "lot": 100, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 213400000 + }, + "dshort": { + "units": "0", + "nano": 602800000 + }, + "dlongMin": { + "units": "0", + "nano": 113100000 + }, + "dshortMin": { + "units": "0", + "nano": 266000000 + }, "shortEnabledFlag": false, - "name": "EastGroup Properties REIT", - "exchange": "SPB", - "issueSize": "37559466", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "70000000", + "name": "\u0414\u0412\u041c\u041f", + "exchange": "MOEX", + "ipoDate": "2004-02-11T00:00:00Z", + "issueSize": "2951250000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "1643593000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "75c8f51f-8568-45d6-b0c4-1b8191b83dac", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f610058-7972-4958-be15-6584eba580a2", + "uid": "11bc2246-6fde-4478-93f1-4ab90ceb4a51", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "235ee2e9-67f5-4f43-b7ab-bf4d08e11aea", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:36:00Z", + "first1dayCandleDate": "2008-08-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "JNPR": { - "figi": "BBG000BY33P5", - "ticker": "JNPR", + "ASAN": { + "figi": "BBG00WYHL732", + "ticker": "ASAN", "classCode": "SPBXM", - "isin": "US48203R1041", + "isin": "US04342Y1047", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Juniper Networks", + "name": "Asana", "exchange": "SPB", - "ipoDate": "1999-06-24T00:00:00Z", - "issueSize": "451188075", + "issueSize": "30030516", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "1000000000", + "issueSizePlan": "270000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dbe49a85-b3f0-494a-bc14-c3b538294767", + "uid": "02e819bb-e795-40cb-bcab-0ff82abea259", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "87631296-4423-441c-a430-7eab6076a937", + "positionUid": "237deeac-f032-4737-9fd2-49a318cd8240", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1999-06-25T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:30:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GSKY": { - "figi": "BBG00KT2SCV8", - "ticker": "GSKY", + "EXAS": { + "figi": "BBG000CWL0F5", + "ticker": "EXAS", "classCode": "SPBXM", - "isin": "US39572G1004", + "isin": "US30063P1057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GreenSky Inc", - "exchange": "SPB", - "ipoDate": "2018-05-24T00:00:00Z", - "issueSize": "51836157", + "name": "Exact Sciences Corp", + "exchange": "SPB_MORNING", + "issueSize": "122900430", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -67779,20 +65840,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "27974d52-f100-41c6-9508-e7c9fddea040", + "uid": "f60cad71-6365-4264-9cd5-ef9ee6966ff1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3d80f99f-a3db-4ca8-acec-79413160e050", + "positionUid": "e6057e42-27a0-4a92-afcd-a02a6117f5c9", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2018-05-24T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:07:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "USFD": { - "figi": "BBG00C6H6D40", - "ticker": "USFD", + "JCI": { + "figi": "BBG000BVWLJ6", + "ticker": "JCI", "classCode": "SPBXM", - "isin": "US9120081099", + "isin": "IE00BY7QL619", "lot": 1, "currency": "usd", "klong": { @@ -67819,59 +65880,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "US Foods Holding Corp", - "exchange": "SPB", - "issueSize": "202608733", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "85b0944a-6e58-4c65-9818-f592d72de130", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "91393ab5-0340-4753-a12f-b40acdae2092", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:34:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SWCH": { - "figi": "BBG00HPDM5Z2", - "ticker": "SWCH", - "classCode": "SPBXM", - "isin": "US87105L1044", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Switch Inc", + "name": "Johnson Controls", "exchange": "SPB", - "ipoDate": "2017-10-06T00:00:00Z", - "issueSize": "78005110", + "ipoDate": "1964-10-02T00:00:00Z", + "issueSize": "935790544", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -67884,125 +65905,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "021e35af-6602-43c1-94c2-ae8adc16fa66", + "uid": "ff58e828-dfb1-45b5-ab7e-326eec1b4f4a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20918e21-47e4-4ef5-a7fb-4572c9d375dd", + "positionUid": "ebc2c388-5322-4f9b-afea-57b53c27191a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:00:00Z", - "first1dayCandleDate": "2017-10-06T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:21:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PRGS": { - "figi": "BBG000C4QP94", - "ticker": "PRGS", + "TXG": { + "figi": "BBG007WX14X0", + "ticker": "TXG", "classCode": "SPBXM", - "isin": "US7433121008", + "isin": "US88025U1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Progress Software Corp", - "exchange": "SPB", - "ipoDate": "1991-07-30T00:00:00Z", - "issueSize": "44494726", + "name": "10X Genomics Inc", + "exchange": "SPB_MORNING", + "issueSize": "19595382", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca53d953-03da-4e7a-acfe-52f480f219f0", + "uid": "53fff1be-7e14-4846-a6fb-4afe825d5b64", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9eb37432-378c-4ad4-a910-9501a0f671a5", + "positionUid": "d3c291a2-514d-4f79-b3a5-22e85ed6e80c", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1991-07-30T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VKCO": { - "figi": "BBG00178PGX3", - "ticker": "VKCO", - "classCode": "TQBR", - "isin": "US5603172082", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 392200000 - }, - "dshort": { - "units": "0", - "nano": 657500000 - }, - "dlongMin": { - "units": "0", - "nano": 220400000 - }, - "dshortMin": { - "units": "0", - "nano": 287400000 - }, - "shortEnabledFlag": true, - "name": "VK", - "exchange": "MOEX_WEEKEND", - "issueSize": "239375040", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { - "units": "0", - "nano": 200000000 - }, - "apiTradeAvailableFlag": true, - "uid": "3c0748ce-9b49-43e9-b788-048a6cb65174", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", - "forIisFlag": true, - "first1minCandleDate": "2020-07-02T06:59:00Z", - "first1dayCandleDate": "2020-07-02T07:00:00Z", - "type": "Shares", - "step": 0.2 - }, - "ATRA": { - "figi": "BBG005Q3MQY4", - "ticker": "ATRA", + "REGI": { + "figi": "BBG0016SSV00", + "ticker": "REGI", "classCode": "SPBXM", - "isin": "US0465131078", + "isin": "US75972A3014", "lot": 1, "currency": "usd", "klong": { @@ -68015,34 +65971,35 @@ }, "dlong": { "units": "0", - "nano": 559100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 784900000 + "nano": 602800000 }, "dlongMin": { "units": "0", - "nano": 336000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 336000000 + "nano": 266000000 }, "shortEnabledFlag": true, - "name": "Atara Biotherapeutics Inc", + "name": "Renewable Energy Group Inc", "exchange": "SPB", - "issueSize": "43949486", + "ipoDate": "2001-02-09T00:00:00Z", + "issueSize": "38964276", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -68053,36 +66010,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cbaeb3b3-2716-469a-b410-9ab0f2f4cc5f", + "uid": "4fcb30e5-63d3-4153-b1c7-e7eb512e4728", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8307bb24-243b-45c2-a72a-d8f13100d4ff", + "positionUid": "5513558c-83ab-44de-af4e-420de2dd4cf3", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:28:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NEU": { - "figi": "BBG000BJ5SS8", - "ticker": "NEU", + "VOYA": { + "figi": "BBG000BCWKD6", + "ticker": "VOYA", "classCode": "SPBXM", - "isin": "US6515871076", + "isin": "US9290891004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NewMarket Corp", + "name": "Voya Financial", "exchange": "SPB", - "issueSize": "11404031", + "issueSize": "172003659", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -68093,74 +66050,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "971b97f0-e077-4ce8-a33d-6e94b63ceee9", + "uid": "d3274062-d2bf-4718-bfd4-75c4234d9d4e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6e69d207-a13b-44ab-86d4-10efed7bc054", + "positionUid": "51e2229c-2112-4fb5-8653-02b9ccd3a090", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:36:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:35:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "STOR": { - "figi": "BBG00265T6Q4", - "ticker": "STOR", + "ISRG": { + "figi": "BBG000BJPDZ1", + "ticker": "ISRG", "classCode": "SPBXM", - "isin": "US8621211007", + "isin": "US46120E6023", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "STORE Capital Corp REIT", - "exchange": "SPB", - "issueSize": "230978380", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "375000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "f806b465-fc39-4348-a11a-6e3c4ce04f8f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2f49883b-ec0f-4e97-a491-06b2eaf08742", - "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:14:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CWST": { - "figi": "BBG000BT0J38", - "ticker": "CWST", - "classCode": "SPBXM", - "isin": "US1474481041", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Casella Waste Systems", - "exchange": "SPB", - "issueSize": "47321483", + "name": "Intuitive Surgical", + "exchange": "SPB_MORNING", + "ipoDate": "2000-06-13T00:00:00Z", + "issueSize": "357236861", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -68173,20 +66115,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d93d8b04-c29b-4537-b448-4a9812c4858c", + "uid": "cd769ec0-5d9d-4092-a387-7d73fa6fa705", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3b56ad7f-b629-48eb-b584-07841a9445df", + "positionUid": "b6569d8d-5d60-4001-990b-d94b985fe6e6", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:55:00Z", + "first1dayCandleDate": "2000-06-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SAVA": { - "figi": "BBG000BK9YW3", - "ticker": "SAVA", + "LI": { + "figi": "BBG00W0KZD98", + "ticker": "LI", "classCode": "SPBXM", - "isin": "US14817C1071", + "isin": "US50202M1027", "lot": 1, "currency": "usd", "klong": { @@ -68199,58 +66141,58 @@ }, "dlong": { "units": "0", - "nano": 892400000 + "nano": 663600000 }, "dshort": { "units": "1", - "nano": 842600000 + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 672000000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 686000000 + "nano": 420000000 }, - "shortEnabledFlag": false, - "name": "Cassava Sciences", + "shortEnabledFlag": true, + "name": "Li Auto", "exchange": "SPB_MORNING", - "issueSize": "25578673", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "issueSize": "854951665", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "2", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "89c9b5fc-3770-4071-bdec-aa96987c816c", + "uid": "901268d8-6da7-49d9-a808-6b2de46b369a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bc17989b-a7b0-4249-afe1-b784094dee4d", + "positionUid": "646027a5-7e34-48bc-8751-6a17187430e1", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:42:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2021-05-03T11:34:00Z", + "first1dayCandleDate": "2021-05-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "URI": { - "figi": "BBG000BXMFC3", - "ticker": "URI", + "PHOR@GS": { + "figi": "BBG001R16GZ5", + "ticker": "PHOR@GS", "classCode": "SPBXM", - "isin": "US9113631090", + "isin": "US71922G2093", "lot": 1, "currency": "usd", "klong": { @@ -68262,143 +66204,101 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "United Rentals", - "exchange": "SPB", - "ipoDate": "1997-12-17T00:00:00Z", - "issueSize": "81102622", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "name": "PhosAgro PJSC", + "exchange": "LSE", + "issueSize": "431666667", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 333300000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d09103e-4676-4805-9028-6fecda547bc9", + "uid": "f137b73f-6ea0-4612-b4cb-bc40008a0fbb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce72a60d-6d57-4a35-b991-04ec08d0d079", + "positionUid": "c3ea01b4-d9ba-4b7a-82aa-08269256fb32", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1997-12-18T00:00:00Z", + "first1minCandleDate": "2021-04-22T07:09:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GL": { - "figi": "BBG000BVD6X4", - "ticker": "GL", + "AXTA": { + "figi": "BBG0060CPLJ5", + "ticker": "AXTA", "classCode": "SPBXM", - "isin": "US37959E1029", + "isin": "BMG0750C1082", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Globe Life Inc", + "name": "Axalta Coating Systems", "exchange": "SPB", - "issueSize": "104661999", + "issueSize": "230160918", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b95e715b-5cb6-4d12-8921-8732302b2b44", + "uid": "f4ea184f-27f4-4883-8b39-67151de89c09", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0f64def2-4bae-4b85-a2b0-ffb627c2ca0b", + "positionUid": "198744d0-e847-4cbb-a5fd-3e448017b89d", "forIisFlag": true, - "first1minCandleDate": "2019-08-13T13:31:00Z", - "first1dayCandleDate": "2019-08-13T07:00:00Z", + "first1minCandleDate": "2022-01-28T13:41:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TDY": { - "figi": "BBG000BMT9T6", - "ticker": "TDY", + "HOOD": { + "figi": "BBG008NMBXN8", + "ticker": "HOOD", "classCode": "SPBXM", - "isin": "US8793601050", + "isin": "US7707001027", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Teledyne Technologies Inc", - "exchange": "SPB", - "ipoDate": "1999-11-23T00:00:00Z", - "issueSize": "35436487", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "125000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "2ed83401-4cd2-42e4-a634-d5c2f998cc65", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "300eef1e-df29-4627-9b28-b32a2fc0696f", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:37:00Z", - "first1dayCandleDate": "1999-11-23T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "RNFT": { - "figi": "BBG00F9XX7H4", - "ticker": "RNFT", - "classCode": "TQBR", - "isin": "RU000A0JSE60", - "lot": 1, - "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -68409,33 +66309,32 @@ }, "dlong": { "units": "0", - "nano": 281000000 + "nano": 781000000 }, "dshort": { - "units": "0", - "nano": 807000000 + "units": "1", + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 152000000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 344300000 + "nano": 532000000 }, "shortEnabledFlag": false, - "name": "РуссНефть", - "exchange": "MOEX", - "ipoDate": "2016-10-05T00:00:00Z", - "issueSize": "294120000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "294120000", + "name": "Robinhood Markets, Inc.", + "exchange": "SPB", + "issueSize": "52375000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -68445,64 +66344,64 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c7485564-ed92-45fd-a724-1214aa202904", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1fa21cf5-0a8e-4766-96d6-47e078e0f9cf", + "uid": "873174ca-e522-456a-a7ab-e5003561b48c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1b914524-c134-4771-a384-42892f7f4850", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T23:59:00Z", - "first1dayCandleDate": "2016-11-25T00:00:00Z", + "first1minCandleDate": "2021-07-29T16:24:00Z", + "first1dayCandleDate": "2021-07-29T07:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "HAE": { - "figi": "BBG000C7TF41", - "ticker": "HAE", + "TCS": { + "figi": "BBG005DXJS36", + "ticker": "TCS", "classCode": "SPBXM", - "isin": "US4050241003", + "isin": "US87238U2033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Haemonetics Corp", - "exchange": "SPB", - "ipoDate": "1991-05-10T00:00:00Z", - "issueSize": "51007291", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "name": "TCS Group (Tinkoff Bank holder)", + "exchange": "LSE_MORNING", + "ipoDate": "2013-10-22T00:00:00Z", + "issueSize": "96239288", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f60f96ec-2793-4475-9577-c0dab32a86fb", + "uid": "bc5f63dc-b26e-4004-bf32-c0dcecfb323d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c7f11394-b685-46af-9140-434819a09029", + "positionUid": "768afea9-4668-4273-b3e6-7e7acc646c7d", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:35:00Z", - "first1dayCandleDate": "1991-05-10T00:00:00Z", + "first1minCandleDate": "2018-05-11T09:06:00Z", + "first1dayCandleDate": "2013-10-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PSA": { - "figi": "BBG000BPPN67", - "ticker": "PSA", + "KAP@GS": { + "figi": "BBG00MJM7K82", + "ticker": "KAP@GS", "classCode": "SPBXM", - "isin": "US74460D1090", + "isin": "US63253R2013", "lot": 1, "currency": "usd", "klong": { @@ -68514,60 +66413,99 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { + "units": "1", + "nano": 0 + }, + "shortEnabledFlag": false, + "name": "NAC Kazatomprom JSC", + "exchange": "LSE", + "issueSize": "259356608", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "energy", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "7e12e02d-ca16-4ff7-ae0b-10966c9bea48", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "3372fa6c-6a31-42c1-aed6-f1bba48b9166", + "forIisFlag": true, + "first1minCandleDate": "2021-04-22T07:27:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "ATR": { + "figi": "BBG000BGX2S0", + "ticker": "ATR", + "classCode": "SPBXM", + "isin": "US0383361039", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Public Storage REIT", + "name": "AptarGroup", "exchange": "SPB", - "ipoDate": "1983-07-07T00:00:00Z", - "issueSize": "174229383", + "issueSize": "63927079", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "650000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "199000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "37ad3e1f-1b08-4fae-9de9-163242b048ae", + "uid": "d9219d25-5bbf-4ad4-8bec-97fe0bb73e5a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e1414ca6-40ba-477a-8f26-0345a54b0e82", + "positionUid": "2deb69b0-40ce-4dfd-aa00-91ef6c2a0de0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZYXI": { - "figi": "BBG000BJBXZ2", - "ticker": "ZYXI", + "GWW": { + "figi": "BBG000BKR1D6", + "ticker": "GWW", "classCode": "SPBXM", - "isin": "US98986M1036", + "isin": "US3848021040", "lot": 1, "currency": "usd", "klong": { @@ -68580,35 +66518,35 @@ }, "dlong": { "units": "0", - "nano": 501600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 674400000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 294000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Zynex Inc", + "shortEnabledFlag": false, + "name": "WW Grainger", "exchange": "SPB", - "ipoDate": "2018-07-26T00:00:00Z", - "issueSize": "32743250", + "ipoDate": "1967-03-29T00:00:00Z", + "issueSize": "56017200", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -68619,78 +66557,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ec5f178-d5a2-4962-a783-e5b9500e9f0f", + "uid": "813d9baa-845b-457a-8b3e-2de5ad47ccfc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ef920b35-29a4-467f-bc76-e0ea881efa0e", + "positionUid": "775643e9-eb7d-488b-b70d-ce953858430c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:28:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CBRL": { - "figi": "BBG000BF33K1", - "ticker": "CBRL", + "SUPN": { + "figi": "BBG000BP0HX7", + "ticker": "SUPN", "classCode": "SPBXM", - "isin": "US22410J1060", + "isin": "US8684591089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cracker Barrel Old Country Sto", + "name": "Supernus Pharmaceuticals Inc", "exchange": "SPB", - "ipoDate": "1981-11-01T00:00:00Z", - "issueSize": "24041374", + "ipoDate": "1996-04-29T00:00:00Z", + "issueSize": "51796466", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "130000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "96bce66c-eebb-419a-921d-8aa75d3a2c76", + "uid": "fce6a081-9cde-46e5-8449-e11d551ffa74", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "badfdb04-2486-4335-975a-dfc2eb5f63a4", + "positionUid": "3d405d30-49f3-4cfd-83c7-cd00bae10a86", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AXGN": { - "figi": "BBG000BN46R9", - "ticker": "AXGN", + "ALIT": { + "figi": "BBG00H00J2N1", + "ticker": "ALIT", "classCode": "SPBXM", - "isin": "US05463X1063", + "isin": "US01626W1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Axogen Inc", + "name": "Alight", "exchange": "SPB", - "ipoDate": "2005-03-15T00:00:00Z", - "issueSize": "39468518", + "issueSize": "446790011", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -68701,20 +66638,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b6303235-f472-4167-976c-13ea71ac24ef", + "uid": "14a3daf0-d760-451c-994b-d2e59e531377", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ca6bd3e-d1f0-442a-8390-a86d6d29159d", + "positionUid": "3be3f618-b1c9-46ea-807d-317a180e3ec1", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:46:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MU": { - "figi": "BBG000C5Z1S3", - "ticker": "MU", + "LYB": { + "figi": "BBG000WCFV84", + "ticker": "LYB", "classCode": "SPBXM", - "isin": "US5951121038", + "isin": "NL0009434992", "lot": 1, "currency": "usd", "klong": { @@ -68742,18 +66679,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Micron Technology", + "name": "LyondellBasell", "exchange": "SPB_MORNING", - "ipoDate": "1984-06-01T00:00:00Z", - "issueSize": "1118623738", + "ipoDate": "1989-01-01T00:00:00Z", + "issueSize": "449443823", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "3000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "1275000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000000 + "nano": 40000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -68766,22 +66703,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "084be5cb-d603-4ef7-929b-655ee270dd26", + "uid": "826d6982-ebc6-4ce5-95e9-01dac4953ff9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "83814c0a-abd3-4b49-907f-2cf8f75c8b3a", + "positionUid": "12b0fff2-f1d5-4f2a-8223-c2e55f96de8e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T10:52:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2010-04-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AKRN": { - "figi": "BBG004S688G4", - "ticker": "AKRN", - "classCode": "TQBR", - "isin": "RU0009028674", + "MDLZ": { + "figi": "BBG000D4LWF6", + "ticker": "MDLZ", + "classCode": "SPBXM", + "isin": "US6092071058", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -68792,73 +66729,32 @@ }, "dlong": { "units": "0", - "nano": 317100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 657800000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 173600000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 287600000 - }, - "shortEnabledFlag": false, - "name": "Акрон", - "exchange": "MOEX", - "ipoDate": "2005-11-10T00:00:00Z", - "issueSize": "40534000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "47687600", - "nominal": { - "currency": "rub", - "units": "5", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "2", - "nano": 0 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "cd3affd4-3b50-43fd-b008-518f54108d59", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b739a3aa-fe49-4a56-ba41-f3b103c9917a", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:36:00Z", - "first1dayCandleDate": "2006-11-30T00:00:00Z", - "type": "Shares", - "step": 2.0 - }, - "PEAK": { - "figi": "BBG000BKYDP9", - "ticker": "PEAK", - "classCode": "SPBXM", - "isin": "US42250P1030", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Healthpeak Properties REIT", - "exchange": "SPB", - "ipoDate": "1985-05-01T00:00:00Z", - "issueSize": "494934190", + "shortEnabledFlag": true, + "name": "Mondelez", + "exchange": "SPB_MORNING", + "ipoDate": "2001-06-13T00:00:00Z", + "issueSize": "1397817443", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -68866,82 +66762,84 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "14e71236-15ac-47ee-8888-9c3941630aef", + "uid": "319e0cdc-0af1-49b9-aec9-ac72b1e2d53e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ced19e94-3d42-49aa-b009-ce0ce2e35fd7", + "positionUid": "1200b015-16e6-4a65-9c7e-16589df9805f", "forIisFlag": true, - "first1minCandleDate": "2019-11-11T14:30:00Z", - "first1dayCandleDate": "2019-11-11T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2001-06-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "POSH": { - "figi": "BBG0029ZBN50", - "ticker": "POSH", + "JEF": { + "figi": "BBG000BNHSP9", + "ticker": "JEF", "classCode": "SPBXM", - "isin": "US73739W1045", + "isin": "US47233W1099", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Poshmark", + "name": "Jefferies Financial Group", "exchange": "SPB", - "issueSize": "1400560", + "ipoDate": "1968-10-07T00:00:00Z", + "issueSize": "297826222", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "5000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac98b4b7-e363-4503-893a-0ebf601b217e", + "uid": "49f9baa0-156a-4838-be16-c2d19eafe21c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0fe5d7c7-9b0a-4a82-b0a0-5af4b4900929", + "positionUid": "1856ef43-d506-4e0a-9e2b-6088b629f052", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T12:45:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-05-25T13:32:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DCI": { - "figi": "BBG000BGZP70", - "ticker": "DCI", + "TDS": { + "figi": "BBG000BV0VK7", + "ticker": "TDS", "classCode": "SPBXM", - "isin": "US2576511099", + "isin": "US8794338298", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Donaldson Co", + "name": "Telephone & Data Systems Inc", "exchange": "SPB", - "issueSize": "126771478", + "ipoDate": "1981-12-22T00:00:00Z", + "issueSize": "106775800", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "240000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -68952,143 +66850,166 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "affad2be-53f2-4203-bd12-2214e7397dec", + "uid": "003260c7-e0c0-49c4-97a0-bf23398d3903", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "51680d12-a44b-43cd-816b-bcc4e0997d3f", + "positionUid": "38e5f4ab-8a6e-4ee3-9d90-f7e2eba0e95a", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:37:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CNXN": { - "figi": "BBG000BX74M4", - "ticker": "CNXN", + "SHLS": { + "figi": "BBG00YQ82275", + "ticker": "SHLS", "classCode": "SPBXM", - "isin": "US69318J1007", + "isin": "US82489W1071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "PC Connection Inc", + "name": "Shoals Technologies Group, Inc.", "exchange": "SPB", - "ipoDate": "1998-03-02T00:00:00Z", - "issueSize": "26359259", + "issueSize": "90977751", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "100000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "38c24b07-c012-4037-bf3c-e82ad42a53c7", + "uid": "10f0c1f2-2433-48b4-a64f-33e33356a096", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2f48c5a0-658f-4683-bca3-53021c4c1790", + "positionUid": "befa3748-6cb1-4d0b-a11c-2cc7a1254c39", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1998-03-03T00:00:00Z", + "first1minCandleDate": "2021-06-18T13:25:00Z", + "first1dayCandleDate": "2021-06-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MC": { - "figi": "BBG000RNBH63", - "ticker": "MC", + "TTM": { + "figi": "BBG000PVGDH9", + "ticker": "TTM", "classCode": "SPBXM", - "isin": "US60786M1053", + "isin": "US8765685024", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Moelis & Co", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 540300000 + }, + "dshort": { + "units": "0", + "nano": 747700000 + }, + "dlongMin": { + "units": "0", + "nano": 322000000 + }, + "dshortMin": { + "units": "0", + "nano": 322000000 + }, + "shortEnabledFlag": true, + "name": "Tata Motors", "exchange": "SPB", - "issueSize": "33525277", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "1000000000", + "issueSize": "664110453", + "countryOfRisk": "IN", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u043d\u0434\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "5", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "218c55ef-ac7a-45a2-b912-cb9df5129fc9", + "uid": "60996369-8e05-4601-9496-3997b84574b2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b343f873-9fa4-4157-ac05-25e1ed3c3a19", + "positionUid": "b6bddfa5-41dc-472b-b947-373a3e5f9b4c", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:31:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:01:00Z", + "first1dayCandleDate": "2004-09-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UA": { - "figi": "BBG009DTD8H2", - "ticker": "UA", + "DK": { + "figi": "BBG00FZYFVC5", + "ticker": "DK", "classCode": "SPBXM", - "isin": "US9043112062", + "isin": "US24665A1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Under Armour (C)", - "exchange": "SPB", - "issueSize": "245183088", + "name": "Delek US Holdings Inc", + "exchange": "SPB_MORNING", + "issueSize": "84016661", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "110000000", "nominal": { "currency": "usd", "units": "0", - "nano": 333000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "167f36d8-dc0f-4621-b330-159dbf1ac427", + "uid": "b23c3ede-0780-4a3e-8ced-7a4cee8ab37d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a7012ba-d9ed-4991-8dfd-e43c742f80cb", + "positionUid": "918aaf30-7d3d-415f-8eac-a1edc81a982f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:15:00Z", - "first1dayCandleDate": "2016-03-23T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "2006-05-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AGRO": { - "figi": "BBG007N0Z367", - "ticker": "AGRO", - "classCode": "TQBR", - "isin": "US7496552057", + "CMG": { + "figi": "BBG000QX74T1", + "ticker": "CMG", + "classCode": "SPBXM", + "isin": "US1696561059", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -69099,116 +67020,115 @@ }, "dlong": { "units": "0", - "nano": 910000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 890000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 700000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 700000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "РусАгро", - "exchange": "MOEX", - "ipoDate": "2011-04-08T00:00:00Z", - "issueSize": "134531352", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "shortEnabledFlag": false, + "name": "Chipotle Mexican Grill", + "exchange": "SPB", + "ipoDate": "2006-01-26T00:00:00Z", + "issueSize": "30044250", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "230000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46ae47ee-f409-4776-bf20-43a040b9e7fb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f8a4d4f3-92a8-4f09-b77b-127d588ddf04", + "uid": "0fe62639-2bf9-499a-a1cf-9359f149c009", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "aac6328c-b509-4c5c-8e3f-d6be82320d20", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:42:00Z", - "first1dayCandleDate": "2014-12-01T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:14:00Z", + "first1dayCandleDate": "2006-01-26T00:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "GTLB": { - "figi": "BBG00DHTYPH8", - "ticker": "GTLB", + "BX": { + "figi": "BBG000BH0106", + "ticker": "BX", "classCode": "SPBXM", - "isin": "US37637K1088", + "isin": "US09260D1072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "GitLab", - "exchange": "SPB", - "issueSize": "11550784", + "name": "Blackstone", + "exchange": "SPB_MORNING", + "issueSize": "660000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "90000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 2500 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_MLP", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "24b8c4f8-3551-4f61-844f-f0fd14dbadd6", + "uid": "e8487807-9441-4085-8053-502285606965", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1341d054-4853-48e2-8fa5-9bae62b25951", + "positionUid": "3e677ffb-4373-4f20-8ec6-a1f2c16efa34", "forIisFlag": true, - "first1minCandleDate": "2021-10-14T16:10:00Z", - "first1dayCandleDate": "2021-10-14T07:00:00Z", + "first1minCandleDate": "2020-12-16T14:29:00Z", + "first1dayCandleDate": "2020-12-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TOL": { - "figi": "BBG000BVHBM1", - "ticker": "TOL", + "NWS": { + "figi": "BBG0035M2ZB7", + "ticker": "NWS", "classCode": "SPBXM", - "isin": "US8894781033", + "isin": "US65249B2088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Toll Brothers Inc", + "name": "News Corp", "exchange": "SPB", - "ipoDate": "1986-07-16T00:00:00Z", - "issueSize": "145940000", + "issueSize": "199630240", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -69219,76 +67139,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d8fd77dc-9a9c-4a47-8c0f-dcfd406d594b", + "uid": "76cdfa3b-4f25-4f69-9450-db26e59a479d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "de8aadd5-e7d5-4980-b6de-a381b81e7e59", + "positionUid": "86a57d09-e6b5-4390-9488-772edc8d9d2e", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:31:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2013-06-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DNOW": { - "figi": "BBG005BLN209", - "ticker": "DNOW", + "FHI": { + "figi": "BBG000BP0929", + "ticker": "FHI", "classCode": "SPBXM", - "isin": "US67011P1003", + "isin": "US3142111034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NOW Inc", + "name": "Federated Hermes", "exchange": "SPB", - "issueSize": "108720185", + "issueSize": "101117928", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "330000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fa112c35-11b8-4eb0-81c5-bd4606492fc9", + "uid": "89fc0889-a263-449c-bd49-6cb4ef892f49", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "519c43a7-8c97-43dc-aef1-0b3fec22ec39", + "positionUid": "e7ec1812-c004-4c4a-bf53-8a5050ec296a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:27:00Z", - "first1dayCandleDate": "2014-05-20T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:30:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PAYX": { - "figi": "BBG000BQSQ38", - "ticker": "PAYX", + "DRE": { + "figi": "BBG000BHD8S7", + "ticker": "DRE", "classCode": "SPBXM", - "isin": "US7043261079", + "isin": "US2644115055", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Paychex Inc", + "name": "Duke Realty REIT", "exchange": "SPB", - "issueSize": "360590737", + "issueSize": "356140850", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -69299,62 +67219,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "71aa83c9-f872-4673-aaec-f09d530497d4", + "uid": "092309e5-f8fb-4232-9e1c-d132917bc0b0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "03f986b1-0203-411a-8e47-de7026356200", + "positionUid": "3bc23836-9178-43c3-8208-836f9b77417d", "forIisFlag": true, - "first1minCandleDate": "2021-07-30T12:00:00Z", - "first1dayCandleDate": "2021-07-30T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:09:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CYTK": { - "figi": "BBG000F0R4N9", - "ticker": "CYTK", + "BRO": { + "figi": "BBG000BWSGF4", + "ticker": "BRO", "classCode": "SPBXM", - "isin": "US23282W6057", + "isin": "US1152361010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cytokinetics", + "name": "Brown & Brown", "exchange": "SPB", - "issueSize": "59081899", + "issueSize": "282042437", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "560000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8da2e866-68a3-4bfb-bd5e-1dd57e76a5e2", + "uid": "ea403e02-9b37-45bb-b99e-3aa25b7a3941", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f6b65ce8-c60c-4474-ad78-534fd0e4fca0", + "positionUid": "4168568c-9fc7-4b6f-b207-71b56a0189b7", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:39:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ATVI": { - "figi": "BBG000CVWGS6", - "ticker": "ATVI", - "classCode": "SPBXM", - "isin": "US00507V1098", - "lot": 1, - "currency": "usd", + "RASP": { + "figi": "BBG004S68696", + "ticker": "RASP", + "classCode": "TQBR", + "isin": "RU000A0B90N8", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -69365,33 +67285,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 341100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 593200000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 188300000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 262200000 }, "shortEnabledFlag": true, - "name": "Activision Blizzard", - "exchange": "SPB_MORNING", - "ipoDate": "1983-06-01T00:00:00Z", - "issueSize": "777708445", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "2400000000", + "name": "\u0420\u0430\u0441\u043f\u0430\u0434\u0441\u043a\u0430\u044f", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2006-04-18T00:00:00Z", + "issueSize": "665733918", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "479999536", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 1000 + "nano": 4000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -69401,239 +67321,223 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "099d9937-e1bb-455f-946c-867df55b319d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d8c4c8b-9665-4875-bafb-9016e1dd7387", + "uid": "435107a9-a262-4a31-8a9b-2ee6f81c1184", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "43455146-4592-45e0-b277-864173a529ec", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:29:00Z", - "first1dayCandleDate": "1990-01-02T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2007-01-10T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.05 }, - "STAG": { - "figi": "BBG000BGLFP7", - "ticker": "STAG", + "DAVA": { + "figi": "BBG00LBLBBJ7", + "ticker": "DAVA", "classCode": "SPBXM", - "isin": "US85254J1025", + "isin": "US29260V1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "STAG Industrial REIT", + "name": "Endava \u0410\u0414\u0420", "exchange": "SPB", - "issueSize": "127148836", + "issueSize": "34497817", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4f54a0b-099d-4c30-b6d8-d22494328c41", + "uid": "155632eb-0ba7-4b84-91dc-a69319f01722", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f25e1b3d-4ad4-4170-ac72-41dc79f9ff6c", + "positionUid": "048db192-773b-4b0b-8cc3-b53c243d9ea7", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T13:49:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2022-08-08T13:20:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DIOD": { - "figi": "BBG000G25P51", - "ticker": "DIOD", + "PBA": { + "figi": "BBG001732GF9", + "ticker": "PBA", "classCode": "SPBXM", - "isin": "US2545431015", + "isin": "CA7063271034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Diodes Inc", + "name": "Pembina Pipeline Corporation", "exchange": "SPB", - "issueSize": "49590347", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "70000000", + "issueSize": "503000000", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "energy", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 666667000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ae9a139-8b3e-4294-ba37-a638e5b69a29", + "uid": "46432b5e-d693-4cb6-a963-0e53e96a8893", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "93b650be-6c91-46aa-9ade-6566cfd0271b", + "positionUid": "b85d4481-5a7f-497c-9f9f-895b34929742", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2021-12-28T13:15:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "Y": { - "figi": "BBG000BX6BJ3", - "ticker": "Y", + "MGM": { + "figi": "BBG000C2BXK4", + "ticker": "MGM", "classCode": "SPBXM", - "isin": "US0171751003", + "isin": "US5529531015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Alleghany Corp", - "exchange": "SPB", - "ipoDate": "1982-02-01T00:00:00Z", - "issueSize": "14442366", + "name": "MGM Resorts International", + "exchange": "SPB_MORNING", + "issueSize": "481880377", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "22000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7dc531eb-e3d4-424b-98dc-5537173b41d5", + "uid": "066354c5-3972-4a74-9cdf-2514058a461b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e7bfa4f4-ab38-4cba-8898-028af55c5ea7", + "positionUid": "46202da2-9546-4688-a347-8c77ffa76020", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:32:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2020-12-16T12:42:00Z", + "first1dayCandleDate": "2020-12-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CRSR": { - "figi": "BBG00HMSHL83", - "ticker": "CRSR", + "MPW": { + "figi": "BBG000BGRB25", + "ticker": "MPW", "classCode": "SPBXM", - "isin": "US22041X1028", + "isin": "US58463J3041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Corsair Gaming Inc", - "exchange": "SPB", - "issueSize": "91849366", + "name": "Medical Properties REIT", + "exchange": "SPB_MORNING", + "issueSize": "364736886", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "77621016-54c8-4b9c-80e8-1ac72f3710d8", + "uid": "b8d98389-2565-4792-838e-18e20a0a4cda", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bb172fb3-e93d-43d9-9e7f-629422ccfc17", + "positionUid": "94f2b6b5-549a-4b17-bba5-af4d1b22c703", "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:39:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VCRA": { - "figi": "BBG00179VSY7", - "ticker": "VCRA", + "RIOT": { + "figi": "BBG000BQ4512", + "ticker": "RIOT", "classCode": "SPBXM", - "isin": "US92857F1075", + "isin": "US7672921050", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Vocera Communications Inc", - "exchange": "SPB", - "ipoDate": "2010-11-23T00:00:00Z", - "issueSize": "30166113", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 300000 + "nano": 940500000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { + "units": "2", + "nano": 283300000 + }, + "dlongMin": { "units": "0", - "nano": 10000000 + "nano": 756000000 }, - "apiTradeAvailableFlag": true, - "uid": "b31d8e9a-a062-4b08-b56f-e22e3845b455", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0f86f1be-2651-481f-a241-76964f2faa91", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:33:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BEAM": { - "figi": "BBG00KXC8646", - "ticker": "BEAM", - "classCode": "SPBXM", - "isin": "US07373V1052", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Beam Therapeutics", + "dshortMin": { + "units": "0", + "nano": 812000000 + }, + "shortEnabledFlag": true, + "name": "Riot Blockchain", "exchange": "SPB", - "issueSize": "51485115", + "issueSize": "13417132", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -69644,34 +67548,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "28148ef4-9bea-470e-a231-b6bd79eda7cf", + "uid": "80245efd-0cdb-48cc-91e1-702b44e98505", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "878741a0-36bc-42f1-836d-8e8b4d1d08fb", + "positionUid": "c673e645-fd49-4c85-b494-0dc68d14caf6", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:35:00Z", + "first1minCandleDate": "2021-11-10T12:32:00Z", "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NIC": { - "figi": "BBG000QK0TG5", - "ticker": "NIC", + "VEEV": { + "figi": "BBG001CGB489", + "ticker": "VEEV", "classCode": "SPBXM", - "isin": "US65406E1029", + "isin": "US9224751084", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "Nicolet Bankshares", - "exchange": "SPB", - "issueSize": "10417695", + "name": "Veeva Systems Inc", + "exchange": "SPB_MORNING", + "issueSize": "102868549", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -69684,54 +67612,30 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6dfc0cd0-9012-4b19-b288-712fd5280a73", + "uid": "f72fdb53-533f-4dba-91e8-c476807be0a6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8bf04baa-d63a-450f-bc37-f7899a23b7c0", + "positionUid": "9c1e2d18-254a-412c-b7d9-1c8b0261dd19", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:29:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:15:00Z", + "first1dayCandleDate": "2013-10-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CTVA": { - "figi": "BBG00BN969C1", - "ticker": "CTVA", + "NCR": { + "figi": "BBG000BMXK89", + "ticker": "NCR", "classCode": "SPBXM", - "isin": "US22052L1044", + "isin": "US62886E1082", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 559100000 - }, - "dshort": { - "units": "0", - "nano": 784900000 - }, - "dlongMin": { - "units": "0", - "nano": 336000000 - }, - "dshortMin": { - "units": "0", - "nano": 336000000 - }, "shortEnabledFlag": false, - "name": "Corteva Inc", - "exchange": "SPB", - "issueSize": "748814970", + "name": "NCR Corp", + "exchange": "SPB_MORNING", + "issueSize": "169500000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "1666666667", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", @@ -69741,43 +67645,43 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "014b1f89-58c6-4ac8-9e98-1571420bce14", + "uid": "fb6d2fa0-f005-4a4a-9050-c333b30163cf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8d7a3d5e-065e-40bc-8d5a-06461e3e148d", + "positionUid": "5ac3ae5c-092b-4561-9ae6-01983eaa4a2b", "forIisFlag": true, - "first1minCandleDate": "2019-06-10T13:30:00Z", - "first1dayCandleDate": "2019-05-24T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:34:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DRE": { - "figi": "BBG000BHD8S7", - "ticker": "DRE", + "IBKR": { + "figi": "BBG000LV0836", + "ticker": "IBKR", "classCode": "SPBXM", - "isin": "US2644115055", + "isin": "US45841N1072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Duke Realty REIT", + "name": "Interactive Brokers Group Inc", "exchange": "SPB", - "issueSize": "356140850", + "issueSize": "71481133", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -69788,20 +67692,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "092309e5-f8fb-4232-9e1c-d132917bc0b0", + "uid": "89fd68a5-65af-468a-b51c-a99aa948f631", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3bc23836-9178-43c3-8208-836f9b77417d", + "positionUid": "8e47b3b5-5238-4a08-aa24-153d97563a9d", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:09:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ABNB": { - "figi": "BBG001Y2XS07", - "ticker": "ABNB", + "CNK": { + "figi": "BBG000QDVR53", + "ticker": "CNK", "classCode": "SPBXM", - "isin": "US0090661010", + "isin": "US17243V1026", "lot": 1, "currency": "usd", "klong": { @@ -69814,58 +67718,58 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Airbnb, Inc", - "exchange": "SPB", - "issueSize": "17455568", + "shortEnabledFlag": true, + "name": "Cinemark Holdings Inc", + "exchange": "SPB_MORNING", + "issueSize": "119627128", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "710000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59216748-c08b-4a6a-b48b-0981f8d5ca10", + "uid": "ba9d4bbe-ea29-4ad3-a617-159cc97a03bd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dfe0b493-f024-4e91-bd34-a87409898c0b", + "positionUid": "5c3d56e5-1e55-4264-8242-4d94922482b7", "forIisFlag": true, - "first1minCandleDate": "2020-12-10T18:38:00Z", - "first1dayCandleDate": "2020-12-10T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2007-04-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LRN": { - "figi": "BBG000QSXPZ9", - "ticker": "LRN", + "BLUE": { + "figi": "BBG000QGWY50", + "ticker": "BLUE", "classCode": "SPBXM", - "isin": "US86333M1080", + "isin": "US09609G1004", "lot": 1, "currency": "usd", "klong": { @@ -69878,34 +67782,35 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 630300000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 392000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 294000000 }, "shortEnabledFlag": false, - "name": "Stride, Inc", + "name": "Bluebird Bio Inc", "exchange": "SPB", - "issueSize": "41541982", + "ipoDate": "2013-06-19T00:00:00Z", + "issueSize": "67578549", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -69916,36 +67821,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ffe159d2-4650-4627-b528-170e21dcac11", + "uid": "7c8bedfa-5933-4e6b-9f58-2380608f9f87", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "88736077-9089-41d4-b14f-eda311c137ce", + "positionUid": "817ca6fc-67d4-45ca-9540-af7d9bdabb30", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:46:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:17:00Z", + "first1dayCandleDate": "2013-06-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OSK": { - "figi": "BBG000CC53X1", - "ticker": "OSK", + "AFG": { + "figi": "BBG000DPKKK0", + "ticker": "AFG", "classCode": "SPBXM", - "isin": "US6882392011", + "isin": "US0259321042", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Oshkosh Corporation", + "name": "American Financial Group", "exchange": "SPB", - "issueSize": "69915542", + "issueSize": "90339433", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -69956,20 +67861,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d18af333-0087-4326-b60b-da386fa3b82f", + "uid": "f7e713a7-7115-42e6-82cb-1dcd45664a78", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "77b0749f-6af6-4f0f-9e8b-551976164df7", + "positionUid": "3ac03731-e7fc-4433-aa68-333ebff78721", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:11:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HAL": { - "figi": "BBG000BKTFN2", - "ticker": "HAL", + "MMM": { + "figi": "BBG000BP52R2", + "ticker": "MMM", "classCode": "SPBXM", - "isin": "US4062161017", + "isin": "US88579Y1010", "lot": 1, "currency": "usd", "klong": { @@ -69981,35 +67886,36 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Halliburton", - "exchange": "SPB_MORNING", - "issueSize": "890499362", + "shortEnabledFlag": false, + "name": "3M Company", + "exchange": "SPB", + "ipoDate": "1929-01-28T00:00:00Z", + "issueSize": "578638253", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70020,182 +67926,158 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf6f44c0-2b6c-4894-908f-6e2deb4ca99b", + "uid": "71d9eba8-41f0-4802-acf9-55d021b27db1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f26ec83-b0af-4285-bc7c-b6cdbe30fdc9", + "positionUid": "0af6dba3-e9f6-4a11-bb12-43dd623045db", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:00:00Z", + "first1minCandleDate": "2018-01-23T13:43:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "YELP": { - "figi": "BBG000Q2HM09", - "ticker": "YELP", + "KEP": { + "figi": "BBG000BCWG90", + "ticker": "KEP", "classCode": "SPBXM", - "isin": "US9858171054", + "isin": "US5006311063", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Yelp Inc", + "name": "Korea Electric Power", "exchange": "SPB", - "ipoDate": "2012-03-02T00:00:00Z", - "issueSize": "65797617", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "ipoDate": "1994-10-27T00:00:00Z", + "issueSize": "1283928154", + "countryOfRisk": "KR", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0440\u0435\u044f", + "sector": "utilities", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", "units": "0", - "nano": 1000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dec64d5c-bfac-4617-a9f2-2f91b2e69234", + "uid": "d2d2c267-132c-412d-b2c0-f61b2dba7136", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f5a31916-4939-4b81-8111-3dba5b38c022", + "positionUid": "93b4bee0-b143-4a97-8fe3-e1c9bf05ade5", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:31:00Z", - "first1dayCandleDate": "2012-03-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:35:00Z", + "first1dayCandleDate": "1994-10-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LRCX": { - "figi": "BBG000BNFLM9", - "ticker": "LRCX", + "SMTC": { + "figi": "BBG000DBKR53", + "ticker": "SMTC", "classCode": "SPBXM", - "isin": "US5128071082", + "isin": "US8168501018", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Lam Research", + "shortEnabledFlag": false, + "name": "Semtech Corp", "exchange": "SPB", - "ipoDate": "1984-05-01T00:00:00Z", - "issueSize": "141953681", + "issueSize": "66677107", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "400000000", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63c13b0a-b305-46bb-a44d-e2f9c48b52a5", + "uid": "8885d421-fe2c-410a-850b-245c149fc84d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "75f93d8e-b4d4-4853-a51e-82099cae41ce", + "positionUid": "9dd20a21-606b-4111-90a6-d744b9a5ff6f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:28:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TNC": { - "figi": "BBG000JCZJS2", - "ticker": "TNC", + "HQY": { + "figi": "BBG000TYXCT9", + "ticker": "HQY", "classCode": "SPBXM", - "isin": "US8803451033", + "isin": "US42226A1079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tennant Company", + "name": "HealthEquity Inc", "exchange": "SPB", - "issueSize": "18462466", + "ipoDate": "2014-07-31T00:00:00Z", + "issueSize": "62471952", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 375000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d5cb772-beb0-47e2-9978-89507b65e8e2", + "uid": "5df95134-bf55-4839-9a45-4afa541cbaf0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "094b7042-4f8c-4e56-9a2e-f0bab22ac7da", + "positionUid": "3c0c420d-d70b-4d9e-a468-355c20a921a8", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:36:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2014-07-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ESE": { - "figi": "BBG000C4S3P3", - "ticker": "ESE", - "classCode": "SPBXM", - "isin": "US2963151046", + "BVB@DE": { + "figi": "BBG000D54JC4", + "ticker": "BVB@DE", + "classCode": "SPBDE", + "isin": "DE0005493092", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "ESCO Technologies Inc.", - "exchange": "SPB", - "issueSize": "26037248", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "50000000", + "name": "Borussia Dortmund GmbH & Co KG", + "exchange": "SPB_DE", + "issueSize": "92000000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "92000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70206,128 +68088,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b3d75f01-ee3e-4bb5-b701-94d3b7911667", + "uid": "7fb271c6-40d4-45ac-903d-39bd06ae939b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a78ca91c-2e28-4046-92d5-2ccf92efa236", + "positionUid": "26e649aa-8cc9-4c2b-9740-92eeb8c75dce", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:35:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:45:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BFAM": { - "figi": "BBG003LFWP05", - "ticker": "BFAM", + "EWBC": { + "figi": "BBG000CR20B1", + "ticker": "EWBC", "classCode": "SPBXM", - "isin": "US1091941005", + "isin": "US27579R1041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Bright Horizons Family Solutio", + "name": "East West Ban", "exchange": "SPB", - "ipoDate": "2013-01-25T00:00:00Z", - "issueSize": "58089568", + "issueSize": "145625565", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "475000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "22263a4b-8fde-4325-95ea-6137a940e3c3", + "uid": "d1dd7d36-53b7-4ab9-8e8e-ec7f3a731388", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3f624985-dabe-4669-b0dc-ca70a9bcdfbc", + "positionUid": "01ea194c-3d10-4c91-95df-851785b8e4eb", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T14:08:00Z", - "first1dayCandleDate": "2013-01-25T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALGN": { - "figi": "BBG000BRNLL2", - "ticker": "ALGN", - "classCode": "SPBXM", - "isin": "US0162551016", + "PUM@DE": { + "figi": "BBG000BLMTR3", + "ticker": "PUM@DE", + "classCode": "SPBDE", + "isin": "DE0006969603", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, + "currency": "eur", "shortEnabledFlag": false, - "name": "Align Technology", - "exchange": "SPB", - "ipoDate": "2001-01-26T00:00:00Z", - "issueSize": "80177704", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "name": "PUMA SE", + "exchange": "SPB_DE", + "issueSize": "15082464", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a7411dd3-c4a5-4167-bee7-f92faf725650", + "uid": "cf7062e5-4ae8-4427-b158-acbf360f4406", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "babfe74b-724e-4edf-90a4-5cf58566d486", + "positionUid": "a4e08523-5aa0-4232-86ae-f78e944a9673", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:02:00Z", - "first1dayCandleDate": "2001-01-26T00:00:00Z", + "first1minCandleDate": "2021-03-01T10:13:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BA": { - "figi": "BBG000BCSST7", - "ticker": "BA", - "classCode": "SPBXM", - "isin": "US0970231058", + "NVTK": { + "figi": "BBG00475KKY8", + "ticker": "NVTK", + "classCode": "TQBR", + "isin": "RU000A0DKVS5", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -70338,33 +68194,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 243000000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 498500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 129900000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 224100000 }, "shortEnabledFlag": true, - "name": "BOEING", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1934-09-05T00:00:00Z", - "issueSize": "586151904", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1200000000", + "name": "\u041d\u041e\u0412\u0410\u0422\u042d\u041a", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2006-07-20T00:00:00Z", + "issueSize": "3036306000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "3036306000", "nominal": { - "currency": "usd", - "units": "5", - "nano": 0 + "currency": "rub", + "units": "0", + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -70374,80 +68230,80 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "397660ad-2fcd-40f5-bd15-18d41b8b7cac", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b41181e5-0dfb-444e-ace7-f5452331d76f", + "uid": "0da66728-6c30-44c4-9264-df8fac2467ee", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:02:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2004-12-30T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "FATE": { - "figi": "BBG000QP35H2", - "ticker": "FATE", + "GATX": { + "figi": "BBG000BKGXQ4", + "ticker": "GATX", "classCode": "SPBXM", - "isin": "US31189P1021", + "isin": "US3614481030", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Fate Therapeutics Inc", + "name": "GATX Corporation", "exchange": "SPB", - "ipoDate": "1997-02-03T00:00:00Z", - "issueSize": "75592739", + "issueSize": "34933696", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 625000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "29215ae2-9d6c-450d-96e4-5627c69e3129", + "uid": "036e97fd-9680-4bfe-b26f-25c9453feb89", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20b651f9-4ad8-4bcd-a518-0742f583e69a", + "positionUid": "f2dd16f6-568e-48dc-9b66-1affd65129a8", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:34:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BLI": { - "figi": "BBG00HJ8K617", - "ticker": "BLI", + "EXLS": { + "figi": "BBG000NS3P30", + "ticker": "EXLS", "classCode": "SPBXM", - "isin": "US0843101017", + "isin": "US3020811044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Berkeley Lights", + "name": "ExlService Holdings Inc", "exchange": "SPB", - "issueSize": "17225483", + "ipoDate": "2006-10-19T00:00:00Z", + "issueSize": "34341972", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 50000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70458,36 +68314,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba0c189f-99b8-4943-8e21-385b627f6f82", + "uid": "bd1f8739-590e-4606-9d1c-c7dee5dcee0a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dc2f8657-2991-4adc-8069-74961017d1aa", + "positionUid": "2361457f-443b-496c-b096-a956aa989b4f", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:36:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2006-10-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "STLA": { - "figi": "BBG0078ZLDG9", - "ticker": "STLA", + "HCC": { + "figi": "BBG00GD1JMV4", + "ticker": "HCC", "classCode": "SPBXM", - "isin": "NL00150001Q9", + "isin": "US93627C1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stellantis N.V.", + "name": "Warrior Met Coal", "exchange": "SPB", - "issueSize": "449410092", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", + "issueSize": "53282171", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "140000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70498,36 +68354,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2cbe8c52-e222-4e8c-832e-85f00d5c292e", + "uid": "1defa31a-7541-4fcb-8450-261920cb9f1d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "edd95067-f322-4cd2-a3b0-e01fb8c171ad", - "forIisFlag": true, - "first1minCandleDate": "2021-08-20T12:09:00Z", - "first1dayCandleDate": "2021-08-20T07:00:00Z", + "positionUid": "45e90bc7-3982-47ba-848e-281d4a04c5c3", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PACB": { - "figi": "BBG000QKXH20", - "ticker": "PACB", + "BBIO": { + "figi": "BBG00P9KDZK6", + "ticker": "BBIO", "classCode": "SPBXM", - "isin": "US69404D1081", + "isin": "US10806X1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Pacific Biosciences of California", + "name": "Bridgebio Pharma", "exchange": "SPB", - "issueSize": "131876642", + "issueSize": "122361644", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "1000000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70538,20 +68394,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "61d3a753-578b-4cff-b20e-0121b4fc1465", + "uid": "f03a4e85-9950-4a63-a111-ecb254f195d5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3f8147e5-0d41-4a04-864c-c3bb186b6843", + "positionUid": "0bebc6c9-9bda-4c9f-a669-e659b1254404", "forIisFlag": true, - "first1minCandleDate": "2021-09-03T13:02:00Z", - "first1dayCandleDate": "2021-09-03T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "T": { - "figi": "BBG000BSJK37", - "ticker": "T", + "BYSI": { + "figi": "BBG00F9YLST6", + "ticker": "BYSI", "classCode": "SPBXM", - "isin": "US00206R1023", + "isin": "KYG108301006", "lot": 1, "currency": "usd", "klong": { @@ -70564,100 +68420,60 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 695300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 96700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 448000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 448000000 }, "shortEnabledFlag": true, - "name": "AT&T", + "name": "BeyondSpring", "exchange": "SPB", - "issueSize": "7140000000", + "issueSize": "38016401", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "594afd09-a3c5-4936-a3ff-9e2eaae281fb", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "21169819-f389-4f98-8e6f-523ff4c883e9", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:12:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BOSS@DE": { - "figi": "BBG000BD0GG5", - "ticker": "BOSS@DE", - "classCode": "SPBDE", - "isin": "DE000A1PHFF7", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "HUGO BOSS AG", - "exchange": "SPB_DE", - "issueSize": "70400000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d4f21584-b62f-4c66-8d6b-e60429373126", + "uid": "a59d40f4-e8aa-4248-ab31-c1c89ae7d661", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd436c15-71a2-4fe2-86d3-9485b8dc6c8a", + "positionUid": "195acb01-98f6-4b95-b45f-c826f91fe206", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T09:18:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:52:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KMAZ": { - "figi": "BBG000LNHHJ9", - "ticker": "KMAZ", - "classCode": "TQBR", - "isin": "RU0008959580", - "lot": 10, - "currency": "rub", + "SHAK": { + "figi": "BBG0063GCHH8", + "ticker": "SHAK", + "classCode": "SPBXM", + "isin": "US8190471016", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -70668,75 +68484,35 @@ }, "dlong": { "units": "0", - "nano": 210700000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 545800000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 111600000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 243300000 - }, - "shortEnabledFlag": false, - "name": "КАМАЗ", - "exchange": "MOEX", - "ipoDate": "2003-11-18T00:00:00Z", - "issueSize": "707229559", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "785747574", - "nominal": { - "currency": "rub", - "units": "50", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 100000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "f8f1de0d-5a5f-47e9-8ecb-00bec8f8351f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9998c41e-3807-4597-a847-3c78cf0b7392", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:32:00Z", - "first1dayCandleDate": "2005-02-09T00:00:00Z", - "type": "Shares", - "step": 0.1 - }, - "VSCO": { - "figi": "BBG01103B471", - "ticker": "VSCO", - "classCode": "SPBXM", - "isin": "US9264001028", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "Victorias Secret & Co.", + "name": "Shake Shack Inc", "exchange": "SPB", - "issueSize": "88355930", + "ipoDate": "2015-01-30T00:00:00Z", + "issueSize": "26195741", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70747,100 +68523,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5bfd9b9-f622-44a8-8943-a580ace1a5d2", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "401cc3d8-a5a9-43b0-9754-cabc0f26b440", - "forIisFlag": true, - "first1minCandleDate": "2021-08-06T12:30:00Z", - "first1dayCandleDate": "2021-08-06T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "RWE@DE": { - "figi": "BBG000BBQ209", - "ticker": "RWE@DE", - "classCode": "SPBDE", - "isin": "DE0007037129", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "RWE AG", - "exchange": "SPB_DE", - "issueSize": "575750000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "utilities", - "issueSizePlan": "575745499", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "805c66a9-bd68-4ad2-8180-b25682f9eb6a", + "uid": "5cf6d141-80bd-4759-9ff5-0ba4d3ac6183", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f5c14f03-294b-4704-a6c0-9b0144cf1e59", + "positionUid": "af6cd789-3e00-41d0-b37f-df59b5267b34", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T09:03:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2015-01-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "STNE": { - "figi": "BBG00M4ZQDK0", - "ticker": "STNE", + "SON": { + "figi": "BBG000D7HF89", + "ticker": "SON", "classCode": "SPBXM", - "isin": "KYG851581069", + "isin": "US8354951027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "StoneCo", + "name": "Sonoco Products Co", "exchange": "SPB", - "issueSize": "120047478", - "countryOfRisk": "BR", - "countryOfRiskName": "Федеративная Республика Бразилия", - "sector": "it", - "issueSizePlan": "630000000", + "issueSize": "100255008", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 79365 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a99b68d1-1a36-4ee6-b3ba-b0dd99b0d422", + "uid": "b8c52b10-60cf-4a1a-a461-c7153e0a0d25", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f4e45134-797d-4aeb-bf8c-1256c1179634", + "positionUid": "352ccd67-e13c-4263-9e3f-66061143da69", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:32:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EXEL": { - "figi": "BBG000BQ4WF8", - "ticker": "EXEL", + "ICPT": { + "figi": "BBG001J1QN87", + "ticker": "ICPT", "classCode": "SPBXM", - "isin": "US30161Q1040", + "isin": "US45845P1084", "lot": 1, "currency": "usd", "klong": { @@ -70853,34 +68589,34 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 567500000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 322000000 }, "shortEnabledFlag": false, - "name": "Exelixis Inc", + "name": "Intercept Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "293904704", + "issueSize": "24331526", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "400000000", + "issueSizePlan": "35000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70891,101 +68627,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "abbcba94-aec3-4947-a61d-9ca57d156540", + "uid": "d9b4e1c7-d49e-4be9-8db0-1a12537e0069", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3d44ab6e-f595-478a-8d26-5cf6fe8290d0", + "positionUid": "114dfab8-fdaa-434f-a2f4-acf1f0d7e34a", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:55:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:08:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "REGN": { - "figi": "BBG000C734W3", - "ticker": "REGN", + "STE": { + "figi": "BBG00MRHG523", + "ticker": "STE", "classCode": "SPBXM", - "isin": "US75886F1075", + "isin": "IE00BFY8C754", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Regeneron Pharmaceuticals", + "shortEnabledFlag": false, + "name": "STERIS", "exchange": "SPB", - "ipoDate": "1991-04-02T00:00:00Z", - "issueSize": "105106409", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "84783115", + "countryOfRisk": "IE", + "countryOfRiskName": "", "sector": "health_care", - "issueSizePlan": "320000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "18a8d973-f6a1-4ed8-a137-a0cc21b8fd45", + "uid": "a8c17ae2-1b62-43a9-8132-a1df59fd61d1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fe376dbe-b947-42e6-af0a-4014ad3fb030", + "positionUid": "4b20c02e-7115-4ec6-9d41-de6546a2bb9d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1991-04-02T00:00:00Z", + "first1minCandleDate": "2021-06-10T13:30:00Z", + "first1dayCandleDate": "2021-06-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AMED": { - "figi": "BBG000B9ZV28", - "ticker": "AMED", + "YELP": { + "figi": "BBG000Q2HM09", + "ticker": "YELP", "classCode": "SPBXM", - "isin": "US0234361089", + "isin": "US9858171054", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Amedisys Inc", + "name": "Yelp Inc", "exchange": "SPB", - "issueSize": "32010292", + "ipoDate": "2012-03-02T00:00:00Z", + "issueSize": "65797617", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 1000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -70996,116 +68708,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e09b9823-5cbd-4c0e-8ae6-07ca94780140", + "uid": "dec64d5c-bfac-4617-a9f2-2f91b2e69234", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d27d7057-f969-40ff-b224-6b2916856d0f", + "positionUid": "f5a31916-4939-4b81-8111-3dba5b38c022", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1994-08-17T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:31:00Z", + "first1dayCandleDate": "2012-03-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BDC": { - "figi": "BBG000Q4XNV1", - "ticker": "BDC", + "AMWD": { + "figi": "BBG000BBX657", + "ticker": "AMWD", "classCode": "SPBXM", - "isin": "US0774541066", + "isin": "US0305061097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Belden Inc", + "name": "American Woodmark Corp", "exchange": "SPB", - "issueSize": "42271634", + "issueSize": "16249910", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7295862b-4b30-49fd-ac94-f7b4fe953200", + "uid": "f2375f1b-a798-4199-ac74-5662240fbc2b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a9704981-f2cf-4db5-abae-35dadf9c1eba", + "positionUid": "f227b35c-a840-458b-9d1a-4b6967564325", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "2004-07-16T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NLMK@GS": { - "figi": "BBG000PR0PJ6", - "ticker": "NLMK@GS", - "classCode": "SPBXM", - "isin": "US67011E2046", + "EOAN@DE": { + "figi": "BBG000BR7PK2", + "ticker": "EOAN@DE", + "classCode": "SPBDE", + "isin": "DE000ENAG999", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Novolipetsk Steel PJSC", - "exchange": "LSE", - "issueSize": "50165404", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "name": "E.ON SE", + "exchange": "SPB_DE", + "issueSize": "2001000000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "utilities", "issueSizePlan": "0", "nominal": { - "currency": "usd", - "units": "10", + "currency": "eur", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5246eb56-f3ec-415b-812b-f1acd5421d81", + "uid": "c8c23342-2358-426f-89fd-ce5e2857514a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f35cd98c-f528-4c8a-b879-8d66a30e7cd9", + "positionUid": "a0a8e777-9ce4-4982-ab8a-9d0b660ed95a", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T08:26:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2021-03-01T08:15:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CEG": { - "figi": "BBG014KFRNP7", - "ticker": "CEG", + "ENB": { + "figi": "BBG000K5M1S8", + "ticker": "ENB", "classCode": "SPBXM", - "isin": "US21037T1097", + "isin": "CA29250N1050", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Constellation Energy", + "name": "Enbridge", "exchange": "SPB", - "issueSize": "100000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "1695190292", + "countryOfRisk": "CA", + "countryOfRiskName": "", "sector": "energy", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -71116,76 +68828,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5e4e93be-ec3b-4dc1-9004-691f2bbf22b9", + "uid": "eebd6d98-5484-4d37-b2bb-77114608a038", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0312dba8-3349-4da2-9d89-542e4772ae81", - "forIisFlag": true, - "first1minCandleDate": "2022-02-02T12:36:00Z", - "first1dayCandleDate": "2022-02-02T07:00:00Z", + "positionUid": "45e76e3e-923b-4812-b012-7bc7584af0f3", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:21:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LGND": { - "figi": "BBG000BKF014", - "ticker": "LGND", + "JKHY": { + "figi": "BBG000BMH2Q7", + "ticker": "JKHY", "classCode": "SPBXM", - "isin": "US53220K5048", + "isin": "US4262811015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ligand Pharmaceuticals Inc", + "name": "Jack Henry & Associates Inc", "exchange": "SPB", - "issueSize": "21253726", + "ipoDate": "1985-11-01T00:00:00Z", + "issueSize": "77298318", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "e1be5766-c93c-43df-ba6b-4aa970f47219", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f699ced-f460-4ecd-aeb0-202321c76320", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:03:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "KBH": { - "figi": "BBG000BMLWX8", - "ticker": "KBH", - "classCode": "SPBXM", - "isin": "US48666K1097", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "KB Home", - "exchange": "SPB", - "issueSize": "86500307", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -71196,62 +68869,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "43f3f30b-77cc-4145-a524-f0f0b269f3a8", + "uid": "485aea0c-6583-43ae-92da-3689cc5368ce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "feff22ea-da03-4ffa-b1ef-64e1bea00fc4", + "positionUid": "53a6a98d-3cc0-4647-9c4d-78f3bde26d50", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:33:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WLK": { - "figi": "BBG000PXZFW2", - "ticker": "WLK", + "UPST": { + "figi": "BBG00PKCBY53", + "ticker": "UPST", "classCode": "SPBXM", - "isin": "US9604131022", + "isin": "US91680M1071", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Westlake Corporation", + "name": "Upstart Holdings", "exchange": "SPB", - "issueSize": "128783338", + "issueSize": "15044707", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9dd5ddc1-6b9c-4bc2-8f9d-f080ca2db669", + "uid": "3f427652-92cc-47c8-bd1d-c398d0dc79b4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1d71be82-a18e-42aa-8fe1-23fa33b5af9a", + "positionUid": "f27af823-82bc-4ac5-ac9f-e77bd46b1d88", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2004-08-11T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:30:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CIAN": { - "figi": "BBG012YQ6P43", - "ticker": "CIAN", - "classCode": "TQBR", - "isin": "US83418T1088", + "ORCL": { + "figi": "BBG000BQLTW7", + "ticker": "ORCL", + "classCode": "SPBXM", + "isin": "US68389X1054", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -71261,59 +68934,60 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "3", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "АДР Циан", - "exchange": "MOEX", - "issueSize": "69042400", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "Oracle", + "exchange": "SPB_MORNING", + "ipoDate": "1986-03-12T00:00:00Z", + "issueSize": "2738179000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "5060516000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "77cb416f-a91e-48bd-8083-db0396c61a41", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f3bf4a37-5c24-46fe-9791-578e6201eec2", + "uid": "1afe8f14-7dbe-4ccf-bae2-d9825a21d668", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f3378a21-2f4b-4540-bdcb-6f22a4198b2d", "forIisFlag": true, - "first1minCandleDate": "2021-11-05T17:00:00Z", - "first1dayCandleDate": "2021-11-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T09:06:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "RTX": { - "figi": "BBG000BW8S60", - "ticker": "RTX", + "VZ": { + "figi": "BBG000HS77T5", + "ticker": "VZ", "classCode": "SPBXM", - "isin": "US75513E1010", + "isin": "US92343V1044", "lot": 1, "currency": "usd", "klong": { @@ -71341,18 +69015,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Raytheon Technologies", - "exchange": "SPB", - "ipoDate": "1934-09-05T00:00:00Z", - "issueSize": "1507878091", + "name": "Verizon Communications", + "exchange": "SPB_MORNING", + "issueSize": "4140116007", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -71365,36 +69038,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "02c7ff14-f543-4a53-bbda-d2e7a34e1b0a", + "uid": "86fd3b79-9377-47c9-a1ce-6dcd0c843569", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "42fa8450-f717-4808-bb0c-e746e94ed85c", + "positionUid": "57d6a4fc-d135-4c17-abb2-3f05ad9357e7", "forIisFlag": true, - "first1minCandleDate": "2020-04-09T07:15:00Z", - "first1dayCandleDate": "2020-04-09T07:00:00Z", + "first1minCandleDate": "2018-01-23T09:02:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BH": { - "figi": "BBG00JPRDQH1", - "ticker": "BH", + "SGEN": { + "figi": "BBG000BH0FR6", + "ticker": "SGEN", "classCode": "SPBXM", - "isin": "US08986R3093", + "isin": "US81181C1045", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Biglari Holdings Inc", + "name": "Seagen Inc.", "exchange": "SPB", - "issueSize": "2068640", + "ipoDate": "2001-03-06T00:00:00Z", + "issueSize": "10000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "10000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -71405,101 +69079,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d0fdda4-e9a9-49dc-a675-d18e3ee47f7b", + "uid": "bae1b86d-cdc3-47a6-9140-18eb569275c4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2dbb9350-62ce-488c-bdb3-0d9c19d3c687", + "positionUid": "fc623935-ebff-4e73-8862-948e8050735e", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:32:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:29:00Z", + "first1dayCandleDate": "2001-03-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OGKB": { - "figi": "BBG000RK52V1", - "ticker": "OGKB", - "classCode": "TQBR", - "isin": "RU000A0JNG55", - "lot": 1000, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 400900000 - }, - "dshort": { - "units": "0", - "nano": 514000000 - }, - "dlongMin": { - "units": "0", - "nano": 226000000 - }, - "dshortMin": { - "units": "0", - "nano": 230400000 - }, - "shortEnabledFlag": true, - "name": "Вторая генерирующая компания оптового рынка электроэнергии", - "exchange": "MOEX", - "ipoDate": "2007-04-19T00:00:00Z", - "issueSize": "110441160870", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "26480895818", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 362700000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 100000 - }, - "apiTradeAvailableFlag": true, - "uid": "3d8f2777-4a11-4713-af60-8038d11e66fa", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4c35c6aa-3141-4357-be8b-9605404da1d9", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2007-06-22T00:00:00Z", - "type": "Shares", - "step": 0.0001 - }, - "CHDN": { - "figi": "BBG000BGXMG9", - "ticker": "CHDN", + "MORN": { + "figi": "BBG000CGQ4F7", + "ticker": "MORN", "classCode": "SPBXM", - "isin": "US1714841087", + "isin": "US6177001095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Churchill Downs Inc", + "name": "Morningstar", "exchange": "SPB", - "issueSize": "13539101", + "issueSize": "42853091", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -71510,60 +69119,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e09fe905-f4d7-43be-af13-8d594f9a5263", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "41663da9-66e0-48e4-bc7e-8fb14bc643e1", - "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1993-03-29T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "TTCF": { - "figi": "BBG00LN7Q496", - "ticker": "TTCF", - "classCode": "SPBXM", - "isin": "US87663X1028", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Tattooed Chef, Inc.", - "exchange": "SPB", - "issueSize": "65118913", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "48223e05-7c03-4ff3-8dac-aa908589a03b", + "uid": "e5a9bbc0-e95c-427b-a8ca-0e54db9c3f4a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9524847f-fd2b-4296-b96f-3fd3118ff66c", + "positionUid": "eef33ec5-cae2-46a0-ac70-c57e06da8501", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:39:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DD": { - "figi": "BBG00BN961G4", - "ticker": "DD", + "APPS": { + "figi": "BBG000HZ3562", + "ticker": "APPS", "classCode": "SPBXM", - "isin": "US26614N1028", + "isin": "US25400W1027", "lot": 1, "currency": "usd", "klong": { @@ -71576,73 +69145,73 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, "shortEnabledFlag": false, - "name": "DuPont de Nemours Inc", - "exchange": "SPB", - "issueSize": "523056692", + "name": "Digital Turbine Inc", + "exchange": "SPB_MORNING", + "issueSize": "81683661", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea8f6c26-44e0-43e9-b7ff-150a3d9cd246", + "uid": "597a1ec6-6580-4911-b9ff-799f542119d7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "041de167-4a78-4327-92ae-49e73c7d97c2", + "positionUid": "b4ea45ca-75e8-45a5-b220-c9f69c97a96d", "forIisFlag": true, - "first1minCandleDate": "2019-06-10T12:29:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2020-12-04T12:54:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "STAA": { - "figi": "BBG000C4QB95", - "ticker": "STAA", - "classCode": "SPBXM", - "isin": "US8523123052", + "UNKL": { + "figi": "BBG002YFXL29", + "ticker": "UNKL", + "classCode": "TQBR", + "isin": "RU0004887991", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "STAAR Surgical Co", - "exchange": "SPB", - "ipoDate": "2014-03-20T00:00:00Z", - "issueSize": "44609387", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "60000000", + "name": "\u042e\u0423\u041d\u041a", + "exchange": "MOEX", + "ipoDate": "2008-05-06T00:00:00Z", + "issueSize": "599737", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "599737", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -71651,104 +69220,64 @@ "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "10", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "d35cb3ba-d729-4af2-9aa0-3a311cafef62", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6dfba730-f763-4316-a848-dcbd1b0d0ea2", + "uid": "69e56041-ddab-4151-9832-e0a1e9f83a42", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "dfdd8a63-def4-4002-bafd-5d31947cb248", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T09:55:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-08T01:13:00Z", + "first1dayCandleDate": "2012-05-02T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 10.0 }, - "SCL": { - "figi": "BBG000BSMFN2", - "ticker": "SCL", + "VVV": { + "figi": "BBG003DNHV56", + "ticker": "VVV", "classCode": "SPBXM", - "isin": "US8585861003", + "isin": "US92047W1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stepan Company", + "name": "Valvoline", "exchange": "SPB", - "issueSize": "22472642", + "issueSize": "204530203", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "materials", - "issueSizePlan": "60000000", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "e941251d-3c3b-4700-be6a-f4d48a5a063e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4691df55-d4ff-4544-9ee5-815547220e9d", - "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:41:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ARVL": { - "figi": "BBG00YFSF9D7", - "ticker": "ARVL", - "classCode": "SPBXM", - "isin": "LU2314763264", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Arrival", - "exchange": "SPB", - "issueSize": "606157267", - "countryOfRisk": "LU", - "countryOfRiskName": "Великое Герцогство Люксембург", - "sector": "electrocars", - "issueSizePlan": "2700000000", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 100000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d07b03a0-52cd-4feb-ae8b-415b2b4c33d2", + "uid": "975a6031-a3db-42fc-a7a0-78b98f6cc125", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "543b47fe-b0b5-44b7-b85d-f4170951aca9", + "positionUid": "637b4615-3627-489f-adf5-f990f4460ed6", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:30:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2021-10-26T12:32:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FLT": { - "figi": "BBG000GPXKX9", - "ticker": "FLT", + "GRUB": { + "figi": "BBG010R8C3Y4", + "ticker": "GRUB", "classCode": "SPBXM", - "isin": "US3390411052", + "isin": "US48214T3059", "lot": 1, "currency": "usd", "klong": { @@ -71760,182 +69289,140 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "FleetCor Technologies Inc", + "name": "\u0410\u0414\u0420 Just Eat Takeaway.com N.V.", "exchange": "SPB", - "ipoDate": "2010-12-15T00:00:00Z", - "issueSize": "89808852", + "issueSize": "1060606000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "475000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 200000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "766056a5-56bb-45cd-9a42-a152bb677c2e", + "uid": "40a33727-aaae-4694-b7c0-1c10f99b9563", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "48b8e939-f3ab-426e-ac84-a0d712989ad9", + "positionUid": "e186f326-1aa5-4019-b7d7-8bf1407a91c5", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:33:00Z", - "first1dayCandleDate": "2010-12-15T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2014-04-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AWR": { - "figi": "BBG000F964B6", - "ticker": "AWR", + "ALXO": { + "figi": "BBG00VR8SDG8", + "ticker": "ALXO", "classCode": "SPBXM", - "isin": "US0298991011", + "isin": "US00166B1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "American States Water Co", + "name": "ALX Oncology Holdings Inc", "exchange": "SPB", - "issueSize": "36715525", + "issueSize": "37107522", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "15a66d35-577d-46f6-9d13-a5e97dba8c25", + "uid": "9c39705a-bd99-4912-9051-92be1bc4dbae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9d5712bf-6dfe-47e4-a179-3252ef18082c", + "positionUid": "fcd8e421-4e14-4fbf-8073-abd0c8623651", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AX": { - "figi": "BBG000QPHD08", - "ticker": "AX", + "KRG": { + "figi": "BBG000BC2KW8", + "ticker": "KRG", "classCode": "SPBXM", - "isin": "US05465C1009", + "isin": "US49803T3005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Axos Financial Inc", + "name": "Kite Realty Group REIT", "exchange": "SPB", - "ipoDate": "2016-10-28T00:00:00Z", - "issueSize": "61216497", + "issueSize": "83673660", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "225000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "61efb81b-1e83-49ad-bda3-20c6fd587ee0", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db4f9f71-f321-40d4-b346-4d658d84c1da", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:33:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ALC": { - "figi": "BBG00NPWH832", - "ticker": "ALC", - "classCode": "SPBXM", - "isin": "CH0432492467", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Alcon", - "exchange": "SPB", - "issueSize": "491700000", - "countryOfRisk": "CH", - "countryOfRiskName": "Швейцарская Конфедерация", - "sector": "health_care", - "issueSizePlan": "0", - "nominal": { - "currency": "chf", - "units": "0", - "nano": 40000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "30176832-2f91-4266-b94a-e26540dcad25", + "uid": "49e5d238-cdab-403b-968b-b8a4a2c3f7fe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f3136758-b968-4a89-a4be-e3d7e0cd1719", + "positionUid": "232381b7-af2b-45cf-ae0f-7f5af85ddb91", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T09:04:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2020-01-23T14:35:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RSTI": { - "figi": "BBG004S682J4", - "ticker": "RSTI", + "NKNC": { + "figi": "BBG000GQSRR5", + "ticker": "NKNC", "classCode": "TQBR", - "isin": "RU000A0JPVJ0", - "lot": 1000, + "isin": "RU0009100507", + "lot": 10, "currency": "rub", "klong": { "units": "2", @@ -71947,35 +69434,35 @@ }, "dlong": { "units": "0", - "nano": 265200000 + "nano": 276400000 }, "dshort": { "units": "0", - "nano": 429700000 + "nano": 405700000 }, "dlongMin": { "units": "0", - "nano": 142800000 + "nano": 149400000 }, "dshortMin": { "units": "0", - "nano": 195700000 + "nano": 185600000 }, - "shortEnabledFlag": true, - "name": "Российские сети", + "shortEnabledFlag": false, + "name": "\u041d\u0438\u0436\u043d\u0435\u043a\u0430\u043c\u0441\u043a\u043d\u0435\u0444\u0442\u0435\u0445\u0438\u043c", "exchange": "MOEX", - "ipoDate": "2008-07-29T00:00:00Z", - "issueSize": "198827865141", + "ipoDate": "2003-08-15T00:00:00Z", + "issueSize": "1611256000", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "41041753984", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "1611256000", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -71983,143 +69470,127 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "65ec65f9-9700-4cb1-9ca6-323786335d85", + "uid": "7fad3575-99ca-4b36-807c-9c7c37e64b29", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", + "positionUid": "f760e4e7-cc20-4957-953d-d8975d31241d", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2008-12-16T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:44:00Z", + "first1dayCandleDate": "2008-04-07T00:00:00Z", "type": "Shares", - "step": 0.0001 + "step": 0.05 }, - "VRTV": { - "figi": "BBG005XZHR97", - "ticker": "VRTV", + "KNSL": { + "figi": "BBG00D8JD9Z9", + "ticker": "KNSL", "classCode": "SPBXM", - "isin": "US9234541020", + "isin": "US49714P1084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Veritiv Corp", + "name": "Kinsale Capital Group", "exchange": "SPB", - "issueSize": "16075390", + "issueSize": "22254573", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d2df346-691a-4e1e-837d-ff283fdd93ad", + "uid": "475640f0-b5cf-4704-ae76-e6f54971b084", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "335546f0-327b-4916-8996-cb80b417c7e8", + "positionUid": "6ccf577f-81e6-4bbe-b4e7-1f21e780ae47", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:43:00Z", - "first1dayCandleDate": "2014-06-18T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HWM": { - "figi": "BBG00DYNJGH9", - "ticker": "HWM", + "SRPT": { + "figi": "BBG000BCJ161", + "ticker": "SRPT", "classCode": "SPBXM", - "isin": "US4432011082", + "isin": "US8036071004", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Howmet Aerospace", - "exchange": "SPB", - "issueSize": "428912175", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "600000000", - "nominal": { - "currency": "usd", - "units": "1", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "119b1192-62c3-40d5-9e6f-5489fa9ea08a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "118c6d59-7857-4367-8018-f5d0d484ae6e", - "forIisFlag": true, - "first1minCandleDate": "2020-04-07T07:02:00Z", - "first1dayCandleDate": "2020-04-07T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "OLN": { - "figi": "BBG000BQHTV3", - "ticker": "OLN", - "classCode": "SPBXM", - "isin": "US6806652052", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Olin Corp", + "dshort": { + "units": "0", + "nano": 620500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 273000000 + }, + "shortEnabledFlag": true, + "name": "Sarepta Therapeutics Inc", "exchange": "SPB", - "issueSize": "164298223", + "issueSize": "66442402", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "240000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "99000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "47f08969-f471-4496-b591-dce0681ed565", + "uid": "195b4aad-e5d2-4cc0-87b4-ea24ffe2a07e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "de398e44-a470-4c04-b3f2-fdd03bc13c33", + "positionUid": "00ce33dd-e10e-4107-ac3b-7e9262c24233", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-08-05T08:59:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CVX": { - "figi": "BBG000K4ND22", - "ticker": "CVX", + "NTES": { + "figi": "BBG000BX72V8", + "ticker": "NTES", "classCode": "SPBXM", - "isin": "US1667641005", + "isin": "US64110W1027", "lot": 1, "currency": "usd", "klong": { @@ -72147,99 +69618,16 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Chevron", + "name": "NetEase Inc", "exchange": "SPB_MORNING", - "ipoDate": "1963-06-01T00:00:00Z", - "issueSize": "1933911944", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "6000000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 750000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "b9f2cab8-310f-4c6a-b817-3af85c1f94ef", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6910c1d0-51b2-4fce-938c-514c113b994d", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:01:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CRVL": { - "figi": "BBG000CVKZY0", - "ticker": "CRVL", - "classCode": "SPBXM", - "isin": "US2210061097", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "CorVel Corp", - "exchange": "SPB", - "ipoDate": "1991-06-28T00:00:00Z", - "issueSize": "18499104", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "687573d6-6f4b-4762-896e-ffa3a73c927a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2904e83b-1a74-4475-a0c1-4369b784ecf5", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1991-06-28T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "SHEN": { - "figi": "BBG000BTC2N0", - "ticker": "SHEN", - "classCode": "SPBXM", - "isin": "US82312B1061", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Shenandoah Telecommunications", - "exchange": "SPB", - "ipoDate": "2011-02-03T00:00:00Z", - "issueSize": "49857142", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "670980678", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "sector": "telecom", - "issueSizePlan": "96000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "25", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -72247,26 +69635,26 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5ff12747-f822-4f09-925d-3abf96a10481", + "uid": "93a4fc0d-87b0-41a3-8871-0c0af2605f9a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "216632dc-9f54-467c-b9e7-7d2f89250626", + "positionUid": "63f79c6a-c137-40a5-a6b6-a1e67954da9e", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-04-17T13:10:00Z", + "first1dayCandleDate": "2000-06-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AERI": { - "figi": "BBG001KJ7WJ5", - "ticker": "AERI", + "PTON": { + "figi": "BBG00JG0FFZ2", + "ticker": "PTON", "classCode": "SPBXM", - "isin": "US00771V1089", + "isin": "US70614W1009", "lot": 1, "currency": "usd", "klong": { @@ -72279,32 +69667,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 818500000 }, "dshort": { - "units": "0", - "nano": 567500000 + "units": "1", + "nano": 477500000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 574000000 }, "dshortMin": { "units": "0", - "nano": 252000000 + "nano": 574000000 }, "shortEnabledFlag": true, - "name": "Aerie Pharmaceuticals Inc", - "exchange": "SPB", - "issueSize": "26528694", + "name": "Peloton Interactive Inc", + "exchange": "SPB_MORNING", + "issueSize": "40000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 25000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -72317,22 +69705,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a32753ed-77b2-4d6a-9392-b7b899078a45", + "uid": "a9638a11-cd79-4eab-8122-f5f3621d1c3a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "52dddc38-209d-4c47-a356-a8d109c25e0f", + "positionUid": "0c5e874b-2be7-453d-a7a6-e9f7759f6c17", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-07-29T12:08:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FOX": { - "figi": "BBG00JHNKJY8", - "ticker": "FOX", - "classCode": "SPBXM", - "isin": "US35137L2043", + "AQUA": { + "figi": "BBG000W325F7", + "ticker": "AQUA", + "classCode": "TQBR", + "isin": "RU000A0JQTS3", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -72342,33 +69730,34 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 253400000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 404400000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 135900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 185100000 }, "shortEnabledFlag": false, - "name": "Twenty-First Century Fox", - "exchange": "SPB", - "issueSize": "251381283", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "name": "\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u0430\u043a\u0432\u0430\u043a\u0443\u043b\u044c\u0442\u0443\u0440\u0430", + "exchange": "MOEX", + "ipoDate": "2008-03-03T00:00:00Z", + "issueSize": "87876649", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "1000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "100", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -72378,39 +69767,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "a14a7091-c097-47e0-a92c-5f02dc053086", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "966cfc3b-cbb1-4c03-96bb-361103289006", + "uid": "b83ab195-dcd2-4d44-b9bf-27fa294f19a0", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f5b9035f-5244-4967-9a8e-a3deca4937f7", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "2018-01-23T07:00:00Z", + "first1minCandleDate": "2018-03-09T14:27:00Z", + "first1dayCandleDate": "2018-03-09T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "CBSH": { - "figi": "BBG000BF3G77", - "ticker": "CBSH", + "MGPI": { + "figi": "BBG000BXK6C5", + "ticker": "MGPI", "classCode": "SPBXM", - "isin": "US2005251036", + "isin": "US55303J1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Commerce Bancshares", + "name": "MGP Ingredients", "exchange": "SPB", - "issueSize": "106597248", + "issueSize": "17027063", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", - "units": "5", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -72421,20 +69810,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f126254d-f0ba-4b72-ae1d-9b1fc1463b1b", + "uid": "60adda90-990a-4783-a6dd-c40416bbcf25", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "628b9d0b-1251-41c7-9b3b-6ed8281ea929", + "positionUid": "38762699-dbcd-4e06-b4c9-979028bce52b", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:39:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PCG": { - "figi": "BBG000BQWPC5", - "ticker": "PCG", + "BEN": { + "figi": "BBG000BD0TF8", + "ticker": "BEN", "classCode": "SPBXM", - "isin": "US69331C1080", + "isin": "US3546131018", "lot": 1, "currency": "usd", "klong": { @@ -72462,125 +69851,101 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "PG&E", - "exchange": "SPB", - "ipoDate": "1919-07-24T00:00:00Z", - "issueSize": "479973603", + "name": "Franklin Resources", + "exchange": "SPB_MORNING", + "ipoDate": "1971-07-01T00:00:00Z", + "issueSize": "601489475", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f9aa2523-40c8-4021-b39c-42b5c1380416", + "uid": "ea9c1083-16bd-49a2-9dd3-bd7e9aa8a6fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a77bc642-c4b3-4b9f-be3d-80f6bcbe46a2", + "positionUid": "ac2db265-a736-448e-96c8-64f8ee133790", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:25:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AYX": { - "figi": "BBG000BGZT72", - "ticker": "AYX", + "FLO": { + "figi": "BBG000BB4D72", + "ticker": "FLO", "classCode": "SPBXM", - "isin": "US02156B1035", + "isin": "US3434981011", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 620500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 273000000 - }, - "shortEnabledFlag": true, - "name": "Alteryx Inc", + "shortEnabledFlag": false, + "name": "Flowers Foods, Inc.", "exchange": "SPB_MORNING", - "ipoDate": "2017-03-24T00:00:00Z", - "issueSize": "59481720", + "issueSize": "211603324", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7aa2790-bd8a-47a2-a337-b2eae31570e5", + "uid": "c834a8e6-7ef3-4eaf-b9b8-6d03786930f2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce727ee0-feec-4a8e-9356-4ff506769238", + "positionUid": "99809c64-48ff-4e83-b22a-1d8280cb75d7", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:33:00Z", - "first1dayCandleDate": "2017-03-24T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:35:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PEN": { - "figi": "BBG001BP92V1", - "ticker": "PEN", + "AX": { + "figi": "BBG000QPHD08", + "ticker": "AX", "classCode": "SPBXM", - "isin": "US70975L1070", + "isin": "US05465C1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Penumbra Inc", + "name": "Axos Financial Inc", "exchange": "SPB", - "issueSize": "34737497", + "ipoDate": "2016-10-28T00:00:00Z", + "issueSize": "61216497", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -72591,60 +69956,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbdb3b65-9926-4bea-95bb-4a8301d51035", + "uid": "61efb81b-1e83-49ad-bda3-20c6fd587ee0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f6b48b75-e105-446c-9f4b-b3fb9b74844f", + "positionUid": "db4f9f71-f321-40d4-b346-4d658d84c1da", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:31:00Z", - "first1dayCandleDate": "2015-09-18T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:33:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALIT": { - "figi": "BBG00H00J2N1", - "ticker": "ALIT", + "GNTX": { + "figi": "BBG000BKJ092", + "ticker": "GNTX", "classCode": "SPBXM", - "isin": "US01626W1018", + "isin": "US3719011096", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Alight", + "name": "Gentex Corporation", "exchange": "SPB", - "issueSize": "446790011", + "issueSize": "245779601", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 60000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "14a3daf0-d760-451c-994b-d2e59e531377", + "uid": "da59253b-2f58-44de-8f1c-258829c22084", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3be3f618-b1c9-46ea-807d-317a180e3ec1", + "positionUid": "abd2d8d0-e7dd-4355-bfc1-8b64b320c4c0", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:46:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GPN": { - "figi": "BBG000CX0P89", - "ticker": "GPN", + "LVS": { + "figi": "BBG000JWD753", + "ticker": "LVS", "classCode": "SPBXM", - "isin": "US37940X1028", + "isin": "US5178341070", "lot": 1, "currency": "usd", "klong": { @@ -72672,17 +70037,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Global Payments", - "exchange": "SPB", - "issueSize": "157603304", + "name": "Las Vegas Sands Corp", + "exchange": "SPB_MORNING", + "ipoDate": "2004-12-15T00:00:00Z", + "issueSize": "763989752", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -72695,20 +70061,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7460961c-900d-4757-b01c-5df6f1a82d4d", + "uid": "7cfe7d9c-78dc-4a45-adf5-f8397b30eca0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "167cf3ac-3ad8-4e51-a167-816ad0efd68e", + "positionUid": "30d6e5f7-04db-410c-9bb2-f30d392353ba", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "2001-01-16T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2004-12-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HBAN": { - "figi": "BBG000BKWSR6", - "ticker": "HBAN", + "SHW": { + "figi": "BBG000BSXQV7", + "ticker": "SHW", "classCode": "SPBXM", - "isin": "US4461501045", + "isin": "US8243481061", "lot": 1, "currency": "usd", "klong": { @@ -72735,20 +70101,20 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Huntington Bancshares", + "shortEnabledFlag": false, + "name": "Sherwin-Williams", "exchange": "SPB", - "issueSize": "1101795768", + "issueSize": "263302451", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 333333000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -72759,246 +70125,222 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78b7146b-189f-4e0b-a62e-435f570b3293", + "uid": "7f4f6fd4-7811-413b-8473-db98b98c3e74", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9b43f5d8-61c3-4cad-9cc3-357ec7a47e56", + "positionUid": "754e8ea9-ca82-49b6-b99a-d440afc07855", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LSTR": { - "figi": "BBG000BB2KN0", - "ticker": "LSTR", + "ICUI": { + "figi": "BBG000CQV2N4", + "ticker": "ICUI", "classCode": "SPBXM", - "isin": "US5150981018", + "isin": "US44930G1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Landstar System", + "name": "ICU Medical Inc", "exchange": "SPB", - "issueSize": "39483360", + "ipoDate": "1992-03-31T00:00:00Z", + "issueSize": "20239458", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "160000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c12ede4-4af7-46f3-b782-910e51a46162", + "uid": "743d2657-b537-426a-96d6-b0d239d9c16f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "96373db2-6b4a-4b5a-83e1-a0258b30c669", + "positionUid": "d4e2cb77-27ab-45f8-8636-6bc90622b713", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1992-03-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALV": { - "figi": "BBG000BVLRY8", - "ticker": "ALV", + "U": { + "figi": "BBG0056JW5G6", + "ticker": "U", "classCode": "SPBXM", - "isin": "US0528001094", + "isin": "US91332U1016", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 559100000 + }, + "dshort": { + "units": "0", + "nano": 784900000 + }, + "dlongMin": { + "units": "0", + "nano": 336000000 + }, + "dshortMin": { + "units": "0", + "nano": 336000000 + }, "shortEnabledFlag": false, - "name": "Autoliv, Inc.", + "name": "Unity Software", "exchange": "SPB", - "issueSize": "87224738", + "issueSize": "123261024", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "electrocars", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 5000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f1562dd-700a-41cb-94f9-9174f5f9a36d", + "uid": "b19d6749-4557-49ff-9f55-621f626e5bcb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "24f3d246-430e-4345-b489-7f22a3e78aa4", + "positionUid": "38a5c91d-5a54-4648-b3dd-83bd97cb6b97", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T10:37:00Z", - "first1dayCandleDate": "2019-02-28T07:00:00Z", + "first1minCandleDate": "2021-06-10T13:35:00Z", + "first1dayCandleDate": "2020-09-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BIO": { - "figi": "BBG000DY28W5", - "ticker": "BIO", - "classCode": "SPBXM", - "isin": "US0905722072", - "lot": 1, - "currency": "usd", + "VRSB": { + "figi": "BBG000BX7DH0", + "ticker": "VRSB", + "classCode": "TQBR", + "isin": "RU000A0DPG67", + "lot": 10, + "currency": "rub", "shortEnabledFlag": false, - "name": "Bio-Rad Laboratories Inc", - "exchange": "SPB", - "ipoDate": "1966-07-07T00:00:00Z", - "issueSize": "24859577", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "name": "\u0422\u041d\u0421 \u044d\u043d\u0435\u0440\u0433\u043e \u0412\u043e\u0440\u043e\u043d\u0435\u0436", + "exchange": "MOEX", + "ipoDate": "2004-11-30T00:00:00Z", + "issueSize": "56151024", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "56151024", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 100000 + "nano": 400000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "7c9c53ae-6292-4d5f-bf71-c3b5ed13b94a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5613489a-4bbb-4aa3-be9c-6345a60c7bc9", + "uid": "3c899002-e8f5-42fd-b617-4bc2f31e6767", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c473a0e3-8fa4-4b79-85b0-078d0489aa59", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:37:00Z", - "first1dayCandleDate": "1989-07-13T00:00:00Z", + "first1minCandleDate": "2018-03-19T15:25:00Z", + "first1dayCandleDate": "2018-03-19T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.2 }, - "WBD": { - "figi": "BBG011386VF4", - "ticker": "WBD", + "FLOW": { + "figi": "BBG007FL7ZD2", + "ticker": "FLOW", "classCode": "SPBXM", - "isin": "US9344231041", + "isin": "US78469X1072", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Warner Bros. Discovery", + "name": "SPX FLOW Inc", "exchange": "SPB", - "issueSize": "695000000", + "issueSize": "42533833", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "10800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6626d140-b59d-49a2-9d5c-9ec91a8cde0a", + "uid": "039052e8-dfcf-43ae-97cd-3b285d9240ff", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ccfb753a-c44f-478c-947d-caa5d4ebbd37", + "positionUid": "15d4331c-51b9-4c89-af2e-64f94f7ba85d", "forIisFlag": true, - "first1minCandleDate": "2022-04-19T12:00:00Z", - "first1dayCandleDate": "2022-04-19T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2015-09-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "V": { - "figi": "BBG000PSKYX7", - "ticker": "V", + "JACK": { + "figi": "BBG000GZYVY1", + "ticker": "JACK", "classCode": "SPBXM", - "isin": "US92826C8394", + "isin": "US4663671091", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Visa", - "exchange": "SPB_MORNING", - "ipoDate": "2008-03-19T00:00:00Z", - "issueSize": "1687643027", + "shortEnabledFlag": false, + "name": "Jack in the Box", + "exchange": "SPB", + "issueSize": "22630771", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "175000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73009,20 +70351,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0054309c-8c00-430e-879f-0c128e6b9802", + "uid": "83b033e1-b983-43fb-8cbf-2223bbfc986b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "232b233d-2e02-4a8f-b926-7cf35f53dd44", + "positionUid": "71ee4b1b-98b6-42b6-8719-1aa8e1731095", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:38:00Z", - "first1dayCandleDate": "2008-03-19T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NVDA": { - "figi": "BBG000BBJQV0", - "ticker": "NVDA", + "BIIB": { + "figi": "BBG000C17X76", + "ticker": "BIIB", "classCode": "SPBXM", - "isin": "US67066G1040", + "isin": "US09062X1037", "lot": 1, "currency": "usd", "klong": { @@ -73050,101 +70392,101 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "NVIDIA", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "1999-01-21T00:00:00Z", - "issueSize": "2500000000", + "name": "Biogen", + "exchange": "SPB", + "ipoDate": "1991-09-17T00:00:00Z", + "issueSize": "149033443", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "4000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81575098-df8a-45c4-82dc-1b64374dcfdb", + "uid": "eb40b246-d1e0-4616-a7c3-8772c3f364a7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dfb42d57-3e57-4f6e-ab5a-f54882ced3b8", + "positionUid": "0732ca60-b6a7-4a16-a404-fa2ef45f3bf9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:36:00Z", - "first1dayCandleDate": "1999-01-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:38:00Z", + "first1dayCandleDate": "1991-09-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "XNCR": { - "figi": "BBG0026ZG4W0", - "ticker": "XNCR", + "MDU": { + "figi": "BBG000BNX3R4", + "ticker": "MDU", "classCode": "SPBXM", - "isin": "US98401F1057", + "isin": "US5526901096", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Xencor Inc", + "name": "MDU Resources Group, Inc.", "exchange": "SPB", - "ipoDate": "2006-04-12T00:00:00Z", - "issueSize": "56721172", + "issueSize": "200522277", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ed1e3a46-3c9c-4840-9680-224f608cd541", + "uid": "015c53af-aa9f-474b-bf1d-1f81f835bdda", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17515f54-400d-4b40-9a41-61c6e721221a", + "positionUid": "d5d5c093-8ae2-4cbd-b7e2-3653cd76f21c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CWT": { - "figi": "BBG000D8KTN6", - "ticker": "CWT", + "WWW": { + "figi": "BBG000BX2YN2", + "ticker": "WWW", "classCode": "SPBXM", - "isin": "US1307881029", + "isin": "US9780971035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "California Water Service", + "name": "Wolverine World Wide Inc", "exchange": "SPB", - "issueSize": "48714000", + "ipoDate": "1983-04-01T00:00:00Z", + "issueSize": "88754695", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "68000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "320000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73155,22 +70497,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "123af942-701d-4915-81f7-3b3308af9b3f", + "uid": "4196ccc8-eec0-4c3b-a81c-b0dc3ba7ea24", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "51033e42-6e12-418a-9d96-7a55cf041627", + "positionUid": "d767c27d-c24d-4d98-a8bc-6704b26d3123", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:32:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:28:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TATN": { - "figi": "BBG004RVFFC0", - "ticker": "TATN", - "classCode": "TQBR", - "isin": "RU0009033591", + "CFG": { + "figi": "BBG006Q0HY77", + "ticker": "CFG", + "classCode": "SPBXM", + "isin": "US1746101054", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -73181,35 +70523,35 @@ }, "dlong": { "units": "0", - "nano": 287400000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 359300000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 155800000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 165900000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Татнефть", - "exchange": "MOEX", - "ipoDate": "2001-10-26T00:00:00Z", - "issueSize": "2178690700", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "2178690700", + "name": "Citizens Financial Group", + "exchange": "SPB_MORNING", + "ipoDate": "2014-09-24T00:00:00Z", + "issueSize": "460390006", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73217,23 +70559,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "88468f6c-c67a-4fb4-a006-53eed803883c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", + "uid": "46727194-181d-415a-9696-f359e62786d4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "89410f27-1f20-4d75-ae1d-326619bf6c72", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2001-12-07T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2014-09-24T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.01 }, - "CLR": { - "figi": "BBG000BHBGN6", - "ticker": "CLR", + "BYND": { + "figi": "BBG003CVJP50", + "ticker": "BYND", "classCode": "SPBXM", - "isin": "US2120151012", + "isin": "US08862E1091", "lot": 1, "currency": "usd", "klong": { @@ -73246,99 +70588,98 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, "shortEnabledFlag": true, - "name": "Continental Resources Inc", + "name": "Beyond Meat Inc", "exchange": "SPB", - "ipoDate": "2007-05-15T00:00:00Z", - "issueSize": "375190967", + "issueSize": "58308044", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "507c19da-6fbb-4e8f-afc5-255e90ae05ef", + "uid": "57e9fd91-fe85-4199-a0e0-7ba21e79f60b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3c2877b5-97ec-446b-b74a-ccb2275b5103", + "positionUid": "e03db4f0-f3a5-494a-a64c-43b1d5c2ad0c", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2007-05-15T00:00:00Z", + "first1minCandleDate": "2019-10-31T11:04:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KWR": { - "figi": "BBG000DZS2L9", - "ticker": "KWR", + "TPTX": { + "figi": "BBG00NPL9WH7", + "ticker": "TPTX", "classCode": "SPBXM", - "isin": "US7473161070", + "isin": "US90041T1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Quaker Chemical Corp", + "name": "Turning Point Therapeutics Inc", "exchange": "SPB", - "issueSize": "17758645", + "issueSize": "35925150", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98591427-a401-4823-be3e-b557b53bbf20", + "uid": "de88aa7c-48fb-49e5-a3a6-29ea6547db29", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "73fafffd-45d3-4ff2-ae25-9a68a8b0a2da", + "positionUid": "63cc173c-f14d-495a-bd93-ee3a979434d2", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:40:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WU": { - "figi": "BBG000BB5373", - "ticker": "WU", + "INGR": { + "figi": "BBG000BXPZB7", + "ticker": "INGR", "classCode": "SPBXM", - "isin": "US9598021098", + "isin": "US4571871023", "lot": 1, "currency": "usd", "klong": { @@ -73366,20 +70707,19 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Western Union", + "name": "Ingredion Inc", "exchange": "SPB", - "ipoDate": "2006-02-10T00:00:00Z", - "issueSize": "406348202", + "issueSize": "66667462", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73390,116 +70730,118 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "07dfb855-4004-4c0b-bc35-3ffca6452a65", + "uid": "0d96fc01-e777-44ab-a77e-b485236ee430", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4d1b4093-28c5-409b-ab6f-57c2a6ba63d3", + "positionUid": "280618b6-aaff-4474-8628-9404dcd3c753", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "2006-09-20T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1997-12-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ARQT": { - "figi": "BBG00QN8K4M4", - "ticker": "ARQT", + "COO": { + "figi": "BBG000BG3445", + "ticker": "COO", "classCode": "SPBXM", - "isin": "US03969K1088", + "isin": "US2166484020", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Arcutis Biotherapeutics", + "name": "The Cooper Companies", "exchange": "SPB", - "issueSize": "38189287", + "ipoDate": "1983-12-06T00:00:00Z", + "issueSize": "49104101", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "300000000", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8b1a8025-c15f-409a-964d-3afb90e0390d", + "uid": "21608f7f-a919-4eaf-9e1d-31390a57fff6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4350a3cd-eb9f-4ebb-9efc-4950235b9e9b", + "positionUid": "974321eb-a311-4c2d-9448-c216a2fff090", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MGNT@GS": { - "figi": "BBG000VFBQG4", - "ticker": "MGNT@GS", + "FICO": { + "figi": "BBG000DW76Y6", + "ticker": "FICO", "classCode": "SPBXM", - "isin": "US55953Q2021", + "isin": "US3032501047", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Magnit PJSC", - "exchange": "LSE", - "issueSize": "472806775", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "0", + "name": "Fair Isaac Corp", + "exchange": "SPB", + "ipoDate": "1987-07-01T00:00:00Z", + "issueSize": "28990026", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "17b2717d-ad8f-4c73-8481-1e11f76c07f1", + "uid": "8df3a5cf-05ab-4940-ada8-28b81decec23", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0521f897-e848-4128-9284-602d937c2497", + "positionUid": "fffdf5a9-30a5-4289-82c4-2bd18f3148b1", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:04:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:38:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KOPN": { - "figi": "BBG000C2SBZ8", - "ticker": "KOPN", + "LYLT": { + "figi": "BBG012QVD574", + "ticker": "LYLT", "classCode": "SPBXM", - "isin": "US5006001011", + "isin": "US54911Q1076", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kopin Corporation", + "name": "Loyalty Ventures", "exchange": "SPB", - "issueSize": "85053040", + "issueSize": "100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73510,36 +70852,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a8b7fed7-004b-4065-8404-daeff1203f62", + "uid": "038e2288-1188-46bd-a3f3-ee43b82fd996", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "99993112-38e7-4886-aa43-4c2eb1ab6896", + "positionUid": "98a51022-3561-476b-982d-c1315ec4edcc", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:35:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2021-11-11T12:48:00Z", + "first1dayCandleDate": "2021-11-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QGEN": { - "figi": "BBG000GTYWL7", - "ticker": "QGEN", + "WEX": { + "figi": "BBG000BVZP59", + "ticker": "WEX", "classCode": "SPBXM", - "isin": "NL0012169213", + "isin": "US96208T1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "QIAGEN NV", + "name": "WEX Inc", "exchange": "SPB", - "issueSize": "230829000", - "countryOfRisk": "NL", - "countryOfRiskName": "Королевство Нидерландов", - "sector": "health_care", - "issueSizePlan": "410000000", + "issueSize": "43249922", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "175000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73550,36 +70892,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a899436e-3449-4fd9-bbfb-2101d173157d", + "uid": "15bac991-80fc-4b2e-b114-fb9d11ec492a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e784052c-817a-40d2-baff-3560a18d7d32", + "positionUid": "32b46350-eb55-4661-afb3-fdef9a78d09d", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:30:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "2005-02-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SAIC": { - "figi": "BBG003BW05K6", - "ticker": "SAIC", + "MSEX": { + "figi": "BBG000BPGQ60", + "ticker": "MSEX", "classCode": "SPBXM", - "isin": "US8086251076", + "isin": "US5966801087", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Science Applications Internati", + "name": "Middlesex Water Company", "exchange": "SPB", - "issueSize": "45465620", + "issueSize": "17439780", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73590,61 +70932,85 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "73956ab3-0338-49a0-a421-83b4321975c0", + "uid": "92cb6df8-51ea-46be-8f04-310c1406a89f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f609c4e-66b9-460a-901a-e5b7d840f685", + "positionUid": "ad0788a2-c013-4ed7-bcfd-e14ce860d0a4", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ELAN": { - "figi": "BBG00LJYS1P8", - "ticker": "ELAN", - "classCode": "SPBXM", - "isin": "US28414H1032", - "lot": 1, - "currency": "usd", + "SGZH": { + "figi": "BBG0100R9963", + "ticker": "SGZH", + "classCode": "TQBR", + "isin": "RU000A102XG9", + "lot": 100, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 200000000 + }, + "dshort": { + "units": "0", + "nano": 283700000 + }, + "dlongMin": { + "units": "0", + "nano": 105600000 + }, + "dshortMin": { + "units": "0", + "nano": 133000000 + }, "shortEnabledFlag": false, - "name": "Elanco Animal Health Inc", - "exchange": "SPB", - "ipoDate": "2018-09-20T00:00:00Z", - "issueSize": "365643911", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "name": "\u0421\u0435\u0433\u0435\u0436\u0430", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2020-12-18T00:00:00Z", + "issueSize": "15690000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "11940000000", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 0 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "5909dc8f-7855-4e4b-aad4-c2689d16e310", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "105594d7-c1a8-48ab-8b7b-b54165766274", + "uid": "7bedd86b-478d-4742-a28c-29d27f8dbc7d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5fe05020-a682-4909-b9f6-93e91413fa93", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2018-09-20T00:00:00Z", + "first1minCandleDate": "2021-04-28T06:59:00Z", + "first1dayCandleDate": "2021-04-28T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.001 }, - "ZYNE": { - "figi": "BBG007BBS8B7", - "ticker": "ZYNE", + "PUMP": { + "figi": "BBG00FYCQ352", + "ticker": "PUMP", "classCode": "SPBXM", - "isin": "US98986X1090", + "isin": "US74347M1080", "lot": 1, "currency": "usd", "klong": { @@ -73657,27 +71023,28 @@ }, "dlong": { "units": "0", - "nano": 754000000 + "nano": 781000000 }, "dshort": { "units": "1", - "nano": 262000000 + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 504000000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 504000000 + "nano": 532000000 }, "shortEnabledFlag": true, - "name": "Zynerba Pharmaceuticals Inc", - "exchange": "SPB", - "issueSize": "13561373", + "name": "ProPetro Holding Corp", + "exchange": "SPB_MORNING", + "ipoDate": "2012-03-29T00:00:00Z", + "issueSize": "100419802", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", "issueSizePlan": "200000000", "nominal": { "currency": "usd", @@ -73695,77 +71062,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa1ea7d6-e8de-4646-9fde-c6f3a83ca85d", + "uid": "a2fd72e5-3e94-42b2-aa91-2163f2a2fcfc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c3e29b1c-6d72-479b-b679-e2896fc375f3", + "positionUid": "fcd5df35-7b5c-4a00-abcd-4ae05f5a2099", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:05:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AEIS": { - "figi": "BBG000FKMP26", - "ticker": "AEIS", + "EHTH": { + "figi": "BBG000P5JQX6", + "ticker": "EHTH", "classCode": "SPBXM", - "isin": "US0079731008", + "isin": "US28238P1093", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Advanced Energy Industries Inc", - "exchange": "SPB", - "ipoDate": "1995-11-16T00:00:00Z", - "issueSize": "39657315", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "70000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 784900000 }, - "apiTradeAvailableFlag": true, - "uid": "f87771f6-15dc-4748-9dd4-a802fd0fe37f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ae7e544-c016-4ea8-bf56-be3fc2d587db", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1995-11-17T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "AOUT": { - "figi": "BBG00QV8FS02", - "ticker": "AOUT", - "classCode": "SPBXM", - "isin": "US02875D1090", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "American Outdoor Brands Inc", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 336000000 + }, + "shortEnabledFlag": true, + "name": "eHealth Inc", "exchange": "SPB", - "issueSize": "13883522", + "issueSize": "26185716", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "34602000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73776,20 +71126,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3e20bfa3-c019-4326-9ebc-c7b4cd4bb82f", + "uid": "8fe5e946-5b2f-4315-adae-acd1e450bbc8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dd68e091-0522-4101-b7d9-58ebc9863e25", + "positionUid": "d754fa68-e2cc-40cc-aa1e-f4e01134e2f9", "forIisFlag": true, - "first1minCandleDate": "2020-08-27T13:04:00Z", - "first1dayCandleDate": "2020-08-27T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MARA": { - "figi": "BBG001K7WBT8", - "ticker": "MARA", + "PM": { + "figi": "BBG000J2XL74", + "ticker": "PM", "classCode": "SPBXM", - "isin": "US5657881067", + "isin": "US7181721090", "lot": 1, "currency": "usd", "klong": { @@ -73802,58 +71152,58 @@ }, "dlong": { "units": "0", - "nano": 793900000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 390100000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 546000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 546000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Marathon Digital Holdings", - "exchange": "SPB", - "issueSize": "99472029", + "name": "Philip Morris", + "exchange": "SPB_MORNING", + "issueSize": "1558540992", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c2a26771-b65f-49c7-8f73-b7143c551336", + "uid": "59e3c4f0-1887-403d-9e8d-caef242c539c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "54025b98-61b5-4e4b-b44e-ee45658786ae", + "positionUid": "fa123e3f-c55f-4ce7-be1a-8f8b5547c5c8", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T07:39:00Z", + "first1dayCandleDate": "2008-03-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EOG": { - "figi": "BBG000BZ9223", - "ticker": "EOG", + "WAB": { + "figi": "BBG000BDD940", + "ticker": "WAB", "classCode": "SPBXM", - "isin": "US26875P1012", + "isin": "US9297401088", "lot": 1, "currency": "usd", "klong": { @@ -73880,21 +71230,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "EOG Resources", + "shortEnabledFlag": false, + "name": "Wabtec Corp.", "exchange": "SPB", - "ipoDate": "1989-10-01T00:00:00Z", - "issueSize": "546505826", + "ipoDate": "1995-06-15T00:00:00Z", + "issueSize": "96614946", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -73905,118 +71255,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e89ae1f4-527e-488c-bdba-816505b411dd", + "uid": "3b78c560-e2d8-4fcc-bad9-a3a5ffbedcae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2b7f69d4-ce82-4cbb-b3a7-b8d0c231cbcc", + "positionUid": "2aa1ee95-e97e-40f2-8c70-5242b99b9c37", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1989-10-04T00:00:00Z", + "first1minCandleDate": "2019-03-07T10:27:00Z", + "first1dayCandleDate": "1995-06-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ODFL": { - "figi": "BBG000CHSS88", - "ticker": "ODFL", + "BKI": { + "figi": "BBG00GX77LW3", + "ticker": "BKI", "classCode": "SPBXM", - "isin": "US6795801009", + "isin": "US09215C1053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Old Dominion Freight Line Inc", + "name": "Black Knight Inc", "exchange": "SPB", - "ipoDate": "1991-10-24T00:00:00Z", - "issueSize": "82374451", + "issueSize": "150011919", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "550000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "07b009b9-737d-46e3-aa49-24e76d64eae4", + "uid": "fa0649b1-d8c6-4d88-a633-39a48e51c542", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5b50cc27-273e-48d5-b7e0-530f91157de3", + "positionUid": "8bb6f23b-df5c-4cd4-99cd-341f19167a9c", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1991-10-24T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:35:00Z", + "first1dayCandleDate": "2015-05-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MDGL": { - "figi": "BBG000QS6NV8", - "ticker": "MDGL", + "TXN": { + "figi": "BBG000BVV7G1", + "ticker": "TXN", "classCode": "SPBXM", - "isin": "US5588681057", + "isin": "US8825081040", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Madrigal Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "2017-11-01T00:00:00Z", - "issueSize": "11570149", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Texas Instruments", + "exchange": "SPB_MORNING", + "ipoDate": "1970-02-02T00:00:00Z", + "issueSize": "923209971", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a74d4f18-f887-43c4-a819-d19ab05882ae", + "uid": "b50a255d-ba51-4784-a11c-271384eecbc8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32be5cdc-187d-41fe-bcef-ad97e3a7f4ed", + "positionUid": "06997c40-9fba-4a73-aa2d-df1ab7303a42", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:19:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DNB": { - "figi": "BBG00VCZX9Z6", - "ticker": "DNB", + "ARNA": { + "figi": "BBG000BKXBV7", + "ticker": "ARNA", "classCode": "SPBXM", - "isin": "US26484T1060", + "isin": "US0400476075", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dun & Bradstreet Holdings", + "name": "Arena Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "411255940", + "issueSize": "39263354", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74027,20 +71400,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "57b07d3e-41c5-46bb-a41c-c140a2a2d4a0", + "uid": "5dbe19c0-dc40-46b9-80b4-90c7c58ccad6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "448759db-488e-44a9-9846-5d406ca6fa0e", + "positionUid": "a2816239-b0b8-4dcc-834a-925e9a906234", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-09-18T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PNC": { - "figi": "BBG000BRD0D8", - "ticker": "PNC", + "CLOV": { + "figi": "BBG00SHY90J5", + "ticker": "CLOV", "classCode": "SPBXM", - "isin": "US6934751057", + "isin": "US18914F1030", "lot": 1, "currency": "usd", "klong": { @@ -74053,140 +71426,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 695300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 178600000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 448000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 476000000 }, - "shortEnabledFlag": false, - "name": "PNC Financial Services", + "shortEnabledFlag": true, + "name": "Clover Health Investments, Corp.", "exchange": "SPB", - "issueSize": "464302343", + "issueSize": "235874471", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "2500000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "918b0bb4-9fcc-41e7-ab00-e7fc3e3b2310", + "uid": "abbe8e73-5d15-4da3-9ecd-ddabac4a7fc7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e5d03e54-2086-40b3-afc5-d76f2daed7b6", + "positionUid": "a8e701bc-5a01-4dc2-844c-8ad79f15cb87", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:46:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PMSBP": { - "figi": "BBG000MZL2S9", - "ticker": "PMSBP", - "classCode": "TQBR", - "isin": "RU000A0ET156", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Пермэнергосбыт - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2005-06-21T00:00:00Z", - "issueSize": "11353500", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "11353500", - "nominal": { - "currency": "rub", - "units": "3", - "nano": 250000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", - "minPriceIncrement": { - "units": "0", - "nano": 200000000 - }, - "apiTradeAvailableFlag": true, - "uid": "80a39145-b2f7-46f5-9ef0-1478baafb0a6", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d46880d1-899c-409a-b3d0-5e1d009b3cfc", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:43:00Z", - "first1dayCandleDate": "2007-02-19T00:00:00Z", - "type": "Shares", - "step": 0.2 - }, - "HRTX": { - "figi": "BBG000G2GJT7", - "ticker": "HRTX", + "NKLA": { + "figi": "BBG00L4CWQ45", + "ticker": "NKLA", "classCode": "SPBXM", - "isin": "US4277461020", + "isin": "US6541101050", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 252000000 - }, - "shortEnabledFlag": true, - "name": "Heron Therapeutics Inc", + "shortEnabledFlag": false, + "name": "Nikola", "exchange": "SPB", - "ipoDate": "2013-10-25T00:00:00Z", - "issueSize": "39187594", + "issueSize": "360904478", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74197,20 +71504,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "786c2d42-e426-4fb1-8fbc-8bb77c9a0e0b", + "uid": "9926ef4b-784e-4d69-9109-7f1dd5200e64", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6d277999-d15a-4f54-ac36-aca82d44a768", + "positionUid": "541aab53-b6c5-453f-b330-9298996e71dc", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:00:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:30:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DDS": { - "figi": "BBG000BS4MP5", - "ticker": "DDS", + "MLM": { + "figi": "BBG000BGYMH7", + "ticker": "MLM", "classCode": "SPBXM", - "isin": "US2540671011", + "isin": "US5732841060", "lot": 1, "currency": "usd", "klong": { @@ -74227,7 +71534,7 @@ }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -74235,22 +71542,23 @@ }, "dshortMin": { "units": "0", - "nano": 322000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Dillard's Inc", + "name": "Martin Marietta Materials", "exchange": "SPB", - "issueSize": "22533699", + "ipoDate": "1994-02-16T00:00:00Z", + "issueSize": "62951453", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74261,22 +71569,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67c2069f-9da8-44b9-a524-508d10d6a8b9", + "uid": "b3bad65b-9534-49bd-a027-d2e0f3e176cd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "24a6f303-307d-420f-9a8c-a7d574fd7794", + "positionUid": "4c8e7405-50b7-4d1a-8a10-7c878ef2ed47", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:33:00Z", + "first1dayCandleDate": "1994-02-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RTKM": { - "figi": "BBG004S682Z6", - "ticker": "RTKM", - "classCode": "TQBR", - "isin": "RU0008943394", - "lot": 10, - "currency": "rub", + "GDDY": { + "figi": "BBG006MDLY05", + "ticker": "GDDY", + "classCode": "SPBXM", + "isin": "US3802371076", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -74287,75 +71595,74 @@ }, "dlong": { "units": "0", - "nano": 279100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 260600000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 150900000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 122800000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Ростелеком", - "exchange": "MOEX", - "ipoDate": "2003-09-09T00:00:00Z", - "issueSize": "3282997929", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "728696320", + "shortEnabledFlag": false, + "name": "GoDaddy Inc", + "exchange": "SPB_MORNING", + "issueSize": "82449900", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 2500000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "02eda274-10c4-4815-8e02-a8ee7eaf485b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", + "uid": "bb2b3678-7a60-4c55-8639-a6e4e7229d54", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d6a7744d-eba7-43d9-9c83-ac69badc0cb4", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:32:00Z", + "first1dayCandleDate": "2015-04-01T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ENTG": { - "figi": "BBG000CTV4N4", - "ticker": "ENTG", + "PRI": { + "figi": "BBG000T8ZF80", + "ticker": "PRI", "classCode": "SPBXM", - "isin": "US29362U1043", + "isin": "US74164M1080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Entegris Inc", + "name": "Primerica", "exchange": "SPB", - "issueSize": "134627369", + "issueSize": "41359629", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74366,77 +71673,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7af36855-1029-4a50-a01f-0fc82ea43b6e", + "uid": "55ae8e3e-da62-402a-889b-6b368ab45ef0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "84da0f66-b26b-4af5-a431-05607f00e032", + "positionUid": "7f1fb014-90e6-4fd9-be79-eb479814e13d", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:58:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HRB": { - "figi": "BBG000BLDV98", - "ticker": "HRB", + "CHRS": { + "figi": "BBG0063N8V69", + "ticker": "CHRS", "classCode": "SPBXM", - "isin": "US0936711052", + "isin": "US19249H1032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "H&R Block", + "name": "Coherus BioSciences", "exchange": "SPB", - "ipoDate": "1962-02-13T00:00:00Z", - "issueSize": "276359906", + "issueSize": "70624365", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c3a9ab86-dab2-461f-81f4-4745f86b610d", + "uid": "690845f6-e0b9-496a-a4e9-0db5027ff884", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "27e0e238-6b18-4fed-8ea4-893bbd83d71a", + "positionUid": "e265f115-788b-4983-b989-6e8a8eebc693", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:26:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:44:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CNS": { - "figi": "BBG000BB0WG4", - "ticker": "CNS", + "AMN": { + "figi": "BBG000BCT197", + "ticker": "AMN", "classCode": "SPBXM", - "isin": "US19247A1007", + "isin": "US0017441017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cohen & Steers Inc", + "name": "AMN Healthcare Services Inc", "exchange": "SPB", - "issueSize": "47767225", + "ipoDate": "2001-11-13T00:00:00Z", + "issueSize": "48049426", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74447,141 +71754,142 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c2e484a5-b9e6-4769-bc60-3f1993e46589", + "uid": "3ea6bb34-acf8-49fd-a8aa-d8003eb071aa", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "34c3d5e5-7aae-4f12-b919-2221a668513d", + "positionUid": "547ee569-527c-4662-a841-24ad679c0a81", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:36:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:44:00Z", + "first1dayCandleDate": "2001-11-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "POWI": { - "figi": "BBG000BTT3D1", - "ticker": "POWI", + "CRSR": { + "figi": "BBG00HMSHL83", + "ticker": "CRSR", "classCode": "SPBXM", - "isin": "US7392761034", + "isin": "US22041X1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Power Integrations Inc", + "name": "Corsair Gaming Inc", "exchange": "SPB", - "ipoDate": "1997-12-12T00:00:00Z", - "issueSize": "29270669", + "issueSize": "91849366", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "140000000", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce7152d3-6880-4826-a151-ad8aad6f2f87", + "uid": "77621016-54c8-4b9c-80e8-1ac72f3710d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "91ffd064-3203-4478-ac4c-2e4b2625954f", + "positionUid": "bb172fb3-e93d-43d9-9e7f-629422ccfc17", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1997-12-12T00:00:00Z", + "first1minCandleDate": "2021-07-09T11:31:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MATX": { - "figi": "BBG000BBK401", - "ticker": "MATX", + "HSIC": { + "figi": "BBG000BNMMJ3", + "ticker": "HSIC", "classCode": "SPBXM", - "isin": "US57686G1058", + "isin": "US8064071025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Matson Inc", + "name": "Henry Schein", "exchange": "SPB", - "issueSize": "42697456", + "ipoDate": "1995-11-02T00:00:00Z", + "issueSize": "156954392", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a0f782ac-4923-4738-bd83-0312dc4ccf60", + "uid": "d370686f-3538-4bf7-8876-76cc77729dd1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7852ef59-adb4-422f-8e8c-2e02ca33e3b4", + "positionUid": "01de694d-88f0-493b-a722-8fac5be57ece", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:44:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1995-11-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OSTK": { - "figi": "BBG000BF7BV7", - "ticker": "OSTK", + "MANH": { + "figi": "BBG000BFV758", + "ticker": "MANH", "classCode": "SPBXM", - "isin": "US6903701018", + "isin": "US5627501092", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Overstock.com", + "name": "Manhattan Associates Inc", "exchange": "SPB", - "issueSize": "25023328", + "ipoDate": "1998-04-23T00:00:00Z", + "issueSize": "66820321", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70866c2a-1fe5-48dc-ab1e-184cd7f05973", + "uid": "3457aa6a-3d34-41e8-beb8-ea0f99814f69", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25f3af2b-2189-4a7f-b394-6fd56352596e", + "positionUid": "bbbeef82-019e-46c7-babf-8ceae71c6c3e", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:04:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:29:00Z", + "first1dayCandleDate": "1998-04-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SNPS": { - "figi": "BBG000BSFRF3", - "ticker": "SNPS", + "ES": { + "figi": "BBG000BQ87N0", + "ticker": "ES", "classCode": "SPBXM", - "isin": "US8716071076", + "isin": "US30040W1080", "lot": 1, "currency": "usd", "klong": { @@ -74608,109 +71916,85 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Synopsys", - "exchange": "SPB", - "ipoDate": "1992-02-25T00:00:00Z", - "issueSize": "148725114", + "shortEnabledFlag": false, + "name": "Eversource Energy", + "exchange": "SPB_MORNING", + "ipoDate": "1967-02-20T00:00:00Z", + "issueSize": "316885808", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "380000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "5", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0555195b-d7f9-4b86-98db-fdeaa975dcef", + "uid": "0f40dd57-5235-4b8a-9453-f8fe728c4b30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a67c4257-93ca-4c72-86d7-f83866a253a8", + "positionUid": "3747c508-cc81-45c8-a71c-1cd1ee7e8141", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1992-02-26T00:00:00Z", + "first1minCandleDate": "2018-01-23T10:50:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BTI": { - "figi": "BBG000BWPXQ8", - "ticker": "BTI", + "PEN": { + "figi": "BBG001BP92V1", + "ticker": "PEN", "classCode": "SPBXM", - "isin": "US1104481072", + "isin": "US70975L1070", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "British American Tobacco", + "shortEnabledFlag": false, + "name": "Penumbra Inc", "exchange": "SPB", - "issueSize": "2294627635", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "consumer", - "issueSizePlan": "0", + "issueSize": "34737497", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb1c260c-23d8-4774-b38e-89b22c894997", + "uid": "bbdb3b65-9926-4bea-95bb-4a8301d51035", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "28dca55e-365e-4037-91b2-011dcc9e5a2d", + "positionUid": "f6b48b75-e105-446c-9f4b-b3fb9b74844f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:51:00Z", - "first1dayCandleDate": "1998-09-08T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:31:00Z", + "first1dayCandleDate": "2015-09-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NKE": { - "figi": "BBG000C5HS04", - "ticker": "NKE", + "RF": { + "figi": "BBG000Q3JN03", + "ticker": "RF", "classCode": "SPBXM", - "isin": "US6541061031", + "isin": "US7591EP1005", "lot": 1, "currency": "usd", "klong": { @@ -74738,18 +72022,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "NIKE", - "exchange": "SPB", - "ipoDate": "1980-12-01T00:00:00Z", - "issueSize": "1277806465", + "name": "Regions Financial", + "exchange": "SPB_MORNING", + "issueSize": "1159971493", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -74762,102 +72045,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b48bb5c-226a-4cb9-838d-06e89c9f9d39", + "uid": "55a5f966-580c-420a-8336-1a2db416cbed", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a2ad8b9-a5b0-4ec3-a9f8-27bc3638dd0f", + "positionUid": "95c8722f-4457-4be3-b567-e3592a831998", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VSMO": { - "figi": "BBG004S68CV8", - "ticker": "VSMO", - "classCode": "TQBR", - "isin": "RU0009100291", + "OHI": { + "figi": "BBG000BGBTC2", + "ticker": "OHI", + "classCode": "SPBXM", + "isin": "US6819361006", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 200000000 - }, - "dshort": { - "units": "0", - "nano": 516100000 - }, - "dlongMin": { - "units": "0", - "nano": 105600000 - }, - "dshortMin": { - "units": "0", - "nano": 231300000 - }, + "currency": "usd", "shortEnabledFlag": false, - "name": "ВСМПО-АВИСМА", - "exchange": "MOEX", - "ipoDate": "2004-11-11T00:00:00Z", - "issueSize": "11529538", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "10625600", + "name": "Omega Healthcare Investors REIT", + "exchange": "SPB_MORNING", + "issueSize": "195142685", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "350000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { - "units": "20", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9139ddd-bf3c-4d03-a94f-ffdf7234c6be", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ad2ba3db-cee8-4ab9-becf-f24d5b90abbd", + "uid": "bcceb3c4-cc15-4094-b5f0-4acebe6a6c9f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1cdddb09-bdfb-492e-a48c-a3444110dd91", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:56:00Z", - "first1dayCandleDate": "2005-06-20T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:38:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", - "step": 20.0 + "step": 0.01 }, - "SCCO": { - "figi": "BBG000BSHH72", - "ticker": "SCCO", + "GBX": { + "figi": "BBG000CF5097", + "ticker": "GBX", "classCode": "SPBXM", - "isin": "US84265V1052", + "isin": "US3936571013", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Southern Copper Corp", + "name": "Greenbrier Cos Inc", "exchange": "SPB", - "ipoDate": "1996-01-05T00:00:00Z", - "issueSize": "773081269", - "countryOfRisk": "PE", - "countryOfRiskName": "Республика Перу", - "sector": "materials", - "issueSizePlan": "0", + "ipoDate": "1994-07-13T00:00:00Z", + "issueSize": "32406264", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74868,76 +72126,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c072a03-3924-45c4-9d6b-8c92a0f0a2d8", + "uid": "7a8aa62c-6ae4-4932-b99f-0a841475c820", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11c702a5-4176-4d20-9594-a2f919599c38", + "positionUid": "c8108ec0-ca7a-48f6-bf2f-dc30474c374d", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:32:00Z", - "first1dayCandleDate": "1996-01-05T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "1994-07-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CARS": { - "figi": "BBG000HGTH33", - "ticker": "CARS", + "IFF": { + "figi": "BBG000BLSL58", + "ticker": "IFF", "classCode": "SPBXM", - "isin": "US14575E1055", + "isin": "US4595061015", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Cars.com Inc", + "name": "International Flavors & Fragrances", "exchange": "SPB", - "issueSize": "66626608", + "ipoDate": "1964-03-02T00:00:00Z", + "issueSize": "106633296", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 125000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "15d7a49f-3d29-452b-9347-b4d03a42590e", + "uid": "aeb9107a-a546-4c10-8840-1eac174ea837", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f5afff74-f450-4497-b46e-d564d56d78c4", + "positionUid": "7874c6c1-fb30-4b08-aeda-86c736382221", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:46:00Z", - "first1dayCandleDate": "2017-05-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:37:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MGRC": { - "figi": "BBG000BP02D2", - "ticker": "MGRC", - "classCode": "SPBXM", - "isin": "US5805891091", + "SAP@DE": { + "figi": "BBG000BG7GX2", + "ticker": "SAP@DE", + "classCode": "SPBDE", + "isin": "DE0007164600", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "McGrath RentCorp", - "exchange": "SPB", - "issueSize": "24236345", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "40000000", + "name": "SAP SE", + "exchange": "SPB_DE", + "issueSize": "1226822687", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74948,37 +72231,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63a9e68c-14e8-46d9-abd5-df3835b581d3", + "uid": "624f4fa9-fd68-4deb-a4d6-7423d4f1c6b1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "900f976b-8046-4f28-b43c-61cb00a97264", + "positionUid": "f67dbd41-cab6-49b9-abd9-468818c7b660", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-09-10T10:43:00Z", + "first1dayCandleDate": "2021-09-16T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ZG": { - "figi": "BBG000D13GN8", - "ticker": "ZG", + "SPCE": { + "figi": "BBG00HTN2CQ3", + "ticker": "SPCE", "classCode": "SPBXM", - "isin": "US98954M1018", + "isin": "US92766K1060", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Zillow Group Inc", - "exchange": "SPB", - "ipoDate": "2011-07-20T00:00:00Z", - "issueSize": "55837424", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 595500000 + }, + "dshort": { + "units": "1", + "nano": 521700000 + }, + "dlongMin": { + "units": "0", + "nano": 364000000 + }, + "dshortMin": { + "units": "0", + "nano": 588000000 + }, + "shortEnabledFlag": true, + "name": "Virgin Galactic Holdings Inc Class A", + "exchange": "SPB_WEEKEND", + "issueSize": "257260827", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1245000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "550000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -74989,12 +72295,12 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c8928cd3-7747-42d9-a17e-4ea70b02a1ad", + "uid": "d9407cd7-27ac-4e79-875a-5feedd487e23", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c41f33f3-9ea4-4e77-893d-b8e1f507ba22", + "positionUid": "a2916667-8de7-4192-93a5-2b20f3b65469", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:09:00Z", - "first1dayCandleDate": "2011-07-20T00:00:00Z", + "first1minCandleDate": "2020-09-22T11:48:00Z", + "first1dayCandleDate": "2020-09-22T07:00:00Z", "type": "Shares", "step": 0.01 }, @@ -75010,7 +72316,7 @@ "exchange": "SPB", "issueSize": "35078173", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", "issueSizePlan": "500000000", "nominal": { @@ -75018,7 +72324,7 @@ "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -75038,11 +72344,51 @@ "type": "Shares", "step": 0.01 }, - "UNP": { - "figi": "BBG000BW3299", - "ticker": "UNP", + "MSA": { + "figi": "BBG000BPDXF8", + "ticker": "MSA", "classCode": "SPBXM", - "isin": "US9078181081", + "isin": "US5534981064", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "MSA Safety", + "exchange": "SPB", + "issueSize": "38737891", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "706ebf28-dd94-4af5-9da0-fa94331f5bbd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c5c2da1d-137c-4bed-8ede-5b01f43a941d", + "forIisFlag": true, + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CTRA": { + "figi": "BBG000C3GN47", + "ticker": "CTRA", + "classCode": "SPBXM", + "isin": "US1270971039", "lot": 1, "currency": "usd", "klong": { @@ -75070,18 +72416,18 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Union Pacific Corporation", - "exchange": "SPB", - "ipoDate": "1969-06-20T00:00:00Z", - "issueSize": "652122933", + "name": "Coterra Energy", + "exchange": "SPB_MORNING", + "ipoDate": "1990-02-01T00:00:00Z", + "issueSize": "465149507", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "960000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 500000000 + "units": "0", + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -75094,76 +72440,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a009fdf5-473f-45cc-b61c-8a2e03c16942", + "uid": "754f6b85-9477-4ca9-839a-edd73fb77a29", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6dc1636d-91ac-4848-94e4-0deda53ef0ed", + "positionUid": "41f1c144-7fbe-4b67-b3d7-4395cbb3aa3e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:20:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-10-07T11:55:00Z", + "first1dayCandleDate": "2021-10-07T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KEYS": { - "figi": "BBG0059FN811", - "ticker": "KEYS", + "CWEN": { + "figi": "BBG008LJ4TF3", + "ticker": "CWEN", "classCode": "SPBXM", - "isin": "US49338L1035", + "isin": "US18539C2044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Keysight Technologies Inc", + "name": "Clearway Energy", "exchange": "SPB", - "issueSize": "187988723", + "issueSize": "81777798", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0b946974-c0b3-4bd3-9fcb-4be93e766f2e", + "uid": "b1ed0a7e-04a1-428e-948d-e1b6cd1c51c2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b94bc02c-e3c2-4a7f-9ab7-6dd45a40e8d3", + "positionUid": "0a21a2e3-4346-46cc-891e-d58df538e5eb", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2014-10-20T00:00:00Z", + "first1minCandleDate": "2021-12-28T14:00:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CACI": { - "figi": "BBG000KQY8Y7", - "ticker": "CACI", + "BPMC": { + "figi": "BBG001MC8YF7", + "ticker": "BPMC", "classCode": "SPBXM", - "isin": "US1271903049", + "isin": "US09627Y1091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CACI International", + "name": "Blueprint Medicines Corp", "exchange": "SPB", - "issueSize": "24697430", + "issueSize": "43704031", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -75174,114 +72520,99 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "661d9296-a997-4029-b8ea-464486408bee", + "uid": "e47a6f8d-0528-47b9-b0ff-6658f2f8d867", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e573c9b-2aea-4d3e-a028-5ab484700146", + "positionUid": "bd4e05e1-35a8-4afc-9570-12e6698e1a09", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:49:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2015-04-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AGNC": { - "figi": "BBG000TJ8XZ7", - "ticker": "AGNC", + "BLD": { + "figi": "BBG0077VS2C0", + "ticker": "BLD", "classCode": "SPBXM", - "isin": "US00123Q1040", + "isin": "US89055F1030", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AGNC Investment REIT", + "name": "TopBuild Corp", "exchange": "SPB", - "issueSize": "387620870", + "issueSize": "38042282", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "af1f7fa9-d829-4dac-90f4-c8d44a6d4cd0", + "uid": "0f43be8a-46a5-43ba-a92e-f9de559827c0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ff1b5842-979d-49c9-849e-5ebb52a4c5a6", + "positionUid": "b80d082b-a10a-4e6d-a3c6-f089b3f0c7cb", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:39:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:33:00Z", + "first1dayCandleDate": "2015-06-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "G": { - "figi": "BBG000RQBFV2", - "ticker": "G", + "PRU": { + "figi": "BBG000HCJMF9", + "ticker": "PRU", "classCode": "SPBXM", - "isin": "BMG3922B1072", + "isin": "US7443201022", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Genpact Limited", - "exchange": "SPB", - "issueSize": "187316179", - "countryOfRisk": "BM", - "countryOfRiskName": "", - "sector": "other", - "issueSizePlan": "500000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "apiTradeAvailableFlag": true, - "uid": "da10b23a-2f0c-4e13-8e18-8393d95e0b3a", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "64c85e96-c7a1-437e-b368-616d47e6c838", - "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:26:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MTRN": { - "figi": "BBG000BDTT76", - "ticker": "MTRN", - "classCode": "SPBXM", - "isin": "US5766901012", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Materion Corp", - "exchange": "SPB", - "issueSize": "20116096", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Prudential Financial", + "exchange": "SPB_MORNING", + "ipoDate": "2001-12-13T00:00:00Z", + "issueSize": "453000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -75294,223 +72625,294 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b7c8a46-43e5-4ef1-866f-6971e5fa024f", + "uid": "25908b26-b5a6-4679-abab-dce970b1e303", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6ba8bd6d-fb18-43c3-8e5c-1a565566519d", + "positionUid": "e6b78344-095c-436c-9e48-e6c46e4e2ad3", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T15:14:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2001-12-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VC": { - "figi": "BBG0016T3GQ0", - "ticker": "VC", + "HEI": { + "figi": "BBG000BL16Q7", + "ticker": "HEI", "classCode": "SPBXM", - "isin": "US92839U2069", + "isin": "US4228061093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Visteon Corp", + "name": "HEICO", "exchange": "SPB", - "issueSize": "40822620", + "issueSize": "26979679", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ea96865-94bf-42db-b4e4-b469745f284b", + "uid": "c4a9d0c3-025c-43a8-9881-26490ae5dd78", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "181eb234-c300-4b9b-9fb2-8f94210eee69", + "positionUid": "5f8067e9-695e-4475-ad2d-95d369e161bf", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "2010-09-27T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:32:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IPG": { - "figi": "BBG000C90DH9", - "ticker": "IPG", - "classCode": "SPBXM", - "isin": "US4606901001", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "IPG", - "exchange": "SPB", - "ipoDate": "1971-03-01T00:00:00Z", - "issueSize": "385519753", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "800000000", - "nominal": { - "currency": "usd", + "LSNGP": { + "figi": "BBG000NLCCM3", + "ticker": "LSNGP", + "classCode": "TQBR", + "isin": "RU0009092134", + "lot": 10, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 100000000 + "nano": 356100000 + }, + "dshort": { + "units": "0", + "nano": 354100000 + }, + "dlongMin": { + "units": "0", + "nano": 197500000 + }, + "dshortMin": { + "units": "0", + "nano": 163700000 + }, + "shortEnabledFlag": false, + "name": "\u041b\u0435\u043d\u044d\u043d\u0435\u0440\u0433\u043e - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2003-06-27T00:00:00Z", + "issueSize": "93264311", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "131328000", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "c6455070-4b61-4c35-bdcd-6502f71ad836", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0b1d7f6e-ccd0-4943-986f-5caa20dc6fce", + "uid": "698d1493-f1f7-4eff-a4d1-2e509c77bfb8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e23cf6d7-d009-416a-a4b4-f69f1321fecc", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:37:00Z", + "first1dayCandleDate": "2000-01-19T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.05 }, - "AMTI": { - "figi": "BBG00R240WL5", - "ticker": "AMTI", + "VRTS": { + "figi": "BBG000DMFQS2", + "ticker": "VRTS", "classCode": "SPBXM", - "isin": "US03824M1099", + "isin": "US92828Q1094", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "Applied Molecular Transport", + "name": "Virtus Investment Partners", "exchange": "SPB", - "issueSize": "34880411", + "issueSize": "7695445", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9469deae-de0e-4697-9a24-eebc37883ce5", + "uid": "076dd425-5cf4-4a17-9c18-2cbd5b5b6d51", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "99eda453-30f3-4417-8f02-f9842a919206", + "positionUid": "e88aba27-35ba-4147-8d78-e7f0437c10b1", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DLX": { - "figi": "BBG000BH6360", - "ticker": "DLX", + "LITE": { + "figi": "BBG0073F9RT7", + "ticker": "LITE", "classCode": "SPBXM", - "isin": "US2480191012", + "isin": "US55024U1097", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 620500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 273000000 + }, "shortEnabledFlag": false, - "name": "Deluxe Corp", + "name": "Lumentum Holdings Inc", "exchange": "SPB", - "ipoDate": "1980-04-25T00:00:00Z", - "issueSize": "43677292", + "issueSize": "61006405", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "990000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e84fb2f1-f466-466e-82d3-ab960e1c5a09", + "uid": "b8b5a367-fcbe-44ba-9141-db71f3db5e1c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "91234351-01c9-4cfe-8c84-99d2657a2a8b", + "positionUid": "d4eba13f-04d4-4913-b752-8d35e98c13a3", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:28:00Z", + "first1dayCandleDate": "2015-07-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "STRA": { - "figi": "BBG000GRZDV1", - "ticker": "STRA", + "EYE": { + "figi": "BBG00HVQF9K2", + "ticker": "EYE", "classCode": "SPBXM", - "isin": "US86272C1036", + "isin": "US63845R1077", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Strategic Education Inc", + "name": "National Vision Holdings Inc", "exchange": "SPB", - "ipoDate": "1996-07-25T00:00:00Z", - "issueSize": "21931496", + "ipoDate": "2017-10-26T00:00:00Z", + "issueSize": "78217812", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "32000000", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3911e312-4359-4a9d-98f5-422990cc44d0", + "uid": "18bc892e-e996-4c13-9931-a199ad786a82", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8cac07f4-15db-4883-9249-83f9d9381ce2", + "positionUid": "9ddb0634-efa8-4aba-837b-3bd5ca8a7dbd", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1996-07-25T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2017-10-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PLAY": { - "figi": "BBG001WWJTK5", - "ticker": "PLAY", + "NSC": { + "figi": "BBG000BQ5DS5", + "ticker": "NSC", "classCode": "SPBXM", - "isin": "US2383371091", + "isin": "US6558441084", "lot": 1, "currency": "usd", "klong": { @@ -75537,19 +72939,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Dave & Buster's Entertainment Inc", - "exchange": "SPB", - "ipoDate": "2014-10-10T00:00:00Z", - "issueSize": "41825651", + "shortEnabledFlag": false, + "name": "Norfolk Southern", + "exchange": "SPB_MORNING", + "ipoDate": "1982-06-02T00:00:00Z", + "issueSize": "298198651", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -75562,87 +72964,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "29e0cefd-c2c9-4474-8cbc-19458659ec87", + "uid": "d12918c9-0329-4397-92db-c0356593b6a8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6022186b-79ae-4320-9c9e-e8ef0cb3c97e", + "positionUid": "1294ff5f-6848-4c74-8365-68a9350ef4b9", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2014-10-10T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PLCE": { - "figi": "BBG000JK9DK4", - "ticker": "PLCE", + "PSTG": { + "figi": "BBG00212PVZ5", + "ticker": "PSTG", "classCode": "SPBXM", - "isin": "US1689051076", + "isin": "US74624M1027", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Children's Place Inc The", - "exchange": "SPB", - "ipoDate": "1997-09-18T00:00:00Z", - "issueSize": "17395543", + "name": "Pure Storage Inc", + "exchange": "SPB_MORNING", + "issueSize": "216507814", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4357da57-f566-4036-bae8-e656d1a767f0", + "uid": "d1ea080d-2cb1-42d2-9564-41eee4078088", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "66023c1d-899e-4e8c-b951-c34c44e96a10", + "positionUid": "938085de-130c-4baf-9f8a-828ff30bf38a", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1997-09-19T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:51:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MVID": { - "figi": "BBG004S68CP5", - "ticker": "MVID", - "classCode": "TQBR", - "isin": "RU000A0JPGA0", + "KR": { + "figi": "BBG000BMY992", + "ticker": "KR", + "classCode": "SPBXM", + "isin": "US5010441013", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -75653,35 +73030,35 @@ }, "dlong": { "units": "0", - "nano": 299600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 382600000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 163100000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 175800000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "М.видео", - "exchange": "MOEX", - "ipoDate": "2007-08-23T00:00:00Z", - "issueSize": "179768227", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "Kroger", + "exchange": "SPB_MORNING", + "ipoDate": "1928-01-26T00:00:00Z", + "issueSize": "743638489", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "149768227", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "10", + "currency": "usd", + "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -75689,80 +73066,104 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf1c6158-a303-43ac-89eb-9b1db8f96043", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "17cf2c5b-2176-4851-85e2-a638225bef88", + "uid": "35d0b7bb-8086-42f1-824c-f40db20f6d4f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2001fb64-818b-4c33-a9bb-ed655704ba7b", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2007-11-06T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.01 }, - "VAC": { - "figi": "BBG001J2R5H3", - "ticker": "VAC", + "DOCN": { + "figi": "BBG00ZGF6SS3", + "ticker": "DOCN", "classCode": "SPBXM", - "isin": "US57164Y1073", + "isin": "US25402D1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Marriott Vacations Worldwide Corporation", + "name": "DigitalOcean Holdings", "exchange": "SPB", - "issueSize": "26565085", + "issueSize": "106563465", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 25000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13262f1b-21ae-42fa-94eb-0d5a7f3fb00e", + "uid": "7ddba077-6194-4319-b740-6bd8453245f5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6f3ba419-c4b1-491f-b132-198115c9ca58", + "positionUid": "bd8c657c-db80-4236-9661-d85633123123", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:14:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:31:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TPIC": { - "figi": "BBG0016MQ7C5", - "ticker": "TPIC", + "URI": { + "figi": "BBG000BXMFC3", + "ticker": "URI", "classCode": "SPBXM", - "isin": "US87266J1043", + "isin": "US9113631090", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "TPI Composites Inc", + "name": "United Rentals", "exchange": "SPB", - "ipoDate": "2016-07-22T00:00:00Z", - "issueSize": "34010015", + "ipoDate": "1997-12-17T00:00:00Z", + "issueSize": "81102622", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "100000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -75773,20 +73174,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f76d8a1-40a1-48bc-b9d5-5993bf717283", + "uid": "0d09103e-4676-4805-9028-6fecda547bc9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8535ec86-b617-4db3-b9bc-7f9d8e02f05e", + "positionUid": "ce72a60d-6d57-4a35-b991-04ec08d0d079", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2016-07-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1997-12-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MKC": { - "figi": "BBG000G6Y5W4", - "ticker": "MKC", + "EMR": { + "figi": "BBG000BHX7N2", + "ticker": "EMR", "classCode": "SPBXM", - "isin": "US5797802064", + "isin": "US2910111044", "lot": 1, "currency": "usd", "klong": { @@ -75813,18 +73214,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "McCormick & Co", - "exchange": "SPB", - "issueSize": "249352103", + "shortEnabledFlag": true, + "name": "Emerson Electric", + "exchange": "SPB_MORNING", + "issueSize": "597800000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -75837,20 +73238,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9444a7b2-a9c1-4cf7-80cb-3827fb8a7a62", + "uid": "5b816873-521d-4eab-9c09-dbe7f8846a00", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b0c0146c-3c1b-46c0-b9e4-b46970c63e85", + "positionUid": "b3035fff-a198-411e-9685-643288e78d26", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SKLZ": { - "figi": "BBG00RQ732B6", - "ticker": "SKLZ", + "KIM": { + "figi": "BBG000CN3S73", + "ticker": "KIM", "classCode": "SPBXM", - "isin": "US83067L1098", + "isin": "US49446R1095", "lot": 1, "currency": "usd", "klong": { @@ -75863,74 +73264,75 @@ }, "dlong": { "units": "0", - "nano": 793900000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 477500000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 546000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 574000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Skillz Inc", - "exchange": "SPB", - "issueSize": "291706860", + "name": "Kimco Realty REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1991-11-01T00:00:00Z", + "issueSize": "413430756", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bcd10a2f-2935-4214-9bd7-aa71fb3200d8", + "uid": "63adf337-f799-4989-8f5b-85c2501564d0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bce1a812-57c5-4259-b946-9de35a6f97a1", + "positionUid": "1d8e2ad3-8f52-414d-9914-66d045851d41", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:34:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T07:12:00Z", + "first1dayCandleDate": "1991-11-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HLNE": { - "figi": "BBG00FX58Q66", - "ticker": "HLNE", + "MNRO": { + "figi": "BBG000C0BZD1", + "ticker": "MNRO", "classCode": "SPBXM", - "isin": "US4074971064", + "isin": "US6102361010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hamilton Lane Incorporated", + "name": "Monro", "exchange": "SPB", - "issueSize": "29842497", + "issueSize": "33283751", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "65000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -75941,78 +73343,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bc9ae435-7739-4a4c-a15d-f4f999eacd44", + "uid": "1741257e-e0a0-466f-b830-9d06854698d1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "09cb6143-3206-4743-a8ca-4bcc587337fc", + "positionUid": "a56543c8-1ae7-4923-af06-30e69f7c36fd", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MUR": { - "figi": "BBG000BPMH90", - "ticker": "MUR", + "RIG": { + "figi": "BBG000BH5LT6", + "ticker": "RIG", "classCode": "SPBXM", - "isin": "US6267171022", + "isin": "CH0048265513", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "Murphy Oil", + "name": "Transocean", "exchange": "SPB", - "ipoDate": "1956-05-01T00:00:00Z", - "issueSize": "172200075", + "ipoDate": "1993-05-27T00:00:00Z", + "issueSize": "365490751", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "energy", - "issueSizePlan": "450000000", + "issueSizePlan": "0", "nominal": { - "currency": "usd", - "units": "1", - "nano": 0 + "currency": "chf", + "units": "0", + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fbf7839d-9d07-41bb-875f-64a928bd2bf0", + "uid": "9ceec7e3-bd2e-49ee-8561-a6a80537981f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d63e830e-00d8-410d-9d7f-1f3f85857623", + "positionUid": "ed5ca332-f1b2-4d47-b952-1d66be1a5b5b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:07:00Z", + "first1dayCandleDate": "1993-05-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SRI": { - "figi": "BBG000BB9Q78", - "ticker": "SRI", + "AMED": { + "figi": "BBG000B9ZV28", + "ticker": "AMED", "classCode": "SPBXM", - "isin": "US86183P1021", + "isin": "US0234361089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stoneridge Inc", + "name": "Amedisys Inc", "exchange": "SPB", - "ipoDate": "2010-02-11T00:00:00Z", - "issueSize": "27403031", + "issueSize": "32010292", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -76023,165 +73448,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9f164a5-888f-4bac-913b-dce7284b5d63", + "uid": "e09b9823-5cbd-4c0e-8ae6-07ca94780140", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d846fc00-c8e4-4289-81f8-ceff2e8690e4", + "positionUid": "d27d7057-f969-40ff-b224-6b2916856d0f", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:27:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1994-08-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ETN": { - "figi": "BBG000BJ3PD2", - "ticker": "ETN", + "IAA": { + "figi": "BBG00K7ZQ662", + "ticker": "IAA", "classCode": "SPBXM", - "isin": "IE00B8KQN827", + "isin": "US4492531037", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Eaton Corporation", + "name": "IAA, Inc.", "exchange": "SPB", - "ipoDate": "1923-07-24T00:00:00Z", - "issueSize": "458900000", + "issueSize": "134465274", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c599635-91ba-441b-84db-9d90a9355fef", + "uid": "154449a9-7da0-4e06-9e8f-51eb70235110", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "79e57ef0-6720-4289-99ff-0cc3a0ae1a06", + "positionUid": "db2c96b6-8b1b-453b-96a9-3a5238e25589", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:37:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LIN": { - "figi": "BBG00GVR8YQ9", - "ticker": "LIN", + "NKTR": { + "figi": "BBG000BHCYJ1", + "ticker": "NKTR", "classCode": "SPBXM", - "isin": "IE00BZ12WP82", + "isin": "US6402681083", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Linde", + "name": "Nektar Therapeutics", "exchange": "SPB", - "issueSize": "558147436", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "materials", - "issueSizePlan": "1750000000", + "issueSize": "171402476", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21d5cec3-44f7-4ae9-aec4-05e53db8ed0d", + "uid": "457b8a6d-5041-42d4-80b7-c949910709fe", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6a1de299-a598-4739-b315-f4006a7d7d22", + "positionUid": "03ae29d2-5705-46a9-829f-6ab5ef6fdc9b", "forIisFlag": true, - "first1minCandleDate": "2018-11-13T11:09:00Z", - "first1dayCandleDate": "2018-11-13T07:00:00Z", + "first1minCandleDate": "2019-08-05T08:36:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BR": { - "figi": "BBG000PPFKQ7", - "ticker": "BR", + "CEG": { + "figi": "BBG014KFRNP7", + "ticker": "CEG", "classCode": "SPBXM", - "isin": "US11133T1034", + "isin": "US21037T1097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Broadridge Financial Solutions", + "name": "Constellation Energy", "exchange": "SPB", - "issueSize": "116654180", + "issueSize": "100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "650000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -76192,61 +73568,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4b01855a-2788-49b2-9564-9e9f4f2c7cb4", + "uid": "5e4e93be-ec3b-4dc1-9004-691f2bbf22b9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a789b35b-f2ba-431e-ad99-ff9aff8b5b14", + "positionUid": "0312dba8-3349-4da2-9d89-542e4772ae81", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2007-03-22T00:00:00Z", + "first1minCandleDate": "2022-02-02T12:36:00Z", + "first1dayCandleDate": "2022-02-02T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EPAM": { - "figi": "BBG000MHTV89", - "ticker": "EPAM", + "TENB": { + "figi": "BBG00LBLCD02", + "ticker": "TENB", "classCode": "SPBXM", - "isin": "US29414B1044", + "isin": "US88025T1025", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 822500000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 350000000 - }, - "shortEnabledFlag": true, - "name": "EPAM Systems", + "shortEnabledFlag": false, + "name": "Tenable Holdings Inc", "exchange": "SPB", - "ipoDate": "2012-02-08T00:00:00Z", - "issueSize": "46502771", + "issueSize": "91079454", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -76257,37 +73608,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c32c2e04-62ae-437b-a259-a611760f1388", + "uid": "c7afbd54-0ea8-4eae-baa6-6e1474feba4f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8cbfb476-59d1-4acb-b0f1-c9a856fb1b08", + "positionUid": "9df1c21b-48be-4255-a0d8-56bdb31c3878", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:34:00Z", - "first1dayCandleDate": "2012-02-08T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:09:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IT": { - "figi": "BBG000BB65D0", - "ticker": "IT", + "RGNX": { + "figi": "BBG007Z9V591", + "ticker": "RGNX", "classCode": "SPBXM", - "isin": "US3666511072", + "isin": "US75901B1070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Gartner", + "name": "REGENXBIO Inc", "exchange": "SPB", - "ipoDate": "1993-10-05T00:00:00Z", - "issueSize": "90432223", + "ipoDate": "2016-09-16T00:00:00Z", + "issueSize": "35840359", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -76298,20 +73649,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e53f0b8b-9164-4a45-9296-98800b554513", + "uid": "48c4559e-c711-48c1-8b75-709754edad7f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b51e25a7-d341-476d-a081-046c2c1710f0", + "positionUid": "a13cbeeb-2e0d-4e6a-acb8-820b8d1685ae", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:33:00Z", - "first1dayCandleDate": "1993-10-05T00:00:00Z", + "first1minCandleDate": "2019-10-31T12:16:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MHK": { - "figi": "BBG000FLZN98", - "ticker": "MHK", + "FITB": { + "figi": "BBG000BJL3N0", + "ticker": "FITB", "classCode": "SPBXM", - "isin": "US6081901042", + "isin": "US3167731005", "lot": 1, "currency": "usd", "klong": { @@ -76339,108 +73690,83 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Mohawk Industries", - "exchange": "SPB", - "ipoDate": "1992-04-01T00:00:00Z", - "issueSize": "74320034", + "name": "Fifth Third Bancorp", + "exchange": "SPB_MORNING", + "issueSize": "655615619", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f29603be-4a35-4024-b4f3-8786a945a045", + "uid": "ee5b6129-78aa-4941-bf19-ed46821551e0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "74004d30-8c4b-4679-84f5-24d5b3b17a77", + "positionUid": "fda5d9f3-e11d-439a-b4de-1cbcb198d4b8", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1992-04-01T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PHM": { - "figi": "BBG000BR54L0", - "ticker": "PHM", + "LPRO": { + "figi": "BBG00VDHLSQ6", + "ticker": "LPRO", "classCode": "SPBXM", - "isin": "US7458671010", + "isin": "US68373J1043", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "PulteGroup", + "name": "Open Lending Corp", "exchange": "SPB", - "issueSize": "285524839", + "issueSize": "126190351", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "550000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "979dc133-753b-43ec-b9d4-ff8f2be12d52", + "uid": "81e17baa-c3fa-41c7-8435-9b0bdeb27747", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8c8ef7f6-78bc-4751-82f2-27c03e83c8da", + "positionUid": "ddb3931f-f6c9-4e1d-8374-f78fa1b08dd9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-10-26T12:54:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ADM": { - "figi": "BBG000BB6WG8", - "ticker": "ADM", + "BIDU": { + "figi": "BBG000QXWHD1", + "ticker": "BIDU", "classCode": "SPBXM", - "isin": "US0394831020", + "isin": "US0567521085", "lot": 1, "currency": "usd", "klong": { @@ -76468,83 +73794,83 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Archer-Daniels-Midland Company", - "exchange": "SPB", - "issueSize": "559737398", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "name": "Baidu", + "exchange": "SPB_MORNING", + "issueSize": "278071135", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", + "units": "8", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "35590892-6c57-47ae-9de5-96c7b86ca5d3", + "uid": "b09c2b51-9402-4ad0-8b18-1db0eb8a86bb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "905713b7-f2d7-40fb-b554-7d66ab6d9b92", + "positionUid": "53fdfd2a-8b7d-4154-9717-e6405a54b9a3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:28:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:57:00Z", + "first1dayCandleDate": "2005-08-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LCID": { - "figi": "BBG00W7F99V5", - "ticker": "LCID", + "CLVT": { + "figi": "BBG00P1919G5", + "ticker": "CLVT", "classCode": "SPBXM", - "isin": "US5494981039", + "isin": "JE00BJJN4441", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lucid Group", + "name": "Clarivate", "exchange": "SPB", - "issueSize": "1618621534", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "electrocars", - "issueSizePlan": "400000000", + "issueSize": "607980173", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "gbp", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2df3fcef-2fbc-4eaf-83db-d71f9e1eac54", + "uid": "4a5c1154-3651-44b9-bd90-33af502c6ebc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "427cf253-b7a3-41ec-ba6f-1824156fb527", + "positionUid": "f558395c-b82c-4ba1-bb7b-14ab2e9ae459", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T12:30:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2022-01-28T14:20:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JWN": { - "figi": "BBG000G8N9C6", - "ticker": "JWN", + "EOG": { + "figi": "BBG000BZ9223", + "ticker": "EOG", "classCode": "SPBXM", - "isin": "US6556641008", + "isin": "US26875P1012", "lot": 1, "currency": "usd", "klong": { @@ -76561,7 +73887,7 @@ }, "dshort": { "units": "0", - "nano": 532600000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -76569,21 +73895,21 @@ }, "dshortMin": { "units": "0", - "nano": 238000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Nordstrom", - "exchange": "SPB", - "ipoDate": "1971-07-29T00:00:00Z", - "issueSize": "167790511", + "name": "EOG Resources", + "exchange": "SPB_MORNING", + "ipoDate": "1989-10-01T00:00:00Z", + "issueSize": "546505826", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -76596,125 +73922,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f10e400-c083-4363-a87c-8c1f1d718b4c", + "uid": "e89ae1f4-527e-488c-bdba-816505b411dd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "41b0363f-a6f1-4f10-ac2c-f115fa21bff1", + "positionUid": "2b7f69d4-ce82-4cbb-b3a7-b8d0c231cbcc", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1dayCandleDate": "1989-10-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CRM": { - "figi": "BBG000BN2DC2", - "ticker": "CRM", + "CSX": { + "figi": "BBG000BGJRC8", + "ticker": "CSX", "classCode": "SPBXM", - "isin": "US79466L3024", + "isin": "US1264081035", "lot": 1, "currency": "usd", - "klong": { - "units": "2", + "shortEnabledFlag": false, + "name": "CSX Corp", + "exchange": "SPB_MORNING", + "issueSize": "893723083", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "1", "nano": 0 }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Salesforce", - "exchange": "SPB", - "ipoDate": "2004-06-23T00:00:00Z", - "issueSize": "979000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1600000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5eb9aa7d-4613-4cc2-9ead-828daf639f82", + "uid": "d54e4c52-00ba-4a0d-8e85-d8c23e036db7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a306702e-537a-491f-9902-1f92241ac8c7", + "positionUid": "5548cb66-6e67-4287-a3ca-e334a129e21c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2004-06-23T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:42:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TGT": { - "figi": "BBG000H8TVT2", - "ticker": "TGT", + "CUBE": { + "figi": "BBG000HF28Q9", + "ticker": "CUBE", "classCode": "SPBXM", - "isin": "US87612E1064", + "isin": "US2296631094", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Target", + "shortEnabledFlag": false, + "name": "CubeSmart REIT", "exchange": "SPB", - "issueSize": "488039053", + "issueSize": "201770107", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "6000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 83300000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -76725,20 +74002,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "96cf2471-8ea7-42a6-9164-9b181c2ccaa7", + "uid": "b4db40ea-c397-4f8a-b3f6-fcb5892b30e8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "de93c313-a3d7-46ab-9c29-ffc27ae8cf21", + "positionUid": "d0049862-d60f-4ecc-a653-f328c99d04c3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:58:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-10-26T13:02:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ULTA": { - "figi": "BBG00FWQ4VD6", - "ticker": "ULTA", + "SYK": { + "figi": "BBG000DN7P92", + "ticker": "SYK", "classCode": "SPBXM", - "isin": "US90384S3031", + "isin": "US8636671013", "lot": 1, "currency": "usd", "klong": { @@ -76766,59 +74043,60 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Ulta Beauty", + "name": "Stryker", "exchange": "SPB", - "issueSize": "62454627", + "ipoDate": "1979-05-01T00:00:00Z", + "issueSize": "373710934", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d93ec938-3641-425b-84b1-89fbce198b50", + "uid": "39220089-7aa3-485f-b649-67e236c893b7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "903fe16b-4c80-46b0-a3ac-f84b9e2c5d49", + "positionUid": "707dcffe-3861-4d22-88ae-7589dfaa65de", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:00:00Z", - "first1dayCandleDate": "2007-10-25T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LAZR": { - "figi": "BBG00MS90LK2", - "ticker": "LAZR", + "GPRO": { + "figi": "BBG001LWHLJ8", + "ticker": "GPRO", "classCode": "SPBXM", - "isin": "US5504241051", + "isin": "US38268T1034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Luminar Technologies", + "name": "GoPro", "exchange": "SPB", - "issueSize": "218818037", + "issueSize": "100761057", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "715000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -76829,20 +74107,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7f583f0-84e5-4324-b5be-f9bac33faa3a", + "uid": "c65f1fe7-5813-4570-a4a4-294cb101809a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cf517cdb-f336-4d87-83d2-1647515ffaf2", + "positionUid": "1c0ea1a0-65a0-4593-acf8-dbb69a6c9fe4", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:32:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2021-12-28T12:31:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OSUR": { - "figi": "BBG000J3D1Y8", - "ticker": "OSUR", + "XRX": { + "figi": "BBG00NNG2ZJ8", + "ticker": "XRX", "classCode": "SPBXM", - "isin": "US68554V1089", + "isin": "US98421M1062", "lot": 1, "currency": "usd", "klong": { @@ -76859,7 +74137,7 @@ }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -76867,129 +74145,89 @@ }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "OraSure Technologies Inc", - "exchange": "SPB", - "issueSize": "60648324", + "shortEnabledFlag": true, + "name": "Xerox", + "exchange": "SPB_MORNING", + "issueSize": "220787000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "437500000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "51443b77-6d92-4a15-aa9c-c94082e99e99", + "uid": "6b9a0b95-e46e-4831-b65b-143b27799bbb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8d7fcea3-253b-4233-939d-08bf4e691757", + "positionUid": "1fbbfbf7-cb4d-4d95-a8d9-3ac7765e7a78", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PNTG": { - "figi": "BBG00P33SY72", - "ticker": "PNTG", + "SRI": { + "figi": "BBG000BB9Q78", + "ticker": "SRI", "classCode": "SPBXM", - "isin": "US70805E1091", + "isin": "US86183P1021", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Pennant Group Inc", + "name": "Stoneridge Inc", "exchange": "SPB", - "ipoDate": "2014-01-31T00:00:00Z", - "issueSize": "5000000", + "ipoDate": "2010-02-11T00:00:00Z", + "issueSize": "27403031", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "e9c5b781-d616-4fec-979d-884bb81bb3f9", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6a397b2b-811d-466e-be74-7beef8f7939c", - "forIisFlag": true, - "first1minCandleDate": "2019-10-07T13:30:00Z", - "first1dayCandleDate": "2019-10-07T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "AFX@DE": { - "figi": "BBG000C7X325", - "ticker": "AFX@DE", - "classCode": "SPBDE", - "isin": "DE0005313704", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Carl Zeiss Meditec AG", - "exchange": "SPB_DE", - "issueSize": "89440570", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45c67a3a-1cb6-47e2-9aa5-5d0aa78b285d", + "uid": "e9f164a5-888f-4bac-913b-dce7284b5d63", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "94676acd-3c13-4e24-8ad1-c8795561b471", + "positionUid": "d846fc00-c8e4-4289-81f8-ceff2e8690e4", "forIisFlag": true, - "first1minCandleDate": "2020-09-01T07:03:00Z", - "first1dayCandleDate": "2020-09-01T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:27:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FNKO": { - "figi": "BBG00HXSHDQ9", - "ticker": "FNKO", - "classCode": "SPBXM", - "isin": "US3610081057", + "GMKN": { + "figi": "BBG004731489", + "ticker": "GMKN", + "classCode": "TQBR", + "isin": "RU0007288411", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -77000,72 +74238,32 @@ }, "dlong": { "units": "0", - "nano": 540300000 + "nano": 210200000 }, "dshort": { "units": "0", - "nano": 747700000 + "nano": 310200000 }, "dlongMin": { "units": "0", - "nano": 322000000 + "nano": 111300000 }, "dshortMin": { "units": "0", - "nano": 322000000 - }, - "shortEnabledFlag": false, - "name": "Funko Inc", - "exchange": "SPB", - "ipoDate": "2017-10-27T00:00:00Z", - "issueSize": "23544571", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "nano": 144600000 }, - "apiTradeAvailableFlag": true, - "uid": "cdd8e2d5-0afd-451a-9599-abf89bd7f9b2", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e052ff73-1997-4e68-b7b2-48b004efa978", - "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:01:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MGA": { - "figi": "BBG000BNLPJ7", - "ticker": "MGA", - "classCode": "SPBXM", - "isin": "CA5592224011", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Magna International Inc.", - "exchange": "SPB", - "issueSize": "398592739", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "consumer", - "issueSizePlan": "0", + "shortEnabledFlag": true, + "name": "\u041d\u043e\u0440\u0438\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u0438\u043a\u0435\u043b\u044c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2006-12-12T00:00:00Z", + "issueSize": "153654624", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "190627747", "nominal": { - "currency": "cad", - "units": "0", + "currency": "rub", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -77075,65 +74273,64 @@ "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "efed6bc7-c1aa-4ec5-a93a-54ec2e91f774", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e8e0365a-64fc-4612-a419-c335b781688c", + "uid": "509edd0c-129c-4ee2-934d-7f6246126da1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", "forIisFlag": true, - "first1minCandleDate": "2021-09-17T11:58:00Z", - "first1dayCandleDate": "2021-09-17T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2006-12-26T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 2.0 }, - "FND": { - "figi": "BBG007GJ2F81", - "ticker": "FND", + "LANC": { + "figi": "BBG000BN1M88", + "ticker": "LANC", "classCode": "SPBXM", - "isin": "US3397501012", + "isin": "US5138471033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Floor & Decor Holdings Inc", + "name": "Lancaster Colony", "exchange": "SPB", - "ipoDate": "2017-04-27T00:00:00Z", - "issueSize": "98244175", + "issueSize": "27442556", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "450000000", + "issueSizePlan": "75000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "689bb25e-3e76-4a59-b9bb-65b826a9fc83", + "uid": "13c61c47-c68b-4598-a805-66389b6658c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "abcb906f-1105-4892-9b59-bf9f3d6a52b5", + "positionUid": "4d985e78-6486-41ee-af73-842031da6077", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:32:00Z", - "first1dayCandleDate": "2017-04-27T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IP": { - "figi": "BBG000BM5SR2", - "ticker": "IP", + "RIDE": { + "figi": "BBG00N6NL712", + "ticker": "RIDE", "classCode": "SPBXM", - "isin": "US4601461035", + "isin": "US54405Q1004", "lot": 1, "currency": "usd", "klong": { @@ -77146,59 +74343,58 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 710600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 137400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 462000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 462000000 }, "shortEnabledFlag": false, - "name": "International Paper", + "name": "Lordstown Motors Corp", "exchange": "SPB", - "ipoDate": "1941-10-06T00:00:00Z", - "issueSize": "412915093", + "issueSize": "164948923", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c7d3822-7da8-4545-a0bf-2210d51da8bc", + "uid": "d5b96bf5-67e2-4088-b0ef-5b5c3b1bfc5d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7b59cdf1-e742-4b2d-b43e-9363f8e2049f", + "positionUid": "d5467325-5324-4f6e-9a10-465afdd97698", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-06-01T11:51:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HTHT": { - "figi": "BBG000QFPM65", - "ticker": "HTHT", + "PPC": { + "figi": "BBG000BFLXV3", + "ticker": "PPC", "classCode": "SPBXM", - "isin": "US44332N1063", + "isin": "US72147K1088", "lot": 1, "currency": "usd", "klong": { @@ -77215,7 +74411,7 @@ }, "dshort": { "units": "0", - "nano": 532600000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -77223,47 +74419,47 @@ }, "dshortMin": { "units": "0", - "nano": 238000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "H World Group", + "shortEnabledFlag": true, + "name": "Pilgrim's Pride Corp", "exchange": "SPB", - "ipoDate": "2010-03-26T00:00:00Z", - "issueSize": "326748058", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "ipoDate": "2014-07-17T00:00:00Z", + "issueSize": "248752508", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "150000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae75a6f5-af2c-4e6a-ae6f-cbde32b32995", + "uid": "3ce5ff17-2f20-4732-88a9-d91ee31ddf98", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dd04ed04-df24-424a-aa11-e2db84904037", + "positionUid": "2f46b14f-1b6d-4fe6-8cbd-872ae7def31d", "forIisFlag": true, - "first1minCandleDate": "2018-05-29T13:30:00Z", - "first1dayCandleDate": "2018-05-29T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "VLO": { - "figi": "BBG000BBGGQ1", - "ticker": "VLO", + "EBAY": { + "figi": "BBG000C43RR5", + "ticker": "EBAY", "classCode": "SPBXM", - "isin": "US91913Y1001", + "isin": "US2786421030", "lot": 1, "currency": "usd", "klong": { @@ -77291,18 +74487,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Valero Energy Corporation", - "exchange": "SPB", - "ipoDate": "1980-01-02T00:00:00Z", - "issueSize": "521245037", + "name": "eBay", + "exchange": "SPB_MORNING", + "ipoDate": "1998-09-23T00:00:00Z", + "issueSize": "650055805", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "3580000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -77315,20 +74511,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a346442c-7235-43ee-bbe0-ca2555a955c4", + "uid": "08a24404-a007-4a5f-b8bc-a947f4993a8f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4a6f726a-370b-48c4-adea-ef7e206b845d", + "positionUid": "f9083350-b9e5-400f-879e-e44a6b439547", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:07:00Z", - "first1dayCandleDate": "1997-08-01T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:42:00Z", + "first1dayCandleDate": "1998-09-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BMY": { - "figi": "BBG000DQLV23", - "ticker": "BMY", + "DAL": { + "figi": "BBG000R7Z112", + "ticker": "DAL", "classCode": "SPBXM", - "isin": "US1101221083", + "isin": "US2473617023", "lot": 1, "currency": "usd", "klong": { @@ -77356,18 +74552,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Bristol-Myers Squibb", - "exchange": "SPB", - "ipoDate": "1969-06-01T00:00:00Z", - "issueSize": "2222113553", + "name": "Delta Air Lines", + "exchange": "SPB_MORNING", + "ipoDate": "2007-04-25T00:00:00Z", + "issueSize": "640013818", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -77380,114 +74576,139 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "02416f52-5a61-4701-88f6-03f978da7ae4", + "uid": "3d7aa563-ea5a-43e4-9ebc-968701aad7ca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "482e3c5c-8aa8-4db2-8fff-3d57f027cf79", + "positionUid": "2ce6103e-54b1-4178-a4ba-b36fdcf300cd", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:20:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2007-04-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CVNA": { - "figi": "BBG00GCTWDJ3", - "ticker": "CVNA", + "AMSF": { + "figi": "BBG000Q0JJQ0", + "ticker": "AMSF", "classCode": "SPBXM", - "isin": "US1468691027", + "isin": "US03071H1005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Carvana Co", + "name": "AMERISAFE, Inc.", "exchange": "SPB", - "issueSize": "64063049", + "issueSize": "19302784", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5f0b31a0-de0f-4acb-aa8f-5e807f8ad1b6", + "uid": "5fd6b94d-60c4-467b-b92c-1a469b8d8d1c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dfbd60d7-cab5-4fc8-8ef9-84de74e40739", + "positionUid": "8a3a7855-328a-413a-a8c6-0e14721ccb1d", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T12:15:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KAI": { - "figi": "BBG000BKRSZ3", - "ticker": "KAI", + "DUOL": { + "figi": "BBG003D4V951", + "ticker": "DUOL", "classCode": "SPBXM", - "isin": "US48282T1043", + "isin": "US26603R1068", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kadant Inc.", + "name": "Duolingo", "exchange": "SPB", - "issueSize": "11000647", + "issueSize": "15796838", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab32aba3-35aa-4e74-860a-fe28770bcba6", + "uid": "de24db88-d6da-4df4-b5ff-04767bc008c4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dcae8362-6205-4e0c-b293-b5bf187b2346", + "positionUid": "0f5677aa-23f3-4287-92a4-4632c13df644", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:43:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-12-28T09:05:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LFUS": { - "figi": "BBG000BGFGT8", - "ticker": "LFUS", + "MU": { + "figi": "BBG000C5Z1S3", + "ticker": "MU", "classCode": "SPBXM", - "isin": "US5370081045", + "isin": "US5951121038", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Littelfuse", - "exchange": "SPB", - "issueSize": "24425955", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Micron Technology", + "exchange": "SPB_MORNING", + "ipoDate": "1984-06-01T00:00:00Z", + "issueSize": "1118623738", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "34000000", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -77500,22 +74721,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45ef05f4-90cf-4b5d-985d-b4045cdcc7be", + "uid": "084be5cb-d603-4ef7-929b-655ee270dd26", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "23e5fc8e-a374-490d-a89b-1b94512861b6", + "positionUid": "83814c0a-abd3-4b49-907f-2cf8f75c8b3a", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T10:52:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ROLO": { - "figi": "BBG004Z2RGW8", - "ticker": "ROLO", - "classCode": "TQBR", - "isin": "RU000A0JU1B0", - "lot": 100, - "currency": "rub", + "SHEL": { + "figi": "BBG0147BN6G2", + "ticker": "SHEL", + "classCode": "SPBXM", + "isin": "US7802593050", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -77526,59 +74747,98 @@ }, "dlong": { "units": "0", - "nano": 313100000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 411400000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 171200000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 188000000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Русолово", - "exchange": "MOEX", - "ipoDate": "2012-08-13T00:00:00Z", - "issueSize": "3000100000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "100000", + "name": "Shell \u0410\u0414\u0420", + "exchange": "SPB_MORNING", + "issueSize": "0", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "energy", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1", + "currency": "usd", + "units": "2", "nano": 0 }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "49960b88-6eae-4abe-830d-a32713e771f0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a6897ded-6f0d-4b08-85ea-0b0525b36411", + "forIisFlag": true, + "first1minCandleDate": "2022-02-01T12:30:00Z", + "first1dayCandleDate": "2022-02-01T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CMP": { + "figi": "BBG000C42WS4", + "ticker": "CMP", + "classCode": "SPBXM", + "isin": "US20451N1019", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Compass Minerals International", + "exchange": "SPB", + "issueSize": "33850352", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb05ebd4-a216-434b-bddd-69531f120ec9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "85b1f2a9-a939-4c2a-a528-9b45237060f1", + "uid": "b1ec231c-70b0-4f5b-a3d8-e5a625ff0b68", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4ee9e0ea-6319-4dcc-bc30-028d07d0ff30", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T23:32:00Z", - "first1dayCandleDate": "2013-08-13T00:00:00Z", + "first1minCandleDate": "2020-05-18T12:58:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.01 }, - "PANW": { - "figi": "BBG0014GJCT9", - "ticker": "PANW", + "BK": { + "figi": "BBG000BD8PN9", + "ticker": "BK", "classCode": "SPBXM", - "isin": "US6974351057", + "isin": "US0640581007", "lot": 1, "currency": "usd", "klong": { @@ -77605,127 +74865,127 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Palo Alto Networks", - "exchange": "SPB", - "ipoDate": "2012-07-20T00:00:00Z", - "issueSize": "85908948", + "shortEnabledFlag": true, + "name": "Bank of New York Mellon", + "exchange": "SPB_MORNING", + "issueSize": "863173678", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "3500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f259e5e6-bfbd-4973-ae38-4bf24a64df1c", + "uid": "34028f2d-6ffa-425c-9daf-c676de60ea95", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6b62c7d7-7075-4d9c-8244-13127a92c8b8", + "positionUid": "13ed1024-bb4e-43e1-b12d-a7a8d3fdca77", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:00:00Z", - "first1dayCandleDate": "2012-07-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMBA": { - "figi": "BBG001QZCPJ2", - "ticker": "AMBA", + "PEGA": { + "figi": "BBG000H1RYG7", + "ticker": "PEGA", "classCode": "SPBXM", - "isin": "KYG037AX1015", + "isin": "US7055731035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Ambarella", + "name": "Pegasystems Inc", "exchange": "SPB", - "issueSize": "32699784", + "ipoDate": "1996-07-18T00:00:00Z", + "issueSize": "77859958", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 450000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ae1337e-0e3f-4dbd-9363-3d0d15611b4e", + "uid": "662610fc-27f6-432e-98fb-16f897076596", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7ef1a415-4443-4f72-8a1e-60ca76ef2889", + "positionUid": "2bfa2bfa-2dba-4bdc-894c-ae4b1baac5f4", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:40:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1996-07-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MIDD": { - "figi": "BBG000DQN9R3", - "ticker": "MIDD", + "BF.B": { + "figi": "BBG000BD2NY8", + "ticker": "BF.B", "classCode": "SPBXM", - "isin": "US5962781010", + "isin": "US1156372096", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Middleby Corp The", + "name": "Brown-Forman", "exchange": "SPB", - "issueSize": "55671756", + "issueSize": "309715974", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 150000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0578cba-2246-4ef4-9a79-8c16f79f9867", + "uid": "67063da6-d97e-446c-93a6-9ce8cf40fad3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9e1475d3-815c-4cf8-a76e-5f3ecc788139", + "positionUid": "d08d74e1-5068-4b5f-be8d-14532bc7e720", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2018-04-06T13:30:00Z", + "first1dayCandleDate": "2018-04-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PIKK": { - "figi": "BBG004S68BH6", - "ticker": "PIKK", - "classCode": "TQBR", - "isin": "RU000A0JP7J7", + "ANET": { + "figi": "BBG000N2HDY5", + "ticker": "ANET", + "classCode": "SPBXM", + "isin": "US0404131064", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -77736,59 +74996,140 @@ }, "dlong": { "units": "0", - "nano": 390600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 411100000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 219400000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 187900000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "ПИК", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2004-03-02T00:00:00Z", - "issueSize": "660497344", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueSizePlan": "160000", + "shortEnabledFlag": false, + "name": "Arista Networks Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2014-06-06T00:00:00Z", + "issueSize": "305377354", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "4000000000", "nominal": { - "currency": "rub", - "units": "62", - "nano": 500000000 + "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "68333e3a-2c01-44d3-ba58-e7e6cd746483", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a59db653-d321-440e-98b4-b5c4eeafd395", + "forIisFlag": true, + "first1minCandleDate": "2019-01-31T13:29:00Z", + "first1dayCandleDate": "2014-06-06T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "LGIH": { + "figi": "BBG0056655S1", + "ticker": "LGIH", + "classCode": "SPBXM", + "isin": "US50187T1060", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "LGI Homes Inc", + "exchange": "SPB", + "ipoDate": "2013-11-07T00:00:00Z", + "issueSize": "22925730", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "03d5e771-fc10-438e-8892-85a40733612d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", + "uid": "025fcc3e-21a2-4287-ba99-7d3b546a864b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "96639633-2d8a-49d9-8343-76d6ef6d8af4", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:38:00Z", - "first1dayCandleDate": "2007-06-29T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2013-11-07T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.01 }, - "VIPS": { - "figi": "BBG002NLDLV8", - "ticker": "VIPS", + "PTCT": { + "figi": "BBG000QT15P7", + "ticker": "PTCT", "classCode": "SPBXM", - "isin": "US92763W1036", + "isin": "US69366J2006", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "PTC Therapeutics", + "exchange": "SPB", + "issueSize": "62875395", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "125000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c7dd0c33-c71a-471c-a6ac-12d8e73e3c6d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "76afbb3d-a465-4677-8594-3327533cb4cb", + "forIisFlag": true, + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "BJRI": { + "figi": "BBG000H9LNX1", + "ticker": "BJRI", + "classCode": "SPBXM", + "isin": "US09180C1062", "lot": 1, "currency": "usd", "klong": { @@ -77805,7 +75146,7 @@ }, "dshort": { "units": "0", - "nano": 674400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -77813,46 +75154,47 @@ }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Vipshop", + "name": "BJ's Restaurants Inc", "exchange": "SPB", - "issueSize": "599756755", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", + "ipoDate": "1996-10-08T00:00:00Z", + "issueSize": "21292116", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 200000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "053a0e04-b942-44c7-ac16-da097a05573b", + "uid": "52f144a2-67f9-4d9f-bba2-1825821a4182", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8c494ab7-3bb4-41d7-8990-2ff71fefc3b8", + "positionUid": "07987981-9b50-4a48-846b-cb81aff2cc51", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:08:00Z", - "first1dayCandleDate": "2012-03-23T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1996-10-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CORR": { - "figi": "BBG000CN80Y9", - "ticker": "CORR", + "PCG": { + "figi": "BBG000BQWPC5", + "ticker": "PCG", "classCode": "SPBXM", - "isin": "US21870U5020", + "isin": "US69331C1080", "lot": 1, "currency": "usd", "klong": { @@ -77869,7 +75211,7 @@ }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -77877,126 +75219,47 @@ }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "CorEnergy Infrastructure REIT", - "exchange": "SPB", - "issueSize": "11925484", + "name": "PG&E", + "exchange": "SPB_MORNING", + "ipoDate": "1919-07-24T00:00:00Z", + "issueSize": "479973603", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6256290b-411f-40df-aaa3-fce786d7f925", + "uid": "f9aa2523-40c8-4021-b39c-42b5c1380416", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "97415cde-b263-416b-b99d-4e199719eef3", + "positionUid": "a77bc642-c4b3-4b9f-be3d-80f6bcbe46a2", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T14:29:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:25:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AZPN": { - "figi": "BBG017J18W74", - "ticker": "AZPN", - "classCode": "SPBXM", - "isin": "US29109X1063", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Aspen Technology", - "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "600000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "d5eee021-dd27-445c-88e2-c79b74387271", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32c8b1c6-5488-4a04-8baf-af30ecb77dc1", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1994-10-26T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BX": { - "figi": "BBG000BH0106", - "ticker": "BX", - "classCode": "SPBXM", - "isin": "US09260D1072", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Blackstone", - "exchange": "SPB", - "issueSize": "660000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "90000000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_MLP", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "e8487807-9441-4085-8053-502285606965", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3e677ffb-4373-4f20-8ec6-a1f2c16efa34", - "forIisFlag": true, - "first1minCandleDate": "2020-12-16T14:29:00Z", - "first1dayCandleDate": "2020-12-16T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "NLMK": { - "figi": "BBG004S681B4", - "ticker": "NLMK", + "MOEX": { + "figi": "BBG004730JJ5", + "ticker": "MOEX", "classCode": "TQBR", - "isin": "RU0009046452", + "isin": "RU000A0JR4A1", "lot": 10, "currency": "rub", "klong": { @@ -78009,35 +75272,35 @@ }, "dlong": { "units": "0", - "nano": 287100000 + "nano": 218700000 }, "dshort": { "units": "0", - "nano": 268800000 + "nano": 270700000 }, "dlongMin": { "units": "0", - "nano": 155700000 + "nano": 116100000 }, "dshortMin": { "units": "0", - "nano": 126400000 + "nano": 127300000 }, "shortEnabledFlag": true, - "name": "НЛМК", + "name": "\u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0411\u0438\u0440\u0436\u0430", "exchange": "MOEX_WEEKEND", - "ipoDate": "2004-04-09T00:00:00Z", - "issueSize": "5993227240", + "ipoDate": "2011-09-16T00:00:00Z", + "issueSize": "2276401458", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "5987240", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "1659840000", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78045,64 +75308,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "161eb0d0-aaac-4451-b374-f5d0eeb1b508", + "uid": "5e1c2634-afc4-4e50-ad6d-f78fc14a539a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "positionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", "forIisFlag": true, "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2006-04-18T07:00:00Z", + "first1dayCandleDate": "2013-02-15T07:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "CNP": { - "figi": "BBG000FDBX90", - "ticker": "CNP", + "AMCR": { + "figi": "BBG00LNJRQ09", + "ticker": "AMCR", "classCode": "SPBXM", - "isin": "US15189T1079", + "isin": "JE00BJ1F3079", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "CenterPoint Energy", + "shortEnabledFlag": false, + "name": "Amcor", "exchange": "SPB", - "ipoDate": "1943-08-16T00:00:00Z", - "issueSize": "430964722", + "issueSize": "1538319792", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "9000000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78113,36 +75351,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "edeab7d2-9a46-47c4-abec-585867359e66", + "uid": "19dd8b08-7a30-4261-b5e7-e260fdc80cfb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6fc303a1-25a6-4738-b307-05d01956397d", + "positionUid": "5447df08-e145-4e32-af7e-c4ffdeb4a100", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-12-28T12:53:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CYBR": { - "figi": "BBG006Q52QV2", - "ticker": "CYBR", + "MTTR": { + "figi": "BBG00XS0FV56", + "ticker": "MTTR", "classCode": "SPBXM", - "isin": "IL0011334468", + "isin": "US5770961002", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CyberArk Software Ltd", + "name": "Matterport", "exchange": "SPB", - "issueSize": "16174120", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", + "issueSize": "241956549", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "400000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78153,37 +75391,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ddb6ffb6-18df-4305-9e63-6664b1bf8342", + "uid": "b1bd2d64-8147-460c-8cd7-41c741841eba", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "41d8031d-5faf-4931-97c3-34fb7efa8613", + "positionUid": "b9a3ec41-0b65-4b6a-9c63-540b69810005", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:46:00Z", + "first1minCandleDate": "2021-11-10T12:43:00Z", "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CPB": { - "figi": "BBG000BG4202", - "ticker": "CPB", + "KAI": { + "figi": "BBG000BKRSZ3", + "ticker": "KAI", "classCode": "SPBXM", - "isin": "US1344291091", + "isin": "US48282T1043", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Campbell Soup", + "name": "Kadant Inc.", "exchange": "SPB", - "ipoDate": "1954-11-16T00:00:00Z", - "issueSize": "301517743", + "issueSize": "11000647", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "560000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 37500000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78194,76 +75431,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "69f21e9b-3246-4a11-9485-3f89e86fd8e2", + "uid": "ab32aba3-35aa-4e74-860a-fe28770bcba6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c5e5d21a-fe24-4973-9efb-cc27bf118e67", + "positionUid": "dcae8362-6205-4e0c-b293-b5bf187b2346", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:59:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:43:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CPT": { - "figi": "BBG000BB0V03", - "ticker": "CPT", + "BE": { + "figi": "BBG000N7KBZ3", + "ticker": "BE", "classCode": "SPBXM", - "isin": "US1331311027", + "isin": "US0937121079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Camden Property REIT", + "name": "Bloom Energy", "exchange": "SPB", - "issueSize": "100574930", + "issueSize": "90231067", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "175000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1aa31aef-a428-4870-978b-dea39a643f19", + "uid": "547b07b1-d739-4df8-9cdf-295f681d84a4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b09167d4-40ef-4085-8dc7-5b35850b8b35", - "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:50:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "positionUid": "13eae5fb-ae08-4755-9631-4bcdea66cb3e", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AIRC": { - "figi": "BBG00XK3WVD0", - "ticker": "AIRC", + "CNQ": { + "figi": "BBG000HW5GX3", + "ticker": "CNQ", "classCode": "SPBXM", - "isin": "US03750L1098", + "isin": "CA1363851017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Apartment Income REIT", + "name": "Canadian Natural Resources", "exchange": "SPB", - "issueSize": "0", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", + "issueSize": "1186857000", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "energy", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78274,119 +75511,165 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "79936a9e-2de1-48ce-a53e-98adb3411266", + "uid": "32fdfa53-eb65-468a-977b-adb412be15f8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c7476600-e857-4af7-a670-12f1ab8d33b8", + "positionUid": "7f8d18ec-778e-43d4-a071-5e7c84638c21", "forIisFlag": true, - "first1minCandleDate": "2020-12-30T14:30:00Z", - "first1dayCandleDate": "2020-12-30T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:02:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WRLD": { - "figi": "BBG000C3G9J2", - "ticker": "WRLD", + "TGT": { + "figi": "BBG000H8TVT2", + "ticker": "TGT", "classCode": "SPBXM", - "isin": "US9814191048", + "isin": "US87612E1064", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "World Acceptance Corp", - "exchange": "SPB", - "ipoDate": "1991-08-07T00:00:00Z", - "issueSize": "8866668", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Target", + "exchange": "SPB_MORNING", + "issueSize": "488039053", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "95000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 83300000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3106392b-bc9d-44f6-9376-d321f4743b73", + "uid": "96cf2471-8ea7-42a6-9164-9b181c2ccaa7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6102372a-97dd-453b-a642-f253937b22bc", + "positionUid": "de93c313-a3d7-46ab-9c29-ffc27ae8cf21", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:58:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SFIX": { - "figi": "BBG0046L1KL9", - "ticker": "SFIX", + "PAAS": { + "figi": "BBG000C0RGY3", + "ticker": "PAAS", "classCode": "SPBXM", - "isin": "US8608971078", + "isin": "CA6979001089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stitch Fix", + "name": "Pan American Silver Corp", "exchange": "SPB", - "ipoDate": "2017-11-17T00:00:00Z", - "issueSize": "17256799", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2000000000", + "issueSize": "152189889", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "materials", + "issueSizePlan": "200000000", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 20000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d6b366b0-7e84-493a-b291-47eb717b1c8d", + "uid": "a6f69dff-54f0-4329-831f-f058b53024fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "325e18b8-5940-4800-9b3d-e707dd724fc9", + "positionUid": "46105f48-8925-4a6a-8381-3f09b87a09c1", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T12:25:00Z", - "first1dayCandleDate": "2017-11-17T00:00:00Z", + "first1minCandleDate": "2021-09-03T11:32:00Z", + "first1dayCandleDate": "2021-09-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GHC": { - "figi": "BBG000C3FGH9", - "ticker": "GHC", + "BAC": { + "figi": "BBG000BCTLF6", + "ticker": "BAC", "classCode": "SPBXM", - "isin": "US3846371041", + "isin": "US0605051046", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Graham Holdings Co", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Bank of America Corp", "exchange": "SPB", - "ipoDate": "1971-06-15T00:00:00Z", - "issueSize": "4353623", + "ipoDate": "1979-06-05T00:00:00Z", + "issueSize": "9988249714", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "12800000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78397,61 +75680,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de76fde8-b43b-4e59-a8a7-f2f323f37549", + "uid": "8b9f2548-d46a-47ed-9f24-c52502ac26fc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fbdbd970-f4a4-4186-8edb-bdff6056b919", + "positionUid": "266397a4-3901-4a21-9f4f-23cfcd1cedb6", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:33:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OII": { - "figi": "BBG000CPBCL8", - "ticker": "OII", + "AWH": { + "figi": "BBG000BTYP37", + "ticker": "AWH", "classCode": "SPBXM", - "isin": "US6752321025", + "isin": "US04537Y1091", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Aspira Womens Health", + "exchange": "SPB", + "issueSize": "111946449", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 420000000 + "nano": 1000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 420000000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Oceaneering International Inc", + "apiTradeAvailableFlag": true, + "uid": "4430d41f-2651-4061-913a-e0648894aac3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "685fa825-2128-47f8-8aaa-1e1937f22dc1", + "forIisFlag": true, + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "TREE": { + "figi": "BBG000TVRB50", + "ticker": "TREE", + "classCode": "SPBXM", + "isin": "US52603B1070", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "LendingTree Inc", "exchange": "SPB", - "ipoDate": "1975-10-30T00:00:00Z", - "issueSize": "98929503", + "issueSize": "12879149", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "360000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 250000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78462,20 +75760,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "589365c2-43cc-4a33-b0bd-6638fe09133f", + "uid": "2fcbd213-f9cd-46b7-9f01-283f21cd937a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4b4b6d2b-a112-42e1-ba3f-b923f684d49b", + "positionUid": "d0b7e338-921a-4df7-b5c9-ce0be261af3b", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:28:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2008-08-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AKAM": { - "figi": "BBG000BJQWD2", - "ticker": "AKAM", + "V": { + "figi": "BBG000PSKYX7", + "ticker": "V", "classCode": "SPBXM", - "isin": "US00971T1016", + "isin": "US92826C8394", "lot": 1, "currency": "usd", "klong": { @@ -78502,230 +75800,206 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Akamai Technologies", - "exchange": "SPB", - "ipoDate": "1999-10-28T00:00:00Z", - "issueSize": "178163132", + "shortEnabledFlag": true, + "name": "Visa", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2008-03-19T00:00:00Z", + "issueSize": "1687643027", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "700000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c58cf19e-0b48-47f1-8bec-1af1128bf56a", + "uid": "0054309c-8c00-430e-879f-0c128e6b9802", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c29507b-164d-411b-ae1e-f3e417fc105f", + "positionUid": "232b233d-2e02-4a8f-b926-7cf35f53dd44", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1999-10-29T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:38:00Z", + "first1dayCandleDate": "2008-03-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DNLI": { - "figi": "BBG008P7F869", - "ticker": "DNLI", + "ETR": { + "figi": "BBG000C1FQS9", + "ticker": "ETR", "classCode": "SPBXM", - "isin": "US24823R1059", + "isin": "US29364G1031", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Denali Therapeutics Inc", + "name": "Entergy Corporation", "exchange": "SPB", - "issueSize": "96031223", + "issueSize": "178386800", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca4bc3e7-8c3c-45e2-9a39-2bc4f48fd69c", + "uid": "f830b587-f31a-4c7f-b155-d619c4a8aac1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b849b125-7fb4-4e41-b613-f9eee62314ee", + "positionUid": "14ac80e0-d7cb-4759-9865-dda3486826d4", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:28:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-06T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BILL": { - "figi": "BBG00QVJV6V4", - "ticker": "BILL", + "FDS": { + "figi": "BBG000BDJL83", + "ticker": "FDS", "classCode": "SPBXM", - "isin": "US0900431000", + "isin": "US3030751057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Bill.com Holdings Inc", + "name": "FactSet Research Systems Inc", "exchange": "SPB", - "issueSize": "72578777", + "ipoDate": "1996-06-27T00:00:00Z", + "issueSize": "38239923", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a87deb32-3912-4f53-a0fc-b27dd5376a34", + "uid": "abb04a22-b626-4a65-950b-9f14e21dd294", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2cf9f9ea-44d6-4be1-9c10-914b7a23d9b8", + "positionUid": "5706b3f2-714a-4b1a-870d-5b15915884b5", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:31:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1996-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TWTR": { - "figi": "BBG000H6HNW3", - "ticker": "TWTR", + "NAVI": { + "figi": "BBG004MN1R41", + "ticker": "NAVI", "classCode": "SPBXM", - "isin": "US90184L1026", + "isin": "US63938C1080", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 540300000 - }, - "dshort": { - "units": "0", - "nano": 747700000 - }, - "dlongMin": { - "units": "0", - "nano": 322000000 - }, - "dshortMin": { - "units": "0", - "nano": 322000000 - }, - "shortEnabledFlag": true, - "name": "Twitter", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "2013-11-06T00:00:00Z", - "issueSize": "797966577", + "shortEnabledFlag": false, + "name": "Navient", + "exchange": "SPB_MORNING", + "issueSize": "263012203", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 5000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "489af134-061d-4424-b51c-d942429fc7fb", + "uid": "3dfe3e8b-da84-4cb4-825a-a80b7f3553e1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "505ef320-2252-48a4-ae6d-347fbadba90f", + "positionUid": "49e3f857-1f60-45ce-ad8f-d405f4029476", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:25:00Z", - "first1dayCandleDate": "2013-11-07T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2014-04-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ANGI": { - "figi": "BBG00HVKH3Q0", - "ticker": "ANGI", + "GBCI": { + "figi": "BBG000C3KB84", + "ticker": "GBCI", "classCode": "SPBXM", - "isin": "US00183L1026", + "isin": "US37637Q1058", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Angi Inc", + "name": "Glacier Ban", "exchange": "SPB", - "issueSize": "65481643", + "issueSize": "92187453", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "117187500", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "06e456eb-17dd-4193-b4b9-2fc6b268ea55", + "uid": "fc996bf6-27ab-4e40-9c01-da2a6149b39b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bad3c12d-e9a0-463a-98f6-2718eeeb861f", + "positionUid": "73fab037-92ab-46aa-9a8f-a42c1c65445d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:28:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TDC": { - "figi": "BBG000R0L5J4", - "ticker": "TDC", + "PBF": { + "figi": "BBG002832GV8", + "ticker": "PBF", "classCode": "SPBXM", - "isin": "US88076W1036", + "isin": "US69318G1067", "lot": 1, "currency": "usd", "klong": { @@ -78742,7 +76016,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 747700000 }, "dlongMin": { "units": "0", @@ -78750,46 +76024,47 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 322000000 }, - "shortEnabledFlag": false, - "name": "Teradata", - "exchange": "SPB", - "issueSize": "126000000", + "shortEnabledFlag": true, + "name": "PBF Energy Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2012-12-13T00:00:00Z", + "issueSize": "109722252", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4ad8080e-8fcf-4351-97f4-bf4c34e8d541", + "uid": "8766b484-6582-4a11-99e6-8692784cc5ff", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d3774131-9f8f-4b14-8f6d-a9a0ae6e2035", + "positionUid": "a12e5d82-6165-4143-8430-456362206d6a", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2007-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "2012-12-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ABMD": { - "figi": "BBG000C101X4", - "ticker": "ABMD", + "SNPS": { + "figi": "BBG000BSFRF3", + "ticker": "SNPS", "classCode": "SPBXM", - "isin": "US0036541003", + "isin": "US8716071076", "lot": 1, "currency": "usd", "klong": { @@ -78817,19 +76092,20 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Abiomed Inc", + "name": "Synopsys", "exchange": "SPB", - "issueSize": "44477837", + "ipoDate": "1992-02-25T00:00:00Z", + "issueSize": "148725114", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78840,76 +76116,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc92e1eb-7fc7-4ee4-8af2-045ca9f9c0e2", + "uid": "0555195b-d7f9-4b86-98db-fdeaa975dcef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e483c2de-ee7b-412e-83f8-229ad3b90ffb", + "positionUid": "a67c4257-93ca-4c72-86d7-f83866a253a8", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:01:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1992-02-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AVA": { - "figi": "BBG000BCNF74", - "ticker": "AVA", + "HRMY": { + "figi": "BBG00WBPG4C2", + "ticker": "HRMY", "classCode": "SPBXM", - "isin": "US05379B1070", + "isin": "US4131971040", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Avista Corporation", + "name": "Harmony Biosciences Holdings", "exchange": "SPB", - "issueSize": "68735948", + "issueSize": "56890569", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b57d10b-b93c-4629-9701-c08a863528df", + "uid": "3e3299a7-0465-415b-b8b0-7bbed35c08d7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "202cbab0-cc8b-4f4e-97c8-6ad3ed6730e9", + "positionUid": "39b9efda-7ba2-4de7-ac16-c6963a8fca47", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BAYN@DE": { - "figi": "BBG000BBWF85", - "ticker": "BAYN@DE", - "classCode": "SPBDE", - "isin": "DE000BAY0017", + "COFS": { + "figi": "BBG000LLRNX3", + "ticker": "COFS", + "classCode": "SPBXM", + "isin": "US1703861062", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Bayer", - "exchange": "SPB_DE", - "issueSize": "826947808", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "health_care", - "issueSizePlan": "0", + "name": "ChoiceOne Financial Services, Inc.", + "exchange": "SPB", + "issueSize": "7787332", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "12000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -78920,20 +76196,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e182395-0f06-4e25-b8aa-c29af1e4ba35", + "uid": "409815a1-30e9-4dee-9bc8-6ee0d7bc1008", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f66bd276-75e8-4762-a196-850aa8c23a5d", + "positionUid": "61a091d2-01fc-4be3-89ae-c2cb109aba60", "forIisFlag": true, - "first1minCandleDate": "2020-09-29T07:04:00Z", - "first1dayCandleDate": "2020-09-29T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NOC": { - "figi": "BBG000BQ2C28", - "ticker": "NOC", + "USB": { + "figi": "BBG000FFDM15", + "ticker": "USB", "classCode": "SPBXM", - "isin": "US6668071029", + "isin": "US9029733048", "lot": 1, "currency": "usd", "klong": { @@ -78960,19 +76236,18 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Northrop Grumman", - "exchange": "SPB", - "ipoDate": "1951-12-10T00:00:00Z", - "issueSize": "160109103", + "shortEnabledFlag": true, + "name": "US Bancorp", + "exchange": "SPB_MORNING", + "issueSize": "1482622714", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "800000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "4000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -78985,183 +76260,158 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab576973-b001-4c5e-8073-a4ec4c7eac8f", + "uid": "d18b0e59-5162-4fec-a55e-fe4892b6782c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2da80fa4-0398-4753-bf8a-26ac0f83d81c", + "positionUid": "561ac6a9-14e9-4f14-8941-cb63526b69ca", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TGKN": { - "figi": "BBG000RG4ZQ4", - "ticker": "TGKN", - "classCode": "TQBR", - "isin": "RU000A0H1ES3", - "lot": 1000000, - "currency": "rub", + "JHG": { + "figi": "BBG00GSNPM07", + "ticker": "JHG", + "classCode": "SPBXM", + "isin": "JE00BYPZJM29", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ТГК-14", - "exchange": "MOEX", - "ipoDate": "2005-03-17T00:00:00Z", - "issueSize": "1357945609114", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "3100000000", + "name": "Janus Henderson Group", + "exchange": "SPB", + "issueSize": "1131842110", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "financial", + "issueSizePlan": "0", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 150000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "41133bf9-9b9d-4d28-8864-9160b57871d1", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "318459be-8ee1-40f1-b8f1-9ddf23628b90", + "uid": "56452b9f-53d3-410e-ac3e-586f95721ab7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7919b5da-6e56-4cb5-b8e1-c9d67ca00ada", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T01:49:00Z", - "first1dayCandleDate": "2007-06-09T00:00:00Z", + "first1minCandleDate": "2022-01-28T14:20:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", - "step": 0.00001 + "step": 0.01 }, - "GLOB": { - "figi": "BBG00564Y443", - "ticker": "GLOB", + "MATX": { + "figi": "BBG000BBK401", + "ticker": "MATX", "classCode": "SPBXM", - "isin": "LU0974299876", + "isin": "US57686G1058", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Globant SA", + "name": "Matson Inc", "exchange": "SPB", - "issueSize": "36103814", - "countryOfRisk": "AR", - "countryOfRiskName": "Аргентинская Республика", - "sector": "it", - "issueSizePlan": "0", + "issueSize": "42697456", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 200000000 + "units": "0", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6b63b7b3-c9ed-4f93-8024-3d2752e9f70b", + "uid": "a0f782ac-4923-4738-bd83-0312dc4ccf60", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1406ac65-ba62-4153-8fe0-420d508fc884", + "positionUid": "7852ef59-adb4-422f-8e8c-2e02ca33e3b4", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:49:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:44:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "APD": { - "figi": "BBG000BC4JJ4", - "ticker": "APD", + "GCO": { + "figi": "BBG000BK5S78", + "ticker": "GCO", "classCode": "SPBXM", - "isin": "US0091581068", + "isin": "US3715321028", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Air Products & Chemicals", + "name": "Genesco Inc", "exchange": "SPB", - "ipoDate": "1961-11-13T00:00:00Z", - "issueSize": "219193653", + "ipoDate": "1939-07-15T00:00:00Z", + "issueSize": "19918468", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "698aa555-0e90-45ab-9765-7cc4eba12516", + "uid": "9cebca20-94ce-4678-aea4-46365b1444a7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5056de4e-d81e-4a96-9ab8-87c6390045ce", + "positionUid": "116deb0e-7d01-4ffb-8459-dc9ccd6cbdec", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:39:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OFIX": { - "figi": "BBG000G1C210", - "ticker": "OFIX", + "FORR": { + "figi": "BBG000HGNYG8", + "ticker": "FORR", "classCode": "SPBXM", - "isin": "US68752M1080", + "isin": "US3465631097", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Orthofix Medical Inc", + "name": "Forrester Research Inc", "exchange": "SPB", - "ipoDate": "1992-04-23T00:00:00Z", - "issueSize": "19066984", + "ipoDate": "1996-11-26T00:00:00Z", + "issueSize": "18437000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -79172,94 +76422,134 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39386b2d-a1fe-41f4-a9c5-cf905c415554", + "uid": "96ff4661-5ab3-4ec8-a743-7e5b12351e44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f56d8679-889c-4d70-a260-fd7f70b74e3f", + "positionUid": "cd4754ef-0b77-45a2-9c8c-fa62f8ed274f", "forIisFlag": true, "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1992-04-24T00:00:00Z", + "first1dayCandleDate": "1996-11-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BK": { - "figi": "BBG000BD8PN9", - "ticker": "BK", + "EXPI": { + "figi": "BBG001DCTG63", + "ticker": "EXPI", "classCode": "SPBXM", - "isin": "US0640581007", + "isin": "US30212W1009", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { + "shortEnabledFlag": false, + "name": "eXp World Holdings", + "exchange": "SPB", + "issueSize": "69952115", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "220000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000 }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Bank of New York Mellon", + "apiTradeAvailableFlag": true, + "uid": "da30d333-cbd8-4990-ae93-a7ce3c27f7a2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1ac95d34-3782-4b07-9c22-eec7ddaddddb", + "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:39:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AXNX": { + "figi": "BBG0067QVJ50", + "ticker": "AXNX", + "classCode": "SPBXM", + "isin": "US05465P1012", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Axonics", "exchange": "SPB", - "issueSize": "863173678", + "issueSize": "39809412", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "3500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34028f2d-6ffa-425c-9daf-c676de60ea95", + "uid": "bc219864-cf5e-45fb-b129-24af1cba7bda", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "13ed1024-bb4e-43e1-b12d-a7a8d3fdca77", + "positionUid": "6db4db1f-6172-4320-87dd-c69b5d6bf9f9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-01-28T12:41:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DT": { - "figi": "BBG00PNN7C40", - "ticker": "DT", + "EXEL": { + "figi": "BBG000BQ4WF8", + "ticker": "EXEL", "classCode": "SPBXM", - "isin": "US2681501092", + "isin": "US30161Q1040", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 567500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 252000000 + }, "shortEnabledFlag": false, - "name": "Dynatrace Inc", - "exchange": "SPB", - "issueSize": "280456811", + "name": "Exelixis Inc", + "exchange": "SPB_MORNING", + "issueSize": "293904704", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", @@ -79276,37 +76566,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5d08b030-d8a0-45a7-b16e-39dde51c6277", + "uid": "abbcba94-aec3-4947-a61d-9ca57d156540", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6b7c363a-cbba-4c2c-84c8-7642c5ba74b1", + "positionUid": "3d44ab6e-f595-478a-8d26-5cf6fe8290d0", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T11:59:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-08-05T12:55:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EXLS": { - "figi": "BBG000NS3P30", - "ticker": "EXLS", + "LYV": { + "figi": "BBG000FQ7YR4", + "ticker": "LYV", "classCode": "SPBXM", - "isin": "US3020811044", + "isin": "US5380341090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ExlService Holdings Inc", + "name": "Live Nation Entertainment Inc", "exchange": "SPB", - "ipoDate": "2006-10-19T00:00:00Z", - "issueSize": "34341972", + "issueSize": "211629280", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -79317,36 +76606,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd1f8739-590e-4606-9d1c-c7dee5dcee0a", + "uid": "dd73d573-7186-471f-92d5-1885feaa90e6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2361457f-443b-496c-b096-a956aa989b4f", + "positionUid": "93ece9fe-afa9-4376-a90c-c906cb750bee", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2006-10-20T00:00:00Z", + "first1minCandleDate": "2019-08-05T09:33:00Z", + "first1dayCandleDate": "2005-12-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UMBF": { - "figi": "BBG000DD8WX1", - "ticker": "UMBF", + "CFR": { + "figi": "BBG000C2PL98", + "ticker": "CFR", "classCode": "SPBXM", - "isin": "US9027881088", + "isin": "US2298991090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "UMB Financial", + "name": "Cullen/Frost Bankers", "exchange": "SPB", - "issueSize": "49092236", + "issueSize": "62677154", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "80000000", + "issueSizePlan": "210000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -79357,100 +76646,101 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bc66c246-c0c4-4841-a43c-6028ac51a0fe", + "uid": "c7db4410-ae26-4d85-adaa-0da9b396c8c7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "29ae9da4-8430-4e32-b90e-485a54a6fca1", + "positionUid": "afdee4c6-faed-4243-a5e8-e9fdbc64372e", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1minCandleDate": "2020-05-18T13:32:00Z", "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "THO": { - "figi": "BBG000BV6R84", - "ticker": "THO", + "DCPH": { + "figi": "BBG00HMJ9H54", + "ticker": "DCPH", "classCode": "SPBXM", - "isin": "US8851601018", + "isin": "US24344T1016", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Thor Industries Inc", + "name": "Deciphera Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "52695365", + "issueSize": "55859274", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7f6c5a3-d2f9-40f5-9138-21ad53a984a2", + "uid": "e180d725-1575-4824-99d7-b6dcae7ee9bd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5a285576-4238-415b-bd22-7b001567e09b", + "positionUid": "28d4b339-71ca-4360-9aca-16c208bee0fe", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "1989-08-14T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EVER": { - "figi": "BBG00F17NDH7", - "ticker": "EVER", + "AWI": { + "figi": "BBG000DW4LB1", + "ticker": "AWI", "classCode": "SPBXM", - "isin": "US30041R1086", + "isin": "US04247X1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "EverQuote", + "name": "Armstrong World Industries Inc", "exchange": "SPB", - "issueSize": "17922392", + "ipoDate": "2006-10-11T00:00:00Z", + "issueSize": "52888793", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "220000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ef15867b-d6f1-4a0a-8f03-a3c16179664c", + "uid": "3e8c14fa-f2cd-4479-b357-63335e48a18b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "25f11a6a-9796-4a04-823e-75f138df739d", + "positionUid": "400f6524-9d51-476b-bd81-d7c82f00124c", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T12:30:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:29:00Z", + "first1dayCandleDate": "2006-10-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GT": { - "figi": "BBG000BKNX95", - "ticker": "GT", + "DHR": { + "figi": "BBG000BH3JF8", + "ticker": "DHR", "classCode": "SPBXM", - "isin": "US3825501014", + "isin": "US2358511028", "lot": 1, "currency": "usd", "klong": { @@ -79478,17 +76768,17 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Goodyear Tire & Rubber", - "exchange": "SPB", - "issueSize": "281192923", + "name": "Danaher", + "exchange": "SPB_MORNING", + "issueSize": "700684075", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -79501,142 +76791,166 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6e96a6b4-df16-43d6-adc0-d1e684aa81a3", + "uid": "2afc381e-e668-4f02-acf7-11af9f4461d2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6de559ec-4fb1-40bf-8a55-6dd4fb505724", + "positionUid": "13040282-15ff-4d5f-bb7e-63066da04e7d", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "KEX": { - "figi": "BBG000BMQCP6", - "ticker": "KEX", + "RNR": { + "figi": "BBG000BFVZ83", + "ticker": "RNR", "classCode": "SPBXM", - "isin": "US4972661064", + "isin": "BMG7496G1033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Kirby Corp", + "name": "RenaissanceRe Holdings", "exchange": "SPB", - "issueSize": "59901000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "120000000", + "issueSize": "48025898", + "countryOfRisk": "BM", + "countryOfRiskName": "", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0cc152c1-9c2a-4e23-a74b-65d3be8127da", + "uid": "46b546ec-d031-4953-b2c5-9a0c432e34bb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ef304e02-da38-43f6-a955-8e8037b9bd7d", + "positionUid": "11ff2951-f01c-457f-8434-ecf6b3eb9b75", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:33:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2021-10-26T13:00:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RGR": { - "figi": "BBG000C4FQG6", - "ticker": "RGR", + "SONY": { + "figi": "BBG000BT7ZK6", + "ticker": "SONY", "classCode": "SPBXM", - "isin": "US8641591081", + "isin": "US8356993076", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 567500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 252000000 + }, "shortEnabledFlag": false, - "name": "Sturm Ruger & Co Inc", + "name": "Sony Corp", "exchange": "SPB", - "issueSize": "18971854", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "1261058781", + "countryOfRisk": "JP", + "countryOfRiskName": "", "sector": "consumer", - "issueSizePlan": "40000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63c0fa02-2796-42aa-8d84-460459133322", + "uid": "14eabb09-0942-412f-a7b1-ab649d7906dd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8116a46a-fcac-4c18-add9-4c88e265f1fe", + "positionUid": "e42d7f51-c356-4c57-97d7-b4d9d4a891ab", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:41:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-02-25T13:03:00Z", + "first1dayCandleDate": "2021-02-25T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HBI": { - "figi": "BBG000D2ZTS8", - "ticker": "HBI", - "classCode": "SPBXM", - "isin": "US4103451021", + "EVT@DE": { + "figi": "BBG000C23DD5", + "ticker": "EVT@DE", + "classCode": "SPBDE", + "isin": "DE0005664809", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Hanesbrands", - "exchange": "SPB", - "issueSize": "378721050", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2000000000", + "name": "Evotec AG", + "exchange": "SPB_DE", + "issueSize": "149765064", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "232df9af-3701-4bfb-aa14-ba6e6f54f2b8", + "uid": "250f6043-1eb2-45f4-b7a8-e7875d51db5e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a965b6c9-0130-4126-a4c8-5ace00e67562", + "positionUid": "8e323629-5c32-428b-9156-f487f2bb2db1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2006-08-16T00:00:00Z", + "first1minCandleDate": "2021-03-03T08:23:00Z", + "first1dayCandleDate": "2021-03-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TRNFP": { - "figi": "BBG00475KHX6", - "ticker": "TRNFP", - "classCode": "TQBR", - "isin": "RU0009091573", + "MSCI": { + "figi": "BBG000RTDY25", + "ticker": "MSCI", + "classCode": "SPBXM", + "isin": "US55354G1004", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -79647,75 +76961,75 @@ }, "dlong": { "units": "0", - "nano": 302900000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 307000000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 165100000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 143200000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Транснефть - привилегированные акции", - "exchange": "MOEX", - "ipoDate": "2007-12-20T00:00:00Z", - "issueSize": "1554875", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "1554875", + "shortEnabledFlag": false, + "name": "MSCI Inc", + "exchange": "SPB", + "ipoDate": "2007-11-15T00:00:00Z", + "issueSize": "89024288", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "750000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { - "units": "50", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "653d47e9-dbd4-407a-a1c3-47f897df4694", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d154098b-135b-4df9-ab3a-e719459debc3", + "uid": "4e7f76f8-572b-4581-b029-56d4d450f5f5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2665256b-caba-4d62-bcff-58143fbe9086", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:35:00Z", - "first1dayCandleDate": "2002-05-22T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "2007-11-15T00:00:00Z", "type": "Shares", - "step": 50.0 + "step": 0.01 }, - "AZEK": { - "figi": "BBG00RPJPN67", - "ticker": "AZEK", + "ROG": { + "figi": "BBG000BS9HN3", + "ticker": "ROG", "classCode": "SPBXM", - "isin": "US05478C1053", + "isin": "US7751331015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AZEK Company", + "name": "Rogers Corp", "exchange": "SPB", - "issueSize": "77793031", + "issueSize": "18546854", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -79726,167 +77040,224 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2724f9fd-2876-4c63-a827-a5ed265654ca", + "uid": "d621bdf9-d174-4dd9-9539-e32c4ca014eb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "544535b1-6cff-4ce2-8f26-404ff3c00526", + "positionUid": "a04c826c-8362-43be-9dcd-50a1dfeda246", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:30:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-02-28T15:00:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "INSG": { - "figi": "BBG00DWX7QH0", - "ticker": "INSG", + "PDCO": { + "figi": "BBG000BQY289", + "ticker": "PDCO", "classCode": "SPBXM", - "isin": "US45782B1044", + "isin": "US7033951036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Inseego Corp", + "name": "Patterson", "exchange": "SPB", - "issueSize": "96222460", + "ipoDate": "1992-10-27T00:00:00Z", + "issueSize": "103248000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9b61f0a-18d5-4747-abad-86de979fbdee", + "uid": "52347261-7708-4405-bbd1-b26bef0b5416", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "85080b74-e593-4b5a-972e-eda53b90ce53", + "positionUid": "5f9d754b-724d-49ba-80f0-ce470c501029", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:37:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1992-10-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CGNT": { - "figi": "BBG00R0ZFHV4", - "ticker": "CGNT", + "BRKR": { + "figi": "BBG000CL1FG7", + "ticker": "BRKR", "classCode": "SPBXM", - "isin": "IL0011691438", + "isin": "US1167941087", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cognyte Software Ltd.", + "name": "Bruker Corp", "exchange": "SPB", - "issueSize": "65773335", - "countryOfRisk": "IL", - "countryOfRiskName": "Государство Израиль", - "sector": "it", - "issueSizePlan": "300000000", + "ipoDate": "2000-08-04T00:00:00Z", + "issueSize": "156741933", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "260000000", "nominal": { - "currency": "ils", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c5e46d91-58f1-4f90-9381-e3f5ea255606", + "uid": "68fd5ee0-a05b-42a7-b05b-b0bfafef4c57", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2dffac81-a07f-4ad2-8ac0-220a8d00bf86", + "positionUid": "25ddc591-5e1a-43cc-9d7c-f42507bfc601", "forIisFlag": true, - "first1minCandleDate": "2021-02-05T13:07:00Z", - "first1dayCandleDate": "2021-02-05T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2000-08-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZS": { - "figi": "BBG003338H34", - "ticker": "ZS", + "FNV": { + "figi": "BBG000RD3CL8", + "ticker": "FNV", "classCode": "SPBXM", - "isin": "US98980G1022", + "isin": "CA3518581051", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "shortEnabledFlag": false, + "name": "Franco Nevada Corporation", + "exchange": "SPB", + "issueSize": "177760466", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "other", + "issueSizePlan": "0", + "nominal": { + "currency": "cad", + "units": "0", "nano": 0 }, - "dlong": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 892400000 - }, - "dshort": { - "units": "1", - "nano": 842600000 + "nano": 10000000 }, - "dlongMin": { + "apiTradeAvailableFlag": true, + "uid": "178edba4-cb99-4ec6-9d7e-9b69dc17816b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b0edd043-8392-4a0f-9a24-eab47ccf51a0", + "forIisFlag": true, + "first1minCandleDate": "2022-08-08T12:02:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "RGA": { + "figi": "BBG000BDLCQ0", + "ticker": "RGA", + "classCode": "SPBXM", + "isin": "US7593516047", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Reinsurance Group of America I", + "exchange": "SPB", + "issueSize": "62583958", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "140000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 672000000 + "nano": 10000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 686000000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Zscaler Inc", + "apiTradeAvailableFlag": true, + "uid": "089b69c8-1da9-419e-8826-94e9cab5962b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d1b61cb8-81e7-457e-bc94-248641da8fd1", + "forIisFlag": true, + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "FE": { + "figi": "BBG000BB6M98", + "ticker": "FE", + "classCode": "SPBXM", + "isin": "US3379321074", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "FirstEnergy", "exchange": "SPB", - "ipoDate": "2018-03-16T00:00:00Z", - "issueSize": "119606722", + "issueSize": "422025870", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fae69681-7ce2-4929-8724-4d2a6135e7ef", + "uid": "d0122939-4562-4622-97f9-8c26fbd3cd30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "83059d3c-18de-4659-a611-57217d1dc169", + "positionUid": "836b2636-6966-4f6d-a570-52c56d8c1b16", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T11:29:00Z", - "first1dayCandleDate": "2018-03-16T00:00:00Z", + "first1minCandleDate": "2018-03-06T14:30:00Z", + "first1dayCandleDate": "1997-11-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ADI": { - "figi": "BBG000BB6G37", - "ticker": "ADI", - "classCode": "SPBXM", - "isin": "US0326541051", - "lot": 1, - "currency": "usd", + "UPRO": { + "figi": "BBG004S686W0", + "ticker": "UPRO", + "classCode": "TQBR", + "isin": "RU000A0JNGA5", + "lot": 1000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -79897,33 +77268,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 211500000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 422400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 112000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 192600000 }, - "shortEnabledFlag": false, - "name": "Analog Devices", - "exchange": "SPB", - "ipoDate": "1969-03-12T00:00:00Z", - "issueSize": "309206677", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "shortEnabledFlag": true, + "name": "\u042e\u043d\u0438\u043f\u0440\u043e", + "exchange": "MOEX", + "ipoDate": "2007-04-19T00:00:00Z", + "issueSize": "63048706145", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "49130625974", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 167000000 + "nano": 400000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -79933,39 +77304,40 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "d10182d0-122f-497b-8a94-a58fd738eeef", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "86c2a7ef-23c6-42f8-ade5-29c283d825f9", + "uid": "664921c5-b552-47a6-9ced-8735a3c6ca8a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c94a2fbe-e0a5-46ea-9be7-d0add68375c9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:12:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2006-11-22T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.001 }, - "VMW": { - "figi": "BBG000BC9938", - "ticker": "VMW", + "WERN": { + "figi": "BBG000BWPP85", + "ticker": "WERN", "classCode": "SPBXM", - "isin": "US9285634021", + "isin": "US9507551086", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "VMware", + "name": "Werner Enterprises Inc", "exchange": "SPB", - "issueSize": "122071688", + "ipoDate": "1991-10-01T00:00:00Z", + "issueSize": "70488102", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -79976,182 +77348,195 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bdfe9a07-171f-4ff9-be73-27ece9bbf6ea", + "uid": "78775579-f51a-4be5-a36b-0203de8f2747", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8b9c08b5-ec38-4001-92cd-4f13bf0691ab", + "positionUid": "b3b9a18e-9f90-4571-905c-90f6b1546f45", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:29:00Z", - "first1dayCandleDate": "2019-04-04T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ITGR": { - "figi": "BBG000BW6JV4", - "ticker": "ITGR", - "classCode": "SPBXM", - "isin": "US45826H1095", + "LHA@DE": { + "figi": "BBG000BC6M41", + "ticker": "LHA@DE", + "classCode": "SPBDE", + "isin": "DE0008232125", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "Integer Holdings Corp", - "exchange": "SPB", - "ipoDate": "2000-09-29T00:00:00Z", - "issueSize": "32678605", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "name": "Deutsche Lufthansa AG", + "exchange": "SPB_DE", + "issueSize": "464538750", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0fbcabab-f5c9-4e6b-8b56-88922f9c85cb", + "uid": "0655b9e8-a004-4022-8b8d-79fc60c68bc9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b4ecd898-9cda-4859-b878-801448406ea7", + "positionUid": "8eb0c465-3a6e-49ed-b35c-8c1ccdaaa3bb", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-03-01T09:36:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BIIB": { - "figi": "BBG000C17X76", - "ticker": "BIIB", + "CM": { + "figi": "BBG000FKTHQ1", + "ticker": "CM", "classCode": "SPBXM", - "isin": "US09062X1037", + "isin": "CA1360691010", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Biogen", + "shortEnabledFlag": false, + "name": "Canadian Imperial Bank of Commerce", "exchange": "SPB", - "ipoDate": "1991-09-17T00:00:00Z", - "issueSize": "149033443", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "issueSize": "0", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "financial", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 500000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb40b246-d1e0-4616-a7c3-8772c3f364a7", + "uid": "71006e1a-1c3b-4afd-8b77-bf1c7075bd3b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0732ca60-b6a7-4a16-a404-fa2ef45f3bf9", + "positionUid": "3dacbb87-69d6-4a1e-a7a6-7ba9e4ac1901", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:38:00Z", - "first1dayCandleDate": "1991-09-17T00:00:00Z", + "first1minCandleDate": "2022-07-18T12:49:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WK": { - "figi": "BBG007BVZ8H9", - "ticker": "WK", + "WTRG": { + "figi": "BBG000BRMJN6", + "ticker": "WTRG", "classCode": "SPBXM", - "isin": "US98139A1051", + "isin": "US29670G1022", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Workiva Inc", + "name": "Essential Utilities, Inc.", "exchange": "SPB", - "ipoDate": "2018-10-03T00:00:00Z", - "issueSize": "37820028", + "issueSize": "245151093", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "869ae4c3-4bcb-4032-9250-8139f371a65a", + "uid": "dd7aec29-16c0-42e2-85ef-00e317463bf2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a3a083da-938b-4275-8a02-1cf06f181493", + "positionUid": "224992eb-e63c-4b17-8115-3da6547c8c1c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:39:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ESS": { - "figi": "BBG000CGJMB9", - "ticker": "ESS", + "MRKS": { + "figi": "BBG000VJMH65", + "ticker": "MRKS", + "classCode": "TQBR", + "isin": "RU000A0JPPF0", + "lot": 10000, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041c\u0420\u0421\u041a \u0421\u0438\u0431\u0438\u0440\u0438", + "exchange": "MOEX", + "ipoDate": "2005-08-22T00:00:00Z", + "issueSize": "94815163249", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 100000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 500000 + }, + "apiTradeAvailableFlag": true, + "uid": "b135075c-3a05-42cf-8f55-86674d63a49d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "15b49168-c8e6-4eae-92c9-b58ffbc3522e", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:01:00Z", + "first1dayCandleDate": "2008-08-22T00:00:00Z", + "type": "Shares", + "step": 0.0005 + }, + "VNO": { + "figi": "BBG000BWHD54", + "ticker": "VNO", "classCode": "SPBXM", - "isin": "US2971781057", + "isin": "US9290421091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Essex Property REIT", - "exchange": "SPB", - "ipoDate": "1994-06-06T00:00:00Z", - "issueSize": "65692107", + "name": "Vornado REIT", + "exchange": "SPB_MORNING", + "issueSize": "190761498", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "real_estate", - "issueSizePlan": "670000000", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 40000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -80164,37 +77549,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c62f08b9-8f42-44f0-9013-6574dc01a19d", + "uid": "11e9f5ae-e34b-4ed2-bf62-22f38f916986", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b74ebf8e-9b21-4249-9076-2dcf026dde77", + "positionUid": "896c0ffb-a140-431d-92de-711c5b8df68c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1994-06-07T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1990-07-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DGX": { - "figi": "BBG000BN84F3", - "ticker": "DGX", + "WSM": { + "figi": "BBG000FSMWC3", + "ticker": "WSM", "classCode": "SPBXM", - "isin": "US74834L1008", + "isin": "US9699041011", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Quest Diagnostics", + "name": "Williams-Sonoma Inc", "exchange": "SPB", - "ipoDate": "1996-12-17T00:00:00Z", - "issueSize": "135817201", + "ipoDate": "1983-07-01T00:00:00Z", + "issueSize": "87845738", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "253125000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -80205,61 +77590,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fc034752-9029-4b5d-a2d3-70a02b6a87b3", + "uid": "5a334f63-0eaf-48ba-8101-55a8202c22c6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d0b14467-a552-462d-b27e-d0a2c248b7b5", + "positionUid": "fd86e852-d3c8-4ed4-89d0-0d02de62dc49", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:38:00Z", - "first1dayCandleDate": "1996-12-17T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TNDM": { - "figi": "BBG0019V9M65", - "ticker": "TNDM", + "MGRC": { + "figi": "BBG000BP02D2", + "ticker": "MGRC", "classCode": "SPBXM", - "isin": "US8753722037", + "isin": "US5805891091", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tandem Diabetes Care Inc", + "name": "McGrath RentCorp", "exchange": "SPB", - "ipoDate": "2013-11-14T00:00:00Z", - "issueSize": "5022893", + "issueSize": "24236345", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55aebff8-6c58-4409-9c2d-8afcd8a58f50", + "uid": "63a9e68c-14e8-46d9-abd5-df3835b581d3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a1e5aec6-048d-4c51-bbc0-9e213b85ee77", + "positionUid": "900f976b-8046-4f28-b43c-61cb00a97264", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:31:00Z", - "first1dayCandleDate": "2013-11-14T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DHR": { - "figi": "BBG000BH3JF8", - "ticker": "DHR", + "NOW": { + "figi": "BBG000M1R011", + "ticker": "NOW", "classCode": "SPBXM", - "isin": "US2358511028", + "isin": "US81762P1021", "lot": 1, "currency": "usd", "klong": { @@ -80286,102 +77670,85 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Danaher", - "exchange": "SPB", - "issueSize": "700684075", + "shortEnabledFlag": false, + "name": "ServiceNow Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2012-06-29T00:00:00Z", + "issueSize": "198100000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2afc381e-e668-4f02-acf7-11af9f4461d2", + "uid": "c307d695-f50b-41bd-8e93-33d034a0ccde", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "13040282-15ff-4d5f-bb7e-63066da04e7d", + "positionUid": "8c5f1ee4-c16d-4bc6-9f91-33c4c16812f2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T13:05:00Z", + "first1dayCandleDate": "2012-06-29T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SPB@US": { - "figi": "BBG000DS5588", - "ticker": "SPB@US", + "RKLB": { + "figi": "BBG00Y61SZL5", + "ticker": "RKLB", "classCode": "SPBXM", - "isin": "US84790A1051", + "isin": "US7731221062", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Spectrum Brands Holdings Inc", - "exchange": "SPB", - "ipoDate": "2014-10-30T00:00:00Z", - "issueSize": "48765552", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 613100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 898900000 }, - "apiTradeAvailableFlag": true, - "uid": "ad0468f4-a2e5-48e2-861e-9e5a82371745", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db2ddba9-88ef-4dfe-8e44-6d37c6b9f958", - "forIisFlag": true, - "first1minCandleDate": "2019-10-30T13:37:00Z", - "first1dayCandleDate": "2019-10-30T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ENOV": { - "figi": "BBG000C5Z443", - "ticker": "ENOV", - "classCode": "SPBXM", - "isin": "US1940141062", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Enovis", + "dlongMin": { + "units": "0", + "nano": 378000000 + }, + "dshortMin": { + "units": "0", + "nano": 378000000 + }, + "shortEnabledFlag": true, + "name": "Rocket Lab", "exchange": "SPB", - "ipoDate": "2017-05-17T00:00:00Z", - "issueSize": "117756730", + "issueSize": "447919591", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -80392,20 +77759,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6f06f7b9-32fa-42bf-b43e-fd8955eee527", + "uid": "9b324a9b-d218-4c2d-8b3d-8d5930940dd7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "20332d44-710f-4b95-8b71-1d0ebe88c9cf", + "positionUid": "6412a44f-86ce-45eb-a36b-13f2454e0555", "forIisFlag": true, - "first1minCandleDate": "2022-04-19T12:38:00Z", - "first1dayCandleDate": "2022-04-19T07:00:00Z", + "first1minCandleDate": "2021-12-28T12:30:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ADSK": { - "figi": "BBG000BM7HL0", - "ticker": "ADSK", + "EDIT": { + "figi": "BBG005MX5GZ2", + "ticker": "EDIT", "classCode": "SPBXM", - "isin": "US0527691069", + "isin": "US28106W1036", "lot": 1, "currency": "usd", "klong": { @@ -80418,35 +77785,35 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, - "shortEnabledFlag": true, - "name": "Autodesk", + "shortEnabledFlag": false, + "name": "Editas Medicine Inc", "exchange": "SPB", - "ipoDate": "1985-06-01T00:00:00Z", - "issueSize": "220266822", + "ipoDate": "2017-11-02T00:00:00Z", + "issueSize": "42119611", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "5000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -80457,37 +77824,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5dea1600-3901-4964-b131-d050b270c2bd", + "uid": "e02bc070-0e1a-4c65-adf8-e198bec4ba44", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "443398be-ee43-4892-be62-83a5b946e068", + "positionUid": "f786823e-7a23-42dc-8ce9-93be0fefe827", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:28:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:03:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MEDP": { - "figi": "BBG0065B7K59", - "ticker": "MEDP", + "REZI": { + "figi": "BBG00HY28K89", + "ticker": "REZI", "classCode": "SPBXM", - "isin": "US58506Q1094", + "isin": "US76118Y1047", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Medpace Holdings Inc", + "name": "Resideo Technologies Inc", "exchange": "SPB", - "ipoDate": "2016-08-11T00:00:00Z", - "issueSize": "35818819", + "issueSize": "123451420", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "700000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -80498,126 +77864,140 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "919bf4b9-048f-4871-a9d1-c9cf25d4c559", + "uid": "e986d1c2-26bf-4034-8868-c380c2a287d5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ae6a908-a2a7-4c39-a782-903c56931335", + "positionUid": "8fa25246-353e-4bcd-89a8-2fd70818a00c", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2016-08-11T00:00:00Z", + "first1minCandleDate": "2018-11-13T14:29:00Z", + "first1dayCandleDate": "2018-10-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SO": { - "figi": "BBG000BT9DW0", - "ticker": "SO", + "LBRDK": { + "figi": "BBG006GNSZW5", + "ticker": "LBRDK", "classCode": "SPBXM", - "isin": "US8425871071", + "isin": "US5303073051", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Liberty Broadband Corporation", + "exchange": "SPB", + "issueSize": "160240257", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 10000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Southern", + "apiTradeAvailableFlag": true, + "uid": "e9bcc3cc-0aff-41a3-a274-ead563c33fe7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2004e2c5-e0a9-459c-879a-16d6626c6a24", + "forIisFlag": true, + "first1minCandleDate": "2020-12-23T14:30:00Z", + "first1dayCandleDate": "2020-12-23T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "DM": { + "figi": "BBG00P17H053", + "ticker": "DM", + "classCode": "SPBXM", + "isin": "US25058X1054", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Desktop Metal", "exchange": "SPB", - "ipoDate": "1949-09-30T00:00:00Z", - "issueSize": "887940630", + "issueSize": "28010494", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ace316bc-106f-4bec-8f41-23f04c955519", + "uid": "39a4366d-7258-4450-a450-66568695beb9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d734fb45-d6f4-4971-89b8-22f2abf15b5a", + "positionUid": "0607eb09-53dd-4660-afa2-84c1a105c20b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T09:04:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:45:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RGNX": { - "figi": "BBG007Z9V591", - "ticker": "RGNX", + "MUSA": { + "figi": "BBG001Z0Q6T5", + "ticker": "MUSA", "classCode": "SPBXM", - "isin": "US75901B1070", + "isin": "US6267551025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "REGENXBIO Inc", + "name": "Murphy USA Inc", "exchange": "SPB", - "ipoDate": "2016-09-16T00:00:00Z", - "issueSize": "35840359", + "issueSize": "30759651", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "48c4559e-c711-48c1-8b75-709754edad7f", + "uid": "521671f0-9e10-40ec-92ee-25bd223efc76", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a13cbeeb-2e0d-4e6a-acb8-820b8d1685ae", + "positionUid": "66365836-5258-42ff-bc88-df3439f9e161", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T12:16:00Z", + "first1minCandleDate": "2019-10-31T13:07:00Z", "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GWW": { - "figi": "BBG000BKR1D6", - "ticker": "GWW", + "K": { + "figi": "BBG000BMKDM3", + "ticker": "K", "classCode": "SPBXM", - "isin": "US3848021040", + "isin": "US4878361082", "lot": 1, "currency": "usd", "klong": { @@ -80645,18 +78025,18 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "WW Grainger", - "exchange": "SPB", - "ipoDate": "1967-03-29T00:00:00Z", - "issueSize": "56017200", + "name": "Kellogg", + "exchange": "SPB_MORNING", + "ipoDate": "1952-01-09T00:00:00Z", + "issueSize": "340878954", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -80669,22 +78049,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "813d9baa-845b-457a-8b3e-2de5ad47ccfc", + "uid": "6f1103fb-a536-46dd-ba59-05e9331c2f5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "775643e9-eb7d-488b-b70d-ce953858430c", + "positionUid": "9375eb44-eb9f-4e66-a53e-3921ce675c7d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTSS": { - "figi": "BBG004S681W1", - "ticker": "MTSS", - "classCode": "TQBR", - "isin": "RU0007775219", - "lot": 10, - "currency": "rub", + "BBY": { + "figi": "BBG000BCWCG1", + "ticker": "BBY", + "classCode": "SPBXM", + "isin": "US0865161014", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -80695,35 +78075,34 @@ }, "dlong": { "units": "0", - "nano": 335400000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 535400000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 184800000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 239100000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "МТС", - "exchange": "MOEX", - "ipoDate": "2004-01-22T00:00:00Z", - "issueSize": "1998381575", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "1993326138", + "name": "Best Buy Co.", + "exchange": "SPB_MORNING", + "issueSize": "348803518", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -80731,121 +78110,79 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd8063ad-73ad-4b31-bd0d-93138d9e99a2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", + "uid": "e2b354a5-ec36-4e35-9856-dc9e2a1148ee", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "db9c0c00-3065-440a-8996-d19349c99a41", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:36:00Z", - "first1dayCandleDate": "2004-02-11T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:24:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "SPSC": { - "figi": "BBG000PZGB75", - "ticker": "SPSC", + "MTX": { + "figi": "BBG000BB61F7", + "ticker": "MTX", "classCode": "SPBXM", - "isin": "US78463M1071", + "isin": "US6031581068", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SPS Commerce Inc", + "name": "Minerals Technologies Inc.", "exchange": "SPB", - "ipoDate": "2010-04-22T00:00:00Z", - "issueSize": "17914088", + "issueSize": "34827203", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "55000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab4e3d9f-117e-47a2-b986-f21a67d32e19", + "uid": "c0f86015-faf4-4518-b1ba-77c04af8cacf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "91862a73-b54d-4941-8975-f0a755f5c7b0", + "positionUid": "79a712f4-891c-445e-8269-9ab4358e3b51", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2010-04-22T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KROT": { - "figi": "BBG000NLB2G3", - "ticker": "KROT", - "classCode": "TQBR", - "isin": "RU0008913850", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Красный Октябрь", - "exchange": "MOEX", - "ipoDate": "2003-07-08T00:00:00Z", - "issueSize": "9217583", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "8773564", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 500000000 - }, - "apiTradeAvailableFlag": true, - "uid": "14d147b9-d977-438a-80c0-441e5589da30", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cd3b6c85-a7cd-4d24-9786-2fd7d2a3b204", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:52:00Z", - "first1dayCandleDate": "2006-01-31T00:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "PATK": { - "figi": "BBG000BQSBB2", - "ticker": "PATK", + "MPWR": { + "figi": "BBG000C30L48", + "ticker": "MPWR", "classCode": "SPBXM", - "isin": "US7033431039", + "isin": "US6098391054", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Patrick Industries Inc", + "name": "Monolithic Power Systems", "exchange": "SPB", - "issueSize": "23849644", + "issueSize": "41516913", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -80856,20 +78193,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ee25fc1-ec22-4fe9-ab50-095205a876cb", + "uid": "27299c1c-9da6-46c7-97d9-d954b156e587", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ff2fe716-2e47-4a0d-bb92-d4bca457cbbe", + "positionUid": "cff3311b-43d1-44ad-8cd7-c72306784315", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "D": { - "figi": "BBG000BGVW60", - "ticker": "D", + "CCL": { + "figi": "BBG000BF6LY3", + "ticker": "CCL", "classCode": "SPBXM", - "isin": "US25746U1097", + "isin": "PA1436583006", "lot": 1, "currency": "usd", "klong": { @@ -80897,18 +78234,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Dominion Energy Inc", - "exchange": "SPB", - "ipoDate": "1983-05-20T00:00:00Z", - "issueSize": "580435589", + "name": "Carnival", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1987-07-01T00:00:00Z", + "issueSize": "533637019", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -80921,86 +78258,62 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "16f5820e-fe57-42fb-a499-5b3eb9420404", + "uid": "76032a4b-d3a2-4001-9fd0-a5c98ebdaa59", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3bc40a81-7bfd-497c-a518-d802075976be", + "positionUid": "3deba42b-4abd-4eaf-bc42-077981a26821", "forIisFlag": true, - "first1minCandleDate": "2019-01-14T14:00:00Z", - "first1dayCandleDate": "1984-11-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:24:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "XRX": { - "figi": "BBG00NNG2ZJ8", - "ticker": "XRX", + "SAIL": { + "figi": "BBG00J0BBZL0", + "ticker": "SAIL", "classCode": "SPBXM", - "isin": "US98421M1062", + "isin": "US78781P1057", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "Xerox", + "shortEnabledFlag": false, + "name": "SailPoint Technologies Holdings", "exchange": "SPB", - "issueSize": "220787000", + "issueSize": "8856876", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "437500000", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6b9a0b95-e46e-4831-b65b-143b27799bbb", + "uid": "65d5aa8d-dec5-43ba-9a96-6e818d8971a9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1fbbfbf7-cb4d-4d95-a8d9-3ac7765e7a78", + "positionUid": "17628f4b-4c0e-456a-bb20-50d7d6dc1a9f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:31:00Z", + "first1dayCandleDate": "2017-11-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LSRG": { - "figi": "BBG004S68C39", - "ticker": "LSRG", - "classCode": "TQBR", - "isin": "RU000A0JPFP0", + "PBI": { + "figi": "BBG000BQTMJ9", + "ticker": "PBI", + "classCode": "SPBXM", + "isin": "US7244791007", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -81011,33 +78324,33 @@ }, "dlong": { "units": "0", - "nano": 258200000 + "nano": 613100000 }, "dshort": { "units": "0", - "nano": 419100000 + "nano": 898900000 }, "dlongMin": { "units": "0", - "nano": 138700000 + "nano": 378000000 }, "dshortMin": { "units": "0", - "nano": 191200000 + "nano": 378000000 }, "shortEnabledFlag": true, - "name": "Группа ЛСР", - "exchange": "MOEX", - "ipoDate": "2006-09-28T00:00:00Z", - "issueSize": "103030215", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueSizePlan": "85148936", + "name": "Pitney Bowes", + "exchange": "SPB", + "ipoDate": "1950-09-18T00:00:00Z", + "issueSize": "187550191", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "480000000", "nominal": { - "currency": "rub", - "units": "0", - "nano": 250000000 + "currency": "usd", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -81047,63 +78360,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b2db7bb1-6f04-4c3c-b910-fb7fd8aab52d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e342aff4-30f3-42c3-a8c3-7375e5301acc", + "uid": "baf2bba1-dc74-4881-8d3a-b8ad2fb4d185", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8679aa64-5d8a-4edd-9ca1-cb4b7e3130a4", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:42:00Z", - "first1dayCandleDate": "2007-11-30T00:00:00Z", + "first1minCandleDate": "2018-01-23T09:01:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "SAGE": { - "figi": "BBG0025X16Y5", - "ticker": "SAGE", + "SI": { + "figi": "BBG00MMM95S7", + "ticker": "SI", "classCode": "SPBXM", - "isin": "US78667J1088", + "isin": "US82837P4081", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 501600000 - }, - "dshort": { - "units": "0", - "nano": 674400000 - }, - "dlongMin": { - "units": "0", - "nano": 294000000 - }, - "dshortMin": { - "units": "0", - "nano": 294000000 - }, - "shortEnabledFlag": true, - "name": "Sage Therapeutics Inc", + "shortEnabledFlag": false, + "name": "Silvergate Capital Corp.", "exchange": "SPB", - "issueSize": "37167174", + "issueSize": "18612475", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81114,36 +78403,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "95ff5e26-8344-449d-bd96-23e14e697d8d", + "uid": "ab987b2f-db4b-4d6b-a760-1294fb54871d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f456cd1a-a2f6-43b9-ad24-371495c5a3df", + "positionUid": "e4e933e1-2443-475a-b120-00673ba9bfce", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:22:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:53:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BOKF": { - "figi": "BBG000CFZ003", - "ticker": "BOKF", + "GPC": { + "figi": "BBG000BKL348", + "ticker": "GPC", "classCode": "SPBXM", - "isin": "US05561Q2012", + "isin": "US3724601055", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "BOK Financial", + "name": "Genuine Parts", "exchange": "SPB", - "issueSize": "70692686", + "issueSize": "145943765", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "2500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 60000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81154,34 +78443,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f132fe4-3623-4423-aef0-2bcc8f55b339", + "uid": "2ff5c588-1e4c-4a12-a871-a10eab5bb284", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f9914e6c-ae82-4f69-a66a-d0686850a5b9", + "positionUid": "62548e11-feaa-4bf9-b4e2-a05b8c5ab1f3", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "USNA": { - "figi": "BBG000BX28M0", - "ticker": "USNA", - "classCode": "SPBXM", - "isin": "US90328M1071", - "lot": 1, - "currency": "usd", + "ROLO": { + "figi": "BBG004Z2RGW8", + "ticker": "ROLO", + "classCode": "TQBR", + "isin": "RU000A0JU1B0", + "lot": 100, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 313100000 + }, + "dshort": { + "units": "0", + "nano": 411400000 + }, + "dlongMin": { + "units": "0", + "nano": 171200000 + }, + "dshortMin": { + "units": "0", + "nano": 188000000 + }, "shortEnabledFlag": false, - "name": "USANA Health Sciences Inc", - "exchange": "SPB", - "issueSize": "21643055", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", + "name": "\u0420\u0443\u0441\u043e\u043b\u043e\u0432\u043e", + "exchange": "MOEX", + "ipoDate": "2012-08-13T00:00:00Z", + "issueSize": "3000100000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "100000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -81191,33 +78505,33 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "022ba2c7-d18d-443e-b4ec-b14e2f28c115", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e9f72393-1f39-4085-89db-536624cd3c17", + "uid": "eb05ebd4-a216-434b-bddd-69531f120ec9", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "85b1f2a9-a939-4c2a-a528-9b45237060f1", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:32:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-03-07T23:32:00Z", + "first1dayCandleDate": "2013-08-13T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.005 }, - "AORT": { - "figi": "BBG000BMLVJ6", - "ticker": "AORT", + "LSCC": { + "figi": "BBG000C2D1C1", + "ticker": "LSCC", "classCode": "SPBXM", - "isin": "US2289031005", + "isin": "US5184151042", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Artivion", - "exchange": "SPB", - "issueSize": "39329580", + "name": "Lattice Semiconductor Corp", + "exchange": "SPB_MORNING", + "issueSize": "129728000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", @@ -81227,43 +78541,43 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e0e607a3-d6df-44b5-b139-65f8668668d9", + "uid": "4bf30a47-cdc1-42f3-972f-d42e2444dc2c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f697f2c0-9111-407b-94ea-f90437ea08a4", + "positionUid": "dafa787d-bf63-49d1-911f-f60092ad45e6", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:03:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2020-12-04T13:50:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MRTX": { - "figi": "BBG004TPGBP5", - "ticker": "MRTX", + "PRAX": { + "figi": "BBG00W9LF2G5", + "ticker": "PRAX", "classCode": "SPBXM", - "isin": "US60468T1051", + "isin": "US74006W1080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Mirati Therapeutics Inc", + "name": "Praxis Precision Medicines", "exchange": "SPB", - "issueSize": "36047127", + "issueSize": "38579115", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "100000000", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81274,61 +78588,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "37a4ace7-2470-4ef6-95ba-1745d6659535", + "uid": "235cf6c7-e295-49b0-a71a-3dfaba6b5fda", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14cee4b8-fb90-4576-a03f-f3de9de11eca", + "positionUid": "f43b0870-f70e-4d6e-8cbd-1cee5cfff09f", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2003-03-21T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "YAKG": { - "figi": "BBG002B298N6", - "ticker": "YAKG", - "classCode": "TQBR", - "isin": "RU0007796819", - "lot": 10, - "currency": "rub", + "TCMD": { + "figi": "BBG001B12Z39", + "ticker": "TCMD", + "classCode": "SPBXM", + "isin": "US87357P1003", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ЯТЭК", - "exchange": "MOEX", - "ipoDate": "2003-07-23T00:00:00Z", - "issueSize": "826919375", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "198419375", + "name": "Tactile Systems Technology Inc", + "exchange": "SPB", + "ipoDate": "2004-03-25T00:00:00Z", + "issueSize": "18074207", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6e24431b-12fc-423b-b566-f2919ebd5a53", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "939f01f4-3e31-41bf-81e0-fa483ae81104", + "uid": "dc935c43-4e1e-4aa5-801b-dc2236f11401", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "20ea8819-e3c0-4cfe-9108-56890c9a8dbf", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T01:41:00Z", - "first1dayCandleDate": "2018-03-09T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "RYTM": { - "figi": "BBG007DLZ601", - "ticker": "RYTM", + "EXPE": { + "figi": "BBG000QY3XZ2", + "ticker": "EXPE", "classCode": "SPBXM", - "isin": "US76243J1051", + "isin": "US30212P3038", "lot": 1, "currency": "usd", "klong": { @@ -81341,59 +78655,99 @@ }, "dlong": { "units": "0", - "nano": 793900000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 390100000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 546000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 546000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Rhythm Pharmaceuticals Inc", - "exchange": "SPB", - "ipoDate": "2017-10-05T00:00:00Z", - "issueSize": "34432167", + "shortEnabledFlag": true, + "name": "Expedia", + "exchange": "SPB_MORNING", + "ipoDate": "1999-11-10T00:00:00Z", + "issueSize": "136651105", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6c3c5e3b-055a-4fc1-b596-65331b8057b8", + "uid": "083a1c2f-0bc5-43db-95e7-61e1b459e735", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "df0fd665-8d60-43ed-bf9a-ff1d7b112f14", + "positionUid": "018d7448-0442-4293-ab4e-9d44461d4c07", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:31:00Z", - "first1dayCandleDate": "2017-10-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2005-07-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SYY": { - "figi": "BBG000BTVJ25", - "ticker": "SYY", + "ABCB": { + "figi": "BBG000CDY3H5", + "ticker": "ABCB", "classCode": "SPBXM", - "isin": "US8718291078", + "isin": "US03076K1088", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Ameris Bancorp", + "exchange": "SPB", + "issueSize": "69766395", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "7b524f34-9b84-4e2d-b75b-c60627e0a6bd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ee3c911d-6a41-4cfb-94c7-5d0f278a6537", + "forIisFlag": true, + "first1minCandleDate": "2022-07-18T12:30:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "NOC": { + "figi": "BBG000BQ2C28", + "ticker": "NOC", + "classCode": "SPBXM", + "isin": "US6668071029", "lot": 1, "currency": "usd", "klong": { @@ -81420,21 +78774,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Sysco", + "shortEnabledFlag": false, + "name": "Northrop Grumman", "exchange": "SPB", - "ipoDate": "1970-03-03T00:00:00Z", - "issueSize": "519787613", + "ipoDate": "1951-12-10T00:00:00Z", + "issueSize": "160109103", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81445,20 +78799,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c1e72678-b65b-44de-8c0e-91c60ab70b21", + "uid": "ab576973-b001-4c5e-8073-a4ec4c7eac8f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a235cb8-99d5-40b3-ab2d-f497263a7678", + "positionUid": "2da80fa4-0398-4753-bf8a-26ac0f83d81c", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FIS": { - "figi": "BBG000BK2F42", - "ticker": "FIS", + "FOX": { + "figi": "BBG00JHNKJY8", + "ticker": "FOX", "classCode": "SPBXM", - "isin": "US31620M1062", + "isin": "US35137L2043", "lot": 1, "currency": "usd", "klong": { @@ -81470,35 +78824,35 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Fidelity National Information", + "name": "Twenty-First Century Fox", "exchange": "SPB", - "issueSize": "322920584", + "issueSize": "251381283", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81509,126 +78863,208 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8a6fae52-0507-4f73-b4be-11caffb93d2b", + "uid": "a14a7091-c097-47e0-a92c-5f02dc053086", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "667fff04-8646-42b7-9b5e-95bba22a1be1", + "positionUid": "966cfc3b-cbb1-4c03-96bb-361103289006", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2001-06-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2018-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AWI": { - "figi": "BBG000DW4LB1", - "ticker": "AWI", + "TNET": { + "figi": "BBG000BR2040", + "ticker": "TNET", "classCode": "SPBXM", - "isin": "US04247X1028", + "isin": "US8962881079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Armstrong World Industries Inc", + "name": "TriNet Group Inc", "exchange": "SPB", - "ipoDate": "2006-10-11T00:00:00Z", - "issueSize": "52888793", + "ipoDate": "2014-03-27T00:00:00Z", + "issueSize": "69991585", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "200000000", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 25000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3e8c14fa-f2cd-4479-b357-63335e48a18b", + "uid": "8d91497c-7fee-4c13-9832-9e6321f21f01", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "400f6524-9d51-476b-bd81-d7c82f00124c", + "positionUid": "93c651d0-5f42-4bcf-bdfe-f380757eb4df", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:29:00Z", - "first1dayCandleDate": "2006-10-11T00:00:00Z", + "first1minCandleDate": "2019-02-28T14:37:00Z", + "first1dayCandleDate": "2014-03-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FRHC": { - "figi": "BBG000N625H8", - "ticker": "FRHC", + "SCSC": { + "figi": "BBG000BHTPZ4", + "ticker": "SCSC", "classCode": "SPBXM", - "isin": "US3563901046", + "isin": "US8060371072", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "shortEnabledFlag": false, + "name": "ScanSource Inc", + "exchange": "SPB", + "ipoDate": "1994-03-18T00:00:00Z", + "issueSize": "25705842", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "45000000", + "nominal": { + "currency": "usd", + "units": "0", "nano": 0 }, - "dlong": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 663600000 + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "538ba928-5de6-4f55-a3da-84fbce8a79f6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1b482be9-357a-40c3-b7a5-0ea0a1b2913d", + "forIisFlag": true, + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1994-03-18T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CMCSA": { + "figi": "BBG000BFT2L4", + "ticker": "CMCSA", + "classCode": "SPBXM", + "isin": "US20030N1019", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Freedom Holding Corp/NV", - "exchange": "SPB", - "issueSize": "58093212", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "500000000", + "shortEnabledFlag": true, + "name": "Comcast", + "exchange": "SPB_MORNING", + "ipoDate": "1972-06-01T00:00:00Z", + "issueSize": "4580292854", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "7500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3786c329-9c56-4a57-840a-a02e471f1da5", + "uid": "83eb7377-8a65-4e3a-ac80-8af83c73fb47", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "495a3ac6-1a34-4824-a946-6e16c14a0a8b", + "positionUid": "a0ba5de2-8385-4b67-a1d8-7fcc0c7de705", "forIisFlag": true, - "first1minCandleDate": "2020-03-03T07:11:00Z", - "first1dayCandleDate": "2020-03-03T07:00:00Z", + "first1minCandleDate": "2018-01-23T13:08:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SNGSP": { - "figi": "BBG004S681M2", - "ticker": "SNGSP", + "MGNT@GS": { + "figi": "BBG000VFBQG4", + "ticker": "MGNT@GS", + "classCode": "SPBXM", + "isin": "US55953Q2021", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Magnit PJSC", + "exchange": "LSE", + "issueSize": "472806775", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 200000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "17b2717d-ad8f-4c73-8481-1e11f76c07f1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "0521f897-e848-4128-9284-602d937c2497", + "forIisFlag": true, + "first1minCandleDate": "2021-04-22T07:04:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MSNG": { + "figi": "BBG004S687W8", + "ticker": "MSNG", "classCode": "TQBR", - "isin": "RU0009029524", - "lot": 100, + "isin": "RU0008958863", + "lot": 1000, "currency": "rub", "klong": { "units": "2", @@ -81640,101 +79076,143 @@ }, "dlong": { "units": "0", - "nano": 386500000 + "nano": 212500000 }, "dshort": { "units": "0", - "nano": 264400000 + "nano": 323000000 }, "dlongMin": { "units": "0", - "nano": 216700000 + "nano": 112600000 }, "dshortMin": { "units": "0", - "nano": 124500000 + "nano": 150200000 }, - "shortEnabledFlag": true, - "name": "Сургутнефтегаз - привилегированные акции", + "shortEnabledFlag": false, + "name": "\u041c\u043e\u0441\u044d\u043d\u0435\u0440\u0433\u043e", "exchange": "MOEX", - "ipoDate": "2003-06-24T00:00:00Z", - "issueSize": "7701998235", + "ipoDate": "1993-04-27T00:00:00Z", + "issueSize": "39749359700", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "7701998235", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "28267726000", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 500000 }, "apiTradeAvailableFlag": true, - "uid": "a797f14a-8513-4b84-b15e-a3b98dc4cc00", + "uid": "98fc1318-6990-4147-b0d1-b10999326461", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", + "positionUid": "1bb748f3-6b56-4da1-9422-e83d929b4fdb", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:38:00Z", + "first1dayCandleDate": "1997-03-25T00:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.0005 }, - "CERE": { - "figi": "BBG00VCYVLH4", - "ticker": "CERE", + "SSTK": { + "figi": "BBG002ZCK2V9", + "ticker": "SSTK", "classCode": "SPBXM", - "isin": "US15678U1280", + "isin": "US8256901005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cerevel Therapeutics Holdings", + "name": "Shutterstock Inc", "exchange": "SPB", - "issueSize": "147235789", + "ipoDate": "2012-10-11T00:00:00Z", + "issueSize": "36082717", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b193cff9-307a-4580-9009-58e95b85bbd4", + "uid": "5a41a553-6f56-4c94-b3dd-6f5afbeceb6d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "57e239fb-ed47-4254-8907-2e874cc0d03f", + "positionUid": "08a25eb1-7892-42bc-bbc6-dad33789c90c", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:36:00Z", + "first1dayCandleDate": "2012-10-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UAA": { - "figi": "BBG000BXM6V2", - "ticker": "UAA", + "CRS": { + "figi": "BBG000BGCQT9", + "ticker": "CRS", "classCode": "SPBXM", - "isin": "US9043111072", + "isin": "US1442851036", "lot": 1, "currency": "usd", + "shortEnabledFlag": false, + "name": "Carpenter Technology Corp", + "exchange": "SPB", + "ipoDate": "1968-10-03T00:00:00Z", + "issueSize": "47380199", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", + "units": "5", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "136739fb-dfcc-4312-af06-d6f657bac08f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "08c2baa1-6850-4ad1-8a05-2a370af626d0", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:35:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AFKS": { + "figi": "BBG004S68614", + "ticker": "AFKS", + "classCode": "TQBR", + "isin": "RU000A0DQZE3", + "lot": 100, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -81745,35 +79223,140 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 276900000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 355700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 149700000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 164400000 }, "shortEnabledFlag": true, - "name": "Under Armour", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2007-11-01T00:00:00Z", + "issueSize": "9650000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "9650000000", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 90000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "53b67587-96eb-4b41-8e0c-d2e3c0bdd234", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2007-09-25T07:00:00Z", + "type": "Shares", + "step": 0.001 + }, + "GOLD": { + "figi": "BBG000BB07P9", + "ticker": "GOLD", + "classCode": "SPBXM", + "isin": "CA0679011084", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, + "shortEnabledFlag": false, + "name": "Barrick Gold", + "exchange": "SPB_MORNING", + "issueSize": "1166577478", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "materials", + "issueSizePlan": "0", + "nominal": { + "currency": "cad", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "8f58e1a1-6721-4939-8acd-09f02f1c600a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "dba45507-51be-46bc-92af-312066ce74cc", + "forIisFlag": true, + "first1minCandleDate": "2021-07-23T11:31:00Z", + "first1dayCandleDate": "2021-07-23T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "PGTI": { + "figi": "BBG000FX3Y66", + "ticker": "PGTI", + "classCode": "SPBXM", + "isin": "US69336V1017", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "PGT Innovations Inc", "exchange": "SPB", - "ipoDate": "2005-11-18T00:00:00Z", - "issueSize": "183739248", + "ipoDate": "2016-05-26T00:00:00Z", + "issueSize": "58404734", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 333000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81784,36 +79367,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac2ea8bc-aef0-4bcd-8134-ccc3d0732109", + "uid": "bf087735-0c12-45a6-8643-892d2936da7b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e378fe3b-7c45-483d-b70f-49c0f6769ec4", + "positionUid": "6e794943-36cc-4f31-bb6b-f4fd3fb3be99", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:02:00Z", - "first1dayCandleDate": "2005-11-18T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:39:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CWEN": { - "figi": "BBG008LJ4TF3", - "ticker": "CWEN", + "LECO": { + "figi": "BBG000BB72K8", + "ticker": "LECO", "classCode": "SPBXM", - "isin": "US18539C2044", + "isin": "US5339001068", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Clearway Energy", + "name": "Lincoln Electric Holdings", "exchange": "SPB", - "issueSize": "81777798", + "issueSize": "63238446", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81824,61 +79407,198 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b1ed0a7e-04a1-428e-948d-e1b6cd1c51c2", + "uid": "04aacaac-8780-4890-8164-7426f7dc659f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0a21a2e3-4346-46cc-891e-d58df538e5eb", + "positionUid": "df0f5188-9b1c-4af9-9d1d-82a979c4fa81", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T14:00:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1994-04-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CINF": { - "figi": "BBG000BFPK65", - "ticker": "CINF", + "PB": { + "figi": "BBG000BHY4D9", + "ticker": "PB", "classCode": "SPBXM", - "isin": "US1720621010", + "isin": "US7436061052", "lot": 1, "currency": "usd", - "klong": { - "units": "2", + "shortEnabledFlag": false, + "name": "Prosperity Bancshares", + "exchange": "SPB", + "issueSize": "94743519", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "1", "nano": 0 }, - "kshort": { - "units": "2", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, - "dlong": { + "apiTradeAvailableFlag": true, + "uid": "0fc463b0-a04f-4b94-97e8-c0b8e131ff4c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "36953608-1630-46fd-803c-c043cfe584dd", + "forIisFlag": true, + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "ENOV": { + "figi": "BBG000C5Z443", + "ticker": "ENOV", + "classCode": "SPBXM", + "isin": "US1940141062", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Enovis", + "exchange": "SPB", + "ipoDate": "2017-05-17T00:00:00Z", + "issueSize": "117756730", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 1000000 }, - "dshort": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dlongMin": { + "apiTradeAvailableFlag": true, + "uid": "6f06f7b9-32fa-42bf-b43e-fd8955eee527", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "20332d44-710f-4b95-8b71-1d0ebe88c9cf", + "forIisFlag": true, + "first1minCandleDate": "2022-04-19T12:38:00Z", + "first1dayCandleDate": "2022-04-19T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "LASR": { + "figi": "BBG0020BCPX5", + "ticker": "LASR", + "classCode": "SPBXM", + "isin": "US65487K1007", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "nLight Inc", + "exchange": "SPB", + "ipoDate": "2009-10-02T00:00:00Z", + "issueSize": "37759112", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "190000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 100000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Cincinnati Financial Corporation", + "apiTradeAvailableFlag": true, + "uid": "5545b4e2-2e2b-46b4-aa60-e3e3e0b9748b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "431c16f6-876b-45dd-80b2-6e436cccc09c", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CCJ": { + "figi": "BBG000DSZTN6", + "ticker": "CCJ", + "classCode": "SPBXM", + "isin": "CA13321L1085", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Cameco Corporation", + "exchange": "SPB_MORNING", + "issueSize": "395477230", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "energy", + "issueSizePlan": "0", + "nominal": { + "currency": "cad", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "a4095c7d-dc51-4313-be5c-b073fd64b486", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6be6ceeb-f426-4be6-9b82-a60d9705da72", + "forIisFlag": true, + "first1minCandleDate": "2021-08-06T12:34:00Z", + "first1dayCandleDate": "2021-08-06T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "ENR": { + "figi": "BBG006FCB019", + "ticker": "ENR", + "classCode": "SPBXM", + "isin": "US29272W1099", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Energizer Holdings Inc", "exchange": "SPB", - "ipoDate": "1950-08-02T00:00:00Z", - "issueSize": "163982422", + "issueSize": "69432763", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "10000000", "nominal": { "currency": "usd", - "units": "2", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -81889,21 +79609,21 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "24e0027e-ab3c-4eb8-9ee2-d93c9895b9e7", + "uid": "8d83a1e4-4365-43e8-acda-39d84e565361", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11d4c18f-32ed-47c0-9ade-9d6443a4aa95", + "positionUid": "22dc6850-35b5-4050-8938-2b93f53df0a4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:14:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NMTP": { - "figi": "BBG004S68BR5", - "ticker": "NMTP", + "SFTL": { + "figi": "BBG0136BTL03", + "ticker": "SFTL", "classCode": "TQBR", - "isin": "RU0009084446", - "lot": 100, + "isin": "US83407L2079", + "lot": 1, "currency": "rub", "klong": { "units": "2", @@ -81914,100 +79634,100 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 367500000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 402800000 + "units": "4", + "nano": 760000000 }, "dlongMin": { - "units": "0", - "nano": 204700000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 184400000 + "units": "1", + "nano": 400000000 }, - "shortEnabledFlag": false, - "name": "НМТП", + "shortEnabledFlag": true, + "name": "\u0413\u0414\u0420 Softline", "exchange": "MOEX", - "ipoDate": "2003-06-04T00:00:00Z", - "issueSize": "19259815400", + "issueSize": "183492826", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "19259815400", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueSizePlan": "183692834", "nominal": { - "currency": "rub", - "units": "0", - "nano": 10000000 + "currency": "usd", + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_GDR", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "93ed8e88-2de2-4aec-a920-3384d24ecb2a", + "uid": "705ba115-f427-49c5-96e4-8cd04623b2ad", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f9970d52-9b3f-44cc-99c9-05351e731b4a", + "positionUid": "504fc88b-bc89-4bfa-9aaa-38cb83fedc1f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:36:00Z", - "first1dayCandleDate": "2007-11-08T00:00:00Z", + "first1minCandleDate": "2021-11-01T08:32:00Z", + "first1dayCandleDate": "2021-11-01T07:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.1 }, - "CMP": { - "figi": "BBG000C42WS4", - "ticker": "CMP", + "BFAM": { + "figi": "BBG003LFWP05", + "ticker": "BFAM", "classCode": "SPBXM", - "isin": "US20451N1019", + "isin": "US1091941005", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Compass Minerals International", + "name": "Bright Horizons Family Solutio", "exchange": "SPB", - "issueSize": "33850352", + "ipoDate": "2013-01-25T00:00:00Z", + "issueSize": "58089568", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "475000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b1ec231c-70b0-4f5b-a3d8-e5a625ff0b68", + "uid": "22263a4b-8fde-4325-95ea-6137a940e3c3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4ee9e0ea-6319-4dcc-bc30-028d07d0ff30", + "positionUid": "3f624985-dabe-4669-b0dc-ca70a9bcdfbc", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:58:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-06-11T14:08:00Z", + "first1dayCandleDate": "2013-01-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VREX": { - "figi": "BBG00CZNLR47", - "ticker": "VREX", + "TJX": { + "figi": "BBG000BV8DN6", + "ticker": "TJX", "classCode": "SPBXM", - "isin": "US92214X1063", + "isin": "US8725401090", "lot": 1, "currency": "usd", "klong": { @@ -82035,43 +79755,44 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Varex Imaging Corp", - "exchange": "SPB", - "issueSize": "38249440", + "name": "TJX", + "exchange": "SPB_MORNING", + "ipoDate": "1962-01-01T00:00:00Z", + "issueSize": "1202539197", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1800000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0542095e-0dca-48a6-ae49-a7d892c38acb", + "uid": "028860f0-768b-4faf-b746-25d5ef76314f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fde06427-c773-4024-ba82-bc6da69546f6", + "positionUid": "fff0477f-78ec-429d-9a5d-2d19bcec4d61", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:28:00Z", - "first1dayCandleDate": "2017-01-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2018-11-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HII": { - "figi": "BBG001KJ2HM9", - "ticker": "HII", + "CLR": { + "figi": "BBG000BHBGN6", + "ticker": "CLR", "classCode": "SPBXM", - "isin": "US4464131063", + "isin": "US2120151012", "lot": 1, "currency": "usd", "klong": { @@ -82099,19 +79820,20 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Huntington Ingalls Industries Inc", + "name": "Continental Resources Inc", "exchange": "SPB", - "issueSize": "46030947", + "ipoDate": "2007-05-15T00:00:00Z", + "issueSize": "375190967", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -82122,20 +79844,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d0dcba05-ada5-4e55-9eef-e09a5532464a", + "uid": "507c19da-6fbb-4e8f-afc5-255e90ae05ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4e57cdab-0726-4024-9023-a1345952f992", + "positionUid": "3c2877b5-97ec-446b-b74a-ccb2275b5103", "forIisFlag": true, "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "2011-03-22T00:00:00Z", + "first1dayCandleDate": "2007-05-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SOHU": { - "figi": "BBG00L2DB535", - "ticker": "SOHU", + "ZY": { + "figi": "BBG0077HPN74", + "ticker": "ZY", "classCode": "SPBXM", - "isin": "US83410S1087", + "isin": "US98985X1000", "lot": 1, "currency": "usd", "klong": { @@ -82148,98 +79870,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 674400000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 420000000 }, "shortEnabledFlag": false, - "name": "Sohu.com", + "name": "Zymergen Inc.", "exchange": "SPB", - "issueSize": "39306323", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "telecom", - "issueSizePlan": "0", + "issueSize": "100324768", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "ecomaterials", + "issueSizePlan": "286477669", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1a31a7e9-4948-44af-a2e4-a2194d60c5c2", + "uid": "ed8d4526-6234-4ad7-b40a-62dc04418e2a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b5f86278-07ba-4678-9fd0-ed67a2cec947", + "positionUid": "b6e6a048-8ef2-4d2f-a76e-fb8fd027eb8f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-07-12T00:00:00Z", + "first1minCandleDate": "2021-07-09T13:30:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FTCI": { - "figi": "BBG0320C1036", - "ticker": "FTCI", + "CARS": { + "figi": "BBG000HGTH33", + "ticker": "CARS", "classCode": "SPBXM", - "isin": "US30320C1036", + "isin": "US14575E1055", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 781000000 - }, - "dshort": { - "units": "1", - "nano": 347000000 - }, - "dlongMin": { - "units": "0", - "nano": 532000000 - }, - "dshortMin": { - "units": "0", - "nano": 532000000 - }, "shortEnabledFlag": false, - "name": "FTC Solar, Inc.", + "name": "Cars.com Inc", "exchange": "SPB", - "issueSize": "8022066", + "issueSize": "66626608", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "12000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -82250,60 +79948,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bab17307-7542-44f6-9c94-6a4d5c9e0645", + "uid": "15d7a49f-3d29-452b-9347-b4d03a42590e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "250e7935-f778-44c2-8911-5db63454b6c1", + "positionUid": "f5afff74-f450-4497-b46e-d564d56d78c4", "forIisFlag": true, - "first1minCandleDate": "2021-04-28T16:44:00Z", - "first1dayCandleDate": "2021-04-28T07:00:00Z", + "first1minCandleDate": "2019-08-05T11:46:00Z", + "first1dayCandleDate": "2017-05-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "OGS": { - "figi": "BBG004WQKD07", - "ticker": "OGS", + "TYL": { + "figi": "BBG000BVWZF9", + "ticker": "TYL", "classCode": "SPBXM", - "isin": "US68235P1084", + "isin": "US9022521051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ONE Gas", + "name": "Tyler Technologies Inc", "exchange": "SPB", - "issueSize": "52865557", + "ipoDate": "1969-03-24T00:00:00Z", + "issueSize": "36627400", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "780c06a5-6467-42a4-8eef-fc52eb9be492", + "uid": "dee65e6a-939c-4d5c-a98d-b0cc0bc93e87", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "330337d6-0619-47a6-96ff-8055ea60db4c", + "positionUid": "a705d11d-bb9f-4a46-b958-f95c046b99c4", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:34:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:40:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NTNX": { - "figi": "BBG001NDW1Z7", - "ticker": "NTNX", + "TDC": { + "figi": "BBG000R0L5J4", + "ticker": "TDC", "classCode": "SPBXM", - "isin": "US67059N1081", + "isin": "US88076W1036", "lot": 1, "currency": "usd", "klong": { @@ -82316,34 +80015,34 @@ }, "dlong": { "units": "0", - "nano": 501600000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 674400000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 294000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Nutanix Inc", + "shortEnabledFlag": false, + "name": "Teradata", "exchange": "SPB", - "issueSize": "22400000", + "issueSize": "126000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 25000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -82354,20 +80053,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "42d12f59-7a2d-4478-8dec-7064cb50fc64", + "uid": "4ad8080e-8fcf-4351-97f4-bf4c34e8d541", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "67216626-0b4f-4f4e-a62f-4122371f6315", + "positionUid": "d3774131-9f8f-4b14-8f6d-a9a0ae6e2035", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:20:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2007-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRNA": { - "figi": "BBG003PHHZT1", - "ticker": "MRNA", + "FOLD": { + "figi": "BBG000PLF6N0", + "ticker": "FOLD", "classCode": "SPBXM", - "isin": "US60770K1079", + "isin": "US03152W1099", "lot": 1, "currency": "usd", "klong": { @@ -82380,33 +80079,32 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 567500000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 252000000 }, - "shortEnabledFlag": true, - "name": "Moderna Inc", - "exchange": "SPB_MORNING_WEEKEND", - "ipoDate": "2015-11-20T00:00:00Z", - "issueSize": "406646312", + "shortEnabledFlag": false, + "name": "Amicus Therapeutics", + "exchange": "SPB_MORNING", + "issueSize": "258787743", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "1600000000", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -82419,35 +80117,74 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f0d0a0a9-b07e-44bf-9891-688ca6e06da9", + "uid": "c075a0d6-7531-42ba-b628-bb8a3ba6f5be", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c33f1f61-25f2-460d-bde8-f70a4c98302c", + "positionUid": "86152916-07be-416e-ae12-4f84abd23af5", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:23:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RNG": { - "figi": "BBG000J094P3", - "ticker": "RNG", + "WMS": { + "figi": "BBG000G7CDN9", + "ticker": "WMS", "classCode": "SPBXM", - "isin": "US76680R2067", + "isin": "US00790R1041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "RingCentral Inc", + "name": "Advanced Drainage Systems", "exchange": "SPB", - "ipoDate": "2013-09-27T00:00:00Z", - "issueSize": "70347665", + "issueSize": "70561388", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "eed26d83-15a2-40a2-8d30-3d38672573e1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "acf7aa6a-db26-4bdf-85d9-b322c10725fd", + "forIisFlag": true, + "first1minCandleDate": "2022-01-28T12:47:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MRTX": { + "figi": "BBG004TPGBP5", + "ticker": "MRTX", + "classCode": "SPBXM", + "isin": "US60468T1051", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Mirati Therapeutics Inc", + "exchange": "SPB_MORNING", + "issueSize": "36047127", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -82460,22 +80197,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ed93d777-696e-42fe-9989-d985c8219bc1", + "uid": "37a4ace7-2470-4ef6-95ba-1745d6659535", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "40ab8dd1-d3f7-48de-b3b7-8b4b2f95890b", + "positionUid": "14cee4b8-fb90-4576-a03f-f3de9de11eca", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:22:00Z", - "first1dayCandleDate": "2013-09-27T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2003-03-21T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MAGN": { - "figi": "BBG004S68507", - "ticker": "MAGN", - "classCode": "TQBR", - "isin": "RU0009084396", - "lot": 10, - "currency": "rub", + "DDOG": { + "figi": "BBG003NJHZT9", + "ticker": "DDOG", + "classCode": "SPBXM", + "isin": "US23804L1035", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -82486,75 +80223,114 @@ }, "dlong": { "units": "0", - "nano": 345700000 + "nano": 781000000 }, "dshort": { - "units": "0", - "nano": 233400000 + "units": "1", + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 191100000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 110600000 + "nano": 532000000 }, "shortEnabledFlag": true, - "name": "Магнитогорский металлургический комбинат", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2002-11-05T00:00:00Z", - "issueSize": "11174330000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "7972665600", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "name": "Datadog Inc", + "exchange": "SPB", + "issueSize": "86823234", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "380000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "787132b9-78da-4151-83e9-3dd650590e78", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8d0cf90b-bc78-4e25-8fc4-f9d704c76b46", + "forIisFlag": true, + "first1minCandleDate": "2020-01-21T15:47:00Z", + "first1dayCandleDate": "2020-01-21T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "1177": { + "figi": "BBG000C6XDL4", + "ticker": "1177", + "classCode": "SPBHKEX", + "isin": "KYG8167W1380", + "lot": 100, + "currency": "hkd", + "shortEnabledFlag": false, + "name": "Sino Biopharmaceutical", + "exchange": "SPB_HK", + "issueSize": "7412192209", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "hkd", + "units": "0", + "nano": 25000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7132b1c9-ee26-4464-b5b5-1046264b61d9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", + "uid": "1db9e96b-c87c-4ce3-92e1-9fb4e87e6c3c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1614d6f8-7be5-4d19-9417-e5fa9f989215", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2006-03-09T07:00:00Z", + "first1minCandleDate": "2022-06-20T05:28:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Shares", - "step": 0.005 + "step": 0.01 }, - "XPO": { - "figi": "BBG000L5CJF3", - "ticker": "XPO", + "GLOB": { + "figi": "BBG00564Y443", + "ticker": "GLOB", "classCode": "SPBXM", - "isin": "US9837931008", + "isin": "LU0974299876", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "XPO Logistics Inc", + "name": "Globant SA", "exchange": "SPB", - "issueSize": "109194970", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "issueSize": "36103814", + "countryOfRisk": "AR", + "countryOfRiskName": "\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 200000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -82565,21 +80341,21 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2fdeda6-c6b7-466d-94e3-ba5b15348789", + "uid": "6b63b7b3-c9ed-4f93-8024-3d2752e9f70b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "12eba5b8-2b61-4170-8d16-71791d3665ea", + "positionUid": "1406ac65-ba62-4153-8fe0-420d508fc884", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T12:45:00Z", - "first1dayCandleDate": "2002-07-26T00:00:00Z", + "first1minCandleDate": "2021-10-26T12:49:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LSNGP": { - "figi": "BBG000NLCCM3", - "ticker": "LSNGP", + "PLZL": { + "figi": "BBG000R607Y3", + "ticker": "PLZL", "classCode": "TQBR", - "isin": "RU0009092134", - "lot": 10, + "isin": "RU000A0JNAA8", + "lot": 1, "currency": "rub", "klong": { "units": "2", @@ -82591,155 +80367,180 @@ }, "dlong": { "units": "0", - "nano": 501600000 + "nano": 259900000 }, "dshort": { "units": "0", - "nano": 354100000 + "nano": 278900000 }, "dlongMin": { "units": "0", - "nano": 294000000 + "nano": 139700000 }, "dshortMin": { "units": "0", - "nano": 163700000 + "nano": 130900000 }, - "shortEnabledFlag": false, - "name": "Ленэнерго - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2003-06-27T00:00:00Z", - "issueSize": "93264311", + "shortEnabledFlag": true, + "name": "\u041f\u043e\u043b\u044e\u0441 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2006-04-27T00:00:00Z", + "issueSize": "136069400", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "131328000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "190627747", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "698d1493-f1f7-4eff-a4d1-2e509c77bfb8", + "uid": "10620843-28ce-44e8-80c2-f26ceb1bd3e1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e23cf6d7-d009-416a-a4b4-f69f1321fecc", + "positionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:37:00Z", - "first1dayCandleDate": "2000-01-19T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:35:00Z", + "first1dayCandleDate": "2006-05-12T07:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.5 }, - "ABCL": { - "figi": "BBG00LLW2MF2", - "ticker": "ABCL", + "MAC": { + "figi": "BBG000BL9C59", + "ticker": "MAC", "classCode": "SPBXM", - "isin": "CA00288U1066", + "isin": "US5543821012", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "AbCellera Biologics", - "exchange": "SPB", - "issueSize": "154091264", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "0", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Macerich REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1994-03-09T00:00:00Z", + "issueSize": "140992474", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "250000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db003323-1143-403a-953e-4876fd4dda6f", + "uid": "e749f14f-06b6-4f78-b145-6c0998861d46", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6973d6ee-940b-4b02-9da3-d7bcf52e3e7e", + "positionUid": "f4067e57-5748-4348-ba7c-ffaf43c0cdf3", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:32:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1994-03-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MAT": { - "figi": "BBG000BNNYW1", - "ticker": "MAT", + "KKR": { + "figi": "BBG000BCQ6J8", + "ticker": "KKR", "classCode": "SPBXM", - "isin": "US5770811025", + "isin": "US48251W1045", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Mattel", + "name": "KKR & Co. Inc.", "exchange": "SPB", - "issueSize": "339354128", + "issueSize": "524341874", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "3500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0515198d-9eab-4873-b35d-5e2c76cd25c2", + "uid": "ad6a036d-d705-4ed2-8fbd-ff2480552d9c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d951634d-c686-43ef-8423-25d0338a0366", + "positionUid": "a11fb64d-0746-4f49-b1a6-db2df2077afb", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:08:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:31:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MUV2@DE": { - "figi": "BBG000BD9FD1", - "ticker": "MUV2@DE", - "classCode": "SPBDE", - "isin": "DE0008430026", + "KSS": { + "figi": "BBG000CS7CT9", + "ticker": "KSS", + "classCode": "SPBXM", + "isin": "US5002551043", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Muenchener Rueckversicherungs-Gesellschaft AG", - "exchange": "SPB_DE", - "issueSize": "166843961", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "financial", - "issueSizePlan": "166843961", + "name": "Kohl's Corp", + "exchange": "SPB", + "issueSize": "168004787", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -82750,93 +80551,70 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8dae904b-f357-4dca-a1a7-5248752b822b", + "uid": "7c1602b2-1342-48f4-a893-a9ed540b0c7b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ab8b983b-912c-4382-a02a-815130fbdaf7", - "forIisFlag": true, - "first1minCandleDate": "2020-09-29T07:33:00Z", - "first1dayCandleDate": "2020-09-29T07:00:00Z", + "positionUid": "b05c9b96-633d-4ea9-ad40-6ef5b2188036", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:37:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BYSI": { - "figi": "BBG00F9YLST6", - "ticker": "BYSI", + "ALC": { + "figi": "BBG00NPWH832", + "ticker": "ALC", "classCode": "SPBXM", - "isin": "KYG108301006", + "isin": "CH0432492467", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 695300000 - }, - "dshort": { - "units": "1", - "nano": 96700000 - }, - "dlongMin": { - "units": "0", - "nano": 448000000 - }, - "dshortMin": { - "units": "0", - "nano": 448000000 - }, - "shortEnabledFlag": true, - "name": "BeyondSpring", + "shortEnabledFlag": false, + "name": "Alcon", "exchange": "SPB", - "issueSize": "38016401", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "issueSize": "491700000", + "countryOfRisk": "CH", + "countryOfRiskName": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "health_care", - "issueSizePlan": "500000000", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "chf", "units": "0", - "nano": 100000 + "nano": 40000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a59d40f4-e8aa-4248-ab31-c1c89ae7d661", + "uid": "30176832-2f91-4266-b94a-e26540dcad25", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "195acb01-98f6-4b95-b45f-c826f91fe206", + "positionUid": "f3136758-b968-4a89-a4be-e3d7e0cd1719", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:52:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2021-12-28T09:04:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DELL": { - "figi": "BBG00DW3SZS1", - "ticker": "DELL", + "SCCO": { + "figi": "BBG000BSHH72", + "ticker": "SCCO", "classCode": "SPBXM", - "isin": "US24703L2025", + "isin": "US84265V1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Dell Technologies Inc", - "exchange": "SPB", - "issueSize": "299892120", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "name": "Southern Copper Corp", + "exchange": "SPB_MORNING", + "ipoDate": "1996-01-05T00:00:00Z", + "issueSize": "773081269", + "countryOfRisk": "PE", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u0435\u0440\u0443", + "sector": "materials", "issueSizePlan": "0", "nominal": { "currency": "usd", @@ -82854,208 +80632,142 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "64b76b4e-9763-4b67-a3e0-3bebb6a1db51", + "uid": "3c072a03-3924-45c4-9d6b-8c92a0f0a2d8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4dbe786a-8e34-4e6b-9bd8-890472e62e3d", + "positionUid": "11c702a5-4176-4d20-9594-a2f919599c38", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:32:00Z", + "first1dayCandleDate": "1996-01-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TXT": { - "figi": "BBG000BVVQQ8", - "ticker": "TXT", + "APEI": { + "figi": "BBG000RVD346", + "ticker": "APEI", "classCode": "SPBXM", - "isin": "US8832031012", + "isin": "US02913V1035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Textron", + "name": "American Public Education Inc", "exchange": "SPB", - "ipoDate": "1947-12-22T00:00:00Z", - "issueSize": "224137963", + "ipoDate": "2007-11-08T00:00:00Z", + "issueSize": "16586160", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 125000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac67756d-7e3a-4180-81e4-84f411301003", + "uid": "0ec72c44-f2e7-434e-9688-2c3a5184936a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5a3417b1-4003-47ac-b301-309af87c6842", + "positionUid": "70f25b1c-4596-4d91-a3c4-b5fa99dbbca0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2007-11-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LNZLP": { - "figi": "BBG000SR0YS4", - "ticker": "LNZLP", - "classCode": "TQBR", - "isin": "RU000A0JP1P7", + "CCOI": { + "figi": "BBG000D0SMY8", + "ticker": "CCOI", + "classCode": "SPBXM", + "isin": "US19239V3024", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 289700000 - }, - "dshort": { - "units": "0", - "nano": 660700000 - }, - "dlongMin": { - "units": "0", - "nano": 157200000 - }, - "dshortMin": { - "units": "0", - "nano": 288700000 - }, + "currency": "usd", "shortEnabledFlag": false, - "name": "Лензолото - привилегированные акции", - "exchange": "MOEX", - "ipoDate": "2000-06-15T00:00:00Z", - "issueSize": "347700", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "347700", + "name": "Cogent Communications", + "exchange": "SPB", + "issueSize": "47150133", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "75000000", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", - "minPriceIncrement": { - "units": "5", - "nano": 0 - }, - "apiTradeAvailableFlag": true, - "uid": "28fdec79-fcf0-40cb-b53c-586179f024e5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "56dbcc38-5d04-4134-a278-f0a625d08f9c", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:20:00Z", - "first1dayCandleDate": "2009-06-25T00:00:00Z", - "type": "Shares", - "step": 5.0 - }, - "SPBE": { - "figi": "BBG002GHV6L9", - "ticker": "SPBE", - "classCode": "SPBRU_USD", - "isin": "RU000A0JQ9P9", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "СПБ Биржа", - "exchange": "SPB_RU_MORNING", - "ipoDate": "2009-03-19T00:00:00Z", - "issueSize": "132843907", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "687000", - "nominal": { - "currency": "rub", - "units": "3", - "nano": 750000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8e3f68a3-64fa-478b-9d81-73d1ad34e27b", + "uid": "aaaa9d15-33dd-4834-a610-2ae6b89379fc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0d976978-8094-4cb5-a64a-0ced4f2d5d1c", + "positionUid": "e0e05bae-2fd3-4030-aef0-6146181c9da9", "forIisFlag": true, - "first1minCandleDate": "2021-11-19T07:00:00Z", - "first1dayCandleDate": "2021-11-19T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CALM": { - "figi": "BBG000CDMJW6", - "ticker": "CALM", + "XNCR": { + "figi": "BBG0026ZG4W0", + "ticker": "XNCR", "classCode": "SPBXM", - "isin": "US1280302027", + "isin": "US98401F1057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cal-Maine Foods Inc", + "name": "Xencor Inc", "exchange": "SPB", - "ipoDate": "1996-12-11T00:00:00Z", - "issueSize": "43832291", + "ipoDate": "2006-04-12T00:00:00Z", + "issueSize": "56721172", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "120000000", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d16f0b4b-42a2-452e-9a7a-10aa85ba7af0", + "uid": "ed1e3a46-3c9c-4840-9680-224f608cd541", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8b44749f-bbf0-48ed-9aaf-e959d16cb8f6", + "positionUid": "17515f54-400d-4b40-9a41-61c6e721221a", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:29:00Z", - "first1dayCandleDate": "1996-12-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CLSK": { - "figi": "BBG001MB89V6", - "ticker": "CLSK", + "ZS": { + "figi": "BBG003338H34", + "ticker": "ZS", "classCode": "SPBXM", - "isin": "US18452B2097", + "isin": "US98980G1022", "lot": 1, "currency": "usd", "klong": { @@ -83068,28 +80780,29 @@ }, "dlong": { "units": "0", - "nano": 852500000 + "nano": 892400000 }, "dshort": { "units": "1", - "nano": 611500000 + "nano": 842600000 }, "dlongMin": { "units": "0", - "nano": 616000000 + "nano": 672000000 }, "dshortMin": { "units": "0", - "nano": 616000000 + "nano": 686000000 }, "shortEnabledFlag": true, - "name": "Cleanspark Inc", - "exchange": "SPB", - "issueSize": "9864656", + "name": "Zscaler Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2018-03-16T00:00:00Z", + "issueSize": "119606722", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "20000000", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -83106,76 +80819,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dec01cd8-f2a6-4a9c-8982-de4f40143959", + "uid": "fae69681-7ce2-4929-8724-4d2a6135e7ef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ce247f57-74b1-4cb0-b603-f5983f3fb34a", + "positionUid": "83059d3c-18de-4659-a611-57217d1dc169", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:55:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-06-11T11:29:00Z", + "first1dayCandleDate": "2018-03-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SATS": { - "figi": "BBG000TGLV00", - "ticker": "SATS", + "SSNC": { + "figi": "BBG000RJ2J04", + "ticker": "SSNC", "classCode": "SPBXM", - "isin": "US2787681061", + "isin": "US78467J1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "EchoStar Corporation", + "name": "SS&C Technologies Holdings Inc", "exchange": "SPB", - "issueSize": "48039777", + "issueSize": "252995053", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "1600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "acfb7f82-a2d1-40cb-97f6-35b1a0db4a9e", + "uid": "21988b46-7035-4f36-aa84-01c5f5f75298", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "714b6263-6166-404f-bf24-6e8e080b5e44", + "positionUid": "935c7ec0-bd77-4e32-8c9f-5e0d73def42f", "forIisFlag": true, - "first1minCandleDate": "2021-09-03T12:30:00Z", - "first1dayCandleDate": "2021-09-03T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2010-03-31T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RXRX": { - "figi": "BBG00PQ4XJ45", - "ticker": "RXRX", + "BMBL": { + "figi": "BBG00Z6RF483", + "ticker": "BMBL", "classCode": "SPBXM", - "isin": "US75629V1044", + "isin": "US12047B1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Recursion Pharmaceuticals, Inc.", + "name": "Bumble Inc.", "exchange": "SPB", - "issueSize": "159015551", + "issueSize": "111678399", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1989032117", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "6000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -83186,185 +80899,232 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d4e42dba-694f-4a1c-89d5-e131ef22e93d", + "uid": "1f9e652d-f8ef-4ed4-b139-153a48df468a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "44271037-beb1-4381-9b15-471dd6768af8", + "positionUid": "39a4bc1e-9d39-48e2-9ade-dfb88fd76e4b", "forIisFlag": true, - "first1minCandleDate": "2021-07-09T13:30:00Z", - "first1dayCandleDate": "2021-07-09T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:31:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PEGA": { - "figi": "BBG000H1RYG7", - "ticker": "PEGA", - "classCode": "SPBXM", - "isin": "US7055731035", + "OZON": { + "figi": "BBG00Y91R9T3", + "ticker": "OZON", + "classCode": "TQBR", + "isin": "US69269L1044", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Pegasystems Inc", - "exchange": "SPB", - "ipoDate": "1996-07-18T00:00:00Z", - "issueSize": "77859958", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 999600000 + }, + "dshort": { + "units": "2", + "nano": 920400000 + }, + "dlongMin": { + "units": "0", + "nano": 980000000 + }, + "dshortMin": { + "units": "0", + "nano": 980000000 + }, + "shortEnabledFlag": true, + "name": "Ozon Holdings PLC", + "exchange": "MOEX_WEEKEND", + "issueSize": "216413733", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "662610fc-27f6-432e-98fb-16f897076596", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2bfa2bfa-2dba-4bdc-894c-ae4b1baac5f4", + "uid": "35fb8d6b-ed5f-45ca-b383-c4e3752c9a8a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1996-07-19T00:00:00Z", + "first1minCandleDate": "2020-11-24T15:30:00Z", + "first1dayCandleDate": "2020-11-24T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "HAIN": { - "figi": "BBG000BQW085", - "ticker": "HAIN", + "BIG": { + "figi": "BBG000J0D904", + "ticker": "BIG", "classCode": "SPBXM", - "isin": "US4052171000", + "isin": "US0893021032", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Hain Celestial Group Inc", + "name": "Big Lots Inc", "exchange": "SPB", - "ipoDate": "1993-11-01T00:00:00Z", - "issueSize": "49874622", + "ipoDate": "1985-06-20T00:00:00Z", + "issueSize": "42032765", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "298000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d84ace73-4691-42e1-8e82-c4e5b828d422", + "uid": "c5db1ac6-1eb7-49c5-b417-63e7c98dd362", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "49c6e1a5-bdd5-46a4-b02e-c361771462fb", + "positionUid": "17e60b2c-58d1-4060-a77f-7a8c7fa4ddd6", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2001-01-02T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AVNS": { - "figi": "BBG005L86G05", - "ticker": "AVNS", - "classCode": "SPBXM", - "isin": "US05350V1061", + "LKOH": { + "figi": "BBG004731032", + "ticker": "LKOH", + "classCode": "TQBR", + "isin": "RU0009024277", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Avanos Medical Inc", - "exchange": "SPB", - "issueSize": "47504680", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "300000000", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 244400000 + }, + "dshort": { + "units": "0", + "nano": 489300000 + }, + "dlongMin": { + "units": "0", + "nano": 130800000 + }, + "dshortMin": { + "units": "0", + "nano": 220400000 + }, + "shortEnabledFlag": true, + "name": "\u041b\u0423\u041a\u041e\u0419\u041b", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2003-06-25T00:00:00Z", + "issueSize": "692865762", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "850563255", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 10000000 + "nano": 25000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "91b64161-861e-477d-9c0b-602fe8435b1b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c698bdcd-9d25-4a2f-a4f2-92813213d265", + "uid": "02cfdf61-6298-4c0f-a9ca-9cabc82afaf3", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2014-10-21T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.5 }, - "CPRT": { - "figi": "BBG000BM9RH1", - "ticker": "CPRT", + "BCE": { + "figi": "BBG000BCXNS3", + "ticker": "BCE", "classCode": "SPBXM", - "isin": "US2172041061", + "isin": "CA05534B7604", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Copart Inc", + "name": "BCE Inc.", "exchange": "SPB", - "ipoDate": "1994-03-16T00:00:00Z", - "issueSize": "237100519", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "400000000", + "issueSize": "904327728", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d7bcc2e4-a2ae-4d2e-acf6-36de8c21c4be", + "uid": "e0c8c1ac-059a-41e9-bf2d-74ad27529073", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2fff3ee5-e07b-4cdd-bb8e-3b572e00beea", + "positionUid": "27fa9a63-2647-4936-939f-46868bb040b7", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1994-03-17T00:00:00Z", + "first1minCandleDate": "2022-08-08T13:20:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SIBN": { - "figi": "BBG004S684M6", - "ticker": "SIBN", - "classCode": "TQBR", - "isin": "RU0009062467", + "CDNS": { + "figi": "BBG000C13CD9", + "ticker": "CDNS", + "classCode": "SPBXM", + "isin": "US1273871087", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -83375,61 +81135,61 @@ }, "dlong": { "units": "0", - "nano": 300800000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 329800000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 163800000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 153200000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Газпром нефть", - "exchange": "MOEX_WEEKEND", - "ipoDate": "1995-10-17T00:00:00Z", - "issueSize": "4741299639", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "4741299639", + "shortEnabledFlag": false, + "name": "Cadence Design Systems", + "exchange": "SPB_MORNING", + "ipoDate": "1987-06-01T00:00:00Z", + "issueSize": "282067000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "600000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 1600000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ba367af-dfbd-4d9c-8730-4b1d5a47756e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", + "uid": "3f5aa3f5-9aa5-448f-8f40-fce8fee7c025", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b058e213-b305-466b-ad3a-a4801d6d7c56", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "1999-09-06T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:14:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "NKNCP": { - "figi": "BBG000GQSVC2", - "ticker": "NKNCP", - "classCode": "TQBR", - "isin": "RU0006765096", - "lot": 10, - "currency": "rub", + "PVH": { + "figi": "BBG000BRRG02", + "ticker": "PVH", + "classCode": "SPBXM", + "isin": "US6936561009", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -83440,59 +81200,59 @@ }, "dlong": { "units": "0", - "nano": 255800000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 311800000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 137300000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 145300000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Нижнекамскнефтехим - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2003-08-15T00:00:00Z", - "issueSize": "218983750", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "218983750", + "shortEnabledFlag": true, + "name": "PVH", + "exchange": "SPB_MORNING", + "ipoDate": "1920-03-25T00:00:00Z", + "issueSize": "82349513", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "240000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_PREFERRED", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bc21fb4f-8838-4355-8697-fb0d8fc809c8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7b7201cb-fe73-49a8-95d6-bd5edf4b849c", + "uid": "f5a621fa-937f-4f70-9f59-26770ea9c24f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "134a3396-c9c6-422c-8362-70b2302f3cda", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:55:00Z", - "first1dayCandleDate": "2008-04-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "AVGO": { - "figi": "BBG00KHY5S69", - "ticker": "AVGO", + "ACN": { + "figi": "BBG000D9D830", + "ticker": "ACN", "classCode": "SPBXM", - "isin": "US11135F1012", + "isin": "IE00B4BNMY34", "lot": 1, "currency": "usd", "klong": { @@ -83520,19 +81280,20 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Broadcom", + "name": "Accenture", "exchange": "SPB", - "issueSize": "410260560", + "ipoDate": "2001-07-19T00:00:00Z", + "issueSize": "642550414", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "20000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 22500 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -83543,36 +81304,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f14568bd-2280-41c3-a78a-05c2f3336a75", + "uid": "0fd508e4-14ea-496a-a45a-555e50333b15", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e3557a3e-a823-40f2-8b70-e6c08843baa1", + "positionUid": "0de98fbb-6db8-407d-a206-f3b748bb0856", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:46:00Z", - "first1dayCandleDate": "2009-08-06T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:01:00Z", + "first1dayCandleDate": "2001-07-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EVK@DE": { - "figi": "BBG001PD3L10", - "ticker": "EVK@DE", - "classCode": "SPBDE", - "isin": "DE000EVNK013", + "BOKF": { + "figi": "BBG000CFZ003", + "ticker": "BOKF", + "classCode": "SPBXM", + "isin": "US05561Q2012", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Evonik Industries AG", - "exchange": "SPB_DE", - "issueSize": "466000000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "materials", - "issueSizePlan": "0", + "name": "BOK Financial", + "exchange": "SPB", + "issueSize": "70692686", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2500000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 60000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -83583,111 +81344,96 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "03a4bf53-58bd-49f5-adf1-f7c3a6530f1a", + "uid": "4f132fe4-3623-4423-aef0-2bcc8f55b339", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38430783-a09d-44a0-aa61-f55148890722", + "positionUid": "f9914e6c-ae82-4f69-a66a-d0686850a5b9", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:06:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ALXO": { - "figi": "BBG00VR8SDG8", - "ticker": "ALXO", + "SEIC": { + "figi": "BBG000BSQLT9", + "ticker": "SEIC", "classCode": "SPBXM", - "isin": "US00166B1052", + "isin": "US7841171033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ALX Oncology Holdings Inc", + "name": "SEI Investments Company", "exchange": "SPB", - "issueSize": "37107522", + "ipoDate": "1981-03-01T00:00:00Z", + "issueSize": "157278314", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "750000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c39705a-bd99-4912-9051-92be1bc4dbae", + "uid": "e899a00c-c122-499d-816b-17f3aa75fc93", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fcd8e421-4e14-4fbf-8073-abd0c8623651", + "positionUid": "6f6c5c8d-9509-416a-b838-839ca20b0e46", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DVEC": { - "figi": "BBG000V07CB8", - "ticker": "DVEC", - "classCode": "TQBR", - "isin": "RU000A0JP2W1", - "lot": 1000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ДЭК", - "exchange": "MOEX", - "ipoDate": "2007-04-19T00:00:00Z", - "issueSize": "17223107804", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "17070831482", - "nominal": { - "currency": "rub", - "units": "1", + "OKTA": { + "figi": "BBG001YV1SM4", + "ticker": "OKTA", + "classCode": "SPBXM", + "isin": "US6792951054", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 1000000 - }, - "apiTradeAvailableFlag": true, - "uid": "18fb3421-7637-48f1-b5b5-20a454e1af5b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fed8a891-eef6-4bc1-98c6-97b34b8c29d0", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:46:00Z", - "first1dayCandleDate": "2007-12-13T00:00:00Z", - "type": "Shares", - "step": 0.001 - }, - "NTRA": { - "figi": "BBG001J1BQ86", - "ticker": "NTRA", - "classCode": "SPBXM", - "isin": "US6323071042", - "lot": 1, - "currency": "usd", + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 515400000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 231000000 + }, "shortEnabledFlag": false, - "name": "Natera inc", - "exchange": "SPB", - "issueSize": "78725320", + "name": "Okta Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2017-04-07T00:00:00Z", + "issueSize": "97147059", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -83704,61 +81450,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "52d53bd0-cdaa-4952-abfa-84176f0a6b66", + "uid": "20fa4093-13fd-46db-be82-1bcbf4654752", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "937aed0f-126f-47f3-8a74-e367ba551589", + "positionUid": "33db267a-bb57-4949-b5fd-7f7efa3277a9", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-08-05T11:25:00Z", + "first1dayCandleDate": "2017-04-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NSVZ": { - "figi": "BBG002BCQK67", - "ticker": "NSVZ", - "classCode": "TQBR", - "isin": "RU000A0JQLB6", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Наука-Связь", - "exchange": "MOEX", - "ipoDate": "2007-12-19T00:00:00Z", - "issueSize": "4701562", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "950000", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 500000000 - }, - "apiTradeAvailableFlag": true, - "uid": "88c3b1dd-cf86-48b6-b479-464ce1149472", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f762cabd-3206-40d7-8698-82149686eac5", - "forIisFlag": true, - "first1minCandleDate": "2018-03-08T06:47:00Z", - "first1dayCandleDate": "2011-12-15T00:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "SWKS": { - "figi": "BBG000KLB4Q1", - "ticker": "SWKS", + "UBER": { + "figi": "BBG002B04MT8", + "ticker": "UBER", "classCode": "SPBXM", - "isin": "US83088M1027", + "isin": "US90353T1007", "lot": 1, "currency": "usd", "klong": { @@ -83771,75 +81476,74 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 953300000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "2", + "nano": 489400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 784000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 868000000 }, - "shortEnabledFlag": false, - "name": "Skyworks Solutions", - "exchange": "SPB", - "issueSize": "190737961", + "shortEnabledFlag": true, + "name": "Uber", + "exchange": "SPB_MORNING", + "issueSize": "1884346863", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "525000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "5000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 250000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f472b7eb-53fb-4f23-af47-a11c67704dd4", + "uid": "07dcfe5b-16a6-489e-930a-4a8ddb7b4d59", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4f6bc766-b392-46f6-b54b-d78ecea76bd3", + "positionUid": "08ce95fd-33b1-454d-9fbc-41c01ee8f600", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:46:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-20T12:52:00Z", + "first1dayCandleDate": "2019-06-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TPH": { - "figi": "BBG0016YQTR5", - "ticker": "TPH", + "CHWY": { + "figi": "BBG00P19DKZ6", + "ticker": "CHWY", "classCode": "SPBXM", - "isin": "US87265H1095", + "isin": "US16679L1098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tri Pointe Homes, Inc.", + "name": "Chewy Inc", "exchange": "SPB", - "ipoDate": "2013-01-31T00:00:00Z", - "issueSize": "126825194", + "issueSize": "1500000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "500000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -83850,102 +81554,148 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c7e9c018-838f-4fb3-88ad-8eebf7835b2d", + "uid": "bfc61e4b-9324-427b-b6c7-8fa7686d9a2a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a11798dc-6a9b-4ef5-bd82-bbd2b29fd6a8", + "positionUid": "c4a8bcb4-6dc2-402c-a9ff-609c3726d7dc", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:35:00Z", - "first1dayCandleDate": "2013-01-31T00:00:00Z", + "first1minCandleDate": "2020-09-22T12:06:00Z", + "first1dayCandleDate": "2020-09-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AGCO": { - "figi": "BBG000DCCZW2", - "ticker": "AGCO", + "NTNX": { + "figi": "BBG001NDW1Z7", + "ticker": "NTNX", "classCode": "SPBXM", - "isin": "US0010841023", + "isin": "US67059N1081", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "AGCO Corp", - "exchange": "SPB", - "ipoDate": "1992-04-16T00:00:00Z", - "issueSize": "76512465", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 501600000 + }, + "dshort": { + "units": "0", + "nano": 674400000 + }, + "dlongMin": { + "units": "0", + "nano": 294000000 + }, + "dshortMin": { + "units": "0", + "nano": 294000000 + }, + "shortEnabledFlag": true, + "name": "Nutanix Inc", + "exchange": "SPB_MORNING", + "issueSize": "22400000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 25000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f808970-0956-4a6f-8d4c-d9290d06b3b7", + "uid": "42d12f59-7a2d-4478-8dec-7064cb50fc64", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b720045c-b2dc-4b59-a56f-8e985512b9b4", + "positionUid": "67216626-0b4f-4f4e-a62f-4122371f6315", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:32:00Z", - "first1dayCandleDate": "1992-04-16T00:00:00Z", + "first1minCandleDate": "2019-08-05T11:20:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RENI": { - "figi": "BBG00QKJSX05", - "ticker": "RENI", - "classCode": "TQBR", - "isin": "RU000A0ZZM04", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Ренессанс Страхование", - "exchange": "MOEX", - "ipoDate": "2018-08-06T00:00:00Z", - "issueSize": "556952780", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "409680053", + "AA": { + "figi": "BBG00B3T3HD3", + "ticker": "AA", + "classCode": "SPBXM", + "isin": "US0138721065", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Alcoa Corporation", + "exchange": "SPB_MORNING_WEEKEND", + "issueSize": "146159428", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "750000000", "nominal": { - "currency": "rub", - "units": "9", - "nano": 880000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a57d3a52-63d5-417b-b66d-c6114587f0ea", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9cad2776-d83e-4d56-b0e8-58125e4e1600", + "uid": "ab80ad63-00f1-4c9a-815d-f72d92e84be7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "db1119c2-3e15-4472-8b19-36ee20a1c7cc", "forIisFlag": true, - "first1minCandleDate": "2021-10-21T06:59:00Z", - "first1dayCandleDate": "2021-10-21T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CRWD": { - "figi": "BBG00BLYKS03", - "ticker": "CRWD", + "HES": { + "figi": "BBG000BBD070", + "ticker": "HES", "classCode": "SPBXM", - "isin": "US22788C1053", + "isin": "US42809H1077", "lot": 1, "currency": "usd", "klong": { @@ -83958,110 +81708,134 @@ }, "dlong": { "units": "0", - "nano": 663600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 16400000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 420000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 420000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Crowdstrike Holdings Inc", - "exchange": "SPB", - "issueSize": "18000000", + "shortEnabledFlag": false, + "name": "Hess", + "exchange": "SPB_MORNING", + "ipoDate": "1926-03-15T00:00:00Z", + "issueSize": "285834964", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 500000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60110224-f36c-4a27-add5-107f77774f03", + "uid": "e4bc87a5-da64-4923-ac0a-b6cd2ebe1910", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14b0bbd7-d46c-440e-8488-f4027cbf877c", + "positionUid": "6cd35427-d34c-43f9-9ecc-2ac0b802fff6", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T11:56:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TGKBP": { - "figi": "BBG000Q7GJ60", - "ticker": "TGKBP", - "classCode": "TQBR", - "isin": "RU000A0JNGT5", - "lot": 100000, - "currency": "rub", + "NWL": { + "figi": "BBG000BQC9V2", + "ticker": "NWL", + "classCode": "SPBXM", + "isin": "US6512291062", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "ТГК-2 - акции привилегированные", - "exchange": "MOEX", - "ipoDate": "2006-06-29T00:00:00Z", - "issueSize": "16500533681", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "11384171043", + "name": "Newell Brands", + "exchange": "SPB", + "ipoDate": "1972-04-12T00:00:00Z", + "issueSize": "485700000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "800000000", "nominal": { - "currency": "rub", - "units": "0", - "nano": 10000000 + "currency": "usd", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_PREFERRED", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45609688-b63e-42dd-88a0-9d30c423c5e5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "874b28df-73ad-47b0-8177-2b3c102b4ea0", + "uid": "d0a557cc-0636-4a6b-9c2e-69244ca2e304", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5ca04361-ee20-4f5b-9566-c889bc10cf46", "forIisFlag": true, - "first1minCandleDate": "2018-03-08T06:49:00Z", - "first1dayCandleDate": "2007-06-09T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.00001 + "step": 0.01 }, - "FLWS": { - "figi": "BBG000BBR9P6", - "ticker": "FLWS", + "CVS": { + "figi": "BBG000BGRY34", + "ticker": "CVS", "classCode": "SPBXM", - "isin": "US68243Q1067", + "isin": "US1266501006", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "1-800-Flowers.com Inc", - "exchange": "SPB", - "ipoDate": "2006-10-13T00:00:00Z", - "issueSize": "33822823", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "CVS Health Corporation", + "exchange": "SPB_MORNING", + "issueSize": "1319574744", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "3200000000", "nominal": { "currency": "usd", "units": "0", @@ -84071,81 +81845,106 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "50d1e41c-aca9-44b0-bfc2-c7ee2de07ee8", + "uid": "ff1995ba-0f2d-4abf-83f5-99ce6dbef9b9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2ce31f78-c2ce-4f07-b513-12242ff8014f", + "positionUid": "da0d15e2-3d5f-4877-8f6e-6504b5e4c00e", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "UPST": { - "figi": "BBG00PKCBY53", - "ticker": "UPST", + "THO": { + "figi": "BBG000BV6R84", + "ticker": "THO", "classCode": "SPBXM", - "isin": "US91680M1071", + "isin": "US8851601018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Upstart Holdings", - "exchange": "SPB", - "issueSize": "15044707", + "name": "Thor Industries Inc", + "exchange": "SPB_MORNING", + "issueSize": "52695365", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "90000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3f427652-92cc-47c8-bd1d-c398d0dc79b4", + "uid": "e7f6c5a3-d2f9-40f5-9138-21ad53a984a2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f27af823-82bc-4ac5-ac9f-e77bd46b1d88", + "positionUid": "5a285576-4238-415b-bd22-7b001567e09b", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:30:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:32:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ANF": { - "figi": "BBG000H9G7X2", - "ticker": "ANF", - "classCode": "SPBXM", - "isin": "US0028962076", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Abercrombie & Fitch", - "exchange": "SPB", - "issueSize": "67204664", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "150000000", - "nominal": { - "currency": "usd", + "ENRU": { + "figi": "BBG000F6YP24", + "ticker": "ENRU", + "classCode": "TQBR", + "isin": "RU000A0F5UN3", + "lot": 1000, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 248600000 + }, + "dshort": { + "units": "0", + "nano": 512300000 + }, + "dlongMin": { + "units": "0", + "nano": 133100000 + }, + "dshortMin": { + "units": "0", + "nano": 229700000 + }, + "shortEnabledFlag": true, + "name": "\u042d\u043d\u0435\u043b \u0420\u043e\u0441\u0441\u0438\u044f", + "exchange": "MOEX", + "ipoDate": "2004-12-24T00:00:00Z", + "issueSize": "35371898370", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "29407170459", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -84155,23 +81954,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000 }, "apiTradeAvailableFlag": true, - "uid": "71276373-d037-4a08-bc69-24f64197587d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "67815894-37da-4887-a7fb-e9c7a4e8ac94", + "uid": "1c252c56-427a-43b3-9609-bd8ea5a2c703", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "45f5a263-cdcb-414a-a973-25dd384543b5", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2005-09-16T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0002 }, - "PHOR@GS": { - "figi": "BBG001R16GZ5", - "ticker": "PHOR@GS", + "FTV": { + "figi": "BBG00BLVZ228", + "ticker": "FTV", "classCode": "SPBXM", - "isin": "US71922G2093", + "isin": "US34959J1088", "lot": 1, "currency": "usd", "klong": { @@ -84183,76 +81982,76 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "PhosAgro PJSC", - "exchange": "LSE", - "issueSize": "431666667", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "0", + "name": "Fortive", + "exchange": "SPB_MORNING", + "issueSize": "345237561", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 333300000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f137b73f-6ea0-4612-b4cb-bc40008a0fbb", + "uid": "2e96b4a8-e6e9-418b-9da2-31ce11715294", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c3ea01b4-d9ba-4b7a-82aa-08269256fb32", + "positionUid": "0365e1ac-2a15-481f-9b62-6aa12fee9db1", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:09:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2016-06-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ATRO": { - "figi": "BBG000BCLBY5", - "ticker": "ATRO", + "BOOT": { + "figi": "BBG0077SYZV6", + "ticker": "BOOT", "classCode": "SPBXM", - "isin": "US0464331083", + "isin": "US0994061002", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Astronics Corp", + "name": "Boot Barn Holdings Inc", "exchange": "SPB", - "ipoDate": "1972-04-01T00:00:00Z", - "issueSize": "19478408", + "ipoDate": "2009-10-28T00:00:00Z", + "issueSize": "28564239", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84263,104 +82062,103 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7ffe5a84-1b38-4b95-a5eb-00e987f0f177", + "uid": "97935528-1e9e-434b-b40a-656a328500ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1118ffaa-7d72-4edf-8d7d-bdb43bfc03ee", + "positionUid": "6e54e606-4b39-463f-8f9f-e3b6b7850b0c", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:30:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-10-31T12:50:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TRU": { - "figi": "BBG002Q7J5Z1", - "ticker": "TRU", + "QNST": { + "figi": "BBG000S9XXB8", + "ticker": "QNST", "classCode": "SPBXM", - "isin": "US89400J1079", + "isin": "US74874Q1004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "TransUnion", + "name": "QuinStreet Inc", "exchange": "SPB", - "ipoDate": "2015-06-25T00:00:00Z", - "issueSize": "190000000", + "issueSize": "51225472", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a01f55e-7e54-4e0d-b331-f2ececf0892b", + "uid": "a187129e-2a94-481b-88ae-d5f8b0f524ff", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "55397ef4-a63d-454c-b34b-682986388997", + "positionUid": "90741432-b291-48aa-bf58-303a087e9e64", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:34:00Z", - "first1dayCandleDate": "2015-06-25T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HURN": { - "figi": "BBG000PV2M48", - "ticker": "HURN", + "ALSN": { + "figi": "BBG001KY3845", + "ticker": "ALSN", "classCode": "SPBXM", - "isin": "US4474621020", + "isin": "US01973R1014", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Huron Consulting Group Inc", + "name": "Allison Transmission Holdings", "exchange": "SPB", - "ipoDate": "2004-10-13T00:00:00Z", - "issueSize": "22414016", + "ipoDate": "2012-03-15T00:00:00Z", + "issueSize": "126129727", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "500000000", + "issueSizePlan": "1880000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f505b84b-6179-4e79-b1d3-ad6877d3c379", + "uid": "7c9da60c-fb60-40aa-89b0-d4646e94bb7e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f74cbe1e-4b88-4950-b04d-f9701e99fab0", + "positionUid": "4da83f2d-ec91-4d3a-a9a3-b74dd90bdc3a", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2004-10-13T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:34:00Z", + "first1dayCandleDate": "2012-03-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NEM": { - "figi": "BBG000BPWXK1", - "ticker": "NEM", - "classCode": "SPBXM", - "isin": "US6516391066", - "lot": 1, - "currency": "usd", + "OGKB": { + "figi": "BBG000RK52V1", + "ticker": "OGKB", + "classCode": "TQBR", + "isin": "RU000A0JNG55", + "lot": 1000, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -84371,32 +82169,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 288100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 449900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 156200000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 204100000 }, "shortEnabledFlag": true, - "name": "Newmont Goldcorp Corporation", - "exchange": "SPB_MORNING", - "issueSize": "799126123", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "1280000000", + "name": "\u0412\u0442\u043e\u0440\u0430\u044f \u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u044e\u0449\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u043e\u043f\u0442\u043e\u0432\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u044d\u043d\u0435\u0440\u0433\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2007-04-19T00:00:00Z", + "issueSize": "110441160870", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "26480895818", "nominal": { - "currency": "usd", - "units": "1", - "nano": 600000000 + "currency": "rub", + "units": "0", + "nano": 362700000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -84406,40 +82205,40 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "f11a7a6d-c64c-4636-8887-38b113c4aeac", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aaab1ebc-ff0c-4bae-b3ca-d451d8041273", + "uid": "3d8f2777-4a11-4713-af60-8038d11e66fa", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4c35c6aa-3141-4357-be8b-9605404da1d9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:11:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2007-06-22T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.0001 }, - "CE": { - "figi": "BBG000JYP7L8", - "ticker": "CE", + "IPG": { + "figi": "BBG000C90DH9", + "ticker": "IPG", "classCode": "SPBXM", - "isin": "US1508701034", + "isin": "US4606901001", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Celanese Corp", + "name": "IPG", "exchange": "SPB", - "ipoDate": "2005-01-21T00:00:00Z", - "issueSize": "126612492", + "ipoDate": "1971-03-01T00:00:00Z", + "issueSize": "385519753", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84450,77 +82249,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0fcad73f-a12e-4354-8b10-c4be5946d0bd", + "uid": "c6455070-4b61-4c35-bdcd-6502f71ad836", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "76e176fe-839f-477d-90e8-34861ab31270", + "positionUid": "0b1d7f6e-ccd0-4943-986f-5caa20dc6fce", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2005-01-21T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GCO": { - "figi": "BBG000BK5S78", - "ticker": "GCO", + "NATI": { + "figi": "BBG000DZK6N6", + "ticker": "NATI", "classCode": "SPBXM", - "isin": "US3715321028", + "isin": "US6365181022", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Genesco Inc", + "name": "National Instruments", "exchange": "SPB", - "ipoDate": "1939-07-15T00:00:00Z", - "issueSize": "19918468", + "issueSize": "130760076", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "360000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "9cebca20-94ce-4678-aea4-46365b1444a7", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "116deb0e-7d01-4ffb-8459-dc9ccd6cbdec", - "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:39:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "ADS@DE": { - "figi": "BBG000FR1RP5", - "ticker": "ADS@DE", - "classCode": "SPBDE", - "isin": "DE000A1EWWW0", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Adidas", - "exchange": "SPB_DE", - "issueSize": "209216186", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84531,133 +82289,110 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc9cfbd4-f231-47b9-a7c3-3444f593bfa6", + "uid": "bf373701-ea90-4c2c-a338-441342964a81", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ccb6579f-23c4-4687-b524-825b0c6d8675", + "positionUid": "daefee8d-395c-493e-8ad9-dc14f72135ee", "forIisFlag": true, - "first1minCandleDate": "2020-09-29T07:03:00Z", - "first1dayCandleDate": "2020-09-29T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LW": { - "figi": "BBG003CVMLQ2", - "ticker": "LW", + "DDD": { + "figi": "BBG000D42FJ0", + "ticker": "DDD", "classCode": "SPBXM", - "isin": "US5132721045", + "isin": "US88554D2053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lamb Weston Holdings Inc", - "exchange": "SPB", - "issueSize": "146069033", + "name": "3D Systems Corp", + "exchange": "SPB_MORNING", + "issueSize": "102780833", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d561c658-cbf9-4a03-a142-7f5bbf327b5f", + "uid": "88d1fe1c-0409-4d26-a5dc-bc4b292d6c55", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "97db2fee-8ec6-4be1-a0dd-139557b6644a", + "positionUid": "4ee9740d-8a01-4fe2-b19d-479f349f7b4b", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:28:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-10-26T11:31:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TTE": { - "figi": "BBG000CHZ857", - "ticker": "TTE", + "LSPD": { + "figi": "BBG00PZ78ZM0", + "ticker": "LSPD", "classCode": "SPBXM", - "isin": "US89151E1091", + "isin": "CA53229C1077", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": true, - "name": "TotalEnergies SE", + "shortEnabledFlag": false, + "name": "Lightspeed Commerce", "exchange": "SPB", - "issueSize": "2640429329", - "countryOfRisk": "FR", - "countryOfRiskName": "Французская Республика", - "sector": "energy", + "issueSize": "131278443", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "it", "issueSizePlan": "0", "nominal": { - "currency": "usd", - "units": "1", + "currency": "cad", + "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "273e15ce-874f-411d-8c4d-dcfe980b88ae", + "uid": "c38c0c1b-2848-42f0-b934-b163fe05618c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2f67d332-19a7-4636-a0c2-ad6417f6f688", + "positionUid": "44c66fb2-b2f3-4b24-abea-38625bd394e9", "forIisFlag": true, - "first1minCandleDate": "2018-03-05T14:36:00Z", - "first1dayCandleDate": "1991-10-25T00:00:00Z", + "first1minCandleDate": "2021-10-26T11:35:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TENB": { - "figi": "BBG00LBLCD02", - "ticker": "TENB", + "GNRC": { + "figi": "BBG000PQ4W72", + "ticker": "GNRC", "classCode": "SPBXM", - "isin": "US88025T1025", + "isin": "US3687361044", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Tenable Holdings Inc", - "exchange": "SPB", - "issueSize": "91079454", + "name": "Generac Holdings Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2010-02-11T00:00:00Z", + "issueSize": "62298758", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", "issueSizePlan": "500000000", "nominal": { "currency": "usd", @@ -84675,37 +82410,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c7afbd54-0ea8-4eae-baa6-6e1474feba4f", + "uid": "f89514e9-ba6f-4ac0-a464-b26c0a4c8881", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9df1c21b-48be-4255-a0d8-56bdb31c3878", + "positionUid": "11003b01-50ee-4c67-8de2-6b65ce1080e9", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:09:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "2010-02-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SRCL": { - "figi": "BBG000H3FZM6", - "ticker": "SRCL", + "GMS": { + "figi": "BBG009Q036D0", + "ticker": "GMS", "classCode": "SPBXM", - "isin": "US8589121081", + "isin": "US36251C1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Stericycle", + "name": "GMS Inc", "exchange": "SPB", - "ipoDate": "1996-08-22T00:00:00Z", - "issueSize": "85083481", + "ipoDate": "2016-05-26T00:00:00Z", + "issueSize": "40374750", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84716,77 +82451,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b285f4f7-89eb-4057-8268-c36af4f10d97", + "uid": "f259ef97-eedd-4b27-8a14-6c0b14d7ff2a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "da45dce7-57ad-4ff4-a41f-d4c8ef60746f", + "positionUid": "98ed1de2-eb68-4d73-8a67-c6b21bed98a2", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1996-08-23T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:32:00Z", + "first1dayCandleDate": "2016-05-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LPSN": { - "figi": "BBG000BSV0W5", - "ticker": "LPSN", + "NYCB": { + "figi": "BBG000BVXPZ8", + "ticker": "NYCB", "classCode": "SPBXM", - "isin": "US5381461012", + "isin": "US6494451031", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "LivePerson Inc", - "exchange": "SPB", - "ipoDate": "2000-04-07T00:00:00Z", - "issueSize": "66198311", + "name": "New York Community Bancorp", + "exchange": "SPB_MORNING", + "issueSize": "490393912", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea54aa4f-eb1e-423b-a67f-cf223090f50e", + "uid": "bbdd864a-811f-4d80-ab0c-e7a498e6a960", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "14d3658a-e4e9-4202-983c-98a3a731f690", + "positionUid": "7b0930d9-4077-432f-955f-e5ff0cc25b7b", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:17:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-10-26T11:38:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FLO": { - "figi": "BBG000BB4D72", - "ticker": "FLO", + "TRNO": { + "figi": "BBG000PV3J62", + "ticker": "TRNO", "classCode": "SPBXM", - "isin": "US3434981011", + "isin": "US88146M1018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Flowers Foods, Inc.", + "name": "Terreno REIT", "exchange": "SPB", - "issueSize": "211603324", + "issueSize": "65543892", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84797,60 +82531,118 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c834a8e6-7ef3-4eaf-b9b8-6d03786930f2", + "uid": "ef7dcdd8-3889-43d1-8f8d-db47d687d68f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "99809c64-48ff-4e83-b22a-1d8280cb75d7", + "positionUid": "d2b857d4-90e3-43ed-87be-89e2611b5ab1", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:35:00Z", + "first1minCandleDate": "2020-12-04T14:36:00Z", "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EMR": { - "figi": "BBG000BHX7N2", - "ticker": "EMR", + "LOPE": { + "figi": "BBG000FV28W9", + "ticker": "LOPE", "classCode": "SPBXM", - "isin": "US2910111044", + "isin": "US38526M1062", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { + "shortEnabledFlag": false, + "name": "Grand Canyon Education Inc", + "exchange": "SPB", + "ipoDate": "2008-11-20T00:00:00Z", + "issueSize": "48238418", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dshort": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, - "dlongMin": { + "apiTradeAvailableFlag": true, + "uid": "95f3dbeb-ca70-4a39-844b-35d4d3afdce6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1d7bb7d5-f0b3-4581-b8a2-a567532d967a", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "2008-11-20T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "WTTR": { + "figi": "BBG00G4Y2DC1", + "ticker": "WTTR", + "classCode": "SPBXM", + "isin": "US81617J3014", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Select Energy Services Inc", + "exchange": "SPB", + "ipoDate": "2017-04-21T00:00:00Z", + "issueSize": "79979465", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "350000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 10000000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Emerson Electric", + "apiTradeAvailableFlag": true, + "uid": "b6890ed8-c6a1-40b5-9c23-7ff77f95bcf5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f083829e-a3bc-4436-8fac-25bb0717352e", + "forIisFlag": true, + "first1minCandleDate": "2019-08-05T13:34:00Z", + "first1dayCandleDate": "2017-04-21T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MTRN": { + "figi": "BBG000BDTT76", + "ticker": "MTRN", + "classCode": "SPBXM", + "isin": "US5766901012", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Materion Corp", "exchange": "SPB", - "issueSize": "597800000", + "issueSize": "20116096", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 500000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84861,20 +82653,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b816873-521d-4eab-9c09-dbe7f8846a00", + "uid": "1b7c8a46-43e5-4ef1-866f-6971e5fa024f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b3035fff-a198-411e-9685-643288e78d26", + "positionUid": "6ba8bd6d-fb18-43c3-8e5c-1a565566519d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-02-28T15:14:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GM": { - "figi": "BBG000NDYB67", - "ticker": "GM", + "BBBY": { + "figi": "BBG000CSY9H9", + "ticker": "BBBY", "classCode": "SPBXM", - "isin": "US37045V1008", + "isin": "US0758961009", "lot": 1, "currency": "usd", "klong": { @@ -84887,35 +82679,35 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 663600000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 16400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 420000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 420000000 }, - "shortEnabledFlag": true, - "name": "General Motors", - "exchange": "SPB_MORNING", - "ipoDate": "2010-11-18T00:00:00Z", - "issueSize": "1451723812", + "shortEnabledFlag": false, + "name": "Bed Bath & Beyond", + "exchange": "SPB", + "ipoDate": "1992-06-04T00:00:00Z", + "issueSize": "142412779", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84926,20 +82718,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de85159d-0f59-40bd-aeb6-d971b97f68c3", + "uid": "b3217d27-bb8e-4d19-a211-9adbb9383099", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b9847345-b281-44bc-a586-ca5c4ea67f6c", + "positionUid": "02e63e5e-d717-4713-b49e-1e8ffcc54565", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:29:00Z", - "first1dayCandleDate": "2010-11-18T00:00:00Z", + "first1minCandleDate": "2018-01-23T11:58:00Z", + "first1dayCandleDate": "1992-06-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CMG": { - "figi": "BBG000QX74T1", - "ticker": "CMG", + "FNKO": { + "figi": "BBG00HXSHDQ9", + "ticker": "FNKO", "classCode": "SPBXM", - "isin": "US1696561059", + "isin": "US3610081057", "lot": 1, "currency": "usd", "klong": { @@ -84952,35 +82744,35 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 322000000 }, "shortEnabledFlag": false, - "name": "Chipotle Mexican Grill", + "name": "Funko Inc", "exchange": "SPB", - "ipoDate": "2006-01-26T00:00:00Z", - "issueSize": "30044250", + "ipoDate": "2017-10-27T00:00:00Z", + "issueSize": "23544571", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "230000000", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -84991,36 +82783,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0fe62639-2bf9-499a-a1cf-9359f149c009", + "uid": "cdd8e2d5-0afd-451a-9599-abf89bd7f9b2", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aac6328c-b509-4c5c-8e3f-d6be82320d20", + "positionUid": "e052ff73-1997-4e68-b7b2-48b004efa978", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:14:00Z", - "first1dayCandleDate": "2006-01-26T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:01:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KIDS": { - "figi": "BBG00HFFRW39", - "ticker": "KIDS", + "IRDM": { + "figi": "BBG000VC0FC1", + "ticker": "IRDM", "classCode": "SPBXM", - "isin": "US68752L1008", + "isin": "US46269C1027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "OrthoPediatrics Corp", + "name": "Iridium Communications Inc", "exchange": "SPB", - "issueSize": "17818443", + "issueSize": "110377338", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 250000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -85031,101 +82823,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9691cd8f-e0a4-4b44-bad9-8b0ea7d30f86", + "uid": "d22bb0c6-dda7-4578-9fd1-41e6b9250e8b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "84fa6003-9f92-4bc8-bc99-d221558f2673", + "positionUid": "adfe0985-f778-4b04-ad2f-28fe778fc83b", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:29:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IPAR": { - "figi": "BBG000GCSWR5", - "ticker": "IPAR", + "RCUS": { + "figi": "BBG00DQD26W3", + "ticker": "RCUS", "classCode": "SPBXM", - "isin": "US4583341098", + "isin": "US03969F1093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Inter Parfums Inc", + "name": "Arcus Biosciences", "exchange": "SPB", - "ipoDate": "1988-01-01T00:00:00Z", - "issueSize": "31442338", + "issueSize": "70876222", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "27fa975b-ed85-4fa4-aee3-f8ffad027879", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9a4bcc53-15f8-4352-86a0-936e92ebd07d", - "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1991-08-20T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MRK@DE": { - "figi": "BBG000BX4S53", - "ticker": "MRK@DE", - "classCode": "SPBDE", - "isin": "DE0006599905", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Merck KGaA", - "exchange": "SPB_DE", - "issueSize": "39999999", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "129242252", + "issueSizePlan": "400000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb4072f0-5daf-498e-80f8-b242e1f90822", + "uid": "fbab1bd8-dd39-4368-8431-f7bbed705c5b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fd45400a-1e1b-42c9-92bc-805052bee31b", + "positionUid": "572c4b29-ee75-4412-af39-ced24719a4eb", "forIisFlag": true, - "first1minCandleDate": "2020-09-01T07:02:00Z", - "first1dayCandleDate": "2020-09-01T07:00:00Z", + "first1minCandleDate": "2022-01-28T13:30:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BDTX": { - "figi": "BBG00MS4Y0W9", - "ticker": "BDTX", + "ARE": { + "figi": "BBG000BC33T9", + "ticker": "ARE", "classCode": "SPBXM", - "isin": "US09203E1055", + "isin": "US0152711091", "lot": 1, "currency": "usd", "klong": { @@ -85138,58 +82889,59 @@ }, "dlong": { "units": "0", - "nano": 926000000 + "nano": 500000000 }, "dshort": { - "units": "2", - "nano": 132900000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 728000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 770000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Black Diamond Therapeutics Inc", + "shortEnabledFlag": true, + "name": "Alexandria Real Estate Equities REIT", "exchange": "SPB", - "issueSize": "35910705", + "ipoDate": "1997-05-27T00:00:00Z", + "issueSize": "107526601", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1980be67-cc3b-4334-b980-3f0d2e0f2b22", + "uid": "f7c1e4e2-f1fb-4de1-b2dc-4fc0be727f56", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c01a30a8-893f-4dd4-99cd-b999cfc11707", + "positionUid": "d2199be9-64ca-4605-b56c-80123556f449", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:29:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1997-05-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "STT": { - "figi": "BBG000BKFBD7", - "ticker": "STT", + "LULU": { + "figi": "BBG000R8ZVD1", + "ticker": "LULU", "classCode": "SPBXM", - "isin": "US8574771031", + "isin": "US5500211090", "lot": 1, "currency": "usd", "klong": { @@ -85206,7 +82958,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 515400000 }, "dlongMin": { "units": "0", @@ -85214,62 +82966,63 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 231000000 }, "shortEnabledFlag": false, - "name": "State Street", - "exchange": "SPB", - "issueSize": "343503114", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "750000000", + "name": "Lululemon Athletica Inc", + "exchange": "SPB_MORNING", + "issueSize": "125914467", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "consumer", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 5000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2c83597-ef95-45ab-880c-06825545641c", + "uid": "b326f566-dfde-4892-ae42-60b91b80c5e0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9be62749-ac78-4c79-a267-339b6c305122", + "positionUid": "70fb1387-66bc-4551-b6f1-d82fc7736610", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:24:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-01-31T13:14:00Z", + "first1dayCandleDate": "2007-07-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AVIR": { - "figi": "BBG00TZNCJ75", - "ticker": "AVIR", + "OMCL": { + "figi": "BBG000BTNGZ4", + "ticker": "OMCL", "classCode": "SPBXM", - "isin": "US04683R1068", + "isin": "US68213N1090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Atea Pharmaceuticals", + "name": "Omnicell Inc", "exchange": "SPB", - "issueSize": "10309847", + "ipoDate": "2001-08-07T00:00:00Z", + "issueSize": "41218603", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "80529575", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -85280,115 +83033,140 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9e6870c2-47dd-4c31-a6c3-9979111d0b45", + "uid": "432e3438-bf31-4645-ad9f-32054086a1ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f0d6d003-a852-423e-a9cc-e6f2bc945254", + "positionUid": "9f723168-f84a-4a61-84dd-78e5209476d5", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:31:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2001-08-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PRTA": { - "figi": "BBG003PDKJF7", - "ticker": "PRTA", + "COLM": { + "figi": "BBG000BKKQ84", + "ticker": "COLM", "classCode": "SPBXM", - "isin": "IE00B91XRN20", + "isin": "US1985161066", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Prothena Corporation", + "name": "Columbia Sportswear Company", "exchange": "SPB", - "issueSize": "39911413", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "health_care", - "issueSizePlan": "100000000", + "ipoDate": "1998-03-26T00:00:00Z", + "issueSize": "34609322", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f84e6d6e-5720-4f16-b78b-e62f6629924c", + "uid": "ae975751-df99-4918-bffd-65f4104ad87a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ea0b6807-cf4f-4233-842c-16d900b6a6b3", + "positionUid": "017a5a34-e3a1-45f2-bb23-a1c6694687b5", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:22:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "1998-03-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZUMZ": { - "figi": "BBG000PYX812", - "ticker": "ZUMZ", + "CHX": { + "figi": "BBG00JH9TZ56", + "ticker": "CHX", "classCode": "SPBXM", - "isin": "US9898171015", + "isin": "US15872M1045", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Zumiez Inc", - "exchange": "SPB", - "ipoDate": "2013-08-09T00:00:00Z", - "issueSize": "25802906", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 647200000 + }, + "dshort": { + "units": "0", + "nano": 976800000 + }, + "dlongMin": { + "units": "0", + "nano": 406000000 + }, + "dshortMin": { + "units": "0", + "nano": 406000000 + }, + "shortEnabledFlag": true, + "name": "ChampionX Corporation", + "exchange": "SPB_MORNING", + "issueSize": "100000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "50000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63d93076-71f3-412b-9b85-d5a76ac7683b", + "uid": "e37904e8-29fa-431c-9b16-b646cb7c3596", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "76820360-3ae5-4be4-9b7c-b8cf356f693e", + "positionUid": "2d181790-a214-42a9-90da-81517967b9e4", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-06-04T13:30:00Z", + "first1dayCandleDate": "2020-06-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FNF": { - "figi": "BBG006N7S6K9", - "ticker": "FNF", - "classCode": "SPBXM", - "isin": "US31620R3030", - "lot": 1, - "currency": "usd", + "IRGZ": { + "figi": "BBG000NL6ZD9", + "ticker": "IRGZ", + "classCode": "TQBR", + "isin": "RU0008960828", + "lot": 100, + "currency": "rub", "shortEnabledFlag": false, - "name": "Fidelity National Financial, Inc.", - "exchange": "SPB", - "issueSize": "275224747", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "487000000", + "name": "\u0418\u0440\u043a\u0443\u0442\u0441\u043a\u044d\u043d\u0435\u0440\u0433\u043e", + "exchange": "MOEX", + "ipoDate": "2003-06-17T00:00:00Z", + "issueSize": "4766807700", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "4766807700", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -85398,105 +83176,80 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "4ea5c068-177a-4a49-af39-264b09283031", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6b1e613f-a143-4ef2-8004-d0e7c70489f3", + "uid": "659e9f81-96b7-458c-9d80-54cd2b596b8e", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "60da747f-274d-43b1-b12e-21c480794922", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:03:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2018-03-07T20:14:00Z", + "first1dayCandleDate": "1997-06-05T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.02 }, - "NVTK": { - "figi": "BBG00475KKY8", - "ticker": "NVTK", - "classCode": "TQBR", - "isin": "RU000A0DKVS5", + "MIME": { + "figi": "BBG00B6W26V8", + "ticker": "MIME", + "classCode": "SPBXM", + "isin": "GB00BYT5JK65", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 306600000 - }, - "dshort": { - "units": "0", - "nano": 870100000 - }, - "dlongMin": { - "units": "0", - "nano": 167300000 - }, - "dshortMin": { - "units": "0", - "nano": 367500000 - }, - "shortEnabledFlag": true, - "name": "НОВАТЭК", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2006-07-20T00:00:00Z", - "issueSize": "3036306000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueSizePlan": "3036306000", + "currency": "usd", + "shortEnabledFlag": false, + "name": "Mimecast Limited", + "exchange": "SPB", + "issueSize": "64382729", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "it", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 12000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0da66728-6c30-44c4-9264-df8fac2467ee", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", + "uid": "3b5cb2ea-20ed-4c54-ba78-01a0cd7c7e54", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9280ec81-2cf3-4fdc-bb0d-dd632d354e8f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2004-12-30T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:46:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.01 }, - "IBP": { - "figi": "BBG005TJKDZ6", - "ticker": "IBP", + "WAL": { + "figi": "BBG000Q1KFH4", + "ticker": "WAL", "classCode": "SPBXM", - "isin": "US45780R1014", + "isin": "US9576381092", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Installed Building Products", + "name": "Western Alliance Bancorp", "exchange": "SPB", - "ipoDate": "2014-02-13T00:00:00Z", - "issueSize": "30011640", + "ipoDate": "2015-06-18T00:00:00Z", + "issueSize": "103633094", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -85507,20 +83260,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "767d153b-1328-431b-a696-36ddb4d732ad", + "uid": "629e03d2-24db-4de1-b6ad-63bcea6ad04b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bea42abf-ce97-4aec-9ffe-7b00e13e1661", + "positionUid": "bd640fde-f44d-4f68-a084-939916136b01", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:40:00Z", - "first1dayCandleDate": "2014-02-13T00:00:00Z", + "first1minCandleDate": "2019-10-31T12:59:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MMM": { - "figi": "BBG000BP52R2", - "ticker": "MMM", + "ARMK": { + "figi": "BBG001KY4N87", + "ticker": "ARMK", "classCode": "SPBXM", - "isin": "US88579Y1010", + "isin": "US03852U1060", "lot": 1, "currency": "usd", "klong": { @@ -85547,21 +83300,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "3M Company", + "shortEnabledFlag": false, + "name": "Aramark", "exchange": "SPB", - "ipoDate": "1929-01-28T00:00:00Z", - "issueSize": "578638253", + "ipoDate": "2013-12-12T00:00:00Z", + "issueSize": "246296999", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -85572,36 +83325,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "71d9eba8-41f0-4802-acf9-55d021b27db1", + "uid": "ca05586d-b2c7-4184-b0c0-5b5c9e9bbcb0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0af6dba3-e9f6-4a11-bb12-43dd623045db", + "positionUid": "7c9c1977-631d-499b-ac85-eadadcc46c80", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:43:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:31:00Z", + "first1dayCandleDate": "2013-12-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FRPH": { - "figi": "BBG000HCVWW4", - "ticker": "FRPH", + "FVRR": { + "figi": "BBG002YSC5M7", + "ticker": "FVRR", "classCode": "SPBXM", - "isin": "US30292L1070", + "isin": "IL0011582033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "FRP Holdings Inc", + "name": "Fiverr International", "exchange": "SPB", - "issueSize": "9933242", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "25000000", + "issueSize": "31390135", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "ils", "units": "0", - "nano": 100000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -85612,117 +83365,98 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39e2ab53-1d7e-4c1a-9a1c-f1a9ddd4126d", + "uid": "ad75ea59-b663-4912-88b4-e835d1738f41", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "59c04a6d-69b5-411a-8466-d08117cb1654", + "positionUid": "fb057196-cb69-46e4-b217-1c36cdf25160", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2021-12-28T12:39:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SRDX": { - "figi": "BBG000BZ2QG2", - "ticker": "SRDX", + "LSTR": { + "figi": "BBG000BB2KN0", + "ticker": "LSTR", "classCode": "SPBXM", - "isin": "US8688731004", + "isin": "US5150981018", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Surmodics Inc", + "name": "Landstar System", "exchange": "SPB", - "ipoDate": "1998-03-03T00:00:00Z", - "issueSize": "13488496", + "issueSize": "39483360", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "45000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "160000000", "nominal": { "currency": "usd", "units": "0", - "nano": 50000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "90e8bf31-37cd-4cbc-9a67-d7741aa212a1", + "uid": "8c12ede4-4af7-46f3-b782-910e51a46162", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "32f79b9b-45e9-46d6-b0cd-a719dc850c72", + "positionUid": "96373db2-6b4a-4b5a-83e1-a0258b30c669", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1998-03-04T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TGKD": { - "figi": "BBG000F6H7K3", - "ticker": "TGKD", - "classCode": "TQBR", - "isin": "RU000A0JNMZ0", - "lot": 100000, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Квадра", - "exchange": "MOEX", - "ipoDate": "2005-06-20T00:00:00Z", - "issueSize": "1912495577759", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "1000000000", - "nominal": { - "currency": "rub", + "CLF": { + "figi": "BBG000BFRF55", + "ticker": "CLF", + "classCode": "SPBXM", + "isin": "US1858991011", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 663600000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { + "units": "1", + "nano": 16400000 + }, + "dlongMin": { "units": "0", - "nano": 5000 + "nano": 420000000 }, - "apiTradeAvailableFlag": true, - "uid": "b87ba886-1e8b-44db-bdb7-4bdd0cc3197a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dd8d032e-8b8e-482b-ae4f-3711b61a7b9f", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:40:00Z", - "first1dayCandleDate": "2007-04-16T00:00:00Z", - "type": "Shares", - "step": 0.000005 - }, - "PWR": { - "figi": "BBG000BBL8V7", - "ticker": "PWR", - "classCode": "SPBXM", - "isin": "US74762E1029", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Quanta Services", - "exchange": "SPB", - "ipoDate": "1998-02-11T00:00:00Z", - "issueSize": "144676041", + "dshortMin": { + "units": "0", + "nano": 420000000 + }, + "shortEnabledFlag": true, + "name": "Cleveland-Cliffs", + "exchange": "SPB_MORNING", + "issueSize": "296506003", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "green_buildings", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 125000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -85735,20 +83469,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45d4ad89-1f79-46ae-a400-c3f31e322042", + "uid": "98110cd3-d529-4157-9857-3f25eefd21b0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba03519d-c78e-497b-9782-9819df9e6a70", + "positionUid": "ebbd12be-e6c3-4755-b94b-54e21fae8155", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1998-02-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:34:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EQIX": { - "figi": "BBG000MBDGM6", - "ticker": "EQIX", + "FTI": { + "figi": "BBG00DL8NMV2", + "ticker": "FTI", "classCode": "SPBXM", - "isin": "US29444U7000", + "isin": "GB00BDSFG982", "lot": 1, "currency": "usd", "klong": { @@ -85776,58 +83510,17 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Equinix REIT", - "exchange": "SPB", - "ipoDate": "2000-08-11T00:00:00Z", - "issueSize": "77945120", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "300000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "2a097387-790f-4a34-9dc8-5f25b14d766b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "95fc2f8e-2ac2-4529-8ebf-2d40dd9f5758", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:28:00Z", - "first1dayCandleDate": "2002-12-31T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "RGLD": { - "figi": "BBG000BS5170", - "ticker": "RGLD", - "classCode": "SPBXM", - "isin": "US7802871084", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Royal Gold", - "exchange": "SPB", - "issueSize": "65453917", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "200000000", + "name": "TechnipFMC", + "exchange": "SPB_MORNING", + "issueSize": "466461155", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -85840,60 +83533,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c705915d-395a-40de-a786-00da340df68a", + "uid": "f82e76d3-a694-4d81-81d6-8185221f768b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f314874b-95e7-4cfe-8a73-d90048a37e8d", + "positionUid": "420df63d-5fdb-4090-9955-e3a6983ce74b", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:59:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T12:07:00Z", + "first1dayCandleDate": "2001-06-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COFS": { - "figi": "BBG000LLRNX3", - "ticker": "COFS", + "SP": { + "figi": "BBG000BJ91B1", + "ticker": "SP", "classCode": "SPBXM", - "isin": "US1703861062", + "isin": "US78469C1036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ChoiceOne Financial Services, Inc.", + "name": "SP Plus Corp", "exchange": "SPB", - "issueSize": "7787332", + "ipoDate": "2004-05-27T00:00:00Z", + "issueSize": "22853588", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "12000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "409815a1-30e9-4dee-9bc8-6ee0d7bc1008", + "uid": "00be030b-6b44-4c9e-b8b0-eb1f799dcad7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "61a091d2-01fc-4be3-89ae-c2cb109aba60", + "positionUid": "4f036734-f661-4e58-82b1-46863f7ebedd", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2004-05-27T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VRSN": { - "figi": "BBG000BGKHZ3", - "ticker": "VRSN", + "LHX": { + "figi": "BBG000BLGFJ9", + "ticker": "LHX", "classCode": "SPBXM", - "isin": "US92343E1029", + "isin": "US5024311095", "lot": 1, "currency": "usd", "klong": { @@ -85920,85 +83614,61 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "VeriSign", + "shortEnabledFlag": true, + "name": "L3Harris Technologies Inc", "exchange": "SPB", - "ipoDate": "1998-01-29T00:00:00Z", - "issueSize": "111507162", + "ipoDate": "1955-07-13T00:00:00Z", + "issueSize": "81265245", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "896159d6-b1b2-450f-9c85-2b20c9f1fd2b", + "uid": "6792328e-7839-4408-97d0-80163b383473", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "52baa1a1-e253-4ed6-8c6d-fb7d86f8b27c", + "positionUid": "73c7bf34-4011-48a4-b25b-ee1fed0cddd8", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1998-01-30T00:00:00Z", + "first1minCandleDate": "2019-07-05T13:04:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EAR": { - "figi": "BBG009HSTZ10", - "ticker": "EAR", + "NGVT": { + "figi": "BBG009LM28K6", + "ticker": "NGVT", "classCode": "SPBXM", - "isin": "US2700871096", + "isin": "US45688C1071", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 754000000 - }, - "dshort": { - "units": "0", - "nano": 976800000 - }, - "dlongMin": { - "units": "0", - "nano": 504000000 - }, - "dshortMin": { - "units": "0", - "nano": 406000000 - }, - "shortEnabledFlag": true, - "name": "Eargo", + "shortEnabledFlag": false, + "name": "Ingevity Corp", "exchange": "SPB", - "issueSize": "38295422", + "issueSize": "41618887", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "110000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -86009,85 +83679,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98a096a0-3de2-43fd-a361-7e3ae8223063", + "uid": "ff14c9fb-29c2-455c-830c-80d3c0a0c5e1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d7d5be22-9bba-47e0-a551-14f53fb81fff", + "positionUid": "45bcd291-eb4b-4ad3-8168-a1fa85e5170a", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:32:00Z", + "first1dayCandleDate": "2016-05-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTLR": { - "figi": "BBG004S68598", - "ticker": "MTLR", - "classCode": "TQBR", - "isin": "RU000A0DKXV5", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 408000000 - }, - "dshort": { - "units": "0", - "nano": 966600000 - }, - "dlongMin": { + "WRBY": { + "figi": "BBG005DWN8K8", + "ticker": "WRBY", + "classCode": "SPBXM", + "isin": "US93403J1060", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Warby Parker", + "exchange": "SPB", + "issueSize": "53321107", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", "units": "0", - "nano": 230600000 + "nano": 100000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 402400000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "Мечел", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2003-04-29T00:00:00Z", - "issueSize": "416270745", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "382969086", + "apiTradeAvailableFlag": true, + "uid": "c33ce008-6f35-4f36-8a96-47d0fab6e297", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6c865840-45f5-4a48-9bda-ef3590c9160a", + "forIisFlag": true, + "first1minCandleDate": "2021-09-29T17:10:00Z", + "first1dayCandleDate": "2021-09-29T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "DHER@DE": { + "figi": "BBG00GVXMJ74", + "ticker": "DHER@DE", + "classCode": "SPBDE", + "isin": "DE000A2E4K43", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Delivery Hero SE", + "exchange": "SPB_DE", + "issueSize": "171998900", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "10", + "currency": "eur", + "units": "0", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eb4ba863-e85f-4f80-8c29-f2627938ee58", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", + "uid": "9a2cc32f-90e4-46d0-9708-32727faac0e2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "246fb8bc-bff3-4c86-be17-806f32706eea", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2008-12-31T00:00:00Z", + "first1minCandleDate": "2021-03-01T10:22:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NRG": { - "figi": "BBG000D8RG11", - "ticker": "NRG", + "UAL": { + "figi": "BBG000M65M61", + "ticker": "UAL", "classCode": "SPBXM", - "isin": "US6293775085", + "isin": "US9100471096", "lot": 1, "currency": "usd", "klong": { @@ -86115,14 +83800,13 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "NRG Energy", - "exchange": "SPB", - "ipoDate": "2000-05-31T00:00:00Z", - "issueSize": "333494559", + "name": "United Airlines Holdings", + "exchange": "SPB_MORNING", + "issueSize": "323612861", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", @@ -86139,20 +83823,100 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e798081d-5367-425d-a322-092b86f02dbf", + "uid": "d5c92992-49ab-49ec-bbf7-ec94c8324191", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f73586ee-6ec5-4415-ac7c-626de7c0ab58", + "positionUid": "5c80b20d-b1be-4470-9464-be34b21d10f1", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:47:00Z", - "first1dayCandleDate": "2003-12-02T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:02:00Z", + "first1dayCandleDate": "2006-01-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DDOG": { - "figi": "BBG003NJHZT9", - "ticker": "DDOG", + "IBTX": { + "figi": "BBG003981NS4", + "ticker": "IBTX", "classCode": "SPBXM", - "isin": "US23804L1035", + "isin": "US45384B1061", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Independent Bank Group, Inc.", + "exchange": "SPB", + "issueSize": "43248297", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "fd98be77-e8b5-4527-9c6d-4e9c99adf4a8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "02dbdd92-1339-4e9b-a20d-36a419aa9dad", + "forIisFlag": true, + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "SWTX": { + "figi": "BBG00Q011TW9", + "ticker": "SWTX", + "classCode": "SPBXM", + "isin": "US85205L1070", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "SpringWorks Therapeutics", + "exchange": "SPB", + "issueSize": "43010490", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "5ee75af3-95d0-4732-80f1-4741901f8686", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a8e89ea8-fe29-4cd6-84f7-1617644de502", + "forIisFlag": true, + "first1minCandleDate": "2022-01-28T13:58:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "USFD": { + "figi": "BBG00C6H6D40", + "ticker": "USFD", + "classCode": "SPBXM", + "isin": "US9120081099", "lot": 1, "currency": "usd", "klong": { @@ -86165,34 +83929,34 @@ }, "dlong": { "units": "0", - "nano": 781000000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 347000000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 532000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 532000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Datadog Inc", + "name": "US Foods Holding Corp", "exchange": "SPB", - "issueSize": "86823234", + "issueSize": "202608733", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "380000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -86203,36 +83967,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "787132b9-78da-4151-83e9-3dd650590e78", + "uid": "85b0944a-6e58-4c65-9818-f592d72de130", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8d0cf90b-bc78-4e25-8fc4-f9d704c76b46", + "positionUid": "91393ab5-0340-4753-a12f-b40acdae2092", "forIisFlag": true, - "first1minCandleDate": "2020-01-21T15:47:00Z", - "first1dayCandleDate": "2020-01-21T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:34:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CW": { - "figi": "BBG000BGSPS5", - "ticker": "CW", + "AEP": { + "figi": "BBG000BB9KF2", + "ticker": "AEP", "classCode": "SPBXM", - "isin": "US2315611010", + "isin": "US0255371017", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Curtiss-Wright", + "name": "American Electric Power", "exchange": "SPB", - "issueSize": "44228169", + "issueSize": "486772596", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "6", + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -86243,31 +84007,31 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b93dfd31-387c-4be4-acc2-df2bfcaad2a5", + "uid": "f70c6dbf-45ba-4c40-a9fb-8731e1cc5f0b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5bedcbf8-d329-459e-a673-9e9697bdcd83", + "positionUid": "62dde584-1e74-4136-8656-a86a21691c3b", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:20:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2022-07-18T12:01:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FORR": { - "figi": "BBG000HGNYG8", - "ticker": "FORR", + "TPX": { + "figi": "BBG000PXGT62", + "ticker": "TPX", "classCode": "SPBXM", - "isin": "US3465631097", + "isin": "US88023U1016", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Forrester Research Inc", - "exchange": "SPB", - "ipoDate": "1996-11-26T00:00:00Z", - "issueSize": "18437000", + "name": "Tempur Sealy International Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2003-12-18T00:00:00Z", + "issueSize": "54731458", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", @@ -86277,27 +84041,27 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "96ff4661-5ab3-4ec8-a743-7e5b12351e44", + "uid": "f8a1293a-86e5-49bc-8fad-8e7ba483ad53", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cd4754ef-0b77-45a2-9c8c-fa62f8ed274f", + "positionUid": "c5d52334-7d59-4b32-9772-dad23b7e648b", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1996-11-27T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:33:00Z", + "first1dayCandleDate": "2003-12-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NLOK": { - "figi": "BBG000BH2JM1", - "ticker": "NLOK", + "PINS": { + "figi": "BBG002583CV8", + "ticker": "PINS", "classCode": "SPBXM", - "isin": "US6687711084", + "isin": "US72352L1061", "lot": 1, "currency": "usd", "klong": { @@ -86309,76 +84073,76 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 863100000 }, "dshort": { "units": "1", - "nano": 0 + "nano": 656900000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 630000000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 630000000 }, - "shortEnabledFlag": false, - "name": "NortonLifeLock Inc", + "shortEnabledFlag": true, + "name": "Pinterest Inc", "exchange": "SPB", - "ipoDate": "1989-06-01T00:00:00Z", - "issueSize": "581268447", + "issueSize": "127298000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "3000000000", + "issueSizePlan": "1932500000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f6394cb6-c2c5-49c7-b7f2-b46efea4d9c1", + "uid": "1bd0e273-f620-41cb-803f-86bd88796c8c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f87e5103-2e01-410a-ba53-39771c5a612a", + "positionUid": "625c5010-0306-48ec-aa8d-f1b0ec0ea94a", "forIisFlag": true, - "first1minCandleDate": "2019-11-11T14:28:00Z", - "first1dayCandleDate": "2019-11-11T07:00:00Z", + "first1minCandleDate": "2019-10-31T11:00:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TSVT": { - "figi": "BBG00YV1J622", - "ticker": "TSVT", + "HUBS": { + "figi": "BBG000N7MZ06", + "ticker": "HUBS", "classCode": "SPBXM", - "isin": "US9013841070", + "isin": "US4435731009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "2seventy bio", + "name": "HubSpot Inc", "exchange": "SPB", - "issueSize": "200000000", + "ipoDate": "2014-10-09T00:00:00Z", + "issueSize": "38793031", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -86389,71 +84153,70 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "79312084-460d-403d-82bc-de2e5e15d4fc", + "uid": "3a331122-f684-418c-9fba-aa8e4d8d0ee6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc25d4a9-d006-4803-8c2b-51ad29b5474f", + "positionUid": "87860b9b-bc8b-44be-b9d9-774a8416d8ca", "forIisFlag": true, - "first1minCandleDate": "2021-11-11T12:35:00Z", - "first1dayCandleDate": "2021-11-11T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:38:00Z", + "first1dayCandleDate": "2014-10-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ACLS": { - "figi": "BBG000DW34S2", - "ticker": "ACLS", + "AAN": { + "figi": "BBG00WCNDCZ6", + "ticker": "AAN", "classCode": "SPBXM", - "isin": "US0545402085", + "isin": "US00258W1080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Axcelis Technologies", + "name": "The Aarons Company", "exchange": "SPB", - "issueSize": "33599897", + "issueSize": "3500000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98da7119-dc33-4567-ae41-1944f6f49334", + "uid": "ac568706-664e-4fb7-b12d-6c5b641c3b7b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "12538e47-de55-42f0-a7cd-ec5aa3ab3509", + "positionUid": "a92e5faf-d062-4a82-b085-703c3c63abf3", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T12:47:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1992-11-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AN": { - "figi": "BBG000BBXLW4", - "ticker": "AN", + "DELL": { + "figi": "BBG00DW3SZS1", + "ticker": "DELL", "classCode": "SPBXM", - "isin": "US05329W1027", + "isin": "US24703L2025", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AutoNation", - "exchange": "SPB", - "ipoDate": "1981-05-01T00:00:00Z", - "issueSize": "90058836", + "name": "Dell Technologies Inc", + "exchange": "SPB_MORNING", + "issueSize": "299892120", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -86463,85 +84226,43 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f5518bda-4006-4690-91b8-18ce08540282", + "uid": "64b76b4e-9763-4b67-a3e0-3bebb6a1db51", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "88f3b9d4-2ec6-4b71-9ab8-b4f965b0e506", + "positionUid": "4dbe786a-8e34-4e6b-9bd8-890472e62e3d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1990-09-04T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "RKKE": { - "figi": "BBG000LWNRP3", - "ticker": "RKKE", - "classCode": "TQBR", - "isin": "RU0009095939", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "РКК Энергия им.С.П.Королева", - "exchange": "MOEX", - "ipoDate": "1998-12-30T00:00:00Z", - "issueSize": "1843713", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "1123734", - "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "10", - "nano": 0 - }, - "apiTradeAvailableFlag": true, - "uid": "303100b7-4c5c-4fea-8834-d0b675855527", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cce24cd7-1ea3-4a0b-88dd-b6d80c168476", - "forIisFlag": true, - "first1minCandleDate": "2018-03-10T03:00:00Z", - "first1dayCandleDate": "2008-06-11T00:00:00Z", - "type": "Shares", - "step": 10.0 - }, - "ITRI": { - "figi": "BBG000BD2167", - "ticker": "ITRI", + "AER": { + "figi": "BBG000Q9FZL4", + "ticker": "AER", "classCode": "SPBXM", - "isin": "US4657411066", + "isin": "NL0000687663", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Itron Inc", + "name": "AerCap Holdings", "exchange": "SPB", - "ipoDate": "1993-11-04T00:00:00Z", - "issueSize": "39349003", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "75000000", + "issueSize": "212318291", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "industrials", + "issueSizePlan": "350000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -86552,20 +84273,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c57ffec9-299f-4a40-b297-440ad96abc18", + "uid": "687f8505-3561-4ec4-b344-77eaa8d0e6e6", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ea9117c-b71f-4b72-9604-bd380388e8ff", + "positionUid": "62642181-2a77-4910-9475-d38c9a00493b", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1993-11-05T00:00:00Z", + "first1minCandleDate": "2022-01-28T14:20:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TWOU": { - "figi": "BBG001KS9450", - "ticker": "TWOU", + "WRK": { + "figi": "BBG008NXC572", + "ticker": "WRK", "classCode": "SPBXM", - "isin": "US90214J1016", + "isin": "US96145D1054", "lot": 1, "currency": "usd", "klong": { @@ -86593,44 +84314,83 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "2U Inc", - "exchange": "SPB", - "ipoDate": "2014-03-28T00:00:00Z", - "issueSize": "58470718", + "name": "WestRock", + "exchange": "SPB_MORNING", + "issueSize": "255372759", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7aba1d34-9fed-48f1-85b8-088b46824e30", + "uid": "ab205e93-0b74-4e85-872d-7f3670a56cce", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6ae0eeea-4a62-44b7-b267-e1cd842cdebf", + "positionUid": "7197027b-5910-4bcd-9aa4-37aaa99e1430", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:24:00Z", - "first1dayCandleDate": "2014-03-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2015-06-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FSLR": { - "figi": "BBG000BFL116", - "ticker": "FSLR", + "UBSI": { + "figi": "BBG000BVXC87", + "ticker": "UBSI", "classCode": "SPBXM", - "isin": "US3364331070", + "isin": "US9099071071", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "United Bankshares, Inc.", + "exchange": "SPB", + "issueSize": "105141385", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "2", + "nano": 500000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "a3d08ae4-4ae3-4d93-b79f-09d3e0686659", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d977355c-8180-430b-8d98-eaa7df890d54", + "forIisFlag": true, + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MO": { + "figi": "BBG000BP6LJ8", + "ticker": "MO", + "classCode": "SPBXM", + "isin": "US02209S1033", "lot": 1, "currency": "usd", "klong": { @@ -86647,7 +84407,7 @@ }, "dshort": { "units": "0", - "nano": 515400000 + "nano": 500000000 }, "dlongMin": { "units": "0", @@ -86655,144 +84415,208 @@ }, "dshortMin": { "units": "0", - "nano": 231000000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "First Solar", - "exchange": "SPB", - "ipoDate": "2006-11-17T00:00:00Z", - "issueSize": "87027809", + "name": "Altria Group", + "exchange": "SPB_MORNING", + "ipoDate": "1923-03-15T00:00:00Z", + "issueSize": "1885174950", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "green_energy", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 333333000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "26aae23e-e1e5-49ae-a0c1-978f83e1e5d7", + "uid": "5bccee90-710e-4d90-9b17-a817a44337ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "299458a3-9f88-4df6-989d-0e82a6c68794", + "positionUid": "50f85523-a6b7-432c-a4cb-91b1f2bb92ec", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:19:00Z", - "first1dayCandleDate": "2006-11-17T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MKSI": { - "figi": "BBG000BVMG26", - "ticker": "MKSI", + "LGND": { + "figi": "BBG000BKF014", + "ticker": "LGND", "classCode": "SPBXM", - "isin": "US55306N1046", + "isin": "US53220K5048", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MKS Instruments", + "name": "Ligand Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "54108231", + "issueSize": "21253726", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "60000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bac17da4-084c-4e8d-b5bd-4820bcd1b808", + "uid": "e1be5766-c93c-43df-ba6b-4aa970f47219", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0785b8a2-a90c-4d10-9c0a-17af01a834f3", + "positionUid": "6f699ced-f460-4ecd-aeb0-202321c76320", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T12:58:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:03:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CTLT": { - "figi": "BBG005XR47P5", - "ticker": "CTLT", + "DAN": { + "figi": "BBG000TCD088", + "ticker": "DAN", "classCode": "SPBXM", - "isin": "US1488061029", + "isin": "US2358252052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Catalent Inc", + "name": "Dana Inc", "exchange": "SPB", - "ipoDate": "2015-08-06T00:00:00Z", - "issueSize": "146308834", + "issueSize": "145475973", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b19501c5-49d3-4b77-899e-b2d9dee1deb5", + "uid": "3cc24f5f-1916-4502-889f-1a5f27ac580d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b78f34ec-df11-4128-b05d-3eec91109d8c", + "positionUid": "67f72312-9b36-4110-8b1a-3eae09f80cfc", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:34:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:56:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ACMR": { - "figi": "BBG00HPSG933", - "ticker": "ACMR", + "GLTR": { + "figi": "BBG000VFX6Y4", + "ticker": "GLTR", + "classCode": "TQBR", + "isin": "US37949E2046", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 311500000 + }, + "dshort": { + "units": "0", + "nano": 504000000 + }, + "dlongMin": { + "units": "0", + "nano": 170200000 + }, + "dshortMin": { + "units": "0", + "nano": 226400000 + }, + "shortEnabledFlag": false, + "name": "Globaltrans Investment PLC", + "exchange": "MOEX", + "issueSize": "158135533", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "2c0e65d1-d8da-477c-a438-ac41bb132e25", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3c6f41ec-dc5f-4636-832e-2cde00647da6", + "forIisFlag": true, + "first1minCandleDate": "2020-10-28T06:59:00Z", + "first1dayCandleDate": "2020-10-28T07:00:00Z", + "type": "Shares", + "step": 0.05 + }, + "MSM": { + "figi": "BBG000BCLYL9", + "ticker": "MSM", "classCode": "SPBXM", - "isin": "US00108J1097", + "isin": "US5535301064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ACM Research Inc", + "name": "MSC Industrial Direct Co Inc", "exchange": "SPB", - "issueSize": "53649576", + "ipoDate": "1995-12-14T00:00:00Z", + "issueSize": "45146984", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -86803,20 +84627,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa276ea9-bc1a-44ea-a3d3-fc03f6eecd4f", + "uid": "541cafeb-1f5e-4a97-82de-6d0b81c8b48b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d9f0e600-fd36-4a05-9ecd-a0ebf66c04ea", + "positionUid": "77c8b15d-b1ab-45fe-b22b-49706d507ffe", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:24:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1995-12-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "C": { - "figi": "BBG000FY4S11", - "ticker": "C", + "JD": { + "figi": "BBG005YHY0Q7", + "ticker": "JD", "classCode": "SPBXM", - "isin": "US1729674242", + "isin": "US47215P1066", "lot": 1, "currency": "usd", "klong": { @@ -86844,54 +84668,53 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Citigroup", - "exchange": "SPB", - "issueSize": "2026785183", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", + "name": "JD.com", + "exchange": "SPB_MORNING_WEEKEND", + "issueSize": "1336859834", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "2", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f78977df-a2d5-43e5-9eb5-5fc3a10f9d84", + "uid": "ec52b618-23ee-4d6d-995a-0b1dc1b608c4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fddc473c-3b15-4b80-a6f3-81f80315ffe9", + "positionUid": "35f8ae50-fdfc-4013-b026-1de7944cd43f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:11:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:17:00Z", + "first1dayCandleDate": "2014-05-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VICR": { - "figi": "BBG000C3VHF1", - "ticker": "VICR", + "CARR": { + "figi": "BBG00RP5HYS8", + "ticker": "CARR", "classCode": "SPBXM", - "isin": "US9258151029", + "isin": "US14448C1045", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vicor Corp", - "exchange": "SPB", - "ipoDate": "1991-05-01T00:00:00Z", - "issueSize": "11758218", + "name": "Carrier Global", + "exchange": "SPB_MORNING", + "issueSize": "866158910", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "62000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", @@ -86901,123 +84724,108 @@ "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "03193dc2-c6f2-45b8-9017-346c62e57edc", + "uid": "e1276b89-9970-441d-9c62-16f59bd20c95", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9a787a8a-fc1f-4b3b-9e21-d9dcf7aad2b8", + "positionUid": "267e40be-552b-4541-97a1-8aa6548d8f48", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1990-04-03T00:00:00Z", + "first1minCandleDate": "2020-04-06T11:00:00Z", + "first1dayCandleDate": "2020-04-06T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MDRX": { - "figi": "BBG000BLDXH5", - "ticker": "MDRX", + "CORR": { + "figi": "BBG000CN80Y9", + "ticker": "CORR", "classCode": "SPBXM", - "isin": "US01988P1084", + "isin": "US21870U5020", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Allscripts Healthcare Solution", - "exchange": "SPB", - "issueSize": "270955000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "349000000", - "nominal": { - "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 515400000 }, - "apiTradeAvailableFlag": true, - "uid": "c7a53473-da17-4628-a2ba-f456a19f6b71", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "afd7bf66-24ec-4252-a1b8-d2d687d8e7f4", - "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PATH": { - "figi": "BBG00GKS1G03", - "ticker": "PATH", - "classCode": "SPBXM", - "isin": "US90364P1057", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "UiPath, Inc.", + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 231000000 + }, + "shortEnabledFlag": true, + "name": "CorEnergy Infrastructure REIT", "exchange": "SPB", - "issueSize": "14474393", + "issueSize": "11925484", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "437f26d8-17ae-4938-a847-a27bf222afbb", + "uid": "6256290b-411f-40df-aaa3-fce786d7f925", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7465c1e4-8d63-4ab4-a605-1848c123b38a", + "positionUid": "97415cde-b263-416b-b99d-4e199719eef3", "forIisFlag": true, - "first1minCandleDate": "2021-06-18T11:36:00Z", - "first1dayCandleDate": "2021-06-18T07:00:00Z", + "first1minCandleDate": "2020-01-23T14:29:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SKY": { - "figi": "BBG000BT2TP0", - "ticker": "SKY", + "LAD": { + "figi": "BBG000K3BC83", + "ticker": "LAD", "classCode": "SPBXM", - "isin": "US8308301055", + "isin": "US5367971034", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Skyline Champion", + "name": "LIthia Motors Inc", "exchange": "SPB", - "issueSize": "56657191", + "ipoDate": "1996-12-17T00:00:00Z", + "issueSize": "22347635", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "115000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 27700000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -87028,20 +84836,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4164ae8b-6f9d-43f7-b0a9-960e215722a7", + "uid": "4811f745-3279-449d-9629-bf22307f6ac8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fc46b988-8c6d-43a7-a82c-1915db9ce67b", + "positionUid": "3e5ce2c5-144c-421e-b4f4-65e290871aff", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:34:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "1996-12-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BBY": { - "figi": "BBG000BCWCG1", - "ticker": "BBY", + "CHEF": { + "figi": "BBG001MFW6D6", + "ticker": "CHEF", "classCode": "SPBXM", - "isin": "US0865161014", + "isin": "US1630861011", "lot": 1, "currency": "usd", "klong": { @@ -87058,7 +84866,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -87066,46 +84874,47 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, "shortEnabledFlag": true, - "name": "Best Buy Co.", + "name": "Chefs' Warehouse Inc", "exchange": "SPB", - "issueSize": "348803518", + "ipoDate": "2015-06-26T00:00:00Z", + "issueSize": "30333387", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2b354a5-ec36-4e35-9856-dc9e2a1148ee", + "uid": "29fa9cee-8099-4bb3-a982-5101b0640d47", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "db9c0c00-3065-440a-8996-d19349c99a41", + "positionUid": "6f9a880c-6f18-4188-b2a2-61132dc61bc6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:24:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AIV": { - "figi": "BBG000DD3510", - "ticker": "AIV", + "HAS": { + "figi": "BBG000BKVJK4", + "ticker": "HAS", "classCode": "SPBXM", - "isin": "US03748R7474", + "isin": "US4180561072", "lot": 1, "currency": "usd", "klong": { @@ -87132,20 +84941,21 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Apartment Investment & Management REIT", + "shortEnabledFlag": true, + "name": "Hasbro", "exchange": "SPB", - "issueSize": "150066381", + "ipoDate": "1968-10-10T00:00:00Z", + "issueSize": "124902730", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "510587500", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -87156,118 +84966,141 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e14b996e-5130-472d-be01-8d39cd301633", + "uid": "f24ce416-78d8-4d17-81b0-b45f7959bb53", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "afdd6856-72a4-45a9-8547-f9716b48f028", + "positionUid": "6c0da424-4916-4857-84fc-1d2cbdb2022f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:32:00Z", - "first1dayCandleDate": "1994-07-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:58:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MTN": { - "figi": "BBG000BCMWM1", - "ticker": "MTN", + "BEAM": { + "figi": "BBG00KXC8646", + "ticker": "BEAM", "classCode": "SPBXM", - "isin": "US91879Q1094", + "isin": "US07373V1052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Vail Resorts Inc", + "name": "Beam Therapeutics", "exchange": "SPB", - "ipoDate": "1997-02-04T00:00:00Z", - "issueSize": "40196699", + "issueSize": "51485115", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a0b558eb-c5ce-431d-b59c-6e696f1b0b4b", + "uid": "28148ef4-9bea-470e-a231-b6bd79eda7cf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3df5bea7-50b3-4e2b-8e0d-4d4609b29c42", + "positionUid": "878741a0-36bc-42f1-836d-8e8b4d1d08fb", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:13:00Z", - "first1dayCandleDate": "1997-02-04T00:00:00Z", + "first1minCandleDate": "2021-11-10T12:35:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CCMP": { - "figi": "BBG000BP3NW2", - "ticker": "CCMP", + "ESS": { + "figi": "BBG000CGJMB9", + "ticker": "ESS", "classCode": "SPBXM", - "isin": "US12571T1007", + "isin": "US2971781057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "CMC Materials", + "name": "Essex Property REIT", "exchange": "SPB", - "issueSize": "29055268", + "ipoDate": "1994-06-06T00:00:00Z", + "issueSize": "65692107", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "220000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "670000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "90890df8-8eab-4c17-8da9-fb15f4352f15", + "uid": "c62f08b9-8f42-44f0-9013-6574dc01a19d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8e3ebdd5-a49a-48a9-81e4-c748624c62e7", + "positionUid": "b74ebf8e-9b21-4249-9076-2dcf026dde77", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:29:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1994-06-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PRFT": { - "figi": "BBG000BVXFK6", - "ticker": "PRFT", + "DKNG": { + "figi": "BBG0134WCM78", + "ticker": "DKNG", "classCode": "SPBXM", - "isin": "US71375U1016", + "isin": "US26142V1052", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 697500000 + }, + "dshort": { + "units": "1", + "nano": 102500000 + }, + "dlongMin": { + "units": "0", + "nano": 450000000 + }, + "dshortMin": { + "units": "0", + "nano": 450000000 + }, "shortEnabledFlag": false, - "name": "Perficient Inc", + "name": "DraftKings", "exchange": "SPB", - "ipoDate": "1997-07-01T00:00:00Z", - "issueSize": "32841276", + "issueSize": "417916756", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -87278,34 +85111,33 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7be96304-8b7f-4025-8246-c4a745dcee6d", + "uid": "6d7d11bb-8707-4e87-a630-e863ad698696", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5068010a-0ebc-4692-ac4e-2e86d14345b1", + "positionUid": "20d4340a-195a-479a-a1da-6e74b7086614", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:00:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-09-22T11:30:00Z", + "first1dayCandleDate": "2020-09-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SAFM": { - "figi": "BBG000BSHJ96", - "ticker": "SAFM", + "EVRG": { + "figi": "BBG00H433CR2", + "ticker": "EVRG", "classCode": "SPBXM", - "isin": "US8000131040", + "isin": "US30034W1062", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sanderson Farms Inc", + "name": "Evergy, Inc", "exchange": "SPB", - "ipoDate": "1987-05-01T00:00:00Z", - "issueSize": "22835774", + "issueSize": "227901556", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", - "units": "1", + "units": "0", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", @@ -87319,36 +85151,118 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f23ac246-5948-4152-a53f-5789efbf818e", + "uid": "0c49d7f6-1c0e-4b78-b0dd-3f9ddb0f8ab0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2c3b855c-fba4-44e2-9265-fb446338dc43", + "positionUid": "79574e5c-c89d-43bb-8e3a-ef2ba1fbd61e", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DWNI@DE": { - "figi": "BBG000GM6Y84", - "ticker": "DWNI@DE", - "classCode": "SPBDE", - "isin": "DE000A0HN5C6", + "BCPC": { + "figi": "BBG000BCY878", + "ticker": "BCPC", + "classCode": "SPBXM", + "isin": "US0576652004", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Deutsche Wohnen SE", - "exchange": "SPB_DE", - "issueSize": "337410000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "real_estate", - "issueSizePlan": "0", + "name": "Balchem Corp", + "exchange": "SPB", + "ipoDate": "1986-11-01T00:00:00Z", + "issueSize": "32036485", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "120000000", "nominal": { - "currency": "eur", + "currency": "usd", + "units": "0", + "nano": 66700000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "31d9adb8-acae-4586-b97d-9eabe23cf360", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "34eed4d8-fbde-4034-bc48-93be0d34a301", + "forIisFlag": true, + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "FCN": { + "figi": "BBG000K88H58", + "ticker": "FCN", + "classCode": "SPBXM", + "isin": "US3029411093", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "FTI Consulting Inc", + "exchange": "SPB", + "ipoDate": "1996-05-08T00:00:00Z", + "issueSize": "38010709", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "75000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "968ea1a4-88f0-474e-8637-999c9e0e8e38", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6a0d47d4-c725-41e0-950c-69fd00dde684", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1996-05-09T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "POR": { + "figi": "BBG000BCRMW7", + "ticker": "POR", + "classCode": "SPBXM", + "isin": "US7365088472", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Portland General Electric", + "exchange": "SPB", + "issueSize": "89114522", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "160000000", + "nominal": { + "currency": "usd", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -87359,20 +85273,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d4c9c49-df88-4f3d-aea0-1d36af254f93", + "uid": "70020383-82d8-4dce-b275-aa82a47b4827", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "72f088dd-70b6-4c44-8c55-fb4e1e1dd984", + "positionUid": "b23f7a9b-4729-4600-801c-fb3cd8fdedd7", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T10:12:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:33:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SAVE": { - "figi": "BBG000BF6RQ9", - "ticker": "SAVE", + "NLSN": { + "figi": "BBG0088CYPX8", + "ticker": "NLSN", "classCode": "SPBXM", - "isin": "US8485771021", + "isin": "GB00BWFY5505", "lot": 1, "currency": "usd", "klong": { @@ -87385,59 +85299,98 @@ }, "dlong": { "units": "0", - "nano": 695300000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 96700000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 448000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 448000000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Spirit Airlines Inc", + "shortEnabledFlag": false, + "name": "Nielsen Holdings plc", "exchange": "SPB", - "ipoDate": "2011-05-26T00:00:00Z", - "issueSize": "69373154", + "issueSize": "357429908", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "0", + "issueSizePlan": "1185800000", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 70000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "b43954e2-a4d2-42af-9ead-46e9e070bb75", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5914ee99-2868-4bd8-b847-5c20daadcc6a", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:32:00Z", + "first1dayCandleDate": "2011-01-26T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "EME": { + "figi": "BBG000BBRPL4", + "ticker": "EME", + "classCode": "SPBXM", + "isin": "US29084Q1004", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "EMCOR Group", + "exchange": "SPB", + "issueSize": "56259161", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3becf1ea-0a4e-40d9-a021-32b4e0b9cff7", + "uid": "f3ef0cc8-5a4c-46b0-8307-be665b270d30", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f5dde5cf-2005-497d-8e59-6f83d004ed65", + "positionUid": "629465ae-817d-414a-ab06-cb4944771fb7", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:33:00Z", - "first1dayCandleDate": "2011-05-26T00:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ITW": { - "figi": "BBG000BMBL90", - "ticker": "ITW", + "KLAC": { + "figi": "BBG000BMTFR4", + "ticker": "KLAC", "classCode": "SPBXM", - "isin": "US4523081093", + "isin": "US4824801009", "lot": 1, "currency": "usd", "klong": { @@ -87465,17 +85418,18 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Illinois Tool Works", - "exchange": "SPB", - "issueSize": "363491774", + "name": "KLA-Tencor", + "exchange": "SPB_MORNING", + "ipoDate": "1980-10-31T00:00:00Z", + "issueSize": "155872083", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -87488,77 +85442,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "05aec0b3-8b37-47e1-8c18-bd810914b22b", + "uid": "d7dc806d-4f35-4ee4-ac6d-86d22f018e9c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e3dd4534-d17a-47a3-9900-ee58bbaef348", + "positionUid": "c1e6f73a-0e6c-459c-bfd7-325b48d075d3", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TTC": { - "figi": "BBG000BVQRY3", - "ticker": "TTC", + "CAR": { + "figi": "BBG000FLPRH1", + "ticker": "CAR", "classCode": "SPBXM", - "isin": "US8910921084", + "isin": "US0537741052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Toro", + "name": "Avis Budget Group", "exchange": "SPB", - "issueSize": "106020302", + "issueSize": "74356513", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "175000000", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2a55a4de-5da9-4702-81a4-a143ac81ddcd", + "uid": "486c4cc6-da42-4ba0-bc48-57f576f896ac", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "11fea9e3-8f20-4d19-ab3f-22d915da54fa", - "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:32:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "positionUid": "a92366a9-2cc9-4301-a272-7ddba12ca672", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:56:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EXPD": { - "figi": "BBG000BJ5GK2", - "ticker": "EXPD", + "PINC": { + "figi": "BBG000G7QX50", + "ticker": "PINC", "classCode": "SPBXM", - "isin": "US3021301094", + "isin": "US74051N1028", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Expeditors", + "name": "Premier Inc", "exchange": "SPB", - "ipoDate": "1984-09-01T00:00:00Z", - "issueSize": "177702850", + "ipoDate": "2013-09-26T00:00:00Z", + "issueSize": "61826774", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -87569,20 +85523,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5f016c4c-5af1-4e0b-8b06-083d9f86090e", + "uid": "a182d807-63fb-44e8-b68c-a3e9b853439a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "91383623-7607-4cf7-9e15-eef9841cdd2b", + "positionUid": "e034a7cf-ea8e-4134-8c39-e8bc997a3156", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2013-09-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ABT": { - "figi": "BBG000B9ZXB4", - "ticker": "ABT", + "HPE": { + "figi": "BBG0078W3NQ3", + "ticker": "HPE", "classCode": "SPBXM", - "isin": "US0028241000", + "isin": "US42824C1099", "lot": 1, "currency": "usd", "klong": { @@ -87595,33 +85549,32 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 559100000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 784900000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 336000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 336000000 }, "shortEnabledFlag": true, - "name": "Abbott", - "exchange": "SPB", - "ipoDate": "1929-01-01T00:00:00Z", - "issueSize": "1772817349", + "name": "Hewlett Packard Enterprise", + "exchange": "SPB_MORNING", + "issueSize": "1308050014", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "2400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -87634,269 +85587,222 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "906c71ab-ca3e-444f-9aba-e6b46cd2ea9c", + "uid": "47dc97ff-5e1d-451e-bdbc-9e2fc1660a77", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "52051572-ec45-4b12-8eef-f4007ba1c23b", + "positionUid": "c6d46e51-8b06-43b5-bcaa-bf35d34a333f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:10:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T13:30:00Z", + "first1dayCandleDate": "2015-10-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRKS": { - "figi": "BBG000VJMH65", - "ticker": "MRKS", + "KAZTP": { + "figi": "BBG002B9T6Y1", + "ticker": "KAZTP", "classCode": "TQBR", - "isin": "RU000A0JPPF0", - "lot": 10000, + "isin": "RU000A0B9BW0", + "lot": 10, "currency": "rub", "shortEnabledFlag": false, - "name": "МРСК Сибири", + "name": "\u041a\u0443\u0439\u0431\u044b\u0448\u0435\u0432\u0410\u0437\u043e\u0442 - \u0410\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", "exchange": "MOEX", - "ipoDate": "2005-08-22T00:00:00Z", - "issueSize": "94815163249", + "ipoDate": "2003-07-22T00:00:00Z", + "issueSize": "3696506", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "3696506", "nominal": { "currency": "rub", - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "b135075c-3a05-42cf-8f55-86674d63a49d", + "uid": "3240b205-4718-47d2-8650-8bdc89533fd8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "15b49168-c8e6-4eae-92c9-b58ffbc3522e", + "positionUid": "d360cbdd-561a-475a-9cf0-718e385860cd", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:01:00Z", - "first1dayCandleDate": "2008-08-22T00:00:00Z", + "first1minCandleDate": "2018-03-13T17:01:00Z", + "first1dayCandleDate": "2018-03-13T07:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.2 }, - "SLP": { - "figi": "BBG000BS2ZD1", - "ticker": "SLP", + "AOSL": { + "figi": "BBG000QLW222", + "ticker": "AOSL", "classCode": "SPBXM", - "isin": "US8292141053", + "isin": "BMG6331P1041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Simulations Plus Inc.", + "name": "Alpha and Omega Semiconductor", "exchange": "SPB", - "issueSize": "17809017", + "issueSize": "23790333", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 2000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "865e162c-19aa-4340-862f-829aae970692", + "uid": "0c89561d-3cbd-4f2c-a0dc-785c112ef64e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1874262c-7bc9-40d8-b26c-9c1520bd0623", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:30:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "positionUid": "029bb029-88fb-434a-861a-ce230089e8db", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:39:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "FTCH": { - "figi": "BBG00LSD4456", - "ticker": "FTCH", + "CW": { + "figi": "BBG000BGSPS5", + "ticker": "CW", "classCode": "SPBXM", - "isin": "KY30744W1070", + "isin": "US2315611010", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 559100000 - }, - "dshort": { - "units": "0", - "nano": 898900000 - }, - "dlongMin": { - "units": "0", - "nano": 336000000 - }, - "dshortMin": { - "units": "0", - "nano": 378000000 - }, "shortEnabledFlag": false, - "name": "Farfetch Ltd", + "name": "Curtiss-Wright", "exchange": "SPB", - "issueSize": "250001015", - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "consumer", - "issueSizePlan": "500000000", + "issueSize": "44228169", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 40000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "179822a5-5821-4fc6-9459-5b2e4776a6db", + "uid": "b93dfd31-387c-4be4-acc2-df2bfcaad2a5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "82a24e89-8aaf-445f-9323-ff07dead1c68", + "positionUid": "5bedcbf8-d329-459e-a673-9e9697bdcd83", "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:04:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:20:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TT": { - "figi": "BBG000BM6788", - "ticker": "TT", + "PTC": { + "figi": "BBG000C2VBB0", + "ticker": "PTC", "classCode": "SPBXM", - "isin": "IE00BK9ZQ967", + "isin": "US69370C1009", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "Trane Technologies", + "name": "PTC Inc", "exchange": "SPB", - "issueSize": "239147137", + "ipoDate": "1989-12-14T00:00:00Z", + "issueSize": "117829713", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45269986-9152-4dc7-8c08-71f67c9405fe", + "uid": "0ca05f04-f10c-4716-884c-c524262fb385", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b694f30c-2d8d-4d65-ae29-1f2608801cdd", + "positionUid": "7bf2cde8-ed7f-4437-8e84-6be9c7eac947", "forIisFlag": true, - "first1minCandleDate": "2020-03-06T14:15:00Z", - "first1dayCandleDate": "2020-03-06T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:25:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "CHPT": { - "figi": "BBG00Q741Z16", - "ticker": "CHPT", + "HASI": { + "figi": "BBG0044K5DM4", + "ticker": "HASI", "classCode": "SPBXM", - "isin": "US15961R1059", + "isin": "US41068X1000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ChargePoint Holdings", + "name": "Hannon Armstrong REIT", "exchange": "SPB", - "issueSize": "7852941", + "issueSize": "65688376", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "electrocars", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "450000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ef8e5d5-e10c-456c-a3d6-5f6e871face9", + "uid": "d55ece6d-0910-413c-a4ca-68a4e3aced45", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "86fa9311-6161-4161-8785-ddca3987f84e", + "positionUid": "729deddd-f6f9-435c-b9a7-2769a052bfcb", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T11:33:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2022-01-28T12:45:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LFC": { - "figi": "BBG000BBK4B9", - "ticker": "LFC", + "HTHT": { + "figi": "BBG000QFPM65", + "ticker": "HTHT", "classCode": "SPBXM", - "isin": "US16939P1066", + "isin": "US44332N1063", "lot": 1, "currency": "usd", "klong": { @@ -87913,7 +85819,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 532600000 }, "dlongMin": { "units": "0", @@ -87921,19 +85827,20 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 238000000 }, - "shortEnabledFlag": true, - "name": "China Life Insurance", - "exchange": "SPB", - "issueSize": "1488235000", + "shortEnabledFlag": false, + "name": "H World Group", + "exchange": "SPB_MORNING", + "ipoDate": "2010-03-26T00:00:00Z", + "issueSize": "326748058", "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "financial", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "5", + "units": "1", "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", @@ -87947,37 +85854,37 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "50f0f096-10da-45cd-b5a9-cc2b96a2fee2", + "uid": "ae75a6f5-af2c-4e6a-ae6f-cbde32b32995", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "66776fe1-7210-4f0a-8616-3a24ac496a0d", + "positionUid": "dd04ed04-df24-424a-aa11-e2db84904037", "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:31:00Z", - "first1dayCandleDate": "2003-12-17T00:00:00Z", + "first1minCandleDate": "2018-05-29T13:30:00Z", + "first1dayCandleDate": "2018-05-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SMPL": { - "figi": "BBG00GVP5JL4", - "ticker": "SMPL", + "OFIX": { + "figi": "BBG000G1C210", + "ticker": "OFIX", "classCode": "SPBXM", - "isin": "US82900L1026", + "isin": "US68752M1080", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Simply Good Foods Co", + "name": "Orthofix Medical Inc", "exchange": "SPB", - "ipoDate": "2013-10-01T00:00:00Z", - "issueSize": "81915423", + "ipoDate": "1992-04-23T00:00:00Z", + "issueSize": "19066984", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "600000000", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -87988,20 +85895,60 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6464c0c-e2a5-42b0-8a3d-f57d343576f4", + "uid": "39386b2d-a1fe-41f4-a9c5-cf905c415554", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ab433f1c-e621-4716-acff-b79e52b860fb", + "positionUid": "f56d8679-889c-4d70-a260-fd7f70b74e3f", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1992-04-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "IRM": { - "figi": "BBG000KCZPC3", - "ticker": "IRM", + "VNA@DE": { + "figi": "BBG000BT0ZM1", + "ticker": "VNA@DE", + "classCode": "SPBDE", + "isin": "DE000A1ML7J1", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "Vonovia SE", + "exchange": "SPB_DE", + "issueSize": "466000624", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "real_estate", + "issueSizePlan": "0", + "nominal": { + "currency": "eur", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ae6ffc1a-9808-4f43-b3b9-e15ba576ea5f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c0eac4fd-1314-4758-8f5d-771bfd3f431c", + "forIisFlag": true, + "first1minCandleDate": "2021-03-01T08:06:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "TMO": { + "figi": "BBG000BVDLH9", + "ticker": "TMO", "classCode": "SPBXM", - "isin": "US46284V1017", + "isin": "US8835561023", "lot": 1, "currency": "usd", "klong": { @@ -88028,85 +85975,47 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Iron Mountain REIT", - "exchange": "SPB", - "ipoDate": "1996-01-31T00:00:00Z", - "issueSize": "263447840", + "shortEnabledFlag": false, + "name": "Thermo Fisher Scientific", + "exchange": "SPB_MORNING", + "ipoDate": "1980-01-01T00:00:00Z", + "issueSize": "393418899", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7ed63b51-c9d2-49c1-a21c-54397f1f0fb5", + "uid": "ab130a3e-59ca-4871-8b1e-39ac24908d1a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3d6e7163-3c93-4d2e-8bf8-7f628ce8b188", + "positionUid": "05a79449-54a0-4560-937a-63217d53b16d", "forIisFlag": true, "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1996-02-01T00:00:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ZIP": { - "figi": "BBG010JBYV98", - "ticker": "ZIP", + "DXC": { + "figi": "BBG00FN64XT9", + "ticker": "DXC", "classCode": "SPBXM", - "isin": "US98980B1035", + "isin": "US23355L1061", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "ZipRecruiter Inc", - "exchange": "SPB", - "issueSize": "83071919", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "700000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "8b35b8a8-38c3-404a-a4ae-8831c2e3cd7d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0877f63d-856b-4ed1-86da-ba05c21f95d5", - "forIisFlag": true, - "type": "Shares", - "step": 0.01 - }, - "ORUP": { - "figi": "BBG001BBGNS2", - "ticker": "ORUP", - "classCode": "TQPI", - "isin": "RU000A0JXKG3", - "lot": 10, - "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -88117,35 +86026,34 @@ }, "dlong": { "units": "0", - "nano": 696200000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 247300000 + "units": "0", + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 448800000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 499100000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Обувь России", - "exchange": "MOEX", - "ipoDate": "2013-09-26T00:00:00Z", - "issueSize": "113056000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "70660000", + "shortEnabledFlag": true, + "name": "DXC Technology", + "exchange": "SPB_MORNING", + "issueSize": "141865656", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "751000000", "nominal": { - "currency": "rub", - "units": "100", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88153,23 +86061,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8baef29f-245d-437e-94de-9f44bf584f8d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7df4526a-5757-4ef5-b858-f93fec6d9548", + "uid": "8ec970c7-14cc-49fe-bf42-6ed99a9f8237", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8ab24cee-391b-47e9-bd33-36683fe6da35", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T21:06:00Z", - "first1dayCandleDate": "2017-10-20T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2017-03-16T00:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "HSY": { - "figi": "BBG000BLHRS2", - "ticker": "HSY", + "AMZN": { + "figi": "BBG000BVPV84", + "ticker": "AMZN", "classCode": "SPBXM", - "isin": "US4278661081", + "isin": "US0231351067", "lot": 1, "currency": "usd", "klong": { @@ -88197,60 +86105,60 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Hershey", - "exchange": "SPB", - "ipoDate": "1927-12-01T00:00:00Z", - "issueSize": "145425767", + "name": "Amazon.com", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1997-05-14T00:00:00Z", + "issueSize": "10187554818", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "900000000", + "issueSizePlan": "100000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f43fc8c-967b-4841-8ae3-25f950bd022c", + "uid": "6de4b6e2-dda9-4c49-9ba8-aa96dc15d33f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e719e523-ca5e-457c-8b8d-3914daf0f177", + "positionUid": "c8b5a4af-9ef3-4208-a0e5-e99229f0ef45", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T07:46:00Z", + "first1dayCandleDate": "1997-05-15T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NCR": { - "figi": "BBG000BMXK89", - "ticker": "NCR", + "PAR": { + "figi": "BBG000BRP9K8", + "ticker": "PAR", "classCode": "SPBXM", - "isin": "US62886E1082", + "isin": "US6988841036", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NCR Corp", + "name": "PAR Technology Corporation", "exchange": "SPB", - "issueSize": "169500000", + "issueSize": "21964151", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "500000000", + "issueSizePlan": "58000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 20000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88261,20 +86169,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fb6d2fa0-f005-4a4a-9050-c333b30163cf", + "uid": "c3d7c0ac-4006-440e-b5f9-506ae50ccf10", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5ac3ae5c-092b-4561-9ae6-01983eaa4a2b", + "positionUid": "03f6d7c1-738d-458f-93b7-8843c610ce9c", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:34:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2022-07-18T13:20:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "QDEL": { - "figi": "BBG017TGV7M2", - "ticker": "QDEL", + "CRM": { + "figi": "BBG000BN2DC2", + "ticker": "CRM", "classCode": "SPBXM", - "isin": "US2197981051", + "isin": "US79466L3024", "lot": 1, "currency": "usd", "klong": { @@ -88287,28 +86195,29 @@ }, "dlong": { "units": "0", - "nano": 555400000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 725500000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 333200000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 313600000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "QuidelOrtho Corp", - "exchange": "SPB", - "issueSize": "66871000", + "shortEnabledFlag": true, + "name": "Salesforce", + "exchange": "SPB_MORNING", + "ipoDate": "2004-06-23T00:00:00Z", + "issueSize": "979000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1600000000", "nominal": { "currency": "usd", "units": "0", @@ -88325,20 +86234,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0c26e224-0871-4880-b4d9-c0ae1888a7ff", + "uid": "5eb9aa7d-4613-4cc2-9ead-828daf639f82", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "501ddf98-7a51-42af-afd9-2a5ad19f7674", + "positionUid": "a306702e-537a-491f-9902-1f92241ac8c7", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "1991-03-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2004-06-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ISRG": { - "figi": "BBG000BJPDZ1", - "ticker": "ISRG", + "FCX": { + "figi": "BBG000BJDB15", + "ticker": "FCX", "classCode": "SPBXM", - "isin": "US46120E6023", + "isin": "US35671D8570", "lot": 1, "currency": "usd", "klong": { @@ -88351,75 +86260,75 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 501600000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 674400000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 294000000 }, - "shortEnabledFlag": false, - "name": "Intuitive Surgical", - "exchange": "SPB", - "ipoDate": "2000-06-13T00:00:00Z", - "issueSize": "357236861", + "shortEnabledFlag": true, + "name": "Freeport-McMoRan", + "exchange": "SPB_MORNING", + "issueSize": "1468064383", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd769ec0-5d9d-4092-a387-7d73fa6fa705", + "uid": "c35897e7-df88-49ec-b35a-a72b22db524b", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b6569d8d-5d60-4001-990b-d94b985fe6e6", + "positionUid": "96bbec42-6234-4b35-b88a-b429e573f59f", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:55:00Z", - "first1dayCandleDate": "2000-06-13T00:00:00Z", + "first1minCandleDate": "2018-01-23T11:44:00Z", + "first1dayCandleDate": "1995-07-10T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MIME": { - "figi": "BBG00B6W26V8", - "ticker": "MIME", + "CVLT": { + "figi": "BBG000BG88X9", + "ticker": "CVLT", "classCode": "SPBXM", - "isin": "GB00BYT5JK65", + "isin": "US2041661024", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Mimecast Limited", + "name": "CommVault Systems Inc", "exchange": "SPB", - "issueSize": "64382729", - "countryOfRisk": "", - "countryOfRiskName": "", + "ipoDate": "2006-09-21T00:00:00Z", + "issueSize": "45679184", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "300000000", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 12000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88430,37 +86339,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b5cb2ea-20ed-4c54-ba78-01a0cd7c7e54", + "uid": "de0158d8-be9a-4383-a8d7-51d2957f09d5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9280ec81-2cf3-4fdc-bb0d-dd632d354e8f", + "positionUid": "0233ed42-4892-4477-9746-a03daacafab6", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:46:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2006-09-22T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PINC": { - "figi": "BBG000G7QX50", - "ticker": "PINC", + "AIRC": { + "figi": "BBG00XK3WVD0", + "ticker": "AIRC", "classCode": "SPBXM", - "isin": "US74051N1028", + "isin": "US03750L1098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Premier Inc", + "name": "Apartment Income REIT", "exchange": "SPB", - "ipoDate": "2013-09-26T00:00:00Z", - "issueSize": "61826774", + "issueSize": "0", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88471,60 +86379,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a182d807-63fb-44e8-b68c-a3e9b853439a", + "uid": "79936a9e-2de1-48ce-a53e-98adb3411266", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e034a7cf-ea8e-4134-8c39-e8bc997a3156", + "positionUid": "c7476600-e857-4af7-a670-12f1ab8d33b8", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2013-09-26T00:00:00Z", + "first1minCandleDate": "2020-12-30T14:30:00Z", + "first1dayCandleDate": "2020-12-30T07:00:00Z", "type": "Shares", "step": 0.01 }, - "DXCM": { - "figi": "BBG000QTF8K1", - "ticker": "DXCM", + "CBSH": { + "figi": "BBG000BF3G77", + "ticker": "CBSH", "classCode": "SPBXM", - "isin": "US2521311074", + "isin": "US2005251036", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 + "shortEnabledFlag": false, + "name": "Commerce Bancshares", + "exchange": "SPB", + "issueSize": "106597248", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "120000000", + "nominal": { + "currency": "usd", + "units": "5", + "nano": 0 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 224700000 + "nano": 10000000 }, - "shortEnabledFlag": true, - "name": "DexCom Inc", + "apiTradeAvailableFlag": true, + "uid": "f126254d-f0ba-4b72-ae1d-9b1fc1463b1b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "628b9d0b-1251-41c7-9b3b-6ed8281ea929", + "forIisFlag": true, + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "ALNY": { + "figi": "BBG000BFGNJ5", + "ticker": "ALNY", + "classCode": "SPBXM", + "isin": "US02043Q1076", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Alnylam Pharmaceuticals Inc", "exchange": "SPB", - "issueSize": "392503732", + "ipoDate": "2004-05-27T00:00:00Z", + "issueSize": "91733369", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "health_care", - "issueSizePlan": "800000000", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88535,36 +86460,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3bc178bd-f5ca-494e-a620-c66c09927e08", + "uid": "830cf724-8272-4d73-baf4-690dd646a797", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "137da4ad-8b01-4301-b880-4aca00d4e2aa", + "positionUid": "42168625-a7c2-482e-a8b7-05304ef3c6bf", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T12:20:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:26:00Z", + "first1dayCandleDate": "2004-05-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ITT": { - "figi": "BBG00CVQZQ96", - "ticker": "ITT", + "ARCC": { + "figi": "BBG000PD6X77", + "ticker": "ARCC", "classCode": "SPBXM", - "isin": "US45073V1089", + "isin": "US04010L1035", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ITT", + "name": "Ares Capital Corp", "exchange": "SPB", - "issueSize": "87800000", + "issueSize": "313954008", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88575,77 +86500,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5b9c80f6-37b9-43d6-9569-8fc24b6cc96a", + "uid": "aae21cb9-2389-43ce-89f2-2bec6484b0af", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ffad2a0b-eaa7-443b-ab52-1a2a6d90863b", + "positionUid": "b835cc8f-8f85-49d7-acb5-e8cf9d2d9f0b", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2020-12-04T13:13:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "GVA": { - "figi": "BBG000DVB833", - "ticker": "GVA", + "GH": { + "figi": "BBG006D97VY9", + "ticker": "GH", "classCode": "SPBXM", - "isin": "US3873281071", + "isin": "US40131M1099", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Granite Construction Inc", - "exchange": "SPB", - "issueSize": "46897218", + "name": "Guardant Health Inc", + "exchange": "SPB_MORNING", + "issueSize": "87112669", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "350000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de34184c-ad4e-4c60-b6ab-8573867eb9c9", + "uid": "b8fa905b-b64c-4727-922e-733b10f80fdd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d55da517-0a67-47bf-a0e6-ca539b886dd0", + "positionUid": "29728a4e-ebce-4c86-bc3c-5f5762ca093b", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "1990-04-20T00:00:00Z", + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SWI": { - "figi": "BBG00M1CKSK7", - "ticker": "SWI", + "VNDA": { + "figi": "BBG000HT5MG6", + "ticker": "VNDA", "classCode": "SPBXM", - "isin": "US83417Q2049", + "isin": "US9216591084", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SolarWinds Corp", + "name": "Vanda Pharmaceuticals Inc", "exchange": "SPB", - "ipoDate": "2018-10-19T00:00:00Z", - "issueSize": "157865646", + "ipoDate": "2015-07-17T00:00:00Z", + "issueSize": "53337085", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88656,35 +86581,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7346963b-7d7a-4dc9-b804-231ffeda27cd", + "uid": "cc8a731f-6f3e-4f10-aa82-8a2300684cb1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aeae7cfe-28f2-42d1-b4e6-d7ef99558930", + "positionUid": "eeba1ee1-22bd-4c79-af2c-a853b190f631", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:00:00Z", - "first1dayCandleDate": "2019-09-12T07:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CLH": { - "figi": "BBG000BFRRX8", - "ticker": "CLH", + "CNC": { + "figi": "BBG000BDXCJ5", + "ticker": "CNC", "classCode": "SPBXM", - "isin": "US1844961078", + "isin": "US15135B1017", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Clean Harbors Inc", - "exchange": "SPB", - "ipoDate": "1987-11-01T00:00:00Z", - "issueSize": "57552959", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Centene Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "2001-12-13T00:00:00Z", + "issueSize": "172566531", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -88697,116 +86646,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4da41ecc-8155-49cd-abb3-fba5475d6af1", + "uid": "c5a9fe39-7c5b-491a-bdbe-4218a2d5d028", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "833d4d5c-d912-46f3-a021-5276b5a208c3", + "positionUid": "7e1cd6a2-2a06-4260-a0ab-387e78678b9b", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:37:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2001-12-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VZIO": { - "figi": "BBG00ZHDJVK4", - "ticker": "VZIO", + "IDA": { + "figi": "BBG000BLR3Y7", + "ticker": "IDA", "classCode": "SPBXM", - "isin": "US92858V1017", + "isin": "US4511071064", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "VIZIO Holding Corp.", + "name": "IDACORP, Inc.", "exchange": "SPB", - "issueSize": "85079223", + "issueSize": "50453936", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b67249a0-b22f-421b-96f9-d6691c92e394", + "uid": "1fccd2d1-3241-48ee-b106-281f2b7d66f1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ad96e429-7282-4556-a526-8a72c834ae5a", + "positionUid": "6145b20d-6ae5-414b-80b6-5563ef8c24dd", "forIisFlag": true, - "first1minCandleDate": "2021-05-03T13:05:00Z", - "first1dayCandleDate": "2021-05-03T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LYV": { - "figi": "BBG000FQ7YR4", - "ticker": "LYV", + "ALV": { + "figi": "BBG000BVLRY8", + "ticker": "ALV", "classCode": "SPBXM", - "isin": "US5380341090", + "isin": "US0528001094", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Live Nation Entertainment Inc", + "name": "Autoliv, Inc.", "exchange": "SPB", - "issueSize": "211629280", + "issueSize": "87224738", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "telecom", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "electrocars", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dd73d573-7186-471f-92d5-1885feaa90e6", + "uid": "1f1562dd-700a-41cb-94f9-9174f5f9a36d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "93ece9fe-afa9-4376-a90c-c906cb750bee", + "positionUid": "24f3d246-430e-4345-b489-7f22a3e78aa4", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T09:33:00Z", - "first1dayCandleDate": "2005-12-14T00:00:00Z", + "first1minCandleDate": "2019-02-28T10:37:00Z", + "first1dayCandleDate": "2019-02-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PAY": { - "figi": "BBG010MW0N84", - "ticker": "PAY", + "ARQT": { + "figi": "BBG00QN8K4M4", + "ticker": "ARQT", "classCode": "SPBXM", - "isin": "US70439P1084", + "isin": "US03969K1088", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Paymentus Holdings", + "name": "Arcutis Biotherapeutics", "exchange": "SPB", - "issueSize": "12380950", + "issueSize": "38189287", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "883950000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -88817,74 +86766,123 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2eac2aaa-6812-42d0-a26c-5ef6fd8c4152", + "uid": "8b1a8025-c15f-409a-964d-3afb90e0390d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "33bf025c-28c3-47ec-9b97-a73dbf55d24b", + "positionUid": "4350a3cd-eb9f-4ebb-9efc-4950235b9e9b", "forIisFlag": true, - "first1minCandleDate": "2021-07-01T13:30:00Z", - "first1dayCandleDate": "2021-07-01T07:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NFE": { - "figi": "BBG00MJH9LC4", - "ticker": "NFE", + "BMRN": { + "figi": "BBG000CZWZ05", + "ticker": "BMRN", "classCode": "SPBXM", - "isin": "US6443931000", + "isin": "US09061G1013", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "New Fortress Energy", - "exchange": "SPB", - "issueSize": "168738423", + "name": "BioMarin Pharmaceutical Inc", + "exchange": "SPB_MORNING", + "issueSize": "171987437", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "750000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21ee7e94-867e-4d7d-a5f2-42b82b2c8dfc", + "uid": "d0cc5c6d-ee64-493e-89f0-749f5ed7415e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "397b8138-2d93-4cd4-bedc-f4256dfad32f", + "positionUid": "23831409-6559-4c33-a105-10dcce70c494", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T12:34:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-08-05T13:28:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CR": { - "figi": "BBG017BXPZ85", - "ticker": "CR", + "ALL": { + "figi": "BBG000BVMGF2", + "ticker": "ALL", "classCode": "SPBXM", - "isin": "US2244411052", + "isin": "US0200021014", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Crane Holdings", - "exchange": "SPB", - "issueSize": "56055134", + "name": "The Allstate Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1993-06-09T00:00:00Z", + "issueSize": "354458095", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -88897,20 +86895,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fdfeffb8-d881-43b8-b9e1-dc61d65f6b4d", + "uid": "bd21f6a8-4e95-4926-a741-77c98ccd3cb9", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a15336e6-6354-4479-98af-64d621af400f", + "positionUid": "22fc1754-0ff4-46f1-b31d-6dbd4f0e0730", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:31:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1993-06-03T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WBA": { - "figi": "BBG000BWLMJ4", - "ticker": "WBA", + "LEVI": { + "figi": "BBG000BQDF10", + "ticker": "LEVI", "classCode": "SPBXM", - "isin": "US9314271084", + "isin": "US52736R1023", "lot": 1, "currency": "usd", "klong": { @@ -88927,7 +86925,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -88935,20 +86933,20 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, "shortEnabledFlag": true, - "name": "Walgreens Boots Alliance", - "exchange": "SPB", - "issueSize": "865612358", + "name": "Levi Strauss & Co", + "exchange": "SPB_MORNING", + "issueSize": "376028430", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "3200000000", + "issueSizePlan": "1200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -88961,30 +86959,31 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f14b2a66-900f-4afd-a30a-7a23acc3b048", + "uid": "98db0be7-2554-4e21-843e-a9edf8c62db4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "43a2a4d3-c112-4894-ab79-fe6b4dc84d27", + "positionUid": "04f45e0d-f383-4688-98d6-3b235aed0ba0", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:49:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:36:00Z", + "first1dayCandleDate": "2019-06-11T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OLED": { - "figi": "BBG000BLRP41", - "ticker": "OLED", + "KNX": { + "figi": "BBG000BFC848", + "ticker": "KNX", "classCode": "SPBXM", - "isin": "US91347P1057", + "isin": "US4990491049", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Universal Display Corp", - "exchange": "SPB", - "issueSize": "47040602", + "name": "Knight-Swift Transportation", + "exchange": "SPB_MORNING", + "ipoDate": "2010-12-16T00:00:00Z", + "issueSize": "173118775", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", @@ -89001,77 +87000,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "978c61c9-5b03-4389-aa27-23153946b254", + "uid": "9131bd1e-efa3-4cc2-a4ac-cc966424a87e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dd90176a-3c97-4046-8288-200f31393a51", + "positionUid": "467d7d52-80dc-43f3-af15-0013c248d4e4", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1996-04-11T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:28:00Z", + "first1dayCandleDate": "2010-12-16T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MQ": { - "figi": "BBG0112Z87D8", - "ticker": "MQ", + "ACI": { + "figi": "BBG009KG1750", + "ticker": "ACI", "classCode": "SPBXM", - "isin": "US57142B1044", + "isin": "US0130911037", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Marqeta, Inc.", + "name": "Albertsons Companies", "exchange": "SPB", - "issueSize": "100000000", + "issueSize": "280230931", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b78f15a-f51e-4781-a52b-90f031a442fb", + "uid": "e0813db3-78bc-49ea-a7d8-5ee11d193652", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "16dd04f4-6a13-45c9-ba48-7cf9e615f06d", - "forIisFlag": true, - "first1minCandleDate": "2021-06-09T16:32:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", + "positionUid": "c99b70b7-e25b-4444-8684-1aa736ef9219", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:16:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EYE": { - "figi": "BBG00HVQF9K2", - "ticker": "EYE", + "APLS": { + "figi": "BBG007KGRPY4", + "ticker": "APLS", "classCode": "SPBXM", - "isin": "US63845R1077", + "isin": "US03753U1060", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "National Vision Holdings Inc", + "name": "Apellis Pharmaceuticals", "exchange": "SPB", - "ipoDate": "2017-10-26T00:00:00Z", - "issueSize": "78217812", + "issueSize": "75736924", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -89082,100 +87080,117 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "18bc892e-e996-4c13-9931-a199ad786a82", + "uid": "a2c847b1-67dd-4f80-a059-4d3a5960aeda", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ddb0634-efa8-4aba-837b-3bd5ca8a7dbd", + "positionUid": "fbdf910d-a512-4572-bb49-0947bd396676", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2017-10-26T00:00:00Z", + "first1minCandleDate": "2022-01-28T13:50:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "LNN": { - "figi": "BBG000FJS1S8", - "ticker": "LNN", + "LKOD@GS": { + "figi": "BBG000NN8497", + "ticker": "LKOD@GS", "classCode": "SPBXM", - "isin": "US5355551061", + "isin": "US69343P1057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Lindsay Corporation", - "exchange": "SPB", - "issueSize": "10834763", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "25000000", + "name": "LUKOIL PJSC", + "exchange": "LSE", + "issueSize": "692865762", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "53b4b551-3e33-4fa6-b6e1-9d6319f075ce", + "uid": "109b24e8-ace2-45ba-8c22-bf1f18b34a97", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "79107746-c45c-485e-98e4-b5973accb75b", + "positionUid": "1923b7a5-aa1c-47d7-a8d6-f1db1fa901ef", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:38:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2021-04-22T07:38:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CPNG": { - "figi": "BBG00XMJRPQ8", - "ticker": "CPNG", + "SPT": { + "figi": "BBG001K1CT23", + "ticker": "SPT", "classCode": "SPBXM", - "isin": "US22266T1097", + "isin": "US85209W1099", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 567500000 - }, - "dlongMin": { + "shortEnabledFlag": false, + "name": "Sprout Social", + "exchange": "SPB", + "issueSize": "47199895", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 292900000 + "nano": 100000 }, - "dshortMin": { + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 252000000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "49659fb7-7280-49f1-bc66-860d67147fee", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "fcda9cb0-4a97-4c56-827b-beb239cc385b", + "forIisFlag": true, + "first1minCandleDate": "2021-11-10T12:46:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "TDY": { + "figi": "BBG000BMT9T6", + "ticker": "TDY", + "classCode": "SPBXM", + "isin": "US8793601050", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Coupang, Inc.", + "name": "Teledyne Technologies Inc", "exchange": "SPB", - "issueSize": "1540337807", - "countryOfRisk": "KR", - "countryOfRiskName": "Республика Корея", - "sector": "consumer", - "issueSizePlan": "10000000000", + "ipoDate": "1999-11-23T00:00:00Z", + "issueSize": "35436487", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -89186,31 +87201,30 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3fbbaaa0-9330-456a-a324-174a69b99725", + "uid": "2ed83401-4cd2-42e4-a634-d5c2f998cc65", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e0f49596-1a95-4cc9-9c04-f28b7124c52b", + "positionUid": "300eef1e-df29-4627-9b28-b32a2fc0696f", "forIisFlag": true, - "first1minCandleDate": "2021-05-03T11:33:00Z", - "first1dayCandleDate": "2021-05-03T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:37:00Z", + "first1dayCandleDate": "1999-11-23T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MRC": { - "figi": "BBG000BKLTM1", - "ticker": "MRC", + "CIEN": { + "figi": "BBG000BP1152", + "ticker": "CIEN", "classCode": "SPBXM", - "isin": "US55345K1034", + "isin": "US1717793095", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "MRC Global Inc", - "exchange": "SPB", - "ipoDate": "2012-04-12T00:00:00Z", - "issueSize": "82187833", + "name": "Ciena Corp", + "exchange": "SPB_MORNING", + "issueSize": "134754004", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "290000000", "nominal": { "currency": "usd", "units": "0", @@ -89227,20 +87241,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f1b04c87-4336-4685-947b-3485d2a888d4", + "uid": "cd44b94d-d9c1-48bf-bf9b-6197feac8f85", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "95903432-86e2-4c25-a5ab-abc15fb36264", + "positionUid": "afd4d90c-6e0e-4a0d-869a-16907f556535", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-08-05T09:22:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "OLLI": { - "figi": "BBG0098VVDT9", - "ticker": "OLLI", + "TWTR": { + "figi": "BBG000H6HNW3", + "ticker": "TWTR", "classCode": "SPBXM", - "isin": "US6811161099", + "isin": "US90184L1026", "lot": 1, "currency": "usd", "klong": { @@ -89253,33 +87267,33 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 540300000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 322000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 322000000 }, - "shortEnabledFlag": false, - "name": "Ollie's Bargain Outlet Holding", - "exchange": "SPB", - "ipoDate": "2015-07-16T00:00:00Z", - "issueSize": "63483898", + "shortEnabledFlag": true, + "name": "Twitter", + "exchange": "SPB_MORNING", + "ipoDate": "2013-11-06T00:00:00Z", + "issueSize": "797966577", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 5000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -89292,100 +87306,85 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3312721e-308c-4623-b099-30ad94022ee7", + "uid": "489af134-061d-4424-b51c-d942429fc7fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "148915e3-3f21-4d19-ad78-04fb43721039", + "positionUid": "505ef320-2252-48a4-ae6d-347fbadba90f", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:00:00Z", - "first1dayCandleDate": "2015-07-16T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:25:00Z", + "first1dayCandleDate": "2013-11-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "MDU": { - "figi": "BBG000BNX3R4", - "ticker": "MDU", + "FFIV": { + "figi": "BBG000CXYSZ6", + "ticker": "FFIV", "classCode": "SPBXM", - "isin": "US5526901096", + "isin": "US3156161024", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "MDU Resources Group, Inc.", - "exchange": "SPB", - "issueSize": "200522277", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "500000000", - "nominal": { - "currency": "usd", - "units": "1", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "015c53af-aa9f-474b-bf1d-1f81f835bdda", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d5d5c093-8ae2-4cbd-b7e2-3653cd76f21c", - "forIisFlag": true, - "first1minCandleDate": "2020-12-04T14:29:00Z", - "first1dayCandleDate": "2020-12-04T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "BWXT": { - "figi": "BBG000D86F25", - "ticker": "BWXT", - "classCode": "SPBXM", - "isin": "US05605H1005", - "lot": 1, - "currency": "usd", "shortEnabledFlag": false, - "name": "BWX Technologies", + "name": "F5", "exchange": "SPB", - "issueSize": "99679664", + "ipoDate": "1999-06-03T00:00:00Z", + "issueSize": "64787647", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "325000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "06a747c6-8d3a-4a17-b978-73bc1c0e1082", + "uid": "a4d239b3-f2ab-4bea-abe7-b7913615f51a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7e544c37-f203-4ff2-be6a-2dfed3c8545f", + "positionUid": "837a7c09-e7ff-4771-bdbc-70fb48b9e339", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:31:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1999-06-04T00:00:00Z", "type": "Shares", "step": 0.01 }, - "TMO": { - "figi": "BBG000BVDLH9", - "ticker": "TMO", + "MTCH": { + "figi": "BBG00B6WH9G3", + "ticker": "MTCH", "classCode": "SPBXM", - "isin": "US8835561023", + "isin": "US57667L1070", "lot": 1, "currency": "usd", "klong": { @@ -89412,62 +87411,61 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Thermo Fisher Scientific", + "shortEnabledFlag": true, + "name": "Match Group Inc", "exchange": "SPB", - "ipoDate": "1980-01-01T00:00:00Z", - "issueSize": "393418899", + "issueSize": "100000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab130a3e-59ca-4871-8b1e-39ac24908d1a", + "uid": "7a434671-072d-49ce-a30f-08a7c860e7d4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "05a79449-54a0-4560-937a-63217d53b16d", + "positionUid": "874e44ec-61d6-4d48-a6b3-54567cfe566d", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2019-06-11T13:26:00Z", + "first1dayCandleDate": "2015-11-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SXI": { - "figi": "BBG000BTT5B8", - "ticker": "SXI", + "TXRH": { + "figi": "BBG000PSJMV7", + "ticker": "TXRH", "classCode": "SPBXM", - "isin": "US8542311076", + "isin": "US8826811098", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Standex International Corp", + "name": "Texas Roadhouse Inc", "exchange": "SPB", - "ipoDate": "1964-11-01T00:00:00Z", - "issueSize": "12651101", + "ipoDate": "2004-10-05T00:00:00Z", + "issueSize": "71550183", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "60000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 500000000 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -89478,34 +87476,59 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e3049169-ac06-4b59-9d89-0018cbd47c3a", + "uid": "7718d61e-a655-44d9-8ade-bc63fbe194fa", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "90ea4e7d-7fa0-4237-9d41-07c5b2b98d89", + "positionUid": "730e1d62-cbb1-4528-8210-2aa8ee731b41", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:59:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-01-31T14:00:00Z", + "first1dayCandleDate": "2004-10-05T00:00:00Z", "type": "Shares", "step": 0.01 }, - "EXPO": { - "figi": "BBG000F31Z34", - "ticker": "EXPO", + "WMB": { + "figi": "BBG000BWVCP8", + "ticker": "WMB", "classCode": "SPBXM", - "isin": "US30214U1025", + "isin": "US9694571004", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Exponent, Inc.", - "exchange": "SPB", - "issueSize": "26004501", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 501600000 + }, + "dshort": { + "units": "0", + "nano": 674400000 + }, + "dlongMin": { + "units": "0", + "nano": 294000000 + }, + "dshortMin": { + "units": "0", + "nano": 294000000 + }, + "shortEnabledFlag": true, + "name": "The Williams Companies", + "exchange": "SPB_MORNING", + "ipoDate": "1957-10-23T00:00:00Z", + "issueSize": "827327336", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "80000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "860000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -89518,30 +87541,31 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "493d9f67-06a0-48d6-a2ae-b47740ceca83", + "uid": "c0d06821-f113-4e1f-aef9-69b32e02e400", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4c1c63f8-a9bd-4498-890c-66fbc731a806", + "positionUid": "1900350f-c340-4895-88e0-23349e1e2e63", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:28:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SAIL": { - "figi": "BBG00J0BBZL0", - "ticker": "SAIL", + "MXL": { + "figi": "BBG000BB6R33", + "ticker": "MXL", "classCode": "SPBXM", - "isin": "US78781P1057", + "isin": "US57776J1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SailPoint Technologies Holdings", + "name": "MaxLinear Inc", "exchange": "SPB", - "issueSize": "8856876", + "ipoDate": "2010-03-24T00:00:00Z", + "issueSize": "71565950", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "550000000", "nominal": { "currency": "usd", "units": "0", @@ -89558,158 +87582,206 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "65d5aa8d-dec5-43ba-9a96-6e818d8971a9", + "uid": "88edcb2d-0d7b-4601-9bfe-6117c759d304", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "17628f4b-4c0e-456a-bb20-50d7d6dc1a9f", + "positionUid": "b221967e-d378-4ea6-b537-97dc9a3e885d", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:31:00Z", - "first1dayCandleDate": "2017-11-17T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CCS": { - "figi": "BBG006G412Q6", - "ticker": "CCS", + "NSSC": { + "figi": "BBG000BQ6CT5", + "ticker": "NSSC", "classCode": "SPBXM", - "isin": "US1565043007", + "isin": "US6304021057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Century Communities", + "name": "Napco Security Technologies", "exchange": "SPB", - "issueSize": "27573183", + "issueSize": "18474879", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "40000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5bda95a4-0bcc-473c-af15-013e3b5361e1", + "uid": "4e4662f0-6f4c-4e45-b32b-fd2c188fb781", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "242c21fd-58ab-44a0-a608-6e2085933f05", + "positionUid": "ff5ed8ef-9deb-437e-9dd9-83d4eeb1ea7e", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:58:00Z", + "first1minCandleDate": "2022-01-28T13:00:00Z", "first1dayCandleDate": "2022-01-28T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CRS": { - "figi": "BBG000BGCQT9", - "ticker": "CRS", + "VRNT": { + "figi": "BBG000BCBYT2", + "ticker": "VRNT", "classCode": "SPBXM", - "isin": "US1442851036", + "isin": "US92343X1000", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Carpenter Technology Corp", + "name": "Verint Systems Inc", "exchange": "SPB", - "ipoDate": "1968-10-03T00:00:00Z", - "issueSize": "47380199", + "issueSize": "65773328", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "120000000", "nominal": { "currency": "usd", - "units": "5", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "136739fb-dfcc-4312-af06-d6f657bac08f", + "uid": "8b92abd0-a21e-4cc0-ade9-3502c3c9038c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "08c2baa1-6850-4ad1-8a05-2a370af626d0", + "positionUid": "1298cad8-c57a-4f3a-8fd6-e76b87e00bad", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:35:00Z", - "first1dayCandleDate": "1989-05-24T00:00:00Z", + "first1minCandleDate": "2019-08-05T12:37:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", "type": "Shares", "step": 0.01 }, - "EVRG": { - "figi": "BBG00H433CR2", - "ticker": "EVRG", + "MBT": { + "figi": "BBG000CSZKR2", + "ticker": "MBT", "classCode": "SPBXM", - "isin": "US30034W1062", + "isin": "US6074091090", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Evergy, Inc", - "exchange": "SPB", - "issueSize": "227901556", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "600000000", - "nominal": { - "currency": "usd", - "units": "0", + "klong": { + "units": "2", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "0c49d7f6-1c0e-4b78-b0dd-3f9ddb0f8ab0", + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, + "shortEnabledFlag": false, + "name": "\u0410\u0414\u0420 \u041c\u0422\u0421", + "exchange": "SPB", + "ipoDate": "2000-06-30T00:00:00Z", + "issueSize": "999190788", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "2", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_ADR", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "b81db9ec-6e04-4963-94ec-752c40dea413", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "79574e5c-c89d-43bb-8e3a-ef2ba1fbd61e", + "positionUid": "243f4210-a28d-45ae-a085-c58dfc27fd46", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2018-01-23T11:08:00Z", + "first1dayCandleDate": "2000-06-30T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PMSB": { - "figi": "BBG000MZL0Y6", - "ticker": "PMSB", + "NMTP": { + "figi": "BBG004S68BR5", + "ticker": "NMTP", "classCode": "TQBR", - "isin": "RU000A0ET123", - "lot": 10, + "isin": "RU0009084446", + "lot": 100, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 279800000 + }, + "dshort": { + "units": "0", + "nano": 392800000 + }, + "dlongMin": { + "units": "0", + "nano": 151300000 + }, + "dshortMin": { + "units": "0", + "nano": 180200000 + }, "shortEnabledFlag": false, - "name": "Пермэнергосбыт", + "name": "\u041d\u041c\u0422\u041f", "exchange": "MOEX", - "ipoDate": "2005-06-21T00:00:00Z", - "issueSize": "36210960", + "ipoDate": "2003-06-04T00:00:00Z", + "issueSize": "19259815400", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "36210960", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "19259815400", "nominal": { "currency": "rub", - "units": "3", - "nano": 250000000 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -89717,105 +87789,145 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "4d8209f9-3b75-437d-ad5f-2906d56f27e9", + "uid": "93ed8e88-2de2-4aec-a920-3384d24ecb2a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "41add1d3-cd51-4f01-bc4b-c47399d82a07", + "positionUid": "f9970d52-9b3f-44cc-99c9-05351e731b4a", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:44:00Z", - "first1dayCandleDate": "2006-04-24T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:36:00Z", + "first1dayCandleDate": "2007-11-08T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 0.005 }, - "RPM": { - "figi": "BBG000DCNK80", - "ticker": "RPM", + "CRSP": { + "figi": "BBG00DBBGRX1", + "ticker": "CRSP", "classCode": "SPBXM", - "isin": "US7496851038", + "isin": "CH0334081137", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "RPM International Inc", + "name": "CRISPR Therapeutics AG", "exchange": "SPB", - "ipoDate": "1969-09-23T00:00:00Z", - "issueSize": "131644681", + "issueSize": "39360634", + "countryOfRisk": "CH", + "countryOfRiskName": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "chf", + "units": "0", + "nano": 30000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "236c35ea-f0a2-49e9-ae6d-542c8fa9ed98", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "df407977-ee35-46e0-b20d-d2e0b4e066b8", + "forIisFlag": true, + "first1minCandleDate": "2021-06-10T13:30:00Z", + "first1dayCandleDate": "2021-06-10T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MRC": { + "figi": "BBG000BKLTM1", + "ticker": "MRC", + "classCode": "SPBXM", + "isin": "US55345K1034", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "MRC Global Inc", + "exchange": "SPB", + "ipoDate": "2012-04-12T00:00:00Z", + "issueSize": "82187833", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "300000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d7d63464-6149-4d81-bd3e-2286c6056de5", + "uid": "f1b04c87-4336-4685-947b-3485d2a888d4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9ae450c0-9dbc-4db1-8e17-a84d90577af3", + "positionUid": "95903432-86e2-4c25-a5ab-abc15fb36264", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CLDT": { - "figi": "BBG000PT6BR8", - "ticker": "CLDT", + "MMS": { + "figi": "BBG000BC5WJ4", + "ticker": "MMS", "classCode": "SPBXM", - "isin": "US16208T1025", + "isin": "US5779331041", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Chatham Lodging REIT", + "name": "MAXIMUS Inc", "exchange": "SPB", - "ipoDate": "2010-04-16T00:00:00Z", - "issueSize": "38362618", + "ipoDate": "1997-06-12T00:00:00Z", + "issueSize": "63797978", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "865d183d-f5be-4a59-93c8-565026d54eba", + "uid": "b0f8b3a3-6614-4326-b7e7-f130b5bb78e8", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c855f40-8ae4-40ec-ab52-a914b23017ea", + "positionUid": "4ad905ec-027d-41a0-b087-fa4e4193e7d3", "forIisFlag": true, - "first1minCandleDate": "2020-01-23T14:32:00Z", - "first1dayCandleDate": "2020-01-23T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:33:00Z", + "first1dayCandleDate": "1997-06-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ACN": { - "figi": "BBG000D9D830", - "ticker": "ACN", + "CCI": { + "figi": "BBG000FV1Z23", + "ticker": "CCI", "classCode": "SPBXM", - "isin": "IE00B4BNMY34", + "isin": "US22822V1017", "lot": 1, "currency": "usd", "klong": { @@ -89842,45 +87954,45 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "Accenture", - "exchange": "SPB", - "ipoDate": "2001-07-19T00:00:00Z", - "issueSize": "642550414", + "shortEnabledFlag": false, + "name": "Crown Castle REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1998-08-17T00:00:00Z", + "issueSize": "414822942", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "20000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 22500 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0fd508e4-14ea-496a-a45a-555e50333b15", + "uid": "f27e948e-c7af-4ac6-a57e-7217bd150881", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0de98fbb-6db8-407d-a206-f3b748bb0856", + "positionUid": "53e22c55-044c-4214-896b-96d433bf0705", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:01:00Z", - "first1dayCandleDate": "2001-07-19T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1998-08-18T00:00:00Z", "type": "Shares", "step": 0.01 }, - "PEP": { - "figi": "BBG000DH7JK6", - "ticker": "PEP", + "ADI": { + "figi": "BBG000BB6G37", + "ticker": "ADI", "classCode": "SPBXM", - "isin": "US7134481081", + "isin": "US0326541051", "lot": 1, "currency": "usd", "klong": { @@ -89907,18 +88019,19 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "PepsiCo", - "exchange": "SPB", - "issueSize": "1382652943", + "shortEnabledFlag": false, + "name": "Analog Devices", + "exchange": "SPB_MORNING", + "ipoDate": "1969-03-12T00:00:00Z", + "issueSize": "309206677", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "3600000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 17000000 + "nano": 167000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -89931,22 +88044,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1121b8a1-cfc7-475b-9653-0058d710ab9b", + "uid": "d10182d0-122f-497b-8a94-a58fd738eeef", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dcacac46-9bb8-4c67-9b38-98c8084c4fa0", + "positionUid": "86c2a7ef-23c6-42f8-ade5-29c283d825f9", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T13:52:00Z", + "first1minCandleDate": "2018-01-23T14:12:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FESH": { - "figi": "BBG000QF1Q17", - "ticker": "FESH", - "classCode": "TQBR", - "isin": "RU0008992318", - "lot": 100, - "currency": "rub", + "VTRS": { + "figi": "BBG00Y4RQNH4", + "ticker": "VTRS", + "classCode": "SPBXM", + "isin": "US92556V1061", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -89957,59 +88070,98 @@ }, "dlong": { "units": "0", - "nano": 225800000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 602800000 + "nano": 567500000 }, "dlongMin": { "units": "0", - "nano": 120100000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 266000000 + "nano": 252000000 }, "shortEnabledFlag": false, - "name": "ДВМП", - "exchange": "MOEX", - "ipoDate": "2004-02-11T00:00:00Z", - "issueSize": "2951250000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "name": "Viatris Inc", + "exchange": "SPB_MORNING", + "issueSize": "1209290460", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "1000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "bb94fa35-ccf0-43c9-a40b-deef1a1dd11a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a33c7f28-e871-4984-98a3-f1759caaffbd", + "forIisFlag": true, + "first1minCandleDate": "2020-11-18T12:34:00Z", + "first1dayCandleDate": "2020-11-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "IR": { + "figi": "BBG002R1CW27", + "ticker": "IR", + "classCode": "SPBXM", + "isin": "US45687V1061", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Ingersoll-Rand", + "exchange": "SPB", + "issueSize": "11000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "1643593000", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "11bc2246-6fde-4478-93f1-4ab90ceb4a51", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "235ee2e9-67f5-4f43-b7ab-bf4d08e11aea", + "uid": "157956b0-b67b-4706-8d90-ce2c219c08d8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9840a36b-3028-4dff-9e35-f7f197e7a354", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:36:00Z", - "first1dayCandleDate": "2008-08-28T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:04:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "COST": { - "figi": "BBG000F6H8W8", - "ticker": "COST", + "VIR": { + "figi": "BBG00H2QQ8T5", + "ticker": "VIR", "classCode": "SPBXM", - "isin": "US22160K1051", + "isin": "US92764N1028", "lot": 1, "currency": "usd", "klong": { @@ -90022,60 +88174,59 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 781000000 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 532000000 }, "shortEnabledFlag": false, - "name": "Costco Wholesale", + "name": "Vir Biotechnology", "exchange": "SPB", - "ipoDate": "1985-12-05T00:00:00Z", - "issueSize": "441823811", + "issueSize": "109678822", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "421450000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2333dc8-4187-4608-a97a-28cd10d29612", + "uid": "ef80e6ce-e92e-43eb-815e-85a0fd668720", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3448070a-9531-4f5d-81c3-2c38d3d263b4", + "positionUid": "e319abc5-a402-43b2-9238-688a05d1ffc6", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:29:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-12-04T13:04:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "POLY": { - "figi": "BBG004PYF2N3", - "ticker": "POLY", + "TGKA": { + "figi": "BBG000QFH687", + "ticker": "TGKA", "classCode": "TQBR", - "isin": "JE00B6T5S470", - "lot": 1, + "isin": "RU000A0JNUD0", + "lot": 100000, "currency": "rub", "klong": { "units": "2", @@ -90087,35 +88238,35 @@ }, "dlong": { "units": "0", - "nano": 444100000 + "nano": 262800000 }, "dshort": { "units": "0", - "nano": 812300000 + "nano": 353800000 }, "dlongMin": { "units": "0", - "nano": 254400000 + "nano": 141400000 }, "dshortMin": { "units": "0", - "nano": 346200000 + "nano": 163500000 }, "shortEnabledFlag": true, - "name": "Polymetal", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2011-10-28T00:00:00Z", - "issueSize": "473626239", + "name": "\u0422\u0413\u041a-1", + "exchange": "MOEX", + "ipoDate": "2005-05-17T00:00:00Z", + "issueSize": "3854341416571", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "1000000000", "nominal": { - "currency": "gbp", + "currency": "rub", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90123,65 +88274,25 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 2000 }, "apiTradeAvailableFlag": true, - "uid": "127361c2-32ec-448c-b3ec-602166f537ea", + "uid": "d74daf58-22c3-4e44-8ada-471e404fb795", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", + "positionUid": "4cfaa43e-aa12-4531-a854-137d20a7d9f8", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2013-06-20T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:38:00Z", + "first1dayCandleDate": "2007-03-30T00:00:00Z", "type": "Shares", - "step": 0.1 + "step": 2.0000000000000003e-06 }, - "AMSF": { - "figi": "BBG000Q0JJQ0", - "ticker": "AMSF", + "CMA": { + "figi": "BBG000C75N77", + "ticker": "CMA", "classCode": "SPBXM", - "isin": "US03071H1005", + "isin": "US2003401070", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "AMERISAFE, Inc.", - "exchange": "SPB", - "issueSize": "19302784", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "50000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "5fd6b94d-60c4-467b-b92c-1a469b8d8d1c", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "8a3a7855-328a-413a-a8c6-0e14721ccb1d", - "forIisFlag": true, - "first1minCandleDate": "2020-07-29T13:30:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CBOM": { - "figi": "BBG009GSYN76", - "ticker": "CBOM", - "classCode": "TQBR", - "isin": "RU000A0JUG31", - "lot": 100, - "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -90192,35 +88303,35 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 336600000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 156100000 + "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "МКБ", - "exchange": "MOEX", - "ipoDate": "1999-08-18T00:00:00Z", - "issueSize": "33429709866", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "shortEnabledFlag": false, + "name": "Comerica Incorporated", + "exchange": "SPB_MORNING", + "ipoDate": "1991-04-02T00:00:00Z", + "issueSize": "179915038", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "160293000", + "issueSizePlan": "325000000", "nominal": { - "currency": "rub", - "units": "1", + "currency": "usd", + "units": "5", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90228,40 +88339,40 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ebfda284-4291-4337-9dfb-f55610d0a907", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5af74434-e5da-47c9-b5be-aef9bc7fe057", + "uid": "75020b48-9f6c-4ca9-812a-cd59db250216", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5d125497-8e7e-4170-8841-d0b26b5db69a", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:43:00Z", - "first1dayCandleDate": "2015-07-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.001 + "step": 0.01 }, - "RDFN": { - "figi": "BBG001Q7HP63", - "ticker": "RDFN", + "FOXF": { + "figi": "BBG004T7VS53", + "ticker": "FOXF", "classCode": "SPBXM", - "isin": "US75737F1084", + "isin": "US35138V1026", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Redfin Corp", + "name": "Fox Factory Holding Corp", "exchange": "SPB", - "ipoDate": "1997-10-09T00:00:00Z", - "issueSize": "92261363", + "ipoDate": "2013-08-08T00:00:00Z", + "issueSize": "38170784", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "90000000", "nominal": { "currency": "usd", "units": "0", "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90272,77 +88383,77 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6226a38f-e0cb-487e-a656-57638f1aba27", + "uid": "a84efc89-6a8b-417f-83df-115d9ec7e4fc", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "791a1fd6-3dec-4e92-9618-b64c4befd3f6", + "positionUid": "d82de1bb-a5dc-4c7d-a8be-08af22b7682d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2013-08-08T00:00:00Z", "type": "Shares", "step": 0.01 }, - "SP": { - "figi": "BBG000BJ91B1", - "ticker": "SP", + "EXPD": { + "figi": "BBG000BJ5GK2", + "ticker": "EXPD", "classCode": "SPBXM", - "isin": "US78469C1036", + "isin": "US3021301094", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "SP Plus Corp", + "name": "Expeditors", "exchange": "SPB", - "ipoDate": "2004-05-27T00:00:00Z", - "issueSize": "22853588", + "ipoDate": "1984-09-01T00:00:00Z", + "issueSize": "177702850", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "industrials", - "issueSizePlan": "50000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "00be030b-6b44-4c9e-b8b0-eb1f799dcad7", + "uid": "5f016c4c-5af1-4e0b-8b06-083d9f86090e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4f036734-f661-4e58-82b1-46863f7ebedd", + "positionUid": "91383623-7607-4cf7-9e15-eef9841cdd2b", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2004-05-27T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GPC": { - "figi": "BBG000BKL348", - "ticker": "GPC", + "FRC": { + "figi": "BBG0019LSQ49", + "ticker": "FRC", "classCode": "SPBXM", - "isin": "US3724601055", + "isin": "US33616C1009", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Genuine Parts", + "name": "First Republic Bank", "exchange": "SPB", - "issueSize": "145943765", + "issueSize": "164901950", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90353,101 +88464,124 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ff5c588-1e4c-4a12-a871-a10eab5bb284", + "uid": "44a165a1-2150-4143-9732-3c81f8fb7d76", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "62548e11-feaa-4bf9-b4e2-a05b8c5ab1f3", + "positionUid": "f6c40c85-d22c-41d3-9abf-7b0ede2e5d00", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2022-08-08T12:57:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "J": { - "figi": "BBG000BMFFQ0", - "ticker": "J", + "FRHC": { + "figi": "BBG000N625H8", + "ticker": "FRHC", "classCode": "SPBXM", - "isin": "US4698141078", + "isin": "US3563901046", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 663600000 + }, + "dshort": { + "units": "1", + "nano": 16400000 + }, + "dlongMin": { + "units": "0", + "nano": 420000000 + }, + "dshortMin": { + "units": "0", + "nano": 420000000 + }, "shortEnabledFlag": false, - "name": "Jacobs Engineering", + "name": "Freedom Holding Corp/NV", "exchange": "SPB", - "issueSize": "141791890", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "240000000", + "issueSize": "58093212", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6627562d-0d81-4ce0-acca-27902c860ce8", + "uid": "3786c329-9c56-4a57-840a-a02e471f1da5", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1e307eea-72ef-4359-8452-23df6e5f1427", + "positionUid": "495a3ac6-1a34-4824-a946-6e16c14a0a8b", "forIisFlag": true, - "first1minCandleDate": "2019-12-16T14:30:00Z", - "first1dayCandleDate": "2019-12-16T07:00:00Z", + "first1minCandleDate": "2020-03-03T07:11:00Z", + "first1dayCandleDate": "2020-03-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "JOBS": { - "figi": "BBG000BJD1D4", - "ticker": "JOBS", + "ANGI": { + "figi": "BBG00HVKH3Q0", + "ticker": "ANGI", "classCode": "SPBXM", - "isin": "US3168271043", + "isin": "US00183L1026", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "51job", + "name": "Angi Inc", "exchange": "SPB", - "ipoDate": "2004-09-29T00:00:00Z", - "issueSize": "67437209", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "industrials", - "issueSizePlan": "0", + "issueSize": "65481643", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "2000000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e3b67ea6-8f62-47cb-bdd0-16f01749486e", + "uid": "06e456eb-17dd-4193-b4b9-2fc6b268ea55", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "eb57f60b-d1f3-43bf-bbe6-3a8b9d6825c0", + "positionUid": "bad3c12d-e9a0-463a-98f6-2718eeeb861f", "forIisFlag": true, - "first1minCandleDate": "2018-08-10T13:30:00Z", - "first1dayCandleDate": "2004-09-29T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SBER@GS": { - "figi": "BBG001VBZR00", - "ticker": "SBER@GS", + "H": { + "figi": "BBG000CVRFS4", + "ticker": "H", "classCode": "SPBXM", - "isin": "US80585Y3080", + "isin": "US4485791028", "lot": 1, "currency": "usd", "klong": { @@ -90459,75 +88593,35 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 292900000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Sberbank of Russia PJSC", - "exchange": "LSE", - "issueSize": "5396737000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueSizePlan": "1349184250", + "shortEnabledFlag": true, + "name": "Hyatt Hotels Corp", + "exchange": "SPB", + "ipoDate": "2009-11-05T00:00:00Z", + "issueSize": "38217414", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "4", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", - "minPriceIncrement": { "units": "0", "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "0b93c578-02dd-4de6-9c79-49d9f3bf0e60", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2588b56c-3beb-4ff1-b970-8905bb58f20c", - "forIisFlag": true, - "first1minCandleDate": "2021-04-22T07:00:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "MSTT": { - "figi": "BBG004S68DD6", - "ticker": "MSTT", - "classCode": "TQBR", - "isin": "RU0009177331", - "lot": 10, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Мостотрест", - "exchange": "MOEX", - "ipoDate": "2010-08-10T00:00:00Z", - "issueSize": "282215500", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueSizePlan": "248240000", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 140000000 - }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -90536,39 +88630,64 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3058acbe-11f6-4bcc-9a70-238e70c2c588", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "87a6a188-770e-494f-a6fc-2ad97da0151f", + "uid": "cf8ff8e3-56b0-4efa-ba66-0de4c21a5633", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "372e3d3c-6834-4fb4-b943-0f7ebca55531", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:14:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", + "first1minCandleDate": "2019-01-31T14:36:00Z", + "first1dayCandleDate": "2009-11-05T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "ASAN": { - "figi": "BBG00WYHL732", - "ticker": "ASAN", + "IQV": { + "figi": "BBG00333FYS2", + "ticker": "IQV", "classCode": "SPBXM", - "isin": "US04342Y1047", + "isin": "US46266C1053", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Asana", + "name": "IQVIA Holdings Inc", "exchange": "SPB", - "issueSize": "30030516", + "ipoDate": "2013-05-09T00:00:00Z", + "issueSize": "197240698", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "270000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "400000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90579,20 +88698,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "02e819bb-e795-40cb-bcab-0ff82abea259", + "uid": "41d34020-a983-4233-8697-30b4d28c10ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "237deeac-f032-4737-9fd2-49a318cd8240", + "positionUid": "a79df03a-fddb-4e42-bf04-69cd2a733a42", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:30:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2013-05-09T00:00:00Z", "type": "Shares", "step": 0.01 }, - "LLY": { - "figi": "BBG000BNBDC2", - "ticker": "LLY", + "VTR": { + "figi": "BBG000FRVHB9", + "ticker": "VTR", "classCode": "SPBXM", - "isin": "US5324571083", + "isin": "US92276F1003", "lot": 1, "currency": "usd", "klong": { @@ -90620,59 +88739,60 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Eli Lilly & Co", - "exchange": "SPB", - "issueSize": "956580893", + "name": "Ventas REIT", + "exchange": "SPB_MORNING", + "ipoDate": "1991-02-01T00:00:00Z", + "issueSize": "354125000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9c1d825-56b5-44d0-b7c6-ad8969946d21", + "uid": "ce027388-8052-48d0-b9ab-6f06675a4bb1", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1b5d5856-99db-4ec3-8904-ea4834e05638", + "positionUid": "c38003ca-b309-4e90-bf7e-d2384ca26155", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:31:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1989-09-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ESTC": { - "figi": "BBG00LWZDYB9", - "ticker": "ESTC", + "BLNK": { + "figi": "BBG000F9XKN7", + "ticker": "BLNK", "classCode": "SPBXM", - "isin": "NL0013056914", + "isin": "US09354A1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Elastic NV", + "name": "Blink Charging Co", "exchange": "SPB", - "issueSize": "33553263", - "countryOfRisk": "NL", - "countryOfRiskName": "Королевство Нидерландов", - "sector": "it", - "issueSizePlan": "72000000", + "issueSize": "31747100", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90683,77 +88803,102 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bd5d4a93-fa1d-4261-b988-2e33371c7739", + "uid": "12046c31-cd4b-4798-b3a2-88d5f2fe6108", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2bc47093-89ce-478e-960a-1224e4ca75dc", + "positionUid": "b14fad2a-a647-41cd-85b6-f462720a4636", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T09:04:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2021-06-01T11:40:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MYRG": { - "figi": "BBG000BC7VW9", - "ticker": "MYRG", + "BABA": { + "figi": "BBG006G2JVL2", + "ticker": "BABA", "classCode": "SPBXM", - "isin": "US55405W1045", + "isin": "US01609W1027", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "MYR Group Inc", - "exchange": "SPB", - "issueSize": "16610032", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "green_buildings", - "issueSizePlan": "100000000", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Alibaba", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2014-09-19T00:00:00Z", + "issueSize": "2710913650", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "78913834-0d5e-42b9-9189-e5e9f12f2a7b", + "uid": "25ec1161-2127-44bc-804d-ea92b6086717", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a5441500-e87c-453f-bb5e-8818a9748807", + "positionUid": "344b79b6-255a-4637-ba18-2e4b8bf5a66a", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2008-08-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T08:00:00Z", + "first1dayCandleDate": "2014-09-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ALLK": { - "figi": "BBG003QBJKN0", - "ticker": "ALLK", + "GTLS": { + "figi": "BBG000P1K2X6", + "ticker": "GTLS", "classCode": "SPBXM", - "isin": "US01671P1003", + "isin": "US16115Q3083", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Allakos Inc", + "name": "Chart Industries Inc", "exchange": "SPB", - "ipoDate": "2018-07-19T00:00:00Z", - "issueSize": "43123773", + "ipoDate": "2006-07-25T00:00:00Z", + "issueSize": "31204061", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "200000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_energy", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90764,116 +88909,124 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c607c34d-2d64-4a04-bde2-6a0bcf2e25b4", + "uid": "eb8a9ba5-f692-4d29-ae44-9097a8444c17", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "545d424d-4b91-432f-be3f-79dc452b9fe3", + "positionUid": "845a4585-90f5-4657-8cfb-c62fcb124843", "forIisFlag": true, - "first1minCandleDate": "2019-06-11T13:30:00Z", - "first1dayCandleDate": "2018-07-19T00:00:00Z", + "first1minCandleDate": "2019-02-28T13:25:00Z", + "first1dayCandleDate": "2006-07-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "DASB": { - "figi": "BBG000LWVHN8", - "ticker": "DASB", - "classCode": "TQPI", - "isin": "RU000A0F63G0", - "lot": 1000, + "SNGS": { + "figi": "BBG0047315D0", + "ticker": "SNGS", + "classCode": "TQBR", + "isin": "RU0008926258", + "lot": 100, "currency": "rub", - "shortEnabledFlag": false, - "name": "Дагестанская энергосбытовая компания", - "exchange": "MOEX", - "ipoDate": "2005-08-25T00:00:00Z", - "issueSize": "5269115472", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "5269115472", - "nominal": { - "currency": "rub", - "units": "0", - "nano": 3000000 + "klong": { + "units": "2", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 100000 + "nano": 266900000 }, - "apiTradeAvailableFlag": true, - "uid": "65902720-a03c-4c8d-b211-d3edfc00de75", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fae6e5b2-91ba-4a96-a6c2-5f156834afc4", - "forIisFlag": true, - "first1minCandleDate": "2020-09-03T07:08:00Z", - "first1dayCandleDate": "2020-09-03T07:00:00Z", - "type": "Shares", - "step": 0.0001 - }, - "RUN": { - "figi": "BBG0025XVR85", - "ticker": "RUN", - "classCode": "SPBXM", - "isin": "US86771W1053", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Sunrun Inc", - "exchange": "SPB", - "issueSize": "106161704", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "green_energy", - "issueSizePlan": "2000000000", - "nominal": { - "currency": "usd", + "dshort": { "units": "0", - "nano": 100000 + "nano": 606700000 + }, + "dlongMin": { + "units": "0", + "nano": 143800000 + }, + "dshortMin": { + "units": "0", + "nano": 267500000 + }, + "shortEnabledFlag": true, + "name": "\u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2003-06-24T00:00:00Z", + "issueSize": "35725994705", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "35725994705", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "d79fb260-d78e-4d56-b66c-c61f8330507b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a300d49d-917d-49dd-8885-7eb8a60117fe", + "uid": "1ffe1bff-d7b7-4b04-b482-34dc9cc0a4ba", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", "forIisFlag": true, - "first1minCandleDate": "2021-06-10T13:30:00Z", - "first1dayCandleDate": "2021-06-10T07:00:00Z", + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2000-01-04T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.005 }, - "KFY": { - "figi": "BBG000C5QMB5", - "ticker": "KFY", - "classCode": "SPBXM", - "isin": "US5006432000", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Korn Ferry", - "exchange": "SPB", - "ipoDate": "1999-02-10T00:00:00Z", - "issueSize": "56429436", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "150000000", - "nominal": { - "currency": "usd", + "CBOM": { + "figi": "BBG009GSYN76", + "ticker": "CBOM", + "classCode": "TQBR", + "isin": "RU000A0JUG31", + "lot": 100, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 10000000 + "nano": 200000000 + }, + "dshort": { + "units": "0", + "nano": 285600000 + }, + "dlongMin": { + "units": "0", + "nano": 105600000 + }, + "dshortMin": { + "units": "0", + "nano": 133800000 + }, + "shortEnabledFlag": true, + "name": "\u041c\u041a\u0411", + "exchange": "MOEX", + "ipoDate": "1999-08-18T00:00:00Z", + "issueSize": "33429709866", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueSizePlan": "160293000", + "nominal": { + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -90883,40 +89036,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "5c593865-fbc7-4808-bd91-1d461bb7c26f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "71c9efcb-28b4-493b-980b-542b563cd763", + "uid": "ebfda284-4291-4337-9dfb-f55610d0a907", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5af74434-e5da-47c9-b5be-aef9bc7fe057", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T13:45:00Z", - "first1dayCandleDate": "1999-02-11T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:43:00Z", + "first1dayCandleDate": "2015-07-01T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.001 }, - "MANT": { - "figi": "BBG000BGF8B5", - "ticker": "MANT", + "PJT": { + "figi": "BBG0079T1PZ6", + "ticker": "PJT", "classCode": "SPBXM", - "isin": "US5645631046", + "isin": "US69343T1079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ManTech International Corp VA", + "name": "PJT Partners Inc.", "exchange": "SPB", - "ipoDate": "2002-02-07T00:00:00Z", - "issueSize": "26544339", + "issueSize": "18863135", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "150000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90927,36 +89079,61 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "51db1468-6221-4a8d-87a3-847ee2313c47", + "uid": "a1b3921b-073c-4eec-9a2a-7a034ba0fd0a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "222b9df3-e91b-4e19-9658-1e8a4d348735", + "positionUid": "772f48d7-683b-473b-915c-99bbd096cd4e", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:30:00Z", - "first1dayCandleDate": "2002-02-07T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:35:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AXTA": { - "figi": "BBG0060CPLJ5", - "ticker": "AXTA", + "REGN": { + "figi": "BBG000C734W3", + "ticker": "REGN", "classCode": "SPBXM", - "isin": "BMG0750C1082", + "isin": "US75886F1075", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Axalta Coating Systems", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Regeneron Pharmaceuticals", "exchange": "SPB", - "issueSize": "230160918", + "ipoDate": "1991-04-02T00:00:00Z", + "issueSize": "105106409", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "1000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "320000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -90967,102 +89144,124 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f4ea184f-27f4-4883-8b39-67151de89c09", + "uid": "18a8d973-f6a1-4ed8-a137-a0cc21b8fd45", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "198744d0-e847-4cbb-a5fd-3e448017b89d", + "positionUid": "fe376dbe-b947-42e6-af0a-4014ad3fb030", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T13:41:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1991-04-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BC": { - "figi": "BBG000BCWSS3", - "ticker": "BC", + "BURL": { + "figi": "BBG004S641N5", + "ticker": "BURL", "classCode": "SPBXM", - "isin": "US1170431092", + "isin": "US1220171060", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Brunswick Corp DE", - "exchange": "SPB", - "ipoDate": "1925-01-25T00:00:00Z", - "issueSize": "87028425", + "name": "Burlington Stores Inc", + "exchange": "SPB_MORNING", + "issueSize": "70597057", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "consumer", - "issueSizePlan": "0", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 750000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b92bae3-a7f0-47c8-9ff7-2f6fbb39bc4f", + "uid": "4307640c-568e-4bed-b8c1-b483437a7f94", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "112968f3-ee25-40c7-8d18-20d8911a91d1", + "positionUid": "169546c1-0b3d-4e6a-9889-f92f16e6afbb", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1989-06-28T00:00:00Z", + "first1minCandleDate": "2019-04-04T13:37:00Z", + "first1dayCandleDate": "2013-10-02T00:00:00Z", "type": "Shares", "step": 0.01 }, - "BCPC": { - "figi": "BBG000BCY878", - "ticker": "BCPC", + "CDLX": { + "figi": "BBG00225ZDD0", + "ticker": "CDLX", "classCode": "SPBXM", - "isin": "US0576652004", + "isin": "US14161W1053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Balchem Corp", + "name": "Cardlytics Inc", "exchange": "SPB", - "ipoDate": "1986-11-01T00:00:00Z", - "issueSize": "32036485", + "issueSize": "26967594", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "120000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 66700000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "31d9adb8-acae-4586-b97d-9eabe23cf360", + "uid": "60a881f4-233c-4b75-bb47-76cfc2fc1302", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "34eed4d8-fbde-4034-bc48-93be0d34a301", + "positionUid": "9ade57fe-0573-47cf-923c-c243a943ea80", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "KIM": { - "figi": "BBG000CN3S73", - "ticker": "KIM", + "STX": { + "figi": "BBG0113JGQF0", + "ticker": "STX", "classCode": "SPBXM", - "isin": "US49446R1095", + "isin": "IE00BKVD2N49", "lot": 1, "currency": "usd", "klong": { @@ -91079,7 +89278,7 @@ }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 567500000 }, "dlongMin": { "units": "0", @@ -91087,152 +89286,126 @@ }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 252000000 }, - "shortEnabledFlag": false, - "name": "Kimco Realty REIT", + "shortEnabledFlag": true, + "name": "Seagate", "exchange": "SPB", - "ipoDate": "1991-11-01T00:00:00Z", - "issueSize": "413430756", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "750000000", + "issueSize": "227603061", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "it", + "issueSizePlan": "1250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "63adf337-f799-4989-8f5b-85c2501564d0", + "uid": "b5899916-28a4-4bc2-b3c1-44ef773737bf", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1d8e2ad3-8f52-414d-9914-66d045851d41", + "positionUid": "cd6f8c48-5f7f-4d4a-af79-2e9aea9d3f1b", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:12:00Z", - "first1dayCandleDate": "1991-11-22T00:00:00Z", + "first1minCandleDate": "2018-01-23T11:29:00Z", + "first1dayCandleDate": "2002-12-11T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NSP": { - "figi": "BBG000BJ41X2", - "ticker": "NSP", + "KRYS": { + "figi": "BBG00HDGRHH7", + "ticker": "KRYS", "classCode": "SPBXM", - "isin": "US45778Q1076", + "isin": "US5011471027", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "InsperIty Inc", + "name": "Krystal Biotech Inc", "exchange": "SPB", - "ipoDate": "1997-01-28T00:00:00Z", - "issueSize": "40937606", + "issueSize": "14431166", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "80000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 10000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9b55690e-e15d-4df1-8336-fa47624ab4bf", + "uid": "a9a0e58d-eb17-4a6e-9a80-b05c563c446f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ad57e8e8-1dc3-4147-b26e-b742d0c7a7f4", + "positionUid": "0d6ddf5c-a4e5-4b92-8e8b-bf91897edadd", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:32:00Z", - "first1dayCandleDate": "1997-01-29T00:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ENPH": { - "figi": "BBG001R3MNY9", - "ticker": "ENPH", + "JJSF": { + "figi": "BBG000BMGPW0", + "ticker": "JJSF", "classCode": "SPBXM", - "isin": "US29355A1079", + "isin": "US4660321096", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 663600000 - }, - "dshort": { - "units": "1", - "nano": 16400000 - }, - "dlongMin": { - "units": "0", - "nano": 420000000 - }, - "dshortMin": { - "units": "0", - "nano": 420000000 - }, - "shortEnabledFlag": true, - "name": "Enphase Energy Inc", + "shortEnabledFlag": false, + "name": "J&J Snack Foods Corp", "exchange": "SPB", - "issueSize": "96848549", + "issueSize": "18678473", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "125000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "50000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "432abe6f-cf42-4eef-b9cb-f0a15003c478", + "uid": "e780e24d-67c6-4251-b9cb-20a6223d435f", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f120f157-b19a-4f1c-aa89-b361f27773dc", + "positionUid": "75f8c09c-2c06-4ee6-bbad-050a10033d74", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T12:07:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "IRTC": { - "figi": "BBG001J19V24", - "ticker": "IRTC", + "TRIP": { + "figi": "BBG001M8HHB7", + "ticker": "TRIP", "classCode": "SPBXM", - "isin": "US4500561067", + "isin": "US8969452015", "lot": 1, "currency": "usd", "klong": { @@ -91248,8 +89421,8 @@ "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 521700000 + "units": "0", + "nano": 515400000 }, "dlongMin": { "units": "0", @@ -91257,16 +89430,16 @@ }, "dshortMin": { "units": "0", - "nano": 588000000 + "nano": 231000000 }, - "shortEnabledFlag": false, - "name": "iRhythm Technologies", - "exchange": "SPB", - "issueSize": "24628643", + "shortEnabledFlag": true, + "name": "TripAdvisor", + "exchange": "SPB_MORNING", + "issueSize": "131296364", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1600000000", "nominal": { "currency": "usd", "units": "0", @@ -91283,20 +89456,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "859c1f7d-9e9c-43db-9897-c8ab90acdb1e", + "uid": "4c898b30-f981-480d-bb61-4a8c772114e4", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "2a8e94b8-b6d3-4ade-8d4d-447ca1ac801a", + "positionUid": "9443be11-fc14-4bc4-a800-644278400f4d", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T13:30:00Z", - "first1dayCandleDate": "2019-08-05T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2011-12-07T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NTAP": { - "figi": "BBG000FP1N32", - "ticker": "NTAP", + "LIN": { + "figi": "BBG00GVR8YQ9", + "ticker": "LIN", "classCode": "SPBXM", - "isin": "US64110D1046", + "isin": "IE00BZ12WP82", "lot": 1, "currency": "usd", "klong": { @@ -91323,17 +89496,16 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": true, - "name": "NetApp", - "exchange": "SPB", - "ipoDate": "1995-11-20T00:00:00Z", - "issueSize": "223629424", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "0", + "shortEnabledFlag": false, + "name": "Linde", + "exchange": "SPB_MORNING", + "issueSize": "558147436", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "materials", + "issueSizePlan": "1750000000", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", "nano": 1000000 }, @@ -91348,180 +89520,116 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf55659b-cad3-4b83-9eba-70040b591b6b", + "uid": "21d5cec3-44f7-4ae9-aec4-05e53db8ed0d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3f34b498-21bd-4220-af23-6caaa5d5428f", + "positionUid": "6a1de299-a598-4739-b315-f4006a7d7d22", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:50:00Z", - "first1dayCandleDate": "1995-11-21T00:00:00Z", + "first1minCandleDate": "2018-11-13T11:09:00Z", + "first1dayCandleDate": "2018-11-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CFR": { - "figi": "BBG000C2PL98", - "ticker": "CFR", + "REX": { + "figi": "BBG000D2ZK61", + "ticker": "REX", "classCode": "SPBXM", - "isin": "US2298991090", + "isin": "US7616241052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cullen/Frost Bankers", + "name": "REX American Resources Corp", "exchange": "SPB", - "issueSize": "62677154", + "issueSize": "6274419", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "210000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "45000000", "nominal": { "currency": "usd", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c7db4410-ae26-4d85-adaa-0da9b396c8c7", + "uid": "467cd8dd-4fc5-4466-b8ef-24ec635deeda", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "afdee4c6-faed-4243-a5e8-e9fdbc64372e", + "positionUid": "7db74767-8705-442d-b580-6b5667527c9d", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:32:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:41:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMEH": { - "figi": "BBG000H7ZK57", - "ticker": "AMEH", + "CR": { + "figi": "BBG017BXPZ85", + "ticker": "CR", "classCode": "SPBXM", - "isin": "US03763A2078", + "isin": "US2244411052", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Apollo Medical Holdings", + "name": "Crane Holdings", "exchange": "SPB", - "issueSize": "55340095", + "issueSize": "56055134", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "100000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "200000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "c45af477-2e55-448d-927a-3a46dccd8f45", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "a95de886-240a-4e9d-b57f-b830910ef1a9", - "forIisFlag": true, - "first1minCandleDate": "2021-11-10T12:34:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "PTON": { - "figi": "BBG00JG0FFZ2", - "ticker": "PTON", - "classCode": "SPBXM", - "isin": "US70614W1009", - "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 818500000 - }, - "dshort": { "units": "1", - "nano": 477500000 - }, - "dlongMin": { - "units": "0", - "nano": 574000000 - }, - "dshortMin": { - "units": "0", - "nano": 574000000 - }, - "shortEnabledFlag": true, - "name": "Peloton Interactive Inc", - "exchange": "SPB_MORNING", - "issueSize": "40000000", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "2500000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 25000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a9638a11-cd79-4eab-8122-f5f3621d1c3a", + "uid": "fdfeffb8-d881-43b8-b9e1-dc61d65f6b4d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0c5e874b-2be7-453d-a7a6-e9f7759f6c17", + "positionUid": "a15336e6-6354-4479-98af-64d621af400f", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T12:08:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FORM": { - "figi": "BBG000D1Y3P1", - "ticker": "FORM", + "KRTX": { + "figi": "BBG00NN875G0", + "ticker": "KRTX", "classCode": "SPBXM", - "isin": "US3463751087", + "isin": "US48576A1007", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "FormFactor Inc", + "name": "Karuna Therapeutics Inc", "exchange": "SPB", - "issueSize": "73031864", + "issueSize": "26130120", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "250000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "150000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -91532,36 +89640,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c69f7d38-a9b4-46e8-b4eb-15cc953d5887", + "uid": "376ab6cb-4946-4d8c-bb2b-d7e7710c47af", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3707b970-314f-4f07-9b58-ba77b9e73837", + "positionUid": "0e8ec10e-dd24-4fbb-8740-222d35348e4d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:30:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "PRI": { - "figi": "BBG000T8ZF80", - "ticker": "PRI", + "STLA": { + "figi": "BBG0078ZLDG9", + "ticker": "STLA", "classCode": "SPBXM", - "isin": "US74164M1080", + "isin": "NL00150001Q9", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Primerica", + "name": "Stellantis N.V.", "exchange": "SPB", - "issueSize": "41359629", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "500000000", + "issueSize": "449410092", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -91572,37 +89680,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "55ae8e3e-da62-402a-889b-6b368ab45ef0", + "uid": "2cbe8c52-e222-4e8c-832e-85f00d5c292e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7f1fb014-90e6-4fd9-be79-eb479814e13d", + "positionUid": "edd95067-f322-4cd2-a3b0-e01fb8c171ad", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:30:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2021-08-20T12:09:00Z", + "first1dayCandleDate": "2021-08-20T07:00:00Z", "type": "Shares", "step": 0.01 }, - "COLM": { - "figi": "BBG000BKKQ84", - "ticker": "COLM", + "CP": { + "figi": "BBG000BCVMH9", + "ticker": "CP", "classCode": "SPBXM", - "isin": "US1985161066", + "isin": "CA13645T1003", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Columbia Sportswear Company", + "name": "Canadian Pacific Railway", "exchange": "SPB", - "ipoDate": "1998-03-26T00:00:00Z", - "issueSize": "34609322", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", + "issueSize": "135631754", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "industrials", "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -91613,22 +89720,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae975751-df99-4918-bffd-65f4104ad87a", + "uid": "4883b7c4-009e-4f0f-803e-d899eef73464", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "017a5a34-e3a1-45f2-bb23-a1c6694687b5", + "positionUid": "8262d94c-61b3-4bf1-8aa8-82a6c4c5ad79", "forIisFlag": true, - "first1minCandleDate": "2019-01-31T14:30:00Z", - "first1dayCandleDate": "1998-03-27T00:00:00Z", + "first1minCandleDate": "2021-12-21T14:12:00Z", + "first1dayCandleDate": "2021-12-21T07:00:00Z", "type": "Shares", "step": 0.01 }, - "WEC": { - "figi": "BBG000BWP7D9", - "ticker": "WEC", - "classCode": "SPBXM", - "isin": "US92939U1060", - "lot": 1, - "currency": "usd", + "AMEZ": { + "figi": "BBG000RJWGC4", + "ticker": "AMEZ", + "classCode": "TQBR", + "isin": "RU000A0B88G6", + "lot": 100, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -91639,138 +89746,116 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 278800000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 427700000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 150800000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 194900000 }, "shortEnabledFlag": false, - "name": "WEC Energy Group", - "exchange": "SPB", - "issueSize": "315544495", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "name": "\u0410\u0448\u0438\u043d\u0441\u043a\u0438\u0439 \u043c\u0435\u0442\u0437\u0430\u0432\u043e\u0434", + "exchange": "MOEX", + "ipoDate": "2004-10-04T00:00:00Z", + "issueSize": "498454822", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "249227412", "nominal": { - "currency": "usd", - "units": "0", - "nano": 10000000 + "currency": "rub", + "units": "1", + "nano": 0 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 5000000 }, "apiTradeAvailableFlag": true, - "uid": "62dd116e-1131-4ce7-8c63-4d24308829b0", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "4f4c8bfb-fba6-4475-90c1-43d8bbbbb4c9", + "uid": "08da2447-0dc4-433d-a2f3-627382208695", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c97a3f20-e7ee-463d-a287-00dd91d50cf3", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-07T20:26:00Z", + "first1dayCandleDate": "2008-08-28T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.005 }, - "ARCT": { - "figi": "BBG00NNW8JK1", - "ticker": "ARCT", + "VET": { + "figi": "BBG000PL3C78", + "ticker": "VET", "classCode": "SPBXM", - "isin": "US03969T1097", + "isin": "CA9237251058", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 695300000 - }, - "dshort": { - "units": "1", - "nano": 96700000 - }, - "dlongMin": { - "units": "0", - "nano": 448000000 - }, - "dshortMin": { - "units": "0", - "nano": 448000000 - }, "shortEnabledFlag": false, - "name": "Arcturus Therapeutics Holdings", + "name": "Vermilion Energy", "exchange": "SPB", - "issueSize": "19892287", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "30000000", + "issueSize": "158308000", + "countryOfRisk": "CA", + "countryOfRiskName": "", + "sector": "energy", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "cad", "units": "0", - "nano": 1000000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1828ce9f-ca92-4e4e-9fe8-7b870c515776", + "uid": "f8d89d4b-ccfd-4b19-be43-f2aaf58a9192", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7b7b3a20-3843-440c-b619-b78b93626e00", + "positionUid": "3482cfdd-c359-44de-a050-daf615754ef9", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:18:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2022-08-08T12:09:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", "type": "Shares", "step": 0.01 }, - "SHOP": { - "figi": "BBG008HBD923", - "ticker": "SHOP", + "SFIX": { + "figi": "BBG0046L1KL9", + "ticker": "SFIX", "classCode": "SPBXM", - "isin": "CA82509L1076", + "isin": "US8608971078", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Shopify Inc", + "name": "Stitch Fix", "exchange": "SPB", - "issueSize": "1140000000", - "countryOfRisk": "CA", - "countryOfRiskName": "", - "sector": "it", - "issueSizePlan": "0", + "ipoDate": "2017-11-17T00:00:00Z", + "issueSize": "17256799", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "2000000000", "nominal": { - "currency": "cad", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 20000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -91781,20 +89866,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e3a05e2-4646-48ed-8faa-4c2f8937bfc1", + "uid": "d6b366b0-7e84-493a-b291-47eb717b1c8d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "582a3e0a-95c2-4262-982f-f3e272ebd06e", + "positionUid": "325e18b8-5940-4800-9b3d-e707dd724fc9", "forIisFlag": true, - "first1minCandleDate": "2021-07-16T11:30:00Z", - "first1dayCandleDate": "2021-07-16T07:00:00Z", + "first1minCandleDate": "2019-06-11T12:25:00Z", + "first1dayCandleDate": "2017-11-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "GOSS": { - "figi": "BBG00MVWLLM2", - "ticker": "GOSS", + "FOXA": { + "figi": "BBG00JHNJW99", + "ticker": "FOXA", "classCode": "SPBXM", - "isin": "US38341P1021", + "isin": "US35137L1052", "lot": 1, "currency": "usd", "klong": { @@ -91806,270 +89891,221 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 695300000 + "units": "1", + "nano": 0 }, "dshort": { "units": "1", - "nano": 96700000 + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 448000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 448000000 + "units": "1", + "nano": 0 }, - "shortEnabledFlag": true, - "name": "Gossamer Bio Inc", + "shortEnabledFlag": false, + "name": "Twenty-First Century Fox (A)", "exchange": "SPB", - "ipoDate": "2019-02-08T00:00:00Z", - "issueSize": "65893276", + "issueSize": "350000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "700000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5af7a2cf-de20-4c9e-8b23-7fbad3610523", + "uid": "55ad25f8-9582-470d-8e27-f67d80be551d", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "485c6ac9-1755-423a-a9ba-8b65fc14f491", + "positionUid": "4873ff15-3a89-435d-90cd-3be367b39ba1", "forIisFlag": true, - "first1minCandleDate": "2019-08-05T11:22:00Z", - "first1dayCandleDate": "2019-02-08T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2018-01-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "MRKC": { - "figi": "BBG000VH7TZ8", - "ticker": "MRKC", - "classCode": "TQBR", - "isin": "RU000A0JPPL8", - "lot": 1000, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 354000000 - }, - "dshort": { - "units": "0", - "nano": 339800000 - }, - "dlongMin": { - "units": "0", - "nano": 196300000 - }, - "dshortMin": { - "units": "0", - "nano": 157500000 - }, + "PRAA": { + "figi": "BBG000BNTW77", + "ticker": "PRAA", + "classCode": "SPBXM", + "isin": "US69354N1063", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Россети Центр", - "exchange": "MOEX", - "ipoDate": "2005-03-24T00:00:00Z", - "issueSize": "42217941468", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", + "name": "PRA Group Inc", + "exchange": "SPB", + "ipoDate": "2017-07-28T00:00:00Z", + "issueSize": "45410939", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", "issueSizePlan": "100000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 200000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e79680ec-c32b-4b14-bf6f-8ef6e143a41b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7274d5e4-99a2-4191-8759-b0505ad6f46f", + "uid": "53f09a2d-093f-48ca-9add-893ce152f4ee", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e08222d6-c533-4e6c-a877-cb601da6aed2", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:09:00Z", - "first1dayCandleDate": "2008-08-18T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", - "step": 0.0002 + "step": 0.01 }, - "LTHM": { - "figi": "BBG00LV3NRG0", - "ticker": "LTHM", + "COWN": { + "figi": "BBG000ND1SB0", + "ticker": "COWN", "classCode": "SPBXM", - "isin": "US53814L1089", + "isin": "US2236226062", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 781000000 - }, - "dshort": { - "units": "1", - "nano": 347000000 - }, - "dlongMin": { - "units": "0", - "nano": 532000000 - }, - "dshortMin": { - "units": "0", - "nano": 532000000 - }, - "shortEnabledFlag": true, - "name": "Livent Corporation", + "shortEnabledFlag": false, + "name": "Cowen, Inc.", "exchange": "SPB", - "ipoDate": "2018-10-11T00:00:00Z", - "issueSize": "143000000", + "issueSize": "250000000", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "2000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "107314244", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba9fb419-8ce4-4fec-9f2b-dd1644cb0b2c", + "uid": "726b8763-25dd-4b78-b1db-26f82af3d878", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "94543a87-877c-4fb8-b5bb-14d10b598afe", + "positionUid": "25dd2721-7933-469e-829b-0469bc7e72ce", "forIisFlag": true, - "first1minCandleDate": "2019-03-07T13:52:00Z", - "first1dayCandleDate": "2018-10-11T00:00:00Z", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "TGTX": { - "figi": "BBG000FVZQY1", - "ticker": "TGTX", - "classCode": "SPBXM", - "isin": "US88322Q1085", - "lot": 1, - "currency": "usd", + "TGKBP": { + "figi": "BBG000Q7GJ60", + "ticker": "TGKBP", + "classCode": "TQBR", + "isin": "RU000A0JNGT5", + "lot": 100000, + "currency": "rub", "shortEnabledFlag": false, - "name": "TG Therapeutics", - "exchange": "SPB", - "issueSize": "54731109", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "150000000", + "name": "\u0422\u0413\u041a-2 - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2006-06-29T00:00:00Z", + "issueSize": "16500533681", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "11384171043", "nominal": { - "currency": "usd", + "currency": "rub", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 10000 }, "apiTradeAvailableFlag": true, - "uid": "99366be4-994d-45c2-977b-112f04ae78e7", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ff9e6ee1-dcc7-4768-8611-01fdead6e84b", + "uid": "45609688-b63e-42dd-88a0-9d30c423c5e5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "874b28df-73ad-47b0-8177-2b3c102b4ea0", "forIisFlag": true, - "first1minCandleDate": "2021-11-10T13:00:00Z", - "first1dayCandleDate": "2021-11-10T07:00:00Z", + "first1minCandleDate": "2018-03-08T06:49:00Z", + "first1dayCandleDate": "2007-06-09T00:00:00Z", "type": "Shares", - "step": 0.01 + "step": 1e-05 }, - "INDB": { - "figi": "BBG000BM0597", - "ticker": "INDB", + "TPG": { + "figi": "BBG0145FSNR1", + "ticker": "TPG", "classCode": "SPBXM", - "isin": "US4538361084", + "isin": "US8726571016", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Independent Bank Corp", + "name": "TPG", "exchange": "SPB", - "issueSize": "32934656", + "issueSize": "306947796", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "financial", - "issueSizePlan": "75000000", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b81a8e5e-6fb4-4cd1-8a54-b407fc01bac6", + "uid": "302e8623-8d3f-4ebc-8447-b91150dbc7f3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "63107bfa-5973-4972-83eb-1d4b628e62c4", + "positionUid": "28ebddf1-a1d8-4ac2-a5ba-2d799a3c1472", "forIisFlag": true, - "first1minCandleDate": "2020-10-13T13:28:00Z", - "first1dayCandleDate": "2020-10-13T07:00:00Z", + "first1minCandleDate": "2022-01-13T09:05:00Z", + "first1dayCandleDate": "2022-01-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "HUM": { - "figi": "BBG000BLKK03", - "ticker": "HUM", + "PTR": { + "figi": "BBG000BR85F1", + "ticker": "PTR", "classCode": "SPBXM", - "isin": "US4448591028", + "isin": "US71646E1001", "lot": 1, "currency": "usd", "klong": { @@ -92081,100 +90117,100 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 292900000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 224700000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Humana", + "name": "PetroChina", "exchange": "SPB", - "ipoDate": "1971-05-18T00:00:00Z", - "issueSize": "137186880", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "300000000", + "ipoDate": "2000-03-30T00:00:00Z", + "issueSize": "210989000", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "energy", + "issueSizePlan": "0", "nominal": { "currency": "usd", - "units": "0", - "nano": 166666000 + "units": "100", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "902afb0a-9a04-41da-a9eb-df4ae2473938", + "uid": "9f346889-1da9-4e35-a284-8d62a07f1b9c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "157fb3aa-b429-4d41-a5f8-254205bb5776", + "positionUid": "e8619004-579d-4fa5-ac7c-8b99ffdc3f6e", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:36:00Z", + "first1dayCandleDate": "2000-04-06T00:00:00Z", "type": "Shares", "step": 0.01 }, - "VVV": { - "figi": "BBG003DNHV56", - "ticker": "VVV", + "AZEK": { + "figi": "BBG00RPJPN67", + "ticker": "AZEK", "classCode": "SPBXM", - "isin": "US92047W1018", + "isin": "US05478C1053", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Valvoline", + "name": "AZEK Company", "exchange": "SPB", - "issueSize": "204530203", + "issueSize": "77793031", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "400000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "975a6031-a3db-42fc-a7a0-78b98f6cc125", + "uid": "2724f9fd-2876-4c63-a827-a5ed265654ca", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "637b4615-3627-489f-adf5-f990f4460ed6", + "positionUid": "544535b1-6cff-4ce2-8f26-404ff3c00526", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:32:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2021-11-10T12:30:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CSCO": { - "figi": "BBG000C3J3C9", - "ticker": "CSCO", + "UNH": { + "figi": "BBG000CH5208", + "ticker": "UNH", "classCode": "SPBXM", - "isin": "US17275R1023", + "isin": "US91324P1021", "lot": 1, "currency": "usd", "klong": { @@ -92202,18 +90238,18 @@ "nano": 224700000 }, "shortEnabledFlag": true, - "name": "Cisco", - "exchange": "SPB", - "ipoDate": "1990-02-16T00:00:00Z", - "issueSize": "4217735917", + "name": "UnitedHealth", + "exchange": "SPB_MORNING", + "ipoDate": "1992-03-01T00:00:00Z", + "issueSize": "942917366", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "20000000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "3000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -92226,100 +90262,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a1f28fea-b2ab-46d8-8297-b85297232bf3", + "uid": "5a2e5ab6-a7db-402e-90f7-c047ec900d10", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "80c36ab8-e7e9-41e8-aaa4-ec3759e2419e", + "positionUid": "83943a07-747b-470c-9ec9-b5a2612e2b54", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T07:09:00Z", - "first1dayCandleDate": "1990-02-16T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "WRBY": { - "figi": "BBG005DWN8K8", - "ticker": "WRBY", + "TGNA": { + "figi": "BBG000BK5DP1", + "ticker": "TGNA", "classCode": "SPBXM", - "isin": "US93403J1060", + "isin": "US87901J1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Warby Parker", + "name": "TEGNA", "exchange": "SPB", - "issueSize": "53321107", + "ipoDate": "1967-10-01T00:00:00Z", + "issueSize": "215679758", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "800000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 100000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": false, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "c33ce008-6f35-4f36-8a96-47d0fab6e297", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6c865840-45f5-4a48-9bda-ef3590c9160a", - "forIisFlag": true, - "first1minCandleDate": "2021-09-29T17:10:00Z", - "first1dayCandleDate": "2021-09-29T07:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "IRAO": { - "figi": "BBG004S68473", - "ticker": "IRAO", - "classCode": "TQBR", - "isin": "RU000A0JPNM1", - "lot": 100, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "units": "1", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 297000000 - }, - "dshort": { - "units": "0", - "nano": 508100000 - }, - "dlongMin": { - "units": "0", - "nano": 161600000 - }, - "dshortMin": { - "units": "0", - "nano": 228100000 - }, - "shortEnabledFlag": true, - "name": "Интер РАО ЕЭС", - "exchange": "MOEX", - "ipoDate": "2014-12-23T00:00:00Z", - "issueSize": "104400000000", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueSizePlan": "104400000000", - "nominal": { - "currency": "rub", - "units": "2", - "nano": 809767000 - }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -92328,106 +90300,106 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 500000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2dfbc1fd-b92a-436e-b011-928c79e805f2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", + "uid": "82f522b6-da69-4959-8cbb-9a6a17e21a7a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ce2c81ec-9c5c-4152-81e1-66e5e2cda44f", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:35:00Z", - "first1dayCandleDate": "2008-07-17T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.0005 + "step": 0.01 }, - "REG": { - "figi": "BBG000BL46Q4", - "ticker": "REG", + "RVLV": { + "figi": "BBG00M4RHBD0", + "ticker": "RVLV", "classCode": "SPBXM", - "isin": "US7588491032", + "isin": "US76156B1070", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Regency Centers REIT", + "name": "Revolve Group Inc", "exchange": "SPB", - "ipoDate": "1993-10-28T00:00:00Z", - "issueSize": "170104317", + "issueSize": "13529411", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "220000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_REIT", + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "779cff83-5f13-47e2-aa96-604a8772ec91", + "uid": "57e3f729-6aaf-4c4e-9ece-84bb42b210cb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7a115738-4df4-45f0-9707-11afe0c6131c", + "positionUid": "c48cd1f1-3d95-49ee-b2c5-23e92b638be4", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1993-10-29T00:00:00Z", + "first1minCandleDate": "2019-10-31T13:00:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NRIX": { - "figi": "BBG00SDJ8M78", - "ticker": "NRIX", + "WING": { + "figi": "BBG008N298Y8", + "ticker": "WING", "classCode": "SPBXM", - "isin": "US67080M1036", + "isin": "US9741551033", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Nurix Therapeutics Inc", + "name": "Wingstop Inc", "exchange": "SPB", - "issueSize": "38855439", + "ipoDate": "2015-06-12T00:00:00Z", + "issueSize": "29399276", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 1000000 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b4697649-942f-45c0-963b-e3c0ddbc1015", + "uid": "ee25aa8d-57d0-4fce-93cb-8c4f1dd082fb", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3713ec8e-214d-4f5f-b92e-e9299e2846da", + "positionUid": "5e09d372-98ba-47ab-a256-7c2fcb2bf391", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T13:30:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2015-06-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "K": { - "figi": "BBG000BMKDM3", - "ticker": "K", - "classCode": "SPBXM", - "isin": "US4878361082", - "lot": 1, - "currency": "usd", + "ABRD": { + "figi": "BBG002W2FT69", + "ticker": "ABRD", + "classCode": "TQBR", + "isin": "RU000A0JS5T7", + "lot": 10, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -92438,117 +90410,35 @@ }, "dlong": { "units": "0", - "nano": 500000000 + "nano": 326700000 }, "dshort": { "units": "0", - "nano": 500000000 + "nano": 308600000 }, "dlongMin": { "units": "0", - "nano": 292900000 + "nano": 179500000 }, "dshortMin": { "units": "0", - "nano": 224700000 - }, - "shortEnabledFlag": false, - "name": "Kellogg", - "exchange": "SPB", - "ipoDate": "1952-01-09T00:00:00Z", - "issueSize": "340878954", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "consumer", - "issueSizePlan": "0", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 250000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "6f1103fb-a536-46dd-ba59-05e9331c2f5b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9375eb44-eb9f-4e66-a53e-3921ce675c7d", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "VRSK": { - "figi": "BBG000BCZL41", - "ticker": "VRSK", - "classCode": "SPBXM", - "isin": "US92345Y1064", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Verisk Analytics", - "exchange": "SPB", - "ipoDate": "2009-10-07T00:00:00Z", - "issueSize": "163509530", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "2000000000", - "nominal": { - "currency": "usd", - "units": "0", - "nano": 1000000 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "nano": 143900000 }, - "apiTradeAvailableFlag": true, - "uid": "375211a1-f6e7-492f-91b3-fc1c86c1e1a7", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3ff24001-c7ec-4307-a6b8-971698b49a75", - "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2009-10-07T00:00:00Z", - "type": "Shares", - "step": 0.01 - }, - "CNTL": { - "figi": "BBG000BBV4M5", - "ticker": "CNTL", - "classCode": "TQBR", - "isin": "RU0007665147", - "lot": 100, - "currency": "rub", "shortEnabledFlag": false, - "name": "Центральный Телеграф", + "name": "\u0410\u0431\u0440\u0430\u0443\u0414\u044e\u0440\u0441\u043e", "exchange": "MOEX", - "ipoDate": "2002-12-20T00:00:00Z", - "issueSize": "166167000", + "ipoDate": "2012-08-29T00:00:00Z", + "issueSize": "98000184", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueSizePlan": "166167000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "73500000", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -92556,64 +90446,64 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "c05fd0a1-0c8e-4bc3-bf9e-43e364d278ef", + "uid": "926fdfbf-4b07-47c9-8928-f49858ca33f2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d90cacdd-7e99-4e5e-8b24-ffe52c39d831", + "positionUid": "a90b50ed-f7e5-4236-ad1e-0dda34328ec6", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T23:35:00Z", - "first1dayCandleDate": "2009-09-04T00:00:00Z", + "first1minCandleDate": "2018-03-07T20:35:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.5 }, - "KAZT": { - "figi": "BBG002B9MYC1", - "ticker": "KAZT", + "CNTLP": { + "figi": "BBG0027F0Y27", + "ticker": "CNTLP", "classCode": "TQBR", - "isin": "RU000A0B9BV2", - "lot": 10, + "isin": "RU0007665139", + "lot": 100, "currency": "rub", "shortEnabledFlag": false, - "name": "КуйбышевАзот", + "name": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u0422\u0435\u043b\u0435\u0433\u0440\u0430\u0444 - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", "exchange": "MOEX", - "ipoDate": "2003-07-22T00:00:00Z", - "issueSize": "234147999", + "ipoDate": "2002-12-20T00:00:00Z", + "issueSize": "55389000", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueSizePlan": "237043251", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueSizePlan": "55389000", "nominal": { "currency": "rub", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "31defde8-cdc3-42bb-96bd-e2b42e825b62", + "uid": "1fae90d9-fb73-4c28-bdc0-11f47f991a05", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dd544b3f-3b32-41c9-9786-16e4d5643c66", + "positionUid": "449cc06e-adc8-4b6a-b45a-541427bc91db", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T22:37:00Z", + "first1minCandleDate": "2018-03-07T20:41:00Z", "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Shares", - "step": 0.2 + "step": 0.02 }, - "HES": { - "figi": "BBG000BBD070", - "ticker": "HES", + "TTE": { + "figi": "BBG000CHZ857", + "ticker": "TTE", "classCode": "SPBXM", - "isin": "US42809H1077", + "isin": "US89151E1091", "lot": 1, "currency": "usd", "klong": { @@ -92640,13 +90530,12 @@ "units": "0", "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Hess", - "exchange": "SPB", - "ipoDate": "1926-03-15T00:00:00Z", - "issueSize": "285834964", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", + "shortEnabledFlag": true, + "name": "TotalEnergies SE", + "exchange": "SPB_MORNING", + "issueSize": "2640429329", + "countryOfRisk": "FR", + "countryOfRiskName": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "sector": "energy", "issueSizePlan": "0", "nominal": { @@ -92659,194 +90548,147 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4bc87a5-da64-4923-ac0a-b6cd2ebe1910", + "uid": "273e15ce-874f-411d-8c4d-dcfe980b88ae", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6cd35427-d34c-43f9-9ecc-2ac0b802fff6", + "positionUid": "2f67d332-19a7-4636-a0c2-ad6417f6f688", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2018-03-05T14:36:00Z", + "first1dayCandleDate": "1991-10-25T00:00:00Z", "type": "Shares", "step": 0.01 }, - "HYLN": { - "figi": "BBG00N9MJTZ9", - "ticker": "HYLN", + "PWR": { + "figi": "BBG000BBL8V7", + "ticker": "PWR", "classCode": "SPBXM", - "isin": "US4491091074", + "isin": "US74762E1029", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 910000000 - }, - "dshort": { - "units": "1", - "nano": 986000000 - }, - "dlongMin": { - "units": "0", - "nano": 700000000 - }, - "dshortMin": { - "units": "0", - "nano": 728000000 - }, "shortEnabledFlag": false, - "name": "Hyliion Holdings Corp.", - "exchange": "SPB", - "issueSize": "153901829", + "name": "Quanta Services", + "exchange": "SPB_MORNING", + "ipoDate": "1998-02-11T00:00:00Z", + "issueSize": "144676041", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "utilities", - "issueSizePlan": "0", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "green_buildings", + "issueSizePlan": "600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 10000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7bf9cbf3-633f-4cea-8bf2-94b2266e0d08", + "uid": "45d4ad89-1f79-46ae-a400-c3f31e322042", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "57d7665e-92fd-4557-88fc-ba4082437cdb", + "positionUid": "ba03519d-c78e-497b-9782-9819df9e6a70", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:37:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1998-02-12T00:00:00Z", "type": "Shares", "step": 0.01 }, - "YEXT": { - "figi": "BBG001MKZGY7", - "ticker": "YEXT", + "DCI": { + "figi": "BBG000BGZP70", + "ticker": "DCI", "classCode": "SPBXM", - "isin": "US98585N1063", + "isin": "US2576511099", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Yext Inc", + "name": "Donaldson Co", "exchange": "SPB", - "issueSize": "112753106", + "issueSize": "126771478", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "240000000", "nominal": { "currency": "usd", - "units": "0", - "nano": 1000000 + "units": "5", + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "374f636a-cfdc-4ef8-8bcd-fe0e38f908e0", + "uid": "affad2be-53f2-4203-bd12-2214e7397dec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "aa408020-4d6c-448c-b5d2-5465af29e54a", + "positionUid": "51680d12-a44b-43cd-816b-bcc4e0997d3f", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T11:23:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:30:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ENDP": { - "figi": "BBG000C0HQ54", - "ticker": "ENDP", - "classCode": "SPBXM", - "isin": "IE00BJ3V9050", + "SHL@DE": { + "figi": "BBG00KY6K4L0", + "ticker": "SHL@DE", + "classCode": "SPBDE", + "isin": "DE000SHL1006", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, + "currency": "eur", "shortEnabledFlag": false, - "name": "Endo International PLC", - "exchange": "SPB", - "issueSize": "226449346", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "1000000000", + "name": "Siemens Healthineers AG", + "exchange": "SPB_DE", + "issueSize": "1000000000", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "usd", + "currency": "eur", "units": "0", - "nano": 100000 + "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab71d024-9952-4432-8a7c-2b8456650ff2", + "uid": "c23ff90d-7b09-4217-9e88-a4d1b80e5f01", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "447394e6-67a7-4555-89ae-89f2b3a18786", + "positionUid": "a33bb695-bb87-479a-8d75-dae9f7fbdb83", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2000-07-18T00:00:00Z", + "first1minCandleDate": "2021-03-01T08:10:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Shares", "step": 0.01 }, - "NOK": { - "figi": "BBG000BNGBW9", - "ticker": "NOK", + "MCHP": { + "figi": "BBG000BHCP19", + "ticker": "MCHP", "classCode": "SPBXM", - "isin": "US6549022043", + "isin": "US5950171042", "lot": 1, "currency": "usd", "klong": { @@ -92874,45 +90716,46 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "Nokia", - "exchange": "SPB", - "issueSize": "5675461159", - "countryOfRisk": "FI", - "countryOfRiskName": "Финляндская Республика", + "name": "Microchip Technology", + "exchange": "SPB_MORNING", + "ipoDate": "1993-03-18T00:00:00Z", + "issueSize": "400000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "sector": "it", - "issueSizePlan": "0", + "issueSizePlan": "900000000", "nominal": { "currency": "usd", - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_ADR", + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d1fe262-7e20-4982-9951-1631e925906e", + "uid": "22084f5c-5da9-4255-940e-31e597d9c527", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dbd150e9-799f-431c-8693-bd6d25892122", + "positionUid": "c957b7bc-a408-48c6-9ebb-e889ea378a08", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T12:04:00Z", - "first1dayCandleDate": "1994-07-05T00:00:00Z", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1993-03-19T00:00:00Z", "type": "Shares", "step": 0.01 }, - "FCX": { - "figi": "BBG000BJDB15", - "ticker": "FCX", - "classCode": "SPBXM", - "isin": "US35671D8570", + "PIKK": { + "figi": "BBG004S68BH6", + "ticker": "PIKK", + "classCode": "TQBR", + "isin": "RU000A0JP7J7", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -92923,32 +90766,33 @@ }, "dlong": { "units": "0", - "nano": 501600000 + "nano": 328600000 }, "dshort": { "units": "0", - "nano": 674400000 + "nano": 456000000 }, "dlongMin": { "units": "0", - "nano": 294000000 + "nano": 180600000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 206600000 }, "shortEnabledFlag": true, - "name": "Freeport-McMoRan", - "exchange": "SPB", - "issueSize": "1468064383", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "0", + "name": "\u041f\u0418\u041a", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2004-03-02T00:00:00Z", + "issueSize": "660497344", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueSizePlan": "160000", "nominal": { - "currency": "usd", - "units": "0", - "nano": 100000000 + "currency": "rub", + "units": "62", + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -92958,102 +90802,78 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "c35897e7-df88-49ec-b35a-a72b22db524b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "96bbec42-6234-4b35-b88a-b429e573f59f", + "uid": "03d5e771-fc10-438e-8892-85a40733612d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T11:44:00Z", - "first1dayCandleDate": "1995-07-10T00:00:00Z", + "first1minCandleDate": "2018-03-07T18:38:00Z", + "first1dayCandleDate": "2007-06-29T07:00:00Z", "type": "Shares", - "step": 0.01 + "step": 0.1 }, - "MGY": { - "figi": "BBG00GNC8DL2", - "ticker": "MGY", + "AZN": { + "figi": "BBG000BZ0DK8", + "ticker": "AZN", "classCode": "SPBXM", - "isin": "US5596631094", + "isin": "US0463531089", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Magnolia Oil & Gas Corp", - "exchange": "SPB", - "issueSize": "167280858", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "energy", - "issueSizePlan": "1300000000", + "name": "AstraZeneca PLC", + "exchange": "SPB_MORNING", + "issueSize": "3098232258", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 500000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", + "shareType": "SHARE_TYPE_ADR", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c63b9051-756e-46a3-a404-bd0e1e23fdec", + "uid": "b8abc73b-62e9-40d4-acb1-59e529326dd3", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3bbb50d2-9ac0-4bfb-b1d6-3a028585b520", + "positionUid": "93eda40a-0ca2-4803-8f24-1aa7673b4e9d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:31:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2021-07-23T11:33:00Z", + "first1dayCandleDate": "2021-07-23T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AFLT": { - "figi": "BBG004S683W7", - "ticker": "AFLT", - "classCode": "TQBR", - "isin": "RU0009062285", - "lot": 10, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 329700000 - }, - "dshort": { - "units": "0", - "nano": 588600000 - }, - "dlongMin": { - "units": "0", - "nano": 181300000 - }, - "dshortMin": { - "units": "0", - "nano": 260400000 - }, - "shortEnabledFlag": true, - "name": "Аэрофлот", - "exchange": "MOEX_WEEKEND", - "ipoDate": "2004-01-23T00:00:00Z", - "issueSize": "2444535448", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "1110616299", + "KMT": { + "figi": "BBG000BMWKC5", + "ticker": "KMT", + "classCode": "SPBXM", + "isin": "US4891701009", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Kennametal Inc", + "exchange": "SPB", + "ipoDate": "1967-01-23T00:00:00Z", + "issueSize": "82390406", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "120000000", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1", - "nano": 0 + "nano": 250000000 }, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, @@ -93063,63 +90883,39 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c69e020-f3b1-455c-affa-45f8b8049234", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "uid": "44a2d008-0c00-4300-a026-1cea16ba571b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "36654a6b-bf49-4603-993b-9da6dc6ed2f3", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:33:00Z", - "first1dayCandleDate": "2000-01-04T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:37:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", "type": "Shares", - "step": 0.02 + "step": 0.01 }, - "SDGR": { - "figi": "BBG000T88BN2", - "ticker": "SDGR", + "SATS": { + "figi": "BBG000TGLV00", + "ticker": "SATS", "classCode": "SPBXM", - "isin": "US80810D1037", + "isin": "US2787681061", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 959200000 - }, - "dshort": { - "units": "2", - "nano": 541900000 - }, - "dlongMin": { - "units": "0", - "nano": 798000000 - }, - "dshortMin": { - "units": "0", - "nano": 882000000 - }, "shortEnabledFlag": false, - "name": "Schrodinger Inc", + "name": "EchoStar Corporation", "exchange": "SPB", - "issueSize": "11882352", + "issueSize": "48039777", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "1600000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -93130,101 +90926,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "af036466-24ae-4b5b-b39b-3c2a108d158e", + "uid": "acfb7f82-a2d1-40cb-97f6-35b1a0db4a9e", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ba03b383-eaea-47ff-b728-bbe30282dec3", + "positionUid": "714b6263-6166-404f-bf24-6e8e080b5e44", "forIisFlag": true, - "first1minCandleDate": "2020-07-29T11:52:00Z", - "first1dayCandleDate": "2020-07-29T07:00:00Z", + "first1minCandleDate": "2021-09-03T12:30:00Z", + "first1dayCandleDate": "2021-09-03T07:00:00Z", "type": "Shares", "step": 0.01 }, - "UNM": { - "figi": "BBG000BW2QX0", - "ticker": "UNM", + "APLT": { + "figi": "BBG000DD0489", + "ticker": "APLT", "classCode": "SPBXM", - "isin": "US91529Y1064", + "isin": "US03828A1016", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 500000000 - }, - "dshort": { - "units": "0", - "nano": 500000000 - }, - "dlongMin": { - "units": "0", - "nano": 292900000 - }, - "dshortMin": { - "units": "0", - "nano": 224700000 - }, "shortEnabledFlag": false, - "name": "Unum", + "name": "Applied Therapeutics", "exchange": "SPB", - "ipoDate": "1986-11-01T00:00:00Z", - "issueSize": "221194578", + "issueSize": "21970177", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "725000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000000 + "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c12ecf3-ab2a-4edd-ac87-43e455c8d838", + "uid": "11ba311b-0d8c-4737-af13-40e9472c4659", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "dc2b7dad-ec9b-4a68-acf9-b89ebac02260", + "positionUid": "7463dc70-2467-40e9-a29f-3f377434126c", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "1988-09-12T00:00:00Z", + "first1minCandleDate": "2020-10-13T13:29:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Shares", "step": 0.01 }, - "BAS@DE": { - "figi": "BBG000BBVVK7", - "ticker": "BAS@DE", - "classCode": "SPBDE", - "isin": "DE000BASF111", + "FWRD": { + "figi": "BBG000BRCHB4", + "ticker": "FWRD", + "classCode": "SPBXM", + "isin": "US3498531017", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "BASF SE", - "exchange": "SPB_DE", - "issueSize": "918500000", - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "materials", - "issueSizePlan": "0", + "name": "Forward Air Corporation", + "exchange": "SPB", + "issueSize": "27974687", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "50000000", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -93235,35 +91006,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dab9a0ea-6f82-48c6-bf62-2d33b2035501", + "uid": "13dd74e2-f3ea-49c3-a0f2-e64b390308ec", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d165baa4-f44b-4cf1-ba75-ef43f9f8bcd0", + "positionUid": "00956a2f-bd99-41b9-b5f8-8105d40596bf", "forIisFlag": true, - "first1minCandleDate": "2021-03-01T08:09:00Z", - "first1dayCandleDate": "2021-03-01T07:00:00Z", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Shares", "step": 0.01 }, - "ASGN": { - "figi": "BBG000CRN8N8", - "ticker": "ASGN", + "ADPT": { + "figi": "BBG001J2PFF5", + "ticker": "ADPT", "classCode": "SPBXM", - "isin": "US00191U1025", + "isin": "US00650F1093", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "ASGN Inc", - "exchange": "SPB", - "ipoDate": "1992-09-21T00:00:00Z", - "issueSize": "52655248", + "name": "Adaptive Biotechnologies", + "exchange": "SPB_MORNING", + "issueSize": "118474230", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "75000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "340000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, @@ -93276,36 +91046,36 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eec8ea3a-d2f8-449c-b537-e673a67057bd", + "uid": "0f85c370-8159-4d3d-b760-5c654a9b65f7", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "0ef3f945-fda7-42d5-a006-b630d62c23b9", + "positionUid": "da4d02fb-b9e4-4472-afd9-96fc6153a0fa", "forIisFlag": true, - "first1minCandleDate": "2019-02-28T14:40:00Z", - "first1dayCandleDate": "1992-09-22T00:00:00Z", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "AER": { - "figi": "BBG000Q9FZL4", - "ticker": "AER", + "ONTO": { + "figi": "BBG000BPRN29", + "ticker": "ONTO", "classCode": "SPBXM", - "isin": "NL0000687663", + "isin": "US6833441057", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "AerCap Holdings", + "name": "Onto Innovation Inc", "exchange": "SPB", - "issueSize": "212318291", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "industrials", - "issueSizePlan": "350000000", + "issueSize": "50062039", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -93316,36 +91086,78 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "687f8505-3561-4ec4-b344-77eaa8d0e6e6", + "uid": "7ea8da3b-5ff4-4127-bc21-46a5df4f8d3a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "62642181-2a77-4910-9475-d38c9a00493b", + "positionUid": "651c4f16-e2d3-41a1-84dc-bec12afc64b2", "forIisFlag": true, - "first1minCandleDate": "2022-01-28T14:20:00Z", - "first1dayCandleDate": "2022-01-28T07:00:00Z", + "first1minCandleDate": "2019-11-04T14:31:00Z", + "first1dayCandleDate": "2019-11-04T07:00:00Z", "type": "Shares", "step": 0.01 }, - "CNNE": { - "figi": "BBG00GXRNJP4", - "ticker": "CNNE", + "NUS": { + "figi": "BBG000HG21Y3", + "ticker": "NUS", "classCode": "SPBXM", - "isin": "US13765N1072", + "isin": "US67018T1051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Cannae Holdings", + "name": "Nu Skin Enterprises Inc", "exchange": "SPB", - "issueSize": "88912864", + "ipoDate": "1996-11-21T00:00:00Z", + "issueSize": "55486600", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "issueSizePlan": "115000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 100000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ae3e5ded-e01f-4bbe-b1dd-4a31e0a20f21", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "507c7b2e-510e-4da4-992e-45dcfb19219e", + "forIisFlag": true, + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "1996-11-22T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "HUBG": { + "figi": "BBG000G9W6L0", + "ticker": "HUBG", + "classCode": "SPBXM", + "isin": "US4433201062", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Hub Group Inc", + "exchange": "SPB", + "ipoDate": "1996-03-12T00:00:00Z", + "issueSize": "34104447", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -93356,20 +91168,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0011cfdf-bbea-4691-b333-9f1d945e3975", + "uid": "7611f4ed-de54-448d-8e82-3a8eeffc158c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "e696515d-06c4-40de-a255-59e6a9e9ef3b", + "positionUid": "8e8d39d7-c045-4641-8936-16be6df10d3b", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1996-03-13T00:00:00Z", "type": "Shares", "step": 0.01 }, - "RIDE": { - "figi": "BBG00N6NL712", - "ticker": "RIDE", + "SEDG": { + "figi": "BBG0084BBZY6", + "ticker": "SEDG", "classCode": "SPBXM", - "isin": "US54405Q1004", + "isin": "US83417M1045", "lot": 1, "currency": "usd", "klong": { @@ -93382,34 +91194,35 @@ }, "dlong": { "units": "0", - "nano": 710600000 + "nano": 500000000 }, "dshort": { - "units": "1", - "nano": 137400000 + "units": "0", + "nano": 747700000 }, "dlongMin": { "units": "0", - "nano": 462000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 462000000 + "nano": 322000000 }, - "shortEnabledFlag": false, - "name": "Lordstown Motors Corp", + "shortEnabledFlag": true, + "name": "SolarEdge Technologies Inc", "exchange": "SPB", - "issueSize": "164948923", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "0", + "ipoDate": "2015-03-26T00:00:00Z", + "issueSize": "42084298", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "green_energy", + "issueSizePlan": "125000000", "nominal": { "currency": "usd", "units": "0", "nano": 100000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -93420,22 +91233,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d5b96bf5-67e2-4088-b0ef-5b5c3b1bfc5d", + "uid": "e47801fe-bb1b-4dc2-b27d-c3327e5cb7cd", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "d5467325-5324-4f6e-9a10-465afdd97698", + "positionUid": "f709d740-b9e5-4705-bd75-f9ffc36cbe26", "forIisFlag": true, - "first1minCandleDate": "2021-06-01T11:51:00Z", - "first1dayCandleDate": "2021-06-01T07:00:00Z", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "2015-03-26T00:00:00Z", "type": "Shares", "step": 0.01 }, - "ABRD": { - "figi": "BBG002W2FT69", - "ticker": "ABRD", - "classCode": "TQBR", - "isin": "RU000A0JS5T7", - "lot": 10, - "currency": "rub", + "DE": { + "figi": "BBG000BH1NH9", + "ticker": "DE", + "classCode": "SPBXM", + "isin": "US2441991054", + "lot": 1, + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -93446,75 +91259,35 @@ }, "dlong": { "units": "0", - "nano": 326700000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 314600000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 179500000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 146600000 - }, - "shortEnabledFlag": false, - "name": "АбрауДюрсо", - "exchange": "MOEX", - "ipoDate": "2012-08-29T00:00:00Z", - "issueSize": "98000184", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueSizePlan": "73500000", - "nominal": { - "currency": "rub", - "units": "1", - "nano": 0 - }, - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "divYieldFlag": true, - "shareType": "SHARE_TYPE_COMMON", - "minPriceIncrement": { - "units": "0", - "nano": 500000000 + "nano": 224700000 }, - "apiTradeAvailableFlag": true, - "uid": "926fdfbf-4b07-47c9-8928-f49858ca33f2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a90b50ed-f7e5-4236-ad1e-0dda34328ec6", - "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:35:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", - "type": "Shares", - "step": 0.5 - }, - "1": { - "figi": "BBG0087DLDQ6", - "ticker": "1", - "classCode": "SPBHKEX", - "isin": "KYG217651051", - "lot": 10, - "currency": "hkd", "shortEnabledFlag": false, - "name": "CK Hutchison Holdings", - "exchange": "SPB_HK", - "issueSize": "3857678500", - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "other", - "issueSizePlan": "8000000000", + "name": "Deere & Company", + "exchange": "SPB_MORNING", + "ipoDate": "1943-07-06T00:00:00Z", + "issueSize": "316700104", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "1200000000", "nominal": { - "currency": "hkd", + "currency": "usd", "units": "1", "nano": 0 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -93522,23 +91295,23 @@ "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0e2412d4-2b57-46e7-a8b8-408c9fec6bc9", + "uid": "bd977e65-6813-4ed0-ad3f-92d3863b977c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "6fe14e64-b8b4-4819-96f1-92234d18e63c", + "positionUid": "3f0bddfd-bdd8-42d3-9155-96c335629439", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T05:23:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2018-01-23T11:19:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", - "step": 0.05 + "step": 0.01 }, - "CF": { - "figi": "BBG000BWJFZ4", - "ticker": "CF", + "PANW": { + "figi": "BBG0014GJCT9", + "ticker": "PANW", "classCode": "SPBXM", - "isin": "US1252691001", + "isin": "US6974351057", "lot": 1, "currency": "usd", "klong": { @@ -93566,2042 +91339,1859 @@ "nano": 224700000 }, "shortEnabledFlag": false, - "name": "CF Industries Holdings", - "exchange": "SPB", - "ipoDate": "2005-08-11T00:00:00Z", - "issueSize": "215099967", + "name": "Palo Alto Networks", + "exchange": "SPB_MORNING", + "ipoDate": "2012-07-20T00:00:00Z", + "issueSize": "85908948", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "materials", - "issueSizePlan": "500000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "100000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 100000 }, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fa357631-e200-4e9c-969b-2b481507f4a3", + "uid": "f259e5e6-bfbd-4973-ae38-4bf24a64df1c", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "23f4375a-0a15-455b-ae4b-5fe10eb1047f", + "positionUid": "6b62c7d7-7075-4d9c-8244-13127a92c8b8", "forIisFlag": true, - "first1minCandleDate": "2018-01-23T14:30:00Z", - "first1dayCandleDate": "2005-08-11T00:00:00Z", + "first1minCandleDate": "2018-01-23T12:00:00Z", + "first1dayCandleDate": "2012-07-20T00:00:00Z", "type": "Shares", "step": 0.01 }, - "NVEE": { - "figi": "BBG005BT60Y8", - "ticker": "NVEE", + "DLB": { + "figi": "BBG000DGLTG5", + "ticker": "DLB", "classCode": "SPBXM", - "isin": "US62945V1098", + "isin": "US25659T1079", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "NV5 Global Inc", + "name": "Dolby Laboratories Inc", "exchange": "SPB", - "issueSize": "12818872", + "issueSize": "62434488", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "issueSizePlan": "45000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 1000000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": false, + "divYieldFlag": true, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c157ffaf-a057-4d1b-b63d-b32e234ed316", + "uid": "e8ff24ab-d27e-4ae1-b26c-5543394c5f40", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ae63f85e-d911-472f-a235-57dafdeca8ad", + "positionUid": "6da8a5e5-f767-4d5a-9d8c-e247339f967d", "forIisFlag": true, - "first1minCandleDate": "2019-10-31T13:29:00Z", - "first1dayCandleDate": "2019-10-31T07:00:00Z", + "first1minCandleDate": "2019-04-04T12:15:00Z", + "first1dayCandleDate": "2005-02-17T00:00:00Z", "type": "Shares", "step": 0.01 }, - "AMH": { - "figi": "BBG003NXJNH6", - "ticker": "AMH", + "IT": { + "figi": "BBG000BB65D0", + "ticker": "IT", "classCode": "SPBXM", - "isin": "US02665T3068", + "isin": "US3666511072", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "American Homes 4 Rent REIT", + "name": "Gartner", "exchange": "SPB", - "issueSize": "322208249", + "ipoDate": "1993-10-05T00:00:00Z", + "issueSize": "90432223", "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "real_estate", - "issueSizePlan": "450000000", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "250000000", "nominal": { "currency": "usd", "units": "0", - "nano": 10000000 + "nano": 500000 }, - "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "divYieldFlag": true, + "divYieldFlag": false, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0af69ab3-563c-4109-a7d6-a320fa66b93c", + "uid": "e53f0b8b-9164-4a45-9296-98800b554513", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "598bb017-cce6-4268-b4fc-2a7d7def79e7", + "positionUid": "b51e25a7-d341-476d-a081-046c2c1710f0", "forIisFlag": true, - "first1minCandleDate": "2021-10-26T12:58:00Z", - "first1dayCandleDate": "2021-10-26T07:00:00Z", + "first1minCandleDate": "2018-01-23T14:33:00Z", + "first1dayCandleDate": "1993-10-05T00:00:00Z", "type": "Shares", "step": 0.01 - } - }, - "Bonds": { - "RU000A1013Y3": { - "figi": "BBG00R05JT04", - "ticker": "RU000A1013Y3", - "classCode": "TQCB", - "isin": "RU000A1013Y3", + }, + "SRC": { + "figi": "BBG0027Z6X10", + "ticker": "SRC", + "classCode": "SPBXM", + "isin": "US84860W3007", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Черкизово выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-05-25T00:00:00Z", + "name": "Spirit Realty Capital REIT", + "exchange": "SPB", + "ipoDate": "2012-09-20T00:00:00Z", + "issueSize": "85788263", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "750000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-11-26T00:00:00Z", - "placementDate": "2019-11-28T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "11", - "nano": 510000000 + "currency": "usd", + "units": "0", + "nano": 50000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f1d1f343-73b5-4dd2-8beb-455ebec1aa0f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2ad344cc-832c-4765-b84a-4033e1ceb9ba", + "uid": "a24cf031-b728-4d8a-acc7-501d867c73a8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "cc91052b-023e-4f6d-b34b-8f2edfe7ace2", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-01-23T14:34:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZZ1F6": { - "figi": "BBG00KHGQP89", - "ticker": "RU000A0ZZ1F6", - "classCode": "TQIR", - "isin": "RU000A0ZZ1F6", + "ROSN": { + "figi": "BBG004731354", + "ticker": "ROSN", + "classCode": "TQBR", + "isin": "RU000A0J2Q06", "lot": 1, "currency": "rub", - "shortEnabledFlag": false, - "name": "КарМани БО выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2023-05-10T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2018-03-26T00:00:00Z", - "placementDate": "2018-04-06T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 320000000 + "dlong": { + "units": "0", + "nano": 216700000 + }, + "dshort": { + "units": "0", + "nano": 286200000 + }, + "dlongMin": { + "units": "0", + "nano": 114900000 + }, + "dshortMin": { + "units": "0", + "nano": 134100000 }, + "shortEnabledFlag": true, + "name": "\u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2005-09-29T00:00:00Z", + "issueSize": "10598177817", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "9092174000", + "nominal": { + "currency": "rub", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "cbebc6c6-9579-482c-b305-327038b51d51", + "uid": "fd417230-19cf-4e7b-9623-f7c9ca18ec6b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e1973fcb-b931-4222-9498-7829e609f7a1", + "positionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "type": "Bonds", - "step": 0.01 + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2006-07-19T07:00:00Z", + "type": "Shares", + "step": 0.05 }, - "RU000A100TD8": { - "figi": "BBG00Q9K64Q5", - "ticker": "RU000A100TD8", - "classCode": "TQIR", - "isin": "RU000A100TD8", + "MRO": { + "figi": "BBG000C8H633", + "ticker": "MRO", + "classCode": "SPBXM", + "isin": "US5658491064", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Солид-Лизинг выпуск 5", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-09-07T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2019-09-03T00:00:00Z", - "placementDate": "2019-09-11T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "14", - "nano": 730000000 + "dlong": { + "units": "0", + "nano": 540300000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "230000", - "issueSizePlan": "230000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 747700000 + }, + "dlongMin": { + "units": "0", + "nano": 322000000 + }, + "dshortMin": { + "units": "0", + "nano": 322000000 + }, + "shortEnabledFlag": false, + "name": "Marathon Oil", + "exchange": "SPB_MORNING", + "ipoDate": "1965-11-26T00:00:00Z", + "issueSize": "788398843", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "1100000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "145e5f00-2fd6-4b2c-b3a1-558d78ca559f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "560dae6e-d45a-4c96-a4e4-e9b3eb75e4d8", + "uid": "c62b0245-e01e-4adc-90ad-3a77edfdf894", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c7bb2007-95d3-41d7-8bd8-3e51a81ff2c8", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A103QL1": { - "figi": "BBG012NW2KW6", - "ticker": "RU000A103QL1", - "classCode": "TQCB", - "isin": "RU000A103QL1", + "VRTX": { + "figi": "BBG000C1S2X2", + "ticker": "VRTX", + "classCode": "SPBXM", + "isin": "US92532F1003", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Росагролизинг выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-09-16T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2021-03-18T00:00:00Z", - "placementDate": "2021-09-22T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "27", - "nano": 780000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "9000000", - "issueSizePlan": "9000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Vertex Pharmaceuticals", + "exchange": "SPB_MORNING", + "ipoDate": "1991-07-04T00:00:00Z", + "issueSize": "259428394", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e756e330-6e8e-4d45-a4db-5c011dec6add", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dc9e2407-9195-48c9-9603-d7a7c7435873", + "uid": "c1cbc58d-2312-4ff1-9b93-893caf0fdc30", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "cf221766-df55-426e-ac8d-9b7ca8eaed10", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T13:27:00Z", + "first1dayCandleDate": "1991-07-24T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101S16": { - "figi": "BBG011MDDX15", - "ticker": "RU000A101S16", - "classCode": "TQCB", - "isin": "RU000A101S16", + "CF": { + "figi": "BBG000BWJFZ4", + "ticker": "CF", + "classCode": "SPBXM", + "isin": "US1252691001", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Казахстан выпуск 13", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2031-06-16T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2021-06-28T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 210000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "CF Industries Holdings", + "exchange": "SPB_MORNING", + "ipoDate": "2005-08-11T00:00:00Z", + "issueSize": "215099967", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "414375ad-f17f-417b-8566-2fe029895ada", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8c63d5af-58c6-427e-9719-7d91edb94911", + "uid": "fa357631-e200-4e9c-969b-2b481507f4a3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "23f4375a-0a15-455b-ae4b-5fe10eb1047f", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2005-08-11T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A103C53": { - "figi": "BBG011PC1CT3", - "ticker": "RU000A103C53", - "classCode": "TQCB", - "isin": "RU000A103C53", + "CYBR": { + "figi": "BBG006Q52QV2", + "ticker": "CYBR", + "classCode": "SPBXM", + "isin": "IL0011334468", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 11", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2031-06-20T00:00:00Z", + "name": "CyberArk Software Ltd", + "exchange": "SPB", + "issueSize": "16174120", + "countryOfRisk": "IL", + "countryOfRiskName": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-12-23T00:00:00Z", - "placementDate": "2021-07-02T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "4", - "nano": 680000000 + "currency": "ils", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c691b24f-4c4e-4381-a1ff-88cd5446c1e1", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "752a2f1c-e463-4ff1-8b4f-b6252cfa9647", + "uid": "ddb6ffb6-18df-4305-9e63-6664b1bf8342", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "41d8031d-5faf-4931-97c3-34fb7efa8613", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-11-10T12:46:00Z", + "first1dayCandleDate": "2021-11-10T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A103VD8": { - "figi": "BBG012YS2TP2", - "ticker": "RU000A103VD8", - "classCode": "TQIR", - "isin": "RU000A103VD8", + "WU": { + "figi": "BBG000BB5373", + "ticker": "WU", + "classCode": "SPBXM", + "isin": "US9598021098", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "МСБ-Лизинг 002P выпуск 5", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2026-09-18T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2021-09-28T00:00:00Z", - "placementDate": "2021-10-14T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "3", - "nano": 360000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "96142", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Western Union", + "exchange": "SPB_MORNING", + "ipoDate": "2006-02-10T00:00:00Z", + "issueSize": "406348202", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "2000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7138dc3c-6605-4320-872d-63df16c20632", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0c24d9bc-f6a6-466e-8297-29921f80d163", + "uid": "07dfb855-4004-4c0b-bc35-3ffca6452a65", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4d1b4093-28c5-409b-ab6f-57c2a6ba63d3", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "2006-09-20T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102LD1": { - "figi": "TCS00A102LD1", - "ticker": "RU000A102LD1", - "classCode": "TQCB", - "isin": "RU000A102LD1", + "PNW": { + "figi": "BBG000BRDSX5", + "ticker": "PNW", + "classCode": "SPBXM", + "isin": "US7234841010", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Черкизово выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-12-19T00:00:00Z", + "name": "Pinnacle West Capital", + "exchange": "SPB", + "issueSize": "111729775", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "150000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-12-22T00:00:00Z", - "placementDate": "2020-12-25T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "4", - "nano": 730000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a1552ed9-4827-4c61-b155-b8dafc288dec", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7f291777-4c18-4e4a-bda2-bf1e0a978a3a", - "forIisFlag": true, - "type": "Bonds", + "uid": "00357e59-b217-4f1c-a378-25ffa39abc39", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "baf156cb-64ff-49eb-a27b-9c7dd2f03537", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:00:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102JZ8": { - "figi": "BBG00YMT3ZH8", - "ticker": "RU000A102JZ8", - "classCode": "TQCB", - "isin": "RU000A102JZ8", + "MODV": { + "figi": "BBG000P1B7C8", + "ticker": "MODV", + "classCode": "SPBXM", + "isin": "US60783X1046", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Альфа-Банк 002Р выпуск 9", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-12-24T00:00:00Z", + "name": "ModivCare Inc.", + "exchange": "SPB", + "issueSize": "13999767", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "40000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-12-17T00:00:00Z", - "placementDate": "2020-12-21T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "4", - "nano": 560000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c5cfd599-b134-475c-92b7-688be92b5e91", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6d7deae2-be72-49be-b833-2245639da82d", + "uid": "9531af2e-a20d-49f3-963e-619caf39a5ca", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6d827e02-0904-46f0-be3f-de1269d0ced2", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-01-13T14:30:00Z", + "first1dayCandleDate": "2021-01-13T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A103S30": { - "figi": "BBG012R0C9K9", - "ticker": "RU000A103S30", - "classCode": "TQIR", - "isin": "RU000A103S30", + "CELH": { + "figi": "BBG000NY37X4", + "ticker": "CELH", + "classCode": "SPBXM", + "isin": "US15118V2079", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ДиректЛизинг выпуск 7", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-09-23T00:00:00Z", + "name": "Celsius Holdings", + "exchange": "SPB", + "issueSize": "68875257", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "75000000", "nominal": { - "currency": "rub", - "units": "850", - "nano": 0 - }, - "stateRegDate": "2021-09-23T00:00:00Z", - "placementDate": "2021-09-29T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 890000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f5040341-dd5d-4b59-a7d5-6271b769c171", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8dbdfa55-fe63-4755-9c51-729dab4e9d06", + "uid": "fa8bfbd5-1263-43ac-8f02-7e48c43294f3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "50722072-c417-4a13-9e26-3722dc8c22f6", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2022-07-18T12:07:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A104BU2": { - "figi": "BBG0147HX1H8", - "ticker": "RU000A104BU2", - "classCode": "TQCB", - "isin": "RU000A104BU2", + "OLLI": { + "figi": "BBG0098VVDT9", + "ticker": "OLLI", + "classCode": "SPBXM", + "isin": "US6811161099", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ГК ЕКС выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-12-19T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2021-12-03T00:00:00Z", - "placementDate": "2021-12-23T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "kshort": { + "units": "2", + "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 970000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "Ollie's Bargain Outlet Holding", + "exchange": "SPB_MORNING", + "ipoDate": "2015-07-16T00:00:00Z", + "issueSize": "63483898", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ebe43c5a-7c90-4ab6-9c82-ba1f6cd6bbfb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9653c995-75cf-44e9-9326-af0ef86ca299", + "uid": "3312721e-308c-4623-b099-30ad94022ee7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "148915e3-3f21-4d19-ad78-04fb43721039", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-08-05T11:00:00Z", + "first1dayCandleDate": "2015-07-16T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26236RMFS8": { - "figi": "BBG00YB8K0V8", - "ticker": "SU26236RMFS8", - "classCode": "TQOB", - "isin": "RU000A102BT8", - "lot": 1, + "MTLRP": { + "figi": "BBG004S68FR6", + "ticker": "MTLRP", + "classCode": "TQBR", + "isin": "RU000A0JPV70", + "lot": 10, "currency": "rub", - "shortEnabledFlag": false, - "name": "ОФЗ 26236", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-05-17T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-11-09T00:00:00Z", - "placementDate": "2020-11-11T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "8", - "nano": 900000000 + "dlong": { + "units": "0", + "nano": 369500000 + }, + "dshort": { + "units": "0", + "nano": 558800000 + }, + "dlongMin": { + "units": "0", + "nano": 205900000 + }, + "dshortMin": { + "units": "0", + "nano": 248500000 }, + "shortEnabledFlag": true, + "name": "\u041c\u0435\u0447\u0435\u043b - \u041f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX", + "ipoDate": "2008-06-05T00:00:00Z", + "issueSize": "138756915", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "500000000", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "138756915", + "nominal": { + "currency": "rub", + "units": "10", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "5b155074-b834-4d45-a730-571b7ca60ff6", + "uid": "c1a3c440-f51c-4a75-a400-42a2a74f5f2b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d98c08f2-a990-4a9a-8f65-64193e18ad9b", + "positionUid": "e1eecf7e-95f1-42f7-9a64-a4e43eae7acc", "forIisFlag": true, - "type": "Bonds", - "step": 0.001 + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2011-04-21T00:00:00Z", + "type": "Shares", + "step": 0.05 }, - "RU000A0ZZYL5": { - "figi": "BBG00MTS7DY5", - "ticker": "RU000A0ZZYL5", - "classCode": "TQCB", - "isin": "RU000A0ZZYL5", + "LPX": { + "figi": "BBG000BNF508", + "ticker": "LPX", + "classCode": "SPBXM", + "isin": "US5463471053", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Калужская СК выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-12-11T00:00:00Z", + "name": "Louisiana-Pacific Corporation", + "exchange": "SPB_MORNING", + "issueSize": "145177391", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "200000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2018-12-13T00:00:00Z", - "placementDate": "2018-12-17T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "11", - "nano": 660000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueKind": "documentary", - "issueSize": "784598", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ec921ee7-ea55-42ea-980c-271f15037044", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f0330a6a-1a0d-406b-9422-04d7ead0a4db", + "uid": "81bfa16f-987b-4a58-adf3-a180a7aa9fa1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1defed89-d79e-41e3-8b8a-eae6847b2043", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JXU14": { - "figi": "BBG00H0HV5C5", - "ticker": "RU000A0JXU14", - "classCode": "TQOD", - "isin": "RU000A0JXU14", + "HP": { + "figi": "BBG000BLCPY4", + "ticker": "HP", + "classCode": "SPBXM", + "isin": "US4234521015", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Russia 2047", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2047-06-23T00:00:00Z", + "name": "Helmerich & Payne", + "exchange": "SPB_MORNING", + "ipoDate": "1940-02-03T00:00:00Z", + "issueSize": "108881688", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "160000000", "nominal": { - "currency": "usd", - "units": "200000", - "nano": 0 - }, - "stateRegDate": "2017-06-23T00:00:00Z", - "placementDate": "2017-06-23T00:00:00Z", - "placementPrice": { "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "usd", - "units": "845", - "nano": 833333330 + "nano": 100000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "35000", - "issueSizePlan": "10000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e73bf7d5-cc65-4cbe-b198-5ef3bcceca50", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "12577a8c-77a2-4de8-8bf5-fd838edd703f", + "uid": "6d04e0ee-af00-44a7-a429-470c02f9c273", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9ece1e72-56be-4e22-950f-7ee7123f0fe3", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102CX8": { - "figi": "BBG00Y90V3M0", - "ticker": "RU000A102CX8", - "classCode": "TQCB", - "isin": "RU000A102CX8", + "ATRO": { + "figi": "BBG000BCLBY5", + "ticker": "ATRO", + "classCode": "SPBXM", + "isin": "US0464331083", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Ульяновская область выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-11-12T00:00:00Z", + "name": "Astronics Corp", + "exchange": "SPB", + "ipoDate": "1972-04-01T00:00:00Z", + "issueSize": "19478408", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "800", - "nano": 0 - }, - "stateRegDate": "2020-10-09T00:00:00Z", - "placementDate": "2020-11-18T00:00:00Z", - "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "8", - "nano": 770000000 + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "3500000", - "issueSizePlan": "3500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "32decb51-bd31-461e-8f87-fa7ecff82952", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8fd0ca97-edd8-4ed2-b3bc-d443dea8789b", + "uid": "7ffe5a84-1b38-4b95-a5eb-00e987f0f177", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1118ffaa-7d72-4edf-8d7d-bdb43bfc03ee", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-04-04T13:30:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101QL5": { - "figi": "BBG00V6NXQF4", - "ticker": "RU000A101QL5", - "classCode": "TQCB", - "isin": "RU000A101QL5", + "LHCG": { + "figi": "BBG000G7W420", + "ticker": "LHCG", + "classCode": "SPBXM", + "isin": "US50187A1079", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 17", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2035-05-14T00:00:00Z", + "name": "LHC Group Inc", + "exchange": "SPB", + "ipoDate": "2005-06-09T00:00:00Z", + "issueSize": "31493105", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "60000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-12-24T00:00:00Z", - "placementDate": "2020-06-01T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "10", - "nano": 600000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "632c03cf-96a4-4ab7-98a5-4d7a7981f962", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c6f22829-06e5-4f4d-aee2-96b8ce99b567", + "uid": "a700a79e-3cd3-4e9a-834d-21c5fcb61153", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "034b559b-946f-46d2-b6c0-bfc14319cb2e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2005-06-09T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JWDN6": { - "figi": "BBG00CNJBLC4", - "ticker": "RU000A0JWDN6", - "classCode": "TQCB", - "isin": "RU000A0JWDN6", - "lot": 1, + "TRMK": { + "figi": "BBG004TC84Z8", + "ticker": "TRMK", + "classCode": "TQBR", + "isin": "RU000A0B6NK6", + "lot": 10, "currency": "rub", - "shortEnabledFlag": false, - "name": "РУСАЛ Братск выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-04-07T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2012-08-23T00:00:00Z", - "placementDate": "2016-04-19T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", + "dlong": { "units": "0", - "nano": 30000000 + "nano": 230700000 }, + "dshort": { + "units": "0", + "nano": 588300000 + }, + "dlongMin": { + "units": "0", + "nano": 122900000 + }, + "dshortMin": { + "units": "0", + "nano": 260300000 + }, + "shortEnabledFlag": false, + "name": "\u0422\u0440\u0443\u0431\u043d\u0430\u044f \u041c\u0435\u0442\u0430\u043b\u043b\u0443\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2001-07-26T00:00:00Z", + "issueSize": "1033135366", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueSizePlan": "1000", + "nominal": { + "currency": "rub", + "units": "10", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "751f8a58-923a-46f5-b3a5-bb3f562e6569", + "uid": "278d9ccc-4dde-484e-bf79-49ce8f733470", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b5996154-5d6e-4669-bf8f-553b06ff739f", + "positionUid": "1d431bbf-2c53-47f2-89e2-3abb2a8cb18d", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T20:25:00Z", - "first1dayCandleDate": "2016-04-19T00:00:00Z", - "type": "Bonds", - "step": 0.01 + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2007-04-18T00:00:00Z", + "type": "Shares", + "step": 0.02 }, - "RU000A102895": { - "figi": "BBG00XX7H140", - "ticker": "RU000A102895", - "classCode": "TQCB", - "isin": "RU000A102895", + "ABT": { + "figi": "BBG000B9ZXB4", + "ticker": "ABT", + "classCode": "SPBXM", + "isin": "US0028241000", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Новосибирская область выпуск 21", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-10-14T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-10-01T00:00:00Z", - "placementDate": "2020-10-15T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "1", - "nano": 120000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Abbott", + "exchange": "SPB_MORNING", + "ipoDate": "1929-01-01T00:00:00Z", + "issueSize": "1772817349", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "2400000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12e5c943-80b6-4c7b-9221-ba52fe2126b2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "134cbe72-c98e-449a-9420-2b58c4f73731", + "uid": "906c71ab-ca3e-444f-9aba-e6b46cd2ea9c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "52051572-ec45-4b12-8eef-f4007ba1c23b", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T12:10:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101RW0": { - "figi": "BBG011MDBQV9", - "ticker": "RU000A101RW0", - "classCode": "TQCB", - "isin": "RU000A101RW0", + "CACC": { + "figi": "BBG000CS0D96", + "ticker": "CACC", + "classCode": "SPBXM", + "isin": "US2253101016", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Казахстан выпуск 8", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-06-19T00:00:00Z", + "name": "Credit Acceptance Corp", + "exchange": "SPB", + "ipoDate": "1992-06-05T00:00:00Z", + "issueSize": "18797045", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "80000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2021-06-28T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 60000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "44d709e2-a362-417d-92e3-36996f45b747", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1acc547f-f8b6-486d-a0ca-f2bd9d092d09", + "uid": "f355763e-30a8-43d8-ab93-f44f1038cd60", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7e4badb3-6390-4977-a22f-d2f1c3f76c5c", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-08-05T13:28:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A100PE4": { - "figi": "BBG00PXMNQ97", - "ticker": "RU000A100PE4", - "classCode": "TQCB", - "isin": "RU000A100PE4", + "ZUO": { + "figi": "BBG000BT3HG5", + "ticker": "ZUO", + "classCode": "SPBXM", + "isin": "US98983V1061", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-08-01T00:00:00Z", + "name": "Zuora Inc", + "exchange": "SPB_MORNING", + "issueSize": "86471385", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "500000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-08-01T00:00:00Z", - "placementDate": "2019-08-06T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "41", - "nano": 920000000 + "currency": "usd", + "units": "0", + "nano": 100000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6976d4e0-8c52-467e-a84a-a74864570014", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7c2d4efd-b3a1-405e-a3c9-459f1b058028", + "uid": "9c3f483a-10a3-44b6-9706-f34aaa00164a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "29b4816b-f535-41f5-acc8-a5065276b985", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-08-05T13:08:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A100PQ8": { - "figi": "BBG00PYR5CH7", - "ticker": "RU000A100PQ8", - "classCode": "TQCB", - "isin": "RU000A100PQ8", + "ANIP": { + "figi": "BBG000KK1L04", + "ticker": "ANIP", + "classCode": "SPBXM", + "isin": "US00182C1036", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "АльфаБанк 002Р выпуск 5", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-08-11T00:00:00Z", + "name": "ANI Pharmaceuticals Inc", + "exchange": "SPB", + "ipoDate": "2006-06-28T00:00:00Z", + "issueSize": "12080121", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "33333334", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-08-06T00:00:00Z", - "placementDate": "2019-08-09T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "35", - "nano": 60000000 + "currency": "usd", + "units": "0", + "nano": 100000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "87da5627-3812-409d-b327-31297c786dea", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c3625585-3c81-4383-8513-4da5edd0026b", + "uid": "83baaf4b-823c-4c6c-a598-87c96cd76e03", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "0d277d70-5c04-4114-8ca2-efb5e61c2cea", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T13:29:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1004K1": { - "figi": "BBG00NHJGKN2", - "ticker": "RU000A1004K1", - "classCode": "TQCB", - "isin": "RU000A1004K1", + "HR": { + "figi": "BBG000PRJCX9", + "ticker": "HR", + "classCode": "SPBXM", + "isin": "US42226K1051", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Европлан БО 05", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-02-14T00:00:00Z", + "name": "Healthcare Realty Trust REIT", + "exchange": "SPB", + "issueSize": "229080000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2016-08-05T00:00:00Z", - "placementDate": "2019-02-27T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "31", - "nano": 220000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "992f7309-0921-48b0-9791-190c9725f498", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b6aee87b-066e-4ea6-91de-cc2b94709c8f", + "uid": "43214990-d872-431e-b4b0-0cff3b55883c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "198d181b-c189-4068-888e-87113e9dbded", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2022-08-03T12:48:00Z", + "first1dayCandleDate": "2022-08-03T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A100W29": { - "figi": "BBG00QJ5M7P3", - "ticker": "RU000A100W29", - "classCode": "TQCB", - "isin": "RU000A100W29", + "IFX@DE": { + "figi": "BBG000C8L273", + "ticker": "IFX@DE", + "classCode": "SPBDE", + "isin": "DE0006231004", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "Роделен выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2022-09-16T00:00:00Z", + "name": "Infineon Technologies AG", + "exchange": "SPB_DE", + "issueSize": "1132673109", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "it", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "67", - "nano": 600000000 - }, - "stateRegDate": "2019-09-26T00:00:00Z", - "placementDate": "2019-10-02T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", + "currency": "eur", "units": "0", - "nano": 70000000 + "nano": 0 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "300000", - "issueSizePlan": "300000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b893e7e7-cbc0-4abe-9dff-4f26febfc80a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "982cd5c0-0540-4f2d-b957-0f1386b14f14", + "uid": "a3f4af1c-b487-4a11-a099-170bd5ab2266", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "de390b98-43e6-4dd1-b2bf-1ef37412f891", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-09-01T07:01:00Z", + "first1dayCandleDate": "2020-09-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "XS1752568144": { - "figi": "BBG00JRK86V8", - "ticker": "XS1752568144", - "classCode": "TQOD", - "isin": "XS1752568144", + "SWKS": { + "figi": "BBG000KLB4Q1", + "ticker": "SWKS", + "classCode": "SPBXM", + "isin": "US83088M1027", "lot": 1, "currency": "usd", - "shortEnabledFlag": false, - "name": "Phosagro", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-04-24T00:00:00Z", - "nominal": { - "currency": "usd", - "units": "1000", + "klong": { + "units": "2", "nano": 0 }, - "placementDate": "2018-01-24T00:00:00Z", - "placementPrice": { - "currency": "usd", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "Skyworks Solutions", + "exchange": "SPB_MORNING", + "issueSize": "190737961", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "525000000", + "nominal": { "currency": "usd", - "units": "9", - "nano": 653111000 + "units": "0", + "nano": 250000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34be7350-fb56-4167-9e34-c1fcd952cdf5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7769b904-cb5e-4940-8ac0-9ca044e87626", + "uid": "f472b7eb-53fb-4f23-af47-a11c67704dd4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4f6bc766-b392-46f6-b54b-d78ecea76bd3", "forIisFlag": true, - "type": "Bonds", - "step": 0.0001 + "first1minCandleDate": "2018-01-23T11:46:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A102M86": { - "figi": "TCS00A102M86", - "ticker": "RU000A102M86", - "classCode": "TQCB", - "isin": "RU000A102M86", + "AIN": { + "figi": "BBG000BRWWH3", + "ticker": "AIN", + "classCode": "SPBXM", + "isin": "US0123481089", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Всеинструменты.ру выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-26T00:00:00Z", + "name": "Albany International Corp.", + "exchange": "SPB", + "issueSize": "29000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-12-22T00:00:00Z", - "placementDate": "2020-12-29T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 670000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c31a86a0-d1e0-40b0-bf76-6f28755a6a77", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f7d3e32c-ec66-4f94-83cd-8c74f49804ba", + "uid": "ac00d1e1-e7b3-4392-8d96-2f8ba3d7b70b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c2e72666-407c-40b3-82ac-4f8308be04f7", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-07-29T13:35:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101XN7": { - "figi": "BBG00WCMMJ92", - "ticker": "RU000A101XN7", - "classCode": "TQCB", - "isin": "RU000A101XN7", + "GD": { + "figi": "BBG000BK67C7", + "ticker": "GD", + "classCode": "SPBXM", + "isin": "US3695501086", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "АФК Система выпуск 14", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2030-07-10T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-07-17T00:00:00Z", - "placementDate": "2020-07-22T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", + "dlong": { "units": "0", - "nano": 170000000 + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "General Dynamics", + "exchange": "SPB_MORNING", + "issueSize": "305646967", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4c6198cb-a021-4430-a1a1-38ec4e863ba1", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9a97d4c1-3d97-4d62-847e-1419aa79d1c0", + "uid": "1e696a1b-7c7e-43ca-b2f7-55083be80a8d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "17e6dbf5-d770-4454-9fce-a40877bea14c", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101TR6": { - "figi": "BBG00VP0CN81", - "ticker": "RU000A101TR6", - "classCode": "TQCB", - "isin": "RU000A101TR6", + "AME": { + "figi": "BBG000B9XG87", + "ticker": "AME", + "classCode": "SPBXM", + "isin": "US0311001004", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ЭнергоТехСервис выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-06-19T00:00:00Z", + "name": "AMETEK", + "exchange": "SPB", + "ipoDate": "1930-07-01T00:00:00Z", + "issueSize": "231117205", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "600", - "nano": 0 - }, - "stateRegDate": "2020-04-08T00:00:00Z", - "placementDate": "2020-06-22T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "6", - "nano": 120000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "22f0a74d-b8f9-4ac1-99f9-8ef8f063bd58", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bd3ef25f-b1bb-4171-ac68-aeec5d2cb2a4", + "uid": "840d4cc6-93a3-474d-a600-07330bdc1eda", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "0d05695f-46e9-4b2d-acc0-6b3f14398a14", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1997-08-01T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102LW1": { - "figi": "BBG00YS45GT4", - "ticker": "RU000A102LW1", - "classCode": "TQCB", - "isin": "RU000A102LW1", + "PLAY": { + "figi": "BBG001WWJTK5", + "ticker": "PLAY", + "classCode": "SPBXM", + "isin": "US2383371091", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Асфальтобетонный завод № 1 выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-25T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-12-17T00:00:00Z", - "placementDate": "2020-12-28T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "7", - "nano": 890000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Dave & Buster's Entertainment Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2014-10-10T00:00:00Z", + "issueSize": "41825651", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "400000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c236f32e-9bc2-4021-a139-4a79cc832b1e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5370b68a-8839-41f7-a90c-852026377229", + "uid": "29e0cefd-c2c9-4474-8cbc-19458659ec87", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6022186b-79ae-4320-9c9e-e8ef0cb3c97e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2014-10-10T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JXY44": { - "figi": "BBG00HBPXX50", - "ticker": "RU000A0JXY44", - "classCode": "TQCB", - "isin": "RU000A0JXY44", + "PSX": { + "figi": "BBG00286S4N9", + "ticker": "PSX", + "classCode": "SPBXM", + "isin": "US7185461040", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ПИК БО-П выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-07-29T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2017-07-25T00:00:00Z", - "placementDate": "2017-08-04T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "24", - "nano": 450000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Phillips 66", + "exchange": "SPB_MORNING", + "issueSize": "437989408", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "2500000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f043731-51e2-4335-855e-0ed53d8f34d8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "66bb6133-b1e5-49e1-bf7d-07ca75634b4d", + "uid": "53eff42c-8fdb-48a2-baea-3a2b9827726d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c1457e3b-a9c7-4c42-8943-4cf07959d45d", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2012-04-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1040V2": { - "figi": "TCS00A1040V2", - "ticker": "RU000A1040V2", - "classCode": "TQCB", - "isin": "RU000A1040V2", + "WOR": { + "figi": "BBG000HL7499", + "ticker": "WOR", + "classCode": "SPBXM", + "isin": "US9818111026", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Охта Групп выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-11-12T00:00:00Z", + "name": "Worthington Industries Inc", + "exchange": "SPB", + "ipoDate": "1968-10-29T00:00:00Z", + "issueSize": "57312254", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-10-25T00:00:00Z", - "placementDate": "2021-11-16T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "22", - "nano": 260000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "943746", - "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12fc84bb-6cd7-46c1-9efd-ccdb4ce6b996", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3922c134-ae3a-4109-9e0c-0b918ef97fc6", + "uid": "5c977f1a-01fd-436f-a42a-775d5645bf44", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5a27474b-4efa-4105-81d5-da85203cd395", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-04-04T13:40:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZZVE6": { - "figi": "BBG00MNX53Q3", - "ticker": "RU000A0ZZVE6", - "classCode": "TQOE", - "isin": "RU000A0ZZVE6", + "CHPT": { + "figi": "BBG00Q741Z16", + "ticker": "CHPT", + "classCode": "SPBXM", + "isin": "US15961R1059", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", - "couponQuantityPerYear": 1, - "maturityDate": "2025-12-04T00:00:00Z", + "name": "ChargePoint Holdings", + "exchange": "SPB", + "issueSize": "7852941", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "electrocars", + "issueSizePlan": "200000000", "nominal": { - "currency": "eur", - "units": "100000", - "nano": 0 - }, - "stateRegDate": "2018-11-27T00:00:00Z", - "placementDate": "2018-12-04T00:00:00Z", - "placementPrice": { - "currency": "eur", + "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "eur", - "units": "1811", - "nano": 640000000 + "nano": 100000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "17500", - "issueSizePlan": "10000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b611f829-b30b-41d3-9367-977bfbc7138c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a285ab77-6c8e-4d69-b51b-8525c95a6e34", - "forIisFlag": false, - "type": "Bonds", + "uid": "2ef8e5d5-e10c-456c-a3d6-5f6e871face9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "86fa9311-6161-4161-8785-ddca3987f84e", + "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:33:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1016F5": { - "figi": "BBG00R4C49T4", - "ticker": "RU000A1016F5", - "classCode": "TQCB", - "isin": "RU000A1016F5", + "LNT": { + "figi": "BBG000DW4Q75", + "ticker": "LNT", + "classCode": "SPBXM", + "isin": "US0188021085", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ГК Пионер-001P выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-11T00:00:00Z", + "name": "Alliant Energy", + "exchange": "SPB", + "ipoDate": "1993-04-01T00:00:00Z", + "issueSize": "231204360", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "utilities", + "issueSizePlan": "480000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-12-10T00:00:00Z", - "placementDate": "2019-12-16T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "10", - "nano": 930000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce473ee5-e825-46e6-bd15-9be316a027b0", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5abb907d-59a1-4c66-a442-6c4c2045fbec", + "uid": "d869dd3e-a389-42d1-aa2c-7cba6192d0f4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "69a8b572-008d-4b22-bdaa-e56b7cd740bc", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "XS2124187571": { - "figi": "BBG00RRSRHF6", - "ticker": "XS2124187571", - "classCode": "TQOD", - "isin": "XS2124187571", + "WAFD": { + "figi": "BBG000BWQTD0", + "ticker": "WAFD", + "classCode": "SPBXM", + "isin": "US9388241096", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 630300000 - }, - "dshort": { - "units": "0", - "nano": 937700000 - }, - "dlongMin": { - "units": "0", - "nano": 392000000 - }, - "dshortMin": { - "units": "0", - "nano": 392000000 - }, "shortEnabledFlag": false, - "name": "Gazprom", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2030-02-25T00:00:00Z", + "name": "Washington Federal, Inc.", + "exchange": "SPB", + "issueSize": "77761773", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "300000000", "nominal": { "currency": "usd", - "units": "1000", - "nano": 0 - }, - "placementDate": "2020-02-25T00:00:00Z", - "placementPrice": { - "currency": "usd", - "units": "0", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "usd", - "units": "13", - "nano": 270833000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d3a936b7-9806-423d-96ef-68763e2a4db9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dece0dae-5630-4af3-a770-9f4f888b83b8", + "uid": "034cfe3a-9b0e-4bc4-8aea-71863e03d427", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c5e80d33-5d7a-42bb-92d3-fc494bd91081", "forIisFlag": true, - "type": "Bonds", - "step": 0.0001 + "first1minCandleDate": "2020-12-04T14:30:00Z", + "first1dayCandleDate": "2020-12-04T07:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A100N12": { - "figi": "BBG00PVL2PM1", - "ticker": "RU000A100N12", - "classCode": "TQCB", - "isin": "RU000A100N12", + "SBCF": { + "figi": "BBG000KK3464", + "ticker": "SBCF", + "classCode": "SPBXM", + "isin": "US8117078019", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "АФК Система выпуск 11", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-07-16T00:00:00Z", + "name": "Seacoast Banking Corp of Flori", + "exchange": "SPB", + "ipoDate": "2002-11-08T00:00:00Z", + "issueSize": "51482029", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "120000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-07-23T00:00:00Z", - "placementDate": "2019-07-29T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "45", - "nano": 840000000 + "currency": "usd", + "units": "0", + "nano": 100000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fb5149f0-26e8-4b99-af21-2b219f96d88b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b18b4479-ca11-4bb1-ad68-61f77c8d1baf", + "uid": "c490b4f2-77f6-4219-a247-431d26f5ae7b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "10715ef1-22ff-4ee5-acec-4f9241052e32", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A100UG9": { - "figi": "BBG00QB5VPL5", - "ticker": "RU000A100UG9", - "classCode": "TQCB", - "isin": "RU000A100UG9", + "VAC": { + "figi": "BBG001J2R5H3", + "ticker": "VAC", + "classCode": "SPBXM", + "isin": "US57164Y1073", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ХКФ Банк выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-09-13T00:00:00Z", + "name": "Marriott Vacations Worldwide Corporation", + "exchange": "SPB", + "issueSize": "26565085", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2010-12-20T00:00:00Z", - "placementDate": "2019-09-20T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "8", - "nano": 60000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "15417ad0-e9df-4cb7-9ad0-6196f536e239", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "30fa60f1-90d9-4cd5-a521-3cf8c2fe4bbe", + "uid": "13262f1b-21ae-42fa-94eb-0d5a7f3fb00e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6f3ba419-c4b1-491f-b132-198115c9ca58", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-07-29T13:14:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JQRD9": { - "figi": "BBG0000K94P9", - "ticker": "RU000A0JQRD9", - "classCode": "TQCB", - "isin": "RU000A0JQRD9", + "PAGS": { + "figi": "BBG00JM7QBR6", + "ticker": "PAGS", + "classCode": "SPBXM", + "isin": "KYG687071012", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -95612,452 +93202,433 @@ }, "dlong": { "units": "0", - "nano": 419400000 + "nano": 501600000 }, "dshort": { "units": "0", - "nano": 300000000 + "nano": 710900000 }, "dlongMin": { "units": "0", - "nano": 238000000 + "nano": 294000000 }, "dshortMin": { "units": "0", - "nano": 140200000 + "nano": 308000000 }, - "shortEnabledFlag": false, - "name": "РЖД выпуск 23", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-01-16T00:00:00Z", + "shortEnabledFlag": true, + "name": "Pagseguro Digital Ltd", + "exchange": "SPB", + "issueSize": "162168013", + "countryOfRisk": "BR", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 25000 }, - "stateRegDate": "2009-12-24T00:00:00Z", - "placementDate": "2010-02-04T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, - "aciValue": { + "apiTradeAvailableFlag": true, + "uid": "515ab3f3-0b8d-4b04-8faa-a0fdd8f6eb22", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ed3b4a44-59f1-42fa-b0d1-80948ca2fa2b", + "forIisFlag": true, + "first1minCandleDate": "2019-08-20T12:28:00Z", + "first1dayCandleDate": "2019-08-20T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "MRKU": { + "figi": "BBG000VKG4R5", + "ticker": "MRKU", + "classCode": "TQBR", + "isin": "RU000A0JPPT1", + "lot": 10000, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041c\u0420\u0421\u041a \u0423\u0440\u0430\u043b\u0430", + "exchange": "MOEX", + "ipoDate": "2005-05-03T00:00:00Z", + "issueSize": "87430485711", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", + "nominal": { "currency": "rub", "units": "0", - "nano": 0 + "nano": 100000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000 }, "apiTradeAvailableFlag": true, - "uid": "699c3d5a-9ce1-4257-8ed4-b3a8b0c304b1", + "uid": "1b64e38a-49ad-4f4d-a4d3-b34184899352", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e8762949-ea79-4644-863e-2595605175e2", + "positionUid": "873b0906-be31-487c-8b41-ba4346836b08", "forIisFlag": true, - "first1minCandleDate": "2018-03-10T00:33:00Z", - "first1dayCandleDate": "2012-06-21T00:00:00Z", - "type": "Bonds", - "step": 0.01 + "first1minCandleDate": "2018-03-07T18:49:00Z", + "first1dayCandleDate": "2008-09-11T00:00:00Z", + "type": "Shares", + "step": 0.0002 }, - "ISBNK0424": { - "figi": "BBG00GH607J6", - "ticker": "ISBNK0424", - "classCode": "SPBBND", - "isin": "XS1578203462", + "LAZR": { + "figi": "BBG00MS90LK2", + "ticker": "LAZR", + "classCode": "SPBXM", + "isin": "US5504241051", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Turkiye Is Bankasi", + "name": "Luminar Technologies", "exchange": "SPB", - "couponQuantityPerYear": 2, - "maturityDate": "2024-04-25T00:00:00Z", + "issueSize": "218818037", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "715000000", "nominal": { - "currency": "usd", - "units": "1000", - "nano": 0 - }, - "placementDate": "2017-04-25T00:00:00Z", - "placementPrice": { "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "usd", - "units": "14", - "nano": 802083000 + "nano": 100000 }, - "countryOfRisk": "TR", - "countryOfRiskName": "Турецкая Республика", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "750000", - "issueSizePlan": "750000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "462d25b7-4de4-4781-abe7-c53c945696d1", + "uid": "b7f583f0-84e5-4324-b5be-f9bac33faa3a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "edf2222c-5b83-4db2-bab1-2d665e948604", + "positionUid": "cf517cdb-f336-4d87-83d2-1647515ffaf2", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-06-01T11:32:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JVVA7": { - "figi": "BBG00B8SVRD7", - "ticker": "RU000A0JVVA7", - "classCode": "TQCB", - "isin": "RU000A0JVVA7", + "LOGI": { + "figi": "BBG000BQNNP6", + "ticker": "LOGI", + "classCode": "SPBXM", + "isin": "CH0025751329", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Роснано выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-10-13T00:00:00Z", + "name": "Logitech International SA", + "exchange": "SPB", + "issueSize": "165449160", + "countryOfRisk": "CH", + "countryOfRiskName": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueSizePlan": "173106620", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2014-05-27T00:00:00Z", - "placementDate": "2015-10-22T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "33", - "nano": 560000000 + "currency": "chf", + "units": "0", + "nano": 250000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "9000000", - "issueSizePlan": "9000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "519d9ad2-5c5e-4dec-b1b8-f20b90efafcb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d598c54a-0769-4ea9-bf46-1edb7684a414", + "uid": "d51318f3-4aa4-4a1f-8461-742945f5c9eb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2224d264-bf22-4e93-b395-398e47101b08", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-07-30T11:33:00Z", + "first1dayCandleDate": "2021-07-30T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZZBV2": { - "figi": "BBG00L9H7QZ3", - "ticker": "RU000A0ZZBV2", - "classCode": "TQCB", - "isin": "RU000A0ZZBV2", + "CLH": { + "figi": "BBG000BFRRX8", + "ticker": "CLH", + "classCode": "SPBXM", + "isin": "US1844961078", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Европлан БО 08", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-06-20T00:00:00Z", + "name": "Clean Harbors Inc", + "exchange": "SPB", + "ipoDate": "1987-11-01T00:00:00Z", + "issueSize": "57552959", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "80000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2016-08-05T00:00:00Z", - "placementDate": "2018-07-03T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "6", - "nano": 550000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9cdb2285-9868-415a-8767-c613b0edeb13", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "434d3f8d-e8cd-4978-85ab-7859729c9583", + "uid": "4da41ecc-8155-49cd-abb3-fba5475d6af1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "833d4d5c-d912-46f3-a021-5276b5a208c3", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-04-04T13:37:00Z", + "first1dayCandleDate": "1989-05-24T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101970": { - "figi": "BBG00R83FV73", - "ticker": "RU000A101970", - "classCode": "TQCB", - "isin": "RU000A101970", + "UPWK": { + "figi": "BBG00FBJ6390", + "ticker": "UPWK", + "classCode": "SPBXM", + "isin": "US91688F1049", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Всеинструменты.ру выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-12-23T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2019-12-23T00:00:00Z", - "placementDate": "2019-12-27T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 620000000 + "dlong": { + "units": "0", + "nano": 710600000 + }, + "dshort": { + "units": "1", + "nano": 137400000 + }, + "dlongMin": { + "units": "0", + "nano": 462000000 + }, + "dshortMin": { + "units": "0", + "nano": 462000000 + }, + "shortEnabledFlag": true, + "name": "Upwork Inc", + "exchange": "SPB", + "ipoDate": "1999-07-28T00:00:00Z", + "issueSize": "112020807", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "490000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7b106f6-d7ef-49c1-a518-0983a7fc2c29", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "37a34775-d026-45ed-bf18-a0e5a1679429", + "uid": "56ba79db-6dba-4890-bfa4-225689214c0b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d2dc8894-ea9a-4ceb-ab92-f3585981d052", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "OMA0148": { - "figi": "BBG00JQC5C47", - "ticker": "OMA0148", - "classCode": "SPBBND", - "isin": "XS1750114396", + "GCP": { + "figi": "BBG0082W8Q12", + "ticker": "GCP", + "classCode": "SPBXM", + "isin": "US36164Y1010", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Sultanate of Oman", + "name": "GCP Applied Technologies Inc", "exchange": "SPB", - "couponQuantityPerYear": 2, - "maturityDate": "2048-01-17T00:00:00Z", + "issueSize": "72551785", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "300000000", "nominal": { - "currency": "usd", - "units": "1000", - "nano": 0 - }, - "placementDate": "2018-01-17T00:00:00Z", - "placementPrice": { - "currency": "usd", - "units": "0", - "nano": 0 - }, - "aciValue": { "currency": "usd", "units": "0", - "nano": 937500000 + "nano": 10000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", - "issueKind": "documentary", - "issueSize": "2750000", - "issueSizePlan": "2750000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0c8963fb-4e82-463d-bfed-39030b02b17e", + "uid": "52d2298b-8237-4155-943a-0b0e57a32e09", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b405bce3-4204-4570-bf00-2e9e4c68e363", + "positionUid": "8a308a04-84ca-43bf-be35-e8cd85acc600", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:33:00Z", + "first1dayCandleDate": "2016-01-26T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A104AQ2": { - "figi": "TCS00A104AQ2", - "ticker": "RU000A104AQ2", - "classCode": "TQCB", - "isin": "RU000A104AQ2", + "RRGB": { + "figi": "BBG000MXH9C1", + "ticker": "RRGB", + "classCode": "SPBXM", + "isin": "US75689M1018", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ДОМ.РФ Социальные облигации 02", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-11-15T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2021-12-02T00:00:00Z", - "placementDate": "2021-12-23T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "16", - "nano": 610000000 + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Red Robin Gourmet Burgers Inc", + "exchange": "SPB", + "ipoDate": "2002-07-19T00:00:00Z", + "issueSize": "12964577", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "45000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6af1ccc7-73e5-464d-921d-f97a820a2d53", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "33f95e17-6938-4efe-aeff-e354243c36b3", + "uid": "07fe62e1-03de-40ba-a09a-672b25b82a4a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "97946a54-bff9-434b-bd91-5d276f3af15a", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-04-04T13:16:00Z", + "first1dayCandleDate": "2002-07-19T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZYWU3": { - "figi": "BBG00K4MR057", - "ticker": "RU000A0ZYWU3", - "classCode": "TQCB", - "isin": "RU000A0ZYWU3", + "HRL": { + "figi": "BBG000BLF8D2", + "ticker": "HRL", + "classCode": "SPBXM", + "isin": "US4404521001", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "АФК Система выпуск 8", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-02-23T00:00:00Z", + "name": "Hormel Foods", + "exchange": "SPB_MORNING", + "ipoDate": "1928-10-01T00:00:00Z", + "issueSize": "542556859", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1600000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2018-02-27T00:00:00Z", - "placementDate": "2018-03-07T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "34", - "nano": 770000000 + "currency": "usd", + "units": "0", + "nano": 14650000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a36180df-4105-4093-9521-9558c5bedaa3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "47a9b74e-d81a-403e-be39-9f425fdd8240", + "uid": "593c33fb-7bed-486a-9353-7e075b7969c2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "cd82bf5e-8c76-46fc-b4d2-60a1bf2f585d", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "GAZP1124": { - "figi": "BBG00J7PCW56", - "ticker": "GAZP1124", - "classCode": "SPBBND", - "isin": "XS1721463500", + "ETRN": { + "figi": "BBG00K53L394", + "ticker": "ETRN", + "classCode": "SPBXM", + "isin": "US2946001011", "lot": 1, - "currency": "eur", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -96068,289 +93639,125 @@ }, "dlong": { "units": "0", - "nano": 307800000 + "nano": 781000000 }, "dshort": { - "units": "0", - "nano": 364200000 + "units": "1", + "nano": 347000000 }, "dlongMin": { "units": "0", - "nano": 168000000 + "nano": 532000000 }, "dshortMin": { "units": "0", - "nano": 168000000 + "nano": 532000000 }, - "shortEnabledFlag": false, - "name": "Gazprom", - "exchange": "SPB", - "couponQuantityPerYear": 1, - "maturityDate": "2024-11-22T00:00:00Z", + "shortEnabledFlag": true, + "name": "Equitrans Midstream Corporation", + "exchange": "SPB_MORNING", + "issueSize": "1000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "0", "nominal": { - "currency": "eur", - "units": "1000", - "nano": 0 - }, - "placementDate": "2017-11-22T00:00:00Z", - "placementPrice": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 0 }, - "aciValue": { - "currency": "eur", - "units": "14", - "nano": 917808000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "750000", - "issueSizePlan": "750000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a8708f93-9481-465c-b008-3d4e803b3dbe", + "uid": "7926efd3-1539-4ea5-a957-471cf3c2dd5a", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ae44fa47-f1ef-4264-985f-a96747705c09", + "positionUid": "e9e059b1-e89c-471e-aaab-8e8ad6393d01", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-11-29T14:34:00Z", + "first1dayCandleDate": "2018-10-31T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26240RMFS0": { - "figi": "BBG011MLGP84", - "ticker": "SU26240RMFS0", - "classCode": "TQOB", - "isin": "RU000A103BR0", + "TSLA": { + "figi": "BBG000N9MNX3", + "ticker": "TSLA", + "classCode": "SPBXM", + "isin": "US88160R1014", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ОФЗ 26240", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2036-07-30T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2021-06-28T00:00:00Z", - "placementDate": "2021-06-30T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "29", - "nano": 720000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "219259299", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { + "dlong": { "units": "0", - "nano": 1000000 - }, - "apiTradeAvailableFlag": true, - "uid": "8e0cdf80-b569-4ccf-ac4e-ead70c9e4c80", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80dbb843-64b8-45ef-a903-93cc35aec815", - "forIisFlag": true, - "type": "Bonds", - "step": 0.001 - }, - "RU000A100CG7": { - "figi": "BBG00PVT6KR6", - "ticker": "RU000A100CG7", - "classCode": "TQIR", - "isin": "RU000A100CG7", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ОбъединениеАгроЭлита выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-05-22T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "921", - "nano": 875000000 - }, - "stateRegDate": "2019-05-14T00:00:00Z", - "placementDate": "2019-05-20T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "3", - "nano": 820000000 + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "400000", - "issueSizePlan": "400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "43cd0544-d883-4e39-b672-85a0324ade4f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c49f2d90-5a62-49a9-84e1-d57eb3f5833c", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A104JQ3": { - "figi": "BBG015CD9YL8", - "ticker": "RU000A104JQ3", - "classCode": "TQCB", - "isin": "RU000A104JQ3", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Самолет БО-П11", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-02-08T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2022-02-03T00:00:00Z", - "placementDate": "2022-02-15T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "nano": 515400000 }, - "aciValue": { - "currency": "rub", - "units": "54", - "nano": 280000000 + "dlongMin": { + "units": "0", + "nano": 292900000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { + "dshortMin": { "units": "0", - "nano": 10000000 + "nano": 231000000 }, - "apiTradeAvailableFlag": true, - "uid": "a4f075f2-c6e7-4dd8-8042-a110d2d16de0", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6c1d60f3-8dc9-49a8-bd46-413f1718013d", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A0ZYEQ9": { - "figi": "BBG00HXHKRV2", - "ticker": "RU000A0ZYEQ9", - "classCode": "TQCB", - "isin": "RU000A0ZYEQ9", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Сэтл Групп выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-10-27T00:00:00Z", + "shortEnabledFlag": true, + "name": "Tesla Motors", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "2010-06-29T00:00:00Z", + "issueSize": "3133470045", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "4000000000", "nominal": { - "currency": "rub", - "units": "230", - "nano": 0 - }, - "stateRegDate": "2017-10-26T00:00:00Z", - "placementDate": "2017-11-02T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 130000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de9a9a6c-db96-4ed0-9dcb-76d86b460983", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aca45bbf-3d6c-418d-a26b-18c1800bdd9e", + "uid": "c370ffb2-9b34-458c-8e5f-730a1c078633", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1059b7f4-f42a-4bb2-85dc-127727eb2742", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T11:47:00Z", + "first1dayCandleDate": "2010-06-29T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU29006RMFS2": { - "figi": "BBG007Z13SN3", - "ticker": "SU29006RMFS2", - "classCode": "TQOB", - "isin": "RU000A0JV4L2", + "FAST": { + "figi": "BBG000BJ8YN7", + "ticker": "FAST", + "classCode": "SPBXM", + "isin": "US3119001044", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -96361,290 +93768,222 @@ }, "dlong": { "units": "0", - "nano": 300000000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 300000000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 163300000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 140200000 + "nano": 224700000 }, "shortEnabledFlag": false, - "name": "ОФЗ 29006", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-01-29T00:00:00Z", + "name": "Fastenal Company", + "exchange": "SPB_MORNING", + "ipoDate": "1987-08-01T00:00:00Z", + "issueSize": "287688839", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "400000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2014-12-31T00:00:00Z", - "placementDate": "2014-12-31T00:00:00Z", - "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "38", - "nano": 570000000 + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "28eec3fa-a75c-4b2e-b768-dab04a2adf24", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9c01b2e2-7185-43a0-a3db-9d9af2ec9fc9", + "uid": "945eae5e-5a91-4cc7-847a-b1c7f48e6764", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5d97ff3e-50b6-4313-9b23-e23dd3aee2fa", "forIisFlag": true, - "type": "Bonds", - "step": 0.001 + "first1minCandleDate": "2018-01-23T13:02:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A0ZYEM8": { - "figi": "BBG00HZZDWP4", - "ticker": "RU000A0ZYEM8", - "classCode": "TQCB", - "isin": "RU000A0ZYEM8", + "SJM": { + "figi": "BBG000BT1715", + "ticker": "SJM", + "classCode": "SPBXM", + "isin": "US8326964058", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Самолет", - "exchange": "MOEX", - "couponQuantityPerYear": 4, - "maturityDate": "2022-10-27T00:00:00Z", + "name": "JM Smucker", + "exchange": "SPB_MORNING", + "issueSize": "113584620", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2017-10-19T00:00:00Z", - "placementDate": "2017-11-02T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "26", - "nano": 470000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ac8631f-3df0-4bea-8c0e-2bc295ff1faa", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cece2639-0fa8-40f1-8ef3-479acf03d483", + "uid": "ff015b04-3306-41dd-a215-58ca3ad18785", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "db357c2c-8fba-4054-bb59-4f2462612041", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1989-07-13T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1002C2": { - "figi": "BBG00N6MD6M2", - "ticker": "RU000A1002C2", - "classCode": "TQCB", - "isin": "RU000A1002C2", + "AFX@DE": { + "figi": "BBG000C7X325", + "ticker": "AFX@DE", + "classCode": "SPBDE", + "isin": "DE0005313704", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 12", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-01-26T00:00:00Z", + "name": "Carl Zeiss Meditec AG", + "exchange": "SPB_DE", + "issueSize": "89440570", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-01-29T00:00:00Z", - "placementDate": "2019-02-01T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "0", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "41", - "nano": 470000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e0a35275-7eed-425d-896e-b8cbe17b7432", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a478d7a4-b84e-4506-9442-9d2d1228b328", + "uid": "45c67a3a-1cb6-47e2-9aa5-5d0aa78b285d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "94676acd-3c13-4e24-8ad1-c8795561b471", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-09-01T07:03:00Z", + "first1dayCandleDate": "2020-09-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102101": { - "figi": "BBG00WPJ81Z1", - "ticker": "RU000A102101", - "classCode": "TQCB", - "isin": "RU000A102101", + "X": { + "figi": "BBG000BX3TD3", + "ticker": "X", + "classCode": "SPBXM", + "isin": "US9129091081", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ЭБИС выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-08-11T00:00:00Z", + "name": "United States Steel", + "exchange": "SPB", + "issueSize": "172459063", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-07-28T00:00:00Z", - "placementDate": "2020-08-14T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "24", - "nano": 580000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "150000", - "issueSizePlan": "150000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c745fea5-0673-4c6f-9fe0-c5cfdd552588", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7a633c44-fb0f-4ac8-9527-cd0fb05f60ef", - "forIisFlag": true, - "type": "Bonds", + "uid": "284550e4-5cb2-48a1-8116-be68c83d51b5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "e130ac9e-462d-49cb-92b2-f8ca0ab3e200", + "forIisFlag": false, + "first1minCandleDate": "2022-08-08T12:36:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102HB3": { - "figi": "BBG00YJKKTF8", - "ticker": "RU000A102HB3", - "classCode": "TQCB", - "isin": "RU000A102HB3", + "PEAK": { + "figi": "BBG000BKYDP9", + "ticker": "PEAK", + "classCode": "SPBXM", + "isin": "US42250P1030", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Роснано БО-002P выпуск 5", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-12-12T00:00:00Z", + "name": "Healthpeak Properties REIT", + "exchange": "SPB", + "ipoDate": "1985-05-01T00:00:00Z", + "issueSize": "494934190", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "750000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-12-11T00:00:00Z", - "placementDate": "2020-12-15T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "6", - "nano": 840000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "5500000", - "issueSizePlan": "5500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d330c668-c737-44e1-9959-9245ab7b6688", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8788b897-7bc2-47d6-8df8-9b0446be68f2", + "uid": "14e71236-15ac-47ee-8888-9c3941630aef", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ced19e94-3d42-49aa-b009-ce0ce2e35fd7", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-11-11T14:30:00Z", + "first1dayCandleDate": "2019-11-11T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26220RMFS2": { - "figi": "BBG00FX0RDF5", - "ticker": "SU26220RMFS2", - "classCode": "TQOB", - "isin": "RU000A0JXB41", + "IRTC": { + "figi": "BBG001J19V24", + "ticker": "IRTC", + "classCode": "SPBXM", + "isin": "US4500561067", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -96655,180 +93994,180 @@ }, "dlong": { "units": "0", - "nano": 300000000 + "nano": 500000000 }, "dshort": { - "units": "0", - "nano": 300000000 + "units": "1", + "nano": 521700000 }, "dlongMin": { "units": "0", - "nano": 163300000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 140200000 + "nano": 588000000 }, "shortEnabledFlag": false, - "name": "ОФЗ 26220", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-12-07T00:00:00Z", + "name": "iRhythm Technologies", + "exchange": "SPB", + "issueSize": "24628643", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2017-01-27T00:00:00Z", - "placementDate": "2017-02-01T00:00:00Z", - "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "8", - "nano": 720000000 + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "250000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d654d44a-1831-4f2a-9651-f95dafb4d6f8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d1871cc2-3e1c-4559-8332-4e0f187ef563", + "uid": "859c1f7d-9e9c-43db-9897-c8ab90acdb1e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2a8e94b8-b6d3-4ade-8d4d-447ca1ac801a", "forIisFlag": true, - "type": "Bonds", - "step": 0.001 + "first1minCandleDate": "2019-08-05T13:30:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A0JXPD9": { - "figi": "BBG00GDC1GV2", - "ticker": "RU000A0JXPD9", - "classCode": "TQCB", - "isin": "RU000A0JXPD9", + "SKX": { + "figi": "BBG000C4HKK2", + "ticker": "SKX", + "classCode": "SPBXM", + "isin": "US8305661055", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ТМК выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-04-13T00:00:00Z", + "name": "Skechers U.S.A. Inc", + "exchange": "SPB", + "ipoDate": "1999-06-08T00:00:00Z", + "issueSize": "500000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2013-09-24T00:00:00Z", - "placementDate": "2017-04-25T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "21", - "nano": 20000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "459a1780-b431-44e7-8c0b-88de99f33a96", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "48bfc8f1-3557-4e9b-bf10-63b2c52b537e", + "uid": "c8a0a5a5-ac5a-44bd-b552-39dbbf51d4d1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "98d32a7a-0e9a-4ecd-860e-ebbb850e42d2", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-08-05T11:00:00Z", + "first1dayCandleDate": "2001-01-02T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1037C8": { - "figi": "BBG011C669D9", - "ticker": "RU000A1037C8", - "classCode": "TQIR", - "isin": "RU000A1037C8", - "lot": 1, + "MRKY": { + "figi": "BBG000C7P5M7", + "ticker": "MRKY", + "classCode": "TQBR", + "isin": "RU000A0JPPG8", + "lot": 10000, "currency": "rub", "shortEnabledFlag": false, - "name": "Урожай выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-06-04T00:00:00Z", + "name": "\u041c\u0420\u0421\u041a \u042e\u0433\u0430", + "exchange": "MOEX", + "ipoDate": "2007-09-20T00:00:00Z", + "issueSize": "151641426354", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueSizePlan": "100000000", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "0", + "nano": 100000000 }, - "stateRegDate": "2021-06-01T00:00:00Z", - "placementDate": "2021-06-08T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 50000 }, - "aciValue": { - "currency": "rub", - "units": "13", - "nano": 860000000 + "apiTradeAvailableFlag": true, + "uid": "c41a8e78-e4ee-4aa1-869a-9eff103b260a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "0c523cd9-9778-47cd-abb4-afdf352565dc", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2008-07-07T00:00:00Z", + "type": "Shares", + "step": 5e-05 + }, + "NBIX": { + "figi": "BBG000GJS7C1", + "ticker": "NBIX", + "classCode": "SPBXM", + "isin": "US64125C1099", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Neurocrine Biosciences Inc", + "exchange": "SPB", + "issueSize": "87114340", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "220000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "150000", - "issueSizePlan": "150000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "087486ed-92f7-4899-be53-96c11d2eec85", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e3eafff7-f3ec-4da2-8a39-a43cd63a31fc", + "uid": "b4e033e1-c7da-4489-9633-a5dc2c894986", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "72106bb0-5d31-4b9f-8a4c-1c6c0980ad4c", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-08-05T12:59:00Z", + "first1dayCandleDate": "2019-08-05T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "XS0864383723": { - "figi": "BBG003PNSC99", - "ticker": "XS0864383723", - "classCode": "TQOD", - "isin": "XS0864383723", + "HCA": { + "figi": "BBG000QW7VC1", + "ticker": "HCA", + "classCode": "SPBXM", + "isin": "US40412C1018", "lot": 1, "currency": "usd", "klong": { @@ -96841,1363 +94180,1282 @@ }, "dlong": { "units": "0", - "nano": 375900000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 464100000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 210000000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 210000000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "Novatek", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-12-13T00:00:00Z", + "shortEnabledFlag": true, + "name": "HCA Healthcare", + "exchange": "SPB", + "ipoDate": "2011-03-10T00:00:00Z", + "issueSize": "349903700", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", "nominal": { - "currency": "usd", - "units": "1000", - "nano": 0 - }, - "placementDate": "2012-12-13T00:00:00Z", - "placementPrice": { "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "usd", - "units": "4", - "nano": 790500000 + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "26ba8f66-b4ac-4829-a6f2-20447ab6e83e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2caedaca-d62f-4930-b7a2-d74777d08d40", + "uid": "0dfa1f99-25d0-463a-a38f-240405e37d35", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b3ed47ef-1b32-4568-9271-0cb87226d2d1", "forIisFlag": true, - "type": "Bonds", - "step": 0.0001 + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "2011-03-10T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A100PB0": { - "figi": "BBGYAKUTV001", - "ticker": "RU000A100PB0", - "classCode": "TQCB", - "isin": "RU000A100PB0", + "RGR": { + "figi": "BBG000C4FQG6", + "ticker": "RGR", + "classCode": "SPBXM", + "isin": "US8641591081", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ЖКХ Якутии выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-07-28T00:00:00Z", + "name": "Sturm Ruger & Co Inc", + "exchange": "SPB", + "issueSize": "18971854", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "40000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-04-09T00:00:00Z", - "placementDate": "2019-08-06T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "27", - "nano": 50000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "71349054-b7b8-4c5e-bd5f-9ae3b522ea7c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "323538d6-8bc8-4daa-b311-13cdaf23bf58", + "uid": "63c0fa02-2796-42aa-8d84-460459133322", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8116a46a-fcac-4c18-add9-4c88e265f1fe", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-02-28T14:41:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101178": { - "figi": "BBG00QXGQYZ9", - "ticker": "RU000A101178", - "classCode": "TQIR", - "isin": "RU000A101178", + "OIS": { + "figi": "BBG000BDDN94", + "ticker": "OIS", + "classCode": "SPBXM", + "isin": "US6780261052", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "АПРИ Флай Плэнинг БО-П3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-11-10T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "500", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2019-11-05T00:00:00Z", - "placementDate": "2019-11-14T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "13", - "nano": 660000000 + "dlong": { + "units": "0", + "nano": 540300000 + }, + "dshort": { + "units": "0", + "nano": 747700000 + }, + "dlongMin": { + "units": "0", + "nano": 322000000 + }, + "dshortMin": { + "units": "0", + "nano": 322000000 + }, + "shortEnabledFlag": false, + "name": "Oil States International Inc", + "exchange": "SPB", + "ipoDate": "2016-10-26T00:00:00Z", + "issueSize": "60502803", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "400000", - "issueSizePlan": "400000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "27eac644-1111-479e-963a-c79525001d3e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "631da4dc-9e4c-41ce-b348-7ec8f70616d0", + "uid": "1f40b2dc-c72b-41fd-b6f8-8096a0626140", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b742ab24-678b-4839-b467-e158659a72aa", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T13:34:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101GZ6": { - "figi": "TCS00A101GZ6", - "ticker": "RU000A101GZ6", - "classCode": "TQCB", - "isin": "RU000A101GZ6", + "EQT": { + "figi": "BBG000BHZ5J9", + "ticker": "EQT", + "classCode": "SPBXM", + "isin": "US26884L1098", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Уралкалий выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-02-25T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-02-27T00:00:00Z", - "placementDate": "2020-03-03T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "26", - "nano": 650000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "30000000", - "issueSizePlan": "30000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 567500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 252000000 + }, + "shortEnabledFlag": true, + "name": "EQT Corporation", + "exchange": "SPB_MORNING", + "ipoDate": "1950-03-01T00:00:00Z", + "issueSize": "265000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "energy", + "issueSizePlan": "320000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "198292fc-b62a-4b8e-b560-0a3da4ad118c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "410d6b13-f3d9-4c50-9eb5-7858318c2e07", + "uid": "62960227-6bda-492c-aa2b-824f760da88c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "acb25dc2-6aed-463a-8801-e755d5c48310", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T13:59:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1030Y7": { - "figi": "BBG0107GHR16", - "ticker": "RU000A1030Y7", - "classCode": "TQCB", - "isin": "RU000A1030Y7", + "EGHT": { + "figi": "BBG000BCGHH7", + "ticker": "EGHT", + "classCode": "SPBXM", + "isin": "US2829141009", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "РН Банк БО-1P выпуск 8", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-04-23T00:00:00Z", + "name": "8x8 Inc", + "exchange": "SPB", + "ipoDate": "2018-12-07T00:00:00Z", + "issueSize": "100225912", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-04-16T00:00:00Z", - "placementDate": "2021-04-21T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "18", - "nano": 250000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "66b72aba-01df-42ac-94cd-6f2581dd17c5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bd612b77-e377-4ed3-9ae7-2f1ea50c5882", + "uid": "12aecfc7-71cd-4527-978b-b727bb24d2a7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "cd0895cf-86d3-4605-ace7-5ad046ecf539", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T11:14:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101GW3": { - "figi": "TCS00A101GW3", - "ticker": "RU000A101GW3", - "classCode": "TQCB", - "isin": "RU000A101GW3", + "GDOT": { + "figi": "BBG000QDJT53", + "ticker": "GDOT", + "classCode": "SPBXM", + "isin": "US39304D1028", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ЛЕГЕНДА выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-03-14T00:00:00Z", + "name": "Green Dot Corp", + "exchange": "SPB", + "ipoDate": "2010-07-22T00:00:00Z", + "issueSize": "50455565", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "480", - "nano": 0 - }, - "stateRegDate": "2019-12-18T00:00:00Z", - "placementDate": "2020-03-03T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 350000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bcebbd1f-864d-4ccb-b113-2c4224377f31", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4acc3f9d-6e90-4ed1-a7ff-22d82396cb54", + "uid": "40529f3f-0e6e-439e-be73-279aa2e3a408", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d6934bbd-fd84-40a3-ad18-2db71ba77a5e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-02-28T14:31:00Z", + "first1dayCandleDate": "2010-07-22T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "XS1634369224": { - "figi": "BBG00GXQKMJ9", - "ticker": "XS1634369224", - "classCode": "TQOD", - "isin": "XS1634369224", + "INSP": { + "figi": "BBG00209SZJ7", + "ticker": "INSP", + "classCode": "SPBXM", + "isin": "US4577301090", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Belarus", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2027-06-29T00:00:00Z", + "name": "Inspire Medical Systems Inc", + "exchange": "SPB", + "ipoDate": "2018-05-03T00:00:00Z", + "issueSize": "24062690", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "200000000", "nominal": { - "currency": "usd", - "units": "1000", - "nano": 0 - }, - "placementDate": "2017-06-29T00:00:00Z", - "placementPrice": { "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "usd", - "units": "4", - "nano": 871528000 + "nano": 1000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", - "issueKind": "documentary", - "issueSize": "600000", - "issueSizePlan": "600000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0f0743d-1b8f-46d7-85f0-df1eefdbf566", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dce58f08-f205-48d5-8850-9caf3f49f043", + "uid": "fe7e42e0-03d6-4cc7-91b9-deda41310b05", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8ddb6bac-dbad-4b1e-9ddb-f1c0c7e5b805", "forIisFlag": true, - "type": "Bonds", - "step": 0.0001 + "first1minCandleDate": "2019-10-31T12:55:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A0JW1P8": { - "figi": "BBG00BRZQ4Y4", - "ticker": "RU000A0JW1P8", - "classCode": "TQCB", - "isin": "RU000A0JW1P8", + "ETN": { + "figi": "BBG000BJ3PD2", + "ticker": "ETN", + "classCode": "SPBXM", + "isin": "IE00B8KQN827", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ГТЛК выпуск 7", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-12-16T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2015-09-04T00:00:00Z", - "placementDate": "2015-12-29T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 660000000 + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "Eaton Corporation", + "exchange": "SPB", + "ipoDate": "1923-07-24T00:00:00Z", + "issueSize": "458900000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "03441309-3d50-49df-b1bc-9b738c3bfcc6", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6aeb7eaa-5876-4bc4-978b-3a58808775a7", + "uid": "1c599635-91ba-441b-84db-9d90a9355fef", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "79e57ef0-6720-4289-99ff-0cc3a0ae1a06", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A100782": { - "figi": "BBG00NNMVRW6", - "ticker": "RU000A100782", - "classCode": "TQCB", - "isin": "RU000A100782", + "PII": { + "figi": "BBG000D5S4M0", + "ticker": "PII", + "classCode": "SPBXM", + "isin": "US7310681025", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Лента БО-001P выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-03-14T00:00:00Z", + "name": "Polaris Industries Inc", + "exchange": "SPB", + "issueSize": "64626088", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "160000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-03-21T00:00:00Z", - "placementDate": "2019-03-27T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 0 + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bcecf01f-0fb9-453f-a68c-549d028d3a08", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b69fb1dd-4672-4925-84e9-c1e2521b637d", + "uid": "2a95c6cf-a60d-4509-9f59-a14e43e464ea", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "beae49b1-986a-4084-951c-243f1b385efe", "forIisFlag": true, - "first1minCandleDate": "2019-03-27T11:00:00Z", - "first1dayCandleDate": "2019-03-27T07:00:00Z", - "type": "Bonds", + "first1minCandleDate": "2019-01-31T14:36:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JVWJ6": { - "figi": "BBG00B8SX525", - "ticker": "RU000A0JVWJ6", - "classCode": "TQCB", - "isin": "RU000A0JVWJ6", + "NVDA": { + "figi": "BBG000BBJQV0", + "ticker": "NVDA", + "classCode": "SPBXM", + "isin": "US67066G1040", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ГТЛК выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-10-20T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2015-09-04T00:00:00Z", - "placementDate": "2015-11-02T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "16", - "nano": 400000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "NVIDIA", + "exchange": "SPB_MORNING_WEEKEND", + "ipoDate": "1999-01-21T00:00:00Z", + "issueSize": "2500000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "4000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "15536481-3989-4805-9863-c9b085728114", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "134fc3ab-e1e6-43cf-9215-711823442d89", + "uid": "81575098-df8a-45c4-82dc-1b64374dcfdb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "dfb42d57-3e57-4f6e-ab5a-f54882ced3b8", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T07:36:00Z", + "first1dayCandleDate": "1999-01-22T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1003A4": { - "figi": "BBG00N9Q06D4", - "ticker": "RU000A1003A4", - "classCode": "TQCB", - "isin": "RU000A1003A4", + "EAR": { + "figi": "BBG009HSTZ10", + "ticker": "EAR", + "classCode": "SPBXM", + "isin": "US2700871096", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ГТЛК выпуск 13", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2034-01-20T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2019-02-05T00:00:00Z", - "placementDate": "2019-02-08T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "19", - "nano": 930000000 + "dlong": { + "units": "0", + "nano": 754000000 + }, + "dshort": { + "units": "0", + "nano": 976800000 + }, + "dlongMin": { + "units": "0", + "nano": 504000000 + }, + "dshortMin": { + "units": "0", + "nano": 406000000 + }, + "shortEnabledFlag": true, + "name": "Eargo", + "exchange": "SPB", + "issueSize": "38295422", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "110000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 100000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a21ed2eb-e29b-4a4c-9a91-8a4836505870", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "058059c2-2eea-42af-9c4f-f432acbe9540", + "uid": "98a096a0-3de2-43fd-a361-7e3ae8223063", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "d7d5be22-9bba-47e0-a551-14f53fb81fff", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-06-01T13:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101R33": { - "figi": "BBG00V92S1V0", - "ticker": "RU000A101R33", - "classCode": "TQCB", - "isin": "RU000A101R33", + "MEDP": { + "figi": "BBG0065B7K59", + "ticker": "MEDP", + "classCode": "SPBXM", + "isin": "US58506Q1094", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Лента БО-001P выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-05-31T00:00:00Z", + "name": "Medpace Holdings Inc", + "exchange": "SPB", + "ipoDate": "2016-08-11T00:00:00Z", + "issueSize": "35818819", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-06-01T00:00:00Z", - "placementDate": "2020-06-03T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "8", - "nano": 630000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45b7cac4-bcfa-4124-a5c5-c8f813dea84c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8da5e0be-b4d5-4386-9a0a-531ae5191c57", + "uid": "919bf4b9-048f-4871-a9d1-c9cf25d4c559", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9ae6a908-a2a7-4c39-a782-903c56931335", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2016-08-11T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101GR3": { - "figi": "BBG00S6QMBP8", - "ticker": "RU000A101GR3", - "classCode": "TQCB", - "isin": "RU000A101GR3", + "BCC": { + "figi": "BBG000RQKCR4", + "ticker": "BCC", + "classCode": "SPBXM", + "isin": "US09739D1000", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Банк Открытие БО-П выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-02-25T00:00:00Z", + "name": "Boise Cascade", + "exchange": "SPB", + "issueSize": "39330807", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-12-27T00:00:00Z", - "placementDate": "2020-03-03T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "24", - "nano": 900000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "195a19be-7bc4-4dec-981a-35c081bdd438", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8e73061d-d97c-4dbf-855e-df459641f47a", + "uid": "0b9cc47d-78e8-4dc2-b46e-581f8e4f8936", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ad4c91cf-5d48-4b6d-a97a-efc223bdae2f", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2022-07-18T12:21:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101YV8": { - "figi": "TCS00A101YV8", - "ticker": "RU000A101YV8", - "classCode": "TQCB", - "isin": "RU000A101YV8", + "APP": { + "figi": "BBG006HFPX77", + "ticker": "APP", + "classCode": "SPBXM", + "isin": "US03831W1080", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Позитив Текнолоджиз выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-07-26T00:00:00Z", + "name": "AppLovin Corporation", + "exchange": "SPB_MORNING", + "issueSize": "216751056", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "386400000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-07-21T00:00:00Z", - "placementDate": "2020-07-29T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "26", - "nano": 780000000 + "currency": "usd", + "units": "0", + "nano": 30000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ee80fbd-356f-4a01-8d64-d2bd1e73745c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0500b20b-1a28-4ed5-bf63-958b16a40080", + "uid": "27463077-1391-41ca-9f67-65fe975f096b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4a78a2c0-ef04-4d47-93ed-51332bc15484", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-06-18T13:25:00Z", + "first1dayCandleDate": "2021-06-18T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1011C3": { - "figi": "BBG00QXGPWQ4", - "ticker": "RU000A1011C3", - "classCode": "TQCB", - "isin": "RU000A1011C3", + "SSB": { + "figi": "BBG000BNPYN9", + "ticker": "SSB", + "classCode": "SPBXM", + "isin": "US8404411097", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Русал Братск БО-001Р выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2029-11-01T00:00:00Z", + "name": "SouthState Corp", + "exchange": "SPB", + "issueSize": "70973477", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "160000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2019-11-08T00:00:00Z", - "placementDate": "2019-11-14T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "14", - "nano": 290000000 + "currency": "usd", + "units": "2", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12e7683d-83e5-439c-8dad-d6bbd2c86943", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "743a8e2f-334d-429a-b75a-af934668c701", + "uid": "38716e3a-cede-4160-bff1-ac21ada892d5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "033e56b2-6503-41c4-a3c6-d6293ebea139", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-10-26T12:58:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102FS1": { - "figi": "BBG00YG1RQV4", - "ticker": "RU000A102FS1", - "classCode": "TQCB", - "isin": "RU000A102FS1", + "BMW@DE": { + "figi": "BBG000BBXB74", + "ticker": "BMW@DE", + "classCode": "SPBDE", + "isin": "DE0005190003", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "АФК Система выпуск 16", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2030-11-25T00:00:00Z", + "name": "Bayerische Motoren Werke AG", + "exchange": "SPB_DE", + "issueSize": "601995196", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "consumer", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-11-26T00:00:00Z", - "placementDate": "2020-12-07T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "7", - "nano": 520000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45ae7b9a-1647-4b0b-98a5-d4647b705d36", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "36535464-b1ed-40d7-bf4f-5b099ad61bec", + "uid": "81c03456-b40b-4da0-a68a-97bbdfffaeca", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "dc6e0703-11ee-4220-96eb-52bebac6f950", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-09-01T07:02:00Z", + "first1dayCandleDate": "2020-09-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZYJ91": { - "figi": "BBG00JDS8JM8", - "ticker": "RU000A0ZYJ91", - "classCode": "TQCB", - "isin": "RU000A0ZYJ91", + "TPIC": { + "figi": "BBG0016MQ7C5", + "ticker": "TPIC", + "classCode": "SPBXM", + "isin": "US87266J1043", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ФСК ЕЭС БО-4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2052-10-23T00:00:00Z", + "name": "TPI Composites Inc", + "exchange": "SPB", + "ipoDate": "2016-07-22T00:00:00Z", + "issueSize": "34010015", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2012-06-06T00:00:00Z", - "placementDate": "2017-12-06T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "10", - "nano": 410000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueKind": "documentary", - "issueSize": "7000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1bd8de7f-f9e3-4406-b311-d0d807d7e9a5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f0399a56-7962-4a9f-b8ca-5931cdf07e12", + "uid": "2f76d8a1-40a1-48bc-b9d5-5993bf717283", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "8535ec86-b617-4db3-b9bc-7f9d8e02f05e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "2016-07-22T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A103G00": { - "figi": "BBG011YQCC65", - "ticker": "RU000A103G00", - "classCode": "TQCB", - "isin": "RU000A103G00", + "VUZI": { + "figi": "BBG000QKVV49", + "ticker": "VUZI", + "classCode": "SPBXM", + "isin": "US92921W3007", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Синара - Транспортные Машины выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-07-22T00:00:00Z", + "name": "Vuzix Corp", + "exchange": "SPB", + "issueSize": "27301203", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-07-22T00:00:00Z", - "placementDate": "2021-07-28T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "41", - "nano": 950000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "99ab558f-c466-458a-9a6e-0a09edd0b12b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "04a439e1-ab15-4eb5-8e95-c1cc2d74c609", + "uid": "a42350b5-b402-46df-bcfd-14ffc1928adb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7be557a5-3943-4c45-926e-f3e53aeb3be6", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-06-01T11:30:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102CD0": { - "figi": "BBG00Y7KXWY9", - "ticker": "RU000A102CD0", - "classCode": "TQCB", - "isin": "RU000A102CD0", + "WPC": { + "figi": "BBG000BCQM58", + "ticker": "WPC", + "classCode": "SPBXM", + "isin": "US92936U1097", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ХК Финанс выпуск 5", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-11-10T00:00:00Z", + "name": "WP Carey REIT", + "exchange": "SPB", + "issueSize": "106280575", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "450000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-10-16T00:00:00Z", - "placementDate": "2020-11-13T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "14", - "nano": 180000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "413b76db-2580-47d1-9448-6b527838518f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b0f6cc78-b6cd-42ac-b895-cabc9e004185", + "uid": "4dea0a7b-2ba0-4929-b5cc-9e22df091ec5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7336a5f5-5ddc-474e-ae81-7c0a45e24f52", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-10-26T11:57:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102SK1": { - "figi": "BBG00ZGVRGJ1", - "ticker": "RU000A102SK1", - "classCode": "TQCB", - "isin": "RU000A102SK1", + "NEOG": { + "figi": "BBG000C1BCK2", + "ticker": "NEOG", + "classCode": "SPBXM", + "isin": "US6404911066", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Боржоми выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-02-20T00:00:00Z", + "name": "Neogen Corp", + "exchange": "SPB", + "issueSize": "52081876", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "60000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-02-16T00:00:00Z", - "placementDate": "2021-02-26T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "30", - "nano": 400000000 + "currency": "usd", + "units": "0", + "nano": 160000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a6932f3d-36b3-45e0-a4e5-b6835a5c4126", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "47edb944-d8e7-4563-9511-ff2939c336c9", + "uid": "20b3b78f-c8b9-46a8-b2a2-216b9b452375", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5d16581c-87c6-47c4-873a-5b2b295f5e8e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1992-06-15T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26232RMFS7": { - "figi": "BBG00R0Z4YW8", - "ticker": "SU26232RMFS7", - "classCode": "TQOB", - "isin": "RU000A1014N4", + "GPN": { + "figi": "BBG000CX0P89", + "ticker": "GPN", + "classCode": "SPBXM", + "isin": "US37940X1028", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ОФЗ 26232", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-10-06T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2019-12-02T00:00:00Z", - "placementDate": "2019-12-04T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "16", - "nano": 280000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "450000000", - "issueSizePlan": "450000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Global Payments", + "exchange": "SPB_MORNING", + "issueSize": "157603304", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d240143e-ed57-45cd-801d-22fbd904e4ca", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ecfc5bdf-3b8f-4dfc-902e-3f27b65786b3", + "uid": "7460961c-900d-4757-b01c-5df6f1a82d4d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "167cf3ac-3ad8-4e51-a167-816ad0efd68e", "forIisFlag": true, - "type": "Bonds", - "step": 0.001 + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "2001-01-16T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "ISSUANCEBRUS": { - "figi": "ISSUANCEBRUS", - "ticker": "ISSUANCEBRUS", - "classCode": "PSAU", - "isin": "ISSUANCEBRUS", + "PFE": { + "figi": "BBG000BR2B91", + "ticker": "PFE", + "classCode": "SPBXM", + "isin": "US7170811035", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Брусника 001P-01", - "exchange": "Issuance", - "couponQuantityPerYear": 4, - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "placementPrice": { - "currency": "rub", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", + "dlong": { "units": "0", - "nano": 0 + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "0", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "Pfizer", + "exchange": "SPB_MORNING", + "ipoDate": "1942-06-22T00:00:00Z", + "issueSize": "5606688356", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", "issueSizePlan": "0", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 50000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "d32831f3-bfb2-46c9-a3d7-36f22dbc1af5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "975b0010-436f-40d5-8d69-8108e6a9f8cd", + "uid": "83140036-4e5c-4097-8ef3-fa65d036655b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f1967abc-75fc-43d4-adbd-d4c213639394", "forIisFlag": true, - "type": "Bonds", - "step": 0 + "first1minCandleDate": "2018-01-23T07:40:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A0JXPN8": { - "figi": "BBG00GH12JY2", - "ticker": "RU000A0JXPN8", - "classCode": "TQCB", - "isin": "RU000A0JXPN8", + "TREX": { + "figi": "BBG000BTGKK9", + "ticker": "TREX", + "classCode": "SPBXM", + "isin": "US89531P1057", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Ростелеком выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-04-14T00:00:00Z", + "name": "Trex Co Inc", + "exchange": "SPB", + "ipoDate": "1999-04-07T00:00:00Z", + "issueSize": "58501881", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "120000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2017-04-21T00:00:00Z", - "placementDate": "2017-04-26T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "35", - "nano": 290000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d4f23fd-0a38-42f6-94ee-badae729a26a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "10ed450c-9146-4302-b762-7f6e7a9e774f", + "uid": "83067af0-46f8-4e1c-82f0-c1a76ddf0643", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f9549531-c973-4cfd-b336-459323a31aa7", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-02-28T14:32:00Z", + "first1dayCandleDate": "1999-04-08T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZYAQ7": { - "figi": "BBG00HS78YK1", - "ticker": "RU000A0ZYAQ7", - "classCode": "TQIR", - "isin": "RU000A0ZYAQ7", + "MTH": { + "figi": "BBG000F4F1N0", + "ticker": "MTH", + "classCode": "SPBXM", + "isin": "US59001A1025", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "КарМани БО выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2022-10-25T00:00:00Z", + "name": "Meritage Homes Corp", + "exchange": "SPB", + "ipoDate": "1988-07-01T00:00:00Z", + "issueSize": "38264142", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "125000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "stateRegDate": "2017-09-12T00:00:00Z", - "placementDate": "2017-09-21T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, - "aciValue": { - "currency": "rub", - "units": "10", - "nano": 740000000 + "apiTradeAvailableFlag": true, + "uid": "f285be28-19e9-4cf7-84e5-70364c74d153", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c82e7351-7228-4d26-a4a1-ab26e791fd9d", + "forIisFlag": true, + "first1minCandleDate": "2019-06-11T13:36:00Z", + "first1dayCandleDate": "1989-06-28T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "DORM": { + "figi": "BBG000BM22F5", + "ticker": "DORM", + "classCode": "SPBXM", + "isin": "US2582781009", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Dorman Products Inc", + "exchange": "SPB", + "ipoDate": "1991-03-12T00:00:00Z", + "issueSize": "32936681", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "50000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "300000", - "issueSizePlan": "300000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b937990-da7e-4870-95b6-b3596227b211", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ed8ce409-ef2f-4fd8-af83-9e32c0d24c06", + "uid": "8b84da1d-3f04-464d-8847-0339658d1fe4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "83190887-5143-4ff9-8e78-e0e02c4d015b", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:30:00Z", + "first1dayCandleDate": "1991-03-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A104A39": { - "figi": "TCS00A104A39", - "ticker": "RU000A104A39", - "classCode": "TQCB", - "isin": "RU000A104A39", + "CHH": { + "figi": "BBG000BPBTL2", + "ticker": "CHH", + "classCode": "SPBXM", + "isin": "US1699051066", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ИНК-Капитал выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-12-11T00:00:00Z", + "name": "Choice Hotels International In", + "exchange": "SPB", + "issueSize": "55708652", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "160000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "stateRegDate": "2021-12-14T00:00:00Z", - "placementDate": "2021-12-17T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 550000000 + "apiTradeAvailableFlag": true, + "uid": "8d8a90dc-3610-40a9-abe1-190dc86d38e0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "194a8fad-3141-413f-9731-6741b978d802", + "forIisFlag": true, + "first1minCandleDate": "2020-05-18T13:29:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "GRPH": { + "figi": "BBG00XDH4NZ2", + "ticker": "GRPH", + "classCode": "SPBXM", + "isin": "US38870X1046", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Graphite Bio, Inc.", + "exchange": "SPB", + "issueSize": "11197927", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "120000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "691c35db-a451-441e-96be-a9948a1687de", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b7f2803a-9233-462e-bd3a-27c4211fa036", + "uid": "cced78ca-9e34-4ab8-bd41-e0ac171511cb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7ffef9f7-de00-4a14-9350-7553f7b8b71f", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-07-09T13:03:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26218RMFS6": { - "figi": "BBG00B9PJ7V0", - "ticker": "SU26218RMFS6", - "classCode": "TQOB", - "isin": "RU000A0JVW48", + "MNST": { + "figi": "BBG008NVB1C0", + "ticker": "MNST", + "classCode": "SPBXM", + "isin": "US61174X1090", "lot": 1, - "currency": "rub", + "currency": "usd", "klong": { "units": "2", "nano": 0 @@ -98208,559 +95466,495 @@ }, "dlong": { "units": "0", - "nano": 300000000 + "nano": 500000000 }, "dshort": { "units": "0", - "nano": 300000000 + "nano": 500000000 }, "dlongMin": { "units": "0", - "nano": 163300000 + "nano": 292900000 }, "dshortMin": { "units": "0", - "nano": 140200000 + "nano": 224700000 }, - "shortEnabledFlag": false, - "name": "ОФЗ 26218", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2031-09-17T00:00:00Z", + "shortEnabledFlag": true, + "name": "Monster Beverage", + "exchange": "SPB_MORNING", + "issueSize": "528885811", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1250000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2015-10-23T00:00:00Z", - "placementDate": "2015-10-28T00:00:00Z", - "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "26", - "nano": 310000000 + "nano": 5000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "250000000", - "issueSizePlan": "250000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a29f7dc2-1eed-4db8-a14d-bf1f5d881ab4", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8a37365a-8fe3-4fcb-93e0-924ef984e3cc", + "uid": "6d10cc83-be0b-4728-aaf7-9b2288c9505f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "4fbf1da6-ef58-4d48-aa66-31533751030b", "forIisFlag": true, - "type": "Bonds", - "step": 0.001 + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1989-12-01T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A102CU4": { - "figi": "BBG00Y9B45C2", - "ticker": "RU000A102CU4", - "classCode": "TQCB", - "isin": "RU000A102CU4", + "CLX": { + "figi": "BBG000BFS7D3", + "ticker": "CLX", + "classCode": "SPBXM", + "isin": "US1890541097", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Сбер Банк 001P-SBER19", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-11-17T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-11-03T00:00:00Z", - "placementDate": "2020-11-20T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 430000000 + "dlong": { + "units": "0", + "nano": 500000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "18000000", - "issueSizePlan": "40000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": false, + "name": "The Clorox Company", + "exchange": "SPB_MORNING", + "issueSize": "129507979", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "750000000", + "nominal": { + "currency": "usd", + "units": "1", + "nano": 0 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "89b82b03-3008-4616-b8fc-8b87095afd20", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9a68e631-28b5-4151-9e75-8f9b46034113", + "uid": "27c45fca-6ca2-485a-bdb0-fdc990a0a923", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "fc29fe34-de70-40b1-a512-2558b5a2f485", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:31:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102RS6": { - "figi": "BBG00ZZ927H8", - "ticker": "RU000A102RS6", - "classCode": "TQCB", - "isin": "RU000A102RS6", + "FOE": { + "figi": "BBG000BJQK11", + "ticker": "FOE", + "classCode": "SPBXM", + "isin": "US3154051003", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Сбер Банк 001P-SBER24", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-10-06T00:00:00Z", + "name": "Ferro Corp", + "exchange": "SPB", + "ipoDate": "2006-05-24T00:00:00Z", + "issueSize": "81932628", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "300000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-02-12T00:00:00Z", - "placementDate": "2021-04-09T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "18", - "nano": 950000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "41000000", - "issueSizePlan": "50000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1378168c-777c-49c6-8179-80f751f425a2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d66c3097-4eed-431f-878a-67b8b3838d60", + "uid": "5039d57a-5832-4c6b-9b32-1a7777141766", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c1aa86af-d2a0-4202-b2fc-d30b33dbd333", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T13:32:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "XS2019822357": { - "figi": "BBG00PKCLPS6", - "ticker": "XS2019822357", - "classCode": "TQOD", - "isin": "XS2019822357", + "BLKB": { + "figi": "BBG000BGGTW5", + "ticker": "BLKB", + "classCode": "SPBXM", + "isin": "US09227Q1004", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "BCS Structured Products 27jun2024", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-06-27T00:00:00Z", + "name": "Blackbaud Inc", + "exchange": "SPB", + "ipoDate": "2004-07-22T00:00:00Z", + "issueSize": "48568295", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "180000000", "nominal": { - "currency": "usd", - "units": "1250", - "nano": 0 - }, - "placementDate": "2019-06-25T00:00:00Z", - "placementPrice": { - "currency": "usd", - "units": "0", - "nano": 0 - }, - "aciValue": { "currency": "usd", "units": "0", - "nano": 0 + "nano": 1000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "8000", - "issueSizePlan": "8000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "889dda5d-3e72-4d21-a1f7-c9f94513230b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c6c0021f-8503-463f-a03a-d054502ebaee", + "uid": "7599c161-6a6d-4ea5-9ed7-49a2c6eb3aac", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a3f1c085-37bd-4cf3-b73e-1e7c098e552f", "forIisFlag": true, - "first1minCandleDate": "2019-06-28T08:50:00Z", - "first1dayCandleDate": "2019-06-28T07:00:00Z", - "type": "Bonds", + "first1minCandleDate": "2019-01-31T14:30:00Z", + "first1dayCandleDate": "2004-07-22T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A100HY9": { - "figi": "BBG00PV1JCS0", - "ticker": "RU000A100HY9", - "classCode": "TQCB", - "isin": "RU000A100HY9", + "KRKNP": { + "figi": "BBG002B2J5X0", + "ticker": "KRKNP", + "classCode": "TQBR", + "isin": "RU0009100416", "lot": 1, "currency": "rub", - "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 16", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-06-25T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2019-06-28T00:00:00Z", - "placementDate": "2019-07-04T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "4", - "nano": 550000000 + "dlong": { + "units": "0", + "nano": 305900000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "30000000", - "issueSizePlan": "30000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 316300000 + }, + "dlongMin": { + "units": "0", + "nano": 166900000 + }, + "dshortMin": { + "units": "0", + "nano": 147300000 }, - "apiTradeAvailableFlag": true, - "uid": "235fcb91-2d18-494a-924a-ee29ad90b785", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "70d17b4b-315e-443f-9a7e-242df32a2b01", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A102A07": { - "figi": "BBG00Y1BKK93", - "ticker": "RU000A102A07", - "classCode": "TQCB", - "isin": "RU000A102A07", - "lot": 1, - "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Банк 002Р выпуск 8", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-10-30T00:00:00Z", + "name": "\u0421\u0430\u0440\u0430\u0442\u043e\u0432\u0441\u043a\u0438\u0439 \u041d\u041f\u0417 - \u0430\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435", + "exchange": "MOEX", + "ipoDate": "2007-06-05T00:00:00Z", + "issueSize": "249337", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueSizePlan": "249337", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-10-22T00:00:00Z", - "placementDate": "2020-10-27T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "units": "1", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "13", - "nano": 420000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_PREFERRED", "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "20", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "3d44139c-107d-4f90-a08c-2114029b7a2b", + "uid": "6891e539-6070-4ba6-99c0-7eb1df9c816e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bfc20250-b537-44c1-9e2f-647a8f7de0b4", + "positionUid": "bc2b04c3-9628-4f9b-89b1-6940ae3a0790", "forIisFlag": true, - "type": "Bonds", - "step": 0.01 + "first1minCandleDate": "2018-03-07T19:16:00Z", + "first1dayCandleDate": "2011-12-15T00:00:00Z", + "type": "Shares", + "step": 20.0 }, - "RU000A101XD8": { - "figi": "TCS00A101XD8", - "ticker": "RU000A101XD8", - "classCode": "TQCB", - "isin": "RU000A101XD8", + "APTV": { + "figi": "BBG001QD41M9", + "ticker": "APTV", + "classCode": "SPBXM", + "isin": "JE00B783TY65", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "МаксимаТелеком выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-07-14T00:00:00Z", + "name": "Aptiv", + "exchange": "SPB_MORNING", + "ipoDate": "2011-11-17T00:00:00Z", + "issueSize": "265839794", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "industrials", + "issueSizePlan": "1200000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-07-08T00:00:00Z", - "placementDate": "2020-07-21T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 590000000 + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "070d82ad-e9e0-41e4-8eca-cbe9f5830db2", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "13d60050-88f4-4182-b85b-3ebf8fc2c544", + "uid": "237a5c71-1ec4-4ca7-af75-01292e3575a4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "54ca7e9f-b168-4478-915a-486c0490d13d", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:30:00Z", + "first1dayCandleDate": "2011-11-17T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102S80": { - "figi": "BBG00ZCTLKQ9", - "ticker": "RU000A102S80", - "classCode": "TQCB", - "isin": "RU000A102S80", + "TNDM": { + "figi": "BBG0019V9M65", + "ticker": "TNDM", + "classCode": "SPBXM", + "isin": "US8753722037", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Альфа-Банк 002Р выпуск 10", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-02-22T00:00:00Z", + "name": "Tandem Diabetes Care Inc", + "exchange": "SPB_MORNING", + "ipoDate": "2013-11-14T00:00:00Z", + "issueSize": "5022893", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "100000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-02-16T00:00:00Z", - "placementDate": "2021-02-19T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "25", - "nano": 650000000 + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "12000000", - "issueSizePlan": "12000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a7b23baa-56cf-4807-8af4-6a9dc4f09b99", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bf8e3d8c-862f-496b-92ca-93fc1f66365b", + "uid": "55aebff8-6c58-4409-9c2d-8afcd8a58f50", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "a1e5aec6-048d-4c51-bbc0-9e213b85ee77", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-08-05T11:31:00Z", + "first1dayCandleDate": "2013-11-14T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101PJ1": { - "figi": "BBG00V1K0LJ8", - "ticker": "RU000A101PJ1", - "classCode": "TQCB", - "isin": "RU000A101PJ1", + "ASIX": { + "figi": "BBG00CWTTQ41", + "ticker": "ASIX", + "classCode": "SPBXM", + "isin": "US00773T1016", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Магнит выпуск 5", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-05-19T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-05-19T00:00:00Z", - "placementDate": "2020-05-22T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "10", - "nano": 20000000 + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 567500000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 252000000 + }, + "shortEnabledFlag": false, + "name": "AdvanSix Inc", + "exchange": "SPB", + "issueSize": "28363471", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "materials", + "issueSizePlan": "200000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d74d1d3a-dc57-4a22-a835-39cb15378f6f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "be18d426-94cc-41e6-8179-948e8354cb7e", + "uid": "481b0b21-0c38-4afa-9447-6d353a95f877", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b463747c-cd91-4d27-a0a2-a474b5261cd7", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-06-11T13:35:00Z", + "first1dayCandleDate": "2016-09-15T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1030U5": { - "figi": "BBG0109ZMRP0", - "ticker": "RU000A1030U5", - "classCode": "TQIR", - "isin": "RU000A1030U5", - "lot": 1, - "currency": "rub", + "2007": { + "figi": "BBG000QQCY41", + "ticker": "2007", + "classCode": "SPBHKEX", + "isin": "KYG245241032", + "lot": 100, + "currency": "hkd", "shortEnabledFlag": false, - "name": "ЭкономЛизинг выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-18T00:00:00Z", + "name": "Country Garden Holdings", + "exchange": "SPB_HK", + "issueSize": "22035408726", + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "real_estate", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 + "currency": "hkd", + "units": "0", + "nano": 100000000 }, - "stateRegDate": "2021-04-15T00:00:00Z", - "placementDate": "2021-04-22T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, - "aciValue": { - "currency": "rub", + "apiTradeAvailableFlag": true, + "uid": "d5110c0c-80d6-4826-b948-544faab0091c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "2a56a0c7-2977-49ac-8939-65ba8f9e5d09", + "forIisFlag": true, + "first1minCandleDate": "2022-06-20T05:25:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "AAON": { + "figi": "BBG000C2LZP3", + "ticker": "AAON", + "classCode": "SPBXM", + "isin": "US0003602069", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "AAON", + "exchange": "SPB", + "issueSize": "52092212", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "100000000", + "nominal": { + "currency": "usd", "units": "0", - "nano": 0 + "nano": 4000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "200000", - "issueSizePlan": "200000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c900a4ef-6cff-4156-ae62-d4b106ee779a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "258810fa-4b1d-42f4-9b87-32a918ca5381", + "uid": "a702cd0c-2b53-4a45-9158-31a6e9df2b65", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c0dde771-217e-458d-964d-819c839b0a5e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-10-13T13:30:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26222RMFS8": { - "figi": "BBG00GLT6144", - "ticker": "SU26222RMFS8", - "classCode": "TQOB", - "isin": "RU000A0JXQF2", + "CHMF": { + "figi": "BBG00475K6C3", + "ticker": "CHMF", + "classCode": "TQBR", + "isin": "RU0009046510", "lot": 1, "currency": "rub", "klong": { @@ -98773,236 +95967,139 @@ }, "dlong": { "units": "0", - "nano": 300000000 + "nano": 335700000 }, "dshort": { "units": "0", - "nano": 300000000 + "nano": 285300000 }, "dlongMin": { "units": "0", - "nano": 163300000 + "nano": 184900000 }, "dshortMin": { "units": "0", - "nano": 140200000 - }, - "shortEnabledFlag": false, - "name": "ОФЗ 26222", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-10-16T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2017-04-27T00:00:00Z", - "placementDate": "2017-05-03T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "17", - "nano": 890000000 + "nano": 133700000 }, + "shortEnabledFlag": true, + "name": "\u0421\u0435\u0432\u0435\u0440\u0441\u0442\u0430\u043b\u044c", + "exchange": "MOEX_WEEKEND", + "ipoDate": "2004-11-30T00:00:00Z", + "issueSize": "837718660", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "250000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 1000000 - }, - "apiTradeAvailableFlag": true, - "uid": "4703e47c-9266-46bb-8ba1-ba45340bdd38", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3911b39b-b58d-4594-b2b0-fc2c75c76ff8", - "forIisFlag": true, - "type": "Bonds", - "step": 0.001 - }, - "RU000A0ZYKH5": { - "figi": "BBG00JG7XG76", - "ticker": "RU000A0ZYKH5", - "classCode": "TQCB", - "isin": "RU000A0ZYKH5", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Оренбургская область выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2027-12-02T00:00:00Z", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueSizePlan": "551854800", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2017-12-06T00:00:00Z", - "placementDate": "2017-12-14T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 410000000 + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 200000000 }, "apiTradeAvailableFlag": true, - "uid": "116da31c-202a-4d77-8b45-cc868341b343", + "uid": "fa6aae10-b8d5-48c8-bbfd-d320d925d096", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1d47cdec-13ae-4ecc-ae10-224f33958f79", + "positionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", "forIisFlag": true, - "type": "Bonds", - "step": 0.01 + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2005-09-29T07:00:00Z", + "type": "Shares", + "step": 0.2 }, - "RU000A0JW5E3": { - "figi": "BBG00C7PQK43", - "ticker": "RU000A0JW5E3", - "classCode": "TQCB", - "isin": "RU000A0JW5E3", + "TW": { + "figi": "BBG00NK8H8T2", + "ticker": "TW", + "classCode": "SPBXM", + "isin": "US8926721064", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ПКТ выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-02-06T00:00:00Z", + "name": "Tradeweb Markets", + "exchange": "SPB", + "issueSize": "83945458", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2015-12-03T00:00:00Z", - "placementDate": "2016-02-19T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", + "currency": "usd", "units": "0", - "nano": 40000000 + "nano": 10000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de808971-4130-4603-a7cc-5a6127bed222", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "55b818a3-2e83-449a-9485-8002d14702e4", + "uid": "73ae976a-1495-4b1b-95d1-315bad4cde65", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "10da1aba-51a1-428e-a788-15a9e3b0d34b", "forIisFlag": true, - "first1minCandleDate": "2018-03-10T06:22:00Z", - "first1dayCandleDate": "2018-03-12T07:00:00Z", - "type": "Bonds", + "first1minCandleDate": "2020-07-29T13:30:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102JB9": { - "figi": "TCS00A102JB9", - "ticker": "RU000A102JB9", - "classCode": "TQCB", - "isin": "RU000A102JB9", + "FLS": { + "figi": "BBG000FFH4P5", + "ticker": "FLS", + "classCode": "SPBXM", + "isin": "US34354P1057", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА 09", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2050-11-28T00:00:00Z", + "name": "Flowserve", + "exchange": "SPB", + "issueSize": "130833554", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "305000000", "nominal": { - "currency": "rub", - "units": "636", - "nano": 440000000 - }, - "stateRegDate": "2020-12-01T00:00:00Z", - "placementDate": "2020-12-18T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "5", - "nano": 700000000 + "currency": "usd", + "units": "1", + "nano": 250000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10206258", - "issueSizePlan": "10206258", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9237a042-2cc1-41ec-acbf-06ec06ccb736", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "62f1e6d1-9ca8-4810-8b15-6e6675194e18", + "uid": "06ad22f0-93e5-46ec-974b-e68fd7e28c54", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "44983680-0bd5-40ac-bf03-de1bc2d35a89", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T14:34:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "XS0830192711": { - "figi": "BBG003CQ4DT8", - "ticker": "XS0830192711", - "classCode": "TQOD", - "isin": "XS0830192711", + "TWLO": { + "figi": "BBG0029ZX840", + "ticker": "TWLO", + "classCode": "SPBXM", + "isin": "US90138F1021", "lot": 1, "currency": "usd", "klong": { @@ -99014,183 +96111,181 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 540300000 }, "dshort": { - "units": "3", - "nano": 0 + "units": "0", + "nano": 747700000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 322000000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 322000000 }, - "shortEnabledFlag": false, - "name": "Газпром нефть", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-09-19T00:00:00Z", + "shortEnabledFlag": true, + "name": "Twilio Inc", + "exchange": "SPB_MORNING", + "issueSize": "11677315", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "1000000000", "nominal": { "currency": "usd", - "units": "1000", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "placementDate": "2012-09-19T00:00:00Z", - "placementPrice": { - "currency": "usd", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { "units": "0", - "nano": 0 + "nano": 10000000 }, - "aciValue": { + "apiTradeAvailableFlag": true, + "uid": "a0d3f5c1-3fee-4fc3-ba47-f4edb18858e0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6c8b5af0-a941-42eb-910d-2f3d6c4b9b70", + "forIisFlag": true, + "first1minCandleDate": "2019-06-11T07:23:00Z", + "first1dayCandleDate": "2019-06-11T07:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CPS": { + "figi": "BBG000PSXT64", + "ticker": "CPS", + "classCode": "SPBXM", + "isin": "US21676P1030", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Cooper-Standard Holdings Inc", + "exchange": "SPB", + "ipoDate": "2013-10-17T00:00:00Z", + "issueSize": "17522372", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "190000000", + "nominal": { "currency": "usd", - "units": "7", - "nano": 291667000 + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3940e2d8-6988-4954-a79c-e5b2963ca663", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9dafd661-cefc-4e16-8f90-d2287bb8897c", + "uid": "6bf39162-3705-457d-bd82-b58c6f553cfb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ccc90da0-185b-4154-8e56-5733d00ab441", "forIisFlag": true, - "first1minCandleDate": "2019-01-18T09:55:00Z", - "first1dayCandleDate": "2019-01-18T07:00:00Z", - "type": "Bonds", - "step": 0.0001 + "first1minCandleDate": "2019-06-11T13:37:00Z", + "first1dayCandleDate": "2010-05-25T00:00:00Z", + "type": "Shares", + "step": 0.01 }, - "RU000A103RJ3": { - "figi": "BBG012Q8FLM1", - "ticker": "RU000A103RJ3", - "classCode": "TQCB", - "isin": "RU000A103RJ3", + "VZIO": { + "figi": "BBG00ZHDJVK4", + "ticker": "VZIO", + "classCode": "SPBXM", + "isin": "US92858V1017", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Первое коллекторское бюро 001Р выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-09-19T00:00:00Z", + "name": "VIZIO Holding Corp.", + "exchange": "SPB", + "issueSize": "85079223", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "consumer", + "issueSizePlan": "1000000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-09-14T00:00:00Z", - "placementDate": "2021-09-24T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "7", - "nano": 950000000 + "currency": "usd", + "units": "0", + "nano": 100000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81f8c05a-9216-48c0-9f9c-3db0dc259012", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "40b857ab-6848-4a0b-bb38-adb90ffbc135", + "uid": "b67249a0-b22f-421b-96f9-d6691c92e394", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ad96e429-7282-4556-a526-8a72c834ae5a", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-05-03T13:05:00Z", + "first1dayCandleDate": "2021-05-03T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0JXYS9": { - "figi": "BBG00HDD93V9", - "ticker": "RU000A0JXYS9", - "classCode": "TQCB", - "isin": "RU000A0JXYS9", + "RGEN": { + "figi": "BBG000BS48J3", + "ticker": "RGEN", + "classCode": "SPBXM", + "isin": "US7599161095", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Краснодарский край выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-08-09T00:00:00Z", + "name": "Repligen Corporation", + "exchange": "SPB", + "issueSize": "47225369", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "80000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2017-08-01T00:00:00Z", - "placementDate": "2017-08-11T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "16", - "nano": 260000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "25f78b9f-507e-4c05-92ff-39513b4c389d", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "150c8563-cdf8-48e1-84d7-9b0d07e43463", + "uid": "88886812-cf07-4119-8fde-270bc6d798a1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "25eb195e-c83c-4ffe-a7da-d7944853ef4d", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-02-28T14:30:00Z", + "first1dayCandleDate": "1989-08-14T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "SU26224RMFS4": { - "figi": "BBG00K53FBX6", - "ticker": "SU26224RMFS4", - "classCode": "TQOB", - "isin": "RU000A0ZYUA9", - "lot": 1, + "ISKJ": { + "figi": "BBG000N16BP3", + "ticker": "ISKJ", + "classCode": "TQBR", + "isin": "RU000A0JNAB6", + "lot": 10, "currency": "rub", "klong": { "units": "2", @@ -99202,356 +96297,404 @@ }, "dlong": { "units": "0", - "nano": 300000000 + "nano": 368800000 }, "dshort": { - "units": "0", - "nano": 300000000 + "units": "1", + "nano": 132500000 }, "dlongMin": { "units": "0", - "nano": 163300000 + "nano": 205500000 }, "dshortMin": { "units": "0", - "nano": 140200000 + "nano": 460300000 }, "shortEnabledFlag": false, - "name": "ОФЗ 26224", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-05-23T00:00:00Z", + "name": "\u0418\u0421\u041a\u0427", + "exchange": "MOEX", + "ipoDate": "2004-01-12T00:00:00Z", + "issueSize": "85000000", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueSizePlan": "60000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2018-02-15T00:00:00Z", - "placementDate": "2018-02-21T00:00:00Z", - "placementPrice": { "currency": "rub", "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "9", - "nano": 450000000 + "nano": 100000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "350000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 20000000 }, "apiTradeAvailableFlag": true, - "uid": "0160ee09-4b13-42d3-80f7-1482620820ea", + "uid": "6c97b684-ae84-435c-96fd-e20dc9197999", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "61bdcdb2-5733-4cf9-bb6a-7c2b975f3109", + "positionUid": "2fd47398-1dc5-4c45-b887-08fd6cbf678d", "forIisFlag": true, - "type": "Bonds", - "step": 0.001 + "first1minCandleDate": "2018-03-07T18:53:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Shares", + "step": 0.02 }, - "RU000A0ZYR91": { - "figi": "BBG00JYHMLM8", - "ticker": "RU000A0ZYR91", - "classCode": "TQCB", - "isin": "RU000A0ZYR91", + "CLDT": { + "figi": "BBG000PT6BR8", + "ticker": "CLDT", + "classCode": "SPBXM", + "isin": "US16208T1025", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 8", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2033-01-18T00:00:00Z", + "name": "Chatham Lodging REIT", + "exchange": "SPB", + "ipoDate": "2010-04-16T00:00:00Z", + "issueSize": "38362618", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "real_estate", + "issueSizePlan": "500000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2018-01-31T00:00:00Z", - "placementDate": "2018-02-06T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "999", - "nano": 813000000 - }, - "aciValue": { - "currency": "rub", - "units": "19", - "nano": 800000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_REIT", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60dddf25-9d6b-43eb-a5cc-c4f11685c92b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "61994c53-52b3-4676-aed4-1989ac8bc399", + "uid": "865d183d-f5be-4a59-93c8-565026d54eba", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6c855f40-8ae4-40ec-ab52-a914b23017ea", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2020-01-23T14:32:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102ZH2": { - "figi": "BBG00ZZNPB92", - "ticker": "RU000A102ZH2", - "classCode": "TQCB", - "isin": "RU000A102ZH2", + "GOOG": { + "figi": "BBG009S3NB30", + "ticker": "GOOG", + "classCode": "SPBXM", + "isin": "US02079K1079", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "ЯТЭК выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-04-07T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2021-03-30T00:00:00Z", - "placementDate": "2021-04-12T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "25", - "nano": 320000000 + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 499900000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, + "shortEnabledFlag": true, + "name": "Alphabet Class C", + "exchange": "SPB", + "issueSize": "6163000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "telecom", + "issueSizePlan": "60000000000", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f150526d-3ba1-49bf-b3c9-f8f5d53f5b3b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0a2b946a-c15f-4cb4-a292-1a25a74bdfd9", + "uid": "405badee-e508-40b8-824b-eb811d358787", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6091acc2-3e23-4d0c-b5b7-c52fdf30cd7e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2018-01-23T07:03:00Z", + "first1dayCandleDate": "2014-03-27T00:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A101DU4": { - "figi": "BBG00RP6D594", - "ticker": "RU000A101DU4", - "classCode": "TQCB", - "isin": "RU000A101DU4", + "LNTH": { + "figi": "BBG006Q52RD0", + "ticker": "LNTH", + "classCode": "SPBXM", + "isin": "US5165441032", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Вита Лайн выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-02-03T00:00:00Z", + "name": "Lantheus Holdings Inc", + "exchange": "SPB_MORNING", + "issueSize": "37263418", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "250000000", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-01-15T00:00:00Z", - "placementDate": "2020-02-07T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "22", - "nano": 900000000 + "currency": "usd", + "units": "0", + "nano": 10000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "21867799-b486-4ca7-b589-442fe697bb46", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0f56ae8e-1471-4b7d-b848-47456daad9be", + "uid": "9fd80d53-8649-4ddd-b6df-f468d18bc201", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "29b0bb94-3167-482e-9d98-ef4cb8963751", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2019-10-31T13:30:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A1030S9": { - "figi": "BBG010GVNPK9", - "ticker": "RU000A1030S9", - "classCode": "TQCB", - "isin": "RU000A1030S9", + "HEI@DE": { + "figi": "BBG000BWRTS3", + "ticker": "HEI@DE", + "classCode": "SPBDE", + "isin": "DE0006047004", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "Москва выпуск 72", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-04-23T00:00:00Z", + "name": "HeidelbergCement AG", + "exchange": "SPB_DE", + "issueSize": "198416477", + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "materials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2021-04-06T00:00:00Z", - "placementDate": "2021-04-27T00:00:00Z", - "placementPrice": { - "currency": "rub", + "currency": "eur", "units": "0", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "15", - "nano": 430000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "70000000", - "issueSizePlan": "70000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db6cbe4c-0e34-4262-98fa-e54fc572c869", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c512aca9-57b4-4ac0-aa1e-8268ebe984e1", + "uid": "206a2f28-7b08-4b14-a78d-1e3be5de9cb0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ca5389d5-eaef-46ed-b740-c1c4135ce74e", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2021-03-01T08:03:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A0ZZ9W4": { - "figi": "BBG00L4CT0Z2", - "ticker": "RU000A0ZZ9W4", - "classCode": "TQCB", - "isin": "RU000A0ZZ9W4", - "lot": 1, - "currency": "rub", + "PCAR": { + "figi": "BBG000BQVTF5", + "ticker": "PCAR", + "classCode": "SPBXM", + "isin": "US6937181088", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 500000000 + }, + "dshort": { + "units": "0", + "nano": 500000000 + }, + "dlongMin": { + "units": "0", + "nano": 292900000 + }, + "dshortMin": { + "units": "0", + "nano": 224700000 + }, "shortEnabledFlag": false, - "name": "Уралкалий выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-09T00:00:00Z", + "name": "PACCAR", + "exchange": "SPB_MORNING", + "issueSize": "347173392", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "issueSizePlan": "0", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1", "nano": 0 }, - "stateRegDate": "2018-06-09T00:00:00Z", - "placementDate": "2018-06-15T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": true, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 }, - "aciValue": { - "currency": "rub", - "units": "8", - "nano": 650000000 + "apiTradeAvailableFlag": true, + "uid": "d05bf3c1-e6f3-410f-b44a-85be325dd5a9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "bddd8c0e-c0d0-4ca0-a9ba-fe399daf745c", + "forIisFlag": true, + "first1minCandleDate": "2018-01-23T14:29:00Z", + "first1dayCandleDate": "1988-09-12T00:00:00Z", + "type": "Shares", + "step": 0.01 + }, + "CYTK": { + "figi": "BBG000F0R4N9", + "ticker": "CYTK", + "classCode": "SPBXM", + "isin": "US23282W6057", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Cytokinetics", + "exchange": "SPB", + "issueSize": "59081899", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 1000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ec43cec4-1f48-435c-ba61-a123af22462e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1b455afc-86c2-40c1-a55a-006140ab5cf0", + "uid": "8da2e866-68a3-4bfb-bd5e-1dd57e76a5e2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f6b65ce8-c60c-4474-ad78-534fd0e4fca0", "forIisFlag": true, - "type": "Bonds", + "first1minCandleDate": "2022-01-28T12:39:00Z", + "first1dayCandleDate": "2022-01-28T07:00:00Z", + "type": "Shares", "step": 0.01 }, - "RU000A102200": { - "figi": "ISSUANCEVITA", - "ticker": "RU000A102200", + "VMEO": { + "figi": "BBG00ZNSSKP3", + "ticker": "VMEO", + "classCode": "SPBXM", + "isin": "US92719V1008", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Vimeo", + "exchange": "SPB", + "issueSize": "100000000", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "issueSizePlan": "0", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 10000000 + }, + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "divYieldFlag": false, + "shareType": "SHARE_TYPE_COMMON", + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "8c06e5c2-3e27-4b24-bc39-1d065cc149fd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "6a15a61e-3e19-483e-9c6c-0f20cddcc027", + "forIisFlag": true, + "first1minCandleDate": "2021-06-01T13:25:00Z", + "first1dayCandleDate": "2021-06-01T07:00:00Z", + "type": "Shares", + "step": 0.01 + } + }, + "Bonds": { + "RU000A101228": { + "figi": "BBG00QXGFHS6", + "ticker": "RU000A101228", "classCode": "TQCB", - "isin": "RU000A102200", + "isin": "RU000A101228", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Вита Лайн 001Р выпуск 1", + "name": "\u041c\u041e\u042d\u041a \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-08-19T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-11-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-10T00:00:00Z", - "placementDate": "2020-08-24T00:00:00Z", + "stateRegDate": "2019-11-13T00:00:00Z", + "placementDate": "2019-11-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -99559,16 +96702,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 160000000 + "units": "21", + "nano": 980000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueKind": "non_documentary", - "issueSize": "1250000", - "issueSizePlan": "1250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -99580,49 +96723,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c7747b3-f683-4534-8b27-015b7d262f2f", + "uid": "c8312d21-c30c-4415-a393-e54f068e9538", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80c85481-7150-4bfa-9731-42e6b7b4b4d6", + "positionUid": "48af59c0-e849-434c-8a90-dd52400bd4aa", "forIisFlag": true, + "first1minCandleDate": "2019-11-15T15:08:00Z", + "first1dayCandleDate": "2019-11-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102HG2": { - "figi": "BBG00YPFNJR8", - "ticker": "RU000A102HG2", + "RU000A101RZ3": { + "figi": "BBG00XH4W3N3", + "ticker": "RU000A101RZ3", "classCode": "TQCB", - "isin": "RU000A102HG2", + "isin": "RU000A101RZ3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Охта Групп выпуск 1", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 11", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-13T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2030-09-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-10T00:00:00Z", - "placementDate": "2020-12-16T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2020-09-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 840000000 + "units": "32", + "nano": 410000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -99634,32 +96779,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8ad01766-cbcb-41dd-9871-17802dd6660d", + "uid": "2dd3b003-aca2-4920-89ce-8d827c637372", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7b65cc12-30f4-4df3-abe9-82ef594d8efd", + "positionUid": "2c354d2c-98d0-4705-8370-92e604e31ece", "forIisFlag": true, + "first1minCandleDate": "2020-09-23T11:09:00Z", + "first1dayCandleDate": "2020-09-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101H43": { - "figi": "TCS00A101H43", - "ticker": "RU000A101H43", + "RU000A102R73": { + "figi": "BBG00Z8KGGC3", + "ticker": "RU000A102R73", "classCode": "TQCB", - "isin": "RU000A101H43", + "isin": "RU000A102R73", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Самолет выпуск 8", + "name": "\u0411\u0430\u043d\u043a \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-02-28T00:00:00Z", + "maturityDate": "2026-02-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-02-28T00:00:00Z", - "placementDate": "2020-03-03T00:00:00Z", + "stateRegDate": "2020-06-03T00:00:00Z", + "placementDate": "2021-02-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -99667,16 +96814,16 @@ }, "aciValue": { "currency": "rub", - "units": "42", - "nano": 790000000 + "units": "4", + "nano": 620000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -99688,32 +96835,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f938c1a9-f225-4d1a-9a2f-2445ec136fe5", + "uid": "a6e1f346-9caf-4a97-8f30-3e3df8dd54d5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa0cb110-1eec-42e6-ae9d-200bdaeee7d3", + "positionUid": "537bc293-8d64-465f-9281-e45af136f05f", "forIisFlag": true, + "first1minCandleDate": "2021-02-12T11:18:00Z", + "first1dayCandleDate": "2021-02-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101PV6": { - "figi": "BBG00V316KF8", - "ticker": "RU000A101PV6", + "RU000A102D46": { + "figi": "TCS00A102D46", + "ticker": "RU000A102D46", "classCode": "TQCB", - "isin": "RU000A101PV6", + "isin": "RU000A102D46", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТД РКС-Сочи выпуск 1", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 018P", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-05-23T00:00:00Z", + "maturityDate": "2051-02-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "573", + "nano": 280000000 }, - "stateRegDate": "2020-05-08T00:00:00Z", - "placementDate": "2020-05-26T00:00:00Z", + "stateRegDate": "2020-11-12T00:00:00Z", + "placementDate": "2020-11-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -99721,53 +96870,55 @@ }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 250000000 + "units": "1", + "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "14018879", + "issueSizePlan": "14018879", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "65c15b95-94d6-4850-9298-4e952a2bc5e1", + "uid": "7af35f5b-e236-4eb9-b06e-4ab5c7856654", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0716b710-645e-4054-b67d-ed21068a3b9d", + "positionUid": "99a7cbdc-9ade-45a9-8e29-3fb3658535b7", "forIisFlag": true, + "first1minCandleDate": "2020-11-19T11:51:00Z", + "first1dayCandleDate": "2020-11-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1029T9": { - "figi": "TCS00A1029T9", - "ticker": "RU000A1029T9", + "RU000A1014B9": { + "figi": "BBG000000006", + "ticker": "RU000A1014B9", "classCode": "TQCB", - "isin": "RU000A1029T9", + "isin": "RU000A1014B9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СофтЛайн Трейд выпуск 4", + "name": "\u041e'\u041a\u0415\u0419 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-12-23T00:00:00Z", + "maturityDate": "2024-11-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-19T00:00:00Z", - "placementDate": "2020-10-23T00:00:00Z", + "stateRegDate": "2019-11-28T00:00:00Z", + "placementDate": "2019-12-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -99775,16 +96926,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 340000000 + "units": "1", + "nano": 940000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueKind": "non_documentary", - "issueSize": "4950000", - "issueSizePlan": "4950000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -99796,103 +96947,107 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b455916-f080-48a1-89fc-b39a6fbf1082", + "uid": "d3f0c181-1e4a-446f-9d50-5ceb00261e9d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a88050ca-8af2-47d8-b9d2-2cf438ddb6ed", + "positionUid": "b770f41f-41c5-4bad-bbee-73771248d17b", "forIisFlag": true, + "first1minCandleDate": "2019-12-03T12:13:00Z", + "first1dayCandleDate": "2019-12-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1021B4": { - "figi": "BBG00WS5KGV5", - "ticker": "RU000A1021B4", - "classCode": "TQRD", - "isin": "RU000A1021B4", + "RU000A1022E6": { + "figi": "ISSUANCEPRLS", + "ticker": "RU000A1022E6", + "classCode": "TQCB", + "isin": "RU000A1022E6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Обувь России 001P выпуск 3", + "name": "\u041f\u0420-\u041b\u0438\u0437\u0438\u043d\u0433 002P-01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, - "maturityDate": "2024-07-28T00:00:00Z", + "maturityDate": "2029-08-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-12T00:00:00Z", - "placementDate": "2020-08-18T00:00:00Z", + "stateRegDate": "2020-08-14T00:00:00Z", + "placementDate": "2020-08-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 780000000 + "units": "6", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1750000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8b71f49a-3866-4ba3-a1e1-2bbb9c90b09e", + "uid": "2f039ef6-c007-47c9-a61a-237bc39b6ef2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b5977345-e2c3-4214-9f99-e2eee6fbcbf8", + "positionUid": "bef3e80e-aacd-41c3-b6df-8e974a7eebb6", "forIisFlag": true, + "first1minCandleDate": "2020-08-27T11:29:00Z", + "first1dayCandleDate": "2020-08-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100QA0": { - "figi": "BBG00Q58ZXF2", - "ticker": "RU000A100QA0", - "classCode": "TQCB", - "isin": "RU000A100QA0", + "RU000A0ZZ8A2": { + "figi": "BBG00A0ZZ8A2", + "ticker": "RU000A0ZZ8A2", + "classCode": "TQIR", + "isin": "RU000A0ZZ8A2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Самолет выпуск 6", + "name": "\u041f\u042e\u0414\u041c \u0411\u041e-\u041f1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2029-08-01T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2023-05-04T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "50000", "nano": 0 }, - "stateRegDate": "2019-08-09T00:00:00Z", - "placementDate": "2019-08-14T00:00:00Z", + "stateRegDate": "2018-05-16T00:00:00Z", + "placementDate": "2018-05-30T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "50000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 110000000 + "units": "54", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2328", + "issueSizePlan": "3800", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -99904,73 +97059,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "93eb756c-8ac4-446e-9219-28d37fdea653", + "uid": "e4432311-68c5-454b-bf60-ff518994efba", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8bc1353a-ed24-408d-a1a1-4335ed82464a", + "positionUid": "565a664c-78a0-45de-9772-b9802c1e104c", "forIisFlag": true, + "first1minCandleDate": "2020-08-07T08:25:00Z", + "first1dayCandleDate": "2020-08-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26207RMFS9": { - "figi": "BBG002PD3452", - "ticker": "SU26207RMFS9", - "classCode": "TQOB", - "isin": "RU000A0JS3W6", + "RU000A0JT965": { + "figi": "BBG003LQ7J76", + "ticker": "RU000A0JT965", + "classCode": "TQCB", + "isin": "RU000A0JT965", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26207", + "name": "\u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-02-03T00:00:00Z", + "maturityDate": "2022-10-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-02-14T00:00:00Z", - "placementDate": "2012-02-22T00:00:00Z", + "stateRegDate": "2012-07-10T00:00:00Z", + "placementDate": "2012-10-29T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "36", - "nano": 170000000 + "units": "30", + "nano": 950000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "150000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -99979,35 +97112,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c5d6a37-5790-46f4-b4cc-aff8ce533c4b", + "uid": "01727477-3fc7-4a5d-97fa-842ae7723ae0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6848a542-4310-41a9-b2ce-55f288449988", + "positionUid": "034dd1c7-5752-49ea-a695-caf54389f753", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:12:00Z", + "first1dayCandleDate": "2012-10-29T00:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A101228": { - "figi": "BBG00QXGFHS6", - "ticker": "RU000A101228", + "RU000A100DC4": { + "figi": "BBG00PNLY692", + "ticker": "RU000A100DC4", "classCode": "TQCB", - "isin": "RU000A101228", + "isin": "RU000A100DC4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МОЭК выпуск 3", + "name": "\u041c\u0421\u0411-\u041b\u0438\u0437\u0438\u043d\u0433 002P \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-11-07T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-04-30T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "437", + "nano": 590000000 }, - "stateRegDate": "2019-11-13T00:00:00Z", - "placementDate": "2019-11-15T00:00:00Z", + "stateRegDate": "2019-05-14T00:00:00Z", + "placementDate": "2019-05-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100015,53 +97150,55 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 850000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c8312d21-c30c-4415-a393-e54f068e9538", + "uid": "a56bb46c-e304-4186-9aba-4dee2b10fef6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "48af59c0-e849-434c-8a90-dd52400bd4aa", + "positionUid": "461afa96-4633-422e-b23f-6adc88cf4518", "forIisFlag": true, + "first1minCandleDate": "2022-08-23T08:27:00Z", + "first1dayCandleDate": "2022-08-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1032S5": { - "figi": "BBG010SC6Q70", - "ticker": "RU000A1032S5", - "classCode": "TQIR", - "isin": "RU000A1032S5", + "RU000A0ZYT40": { + "figi": "BBG00K2JQWT1", + "ticker": "RU000A0ZYT40", + "classCode": "TQCB", + "isin": "RU000A0ZYT40", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Литана выпуск 1", + "name": "\u041f\u0410\u041e \u041d\u041a \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c 002P-04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-05-01T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2028-02-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-22T00:00:00Z", - "placementDate": "2021-05-05T00:00:00Z", + "stateRegDate": "2018-02-12T00:00:00Z", + "placementDate": "2018-02-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100069,16 +97206,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 780000000 + "units": "5", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "50000000", + "issueSizePlan": "50000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100090,32 +97227,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "519d181e-3dc0-4305-aa80-ba724b949503", + "uid": "b9386fa5-ce99-4313-833a-203bac9f5f08", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c58af5b3-54b9-4d49-9344-294bd14d8b38", + "positionUid": "aeff8e88-9759-4098-aa9a-6fba03a52e01", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:51:00Z", + "first1dayCandleDate": "2018-02-15T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1029P7": { - "figi": "TCS00A1029P7", - "ticker": "RU000A1029P7", + "RU000A1046N6": { + "figi": "TCS00A1046N6", + "ticker": "RU000A1046N6", "classCode": "TQCB", - "isin": "RU000A1029P7", + "isin": "RU000A1046N6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЭР-Телеком Холдинг выпуск 4", + "name": "\u0410\u0441\u0444\u0430\u043b\u044c\u0442\u043e\u0431\u0435\u0442\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u0432\u043e\u0434 \u2116 1 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-10-21T00:00:00Z", + "maturityDate": "2024-12-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-21T00:00:00Z", - "placementDate": "2020-10-23T00:00:00Z", + "stateRegDate": "2021-11-19T00:00:00Z", + "placementDate": "2021-12-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100123,16 +97262,16 @@ }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 480000000 + "units": "0", + "nano": 700000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100144,73 +97283,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f33a506-be8d-4d44-884e-28e76fe5c767", + "uid": "87323b44-e987-4d91-91ad-1c10bfaf09e7", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "81b4b491-96ae-4e42-ba0c-405ea123e6ac", + "positionUid": "55641cf2-7bb9-47f5-bc08-3ca68267d580", "forIisFlag": true, + "first1minCandleDate": "2021-12-07T12:09:00Z", + "first1dayCandleDate": "2021-12-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26229RMFS3": { - "figi": "BBG00PBZNT41", - "ticker": "SU26229RMFS3", - "classCode": "TQOB", - "isin": "RU000A100EG3", + "RU000A103N84": { + "figi": "BBG012G45RC0", + "ticker": "RU000A103N84", + "classCode": "TQCB", + "isin": "RU000A103N84", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26229", + "name": "\u0420\u043e\u0441\u0441\u0435\u043b\u044c\u0445\u043e\u0437\u0431\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-11-12T00:00:00Z", + "maturityDate": "2026-09-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-03T00:00:00Z", - "placementDate": "2019-06-05T00:00:00Z", + "stateRegDate": "2020-12-07T00:00:00Z", + "placementDate": "2021-09-09T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 540000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "450000000", - "issueSizePlan": "450000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100219,35 +97336,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eafc97e5-0d5a-417a-8392-53b846cab875", + "uid": "06640ee4-4198-45f2-9131-c76327201261", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eea65ea6-12d6-4fc8-bb2e-1d3dfca1c855", + "positionUid": "7039d169-8aa2-4f82-b404-db1b46af0511", "forIisFlag": true, + "first1minCandleDate": "2021-09-09T11:14:00Z", + "first1dayCandleDate": "2021-09-09T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A103N43": { - "figi": "TCS00A103N43", - "ticker": "RU000A103N43", + "RU000A101GD3": { + "figi": "BBG00S1L7459", + "ticker": "RU000A101GD3", "classCode": "TQCB", - "isin": "RU000A103N43", + "isin": "RU000A101GD3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА БО выпуск 9", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 16", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2031-08-28T00:00:00Z", + "maturityDate": "2035-02-08T00:00:00Z", "nominal": { "currency": "rub", - "units": "853", - "nano": 470000000 + "units": "750", + "nano": 0 }, - "stateRegDate": "2021-09-02T00:00:00Z", - "placementDate": "2021-09-07T00:00:00Z", + "stateRegDate": "2019-12-24T00:00:00Z", + "placementDate": "2020-02-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100255,16 +97374,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 660000000 + "units": "2", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "9749207", - "issueSizePlan": "9749207", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100276,48 +97395,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6722cc7-e05e-4634-a050-38a990fab1b5", + "uid": "d202d14c-b754-4a42-b4ff-798b50b6373f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4fa0ed73-5f7b-4389-bfa3-0562eb453b96", + "positionUid": "313ae33b-5b0c-40ef-aa1f-6b4d6f32c430", "forIisFlag": true, + "first1minCandleDate": "2020-02-27T10:58:00Z", + "first1dayCandleDate": "2020-02-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "VAKI0324": { - "figi": "BBG00NPGTY64", - "ticker": "VAKI0324", - "classCode": "SPBBND", - "isin": "XS1970705528", + "RU000A1008D7": { + "figi": "BBG00NTDT6H6", + "ticker": "RU000A1008D7", + "classCode": "TQCB", + "isin": "RU000A1008D7", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Vakifbank", - "exchange": "SPB", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a\u00a014", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-03-28T00:00:00Z", + "maturityDate": "2029-05-04T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-03-28T00:00:00Z", + "stateRegDate": "2019-04-02T00:00:00Z", + "placementDate": "2019-04-04T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "25", - "nano": 729167000 + "currency": "rub", + "units": "29", + "nano": 420000000 }, - "countryOfRisk": "TR", - "countryOfRiskName": "Турецкая Республика", - "sector": "financial", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "600000", - "issueSizePlan": "600000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "11000000", + "issueSizePlan": "11000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100329,32 +97451,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "51e37b79-733b-46f9-983e-36000cec4812", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "186f6367-8e60-4099-adea-ec583bd6a1f9", + "uid": "16c9ae8c-3882-406f-a23b-87da58475c4c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c94fa98c-fa9a-4dec-b45f-2f4ccea1d51b", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T08:41:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1017H9": { - "figi": "BBG00R7TP2Y0", - "ticker": "RU000A1017H9", - "classCode": "TQCB", - "isin": "RU000A1017H9", + "RU000A101TA2": { + "figi": "BBG00VL9P3K2", + "ticker": "RU000A101TA2", + "classCode": "TQIR", + "isin": "RU000A101TA2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Автодор БО-2 выпуск 5", + "name": "\u0423\u0440\u043e\u0436\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-12-12T00:00:00Z", + "maturityDate": "2023-06-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "900", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-13T00:00:00Z", - "placementDate": "2019-12-25T00:00:00Z", + "stateRegDate": "2020-05-29T00:00:00Z", + "placementDate": "2020-06-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100362,123 +97486,128 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 110000000 + "units": "29", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "27280200", - "issueSizePlan": "27280200", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "150000", + "issueSizePlan": "150000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "250c20a2-d3ac-4095-84a2-3a96846004c2", + "uid": "b8f09fd3-a0b0-4f1f-aaca-f4229ab63ba2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2b3fb719-339e-40c9-9d45-b2dd574eb196", + "positionUid": "cbac0a26-891e-4041-ad10-5ebe3259fe31", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T09:19:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101HU5": { - "figi": "RU000A101HU5", - "ticker": "RU000A101HU5", + "RU000A0ZYR91": { + "figi": "BBG00JYHMLM8", + "ticker": "RU000A0ZYR91", "classCode": "TQCB", - "isin": "RU000A101HU5", + "isin": "RU000A0ZYR91", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Брусника выпуск 1", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-03-09T00:00:00Z", + "maturityDate": "2033-01-18T00:00:00Z", "nominal": { "currency": "rub", - "units": "750", + "units": "1000", "nano": 0 }, - "stateRegDate": "2020-01-21T00:00:00Z", - "placementDate": "2020-03-12T00:00:00Z", + "stateRegDate": "2018-01-31T00:00:00Z", + "placementDate": "2018-02-06T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "999", + "nano": 813000000 }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 490000000 + "units": "11", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2568daf5-171f-48d8-9869-6354bd5e158f", + "uid": "60dddf25-9d6b-43eb-a5cc-c4f11685c92b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "14071c8c-2c5d-4528-b6b2-f97cc5b22fbf", + "positionUid": "61994c53-52b3-4676-aed4-1989ac8bc399", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T22:46:00Z", + "first1dayCandleDate": "2018-02-06T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "TRY1028": { - "figi": "BBG00KMWBXK3", - "ticker": "TRY1028", - "classCode": "SPBBND", - "isin": "US900123CQ19", + "RU000A103DT2": { + "figi": "TCS00A103DT2", + "ticker": "RU000A103DT2", + "classCode": "TQCB", + "isin": "RU000A103DT2", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Republic of Turkey", - "exchange": "SPB", - "couponQuantityPerYear": 2, - "maturityDate": "2028-10-24T00:00:00Z", + "name": "\u0418\u0421\u041a\u0427 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2026-07-08T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2018-04-24T00:00:00Z", + "stateRegDate": "2021-06-29T00:00:00Z", + "placementDate": "2021-07-14T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "14", - "nano": 972222000 + "currency": "rub", + "units": "16", + "nano": 790000000 }, - "countryOfRisk": "TR", - "countryOfRiskName": "Турецкая Республика", - "sector": "government", - "issueKind": "documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100490,36 +97619,38 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "43e84ead-94d7-4939-949d-348f2c10c301", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "9e02d28b-20ed-4274-bafc-29d16bdecb86", + "uid": "6d935651-d757-47a7-823a-0e6fa828f8bc", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d2f4b13c-78f1-4805-a9be-24cb8f40ed8c", "forIisFlag": true, + "first1minCandleDate": "2021-07-14T11:24:00Z", + "first1dayCandleDate": "2021-07-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103KG4": { - "figi": "BBG0131NQLG8", - "ticker": "RU000A103KG4", + "RU000A0ZYKH5": { + "figi": "BBG00JG7XG76", + "ticker": "RU000A0ZYKH5", "classCode": "TQCB", - "isin": "RU000A103KG4", + "isin": "RU000A0ZYKH5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сбербанк выпуск SbD1R", + "name": "\u041e\u0440\u0435\u043d\u0431\u0443\u0440\u0433\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a\u00a04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 0, - "maturityDate": "2025-02-28T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2027-12-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-18T00:00:00Z", - "placementDate": "2021-09-03T00:00:00Z", + "stateRegDate": "2017-12-06T00:00:00Z", + "placementDate": "2017-12-14T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "792", - "nano": 500000000 + "units": "1000", + "nano": 0 }, "aciValue": { "currency": "rub", @@ -100527,51 +97658,51 @@ "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "40000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6c6c22a7-26a9-4b66-8eac-b91d95e70f18", + "uid": "116da31c-202a-4d77-8b45-cc868341b343", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1a8932b9-ef54-428d-a296-548f7aa70e43", + "positionUid": "1d47cdec-13ae-4ecc-ae10-224f33958f79", "forIisFlag": true, - "first1minCandleDate": "2021-09-03T11:16:00Z", - "first1dayCandleDate": "2021-09-03T07:00:00Z", + "first1minCandleDate": "2018-03-12T18:09:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1028C7": { - "figi": "TCS00A1028C7", - "ticker": "RU000A1028C7", - "classCode": "TQCB", - "isin": "RU000A1028C7", + "RU000A1028H6": { + "figi": "TCS00A1028H6", + "ticker": "RU000A1028H6", + "classCode": "TQIR", + "isin": "RU000A1028H6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Киви выпуск 1", + "name": "\u0421\u0438\u0431\u043d\u0435\u0444\u0442\u0435\u0445\u0438\u043c\u0442\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-10-10T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-03-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-06T00:00:00Z", - "placementDate": "2020-10-13T00:00:00Z", + "stateRegDate": "2020-10-12T00:00:00Z", + "placementDate": "2020-10-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100579,108 +97710,111 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 70000000 + "units": "1", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "86c20366-117a-48dc-9c2c-353815fb665c", + "uid": "f8ac278a-6682-4d33-8faa-953d29f0fdd8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0b8358a5-3eaa-4345-9348-6cc4279064c4", + "positionUid": "231f107a-edd5-4039-9f0c-8b77ab73552b", "forIisFlag": true, + "first1minCandleDate": "2020-10-14T11:42:00Z", + "first1dayCandleDate": "2020-10-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1946763361": { - "figi": "BBG00NR70S66", - "ticker": "XS1946763361", - "classCode": "TQOD", - "isin": "XS1946763361", + "RU000A104UV0": { + "figi": "TCS00A104UV0", + "ticker": "RU000A104UV0", + "classCode": "TQCB", + "isin": "RU000A104UV0", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "BCS Structured Products 27jun2024 выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-06-27T00:00:00Z", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 \u0411\u041e-001\u0420-18", + "exchange": "MOEX", + "couponQuantityPerYear": 12, + "maturityDate": "2032-05-28T00:00:00Z", "nominal": { - "currency": "usd", - "units": "1250", - "nano": 0 + "currency": "rub", + "units": "973", + "nano": 650000000 }, - "placementDate": "2019-03-28T00:00:00Z", + "stateRegDate": "2022-05-30T00:00:00Z", + "placementDate": "2022-06-03T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "0", - "nano": 0 + "currency": "rub", + "units": "2", + "nano": 460000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "8000", - "issueSizePlan": "8000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "6183696", + "issueSizePlan": "6183696", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1787cb49-d383-4a93-857d-1f01e43fbdc6", + "uid": "5df5877e-6a46-4336-a505-05577f6db679", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "29701692-ac85-4085-920d-7de8cfddfdbe", + "positionUid": "29d14b2c-f986-40bf-9684-c677021f2d32", "forIisFlag": true, - "first1minCandleDate": "2019-04-12T08:06:00Z", - "first1dayCandleDate": "2019-04-12T07:00:00Z", + "first1minCandleDate": "2022-06-03T10:39:00Z", + "first1dayCandleDate": "2022-06-03T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A102TL7": { - "figi": "BBG00ZJX2024", - "ticker": "RU000A102TL7", + "RU000A104DZ7": { + "figi": "BBG014KC7YW4", + "ticker": "RU000A104DZ7", "classCode": "TQIR", - "isin": "RU000A102TL7", + "isin": "RU000A104DZ7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МФК Займер выпуск 1", + "name": "\u0421\u0438\u0431\u043d\u0435\u0444\u0442\u0435\u0445\u0438\u043c\u0442\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, - "maturityDate": "2024-02-17T00:00:00Z", + "maturityDate": "2026-12-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-28T00:00:00Z", - "placementDate": "2021-03-04T00:00:00Z", + "stateRegDate": "2021-12-23T00:00:00Z", + "placementDate": "2022-01-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100688,70 +97822,72 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 380000000 + "units": "10", + "nano": 730000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "350000", + "issueSizePlan": "350000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98b59db7-4c8c-4ccb-85a6-28a87468a3f2", + "uid": "0ba588ab-42b2-4844-bfeb-d57d2b9b05eb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "55ddd0f7-224c-43fc-b1ba-fd2dcf811057", + "positionUid": "4adb2abc-c28b-43f8-9b4e-8731df58b0ff", "forIisFlag": true, + "first1minCandleDate": "2022-01-14T12:00:00Z", + "first1dayCandleDate": "2022-01-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1006S9": { - "figi": "BBG00NPGNWZ2", - "ticker": "RU000A1006S9", - "classCode": "TQOD", - "isin": "RU000A1006S9", + "RU000A0JXQ44": { + "figi": "BBG00GK3W839", + "ticker": "RU000A0JXQ44", + "classCode": "TQCB", + "isin": "RU000A0JXQ44", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2035-03-28T00:00:00Z", + "maturityDate": "2037-04-02T00:00:00Z", "nominal": { - "currency": "usd", - "units": "200000", + "currency": "rub", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-03-28T00:00:00Z", - "placementDate": "2019-03-28T00:00:00Z", + "stateRegDate": "2017-04-25T00:00:00Z", + "placementDate": "2017-04-27T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "3230", - "nano": 0 + "currency": "rub", + "units": "32", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "20000", - "issueSizePlan": "15000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100763,101 +97899,107 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "26a66b12-744a-4e91-94b1-5841cf552804", + "uid": "7cba822b-eecb-4a32-aa65-9bfbf3a0d510", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c99f5b93-4ad1-4371-802a-d52e37090c12", - "forIisFlag": false, + "positionUid": "f6180102-cf28-4c48-8d6c-71d642a9f8c7", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:48:00Z", + "first1dayCandleDate": "2017-04-27T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1034P7": { - "figi": "BBG01172JM41", - "ticker": "RU000A1034P7", + "RU000A102LF6": { + "figi": "BBG00YQ6NDD5", + "ticker": "RU000A102LF6", "classCode": "TQCB", - "isin": "RU000A1034P7", + "isin": "RU000A102LF6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВТБ СУБ выпуск 5", + "name": "\u041f\u0438\u043e\u043d\u0435\u0440-\u041b\u0438\u0437\u0438\u043d\u0433-\u0411\u041e-\u041f04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, + "couponQuantityPerYear": 4, + "maturityDate": "2030-12-13T00:00:00Z", "nominal": { "currency": "rub", - "units": "10000000", + "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-08T00:00:00Z", - "placementDate": "2021-05-26T00:00:00Z", + "stateRegDate": "2020-12-17T00:00:00Z", + "placementDate": "2020-12-25T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "10000000", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "156164", - "nano": 380000000 + "units": "54", + "nano": 140000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "8750", - "issueSizePlan": "2000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "350000", + "issueSizePlan": "350000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cdbd428c-b331-42c3-ad99-7e3eda32fff6", + "uid": "f11bfaca-ad5d-4b1d-b437-533d4232f3fb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1f4d8e01-e95f-46e1-89a2-10407480ce91", + "positionUid": "eb270d0c-f9c5-4755-a4cc-4e61d0cd94a0", "forIisFlag": true, + "first1minCandleDate": "2020-12-25T11:02:00Z", + "first1dayCandleDate": "2020-12-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2010044621": { - "figi": "BBG00Q994JS7", - "ticker": "XS2010044621", - "classCode": "TQOD", - "isin": "XS2010044621", + "RU000A102X18": { + "figi": "TCS00A102X18", + "ticker": "RU000A102X18", + "classCode": "TQCB", + "isin": "RU000A102X18", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Sibur", + "name": "\u0413\u0430\u0440\u0430\u043d\u0442-\u0418\u043d\u0432\u0435\u0441\u0442 \u0411\u041e 002P-3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-09-23T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-03-26T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-09-23T00:00:00Z", + "stateRegDate": "2021-03-19T00:00:00Z", + "placementDate": "2021-03-30T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "11", - "nano": 404167000 + "currency": "rub", + "units": "20", + "nano": 710000000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100866,35 +98008,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7ff6778-3e94-4373-8c12-c5645f0fa4aa", + "uid": "e9e7323c-cd4a-46a9-b431-1f31abeaf525", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7a767feb-c86a-4a9d-abcd-7e1852859cbd", + "positionUid": "84e280f6-6abf-4c68-83d9-e1bddfaeac13", "forIisFlag": true, + "first1minCandleDate": "2021-03-30T14:48:00Z", + "first1dayCandleDate": "2021-03-30T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A0ZYCR1": { - "figi": "BBG00HZ0R8T5", - "ticker": "RU000A0ZYCR1", + "RU000A102LD1": { + "figi": "TCS00A102LD1", + "ticker": "RU000A102LD1", "classCode": "TQCB", - "isin": "RU000A0ZYCR1", + "isin": "RU000A102LD1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТрансКомплектХолдинг выпуск 1", + "name": "\u0427\u0435\u0440\u043a\u0438\u0437\u043e\u0432\u043e \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-09-30T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-12-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-09T00:00:00Z", - "placementDate": "2017-10-12T00:00:00Z", + "stateRegDate": "2020-12-22T00:00:00Z", + "placementDate": "2020-12-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100902,16 +98046,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 40000000 + "units": "13", + "nano": 330000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -100923,32 +98067,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f6b3600-e43c-4322-9ea6-38862af96853", + "uid": "a1552ed9-4827-4c61-b155-b8dafc288dec", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0e214e74-9ca9-4675-adb3-21c2ef4f9372", + "positionUid": "7f291777-4c18-4e4a-bda2-bf1e0a978a3a", "forIisFlag": true, + "first1minCandleDate": "2020-12-25T12:38:00Z", + "first1dayCandleDate": "2020-12-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102S23": { - "figi": "BBG00ZCTRLC6", - "ticker": "RU000A102S23", + "RU000A103N19": { + "figi": "BBG012F27YT0", + "ticker": "RU000A103N19", "classCode": "TQCB", - "isin": "RU000A102S23", + "isin": "RU000A103N19", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Агрофирма-племзавод Победа выпуск 1", + "name": "\u0410\u041f\u0420\u0418 \u0424\u043b\u0430\u0439 \u041f\u043b\u044d\u043d\u0438\u043d\u0433 \u0411\u041e-\u041f5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-02-15T00:00:00Z", + "maturityDate": "2025-09-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-01-27T00:00:00Z", - "placementDate": "2021-02-18T00:00:00Z", + "stateRegDate": "2021-08-13T00:00:00Z", + "placementDate": "2021-09-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -100956,53 +98102,55 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 830000000 + "units": "0", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb016b59-ae86-47d3-aa8f-004a73af7058", + "uid": "b4f4120c-16c0-4245-87b5-c75ae3294a87", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e5b6b164-75b3-49b8-8ac2-f6c06a883a35", + "positionUid": "f0cd20a4-72cf-4d83-911d-fc0bd2cd39d7", "forIisFlag": true, + "first1minCandleDate": "2021-09-07T14:55:00Z", + "first1dayCandleDate": "2021-09-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100A66": { - "figi": "BBG00NZHT902", - "ticker": "RU000A100A66", + "RU000A102BK7": { + "figi": "TCS00A102BK7", + "ticker": "RU000A102BK7", "classCode": "TQCB", - "isin": "RU000A100A66", + "isin": "RU000A102BK7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 9", + "name": "\u041e'\u041a\u0415\u0419 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-10-14T00:00:00Z", + "maturityDate": "2030-10-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-18T00:00:00Z", - "placementDate": "2019-04-22T00:00:00Z", + "stateRegDate": "2020-11-02T00:00:00Z", + "placementDate": "2020-11-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -101010,16 +98158,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 710000000 + "units": "6", + "nano": 990000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "7500000", - "issueSizePlan": "7500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -101031,96 +98179,132 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d7659026-1050-48a9-80d7-590e463ece9d", + "uid": "c3712c07-bb46-4318-a7e6-d6b351ed21ef", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1f6139ba-b296-4c7d-8ab6-f25a19ba86a3", + "positionUid": "015acd0b-6bf9-4e5e-8994-23e80ae86c38", "forIisFlag": true, + "first1minCandleDate": "2020-11-06T10:32:00Z", + "first1dayCandleDate": "2020-11-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26212RMFS9": { - "figi": "BBG00425VG07", - "ticker": "SU26212RMFS9", - "classCode": "TQOB", - "isin": "RU000A0JTK38", + "RU000A103935": { + "figi": "TCS00A103935", + "ticker": "RU000A103935", + "classCode": "TQCB", + "isin": "RU000A103935", "lot": 1, "currency": "rub", - "klong": { - "units": "2", + "shortEnabledFlag": false, + "name": "re:Store \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-06-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "kshort": { - "units": "2", + "stateRegDate": "2021-06-11T00:00:00Z", + "placementDate": "2021-06-17T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 + "aciValue": { + "currency": "rub", + "units": "18", + "nano": 640000000 }, - "dshortMin": { + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 140200000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "e2bdaace-3bc6-4c94-b69b-faf3d49be3ba", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c5a331f4-a342-492f-80ee-c9fffad8138f", + "forIisFlag": true, + "first1minCandleDate": "2021-06-17T11:29:00Z", + "first1dayCandleDate": "2021-06-17T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A0ZYDU3": { + "figi": "BBG00HY5JWH4", + "ticker": "RU000A0ZYDU3", + "classCode": "TQCB", + "isin": "RU000A0ZYDU3", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26212", + "name": "\u0421\u0432\u0435\u0440\u0434\u043b\u043e\u0432\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-01-19T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-10-22T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "800", "nano": 0 }, - "stateRegDate": "2013-01-17T00:00:00Z", - "placementDate": "2013-01-23T00:00:00Z", + "stateRegDate": "2017-10-17T00:00:00Z", + "placementDate": "2017-10-24T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "990", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "33", - "nano": 990000000 + "units": "7", + "nano": 590000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "358927588", - "issueSizePlan": "150000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c5711a61-94c5-4c68-852b-6122fdac79a4", + "uid": "cc81032d-2b2e-4929-81e8-de44b3d3f330", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "93bab2b1-949a-4536-a598-0e05e34ac52f", + "positionUid": "6731fd9a-b79b-4f1b-aaa9-02c68852df7b", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T06:03:00Z", + "first1dayCandleDate": "2017-10-24T00:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "SU26219RMFS4": { - "figi": "BBG00D6Q7LY6", - "ticker": "SU26219RMFS4", + "SU26230RMFS1": { + "figi": "BBG00PBZNWM4", + "ticker": "SU26230RMFS1", "classCode": "TQOB", - "isin": "RU000A0JWM07", + "isin": "RU000A100EF5", "lot": 1, "currency": "rub", "klong": { @@ -101133,7 +98317,7 @@ }, "dlong": { "units": "0", - "nano": 300000000 + "nano": 397800000 }, "dshort": { "units": "0", @@ -101141,24 +98325,24 @@ }, "dlongMin": { "units": "0", - "nano": 163300000 + "nano": 224000000 }, "dshortMin": { "units": "0", "nano": 140200000 }, "shortEnabledFlag": false, - "name": "ОФЗ 26219", + "name": "\u041e\u0424\u0417 26230", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-09-16T00:00:00Z", + "maturityDate": "2039-03-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-06-22T00:00:00Z", - "placementDate": "2016-06-29T00:00:00Z", + "stateRegDate": "2019-06-03T00:00:00Z", + "placementDate": "2019-06-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -101166,16 +98350,16 @@ }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 480000000 + "units": "32", + "nano": 690000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "government", "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "250000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000000", + "issueSizePlan": "300000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -101187,140 +98371,200 @@ "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "25297c10-8225-4b47-a984-c4ee38093ef0", + "uid": "9b933bc0-bc9c-46c3-8be0-d15249b81408", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "abb47f0d-975f-4e4b-b484-27d39d6b6151", + "positionUid": "33ab29cc-70ac-47d0-a210-1eb18c7501ea", "forIisFlag": true, + "first1minCandleDate": "2019-06-19T11:30:00Z", + "first1dayCandleDate": "2019-06-19T07:00:00Z", "type": "Bonds", "step": 0.001 }, - "RU000A100303": { - "figi": "BBG00N8SH448", - "ticker": "RU000A100303", + "RU000A0JVVA7": { + "figi": "BBG00B8SVRD7", + "ticker": "RU000A0JVVA7", + "classCode": "TQCB", + "isin": "RU000A0JVVA7", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0420\u043e\u0441\u043d\u0430\u043d\u043e \u0432\u044b\u043f\u0443\u0441\u043a 6", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2022-10-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2014-05-27T00:00:00Z", + "placementDate": "2015-10-22T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "50", + "nano": 340000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "9000000", + "issueSizePlan": "9000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "519d9ad2-5c5e-4dec-b1b8-f20b90efafcb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d598c54a-0769-4ea9-bf46-1edb7684a414", + "forIisFlag": true, + "first1minCandleDate": "2019-11-25T07:07:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A101483": { + "figi": "BBG000000009", + "ticker": "RU000A101483", "classCode": "TQIR", - "isin": "RU000A100303", + "isin": "RU000A101483", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Нафтатранс Плюс выпуск 1", + "name": "\u0411\u044b\u0441\u0442\u0440\u043e\u0434\u0435\u043d\u044c\u0433\u0438 001P-01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, - "maturityDate": "2024-01-11T00:00:00Z", + "maturityDate": "2022-11-17T00:00:00Z", "nominal": { "currency": "rub", - "units": "10000", + "units": "275", "nano": 0 }, - "stateRegDate": "2019-02-01T00:00:00Z", - "placementDate": "2019-02-06T00:00:00Z", + "stateRegDate": "2019-11-12T00:00:00Z", + "placementDate": "2019-12-03T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "10000", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 230000000 + "units": "2", + "nano": 410000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "12000", - "issueSizePlan": "12000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a8567e1-5a7f-47c1-889e-05dbadd3c7ee", + "uid": "4c8e5d53-e6ab-4908-a91c-20f2134a1af0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6b75365b-837a-4c3c-be96-cb44185a73cc", + "positionUid": "65aef4f7-87a7-48da-b6cd-173f5341116e", "forIisFlag": true, + "first1minCandleDate": "2019-12-03T11:21:00Z", + "first1dayCandleDate": "2019-12-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1034K8": { - "figi": "BBG0113G7SP1", - "ticker": "RU000A1034K8", + "XS2243636219": { + "figi": "BBG00XV188K2", + "ticker": "XS2243636219", "classCode": "TQOE", - "isin": "RU000A1034K8", + "isin": "XS2243636219", "lot": 1, "currency": "eur", "shortEnabledFlag": false, - "name": "Russia", + "name": "Gazprom Perp EUR", "exchange": "MOEX", "couponQuantityPerYear": 1, - "maturityDate": "2036-05-27T00:00:00Z", "nominal": { "currency": "eur", - "units": "100000", + "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-20T00:00:00Z", - "placementDate": "2021-05-27T00:00:00Z", + "placementDate": "2020-10-26T00:00:00Z", "placementPrice": { "currency": "eur", - "units": "100000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "eur", - "units": "406", - "nano": 580000000 + "units": "24", + "nano": 129370000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "energy", "issueKind": "documentary", - "issueSize": "10000", - "issueSizePlan": "10000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": false, + "perpetualFlag": true, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "3547ff67-27da-4ce6-b88f-cc5aac9cbece", + "uid": "5b0f286f-ffd7-4c4d-b191-b405dc82bd70", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8cff1434-0364-42a2-acd1-79ffff5a68eb", - "forIisFlag": false, + "positionUid": "be2555bf-16e1-48dd-b5f0-943855b7562d", + "forIisFlag": true, + "first1minCandleDate": "2021-04-26T14:09:00Z", + "first1dayCandleDate": "2021-04-26T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A1023L9": { - "figi": "BBG00X6ZL3Z5", - "ticker": "RU000A1023L9", - "classCode": "TQRD", - "isin": "RU000A1023L9", + "RU000A1043L7": { + "figi": "TCS00A1043L7", + "ticker": "RU000A1043L7", + "classCode": "TQIR", + "isin": "RU000A1043L7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Калита выпуск 2", + "name": "\u041c\u0424\u041a \u042d\u0439\u0440\u043b\u043e\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, - "maturityDate": "2024-08-18T00:00:00Z", + "maturityDate": "2025-05-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-09-02T00:00:00Z", - "placementDate": "2020-09-08T00:00:00Z", + "stateRegDate": "2021-10-25T00:00:00Z", + "placementDate": "2021-11-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -101328,16 +98572,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 480000000 + "units": "6", + "nano": 900000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "300000", + "issueSize": "201783", "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -101349,32 +98593,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7cdb3f87-f92c-46dd-bfe7-7e1b803e0002", + "uid": "2200bb85-cc0f-4119-ba3c-bd6537a756de", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c8fc6c34-8c3f-49b0-92c6-1832d3165610", + "positionUid": "f91204c6-6a8a-4b71-8b02-9e0d7a234946", "forIisFlag": true, + "first1minCandleDate": "2021-11-23T11:06:00Z", + "first1dayCandleDate": "2021-11-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1018X4": { - "figi": "BBG00R7TPVR4", - "ticker": "RU000A1018X4", + "RU000A1043Z7": { + "figi": "TCS00A1043Z7", + "ticker": "RU000A1043Z7", "classCode": "TQCB", - "isin": "RU000A1018X4", + "isin": "RU000A1043Z7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Магнит 003Р выпуск 5", + "name": "\u0411\u0438\u043d\u043d\u043e\u0444\u0430\u0440\u043c \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-12-22T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2036-11-05T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-23T00:00:00Z", - "placementDate": "2019-12-26T00:00:00Z", + "stateRegDate": "2021-11-18T00:00:00Z", + "placementDate": "2021-11-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -101382,16 +98628,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 60000000 + "units": "4", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -101403,48 +98649,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f42647fe-8acc-44a5-bdb3-3e6892240c8f", + "uid": "f9d6d79a-5833-41dd-804a-63a328a29d9a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "958f2ec8-088b-42a8-87ac-50801d18a975", + "positionUid": "7705a861-13ab-40cf-af18-a7eed42f9236", "forIisFlag": true, + "first1minCandleDate": "2021-11-24T11:49:00Z", + "first1dayCandleDate": "2021-11-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101D13": { - "figi": "BBG00RMFTSM5", - "ticker": "RU000A101D13", - "classCode": "TQCB", - "isin": "RU000A101D13", + "XS1433454243": { + "figi": "BBG00D2QX2B8", + "ticker": "XS1433454243", + "classCode": "TQOD", + "isin": "XS1433454243", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Сегежа выпуск 1", + "name": "Sovcomflot", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-01-26T00:00:00Z", + "maturityDate": "2023-06-16T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-31T00:00:00Z", - "placementDate": "2020-01-30T00:00:00Z", + "placementDate": "2016-06-16T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "34", - "nano": 40000000 + "currency": "usd", + "units": "12", + "nano": 392361000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "498427", + "issueSizePlan": "750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -101454,35 +98701,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "ab59e1d5-262f-4a7e-aaab-9124ab62a43b", + "uid": "1bd6a71a-e0fe-442c-bfb2-bc4722b14f74", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0273e0fa-2276-4977-a116-1d44833102b2", + "positionUid": "f7bee895-95d8-4baa-8d79-a11c70cd20b9", "forIisFlag": true, + "first1minCandleDate": "2020-09-04T09:23:00Z", + "first1dayCandleDate": "2020-09-04T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A103WD6": { - "figi": "BBG0135CF8W1", - "ticker": "RU000A103WD6", - "classCode": "TQIR", - "isin": "RU000A103WD6", + "RU000A102FT9": { + "figi": "TCS00A102FT9", + "ticker": "RU000A102FT9", + "classCode": "TQCB", + "isin": "RU000A102FT9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПИМ выпуск 1", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 17", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-10-16T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2030-11-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-11T00:00:00Z", - "placementDate": "2021-10-20T00:00:00Z", + "stateRegDate": "2020-11-26T00:00:00Z", + "placementDate": "2020-12-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -101490,93 +98739,70 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 360000000 + "units": "17", + "nano": 380000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "130000", - "issueSizePlan": "130000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "14000000", + "issueSizePlan": "14000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6454c2c2-394e-4133-b4d2-f01ab2575227", + "uid": "d2f51222-5567-42ac-945f-6d4c234d8e6f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fffd40e2-029e-4b33-a6f7-77ac3da8bbdc", + "positionUid": "ae270f8b-118e-485c-9459-f2287c2d87b3", "forIisFlag": true, + "first1minCandleDate": "2020-12-07T11:53:00Z", + "first1dayCandleDate": "2020-12-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXPG2": { - "figi": "BBG00GGS6C84", - "ticker": "RU000A0JXPG2", - "classCode": "TQCB", - "isin": "RU000A0JXPG2", + "XS1589106910": { + "figi": "BBG00G9DSXZ5", + "ticker": "XS1589106910", + "classCode": "TQOD", + "isin": "XS1589106910", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, + "currency": "usd", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 4", + "name": "Credit Bank of Moscow", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2032-04-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-10-05T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-04-20T00:00:00Z", - "placementDate": "2017-04-25T00:00:00Z", + "placementDate": "2017-04-05T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 540000000 + "currency": "usd", + "units": "32", + "nano": 83333000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "issueSize": "440000", + "issueSizePlan": "600000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -101586,89 +98812,93 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "7cd9a1bb-2824-4837-a961-baac78d8887d", + "uid": "16966799-4b0b-410c-a6b1-81382b6060bc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f506420a-0eed-44dc-bff1-7ca823cf2c46", + "positionUid": "d651447c-1ec1-4f9a-89ce-019c078624cf", "forIisFlag": true, + "first1minCandleDate": "2018-03-29T16:41:00Z", + "first1dayCandleDate": "2018-03-29T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0ZYCM2": { - "figi": "BBG00HVY2MS2", - "ticker": "RU000A0ZYCM2", + "RU000A1004K1": { + "figi": "BBG00NHJGKN2", + "ticker": "RU000A1004K1", "classCode": "TQCB", - "isin": "RU000A0ZYCM2", + "isin": "RU000A1004K1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Красноярский край выпуск 13", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d \u0411\u041e 05", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-10-03T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-02-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-04T00:00:00Z", - "placementDate": "2017-10-12T00:00:00Z", + "stateRegDate": "2016-08-05T00:00:00Z", + "placementDate": "2019-02-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", "units": "3", - "nano": 10000000 + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "97249b2e-33d6-4aa9-a73f-52518444e9ae", + "uid": "992f7309-0921-48b0-9791-190c9725f498", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a9bf8103-dd80-455a-8a2f-ed15aa297f33", + "positionUid": "b6aee87b-066e-4ea6-91de-cc2b94709c8f", "forIisFlag": true, + "first1minCandleDate": "2019-02-27T14:17:00Z", + "first1dayCandleDate": "2019-02-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JT965": { - "figi": "BBG003LQ7J76", - "ticker": "RU000A0JT965", + "RU000A0ZYEQ9": { + "figi": "BBG00HXHKRV2", + "ticker": "RU000A0ZYEQ9", "classCode": "TQCB", - "isin": "RU000A0JT965", + "isin": "RU000A0ZYEQ9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Роснефть выпуск 5", + "name": "\u0421\u044d\u0442\u043b \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-10-17T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-10-27T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "120", "nano": 0 }, - "stateRegDate": "2012-07-10T00:00:00Z", - "placementDate": "2012-10-29T00:00:00Z", + "stateRegDate": "2017-10-26T00:00:00Z", + "placementDate": "2017-11-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -101676,154 +98906,167 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 350000000 + "units": "1", + "nano": 340000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "01727477-3fc7-4a5d-97fa-842ae7723ae0", + "uid": "de9a9a6c-db96-4ed0-9dcb-76d86b460983", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "034dd1c7-5752-49ea-a695-caf54389f753", + "positionUid": "aca45bbf-3d6c-418d-a26b-18c1800bdd9e", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:14:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "ISSUANCESAMO": { - "figi": "ISSUANCESAMO", - "ticker": "ISSUANCESAMO", - "classCode": "PSAU", - "isin": "ISSUANCESAMO", + "RU000A1015P6": { + "figi": "BBG00R4Y73X1", + "ticker": "RU000A1015P6", + "classCode": "TQRD", + "isin": "RU000A1015P6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Самолет БО-П08", - "exchange": "Issuance", - "couponQuantityPerYear": 2, + "name": "\u041e\u0431\u0443\u0432\u044c \u0420\u043e\u0441\u0441\u0438\u0438 001P \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2024-11-14T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "900", "nano": 0 }, + "stateRegDate": "2019-12-09T00:00:00Z", + "placementDate": "2019-12-11T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "3", + "nano": 550000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "0", - "issueSizePlan": "0", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "28b4274a-d804-432a-890b-a9878a6e8cf4", + "uid": "9036338e-0846-4eea-ae9c-a7dcc1c62cf8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bb78f9af-c863-4a04-ac7d-45f469d0a771", + "positionUid": "1a56656f-86e4-4023-956c-2d2d08e90fb5", "forIisFlag": true, + "first1minCandleDate": "2019-12-11T11:09:00Z", + "first1dayCandleDate": "2019-12-11T07:00:00Z", "type": "Bonds", - "step": 0 + "step": 0.01 }, - "RU000A0ZYNY4": { - "figi": "BBG00JRTXBC1", - "ticker": "RU000A0ZYNY4", + "RU000A104BC0": { + "figi": "BBG0148NSWQ2", + "ticker": "RU000A104BC0", "classCode": "TQCB", - "isin": "RU000A0ZYNY4", + "isin": "RU000A104BC0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 7", + "name": "\u041a\u0430\u043b\u0438\u043d\u0438\u043d\u0433\u0440\u0430\u0434\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2032-12-31T00:00:00Z", + "maturityDate": "2028-12-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-01-15T00:00:00Z", - "placementDate": "2018-01-19T00:00:00Z", + "stateRegDate": "2021-12-14T00:00:00Z", + "placementDate": "2021-12-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 680000000 + "units": "20", + "nano": 40000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "00d000bc-cab7-4362-afe0-9a05d1988b3e", + "uid": "d644ba2e-62bd-40a1-83a1-e7be978496af", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c05912a1-c011-4275-8a6d-be35fc4ad9c2", + "positionUid": "fa1b7ae0-ea3b-4270-84f2-41a7dc64b9d0", "forIisFlag": true, + "first1minCandleDate": "2021-12-23T12:43:00Z", + "first1dayCandleDate": "2021-12-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103M85": { - "figi": "TCS00A103M85", - "ticker": "RU000A103M85", + "RU000A104VS4": { + "figi": "TCS00A104VS4", + "ticker": "RU000A104VS4", "classCode": "TQCB", - "isin": "RU000A103M85", + "isin": "RU000A104VS4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Элит Строй выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-08-15T00:00:00Z", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c 002P \u0432\u044b\u043f\u0443\u0441\u043a 8", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2025-06-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-30T00:00:00Z", - "placementDate": "2021-08-31T00:00:00Z", + "stateRegDate": "2022-06-09T00:00:00Z", + "placementDate": "2022-06-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -101831,16 +99074,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 890000000 + "units": "23", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -101852,109 +99095,87 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67e6b787-cd50-43dd-a63c-ece482bcbc90", + "uid": "e2a2ff36-7b47-4ab5-96bb-59d2db9346d8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6683084b-d16f-473e-b63a-17c93558731c", + "positionUid": "1bb5e550-4ac4-4a86-ad31-281b471df67d", "forIisFlag": true, + "first1minCandleDate": "2022-06-15T10:52:00Z", + "first1dayCandleDate": "2022-06-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0921331509": { - "figi": "BBG004M1PTN8", - "ticker": "XS0921331509", - "classCode": "TQOD", - "isin": "XS0921331509", + "RU000A105518": { + "figi": "TCS00A105518", + "ticker": "RU000A105518", + "classCode": "TQCB", + "isin": "RU000A105518", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "MTS International Funding", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-05-30T00:00:00Z", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d 001\u0420-05", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2025-08-27T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2013-05-30T00:00:00Z", + "stateRegDate": "2022-08-23T00:00:00Z", + "placementDate": "2022-08-31T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "7", - "nano": 222222000 + "currency": "rub", + "units": "2", + "nano": 300000000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueKind": "non_documentary", + "issueSize": "5500000", + "issueSizePlan": "5500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c59eef4b-55f1-4aa2-b070-c060eac5252c", + "uid": "da78af1d-eca8-42de-b5f9-4063e9a02474", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0106231c-2218-43d0-a32e-fdf22c14797d", + "positionUid": "3d9dc097-d906-450f-839a-e178df76972c", "forIisFlag": true, + "first1minCandleDate": "2022-08-31T13:05:00Z", + "first1dayCandleDate": "2022-08-31T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "SU26227RMFS7": { - "figi": "BBG00NQBGZX5", - "ticker": "SU26227RMFS7", - "classCode": "TQOB", - "isin": "RU000A1007F4", + "ISSUANCEBRUS": { + "figi": "ISSUANCEBRUS", + "ticker": "ISSUANCEBRUS", + "classCode": "PSAU", + "isin": "ISSUANCEBRUS", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26227", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-07-17T00:00:00Z", + "name": "\u0411\u0440\u0443\u0441\u043d\u0438\u043a\u0430 001P-01", + "exchange": "Issuance", + "couponQuantityPerYear": 4, "nominal": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, - "stateRegDate": "2019-03-25T00:00:00Z", - "placementDate": "2019-03-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -101963,52 +99184,48 @@ "aciValue": { "currency": "rub", "units": "0", - "nano": 200000000 + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "0", + "issueSizePlan": "0", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 1000000 - }, "apiTradeAvailableFlag": true, - "uid": "a550328e-ec34-4120-874f-9e82f0dc9723", + "uid": "d32831f3-bfb2-46c9-a3d7-36f22dbc1af5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e596466b-142a-4bf4-be6f-bbb0238f59d3", + "positionUid": "975b0010-436f-40d5-8d69-8108e6a9f8cd", "forIisFlag": true, "type": "Bonds", - "step": 0.001 + "step": 0 }, - "RU000A102TA0": { - "figi": "BBG00ZHZ4Q86", - "ticker": "RU000A102TA0", + "RU000A100VS2": { + "figi": "BBGHUYNYA015", + "ticker": "RU000A100VS2", "classCode": "TQCB", - "isin": "RU000A102TA0", + "isin": "RU000A100VS2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Росагролизинг выпуск 2", + "name": "\u0410\u0442\u043e\u043c\u0441\u0442\u0440\u043e\u0439\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-02-25T00:00:00Z", + "maturityDate": "2024-09-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-24T00:00:00Z", - "placementDate": "2021-03-03T00:00:00Z", + "stateRegDate": "2017-01-26T00:00:00Z", + "placementDate": "2019-10-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102016,16 +99233,16 @@ }, "aciValue": { "currency": "rub", - "units": "30", - "nano": 520000000 + "units": "42", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "1000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102037,85 +99254,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f728285-02dd-4411-bea9-5a4d28f52bbe", + "uid": "44baedc5-53cc-4c60-94cf-939cd2a5ec48", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "163d3c41-3286-4a37-9bce-40a47f796092", + "positionUid": "1a3a2ab9-25b2-411e-8e7c-b01740686e0f", "forIisFlag": true, + "first1minCandleDate": "2019-10-01T11:23:00Z", + "first1dayCandleDate": "2019-10-01T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1964558339": { - "figi": "BBG00NN90XV7", - "ticker": "XS1964558339", - "classCode": "TQOD", - "isin": "XS1964558339", + "RU000A100YK3": { + "figi": "BBG00QPVPLY5", + "ticker": "RU000A100YK3", + "classCode": "TQCB", + "isin": "RU000A100YK3", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Credit Bank of Moscow", + "name": "\u041a\u0430\u043c\u0430\u0437 \u0411\u041e-\u041f05", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-06-25T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-10-19T00:00:00Z", "nominal": { - "currency": "usd", - "units": "1000", + "currency": "rub", + "units": "400", "nano": 0 }, - "placementDate": "2019-03-25T00:00:00Z", + "stateRegDate": "2019-10-21T00:00:00Z", + "placementDate": "2019-10-23T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "5", - "nano": 340750000 + "currency": "rub", + "units": "4", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "217270", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "33150ab7-ea90-4f4c-bf10-6b1bce41f86c", + "uid": "60940ddb-ab17-4f0f-b957-b1072c075927", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "20ef2c34-f293-4466-9270-b890debd81b3", + "positionUid": "5eda7909-e684-481c-8346-a66e4deec5a1", "forIisFlag": true, + "first1minCandleDate": "2019-10-23T11:26:00Z", + "first1dayCandleDate": "2019-10-23T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "SU26234RMFS3": { - "figi": "BBG00VCY76T1", - "ticker": "SU26234RMFS3", + "SU29009RMFS6": { + "figi": "BBG007Z5F748", + "ticker": "SU29009RMFS6", "classCode": "TQOB", - "isin": "RU000A101QE0", + "isin": "RU000A0JV4N8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26234", + "name": "\u041e\u0424\u0417 29009", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-07-16T00:00:00Z", + "maturityDate": "2032-05-05T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-28T00:00:00Z", - "placementDate": "2020-06-03T00:00:00Z", + "stateRegDate": "2014-12-31T00:00:00Z", + "placementDate": "2014-12-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -102123,20 +99345,20 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 120000000 + "units": "42", + "nano": 660000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "government", "issueKind": "documentary", - "issueSize": "496714266", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -102144,86 +99366,90 @@ "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "abf46047-f3d8-4b1b-a33f-9aeed753cc02", + "uid": "f8067628-b54f-43e3-b6c5-6edfcabcb279", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "923968dc-d455-4ef9-9329-2c1b1f1faf6b", + "positionUid": "181ae141-549f-4913-ae1f-c64f7a345331", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T21:10:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.001 }, - "RU000A100YG1": { - "figi": "BBG00QPG1GD8", - "ticker": "RU000A100YG1", + "RU000A1020S0": { + "figi": "BBG00WMMJMN2", + "ticker": "RU000A1020S0", "classCode": "TQCB", - "isin": "RU000A100YG1", + "isin": "RU000A1020S0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Самолет выпуск 7", + "name": "\u041f\u0435\u0440\u0432\u043e\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u043e\u0440\u0441\u043a\u043e\u0435 \u0431\u044e\u0440\u043e \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-10-19T00:00:00Z", + "maturityDate": "2023-08-10T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "666", + "nano": 800000000 }, - "stateRegDate": "2019-10-17T00:00:00Z", - "placementDate": "2019-10-23T00:00:00Z", + "stateRegDate": "2020-08-06T00:00:00Z", + "placementDate": "2020-08-13T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 330000000 + "units": "6", + "nano": 650000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "1000000", + "issueSizePlan": "750000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "baddb52e-a07f-4d7b-9490-cd94014d83c8", + "uid": "26938877-1282-413c-bf07-40543d99cd11", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fc3f3b45-7ead-4945-a71a-55ca3005e1b8", + "positionUid": "4a7fa208-36fc-4caa-ad49-427457438795", "forIisFlag": true, + "first1minCandleDate": "2020-08-13T12:09:00Z", + "first1dayCandleDate": "2020-08-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZGT5": { - "figi": "BBG00LPNW7Y7", - "ticker": "RU000A0ZZGT5", + "RU000A0JWDN6": { + "figi": "BBG00CNJBLC4", + "ticker": "RU000A0JWDN6", "classCode": "TQCB", - "isin": "RU000A0ZZGT5", + "isin": "RU000A0JWDN6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 8", + "name": "\u0420\u0423\u0421\u0410\u041b \u0411\u0440\u0430\u0442\u0441\u043a \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-08-03T00:00:00Z", + "maturityDate": "2026-04-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-08-14T00:00:00Z", - "placementDate": "2018-08-16T00:00:00Z", + "stateRegDate": "2012-08-23T00:00:00Z", + "placementDate": "2016-04-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102231,20 +99457,20 @@ }, "aciValue": { "currency": "rub", - "units": "44", - "nano": 70000000 + "units": "0", + "nano": 40000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -102252,32 +99478,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c696db69-760d-487c-8ffa-6ac43184e523", + "uid": "751f8a58-923a-46f5-b3a5-bb3f562e6569", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b1768bfa-57bd-42e8-b6f1-f93b259a72f8", + "positionUid": "b5996154-5d6e-4669-bf8f-553b06ff739f", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:25:00Z", + "first1dayCandleDate": "2016-04-19T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101Q26": { - "figi": "BBG00V3L30M3", - "ticker": "RU000A101Q26", + "RU000A1012K4": { + "figi": "BBG00QYKX940", + "ticker": "RU000A1012K4", "classCode": "TQCB", - "isin": "RU000A101Q26", + "isin": "RU000A1012K4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 13", + "name": "\u0421\u042d\u0417 \u0438\u043c. \u0421\u0435\u0440\u0433\u043e \u041e\u0440\u0434\u0436\u043e\u043d\u0438\u043a\u0438\u0434\u0437\u0435 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-05-15T00:00:00Z", + "maturityDate": "2022-11-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-25T00:00:00Z", - "placementDate": "2020-05-27T00:00:00Z", + "stateRegDate": "2019-11-11T00:00:00Z", + "placementDate": "2019-11-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102285,16 +99513,16 @@ }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 310000000 + "units": "39", + "nano": 40000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102306,32 +99534,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c79eef98-ce09-4a04-9334-21bfa9842861", + "uid": "b53383cc-5d5d-4352-82d5-5390a03adc61", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "06ed439b-d46b-4561-bb3a-916083ccca91", + "positionUid": "8f5e5749-c7c2-4f5d-bd31-e004c8e4fe10", "forIisFlag": true, + "first1minCandleDate": "2019-11-19T11:09:00Z", + "first1dayCandleDate": "2019-11-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102LB5": { - "figi": "BBG00YRF7834", - "ticker": "RU000A102LB5", + "RU000A104BY4": { + "figi": "TCS00A104BY4", + "ticker": "RU000A104BY4", "classCode": "TQCB", - "isin": "RU000A102LB5", + "isin": "RU000A104BY4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПРОМОМЕД ДМ выпуск 1", + "name": "\u0411\u0438\u0437\u043d\u0435\u0441-\u041d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-12-22T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2026-12-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-18T00:00:00Z", - "placementDate": "2020-12-25T00:00:00Z", + "stateRegDate": "2021-12-17T00:00:00Z", + "placementDate": "2021-12-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102339,53 +99569,55 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 30000000 + "units": "22", + "nano": 490000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2700000", + "issueSizePlan": "2700000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ebffb3e-7519-42f2-a5aa-886d718c4eb8", + "uid": "40f45f63-98a9-41a8-9653-0c0b2f05d338", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e6cff1b0-5b76-490a-ab93-1ddd5737ff94", + "positionUid": "11456922-58eb-4021-a3ec-84e9603b55f5", "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101Z66": { - "figi": "BBG00WFBVRN9", - "ticker": "RU000A101Z66", + "RU000A1034J0": { + "figi": "BBG0115R0Z30", + "ticker": "RU000A1034J0", "classCode": "TQCB", - "isin": "RU000A101Z66", + "isin": "RU000A1034J0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Балтийский лизинг БО-П03", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d 001\u0420-02", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-07-26T00:00:00Z", + "maturityDate": "2024-05-17T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "875", "nano": 0 }, - "stateRegDate": "2020-07-28T00:00:00Z", - "placementDate": "2020-07-31T00:00:00Z", + "stateRegDate": "2021-04-30T00:00:00Z", + "placementDate": "2021-05-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102393,16 +99625,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 260000000 + "units": "3", + "nano": 740000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102414,32 +99646,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "13469213-7407-4176-8827-d7ba04eac0c9", + "uid": "4033c24e-2e3c-4303-96ee-18a0d70f6b32", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "94b99087-04e8-4274-9fd1-65849c40f3b3", + "positionUid": "ef7e2891-48d9-4779-9012-2080e6e165d7", "forIisFlag": true, + "first1minCandleDate": "2021-05-21T10:38:00Z", + "first1dayCandleDate": "2021-05-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101MC3": { - "figi": "BBG00TJW91Z5", - "ticker": "RU000A101MC3", + "RU000A1048A9": { + "figi": "BBG0141LK3L0", + "ticker": "RU000A1048A9", "classCode": "TQCB", - "isin": "RU000A101MC3", + "isin": "RU000A1048A9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Магнит 002Р выпуск 2", + "name": "\u0411\u0440\u0443\u0441\u043d\u0438\u043a\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 2\u0420-1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-04-26T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-04-27T00:00:00Z", - "placementDate": "2020-04-29T00:00:00Z", + "stateRegDate": "2021-12-07T00:00:00Z", + "placementDate": "2021-12-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102447,53 +99681,55 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 600000000 + "units": "27", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5250000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a87256f0-d16e-4276-9ca6-e8d5847bbce0", + "uid": "2e1e392b-d63c-4f0e-b02a-d4c50dc123cb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "24290d89-1611-466d-9d89-94971803ac61", + "positionUid": "a79cd270-b850-4908-b285-c8c823bee91a", "forIisFlag": true, + "first1minCandleDate": "2021-12-14T12:58:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101ST4": { - "figi": "BBG00VFJK5W4", - "ticker": "RU000A101ST4", + "RU000A1049P5": { + "figi": "BBG01475RD30", + "ticker": "RU000A1049P5", "classCode": "TQCB", - "isin": "RU000A101ST4", + "isin": "RU000A1049P5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 3", + "name": "\u0413\u043b\u0430\u0432\u0442\u043e\u0440\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-08T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-03T00:00:00Z", - "placementDate": "2020-06-11T00:00:00Z", + "stateRegDate": "2021-11-16T00:00:00Z", + "placementDate": "2021-12-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102501,16 +99737,16 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 380000000 + "units": "33", + "nano": 370000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "381135", + "issueSizePlan": "900000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102522,32 +99758,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ebc5208-a14a-43e6-b5a9-e46dbe99aee5", + "uid": "73bce23f-2ce2-4dd1-9634-61fa7bd354fb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6e8a1f91-f3d7-453d-8cfa-7dc6efa257f5", + "positionUid": "749e75c8-d1dd-4631-978c-8e480d6ab7dc", "forIisFlag": true, + "first1minCandleDate": "2021-12-16T11:02:00Z", + "first1dayCandleDate": "2021-12-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102US0": { - "figi": "BBG00ZNL19P2", - "ticker": "RU000A102US0", + "RU000A102ZH2": { + "figi": "BBG00ZZNPB92", + "ticker": "RU000A102ZH2", "classCode": "TQCB", - "isin": "RU000A102US0", + "isin": "RU000A102ZH2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Талан-Финанс выпуск 2", + "name": "\u042f\u0422\u042d\u041a \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-03-13T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-04-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-11T00:00:00Z", - "placementDate": "2021-03-17T00:00:00Z", + "stateRegDate": "2021-03-30T00:00:00Z", + "placementDate": "2021-04-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102555,16 +99793,16 @@ }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 360000000 + "units": "37", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102576,32 +99814,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f915d48-cb3a-46c7-8dde-7144bdab9b28", + "uid": "f150526d-3ba1-49bf-b3c9-f8f5d53f5b3b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "74ef95f8-41bd-4331-b4f4-a2ec3ba4a230", + "positionUid": "0a2b946a-c15f-4cb4-a292-1a25a74bdfd9", "forIisFlag": true, + "first1minCandleDate": "2021-04-12T12:19:00Z", + "first1dayCandleDate": "2021-04-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100KL0": { - "figi": "BBG00PSQX526", - "ticker": "RU000A100KL0", + "RU000A0ZYR18": { + "figi": "BBG00JYHHXN7", + "ticker": "RU000A0ZYR18", "classCode": "TQCB", - "isin": "RU000A100KL0", + "isin": "RU000A0ZYR18", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Русал Братск БО-001Р выпуск 2", + "name": "\u0411\u0430\u0448\u043a\u0438\u0440\u0441\u043a\u0430\u044f \u0441\u043e\u0434\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-06-28T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-01-27T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "500", "nano": 0 }, - "stateRegDate": "2019-07-04T00:00:00Z", - "placementDate": "2019-07-11T00:00:00Z", + "stateRegDate": "2018-02-01T00:00:00Z", + "placementDate": "2018-02-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102609,53 +99849,55 @@ }, "aciValue": { "currency": "rub", - "units": "41", - "nano": 940000000 + "units": "4", + "nano": 550000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6cf12213-8495-4117-8db9-c5f4df93265b", + "uid": "f6d8bd45-530b-4945-9876-24948072e1aa", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "606a3d92-053d-4c07-9545-8e9919d051b5", + "positionUid": "4ff063f3-17da-44f3-a429-9d1f83c9ee40", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T01:44:00Z", + "first1dayCandleDate": "2018-02-02T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102V51": { - "figi": "BBG00ZQYML62", - "ticker": "RU000A102V51", - "classCode": "TQIR", - "isin": "RU000A102V51", + "RU000A101M04": { + "figi": "BBG00TGK62V9", + "ticker": "RU000A101M04", + "classCode": "TQCB", + "isin": "RU000A101M04", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Нафтатранс Плюс выпуск 3", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 20", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2026-02-20T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-03-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-16T00:00:00Z", - "placementDate": "2021-03-18T00:00:00Z", + "stateRegDate": "2020-04-21T00:00:00Z", + "placementDate": "2020-04-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102663,53 +99905,55 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 290000000 + "units": "27", + "nano": 990000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "efad119c-9f01-4d48-b60d-08333ba09b10", + "uid": "c310c817-183a-41d2-a2b1-b5eb8bdcfe66", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c4f0a0b6-a735-4b2f-a44d-660e6e402c7f", + "positionUid": "dac76c51-2fd9-4113-b180-e9a79f4bf1a3", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:10:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100RS0": { - "figi": "BBG00Q41F4Y3", - "ticker": "RU000A100RS0", + "RU000A102US0": { + "figi": "BBG00ZNL19P2", + "ticker": "RU000A102US0", "classCode": "TQCB", - "isin": "RU000A100RS0", + "isin": "RU000A102US0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТЕХНО Лизинг выпуск 2", + "name": "\u0422\u0430\u043b\u0430\u043d-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-08-24T00:00:00Z", + "maturityDate": "2024-03-13T00:00:00Z", "nominal": { "currency": "rub", - "units": "625", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-08-15T00:00:00Z", - "placementDate": "2019-08-28T00:00:00Z", + "stateRegDate": "2021-03-11T00:00:00Z", + "placementDate": "2021-03-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102717,16 +99961,16 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 930000000 + "units": "24", + "nano": 450000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102738,32 +99982,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9186a419-e82c-4980-84e3-89f8e82cbd2e", + "uid": "4f915d48-cb3a-46c7-8dde-7144bdab9b28", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1ed1e511-4feb-45f5-a404-3813c7a49cb5", + "positionUid": "74ef95f8-41bd-4331-b4f4-a2ec3ba4a230", "forIisFlag": true, + "first1minCandleDate": "2021-03-17T11:26:00Z", + "first1dayCandleDate": "2021-03-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1028H6": { - "figi": "TCS00A1028H6", - "ticker": "RU000A1028H6", - "classCode": "TQIR", - "isin": "RU000A1028H6", + "RU000A100XU4": { + "figi": "BBG00QN37PX1", + "ticker": "RU000A100XU4", + "classCode": "TQCB", + "isin": "RU000A100XU4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сибнефтехимтрейд выпуск 1", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a\u00a07", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-03-27T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-10-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-12T00:00:00Z", - "placementDate": "2020-10-14T00:00:00Z", + "stateRegDate": "2019-10-03T00:00:00Z", + "placementDate": "2019-10-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102771,53 +100017,55 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 550000000 + "units": "34", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f8ac278a-6682-4d33-8faa-953d29f0fdd8", + "uid": "aa519d49-79c3-4a60-9c6b-336e77112cae", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "231f107a-edd5-4039-9f0c-8b77ab73552b", + "positionUid": "bc4b4dae-66e2-437b-a712-72b308fe9e6d", "forIisFlag": true, + "first1minCandleDate": "2019-10-18T11:00:00Z", + "first1dayCandleDate": "2019-10-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101WH1": { - "figi": "TCS00A101WH1", - "ticker": "RU000A101WH1", + "RU000A103F27": { + "figi": "TCS00A103F27", + "ticker": "RU000A103F27", "classCode": "TQCB", - "isin": "RU000A101WH1", + "isin": "RU000A103F27", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Гидромашсервис БО выпуск 2", + "name": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u0430\u044f \u041f\u041f\u041a \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-07-02T00:00:00Z", + "maturityDate": "2024-07-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-06-06T00:00:00Z", - "placementDate": "2020-07-14T00:00:00Z", + "stateRegDate": "2021-07-13T00:00:00Z", + "placementDate": "2021-07-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102825,16 +100073,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", + "units": "13", "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102846,32 +100094,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "52934473-0c4f-444e-8e40-d6a24f57ae20", + "uid": "7c2d1824-6efb-408e-81bd-501ef0bbc365", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cdd5df27-c9c5-4515-9adb-35ff06745885", + "positionUid": "f8f80be6-5b4a-4a9b-9f5f-fd9ec1e32008", "forIisFlag": true, + "first1minCandleDate": "2021-07-21T11:13:00Z", + "first1dayCandleDate": "2021-07-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100TF3": { - "figi": "BBG00Q9BCQ70", - "ticker": "RU000A100TF3", + "RU000A1017J5": { + "figi": "BBG00R4XLRN5", + "ticker": "RU000A1017J5", "classCode": "TQCB", - "isin": "RU000A100TF3", + "isin": "RU000A1017J5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Русал Братск БО-001Р выпуск 3", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c \u041f\u0410\u041e 003P-02R", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-08-30T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2029-12-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-09-05T00:00:00Z", - "placementDate": "2019-09-12T00:00:00Z", + "stateRegDate": "2019-12-17T00:00:00Z", + "placementDate": "2019-12-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102879,16 +100129,16 @@ }, "aciValue": { "currency": "rub", - "units": "30", - "nano": 60000000 + "units": "16", + "nano": 260000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102900,32 +100150,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de91f57c-1a62-4397-a2fe-09d83fe2fd25", + "uid": "bb14e018-6bfc-41ec-b9ab-96c57679f793", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1fefca3f-674b-46bb-ba43-8bf410a82948", + "positionUid": "bedf2504-9959-42ee-a946-4d09ed1a3149", "forIisFlag": true, + "first1minCandleDate": "2019-12-20T10:54:00Z", + "first1dayCandleDate": "2019-12-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXQ28": { - "figi": "BBG00GH62KJ5", - "ticker": "RU000A0JXQ28", + "RU000A100A58": { + "figi": "BBG00NZHSKP1", + "ticker": "RU000A100A58", "classCode": "TQCB", - "isin": "RU000A0JXQ28", + "isin": "RU000A100A58", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ФПК выпуск 1", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-04-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-10-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-04-25T00:00:00Z", - "placementDate": "2017-04-27T00:00:00Z", + "stateRegDate": "2019-04-18T00:00:00Z", + "placementDate": "2019-04-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102933,16 +100185,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 940000000 + "units": "11", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -102954,32 +100206,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "020194b3-6144-4aad-b8de-5a9c6db0d404", + "uid": "a44f6263-07d7-41de-9d2c-4e550f9575c4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "db8b0bb0-6a95-4414-b5d6-ff4da96a3513", + "positionUid": "c994f7bb-c82d-4cb0-9abc-05830a3fac85", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T15:01:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100YU2": { - "figi": "BBG00QPS5TX8", - "ticker": "RU000A100YU2", + "RU000A100HU7": { + "figi": "BBG00PN9H616", + "ticker": "RU000A100HU7", "classCode": "TQCB", - "isin": "RU000A100YU2", + "isin": "RU000A100HU7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Акрон выпуск 3", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 10", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-04-21T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-22T00:00:00Z", - "placementDate": "2019-10-25T00:00:00Z", + "stateRegDate": "2019-07-01T00:00:00Z", + "placementDate": "2019-07-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -102987,16 +100241,16 @@ }, "aciValue": { "currency": "rub", - "units": "17", - "nano": 880000000 + "units": "15", + "nano": 560000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103008,32 +100262,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6924f90f-a565-4554-a4b3-670f5298341f", + "uid": "79d41d32-a00a-4016-b6cb-893fcc059a06", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cd5c0efb-2cda-4782-b992-75e2d55d77a8", + "positionUid": "63b0db0f-01c8-4b0d-a931-cab2d092f1e4", "forIisFlag": true, + "first1minCandleDate": "2019-07-03T11:04:00Z", + "first1dayCandleDate": "2019-07-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101FC7": { - "figi": "BBG00RRT2HP0", - "ticker": "RU000A101FC7", + "RU000A1008V9": { + "figi": "BBG00NTXZ6S3", + "ticker": "RU000A1008V9", "classCode": "TQCB", - "isin": "RU000A101FC7", + "isin": "RU000A1008V9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ростелеком 002P выпуск 3", + "name": "\u0420\u043e\u0441\u043d\u0430\u043d\u043e \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-02-14T00:00:00Z", + "maturityDate": "2028-03-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-02-11T00:00:00Z", - "placementDate": "2020-02-18T00:00:00Z", + "stateRegDate": "2019-03-25T00:00:00Z", + "placementDate": "2019-04-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103041,20 +100297,20 @@ }, "aciValue": { "currency": "rub", - "units": "26", - "nano": 710000000 + "units": "63", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "13400000", + "issueSizePlan": "13400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -103062,32 +100318,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "86bd4c42-a797-4931-a6b3-867aa1b8887e", + "uid": "be02d79a-af93-496f-8c86-2d81729ae43e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "124862bd-343e-41af-a1f8-286f9ae80e14", + "positionUid": "9254335e-8e2b-461e-a06b-97201ef55298", "forIisFlag": true, + "first1minCandleDate": "2019-04-08T12:42:00Z", + "first1dayCandleDate": "2019-04-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYA66": { - "figi": "BBG00HNGJ8K1", - "ticker": "RU000A0ZYA66", + "RU000A100W29": { + "figi": "BBG00QJ5M7P3", + "ticker": "RU000A100W29", "classCode": "TQCB", - "isin": "RU000A0ZYA66", + "isin": "RU000A100W29", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Эталон выпуск 2", + "name": "\u0420\u043e\u0434\u0435\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-09-09T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2022-09-16T00:00:00Z", "nominal": { "currency": "rub", - "units": "120", - "nano": 0 + "units": "34", + "nano": 300000000 }, - "stateRegDate": "2017-09-06T00:00:00Z", - "placementDate": "2017-09-15T00:00:00Z", + "stateRegDate": "2019-09-26T00:00:00Z", + "placementDate": "2019-10-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103095,16 +100353,16 @@ }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 210000000 + "units": "0", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103116,32 +100374,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b137abdf-f87f-430c-8fa0-d3f0cf941fff", + "uid": "b893e7e7-cbc0-4abe-9dff-4f26febfc80a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1f0b6d52-74aa-4cf0-af6a-a4e293275e19", + "positionUid": "982cd5c0-0540-4f2d-b957-0f1386b14f14", "forIisFlag": true, + "first1minCandleDate": "2019-10-02T11:56:00Z", + "first1dayCandleDate": "2019-10-02T11:56:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103TS0": { - "figi": "BBG012STNNH6", - "ticker": "RU000A103TS0", + "RU000A0JVUK8": { + "figi": "BBG00B4MWD80", + "ticker": "RU000A0JVUK8", "classCode": "TQCB", - "isin": "RU000A103TS0", + "isin": "RU000A0JVUK8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТЕХНО Лизинг выпуск 5", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2027-09-03T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-09-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-16T00:00:00Z", - "placementDate": "2021-10-04T00:00:00Z", + "stateRegDate": "2015-10-09T00:00:00Z", + "placementDate": "2015-10-13T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103149,53 +100409,55 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 300000000 + "units": "72", + "nano": 660000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "423874", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e0ceecb3-05c2-43af-b39c-d28c982de315", + "uid": "fe8971aa-a828-4ed2-b23a-a89052429c9b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ac5a69ac-f917-44b5-851f-149a022ac77e", + "positionUid": "74e3b15a-b925-4feb-8e56-109fae6ec4d4", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:51:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103KA7": { - "figi": "TCS00A103KA7", - "ticker": "RU000A103KA7", + "RU000A0ZYNY4": { + "figi": "BBG00JRTXBC1", + "ticker": "RU000A0ZYNY4", "classCode": "TQCB", - "isin": "RU000A103KA7", + "isin": "RU000A0ZYNY4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Мираторг выпуск 1", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-08-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2032-12-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-13T00:00:00Z", - "placementDate": "2021-08-19T00:00:00Z", + "stateRegDate": "2018-01-15T00:00:00Z", + "placementDate": "2018-01-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103203,20 +100465,20 @@ }, "aciValue": { "currency": "rub", - "units": "35", - "nano": 20000000 + "units": "15", + "nano": 450000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -103224,32 +100486,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "059d21da-b7fb-4d7b-8061-841a7f2e0a9e", + "uid": "00d000bc-cab7-4362-afe0-9a05d1988b3e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "54a7b0fb-c347-40a5-9e98-8813930a4bc1", + "positionUid": "c05912a1-c011-4275-8a6d-be35fc4ad9c2", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:03:00Z", + "first1dayCandleDate": "2018-01-19T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYDS7": { - "figi": "BBG00J1Z0ZM7", - "ticker": "RU000A0ZYDS7", + "RU000A1051T3": { + "figi": "TCS00A1051T3", + "ticker": "RU000A1051T3", "classCode": "TQCB", - "isin": "RU000A0ZYDS7", + "isin": "RU000A1051T3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Газпром нефть ПАО 001P-03R", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-10-17T00:00:00Z", + "name": "\u041c\u0422\u0421 001P-22", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-18T00:00:00Z", - "placementDate": "2017-10-23T00:00:00Z", + "stateRegDate": "2022-08-01T00:00:00Z", + "placementDate": "2022-08-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103257,16 +100521,16 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 220000000 + "units": "7", + "nano": 730000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103278,32 +100542,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aea424d4-1cb6-4474-a18f-bcf10215ca42", + "uid": "49c5df4a-9f7e-4883-acdd-9c10f6fc7759", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ffe7c2e6-b416-402d-88d1-a9fc0618aee4", + "positionUid": "a654fbd9-8ac4-4c79-b362-9cff71fa56f9", "forIisFlag": true, + "first1minCandleDate": "2022-08-05T12:29:00Z", + "first1dayCandleDate": "2022-08-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100D30": { - "figi": "BBG00PYL4HQ0", - "ticker": "RU000A100D30", + "RU000A103RJ3": { + "figi": "BBG012Q8FLM1", + "ticker": "RU000A103RJ3", "classCode": "TQCB", - "isin": "RU000A100D30", + "isin": "RU000A103RJ3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Республика Беларусь выпуск 3", + "name": "\u041f\u0435\u0440\u0432\u043e\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u043e\u0440\u0441\u043a\u043e\u0435 \u0431\u044e\u0440\u043e 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-08-03T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-09-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-05-20T00:00:00Z", - "placementDate": "2019-08-07T00:00:00Z", + "stateRegDate": "2021-09-14T00:00:00Z", + "placementDate": "2021-09-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103311,53 +100577,55 @@ }, "aciValue": { "currency": "rub", - "units": "40", - "nano": 50000000 + "units": "22", + "nano": 380000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c9bd45db-6016-41e6-b96a-594bffe4ffef", + "uid": "81f8c05a-9216-48c0-9f9c-3db0dc259012", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5b6a5628-6e69-46c7-8a65-c98c1f363e1e", + "positionUid": "40b857ab-6848-4a0b-bb38-adb90ffbc135", "forIisFlag": true, + "first1minCandleDate": "2021-09-24T12:32:00Z", + "first1dayCandleDate": "2021-09-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100BB0": { - "figi": "BBG00P33Q8B6", - "ticker": "RU000A100BB0", + "RU000A102DK3": { + "figi": "TCS00A102DK3", + "ticker": "RU000A102DK3", "classCode": "TQCB", - "isin": "RU000A100BB0", + "isin": "RU000A102DK3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Русал Братск БО-001P выпуск 1", + "name": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u0422\u0435\u043b\u0435\u043a\u043e\u043c \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-04-16T00:00:00Z", + "maturityDate": "2024-05-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-25T00:00:00Z", - "placementDate": "2019-04-29T00:00:00Z", + "stateRegDate": "2020-11-10T00:00:00Z", + "placementDate": "2020-11-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103365,16 +100633,16 @@ }, "aciValue": { "currency": "rub", - "units": "38", - "nano": 140000000 + "units": "28", + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "2500000", + "issueSizePlan": "2500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103386,32 +100654,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cda1c6d7-14e4-459f-83f1-1c8a6153ca2a", + "uid": "8feb66a8-47bf-49eb-82b3-d9b54c2c1976", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5d0988d6-cfb3-459b-9e3c-b6d034cead22", + "positionUid": "d03747b6-686a-4be7-95ae-6bfb649e6914", "forIisFlag": true, + "first1minCandleDate": "2020-11-24T11:27:00Z", + "first1dayCandleDate": "2020-11-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYM21": { - "figi": "BBG00JGF4LC3", - "ticker": "RU000A0ZYM21", + "RU000A0ZYU05": { + "figi": "BBG00K2B2M16", + "ticker": "RU000A0ZYU05", "classCode": "TQCB", - "isin": "RU000A0ZYM21", + "isin": "RU000A0ZYU05", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Домодедово выпуск 1", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-12-20T00:00:00Z", + "maturityDate": "2033-02-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-12-22T00:00:00Z", - "placementDate": "2017-12-26T00:00:00Z", + "stateRegDate": "2018-02-16T00:00:00Z", + "placementDate": "2018-02-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103419,16 +100689,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 660000000 + "units": "4", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103440,49 +100710,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "80c8687d-1b87-4a11-ba9e-0aa8a2a15560", + "uid": "ee465ecd-e8b9-4513-844f-16c7834554dd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b46185f9-f3cc-4f8d-921c-52a4414a0666", + "positionUid": "0be45fd5-8bb7-4cab-b36f-c1149e819242", "forIisFlag": true, + "first1minCandleDate": "2019-10-15T08:24:00Z", + "first1dayCandleDate": "2019-10-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102GY7": { - "figi": "TCS00A102GY7", - "ticker": "RU000A102GY7", - "classCode": "TQCB", - "isin": "RU000A102GY7", + "RU000A102CK5": { + "figi": "BBG00Y5TNGR6", + "ticker": "RU000A102CK5", + "classCode": "TQOE", + "isin": "RU000A102CK5", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "Хэдхантер выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-11T00:00:00Z", + "name": "Russia 2027 EUR", + "exchange": "MOEX", + "couponQuantityPerYear": 1, + "maturityDate": "2027-11-20T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "100000", "nano": 0 }, - "stateRegDate": "2020-12-04T00:00:00Z", - "placementDate": "2020-12-14T00:00:00Z", + "stateRegDate": "2020-11-20T00:00:00Z", + "placementDate": "2020-11-20T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "6", - "nano": 720000000 + "currency": "eur", + "units": "903", + "nano": 80000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "12500", + "issueSizePlan": "7500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103491,35 +100763,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "9dc505f9-c68c-4494-a2ea-543b8c8edb3b", + "uid": "b7860fd2-3939-4e93-9a09-822cef235448", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3311f78f-fe5a-4e37-834c-918339e31101", - "forIisFlag": true, + "positionUid": "495598f7-0a10-4a9d-9e45-87f602fa118e", + "forIisFlag": false, + "first1minCandleDate": "2020-12-01T10:25:00Z", + "first1dayCandleDate": "2020-12-01T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A103GL2": { - "figi": "BBG0120X4T49", - "ticker": "RU000A103GL2", - "classCode": "TQIR", - "isin": "RU000A103GL2", + "RU000A101RT6": { + "figi": "BBG011MDB894", + "ticker": "RU000A101RT6", + "classCode": "TQCB", + "isin": "RU000A101RT6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МФК ЦФП выпуск 2", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-07-18T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-06-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-28T00:00:00Z", - "placementDate": "2021-08-03T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2021-06-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103527,16 +100801,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 840000000 + "units": "14", + "nano": 960000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103548,86 +100822,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae77c755-7a03-4ced-af50-18fa4bbbda28", + "uid": "ab973ca9-d1de-4f4e-879f-b57c49bb52f8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "39f6fda7-e5a7-4746-bc5e-7ce5bd20f162", + "positionUid": "0b9edf75-887b-4fc0-9b2f-34c3bbf270bc", "forIisFlag": true, + "first1minCandleDate": "2021-06-28T12:25:00Z", + "first1dayCandleDate": "2021-06-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101SM9": { - "figi": "BBG00VDF8F10", - "ticker": "RU000A101SM9", - "classCode": "TQCB", - "isin": "RU000A101SM9", + "SU29014RMFS6": { + "figi": "BBG00VY13C74", + "ticker": "SU29014RMFS6", + "classCode": "TQOB", + "isin": "RU000A101N52", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Камаз", + "name": "\u041e\u0424\u0417 29014", "exchange": "MOEX", "couponQuantityPerYear": 4, - "maturityDate": "2023-06-07T00:00:00Z", + "maturityDate": "2026-03-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-08T00:00:00Z", - "placementDate": "2020-06-10T00:00:00Z", + "stateRegDate": "2020-05-07T00:00:00Z", + "placementDate": "2020-05-13T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 890000000 + "units": "16", + "nano": 500000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "450000443", + "issueSizePlan": "450000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "37736b06-faf2-4704-a630-3cfcbbe7fc2b", + "uid": "98d3d343-9d89-467a-8d2b-da114e26df5b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e5e08161-9d77-44ac-ac05-19f13c64c1b4", + "positionUid": "d5362ea0-c1f7-401d-b584-b0713113d9a3", "forIisFlag": true, + "first1minCandleDate": "2020-07-08T13:43:00Z", + "first1dayCandleDate": "2020-07-08T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A102952": { - "figi": "BBG00XYH8FH2", - "ticker": "RU000A102952", + "RU000A102CU4": { + "figi": "BBG00Y9B45C2", + "ticker": "RU000A102CU4", "classCode": "TQCB", - "isin": "RU000A102952", + "isin": "RU000A102CU4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВИС Финанс выпуск 1", + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a 001P-SBER19", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2027-10-12T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-11-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-19T00:00:00Z", - "placementDate": "2020-10-20T00:00:00Z", + "stateRegDate": "2020-11-03T00:00:00Z", + "placementDate": "2020-11-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103635,16 +100913,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 490000000 + "units": "16", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "2500000", - "issueSizePlan": "2500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "18000000", + "issueSizePlan": "40000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103656,32 +100934,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c66cb9d-966e-4b43-94c5-43915097d618", + "uid": "89b82b03-3008-4616-b8fc-8b87095afd20", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1f1c9af5-6a1b-41a1-99f7-2e98e9345b2f", + "positionUid": "9a68e631-28b5-4151-9e75-8f9b46034113", "forIisFlag": true, + "first1minCandleDate": "2020-11-20T12:07:00Z", + "first1dayCandleDate": "2020-11-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103XP8": { - "figi": "BBG01391D0C2", - "ticker": "RU000A103XP8", - "classCode": "TQIR", - "isin": "RU000A103XP8", + "RU000A1053A9": { + "figi": "TCS00A1053A9", + "ticker": "RU000A1053A9", + "classCode": "TQCB", + "isin": "RU000A1053A9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ferroni выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-10-07T00:00:00Z", + "name": "\u0421\u044d\u0442\u043b \u0413\u0440\u0443\u043f\u043f", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2025-08-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-22T00:00:00Z", - "placementDate": "2021-10-28T00:00:00Z", + "stateRegDate": "2022-08-05T00:00:00Z", + "placementDate": "2022-08-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103689,107 +100969,110 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 730000000 + "units": "7", + "nano": 320000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2f2d23ee-1c1b-40ec-a77e-c55cf7c2b13a", + "uid": "e0d65b2a-23f5-4006-8c54-0a4d0d35e68f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f0bdd985-736a-4c85-9182-0ebd45a16366", + "positionUid": "9ccc67d3-ac06-4a6a-a2d2-e6841c75098b", "forIisFlag": true, + "first1minCandleDate": "2022-08-17T13:30:00Z", + "first1dayCandleDate": "2022-08-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102Y66": { - "figi": "TCS00A102Y66", - "ticker": "RU000A102Y66", - "classCode": "TQCB", - "isin": "RU000A102Y66", + "EGPT0329": { + "figi": "BBG00NDMW359", + "ticker": "EGPT0329", + "classCode": "SPBBND", + "isin": "XS1953057061", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Легенда выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-04-08T00:00:00Z", + "name": "The Arab Republic of Egypt", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2029-03-01T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-30T00:00:00Z", - "placementDate": "2021-04-06T00:00:00Z", + "placementDate": "2019-02-26T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "2", - "nano": 450000000 + "currency": "usd", + "units": "1", + "nano": 688889000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "government", + "issueKind": "documentary", + "issueSize": "1750000", + "issueSizePlan": "1750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5250b247-12d7-4b19-b262-620e1c4f69d3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "325b52e4-f66f-4cec-ba7c-457bbf54bd32", + "uid": "54255b83-c881-4a7b-83ec-9d8667c740a1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "fe5fd831-b625-4a7b-8095-8b8e96c55908", "forIisFlag": true, + "first1minCandleDate": "2020-05-29T12:36:00Z", + "first1dayCandleDate": "2020-05-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102GU5": { - "figi": "TCS00A102GU5", - "ticker": "RU000A102GU5", + "RU000A104WS2": { + "figi": "TCS00A104WS2", + "ticker": "RU000A104WS2", "classCode": "TQCB", - "isin": "RU000A102GU5", + "isin": "RU000A104WS2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Белуга БО-П04", + "name": "Whoosh \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2025-12-05T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-09T00:00:00Z", - "placementDate": "2020-12-11T00:00:00Z", + "stateRegDate": "2022-06-24T00:00:00Z", + "placementDate": "2022-06-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103797,53 +101080,55 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 310000000 + "units": "26", + "nano": 260000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3500000", + "issueSizePlan": "3500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e802eb1c-04d1-4bc5-92d7-4a6c9e464763", + "uid": "257bdd22-d163-4557-ad20-daa430e7a26b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2937bdd0-84d3-4676-a123-73316fb331e7", + "positionUid": "7ede134c-d81b-4be2-abff-d790c91e8741", "forIisFlag": true, + "first1minCandleDate": "2022-06-29T11:45:00Z", + "first1dayCandleDate": "2022-06-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1015E0": { - "figi": "BBG00R2FH979", - "ticker": "RU000A1015E0", + "RU000A0JWST1": { + "figi": "BBG00DQFVRK3", + "ticker": "RU000A0JWST1", "classCode": "TQCB", - "isin": "RU000A1015E0", + "isin": "RU000A0JWST1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Белуга Групп БО-П03", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-12-03T00:00:00Z", + "maturityDate": "2026-09-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-05T00:00:00Z", - "placementDate": "2019-12-10T00:00:00Z", + "stateRegDate": "2016-08-01T00:00:00Z", + "placementDate": "2016-09-13T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -103851,70 +101136,72 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 950000000 + "units": "0", + "nano": 450000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1b08e2ba-36b7-40b8-acd3-98e3fb63aeec", + "uid": "d57d26e6-0983-438b-93c5-045b51a9c07c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cec5c97b-1b53-463e-bf60-cdf86a5fb4aa", + "positionUid": "45a29ea7-da01-44dd-986b-b9fd0ef527ed", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T11:19:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101KK0": { - "figi": "BBG00SXFWRX7", - "ticker": "RU000A101KK0", + "RU000A1030T7": { + "figi": "BBG010JBJ976", + "ticker": "RU000A1030T7", "classCode": "TQCB", - "isin": "RU000A101KK0", + "isin": "RU000A1030T7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Роснано БО-002P выпуск 4", + "name": "\u041c\u043e\u0441\u043a\u0432\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 73", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-03-26T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-04-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-03-27T00:00:00Z", - "placementDate": "2020-03-31T00:00:00Z", + "stateRegDate": "2021-04-06T00:00:00Z", + "placementDate": "2021-04-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 550000000 + "units": "26", + "nano": 630000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "6500000", - "issueSizePlan": "6500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "70000000", + "issueSizePlan": "70000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -103926,46 +101213,47 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ddd77f93-7efa-4a92-ab87-da52164b5165", + "uid": "12376302-3f99-4ea5-bc6c-6462e8488229", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8ca15536-f996-4291-b9c8-01bd90ee7ded", + "positionUid": "eefce902-9dbd-4232-ac47-e371cfb9f3ce", "forIisFlag": true, + "first1minCandleDate": "2021-06-10T13:46:00Z", + "first1dayCandleDate": "2021-06-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1034X1": { - "figi": "BBG00A1034X1", - "ticker": "RU000A1034X1", - "classCode": "TQCB", - "isin": "RU000A1034X1", + "XS2010044621": { + "figi": "BBG00Q994JS7", + "ticker": "XS2010044621", + "classCode": "TQOD", + "isin": "XS2010044621", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Лизинг трейд выпуск 3", + "name": "Sibur", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2026-04-30T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-09-23T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-24T00:00:00Z", - "placementDate": "2021-05-26T00:00:00Z", + "placementDate": "2019-09-23T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 300000000 + "currency": "usd", + "units": "15", + "nano": 908333000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "materials", + "issueKind": "documentary", "issueSize": "500000", "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", @@ -103974,55 +101262,81 @@ "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "eb6b3b07-b296-4b80-b22f-2b28497489ea", + "uid": "b7ff6778-3e94-4373-8c12-c5645f0fa4aa", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4c2bc517-b926-4e8f-b474-e33db69d5850", + "positionUid": "7a767feb-c86a-4a9d-abcd-7e1852859cbd", "forIisFlag": true, + "first1minCandleDate": "2020-11-16T15:03:00Z", + "first1dayCandleDate": "2020-11-16T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A101L96": { - "figi": "BBG00T7HZJG4", - "ticker": "RU000A101L96", - "classCode": "TQCB", - "isin": "RU000A101L96", + "SU26227RMFS7": { + "figi": "BBG00NQBGZX5", + "ticker": "SU26227RMFS7", + "classCode": "TQOB", + "isin": "RU000A1007F4", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "ЕвроХим выпуск 7", + "name": "\u041e\u0424\u0417 26227", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-04-10T00:00:00Z", + "maturityDate": "2024-07-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-04-13T00:00:00Z", - "placementDate": "2020-04-16T00:00:00Z", + "stateRegDate": "2019-03-25T00:00:00Z", + "placementDate": "2019-03-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 150000000 + "units": "10", + "nano": 140000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104031,35 +101345,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "33fdd198-b2a2-46ae-8f38-e628de8b4ded", + "uid": "a550328e-ec34-4120-874f-9e82f0dc9723", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "68b962b1-349e-4c6f-bfcc-4adc7d1a627d", + "positionUid": "e596466b-142a-4bf4-be6f-bbb0238f59d3", "forIisFlag": true, + "first1minCandleDate": "2019-03-27T09:13:00Z", + "first1dayCandleDate": "2019-03-27T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A101CQ4": { - "figi": "BBG00RLS6TT4", - "ticker": "RU000A101CQ4", + "RU000A0ZYJ91": { + "figi": "BBG00JDS8JM8", + "ticker": "RU000A0ZYJ91", "classCode": "TQCB", - "isin": "RU000A101CQ4", + "isin": "RU000A0ZYJ91", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СУЭК-Финанс выпуск 5", + "name": "\u0424\u0421\u041a \u0415\u042d\u0421 \u0411\u041e-4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2030-01-16T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2052-10-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-01-27T00:00:00Z", - "placementDate": "2020-01-29T00:00:00Z", + "stateRegDate": "2012-06-06T00:00:00Z", + "placementDate": "2017-12-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104067,16 +101383,16 @@ }, "aciValue": { "currency": "rub", - "units": "33", - "nano": 270000000 + "units": "1", + "nano": 670000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "30000000", - "issueSizePlan": "30000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueKind": "documentary", + "issueSize": "7000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104088,32 +101404,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8002f25a-082e-4ec7-a48c-f581c8450497", + "uid": "1bd8de7f-f9e3-4406-b311-d0d807d7e9a5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "51280120-ac58-4471-bdc0-403486858d14", + "positionUid": "f0399a56-7962-4a9f-b8ca-5931cdf07e12", "forIisFlag": true, + "first1minCandleDate": "2018-03-12T16:51:00Z", + "first1dayCandleDate": "2017-12-06T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZ1H2": { - "figi": "BBG00KHD7983", - "ticker": "RU000A0ZZ1H2", + "RU000A101HJ8": { + "figi": "BBG00RVD9KF7", + "ticker": "RU000A101HJ8", "classCode": "TQCB", - "isin": "RU000A0ZZ1H2", + "isin": "RU000A101HJ8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОГК-2 выпуск 3", + "name": "\u041c\u0430\u0433\u043d\u0438\u0442 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-03-31T00:00:00Z", + "maturityDate": "2023-03-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-04-02T00:00:00Z", - "placementDate": "2018-04-06T00:00:00Z", + "stateRegDate": "2020-03-04T00:00:00Z", + "placementDate": "2020-03-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104121,16 +101439,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 300000000 + "units": "1", + "nano": 190000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104142,34 +101460,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5cab7a6-9727-4527-813e-899e32223b58", + "uid": "def9459b-8f82-478a-b6d6-9d2232c25b9c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e9c39f62-6739-465d-8a08-a6b3f43f2c07", + "positionUid": "99226643-239d-4f34-b338-bd1ef10ddd24", "forIisFlag": true, - "first1minCandleDate": "2019-11-25T07:25:00Z", - "first1dayCandleDate": "2019-11-25T07:00:00Z", + "first1minCandleDate": "2020-03-05T11:40:00Z", + "first1dayCandleDate": "2020-03-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1034T9": { - "figi": "BBG00A1034T9", - "ticker": "RU000A1034T9", + "RU000A102RF3": { + "figi": "BBG00Z84TTZ2", + "ticker": "RU000A102RF3", "classCode": "TQCB", - "isin": "RU000A1034T9", + "isin": "RU000A102RF3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС Банк выпуск 1", + "name": "\u0425\u041a\u0424 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-05-24T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2026-02-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-17T00:00:00Z", - "placementDate": "2021-05-26T00:00:00Z", + "stateRegDate": "2010-12-20T00:00:00Z", + "placementDate": "2021-02-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104177,16 +101495,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 630000000 + "units": "5", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104198,49 +101516,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "17633919-266f-4418-99b5-52a12537203d", + "uid": "9413f12b-3db1-47db-b756-d0c2537cfce6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ae14ffd5-d01f-4139-ac2c-9ce56efc25e7", + "positionUid": "8edda446-0d5e-459a-8b3e-f49780cc3d7b", "forIisFlag": true, + "first1minCandleDate": "2021-02-12T13:01:00Z", + "first1dayCandleDate": "2021-02-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101RV2": { - "figi": "BBG00XH4RHP6", - "ticker": "RU000A101RV2", + "RU000A0ZYC98": { + "figi": "BBG00HTR61W7", + "ticker": "RU000A0ZYC98", "classCode": "TQCB", - "isin": "RU000A101RV2", + "isin": "RU000A0ZYC98", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Казахстан выпуск 7", + "name": "\u041c\u0435\u0433\u0430\u0424\u043e\u043d \u0411\u041e-1 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-09-15T00:00:00Z", + "maturityDate": "2022-10-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2020-09-23T00:00:00Z", + "stateRegDate": "2017-10-03T00:00:00Z", + "placementDate": "2017-10-09T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 530000000 + "units": "33", + "nano": 770000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104252,32 +101572,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "462824c2-aa6c-4b03-9137-bf472e52b575", + "uid": "0d708722-c685-44de-9167-1ceca39968f5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0eca036b-aaa5-4de9-b7ad-30ddda8058cc", + "positionUid": "9857d44c-42fa-4fda-abe8-8796416f20f0", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T05:24:00Z", + "first1dayCandleDate": "2017-10-09T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JVA10": { - "figi": "BBG0089PCRC1", - "ticker": "RU000A0JVA10", + "RU000A101EF3": { + "figi": "BBG00RQ1DXY5", + "ticker": "RU000A101EF3", "classCode": "TQCB", - "isin": "RU000A0JVA10", + "isin": "RU000A101EF3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК БО-04", + "name": "\u041c\u0435\u0442\u0430\u043b\u043b\u043e\u0438\u043d\u0432\u0435\u0441\u0442 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a\u00a04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-03-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2030-01-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-04-24T00:00:00Z", - "placementDate": "2015-03-19T00:00:00Z", + "stateRegDate": "2013-05-23T00:00:00Z", + "placementDate": "2020-02-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104285,16 +101607,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 180000000 + "units": "5", + "nano": 200000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104306,49 +101628,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3fdcff58-3157-4c1f-ad7f-b2a824bf8ef1", + "uid": "4f9a12a5-d4ba-4f3c-9fbe-f6acdebe0392", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bde99a88-6798-4fe9-bb49-bd3b195453e6", + "positionUid": "d2c01a11-76b9-446d-80a1-4ea7b0fcd3f5", "forIisFlag": true, + "first1minCandleDate": "2020-02-12T11:05:00Z", + "first1dayCandleDate": "2020-02-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXU48": { - "figi": "BBG00H14B6Z8", - "ticker": "RU000A0JXU48", - "classCode": "TQOD", - "isin": "RU000A0JXU48", + "SU26237RMFS6": { + "figi": "BBG011FJ6573", + "ticker": "SU26237RMFS6", + "classCode": "TQOB", + "isin": "RU000A1038Z7", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "ВЭБ.РФ ПБО-001P-08", - "exchange": "MOEX", + "name": "\u041e\u0424\u0417 26237", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-12-15T00:00:00Z", + "maturityDate": "2029-03-14T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-06-19T00:00:00Z", - "placementDate": "2017-06-22T00:00:00Z", + "stateRegDate": "2021-06-11T00:00:00Z", + "placementDate": "2021-06-16T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "1000", + "currency": "rub", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "4", - "nano": 190000000 + "currency": "rub", + "units": "31", + "nano": 20000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "550000", - "issueSizePlan": "550000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000000", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104357,51 +101681,52 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "0f8e534f-2978-4828-9485-12b0ff868865", + "uid": "b2851330-f5bc-4bca-8726-26fcc3abfeaf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "94fbd127-9f43-4fde-bc96-779d82f886d6", + "positionUid": "03ed4a5a-a53d-47e5-a782-2b61c5c84656", "forIisFlag": true, + "first1minCandleDate": "2021-06-23T15:07:00Z", + "first1dayCandleDate": "2021-06-23T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.001 }, - "RU000A101UQ6": { - "figi": "BBG00VWZ2229", - "ticker": "RU000A101UQ6", - "classCode": "TQCB", - "isin": "RU000A101UQ6", + "XS2099763075": { + "figi": "BBG00RHTYB60", + "ticker": "XS2099763075", + "classCode": "TQOD", + "isin": "XS2099763075", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ИКС 5 Финанс выпуск 12", + "name": "Credit Bank of Moscow", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2035-06-12T00:00:00Z", + "maturityDate": "2025-01-29T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-25T00:00:00Z", - "placementDate": "2020-06-30T00:00:00Z", + "placementDate": "2020-01-29T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "3", - "nano": 560000000 + "currency": "usd", + "units": "5", + "nano": 222222000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "issueKind": "documentary", + "issueSize": "541000", + "issueSizePlan": "600000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -104411,35 +101736,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "f91ef690-56e6-49fa-9cd8-4e4e767189bd", + "uid": "2e422c61-a401-4893-b887-a5523a85a938", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "446f9512-00ab-49a1-beb5-62235b366da2", + "positionUid": "eb3fa516-8ce0-46ae-bcb3-f1c969c19dd0", "forIisFlag": true, + "first1minCandleDate": "2020-02-04T07:31:00Z", + "first1dayCandleDate": "2020-02-04T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A102SX4": { - "figi": "BBG00ZHPT667", - "ticker": "RU000A102SX4", + "RU000A102QX8": { + "figi": "BBG00Z95Q9G6", + "ticker": "RU000A102QX8", "classCode": "TQCB", - "isin": "RU000A102SX4", + "isin": "RU000A102QX8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 19", + "name": "\u041b\u0430\u0439\u0444\u0441\u0442\u0440\u0438\u043c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2031-02-17T00:00:00Z", + "maturityDate": "2024-02-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-20T00:00:00Z", - "placementDate": "2021-03-01T00:00:00Z", + "stateRegDate": "2020-12-23T00:00:00Z", + "placementDate": "2021-02-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104447,16 +101774,16 @@ }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 470000000 + "units": "8", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "12500000", - "issueSizePlan": "12500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104468,126 +101795,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4ffbb203-ff5e-4d3e-b24c-bfc7b8224e71", + "uid": "b842408b-c131-424e-bf6e-0f6c64f1c83f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c3a33f93-5f78-4b56-b8c6-84c198cf6bbb", + "positionUid": "a8518b82-694d-459e-b4bc-c3c028a295ab", "forIisFlag": true, + "first1minCandleDate": "2021-02-09T11:19:00Z", + "first1dayCandleDate": "2021-02-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102CL3": { - "figi": "BBG00Y5TQNQ9", - "ticker": "RU000A102CL3", - "classCode": "TQOE", - "isin": "RU000A102CL3", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", - "couponQuantityPerYear": 1, - "maturityDate": "2032-11-20T00:00:00Z", - "nominal": { - "currency": "eur", - "units": "100000", - "nano": 0 - }, - "stateRegDate": "2020-11-20T00:00:00Z", - "placementDate": "2020-11-20T00:00:00Z", - "placementPrice": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "eur", - "units": "1236", - "nano": 710000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "12500", - "issueSizePlan": "12500", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "5de76145-32dd-4bcb-9cee-b477e06165a9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "55845eb6-7663-4a93-9420-691858f9da27", - "forIisFlag": false, - "type": "Bonds", - "step": 0.01 - }, - "XS0316524130": { - "figi": "BBG0000JWX54", - "ticker": "XS0316524130", - "classCode": "TQOD", - "isin": "XS0316524130", + "RU000A0JXN05": { + "figi": "BBG00GCRTCX7", + "ticker": "RU000A0JXN05", + "classCode": "TQCB", + "isin": "RU000A0JXN05", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 739900000 - }, - "dshort": { - "units": "1", - "nano": 220100000 - }, - "dlongMin": { - "units": "0", - "nano": 490000000 - }, - "dshortMin": { - "units": "0", - "nano": 490000000 - }, + "currency": "rub", "shortEnabledFlag": false, - "name": "Gazprom", - "exchange": "MOEX", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2037-08-16T00:00:00Z", + "maturityDate": "2032-05-18T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2007-08-16T00:00:00Z", + "stateRegDate": "2017-04-04T00:00:00Z", + "placementDate": "2017-04-07T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "31", - "nano": 581333000 + "currency": "rub", + "units": "23", + "nano": 840000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "1250000", - "issueSizePlan": "1250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104596,35 +101848,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c7c296c-1f26-429f-ad8b-03fa1b6ba7fa", + "uid": "e5566718-ac2b-4e68-bf4d-5d04f4cbd3e3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fc20e8f8-cecd-4456-90e1-1333d98b234c", + "positionUid": "ce9113b9-af5d-447e-aa2c-4d424fe484fd", "forIisFlag": true, + "first1minCandleDate": "2018-03-12T19:56:00Z", + "first1dayCandleDate": "2017-04-07T00:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A100XU4": { - "figi": "BBG00QN37PX1", - "ticker": "RU000A100XU4", + "RU000A101ST4": { + "figi": "BBG00VFJK5W4", + "ticker": "RU000A101ST4", "classCode": "TQCB", - "isin": "RU000A100XU4", + "isin": "RU000A101ST4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 7", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-10-11T00:00:00Z", + "maturityDate": "2023-06-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-03T00:00:00Z", - "placementDate": "2019-10-18T00:00:00Z", + "stateRegDate": "2019-04-03T00:00:00Z", + "placementDate": "2020-06-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104632,16 +101886,16 @@ }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 990000000 + "units": "31", + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", + "issueKind": "non_documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104653,32 +101907,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa519d49-79c3-4a60-9c6b-336e77112cae", + "uid": "3ebc5208-a14a-43e6-b5a9-e46dbe99aee5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bc4b4dae-66e2-437b-a712-72b308fe9e6d", + "positionUid": "6e8a1f91-f3d7-453d-8cfa-7dc6efa257f5", "forIisFlag": true, + "first1minCandleDate": "2020-06-11T12:37:00Z", + "first1dayCandleDate": "2020-06-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWVL2": { - "figi": "BBG00DY7RMW5", - "ticker": "RU000A0JWVL2", + "RU000A100WA8": { + "figi": "BBG00QJ5KYT2", + "ticker": "RU000A100WA8", "classCode": "TQCB", - "isin": "RU000A0JWVL2", + "isin": "RU000A100WA8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Европлан БО 07", + "name": "\u041b\u0421\u0420 \u0432\u044b\u043f\u0443\u0441\u043a\u00a04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-09-29T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-09-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-08-05T00:00:00Z", - "placementDate": "2016-10-11T00:00:00Z", + "stateRegDate": "2019-10-02T00:00:00Z", + "placementDate": "2019-10-04T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104686,53 +101942,55 @@ }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 800000000 + "units": "16", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "da70790e-c26b-4d94-abd6-0b045da9a82f", + "uid": "04217638-b3b6-4b0b-807e-3ab9757a6ed8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "48f288e0-8233-4903-8035-797f2c327a64", + "positionUid": "581a7b11-1939-4353-83a5-dddad9101481", "forIisFlag": true, + "first1minCandleDate": "2019-10-04T11:54:00Z", + "first1dayCandleDate": "2019-10-04T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103KJ8": { - "figi": "TCS00A103KJ8", - "ticker": "RU000A103KJ8", + "RU000A101GZ6": { + "figi": "TCS00A101GZ6", + "ticker": "RU000A101GZ6", "classCode": "TQCB", - "isin": "RU000A103KJ8", + "isin": "RU000A101GZ6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Европлан 001Р-03", + "name": "\u0423\u0440\u0430\u043b\u043a\u0430\u043b\u0438\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2031-08-08T00:00:00Z", + "maturityDate": "2025-02-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-13T00:00:00Z", - "placementDate": "2021-08-20T00:00:00Z", + "stateRegDate": "2020-02-27T00:00:00Z", + "placementDate": "2020-03-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104740,16 +101998,16 @@ }, "aciValue": { "currency": "rub", - "units": "35", - "nano": 840000000 + "units": "1", + "nano": 690000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "30000000", + "issueSizePlan": "30000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104761,32 +102019,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9f1807d3-5be4-4baa-898a-6a1bbfc31076", + "uid": "198292fc-b62a-4b8e-b560-0a3da4ad118c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f6647343-e97b-4991-8813-98bf48b1b7f8", + "positionUid": "410d6b13-f3d9-4c50-9eb5-7858318c2e07", "forIisFlag": true, + "first1minCandleDate": "2020-03-03T11:04:00Z", + "first1dayCandleDate": "2020-03-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYU05": { - "figi": "BBG00K2B2M16", - "ticker": "RU000A0ZYU05", - "classCode": "TQCB", - "isin": "RU000A0ZYU05", + "RU000A101NJ6": { + "figi": "BBG00TW9WTR3", + "ticker": "RU000A101NJ6", + "classCode": "TQIR", + "isin": "RU000A101NJ6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 5", + "name": "\u0427\u0417\u041f\u0421\u041d-\u041f\u0440\u043e\u0444\u043d\u0430\u0441\u0442\u0438\u043b \u0411\u041e-\u041f2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2033-02-01T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-05-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-02-16T00:00:00Z", - "placementDate": "2018-02-20T00:00:00Z", + "stateRegDate": "2019-12-17T00:00:00Z", + "placementDate": "2020-05-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104794,16 +102054,16 @@ }, "aciValue": { "currency": "rub", - "units": "31", - "nano": 200000000 + "units": "9", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104815,49 +102075,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ee465ecd-e8b9-4513-844f-16c7834554dd", + "uid": "dc201b3b-02b6-497f-ad1a-24f5333970bb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0be45fd5-8bb7-4cab-b36f-c1149e819242", + "positionUid": "ec4aa5ce-5588-40a3-a06b-e768c75a568d", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:20:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101UR4": { - "figi": "BBG00VWZ21H5", - "ticker": "RU000A101UR4", + "RU000A1032X5": { + "figi": "BBG0110WZC19", + "ticker": "RU000A1032X5", "classCode": "TQCB", - "isin": "RU000A101UR4", + "isin": "RU000A1032X5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Башкирская содовая компания выпуск 2", + "name": "\u0422\u0415\u0425\u041d\u041e \u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-06-24T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2026-04-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-23T00:00:00Z", - "placementDate": "2020-06-30T00:00:00Z", + "stateRegDate": "2021-04-16T00:00:00Z", + "placementDate": "2021-05-12T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 160000000 + "units": "1", + "nano": 180000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104869,32 +102131,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5e700050-a8cd-46f9-a361-e04042a34c27", + "uid": "81f146b3-4c3a-4d7a-9c40-82b990f85aff", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c171d50e-2e59-44e9-8b1c-18e4d5414932", + "positionUid": "338ef16e-a7d5-4b2f-8ec9-d5164e456562", "forIisFlag": true, + "first1minCandleDate": "2021-05-12T11:43:00Z", + "first1dayCandleDate": "2021-05-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101QA8": { - "figi": "BBG00V4SVMN7", - "ticker": "RU000A101QA8", + "RU000A0JXPG2": { + "figi": "BBG00GGS6C84", + "ticker": "RU000A0JXPG2", "classCode": "TQCB", - "isin": "RU000A101QA8", + "isin": "RU000A0JXPG2", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "ИКС 5 Финанс выпуск 11", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2035-05-10T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2032-04-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-25T00:00:00Z", - "placementDate": "2020-05-28T00:00:00Z", + "stateRegDate": "2017-04-20T00:00:00Z", + "placementDate": "2017-04-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -104902,16 +102190,16 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 820000000 + "units": "13", + "nano": 760000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", + "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104923,49 +102211,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5dd62de6-fa1f-4713-95e6-97cbace1a4fc", + "uid": "7cd9a1bb-2824-4837-a961-baac78d8887d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "88b6c4cc-70e7-4ea4-ac3d-c4bc19096b97", + "positionUid": "f506420a-0eed-44dc-bff1-7ca823cf2c46", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:13:00Z", + "first1dayCandleDate": "2017-04-25T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101FH6": { - "figi": "BBG00RTTRKD7", - "ticker": "RU000A101FH6", - "classCode": "TQCB", - "isin": "RU000A101FH6", + "RU000A100303": { + "figi": "BBG00N8SH448", + "ticker": "RU000A100303", + "classCode": "TQIR", + "isin": "RU000A100303", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 14", + "name": "\u041d\u0430\u0444\u0442\u0430\u0442\u0440\u0430\u043d\u0441 \u041f\u043b\u044e\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2027-02-11T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-01-11T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "10000", "nano": 0 }, - "stateRegDate": "2020-02-13T00:00:00Z", - "placementDate": "2020-02-20T00:00:00Z", + "stateRegDate": "2019-02-01T00:00:00Z", + "placementDate": "2019-02-06T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "10000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 390000000 + "units": "64", + "nano": 660000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "12000", + "issueSizePlan": "12000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -104977,18 +102267,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2478e8ad-5104-4b23-b9c2-cf275a0f3ac8", + "uid": "0a8567e1-5a7f-47c1-889e-05dbadd3c7ee", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "93d3e6b5-396b-43a8-8e81-b5f85c314695", + "positionUid": "6b75365b-837a-4c3c-be96-cb44185a73cc", "forIisFlag": true, + "first1minCandleDate": "2019-02-06T12:12:00Z", + "first1dayCandleDate": "2019-02-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26228RMFS5": { - "figi": "BBG00NZHWSQ8", - "ticker": "SU26228RMFS5", - "classCode": "TQOB", - "isin": "RU000A100A82", + "RU000A0JWG05": { + "figi": "BBG00CSJ8ZX9", + "ticker": "RU000A0JWG05", + "classCode": "TQCB", + "isin": "RU000A0JWG05", "lot": 1, "currency": "rub", "klong": { @@ -105016,34 +102308,34 @@ "nano": 140200000 }, "shortEnabledFlag": false, - "name": "ОФЗ 26228", + "name": "X5 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-04-10T00:00:00Z", + "maturityDate": "2023-04-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-22T00:00:00Z", - "placementDate": "2019-04-24T00:00:00Z", + "stateRegDate": "2013-04-22T00:00:00Z", + "placementDate": "2016-05-05T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 280000000 + "units": "30", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "450000000", - "issueSizePlan": "450000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105052,51 +102344,52 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf2a3cac-5016-4ebd-8e89-894d8186d4a2", + "uid": "cd10a119-dd49-42ca-8d5d-0af34669cc20", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "59e2c000-9594-41ba-9230-26384d0702e9", + "positionUid": "1f8fbbed-e502-464b-a6f7-47f64720e2ef", "forIisFlag": true, + "first1minCandleDate": "2018-03-12T22:00:00Z", + "first1dayCandleDate": "2016-05-05T00:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A102QX8": { - "figi": "BBG00Z95Q9G6", - "ticker": "RU000A102QX8", - "classCode": "TQCB", - "isin": "RU000A102QX8", + "XS1514045886": { + "figi": "BBG00F3406Z2", + "ticker": "XS1514045886", + "classCode": "TQOD", + "isin": "XS1514045886", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Лайфстрим выпуск 1", + "name": "Lukoil", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-02-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-11-02T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-23T00:00:00Z", - "placementDate": "2021-02-09T00:00:00Z", + "placementDate": "2016-11-02T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "19", - "nano": 730000000 + "currency": "usd", + "units": "16", + "nano": 756944000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -105106,35 +102399,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "b842408b-c131-424e-bf6e-0f6c64f1c83f", + "uid": "8bbb5d6a-670f-4c36-87d5-80626b0d0242", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a8518b82-694d-459e-b4bc-c3c028a295ab", + "positionUid": "4dda9a26-1147-4174-b64b-bb1e91252488", "forIisFlag": true, + "first1minCandleDate": "2021-02-26T08:25:00Z", + "first1dayCandleDate": "2021-02-26T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A103UY6": { - "figi": "BBG012XXXX33", - "ticker": "RU000A103UY6", - "classCode": "TQRD", - "isin": "RU000A103UY6", + "RU000A0ZYA66": { + "figi": "BBG00HNGJ8K1", + "ticker": "RU000A0ZYA66", + "classCode": "TQCB", + "isin": "RU000A0ZYA66", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Калита выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-09-21T00:00:00Z", + "name": "\u042d\u0442\u0430\u043b\u043e\u043d \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2022-09-09T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "120", "nano": 0 }, - "stateRegDate": "2021-10-01T00:00:00Z", - "placementDate": "2021-10-12T00:00:00Z", + "stateRegDate": "2017-09-06T00:00:00Z", + "placementDate": "2017-09-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -105142,16 +102437,16 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 270000000 + "units": "2", + "nano": 650000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", - "issueKind": "non_documentary", - "issueSize": "150000", - "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105163,49 +102458,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bef13f5c-5ab1-40b1-b267-f45f1519a546", + "uid": "b137abdf-f87f-430c-8fa0-d3f0cf941fff", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "42601fea-7a9f-4f44-9015-90f156a95eea", + "positionUid": "1f0b6d52-74aa-4cf0-af6a-a4e293275e19", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:49:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101Z74": { - "figi": "BBG00WFB0B30", - "ticker": "RU000A101Z74", + "RU000A101PV6": { + "figi": "BBG00V316KF8", + "ticker": "RU000A101PV6", "classCode": "TQCB", - "isin": "RU000A101Z74", + "isin": "RU000A101PV6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Газпромбанк выпуск 16", + "name": "\u0422\u0414 \u0420\u041a\u0421-\u0421\u043e\u0447\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2030-07-31T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-05-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-24T00:00:00Z", - "placementDate": "2020-07-31T00:00:00Z", + "stateRegDate": "2020-05-08T00:00:00Z", + "placementDate": "2020-05-26T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 410000000 + "units": "6", + "nano": 140000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "10630210", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105217,32 +102514,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3004c828-76da-4b32-b275-6c8e1af3a0f2", + "uid": "65c15b95-94d6-4850-9298-4e952a2bc5e1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3723146f-5ee3-47c3-9135-0b07c75fb652", + "positionUid": "0716b710-645e-4054-b67d-ed21068a3b9d", "forIisFlag": true, + "first1minCandleDate": "2020-05-26T11:07:00Z", + "first1dayCandleDate": "2020-05-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYT40": { - "figi": "BBG00K2JQWT1", - "ticker": "RU000A0ZYT40", + "RU000A100AD8": { + "figi": "BBG00NZJ4J03", + "ticker": "RU000A100AD8", "classCode": "TQCB", - "isin": "RU000A0ZYT40", + "isin": "RU000A100AD8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПАО НК Роснефть 002P-04", + "name": "\u0420\u043e\u0441\u0441\u0435\u0442\u0438 \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0438\u0439 \u0440\u0435\u0433\u0438\u043e\u043d \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-02-03T00:00:00Z", + "maturityDate": "2022-10-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-02-12T00:00:00Z", - "placementDate": "2018-02-15T00:00:00Z", + "stateRegDate": "2019-04-19T00:00:00Z", + "placementDate": "2019-04-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -105250,16 +102549,16 @@ }, "aciValue": { "currency": "rub", - "units": "33", - "nano": 80000000 + "units": "32", + "nano": 870000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", "issueKind": "documentary", - "issueSize": "50000000", - "issueSizePlan": "50000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105271,180 +102570,161 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b9386fa5-ce99-4313-833a-203bac9f5f08", + "uid": "c0140e99-c234-4ee7-8edb-468ad7be4335", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aeff8e88-9759-4098-aa9a-6fba03a52e01", + "positionUid": "a40d9789-a5c3-4703-8405-11efc98c35cc", "forIisFlag": true, + "first1minCandleDate": "2019-11-26T08:08:00Z", + "first1dayCandleDate": "2019-11-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26230RMFS1": { - "figi": "BBG00PBZNWM4", - "ticker": "SU26230RMFS1", - "classCode": "TQOB", - "isin": "RU000A100EF5", + "RU000A1043K9": { + "figi": "BBG013PZT8B6", + "ticker": "RU000A1043K9", + "classCode": "TQCB", + "isin": "RU000A1043K9", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 440500000 - }, - "dshort": { - "units": "0", - "nano": 397100000 - }, - "dlongMin": { - "units": "0", - "nano": 252000000 - }, - "dshortMin": { - "units": "0", - "nano": 182000000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26230", + "name": "\u041d\u0438\u0436\u0435\u0433\u043e\u0440\u043e\u0434\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 16", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2039-03-16T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2027-05-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-03T00:00:00Z", - "placementDate": "2019-06-05T00:00:00Z", + "stateRegDate": "2021-11-15T00:00:00Z", + "placementDate": "2021-11-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 360000000 + "units": "4", + "nano": 50000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "300000000", - "issueSizePlan": "300000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9b933bc0-bc9c-46c3-8be0-d15249b81408", + "uid": "940b1059-9d17-440a-a187-fa798a91c488", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "33ab29cc-70ac-47d0-a210-1eb18c7501ea", + "positionUid": "1b09609d-c606-4253-8170-c49756197937", "forIisFlag": true, + "first1minCandleDate": "2021-11-23T12:29:00Z", + "first1dayCandleDate": "2021-11-23T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A1020S0": { - "figi": "BBG00WMMJMN2", - "ticker": "RU000A1020S0", + "RU000A103117": { + "figi": "TCS00A103117", + "ticker": "RU000A103117", "classCode": "TQCB", - "isin": "RU000A1020S0", + "isin": "RU000A103117", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первое коллекторское бюро выпуск 2", + "name": "\u041c.\u0412\u0438\u0434\u0435\u043e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-08-10T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-04-18T00:00:00Z", "nominal": { "currency": "rub", - "units": "833", - "nano": 400000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2020-08-06T00:00:00Z", - "placementDate": "2020-08-13T00:00:00Z", + "stateRegDate": "2021-04-13T00:00:00Z", + "placementDate": "2021-04-22T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 780000000 + "units": "28", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "750000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "26938877-1282-413c-bf07-40543d99cd11", + "uid": "d3af5181-e01e-4365-a29e-90b9c3bceeae", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4a7fa208-36fc-4caa-ad49-427457438795", + "positionUid": "fac26366-c188-43b2-b265-d31bca348080", "forIisFlag": true, + "first1minCandleDate": "2021-04-22T10:56:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1023K1": { - "figi": "BBG00X5FK880", - "ticker": "RU000A1023K1", - "classCode": "TQCB", - "isin": "RU000A1023K1", + "XS0191754729": { + "figi": "BBG00008WPG3", + "ticker": "XS0191754729", + "classCode": "TQOD", + "isin": "XS0191754729", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "АФК Система выпуск 15", - "exchange": "MOEX_PLUS", + "name": "Gazprom", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2030-08-26T00:00:00Z", + "maturityDate": "2034-04-28T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-31T00:00:00Z", - "placementDate": "2020-09-07T00:00:00Z", + "placementDate": "2004-04-28T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "24", - "nano": 960000000 + "currency": "usd", + "units": "31", + "nano": 385417000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "1200000", + "issueSizePlan": "1200000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -105454,137 +102734,93 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "dc759030-fe56-4d1a-a63e-3647dc017993", + "uid": "f963e5bb-77b3-40bd-a402-0b807f1dd81b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "84905c91-5fef-4fb3-a5b8-e7ca7f0d9206", + "positionUid": "9bbe359f-3345-4b14-b275-b907e266dc3d", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T05:57:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "SU29010RMFS4": { - "figi": "BBG007Z5FFL1", - "ticker": "SU29010RMFS4", - "classCode": "TQOB", - "isin": "RU000A0JV4Q1", + "RU000A1002C2": { + "figi": "BBG00N6MD6M2", + "ticker": "RU000A1002C2", + "classCode": "TQCB", + "isin": "RU000A1002C2", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 29010", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 12", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2034-12-06T00:00:00Z", + "maturityDate": "2024-01-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-12-31T00:00:00Z", - "placementDate": "2014-12-31T00:00:00Z", + "stateRegDate": "2019-01-29T00:00:00Z", + "placementDate": "2019-02-01T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 620000000 + "units": "9", + "nano": 770000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3022c752-91f0-4e66-94ad-c536473e14c9", + "uid": "e0a35275-7eed-425d-896e-b8cbe17b7432", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "35bc676b-3724-4488-9b7e-9dc866ff098f", + "positionUid": "a478d7a4-b84e-4506-9442-9d2d1228b328", "forIisFlag": true, + "first1minCandleDate": "2019-10-15T14:44:00Z", + "first1dayCandleDate": "2019-10-15T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A0JTM28": { - "figi": "BBG0043FH1D9", - "ticker": "RU000A0JTM28", + "RU000A101YV8": { + "figi": "TCS00A101YV8", + "ticker": "RU000A101YV8", "classCode": "TQCB", - "isin": "RU000A0JTM28", + "isin": "RU000A101YV8", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "Башнефть выпуск 6", + "name": "\u041f\u043e\u0437\u0438\u0442\u0438\u0432 \u0422\u0435\u043a\u043d\u043e\u043b\u043e\u0434\u0436\u0438\u0437 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-01-31T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-07-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-09-27T00:00:00Z", - "placementDate": "2013-02-12T00:00:00Z", + "stateRegDate": "2020-07-21T00:00:00Z", + "placementDate": "2020-07-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -105592,53 +102828,55 @@ }, "aciValue": { "currency": "rub", - "units": "35", - "nano": 860000000 + "units": "13", + "nano": 550000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d37e6580-5392-44af-befc-cddaabb9318e", + "uid": "2ee80fbd-356f-4a01-8d64-d2bd1e73745c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9c2029d3-b9ae-43c3-9e69-73256bb74b20", + "positionUid": "0500b20b-1a28-4ed5-bf63-958b16a40080", "forIisFlag": true, + "first1minCandleDate": "2020-07-29T13:21:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102SC8": { - "figi": "BBG00ZDZD5C1", - "ticker": "RU000A102SC8", + "RU000A101PU8": { + "figi": "BBG00V3L02Q8", + "ticker": "RU000A101PU8", "classCode": "TQCB", - "isin": "RU000A102SC8", + "isin": "RU000A101PU8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТМК 001Р выпуск 2", + "name": "\u0422\u0440\u0430\u043d\u0441\u043c\u0430\u0448\u0445\u043e\u043b\u0434\u0438\u043d\u0433 \u041f\u0411\u041e-05", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-02-17T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-05-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-17T00:00:00Z", - "placementDate": "2021-02-20T00:00:00Z", + "stateRegDate": "2019-12-30T00:00:00Z", + "placementDate": "2020-05-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -105646,16 +102884,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 950000000 + "units": "17", + "nano": 720000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", "issueKind": "non_documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105667,32 +102905,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2de047fe-21d0-49c1-9b8a-379c50770397", + "uid": "bda1df66-6435-4032-9952-4e1b3b77311b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80125b51-01c0-4846-8a81-cb2294ba4f44", + "positionUid": "0bdf598a-8d95-484c-9144-8dcaef4f56f0", "forIisFlag": true, + "first1minCandleDate": "2020-05-27T12:40:00Z", + "first1dayCandleDate": "2020-05-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXME4": { - "figi": "BBG00GB81W02", - "ticker": "RU000A0JXME4", + "RU000A102F85": { + "figi": "BBG00YCZ0M41", + "ticker": "RU000A102F85", "classCode": "TQCB", - "isin": "RU000A0JXME4", + "isin": "RU000A102F85", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЧТПЗ выпуск 3", + "name": "\u0427\u0422\u041f\u0417 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-03-21T00:00:00Z", + "maturityDate": "2023-11-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-03-24T00:00:00Z", - "placementDate": "2017-03-30T00:00:00Z", + "stateRegDate": "2020-11-25T00:00:00Z", + "placementDate": "2020-12-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -105700,16 +102940,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 440000000 + "units": "1", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "materials", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105721,48 +102961,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "94950059-4af9-4478-889f-bc1a054af8e6", + "uid": "efd9c5bf-305d-413f-bc30-90a178479633", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "73205250-9226-4eb7-b5ab-841a4a34e3e5", + "positionUid": "eb42b952-b232-4f0e-81a6-e969aaf2de46", "forIisFlag": true, + "first1minCandleDate": "2020-12-01T12:19:00Z", + "first1dayCandleDate": "2020-12-01T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100YW8": { - "figi": "BBG00QPHPRQ2", - "ticker": "RU000A100YW8", - "classCode": "TQCB", - "isin": "RU000A100YW8", + "XS1634369224": { + "figi": "BBG00GXQKMJ9", + "ticker": "XS1634369224", + "classCode": "TQOD", + "isin": "XS1634369224", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Тойота Банк выпуск 3", - "exchange": "MOEX_PLUS", + "name": "Belarus", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2022-10-27T00:00:00Z", + "maturityDate": "2027-06-29T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-22T00:00:00Z", - "placementDate": "2019-10-25T00:00:00Z", + "placementDate": "2017-06-29T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "16", - "nano": 770000000 + "currency": "usd", + "units": "14", + "nano": 826389000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "government", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", + "issueSize": "600000", + "issueSizePlan": "600000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -105772,35 +103013,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "4f694363-09c5-4fe5-9486-a476f364f9ca", + "uid": "c0f0743d-1b8f-46d7-85f0-df1eefdbf566", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "002dbf9a-af31-4953-8e00-7853e59236b6", + "positionUid": "dce58f08-f205-48d5-8850-9caf3f49f043", "forIisFlag": true, + "first1minCandleDate": "2021-07-09T11:30:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A102FT9": { - "figi": "TCS00A102FT9", - "ticker": "RU000A102FT9", + "RU000A103PC2": { + "figi": "BBG012JC0J32", + "ticker": "RU000A103PC2", "classCode": "TQCB", - "isin": "RU000A102FT9", + "isin": "RU000A103PC2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 17", + "name": "\u0410\u0432\u0442\u043e\u0431\u0430\u043d-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-11-25T00:00:00Z", + "maturityDate": "2026-09-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-11-26T00:00:00Z", - "placementDate": "2020-12-07T00:00:00Z", + "stateRegDate": "2021-09-07T00:00:00Z", + "placementDate": "2021-09-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -105808,16 +103051,16 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 320000000 + "units": "43", + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "14000000", - "issueSizePlan": "14000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -105829,48 +103072,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d2f51222-5567-42ac-945f-6d4c234d8e6f", + "uid": "b713f8a3-7ef8-4c93-bd6c-4f8ea4d6cbcf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ae270f8b-118e-485c-9459-f2287c2d87b3", + "positionUid": "19241b60-951e-4bfe-8398-5152efc9224c", "forIisFlag": true, + "first1minCandleDate": "2021-09-14T11:33:00Z", + "first1dayCandleDate": "2021-09-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100X77": { - "figi": "BBG00QKHL1Q8", - "ticker": "RU000A100X77", - "classCode": "TQCB", - "isin": "RU000A100X77", + "XS2159874002": { + "figi": "BBG00TJF05J0", + "ticker": "XS2159874002", + "classCode": "TQOD", + "isin": "XS2159874002", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Кредит Европа Банк выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-10-07T00:00:00Z", + "name": "Lukoil", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2030-05-06T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-10T00:00:00Z", - "placementDate": "2019-10-11T00:00:00Z", + "placementDate": "2020-05-06T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "3", - "nano": 210000000 + "currency": "usd", + "units": "13", + "nano": 239583000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", + "issueSize": "1500000", + "issueSizePlan": "1500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -105880,105 +103124,108 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "b47c5110-1894-4e80-b53d-2120232a54c8", + "uid": "c344ea71-0ae1-4ef6-b4c2-a75a35d7b369", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0acc12a8-8a08-4276-aee3-25c50d6c4a03", + "positionUid": "15545545-b685-4f27-9327-173aec2cb293", "forIisFlag": true, + "first1minCandleDate": "2020-06-05T11:41:00Z", + "first1dayCandleDate": "2020-06-05T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0JWV63": { - "figi": "BBG00DYFTK31", - "ticker": "RU000A0JWV63", - "classCode": "TQCB", - "isin": "RU000A0JWV63", + "SU26234RMFS3": { + "figi": "BBG00VCY76T1", + "ticker": "SU26234RMFS3", + "classCode": "TQOB", + "isin": "RU000A101QE0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Россельхозбанк 08Т1", + "name": "\u041e\u0424\u0417 26234", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-09-23T00:00:00Z", + "maturityDate": "2025-07-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-06-10T00:00:00Z", - "placementDate": "2016-10-05T00:00:00Z", + "stateRegDate": "2020-05-28T00:00:00Z", + "placementDate": "2020-06-03T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "44", - "nano": 120000000 + "units": "6", + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "496714266", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "30a94784-5fa0-4940-ace5-7221d6f8fe99", + "uid": "abf46047-f3d8-4b1b-a33f-9aeed753cc02", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a671e22c-9f73-4837-8b41-bea204e19552", + "positionUid": "923968dc-d455-4ef9-9329-2c1b1f1faf6b", "forIisFlag": true, + "first1minCandleDate": "2020-06-10T12:11:00Z", + "first1dayCandleDate": "2020-06-10T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A103943": { - "figi": "TCS00A103943", - "ticker": "RU000A103943", - "classCode": "TQCB", - "isin": "RU000A103943", + "XS2019822357": { + "figi": "BBG00PKCLPS6", + "ticker": "XS2019822357", + "classCode": "TQOD", + "isin": "XS2019822357", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Аэрофлот выпуск 1", + "name": "BCS Structured Products 27jun2024", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-06-11T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-06-27T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1250", "nano": 0 }, - "stateRegDate": "2021-06-11T00:00:00Z", - "placementDate": "2021-06-17T00:00:00Z", + "placementDate": "2019-06-25T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "8", - "nano": 10000000 + "currency": "usd", + "units": "0", + "nano": 0 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "24650000", - "issueSizePlan": "24650000", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "8000", + "issueSizePlan": "8000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -105991,32 +103238,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "03913fbb-079b-4b08-85f5-f0e0b5187c42", + "uid": "889dda5d-3e72-4d21-a1f7-c9f94513230b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5ce1d180-d6e5-4012-8a6d-01d284df424e", + "positionUid": "c6c0021f-8503-463f-a03a-d054502ebaee", "forIisFlag": true, + "first1minCandleDate": "2019-06-28T08:50:00Z", + "first1dayCandleDate": "2019-06-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103935": { - "figi": "TCS00A103935", - "ticker": "RU000A103935", + "RU000A103133": { + "figi": "TCS00A103133", + "ticker": "RU000A103133", "classCode": "TQCB", - "isin": "RU000A103935", + "isin": "RU000A103133", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "re:Store выпуск 1", + "name": "\u041d\u043e\u0432\u043e\u0442\u0440\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-06-13T00:00:00Z", + "maturityDate": "2026-04-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-11T00:00:00Z", - "placementDate": "2021-06-17T00:00:00Z", + "stateRegDate": "2020-03-16T00:00:00Z", + "placementDate": "2021-04-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106024,69 +103273,72 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 770000000 + "units": "12", + "nano": 280000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2bdaace-3bc6-4c94-b69b-faf3d49be3ba", + "uid": "751b94d6-c1de-4c56-8380-ed0790758a1e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c5a331f4-a342-492f-80ee-c9fffad8138f", + "positionUid": "4eb494bd-a657-4138-ad5f-6acc164d6f69", "forIisFlag": true, + "first1minCandleDate": "2021-04-22T11:08:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2069992258": { - "figi": "BBG00QN36P08", - "ticker": "XS2069992258", - "classCode": "TQOD", - "isin": "XS2069992258", + "RU000A103G75": { + "figi": "BBG0122KNFZ0", + "ticker": "RU000A103G75", + "classCode": "TQCB", + "isin": "RU000A103G75", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "GMK NorNickel", + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a 001P-SBER32", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-10-28T00:00:00Z", + "maturityDate": "2023-08-04T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-10-28T00:00:00Z", + "stateRegDate": "2021-07-21T00:00:00Z", + "placementDate": "2021-08-06T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "7", - "nano": 875000000 + "currency": "rub", + "units": "6", + "nano": 800000000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "750000", - "issueSizePlan": "750000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "30000000", + "issueSizePlan": "50000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106095,105 +103347,110 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b34fcdd0-2ba9-45c8-aa4a-a79cfb401e2a", + "uid": "7f2e6c92-822c-4ef3-982f-194c12d9c17d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "171e0d09-ede4-4c42-b441-a3442e888de4", + "positionUid": "a399c9ef-5443-4ddd-bbf3-b207842267b2", "forIisFlag": true, + "first1minCandleDate": "2021-08-06T12:26:00Z", + "first1dayCandleDate": "2021-08-06T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A100YD8": { - "figi": "BBG00QPGLLB7", - "ticker": "RU000A100YD8", - "classCode": "TQIR", - "isin": "RU000A100YD8", + "XS0971721450": { + "figi": "BBG00580HCP7", + "ticker": "XS0971721450", + "classCode": "TQOD", + "isin": "XS0971721450", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Нафтатранс Плюс выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-09-26T00:00:00Z", + "name": "Russia 2023", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2023-09-16T00:00:00Z", "nominal": { - "currency": "rub", - "units": "7332", + "currency": "usd", + "units": "200000", "nano": 0 }, - "stateRegDate": "2019-10-14T00:00:00Z", - "placementDate": "2019-10-23T00:00:00Z", + "stateRegDate": "2013-09-18T00:00:00Z", + "placementDate": "2013-09-16T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "10000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "36", - "nano": 160000000 + "currency": "usd", + "units": "4685", + "nano": 416666670 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "25000", - "issueSizePlan": "25000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000", + "issueSizePlan": "15000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "ca122c61-8170-493a-9364-323062e400c5", + "uid": "3b8b53f5-00d4-4df0-a372-c70c90beb422", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d1e06839-fec2-4535-9b20-ec245b7c8cd9", - "forIisFlag": true, + "positionUid": "2a9c3aad-5a0a-46c3-8b0b-55312bad08d3", + "forIisFlag": false, + "first1minCandleDate": "2018-04-23T21:56:00Z", + "first1dayCandleDate": "2018-04-23T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "XS2384475930": { - "figi": "BBG012G07QT0", - "ticker": "XS2384475930", + "RU000A0JXU48": { + "figi": "BBG00H14B6Z8", + "ticker": "RU000A0JXU48", "classCode": "TQOD", - "isin": "XS2384475930", + "isin": "RU000A0JXU48", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Credit Bank of Moscow", + "name": "\u0412\u042d\u0411.\u0420\u0424 \u041f\u0411\u041e-001P-08", "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2026-09-21T00:00:00Z", + "maturityDate": "2022-12-15T00:00:00Z", "nominal": { "currency": "usd", "units": "1000", "nano": 0 }, - "placementDate": "2021-09-21T00:00:00Z", + "stateRegDate": "2017-06-19T00:00:00Z", + "placementDate": "2017-06-22T00:00:00Z", "placementPrice": { "currency": "usd", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "usd", - "units": "13", - "nano": 24306000 + "units": "9", + "nano": 900000000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "550000", + "issueSizePlan": "550000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106205,32 +103462,34 @@ "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "97638e3d-58df-4803-96e8-0820e32f4141", + "uid": "0f8e534f-2978-4828-9485-12b0ff868865", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2c19ed4e-6721-4297-a09c-52784dad5076", + "positionUid": "94fbd127-9f43-4fde-bc96-779d82f886d6", "forIisFlag": true, + "first1minCandleDate": "2019-09-12T12:42:00Z", + "first1dayCandleDate": "2019-09-12T07:00:00Z", "type": "Bonds", "step": 0.0001 }, - "RU000A1049P5": { - "figi": "BBG01475RD30", - "ticker": "RU000A1049P5", + "RU000A101FH6": { + "figi": "BBG00RTTRKD7", + "ticker": "RU000A101FH6", "classCode": "TQCB", - "isin": "RU000A1049P5", + "isin": "RU000A101FH6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Главторг выпуск 1", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a\u00a014", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-12-12T00:00:00Z", + "maturityDate": "2027-02-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-16T00:00:00Z", - "placementDate": "2021-12-16T00:00:00Z", + "stateRegDate": "2020-02-13T00:00:00Z", + "placementDate": "2020-02-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106238,16 +103497,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 900000000 + "units": "3", + "nano": 800000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "non_documentary", - "issueSize": "381135", - "issueSizePlan": "900000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106259,49 +103518,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "73bce23f-2ce2-4dd1-9634-61fa7bd354fb", + "uid": "2478e8ad-5104-4b23-b9c2-cf275a0f3ac8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "749e75c8-d1dd-4631-978c-8e480d6ab7dc", + "positionUid": "93d3e6b5-396b-43a8-8e81-b5f85c314695", "forIisFlag": true, + "first1minCandleDate": "2020-02-20T10:56:00Z", + "first1dayCandleDate": "2020-02-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100D63": { - "figi": "BBG00PYL4HX2", - "ticker": "RU000A100D63", - "classCode": "TQCB", - "isin": "RU000A100D63", + "SU52003RMFS9": { + "figi": "BBG00XD2M5S2", + "ticker": "SU52003RMFS9", + "classCode": "TQOB", + "isin": "RU000A102069", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Республика Беларусь выпуск 4", + "name": "\u041e\u0424\u0417 52003", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-08-03T00:00:00Z", + "maturityDate": "2030-07-17T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "1242", + "nano": 810000000 }, - "stateRegDate": "2019-05-20T00:00:00Z", - "placementDate": "2019-08-07T00:00:00Z", + "stateRegDate": "2020-08-05T00:00:00Z", + "placementDate": "2020-08-12T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "40", - "nano": 50000000 + "units": "3", + "nano": 660000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "government", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "218186911", + "issueSizePlan": "250000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106310,35 +103571,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "c127d4f4-29a1-422b-aaec-bc31e1b70c6c", + "uid": "788ced35-f059-4bb1-b9b0-262aee0a2d8b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa6a31c6-09cc-4326-aaac-b197f581f47f", + "positionUid": "3f2067b7-2805-4015-a698-352ea2a9e821", "forIisFlag": true, + "first1minCandleDate": "2020-09-16T15:39:00Z", + "first1dayCandleDate": "2020-09-16T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A100UU0": { - "figi": "BBG00QDF85H6", - "ticker": "RU000A100UU0", - "classCode": "TQCB", - "isin": "RU000A100UU0", + "RU000A103CW8": { + "figi": "BBG011QKQ291", + "ticker": "RU000A103CW8", + "classCode": "TQIR", + "isin": "RU000A103CW8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РН Банк БО-1P выпуск 6", + "name": "\u041c\u0424\u041a \u0417\u0430\u0439\u043c\u0435\u0440 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-09-26T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-06-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-09-19T00:00:00Z", - "placementDate": "2019-09-24T00:00:00Z", + "stateRegDate": "2021-06-21T00:00:00Z", + "placementDate": "2021-07-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106346,69 +103609,72 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 310000000 + "units": "2", + "nano": 450000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5c2e8428-df7b-42cf-a176-0f50d5d36053", + "uid": "a103d7d2-2c8f-47a0-a322-859e35274fcd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1c8c1c06-467b-4f23-8a6d-0b523c09c439", + "positionUid": "6d130eb8-3fde-43b9-99b4-ee7f1977b67f", "forIisFlag": true, + "first1minCandleDate": "2021-07-08T12:16:00Z", + "first1dayCandleDate": "2021-07-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0191754729": { - "figi": "BBG00008WPG3", - "ticker": "XS0191754729", - "classCode": "TQOD", - "isin": "XS0191754729", + "RU000A101S08": { + "figi": "BBG011MDDKK2", + "ticker": "RU000A101S08", + "classCode": "TQCB", + "isin": "RU000A101S08", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Gazprom", - "exchange": "MOEX", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 12", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2034-04-28T00:00:00Z", + "maturityDate": "2031-06-16T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2004-04-28T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2021-06-28T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "20", - "nano": 125000000 + "currency": "rub", + "units": "15", + "nano": 840000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "1200000", - "issueSizePlan": "1200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106417,51 +103683,52 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f963e5bb-77b3-40bd-a402-0b807f1dd81b", + "uid": "e4d18bdf-c893-4169-b977-111586c8de02", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9bbe359f-3345-4b14-b275-b907e266dc3d", + "positionUid": "9471e33e-e8cf-428f-9c2d-75efff4f57d0", "forIisFlag": true, + "first1minCandleDate": "2021-06-29T08:00:00Z", + "first1dayCandleDate": "2021-06-29T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A1010M4": { - "figi": "BBG00QTH5DF3", - "ticker": "RU000A1010M4", - "classCode": "TQCB", - "isin": "RU000A1010M4", + "XS1752568144": { + "figi": "BBG00JRK86V8", + "ticker": "XS1752568144", + "classCode": "TQOD", + "isin": "XS1752568144", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "РЖД ОАО БО 001Р-17R", + "name": "Phosagro", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-11-03T00:00:00Z", + "maturityDate": "2023-04-24T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-06T00:00:00Z", - "placementDate": "2019-11-11T00:00:00Z", + "placementDate": "2018-01-24T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "13", - "nano": 500000000 + "currency": "usd", + "units": "14", + "nano": 808750000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -106471,76 +103738,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "39c9e9c3-355f-48b2-b28d-e943ce6e4b6d", + "uid": "34be7350-fb56-4167-9e34-c1fcd952cdf5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "20aad639-f599-458b-94b8-4b4c0a850f1a", + "positionUid": "7769b904-cb5e-4940-8ac0-9ca044e87626", "forIisFlag": true, + "first1minCandleDate": "2020-10-20T13:44:00Z", + "first1dayCandleDate": "2020-10-20T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "XS0088543193": { - "figi": "BBG0000644P5", - "ticker": "XS0088543193", + "RU000A1040E8": { + "figi": "BBG013J0LT31", + "ticker": "RU000A1040E8", "classCode": "TQOD", - "isin": "XS0088543193", + "isin": "RU000A1040E8", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 375900000 - }, - "dshort": { - "units": "0", - "nano": 464100000 - }, - "dlongMin": { - "units": "0", - "nano": 210000000 - }, - "dshortMin": { - "units": "0", - "nano": 210000000 - }, "shortEnabledFlag": false, - "name": "Russia 2028", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2028-06-24T00:00:00Z", + "name": "Freedom Finance", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2026-11-06T00:00:00Z", "nominal": { "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "1998-06-24T00:00:00Z", - "placementDate": "1998-06-24T00:00:00Z", + "stateRegDate": "2021-11-01T00:00:00Z", + "placementDate": "2021-11-12T00:00:00Z", "placementPrice": { "currency": "usd", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "usd", - "units": "9", - "nano": 916666670 + "units": "4", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "2499850", - "issueSizePlan": "2500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "34000", + "issueSizePlan": "34000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106549,75 +103794,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "ab384a60-df6b-4c95-b08c-6a76d9ac721a", + "uid": "6c01d5af-d666-4624-be16-4045f3d2fc5a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2cc20e90-0740-4c30-980d-5b674308f82f", + "positionUid": "720d9e3f-90fd-4693-b2e6-81ca24622648", "forIisFlag": true, + "first1minCandleDate": "2021-11-12T12:13:00Z", + "first1dayCandleDate": "2021-11-12T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "XS1589324075": { - "figi": "BBG00GCZK5M5", - "ticker": "XS1589324075", - "classCode": "TQOD", - "isin": "XS1589324075", + "RU000A102FR3": { + "figi": "BBG00YHVQ768", + "ticker": "RU000A102FR3", + "classCode": "TQCB", + "isin": "RU000A102FR3", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 375900000 - }, - "dshort": { - "units": "0", - "nano": 464100000 - }, - "dlongMin": { - "units": "0", - "nano": 210000000 - }, - "dshortMin": { - "units": "0", - "nano": 210000000 - }, + "currency": "rub", "shortEnabledFlag": false, - "name": "GMK NorNickel", - "exchange": "MOEX_PLUS", + "name": "\u0421\u0431\u0435\u0440\u0431\u0430\u043d\u043a", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2023-04-11T00:00:00Z", + "maturityDate": "2022-12-09T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2017-04-11T00:00:00Z", + "stateRegDate": "2020-11-03T00:00:00Z", + "placementDate": "2020-12-11T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "11", - "nano": 502778000 + "currency": "rub", + "units": "12", + "nano": 950000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "25000000", + "issueSizePlan": "40000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106626,35 +103850,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a036574c-87ac-45d6-8d8e-3e4e1a7730f3", + "uid": "ebafaa94-76c1-4efa-a62b-f155cc3478c0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b156163d-9b77-4533-bd14-b59aac2850d2", + "positionUid": "c25cca35-9acf-4f15-bac0-acc29a2f630b", "forIisFlag": true, + "first1minCandleDate": "2020-12-11T11:21:00Z", + "first1dayCandleDate": "2020-12-11T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A102Y58": { - "figi": "BBG00ZX8S6G7", - "ticker": "RU000A102Y58", + "RU000A1017H9": { + "figi": "BBG00R7TP2Y0", + "ticker": "RU000A1017H9", "classCode": "TQCB", - "isin": "RU000A102Y58", + "isin": "RU000A1017H9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Брусника выпуск 2", + "name": "\u0410\u0432\u0442\u043e\u0434\u043e\u0440 \u0411\u041e-2 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-01T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-12-12T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "900", "nano": 0 }, - "stateRegDate": "2021-03-30T00:00:00Z", - "placementDate": "2021-04-05T00:00:00Z", + "stateRegDate": "2019-12-13T00:00:00Z", + "placementDate": "2019-12-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106662,53 +103888,55 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 470000000 + "units": "13", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "27280200", + "issueSizePlan": "27280200", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3d5f55f4-5ab6-406e-8dfd-c05137a46053", + "uid": "250c20a2-d3ac-4095-84a2-3a96846004c2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "00f018d3-725f-4d43-bebb-ae6361b01a2d", + "positionUid": "2b3fb719-339e-40c9-9d45-b2dd574eb196", "forIisFlag": true, + "first1minCandleDate": "2019-12-25T11:43:00Z", + "first1dayCandleDate": "2019-12-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101QF7": { - "figi": "BBG00V92X4F6", - "ticker": "RU000A101QF7", - "classCode": "TQCB", - "isin": "RU000A101QF7", + "RU000A1013C9": { + "figi": "BBG00QZ0M1V2", + "ticker": "RU000A1013C9", + "classCode": "TQIR", + "isin": "RU000A1013C9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ритейл Бел Финанс 001P-01", + "name": "\u0418\u0421 \u043f\u0435\u0442\u0440\u043e\u043b\u0435\u0443\u043c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-05-28T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-12-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "640", "nano": 0 }, - "stateRegDate": "2020-05-27T00:00:00Z", - "placementDate": "2020-06-03T00:00:00Z", + "stateRegDate": "2019-11-19T00:00:00Z", + "placementDate": "2019-11-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106716,16 +103944,16 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 950000000 + "units": "6", + "nano": 380000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106737,32 +103965,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1eef4b56-c840-4ad7-91f2-a1ca0bd8939b", + "uid": "1d9453a0-1cb8-4691-bbca-bcee4888458e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e2f2d259-0596-430b-bbae-f9a5e81a5059", + "positionUid": "073eaf94-cd9c-4aab-934d-f250592a6552", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T08:11:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYQY7": { - "figi": "BBG00JX82779", - "ticker": "RU000A0ZYQY7", - "classCode": "TQCB", - "isin": "RU000A0ZYQY7", + "RU000A104AX8": { + "figi": "BBG0147H0889", + "ticker": "RU000A104AX8", + "classCode": "TQIR", + "isin": "RU000A104AX8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 7", + "name": "\u041c\u0424\u041a \u041b\u0430\u0439\u043c-\u0417\u0430\u0439\u043c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-01-21T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-18T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "900", "nano": 0 }, - "stateRegDate": "2018-01-31T00:00:00Z", - "placementDate": "2018-02-02T00:00:00Z", + "stateRegDate": "2021-09-06T00:00:00Z", + "placementDate": "2021-12-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106771,52 +104001,54 @@ "aciValue": { "currency": "rub", "units": "32", - "nano": 890000000 + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "14798944-ed03-400e-881b-3621da8333dc", + "uid": "7d83eb52-0e18-4df3-b837-7c74aefb63a2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d576c69b-9320-4df0-95ef-c75c14e21bfb", + "positionUid": "c1ecdcb4-03c6-4615-84b5-e744aa59d538", "forIisFlag": true, + "first1minCandleDate": "2021-12-22T13:10:00Z", + "first1dayCandleDate": "2021-12-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101RJ7": { - "figi": "BBG00VHHC305", - "ticker": "RU000A101RJ7", + "RU000A101PJ1": { + "figi": "BBG00V1K0LJ8", + "ticker": "RU000A101PJ1", "classCode": "TQCB", - "isin": "RU000A101RJ7", + "isin": "RU000A101PJ1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МБЭС выпуск 2", + "name": "\u041c\u0430\u0433\u043d\u0438\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-06-03T00:00:00Z", + "maturityDate": "2023-05-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-04T00:00:00Z", - "placementDate": "2020-06-15T00:00:00Z", + "stateRegDate": "2020-05-19T00:00:00Z", + "placementDate": "2020-05-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106824,16 +104056,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 450000000 + "units": "17", + "nano": 940000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106845,49 +104077,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "14da2da8-75af-4081-85cf-7f62f47df1f1", + "uid": "d74d1d3a-dc57-4a22-a835-39cb15378f6f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d5356b0e-05d5-4b7f-afee-c24ed2799944", + "positionUid": "be18d426-94cc-41e6-8179-948e8354cb7e", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T09:06:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1020K7": { - "figi": "BBG00X0SRV34", - "ticker": "RU000A1020K7", - "classCode": "TQIR", - "isin": "RU000A1020K7", + "RU000A101S81": { + "figi": "TCS00A101S81", + "ticker": "RU000A101S81", + "classCode": "TQCB", + "isin": "RU000A101S81", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПЮДМ БО-П2", + "name": "\u0420\u0443\u0441\u0430\u043b \u0411\u0440\u0430\u0442\u0441\u043a \u0411\u041e-002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-07-16T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2030-05-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "10000", + "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-06T00:00:00Z", - "placementDate": "2020-08-11T00:00:00Z", + "stateRegDate": "2020-06-04T00:00:00Z", + "placementDate": "2020-06-09T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "10000", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "72", - "nano": 880000000 + "units": "0", + "nano": 360000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "12000", - "issueSizePlan": "12000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106899,32 +104133,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5de29a8b-e977-4e1d-b384-045c07595009", + "uid": "b3369d46-3946-437a-8a13-60f7d0b4ee6e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9a0eb8a1-81cc-40b7-8cba-c69f3cb046ff", + "positionUid": "c3347131-a139-4a7f-8c7e-0dfd2c0f8b73", "forIisFlag": true, + "first1minCandleDate": "2020-06-09T11:09:00Z", + "first1dayCandleDate": "2020-06-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102GD1": { - "figi": "TCS00A102GD1", - "ticker": "RU000A102GD1", - "classCode": "TQCB", - "isin": "RU000A102GD1", + "RU000A101P92": { + "figi": "BBG00V0WL952", + "ticker": "RU000A101P92", + "classCode": "TQIR", + "isin": "RU000A101P92", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА 08", - "exchange": "MOEX_PLUS", + "name": "\u0422.\u0413. \u0428\u0435\u0432\u0447\u0435\u043d\u043a\u043e \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX", "couponQuantityPerYear": 4, - "maturityDate": "2049-12-28T00:00:00Z", + "maturityDate": "2025-05-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "584", - "nano": 860000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2020-12-01T00:00:00Z", - "placementDate": "2020-12-10T00:00:00Z", + "stateRegDate": "2020-05-12T00:00:00Z", + "placementDate": "2020-05-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106932,16 +104168,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 210000000 + "units": "7", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "16540117", - "issueSizePlan": "16540117", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -106953,32 +104189,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f3395efc-4712-45a6-97cb-54a65873d38e", + "uid": "23748ae1-58c9-4061-9ffb-1ac85559fddb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "511dbcb3-cba5-4b4d-bcfb-0331e407f0a7", + "positionUid": "4cd06f60-7bbe-456a-b655-0b871057f138", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:36:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100NS9": { - "figi": "BBG012CQ0V68", - "ticker": "RU000A100NS9", + "RU000A1013Y3": { + "figi": "BBG00R05JT04", + "ticker": "RU000A1013Y3", "classCode": "TQCB", - "isin": "RU000A100NS9", + "isin": "RU000A1013Y3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 5", + "name": "\u0427\u0435\u0440\u043a\u0438\u0437\u043e\u0432\u043e \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-08-28T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-05-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-07-22T00:00:00Z", - "placementDate": "2021-09-02T00:00:00Z", + "stateRegDate": "2019-11-26T00:00:00Z", + "placementDate": "2019-11-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -106986,16 +104224,16 @@ }, "aciValue": { "currency": "rub", - "units": "32", - "nano": 600000000 + "units": "2", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107007,32 +104245,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46dc040a-4a54-41f2-a424-3380d750b15f", + "uid": "f1d1f343-73b5-4dd2-8beb-455ebec1aa0f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "16f5b11f-52b0-40be-94ce-79406526c020", + "positionUid": "2ad344cc-832c-4765-b84a-4033e1ceb9ba", "forIisFlag": true, + "first1minCandleDate": "2019-11-28T10:49:00Z", + "first1dayCandleDate": "2019-11-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1026C1": { - "figi": "TCS00A1026C1", - "ticker": "RU000A1026C1", + "RU000A103WB0": { + "figi": "BBG01338VXJ4", + "ticker": "RU000A103WB0", "classCode": "TQCB", - "isin": "RU000A1026C1", + "isin": "RU000A103WB0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПИК-Корпорация выпуск 3", + "name": "\u0421\u043b\u0430\u0432\u044f\u043d\u0441\u043a \u042d\u041a\u041e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-03-29T00:00:00Z", + "maturityDate": "2026-10-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-09-24T00:00:00Z", - "placementDate": "2020-09-30T00:00:00Z", + "stateRegDate": "2021-09-30T00:00:00Z", + "placementDate": "2021-10-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -107040,16 +104280,16 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 460000000 + "units": "15", + "nano": 370000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107061,32 +104301,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8fa6f8a1-4bd7-4c53-bc38-b2bda964e693", + "uid": "9a031887-4da3-4152-aa2b-e1bb01a1e6cd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b0a1e948-8c30-4c77-aae4-ba1fe41808ee", + "positionUid": "0d16bd57-5972-42d4-bfd1-22247ad8af1a", "forIisFlag": true, + "first1minCandleDate": "2021-10-19T11:46:00Z", + "first1dayCandleDate": "2021-10-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102F85": { - "figi": "BBG00YCZ0M41", - "ticker": "RU000A102F85", - "classCode": "TQCB", - "isin": "RU000A102F85", + "RU000A0ZZYP6": { + "figi": "TCS00A0ZZYP6", + "ticker": "RU000A0ZZYP6", + "classCode": "TQIR", + "isin": "RU000A0ZZYP6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЧТПЗ выпуск 6", + "name": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0410\u0433\u0440\u043e\u042d\u043b\u0438\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-11-28T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2023-02-25T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "340", "nano": 0 }, - "stateRegDate": "2020-11-25T00:00:00Z", - "placementDate": "2020-12-01T00:00:00Z", + "stateRegDate": "2018-12-13T00:00:00Z", + "placementDate": "2018-12-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -107094,70 +104336,96 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 500000000 + "units": "1", + "nano": 280000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "efd9c5bf-305d-413f-bc30-90a178479633", + "uid": "08b2dba5-ecbd-461f-bf17-2fc7ee866f27", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eb42b952-b232-4f0e-81a6-e969aaf2de46", + "positionUid": "e1553015-c780-45cf-9585-49ec8046ee2b", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T08:24:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102VY6": { - "figi": "TCS00A102VY6", - "ticker": "RU000A102VY6", - "classCode": "TQCB", - "isin": "RU000A102VY6", + "SU26223RMFS6": { + "figi": "BBG00K53DJP0", + "ticker": "SU26223RMFS6", + "classCode": "TQOB", + "isin": "RU000A0ZYU88", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Атомстройкомплекс БО-П01", + "name": "\u041e\u0424\u0417 26223", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-03-18T00:00:00Z", + "maturityDate": "2024-02-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-24T00:00:00Z", - "placementDate": "2021-03-24T00:00:00Z", + "stateRegDate": "2018-02-15T00:00:00Z", + "placementDate": "2018-02-21T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 950000000 + "units": "1", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "1150000", - "issueSizePlan": "1150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "350000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107166,106 +104434,110 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "830fba49-9b0e-4e7c-952e-978c957b100a", + "uid": "547a4a73-d52e-4071-a6f0-afc7ed0baf9b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fbbd0e95-e909-403a-9905-44cc3375ef50", + "positionUid": "a02246ab-bfc1-44f7-a039-f245cb0236b9", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T00:17:00Z", + "first1dayCandleDate": "2018-02-28T00:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "SU29009RMFS6": { - "figi": "BBG007Z5F748", - "ticker": "SU29009RMFS6", - "classCode": "TQOB", - "isin": "RU000A0JV4N8", + "RU000A101QM3": { + "figi": "BBG00V93CKD3", + "ticker": "RU000A101QM3", + "classCode": "TQCB", + "isin": "RU000A101QM3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 29009", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043a\u0430\u043f\u0438\u0442\u0430\u043b \u0411\u041e-001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2032-05-05T00:00:00Z", + "maturityDate": "2025-05-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-12-31T00:00:00Z", - "placementDate": "2014-12-31T00:00:00Z", + "stateRegDate": "2020-05-07T00:00:00Z", + "placementDate": "2020-06-02T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 160000000 + "units": "15", + "nano": 620000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f8067628-b54f-43e3-b6c5-6edfcabcb279", + "uid": "8d05baea-7612-40ba-bd2b-6b4c3b0064ad", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "181ae141-549f-4913-ae1f-c64f7a345331", + "positionUid": "8dcdecf9-bf90-4d80-9f7c-b359f5d04f5c", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T08:10:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A102VW0": { - "figi": "TCS00A102VW0", - "ticker": "RU000A102VW0", + "RU000A0ZYCZ4": { + "figi": "BBG00HZ418L3", + "ticker": "RU000A0ZYCZ4", "classCode": "TQCB", - "isin": "RU000A102VW0", + "isin": "RU000A0ZYCZ4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Элемент Лизинг 001P выпуск 3", + "name": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0440\u0435\u043b\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 18", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-03-19T00:00:00Z", + "maturityDate": "2023-10-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "875", + "units": "700", "nano": 0 }, - "stateRegDate": "2021-03-18T00:00:00Z", - "placementDate": "2021-03-23T00:00:00Z", + "stateRegDate": "2017-10-06T00:00:00Z", + "placementDate": "2017-10-16T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", "units": "5", - "nano": 930000000 + "nano": 370000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107277,72 +104549,76 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4848370b-a228-4758-8e0a-be8e63ba3ca4", + "uid": "f3c3d4d5-4cf2-4ef5-ad86-c1c9aca0f8cf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8eda7283-6943-40fd-b475-a24da9ddad42", + "positionUid": "cf3ffb13-ebe1-4230-8a92-17635b5dc543", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:17:00Z", + "first1dayCandleDate": "2017-10-16T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100WA8": { - "figi": "BBG00QJ5KYT2", - "ticker": "RU000A100WA8", - "classCode": "TQCB", - "isin": "RU000A100WA8", + "SU29007RMFS0": { + "figi": "BBG007Z5DF79", + "ticker": "SU29007RMFS0", + "classCode": "TQOB", + "isin": "RU000A0JV4M0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЛСР выпуск 4", + "name": "\u041e\u0424\u0417 29007", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-09-27T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-03-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-02T00:00:00Z", - "placementDate": "2019-10-04T00:00:00Z", + "stateRegDate": "2014-12-31T00:00:00Z", + "placementDate": "2014-12-31T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 660000000 + "units": "0", + "nano": 380000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "04217638-b3b6-4b0b-807e-3ab9757a6ed8", + "uid": "3c9530da-8dad-4aed-a022-bc94bec33c98", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "581a7b11-1939-4353-83a5-dddad9101481", + "positionUid": "5e93529d-a4a0-4d88-b3ae-86961348692d", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:55:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A0JXS59": { - "figi": "BBG00GTQYBZ5", - "ticker": "RU000A0JXS59", + "RU000A1005L6": { + "figi": "BBG00NHLC0N5", + "ticker": "RU000A1005L6", "classCode": "TQCB", - "isin": "RU000A0JXS59", + "isin": "RU000A1005L6", "lot": 1, "currency": "rub", "klong": { @@ -107354,33 +104630,33 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 260400000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 299600000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 140000000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 140000000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Почта России выпуск 3", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 9", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-05-19T00:00:00Z", + "maturityDate": "2029-02-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-05-02T00:00:00Z", - "placementDate": "2017-05-31T00:00:00Z", + "stateRegDate": "2019-03-05T00:00:00Z", + "placementDate": "2019-03-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -107388,16 +104664,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 370000000 + "units": "2", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107409,49 +104685,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5196f4f-6568-4166-b6f3-045dc1cb8500", + "uid": "faff4770-0998-4df1-9d0e-48e879e953c4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ae72392b-7960-47c4-af91-a4e51ff62b6e", + "positionUid": "acb5fb2d-55cd-4894-ac1d-09defb6804ab", "forIisFlag": true, + "first1minCandleDate": "2019-03-06T11:54:00Z", + "first1dayCandleDate": "2019-03-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JY023": { - "figi": "BBG00HKB9M89", - "ticker": "RU000A0JY023", - "classCode": "TQOD", - "isin": "RU000A0JY023", + "RU000A100XP4": { + "figi": "BBG00QKPP373", + "ticker": "RU000A100XP4", + "classCode": "TQCB", + "isin": "RU000A100XP4", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "GTLK", + "name": "\u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a\u00a012", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-08-21T00:00:00Z", + "maturityDate": "2024-10-08T00:00:00Z", "nominal": { - "currency": "usd", - "units": "415", + "currency": "rub", + "units": "750", "nano": 0 }, - "stateRegDate": "2017-08-15T00:00:00Z", - "placementDate": "2017-08-30T00:00:00Z", + "stateRegDate": "2019-10-08T00:00:00Z", + "placementDate": "2019-10-15T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "1000", + "currency": "rub", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "3", - "nano": 230000000 + "currency": "rub", + "units": "8", + "nano": 400000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "170000", - "issueSizePlan": "170000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107460,52 +104738,54 @@ "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "50e45f18-c151-494f-beed-54df46831d89", + "uid": "c32bc453-6b09-4e63-b030-fa9cf975cdfe", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1ae525aa-ae71-48b9-aa7b-b5102b224692", + "positionUid": "d3e9efc3-4d1e-4b4a-a764-e343e3da5549", "forIisFlag": true, + "first1minCandleDate": "2019-10-15T12:01:00Z", + "first1dayCandleDate": "2019-10-15T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A103828": { - "figi": "TCS00A103828", - "ticker": "RU000A103828", + "RU000A102LW1": { + "figi": "BBG00YS45GT4", + "ticker": "RU000A102LW1", "classCode": "TQCB", - "isin": "RU000A103828", + "isin": "RU000A102LW1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЭнергоТехСервис выпуск 4", + "name": "\u0410\u0441\u0444\u0430\u043b\u044c\u0442\u043e\u0431\u0435\u0442\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u0432\u043e\u0434 \u2116 1 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-06-05T00:00:00Z", + "maturityDate": "2023-12-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-31T00:00:00Z", - "placementDate": "2021-06-10T00:00:00Z", + "stateRegDate": "2020-12-17T00:00:00Z", + "placementDate": "2020-12-28T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 390000000 + "units": "24", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107517,139 +104797,137 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d5d51b0-5692-4f08-8b28-950e1ff1a19b", + "uid": "c236f32e-9bc2-4021-a139-4a79cc832b1e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bb5c3abd-0e56-4a67-a18b-4bdb696a2812", + "positionUid": "5370b68a-8839-41f7-a90c-852026377229", "forIisFlag": true, + "first1minCandleDate": "2020-12-28T10:59:00Z", + "first1dayCandleDate": "2020-12-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "USG76237AC37": { - "figi": "BBG00XV1FN94", - "ticker": "USG76237AC37", - "classCode": "TQOD", - "isin": "USG76237AC37", + "RU000A0ZYGM3": { + "figi": "BBG00JC8FQL0", + "ticker": "RU000A0ZYGM3", + "classCode": "TQCB", + "isin": "RU000A0ZYGM3", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Rolls-Royce PLC", + "name": "\u041e\u0440\u043b\u043e\u0432\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c 2017", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-10-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-11-26T00:00:00Z", "nominal": { - "currency": "usd", - "units": "1000", + "currency": "rub", + "units": "400", "nano": 0 }, - "placementDate": "2020-10-21T00:00:00Z", + "stateRegDate": "2017-11-17T00:00:00Z", + "placementDate": "2017-11-27T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "15", - "nano": 493056000 + "currency": "rub", + "units": "7", + "nano": 0 }, - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "consumer", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c9684c4-0fee-4deb-babb-0b8dd937973b", + "uid": "2573cff2-3379-466f-af4a-0f8a4c66b378", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "04829c92-5cb9-49c5-947d-baffd1025117", + "positionUid": "75c46844-849a-4084-9801-84fdf1e2f801", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T23:58:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A0JWST1": { - "figi": "BBG00DQFVRK3", - "ticker": "RU000A0JWST1", - "classCode": "TQCB", - "isin": "RU000A0JWST1", + "ISSUANCERESO": { + "figi": "ISSUANCERESO", + "ticker": "ISSUANCERESO", + "classCode": "PSAU", + "isin": "ISSUANCERESO", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 8", - "exchange": "MOEX_PLUS", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 03", + "exchange": "Issuance", "couponQuantityPerYear": 2, - "maturityDate": "2026-09-01T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, - "stateRegDate": "2016-08-01T00:00:00Z", - "placementDate": "2016-09-13T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "30", - "nano": 370000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "0", + "issueSizePlan": "0", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "d57d26e6-0983-438b-93c5-045b51a9c07c", + "uid": "506f3c51-e490-43b1-9729-5ddd5281f475", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "45a29ea7-da01-44dd-986b-b9fd0ef527ed", + "positionUid": "e93f77e3-2789-4d12-b5af-389c9cef0eab", "forIisFlag": true, "type": "Bonds", - "step": 0.01 + "step": 0 }, - "RU000A102X18": { - "figi": "TCS00A102X18", - "ticker": "RU000A102X18", + "RU000A100TF3": { + "figi": "BBG00Q9BCQ70", + "ticker": "RU000A100TF3", "classCode": "TQCB", - "isin": "RU000A102X18", + "isin": "RU000A100TF3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Гарант-Инвест БО 002P-3", + "name": "\u0420\u0443\u0441\u0430\u043b \u0411\u0440\u0430\u0442\u0441\u043a \u0411\u041e-001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a\u00a03", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-03-26T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-08-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-19T00:00:00Z", - "placementDate": "2021-03-30T00:00:00Z", + "stateRegDate": "2019-09-05T00:00:00Z", + "placementDate": "2019-09-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -107657,16 +104935,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 620000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107678,49 +104956,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9e7323c-cd4a-46a9-b431-1f31abeaf525", + "uid": "de91f57c-1a62-4397-a2fe-09d83fe2fd25", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "84e280f6-6abf-4c68-83d9-e1bddfaeac13", + "positionUid": "1fefca3f-674b-46bb-ba43-8bf410a82948", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T07:13:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWM56": { - "figi": "BBG00D5L3Q99", - "ticker": "RU000A0JWM56", - "classCode": "TQCB", - "isin": "RU000A0JWM56", + "RU000A103UY6": { + "figi": "BBG012XXXX33", + "ticker": "RU000A103UY6", + "classCode": "TQRD", + "isin": "RU000A103UY6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Самарская область выпуск 12", + "name": "\u041a\u0430\u043b\u0438\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-06-21T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2025-09-21T00:00:00Z", "nominal": { "currency": "rub", - "units": "750", + "units": "1000", "nano": 0 }, - "stateRegDate": "2016-06-27T00:00:00Z", - "placementDate": "2016-07-01T00:00:00Z", + "stateRegDate": "2021-10-01T00:00:00Z", + "placementDate": "2021-10-12T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 350000000 + "units": "0", + "nano": 360000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueKind": "non_documentary", + "issueSize": "150000", + "issueSizePlan": "150000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107732,49 +105012,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "600a2329-7f2e-49d3-a2c2-eecc7e243539", + "uid": "bef13f5c-5ab1-40b1-b267-f45f1519a546", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5888e9c4-b645-4964-9519-a9b9de293959", + "positionUid": "42601fea-7a9f-4f44-9015-90f156a95eea", "forIisFlag": true, + "first1minCandleDate": "2022-04-27T07:53:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102WL1": { - "figi": "TCS00A102WL1", - "ticker": "RU000A102WL1", - "classCode": "TQCB", - "isin": "RU000A102WL1", + "SU26220RMFS2": { + "figi": "BBG00FX0RDF5", + "ticker": "SU26220RMFS2", + "classCode": "TQOB", + "isin": "RU000A0JXB41", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Экспобанк БО выпуск 3", + "name": "\u041e\u0424\u0417 26220", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-03T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-12-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-10-18T00:00:00Z", - "placementDate": "2021-03-26T00:00:00Z", + "stateRegDate": "2017-01-27T00:00:00Z", + "placementDate": "2017-02-01T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 820000000 + "units": "18", + "nano": 650000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "250000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107783,52 +105089,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "9b8d017c-028e-45e1-976f-e44ac74c9b7f", + "uid": "d654d44a-1831-4f2a-9651-f95dafb4d6f8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cb12c6ae-e9cc-4610-a66e-49355be8baf4", + "positionUid": "d1871cc2-3e1c-4559-8332-4e0f187ef563", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:41:00Z", + "first1dayCandleDate": "2017-02-01T00:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A103M10": { - "figi": "BBG012BTL6Y4", - "ticker": "RU000A103M10", - "classCode": "TQCB", - "isin": "RU000A103M10", + "RU000A102AB8": { + "figi": "BBG00Y1Q22N4", + "ticker": "RU000A102AB8", + "classCode": "TQCB", + "isin": "RU000A102AB8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Балтийский лизинг БО-П04", + "name": "\u0417\u0430\u0432\u043e\u0434 \u041a\u0440\u0438\u0430\u043b\u042d\u043d\u0435\u0440\u0433\u043e\u0421\u0442\u0440\u043e\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-08-26T00:00:00Z", + "maturityDate": "2024-10-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-24T00:00:00Z", - "placementDate": "2021-08-30T00:00:00Z", + "stateRegDate": "2020-10-23T00:00:00Z", + "placementDate": "2020-10-29T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 970000000 + "units": "16", + "nano": 110000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107840,32 +105148,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3db3eee2-c63d-4b76-aa43-f52f0b39f795", + "uid": "9d0f7fc1-1344-4111-84c8-5c4d53c6dc4b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b8a0f0b1-2274-4122-82b6-1baa2e402b6a", + "positionUid": "1b0ab83f-d82b-4c55-b0a1-12f5fb9bb92f", "forIisFlag": true, + "first1minCandleDate": "2020-10-29T11:37:00Z", + "first1dayCandleDate": "2020-10-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100Y50": { - "figi": "BBG00QNGNMR8", - "ticker": "RU000A100Y50", + "RU000A0JWHN7": { + "figi": "BBG00CXHTFY7", + "ticker": "RU000A0JWHN7", "classCode": "TQCB", - "isin": "RU000A100Y50", + "isin": "RU000A0JWHN7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СУЭК-Финанс выпуск 4", + "name": "\u042f\u0440\u043e\u0441\u043b\u0430\u0432\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a\u00a014", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-10-08T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-05-19T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "300", "nano": 0 }, - "stateRegDate": "2019-10-17T00:00:00Z", - "placementDate": "2019-10-21T00:00:00Z", + "stateRegDate": "2016-05-17T00:00:00Z", + "placementDate": "2016-05-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -107873,93 +105183,72 @@ }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 60000000 + "units": "1", + "nano": 640000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4500000", + "issueSizePlan": "4500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "201e1a30-f501-40c9-8248-ffa9a5ee60a0", + "uid": "987d6795-c357-4e91-9b2e-a2d15dadd8bb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "42bf30b6-27ec-49c5-98e3-3839bedc6871", + "positionUid": "500db808-02a0-4e61-86e1-df322b836561", "forIisFlag": true, + "first1minCandleDate": "2018-03-20T05:38:00Z", + "first1dayCandleDate": "2018-03-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1577961516": { - "figi": "BBG00GQJ3PG8", - "ticker": "XS1577961516", - "classCode": "TQOD", - "isin": "XS1577961516", + "RU000A1018C8": { + "figi": "BBG00R6WV4J0", + "ticker": "RU000A1018C8", + "classCode": "TQCB", + "isin": "RU000A1018C8", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "4", - "nano": 760000000 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 400000000 - }, + "currency": "rub", "shortEnabledFlag": false, - "name": "GTLK", + "name": "\u0422\u0440\u0430\u043d\u0441\u043c\u0430\u0448\u0445\u043e\u043b\u0434\u0438\u043d\u0433 \u041f\u0411\u041e-04", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-05-31T00:00:00Z", + "maturityDate": "2024-12-16T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2017-05-31T00:00:00Z", + "stateRegDate": "2019-12-19T00:00:00Z", + "placementDate": "2019-12-23T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "7", - "nano": 402778000 + "currency": "rub", + "units": "15", + "nano": 230000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -107968,35 +105257,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "799c9d26-fad7-4443-8272-1418a8bde31d", + "uid": "0a533f65-a8ba-4ece-9f60-64a5fdb6fcb8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8effcb82-ef64-4c81-924a-d29102e8d65c", + "positionUid": "78a9faaa-1ea8-4f89-857b-d149255896be", "forIisFlag": true, + "first1minCandleDate": "2019-12-23T13:27:00Z", + "first1dayCandleDate": "2019-12-23T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A101SD8": { - "figi": "BBG00VDF2563", - "ticker": "RU000A101SD8", + "RU000A102HB3": { + "figi": "BBG00YJKKTF8", + "ticker": "RU000A102HB3", "classCode": "TQCB", - "isin": "RU000A101SD8", + "isin": "RU000A102HB3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 19", + "name": "\u0420\u043e\u0441\u043d\u0430\u043d\u043e \u0411\u041e-002P \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2035-05-23T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-12-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-24T00:00:00Z", - "placementDate": "2020-06-10T00:00:00Z", + "stateRegDate": "2020-12-11T00:00:00Z", + "placementDate": "2020-12-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108004,16 +105295,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 390000000 + "units": "15", + "nano": 900000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5500000", + "issueSizePlan": "5500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108025,32 +105316,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "463edf19-9efd-456f-92cb-dc21b5ba60ad", + "uid": "d330c668-c737-44e1-9959-9245ab7b6688", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e929ac9a-9303-4709-91d4-84ea0cd802de", + "positionUid": "8788b897-7bc2-47d6-8df8-9b0446be68f2", "forIisFlag": true, + "first1minCandleDate": "2020-12-15T11:49:00Z", + "first1dayCandleDate": "2020-12-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103RY2": { - "figi": "BBG012QRRBN7", - "ticker": "RU000A103RY2", + "RU000A103125": { + "figi": "TCS00A103125", + "ticker": "RU000A103125", "classCode": "TQCB", - "isin": "RU000A103RY2", + "isin": "RU000A103125", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Интерлизинг выпуск 2", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 \u0411\u041e-001\u0420-07", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-09-24T00:00:00Z", + "maturityDate": "2049-06-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "706", + "nano": 100000000 }, - "stateRegDate": "2021-07-16T00:00:00Z", - "placementDate": "2021-09-28T00:00:00Z", + "stateRegDate": "2021-04-02T00:00:00Z", + "placementDate": "2021-04-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108058,16 +105351,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 240000000 + "units": "9", + "nano": 610000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "11252259", + "issueSizePlan": "11252259", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108079,73 +105372,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f6055b0-6bcf-45ff-8526-4fdcf7ce5f56", + "uid": "1c67bcae-5bd8-4155-a256-2c5caf882797", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c6ac474d-3ddf-48be-937c-352d351f0f34", + "positionUid": "573ad9fe-0cef-40d1-9737-87bc22571e2c", "forIisFlag": true, + "first1minCandleDate": "2021-04-22T10:35:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26225RMFS1": { - "figi": "BBG00K53FX22", - "ticker": "SU26225RMFS1", - "classCode": "TQOB", - "isin": "RU000A0ZYUB7", + "RU000A100YP2": { + "figi": "BBG000000005", + "ticker": "RU000A100YP2", + "classCode": "TQIR", + "isin": "RU000A100YP2", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 330900000 - }, - "dshort": { - "units": "0", - "nano": 331700000 - }, - "dlongMin": { - "units": "0", - "nano": 182000000 - }, - "dshortMin": { - "units": "0", - "nano": 154000000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26225", + "name": "\u0422.\u0413. \u0428\u0435\u0432\u0447\u0435\u043d\u043a\u043e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2034-05-10T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-10-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-02-15T00:00:00Z", - "placementDate": "2018-02-21T00:00:00Z", + "stateRegDate": "2019-10-21T00:00:00Z", + "placementDate": "2019-10-24T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 320000000 + "units": "18", + "nano": 120000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "350000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108154,35 +105425,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1278a466-213d-468b-ae0b-2be05fd783e4", + "uid": "69b5581b-1d51-47b5-961b-4cfbe6abacb1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e4289951-ff41-4650-96ab-c3c802c8adf3", + "positionUid": "4fcaa978-e3fe-4192-8d81-9ccf541f30e9", "forIisFlag": true, + "first1minCandleDate": "2019-10-24T11:03:00Z", + "first1dayCandleDate": "2019-10-24T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A1015A8": { - "figi": "BBG00R2FKDT2", - "ticker": "RU000A1015A8", + "RU000A0JUMH3": { + "figi": "BBG006JCSQ92", + "ticker": "RU000A0JUMH3", "classCode": "TQCB", - "isin": "RU000A1015A8", + "isin": "RU000A0JUMH3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Детский мир выпуск 5", - "exchange": "MOEX_PLUS", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c\u0431\u0430\u043d\u043a", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2026-12-01T00:00:00Z", + "maturityDate": "2024-05-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-06-27T00:00:00Z", - "placementDate": "2019-12-10T00:00:00Z", + "stateRegDate": "2012-10-30T00:00:00Z", + "placementDate": "2014-05-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108190,16 +105463,16 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 740000000 + "units": "19", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108211,18 +105484,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ead271b8-e252-4d38-9b1f-a3cf3505c733", + "uid": "b74afdce-e05e-4384-8445-a38646776ae9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7c06ed38-cb88-4393-80c0-15a7aade8d60", + "positionUid": "63864f67-6ba0-47ca-baa9-9daf4e732a70", "forIisFlag": true, + "first1minCandleDate": "2018-03-13T03:06:00Z", + "first1dayCandleDate": "2018-03-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100JH0": { - "figi": "BBG00PNW0B21", - "ticker": "RU000A100JH0", + "RU000A0ZYWY5": { + "figi": "BBG00K64TZR2", + "ticker": "RU000A0ZYWY5", "classCode": "TQCB", - "isin": "RU000A100JH0", + "isin": "RU000A0ZYWY5", "lot": 1, "currency": "rub", "klong": { @@ -108234,33 +105509,33 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 300000000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 300000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 163300000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 140200000 }, "shortEnabledFlag": false, - "name": "Ритейл Бел Финанс выпуск 1", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2029-06-26T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-02-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-20T00:00:00Z", - "placementDate": "2019-07-09T00:00:00Z", + "stateRegDate": "2018-03-05T00:00:00Z", + "placementDate": "2018-03-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108268,53 +105543,55 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 800000000 + "units": "1", + "nano": 590000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "documentary", "issueSize": "10000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cbf3b4b8-616f-41fd-8c7c-e03e1ec40312", + "uid": "5369f34b-6e1f-4b23-80ee-1f28aa082a4e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7b1ffaa9-003f-4d8b-ad56-cc8e7b93375e", + "positionUid": "dbf79ec6-0ea3-4e0f-bf7f-d6f9fe0e2dcf", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T22:24:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101CB6": { - "figi": "BBG00RJSK9S6", - "ticker": "RU000A101CB6", + "RU000A101RW0": { + "figi": "BBG011MDBQV9", + "ticker": "RU000A101RW0", "classCode": "TQCB", - "isin": "RU000A101CB6", + "isin": "RU000A101RW0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Лизинг-Трейд выпуск 1", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2023-01-07T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2028-06-19T00:00:00Z", "nominal": { "currency": "rub", - "units": "500", - "nano": 200000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2020-01-22T00:00:00Z", - "placementDate": "2020-01-23T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2021-06-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108322,53 +105599,55 @@ }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 710000000 + "units": "15", + "nano": 380000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d89e910f-766c-4c33-a9e3-9f59f8c8ab56", + "uid": "44d709e2-a362-417d-92e3-36996f45b747", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f103aa72-5bed-4a72-9a72-8330af590494", + "positionUid": "1acc547f-f8b6-486d-a0ca-f2bd9d092d09", "forIisFlag": true, + "first1minCandleDate": "2021-06-29T07:01:00Z", + "first1dayCandleDate": "2021-06-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101TA2": { - "figi": "BBG00VL9P3K2", - "ticker": "RU000A101TA2", + "RU000A102ZS9": { + "figi": "BBG01016PHF2", + "ticker": "RU000A102ZS9", "classCode": "TQIR", - "isin": "RU000A101TA2", + "isin": "RU000A102ZS9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Урожай выпуск 1", + "name": "\u042d\u0411\u0418\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-09T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-29T00:00:00Z", - "placementDate": "2020-06-18T00:00:00Z", + "stateRegDate": "2021-04-01T00:00:00Z", + "placementDate": "2021-04-13T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108376,16 +105655,16 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 470000000 + "units": "19", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "150000", - "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108397,32 +105676,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b8f09fd3-a0b0-4f1f-aaca-f4229ab63ba2", + "uid": "45ab16b0-8b75-4ce4-af78-35f4ccb2535f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cbac0a26-891e-4041-ad10-5ebe3259fe31", + "positionUid": "0323e90a-d28d-420e-b537-b4336e6ed20e", "forIisFlag": true, + "first1minCandleDate": "2022-08-16T07:02:00Z", + "first1dayCandleDate": "2022-08-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102556": { - "figi": "BBG00XJF7FL9", - "ticker": "RU000A102556", + "RU000A0JXQ28": { + "figi": "BBG00GH62KJ5", + "ticker": "RU000A0JXQ28", "classCode": "TQCB", - "isin": "RU000A102556", + "isin": "RU000A0JXQ28", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СЭЗ им. Серго Орджоникидзе выпуск 2", + "name": "\u0424\u041f\u041a \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2027-09-14T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-04-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-09-10T00:00:00Z", - "placementDate": "2020-09-22T00:00:00Z", + "stateRegDate": "2017-04-25T00:00:00Z", + "placementDate": "2017-04-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108430,16 +105711,16 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 840000000 + "units": "33", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108451,32 +105732,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5f4739a7-b11c-41ad-82e4-83041b40f463", + "uid": "020194b3-6144-4aad-b8de-5a9c6db0d404", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f393dbd2-4857-4804-8fa8-32a690b711a2", + "positionUid": "db8b0bb0-6a95-4414-b5d6-ff4da96a3513", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:09:00Z", + "first1dayCandleDate": "2017-04-27T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JVUK8": { - "figi": "BBG00B4MWD80", - "ticker": "RU000A0JVUK8", - "classCode": "TQCB", - "isin": "RU000A0JVUK8", + "RU000A102CZ3": { + "figi": "BBG00Y8XPNY9", + "ticker": "RU000A102CZ3", + "classCode": "TQIR", + "isin": "RU000A102CZ3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-09-30T00:00:00Z", + "name": "\u041e\u043d\u043b\u0430\u0439\u043d \u041c\u0438\u043a\u0440\u043e\u0444\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX", + "couponQuantityPerYear": 12, + "maturityDate": "2023-11-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2015-10-09T00:00:00Z", - "placementDate": "2015-10-13T00:00:00Z", + "stateRegDate": "2020-10-22T00:00:00Z", + "placementDate": "2020-11-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108484,16 +105767,16 @@ }, "aciValue": { "currency": "rub", - "units": "49", - "nano": 840000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "700000", + "issueSizePlan": "700000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108505,32 +105788,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fe8971aa-a828-4ed2-b23a-a89052429c9b", + "uid": "5eed1cd9-cdb1-4d61-a030-fb90a8635655", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "74e3b15a-b925-4feb-8e56-109fae6ec4d4", + "positionUid": "b6c86606-cb0a-4a04-8148-7ed33e58cf96", "forIisFlag": true, + "first1minCandleDate": "2020-11-17T11:34:00Z", + "first1dayCandleDate": "2020-11-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1038D4": { - "figi": "TCS00A1038D4", - "ticker": "RU000A1038D4", + "RU000A1042W6": { + "figi": "TCS00A1042W6", + "ticker": "RU000A1042W6", "classCode": "TQCB", - "isin": "RU000A1038D4", + "isin": "RU000A1042W6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Трансмашхолдинг ПБО-06", + "name": "\u0412\u042d\u0411.\u0420\u0424 \u041f\u0411\u041e-2 \u0432\u044b\u043f\u0443\u0441\u043a 31", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-06-05T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2028-10-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-07T00:00:00Z", - "placementDate": "2021-06-11T00:00:00Z", + "stateRegDate": "2021-11-10T00:00:00Z", + "placementDate": "2021-11-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108538,20 +105823,20 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 40000000 + "units": "11", + "nano": 370000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "50000000", + "issueSizePlan": "50000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -108559,32 +105844,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "83ce21e1-8c61-42d4-9f13-a0b8bfdc8788", + "uid": "4bb99fe6-1646-467f-851e-6f4d6e59d84e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "df817545-aad8-406c-8ef2-2560014a0d5f", + "positionUid": "178e78ca-f0e2-4562-b2ee-c3c7511bf2b2", "forIisFlag": true, + "first1minCandleDate": "2021-11-23T12:40:00Z", + "first1dayCandleDate": "2021-11-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103YP6": { - "figi": "BBG013BSN994", - "ticker": "RU000A103YP6", + "RU000A0JVWJ6": { + "figi": "BBG00B8SX525", + "ticker": "RU000A0JVWJ6", "classCode": "TQCB", - "isin": "RU000A103YP6", + "isin": "RU000A0JVWJ6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СГ-транс выпуск 1", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-10-26T00:00:00Z", + "maturityDate": "2025-10-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-15T00:00:00Z", - "placementDate": "2021-11-01T00:00:00Z", + "stateRegDate": "2015-09-04T00:00:00Z", + "placementDate": "2015-11-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108592,16 +105879,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 700000000 + "units": "8", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "8500000", - "issueSizePlan": "8500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108613,32 +105900,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6cda5a3a-f18a-44d6-99ca-c9b7bf58a1cc", + "uid": "15536481-3989-4805-9863-c9b085728114", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5108900b-77bd-4f0f-8bc5-960fbc93e31b", + "positionUid": "134fc3ab-e1e6-43cf-9215-711823442d89", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T07:27:00Z", + "first1dayCandleDate": "2018-03-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1013C9": { - "figi": "BBG00QZ0M1V2", - "ticker": "RU000A1013C9", - "classCode": "TQIR", - "isin": "RU000A1013C9", + "RU000A1015E0": { + "figi": "BBG00R2FH979", + "ticker": "RU000A1015E0", + "classCode": "TQCB", + "isin": "RU000A1015E0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ИС петролеум выпуск 1", + "name": "\u0411\u0435\u043b\u0443\u0433\u0430 \u0413\u0440\u0443\u043f\u043f \u0411\u041e-\u041f03", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-12-28T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-12-03T00:00:00Z", "nominal": { "currency": "rub", - "units": "690", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-19T00:00:00Z", - "placementDate": "2019-11-25T00:00:00Z", + "stateRegDate": "2019-12-05T00:00:00Z", + "placementDate": "2019-12-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108646,16 +105935,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 120000000 + "units": "21", + "nano": 20000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108667,139 +105956,114 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1d9453a0-1cb8-4691-bbca-bcee4888458e", + "uid": "1b08e2ba-36b7-40b8-acd3-98e3fb63aeec", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "073eaf94-cd9c-4aab-934d-f250592a6552", + "positionUid": "cec5c97b-1b53-463e-bf60-cdf86a5fb4aa", "forIisFlag": true, + "first1minCandleDate": "2019-12-10T10:40:00Z", + "first1dayCandleDate": "2019-12-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYCD1": { - "figi": "BBG00HT45YG5", - "ticker": "RU000A0ZYCD1", + "RU000A101MC3": { + "figi": "BBG00TJW91Z5", + "ticker": "RU000A101MC3", "classCode": "TQCB", - "isin": "RU000A0ZYCD1", + "isin": "RU000A101MC3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Курская область выпуск 1", + "name": "\u041c\u0430\u0433\u043d\u0438\u0442 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-10-12T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-04-26T00:00:00Z", "nominal": { "currency": "rub", - "units": "450", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-09-25T00:00:00Z", - "placementDate": "2017-10-10T00:00:00Z", + "stateRegDate": "2020-04-27T00:00:00Z", + "placementDate": "2020-04-29T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 590000000 + "units": "24", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b074b55e-54c1-4ccf-af3e-daf56e920b0f", + "uid": "a87256f0-d16e-4276-9ca6-e8d5847bbce0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b21d5cac-8209-4d89-bada-ca926e8ea790", + "positionUid": "24290d89-1611-466d-9d89-94971803ac61", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:14:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RZD0527": { - "figi": "BBG00P5B0SC9", - "ticker": "RZD0527", - "classCode": "SPBBND", - "isin": "XS1843437036", + "RU000A0JTM28": { + "figi": "BBG0043FH1D9", + "ticker": "RU000A0JTM28", + "classCode": "TQCB", + "isin": "RU000A0JTM28", "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Russian Railways", - "exchange": "SPB", - "couponQuantityPerYear": 1, - "maturityDate": "2027-05-23T00:00:00Z", - "nominal": { - "currency": "eur", - "units": "1000", + "currency": "rub", + "klong": { + "units": "2", "nano": 0 }, - "placementDate": "2019-05-23T00:00:00Z", - "placementPrice": { - "currency": "eur", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "eur", - "units": "3", - "nano": 616438000 + "dlong": { + "units": "0", + "nano": 300000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 }, - "apiTradeAvailableFlag": true, - "uid": "e1569249-e33e-453a-a6b9-4d38f026a885", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ab0be81e-b0e1-4e9a-80ed-7406e34c2c9c", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A101S81": { - "figi": "TCS00A101S81", - "ticker": "RU000A101S81", - "classCode": "TQCB", - "isin": "RU000A101S81", - "lot": 1, - "currency": "rub", "shortEnabledFlag": false, - "name": "Русал Братск БО-002Р выпуск 1", + "name": "\u0411\u0430\u0448\u043d\u0435\u0444\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2030-05-28T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-01-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-04T00:00:00Z", - "placementDate": "2020-06-09T00:00:00Z", + "stateRegDate": "2012-09-27T00:00:00Z", + "placementDate": "2013-02-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108808,15 +106072,15 @@ "aciValue": { "currency": "rub", "units": "7", - "nano": 840000000 + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108828,18 +106092,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b3369d46-3946-437a-8a13-60f7d0b4ee6e", + "uid": "d37e6580-5392-44af-befc-cddaabb9318e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c3347131-a139-4a7f-8c7e-0dfd2c0f8b73", + "positionUid": "9c2029d3-b9ae-43c3-9e69-73256bb74b20", "forIisFlag": true, + "first1minCandleDate": "2018-03-12T17:53:00Z", + "first1dayCandleDate": "2013-02-12T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26226RMFS9": { - "figi": "BBG00N8J90K7", - "ticker": "SU26226RMFS9", + "SU26212RMFS9": { + "figi": "BBG00425VG07", + "ticker": "SU26212RMFS9", "classCode": "TQOB", - "isin": "RU000A0ZZYW2", + "isin": "RU000A0JTK38", "lot": 1, "currency": "rub", "klong": { @@ -108867,17 +106133,17 @@ "nano": 140200000 }, "shortEnabledFlag": false, - "name": "ОФЗ 26226", + "name": "\u041e\u0424\u0417 26212", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-10-07T00:00:00Z", + "maturityDate": "2028-01-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-12-17T00:00:00Z", - "placementDate": "2018-12-19T00:00:00Z", + "stateRegDate": "2013-01-17T00:00:00Z", + "placementDate": "2013-01-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -108885,16 +106151,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 560000000 + "units": "8", + "nano": 300000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "government", "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "350000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "358927588", + "issueSizePlan": "150000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108906,32 +106172,34 @@ "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "c355adac-9536-4aed-a09f-15bc4e99d4b5", + "uid": "c5711a61-94c5-4c68-852b-6122fdac79a4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a0e2bd0d-2782-4836-b547-0f591d98ba93", + "positionUid": "93bab2b1-949a-4536-a598-0e05e34ac52f", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:20:00Z", + "first1dayCandleDate": "2013-01-23T00:00:00Z", "type": "Bonds", "step": 0.001 }, - "RU000A1029F8": { - "figi": "BBG00XZ93N78", - "ticker": "RU000A1029F8", + "RU000A1015S0": { + "figi": "BBG000000008", + "ticker": "RU000A1015S0", "classCode": "TQCB", - "isin": "RU000A1029F8", + "isin": "RU000A1015S0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Лизинг-Трейд выпуск 2", + "name": "\u042d\u043d\u0435\u0440\u0433\u043e\u0422\u0435\u0445\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-10-01T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-12-07T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "300", "nano": 0 }, - "stateRegDate": "2020-10-19T00:00:00Z", - "placementDate": "2020-10-22T00:00:00Z", + "stateRegDate": "2019-12-06T00:00:00Z", + "placementDate": "2019-12-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108939,16 +106207,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 70000000 + "units": "0", + "nano": 100000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -108960,32 +106228,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d50356c9-4f72-4753-ab94-3ac59490695b", + "uid": "d5be1a69-645e-412f-bd3c-fc0d84f2ed71", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7eaf8791-f99d-4eed-821d-c3bb7b6d6aa5", + "positionUid": "c286e61e-1c05-4b99-be8a-efd3e418d5cd", "forIisFlag": true, + "first1minCandleDate": "2019-12-11T12:12:00Z", + "first1dayCandleDate": "2019-12-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1014S3": { - "figi": "BBG00R2HQKS7", - "ticker": "RU000A1014S3", + "RU000A0JT940": { + "figi": "BBG003LLR9S4", + "ticker": "RU000A0JT940", "classCode": "TQCB", - "isin": "RU000A1014S3", + "isin": "RU000A0JT940", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Новотранс выпуск 1", + "name": "\u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-11-27T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-10-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-29T00:00:00Z", - "placementDate": "2019-12-04T00:00:00Z", + "stateRegDate": "2012-07-10T00:00:00Z", + "placementDate": "2012-10-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -108993,53 +106263,55 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 990000000 + "units": "30", + "nano": 950000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "91be6afb-dd1a-4a7e-ba15-94916c2f5b98", + "uid": "c8d1c0a8-c82c-4e45-bc87-c0adc2907f9b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8159c811-fffa-45cf-b821-4ee6214f32df", + "positionUid": "bcac6248-ab97-49fb-b922-12cb2651f9c3", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T03:25:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1036X6": { - "figi": "TCS00A1036X6", - "ticker": "RU000A1036X6", + "RU000A102A07": { + "figi": "BBG00Y1BKK93", + "ticker": "RU000A102A07", "classCode": "TQCB", - "isin": "RU000A1036X6", + "isin": "RU000A102A07", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Вита Лайн 001Р выпуск 3", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-05-29T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-10-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-25T00:00:00Z", - "placementDate": "2021-06-03T00:00:00Z", + "stateRegDate": "2020-10-22T00:00:00Z", + "placementDate": "2020-10-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109047,16 +106319,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 420000000 + "units": "21", + "nano": 340000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "600000", - "issueSizePlan": "600000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109068,48 +106340,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0af3dddd-43be-4793-a04f-3bd5e09bd9cf", + "uid": "3d44139c-107d-4f90-a08c-2114029b7a2b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a1bc36e3-d928-436e-8f71-81ddc9a2f9c2", + "positionUid": "bfc20250-b537-44c1-9e2f-647a8f7de0b4", "forIisFlag": true, + "first1minCandleDate": "2020-10-27T11:28:00Z", + "first1dayCandleDate": "2020-10-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100VQ6": { - "figi": "BBG00QG1PSL0", - "ticker": "RU000A100VQ6", - "classCode": "TQCB", - "isin": "RU000A100VQ6", + "XS1533915721": { + "figi": "BBG00G4V94J3", + "ticker": "XS1533915721", + "classCode": "TQOD", + "isin": "XS1533915721", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Норильский Никель БО-001Р выпуск 1", + "name": "Evraz", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-09-24T00:00:00Z", + "maturityDate": "2023-03-20T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-09-26T00:00:00Z", - "placementDate": "2019-10-01T00:00:00Z", + "placementDate": "2017-03-20T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "22", - "nano": 490000000 + "currency": "usd", + "units": "25", + "nano": 232639000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "materials", "issueKind": "documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", + "issueSize": "750000", + "issueSizePlan": "750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -109119,89 +106392,116 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "e06e02de-a9d3-4453-883d-77bc5e015c2d", + "uid": "7fd2ca98-5d5a-4e3a-a3ae-5f9039866c81", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4de74002-7859-43b1-8feb-9ff61a639cd4", + "positionUid": "999cf62b-0f65-4a01-96b7-db678067e3f8", "forIisFlag": true, + "first1minCandleDate": "2020-08-11T12:10:00Z", + "first1dayCandleDate": "2020-08-11T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0ZYJT2": { - "figi": "BBG00JGG2N11", - "ticker": "RU000A0ZYJT2", - "classCode": "TQCB", - "isin": "RU000A0ZYJT2", + "XS0921331509": { + "figi": "BBG004M1PTN8", + "ticker": "XS0921331509", + "classCode": "TQOD", + "isin": "XS0921331509", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА 002P", + "name": "MTS International Funding", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2046-04-28T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-05-30T00:00:00Z", "nominal": { - "currency": "rub", - "units": "119", - "nano": 700000000 + "currency": "usd", + "units": "1000", + "nano": 0 }, - "stateRegDate": "2017-11-27T00:00:00Z", - "placementDate": "2017-12-07T00:00:00Z", + "placementDate": "2013-05-30T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "3", - "nano": 170000000 + "currency": "usd", + "units": "13", + "nano": 750000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "telecom", "issueKind": "documentary", - "issueSize": "48197806", - "issueSizePlan": "48197806", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "4ab7ea79-f272-4070-bde4-555e9e13ec52", + "uid": "c59eef4b-55f1-4aa2-b070-c060eac5252c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a3cf1280-4d02-4521-9982-3efc703a528a", + "positionUid": "0106231c-2218-43d0-a32e-fdf22c14797d", "forIisFlag": true, + "first1minCandleDate": "2020-12-17T13:00:00Z", + "first1dayCandleDate": "2020-12-17T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "SU52001RMFS3": { - "figi": "BBG009J6Q4B7", - "ticker": "SU52001RMFS3", + "SU29008RMFS8": { + "figi": "BBG007Z5DZS2", + "ticker": "SU29008RMFS8", "classCode": "TQOB", - "isin": "RU000A0JVMH1", + "isin": "RU000A0JV4P3", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "ОФЗ 52001", - "exchange": "MOEX_PLUS", + "name": "\u041e\u0424\u0417 29008", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2023-08-16T00:00:00Z", + "maturityDate": "2029-10-03T00:00:00Z", "nominal": { "currency": "rub", - "units": "1535", - "nano": 970000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2015-07-15T00:00:00Z", - "placementDate": "2015-07-17T00:00:00Z", + "stateRegDate": "2014-12-31T00:00:00Z", + "placementDate": "2014-12-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -109209,20 +106509,20 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 310000000 + "units": "48", + "nano": 740000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "government", "issueKind": "documentary", - "issueSize": "150000000", - "issueSizePlan": "150000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -109230,32 +106530,34 @@ "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "ff87e57a-cd4f-406d-a156-541fb0abcb2c", + "uid": "f6babbbb-2792-4104-a29b-81fbfdfa14e8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "02bb150e-43d7-494e-b6e5-a28106f3d2d9", + "positionUid": "2b73d4e0-338c-42f9-bcaf-35c97121295d", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:43:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.001 }, - "RU000A102TT0": { - "figi": "BBG00ZLFQKZ4", - "ticker": "RU000A102TT0", + "RU000A101012": { + "figi": "BBG00QTDV828", + "ticker": "RU000A101012", "classCode": "TQCB", - "isin": "RU000A102TT0", + "isin": "RU000A101012", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Русская Аквакультура выпуск 1", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u00a012", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-03-06T00:00:00Z", + "maturityDate": "2029-10-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-02T00:00:00Z", - "placementDate": "2021-03-10T00:00:00Z", + "stateRegDate": "2019-10-30T00:00:00Z", + "placementDate": "2019-11-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109263,19 +106565,19 @@ }, "aciValue": { "currency": "rub", - "units": "34", - "nano": 880000000 + "units": "27", + "nano": 530000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "2999500", - "issueSizePlan": "2999500", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, @@ -109284,32 +106586,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59821053-6cb6-40da-9a6d-e47c6c7f59d2", + "uid": "82d30845-9207-43ad-9b43-16b7e960b29d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4bbd0e1e-0561-47fe-8552-1232daf495b5", + "positionUid": "7d24f79a-8b57-458e-8d9e-c5eb43ca90e6", "forIisFlag": true, + "first1minCandleDate": "2019-11-05T11:10:00Z", + "first1dayCandleDate": "2019-11-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100HE1": { - "figi": "BBG00PM8S500", - "ticker": "RU000A100HE1", + "RU000A101HU5": { + "figi": "RU000A101HU5", + "ticker": "RU000A101HU5", "classCode": "TQCB", - "isin": "RU000A100HE1", + "isin": "RU000A101HU5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Азбука Вкуса выпуск 1", + "name": "\u0411\u0440\u0443\u0441\u043d\u0438\u043a\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2029-06-15T00:00:00Z", + "maturityDate": "2023-03-09T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "750", "nano": 0 }, - "stateRegDate": "2019-06-26T00:00:00Z", - "placementDate": "2019-06-28T00:00:00Z", + "stateRegDate": "2020-01-21T00:00:00Z", + "placementDate": "2020-03-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109317,107 +106621,111 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 140000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "3500000", - "issueSizePlan": "3500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "58b2afd0-11f9-42ec-9c6e-c639eee79fcd", + "uid": "2568daf5-171f-48d8-9869-6354bd5e158f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6314c16f-fafb-49d0-aa64-d49f289b0bc9", + "positionUid": "14071c8c-2c5d-4528-b6b2-f97cc5b22fbf", "forIisFlag": true, + "first1minCandleDate": "2020-03-12T11:04:00Z", + "first1dayCandleDate": "2020-03-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0971721450": { - "figi": "BBG00580HCP7", - "ticker": "XS0971721450", - "classCode": "TQOD", - "isin": "XS0971721450", + "RU000A101178": { + "figi": "BBG00QXGQYZ9", + "ticker": "RU000A101178", + "classCode": "TQIR", + "isin": "RU000A101178", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2023-09-16T00:00:00Z", + "name": "\u0410\u041f\u0420\u0418 \u0424\u043b\u0430\u0439 \u041f\u043b\u044d\u043d\u0438\u043d\u0433 \u0411\u041e-\u041f3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2022-11-10T00:00:00Z", "nominal": { - "currency": "usd", - "units": "200000", + "currency": "rub", + "units": "250", "nano": 0 }, - "stateRegDate": "2013-09-18T00:00:00Z", - "placementDate": "2013-09-16T00:00:00Z", + "stateRegDate": "2019-11-05T00:00:00Z", + "placementDate": "2019-11-14T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "3412", - "nano": 500000000 + "currency": "rub", + "units": "2", + "nano": 730000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "documentary", - "issueSize": "15000", - "issueSizePlan": "15000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "400000", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3b8b53f5-00d4-4df0-a372-c70c90beb422", + "uid": "27eac644-1111-479e-963a-c79525001d3e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2a9c3aad-5a0a-46c3-8b0b-55312bad08d3", - "forIisFlag": false, + "positionUid": "631da4dc-9e4c-41ce-b348-7ec8f70616d0", + "forIisFlag": true, + "first1minCandleDate": "2019-11-14T11:17:00Z", + "first1dayCandleDate": "2019-11-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104JV3": { - "figi": "TCS00A104JV3", - "ticker": "RU000A104JV3", + "RU000A102JZ8": { + "figi": "BBG00YMT3ZH8", + "ticker": "RU000A102JZ8", "classCode": "TQCB", - "isin": "RU000A104JV3", + "isin": "RU000A102JZ8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Айди Коллект выпуск 2", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 9", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-01-31T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-12-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-26T00:00:00Z", - "placementDate": "2022-02-16T00:00:00Z", + "stateRegDate": "2020-12-17T00:00:00Z", + "placementDate": "2020-12-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109425,16 +106733,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 260000000 + "units": "12", + "nano": 550000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "478631", - "issueSizePlan": "800000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109446,102 +106754,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3032db13-d3df-49d1-8d65-97c700b20cac", + "uid": "c5cfd599-b134-475c-92b7-688be92b5e91", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ee0d7449-8394-46d4-830d-c635d2f3161c", + "positionUid": "6d7deae2-be72-49be-b833-2245639da82d", "forIisFlag": true, + "first1minCandleDate": "2020-12-22T07:26:00Z", + "first1dayCandleDate": "2020-12-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2131995958": { - "figi": "BBG00S4VCXS9", - "ticker": "XS2131995958", - "classCode": "TQOD", - "isin": "XS2131995958", + "RU000A100UU0": { + "figi": "BBG00QDF85H6", + "ticker": "RU000A100UU0", + "classCode": "TQCB", + "isin": "RU000A100UU0", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "GTLK", + "name": "\u0420\u041d \u0411\u0430\u043d\u043a \u0411\u041e-1P \u0432\u044b\u043f\u0443\u0441\u043a\u00a06", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-03-10T00:00:00Z", + "maturityDate": "2022-09-26T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2020-03-10T00:00:00Z", - "placementPrice": { - "currency": "usd", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "usd", - "units": "17", - "nano": 50000000 - }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "600000", - "issueSizePlan": "600000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 100000 - }, - "apiTradeAvailableFlag": true, - "uid": "a9ffb7b6-4a3e-42ba-b20c-367a213e6698", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0337a042-5b31-4e6e-8ee4-459f9397d420", - "forIisFlag": true, - "type": "Bonds", - "step": 0.0001 - }, - "XS0971721963": { - "figi": "BBG00580HD20", - "ticker": "XS0971721963", - "classCode": "TQOD", - "isin": "XS0971721963", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2043-09-16T00:00:00Z", - "nominal": { - "currency": "usd", - "units": "200000", - "nano": 0 - }, - "stateRegDate": "2013-09-18T00:00:00Z", - "placementDate": "2013-09-16T00:00:00Z", + "stateRegDate": "2019-09-19T00:00:00Z", + "placementDate": "2019-09-24T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "4112", - "nano": 500000000 + "currency": "rub", + "units": "34", + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "7500", - "issueSizePlan": "7500", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109553,32 +106810,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eeef5daf-7ed6-40d2-acd9-88119004ea5a", + "uid": "5c2e8428-df7b-42cf-a176-0f50d5d36053", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ff41034e-48f8-4118-96d6-012712c26fd7", - "forIisFlag": false, + "positionUid": "1c8c1c06-467b-4f23-8a6d-0b523c09c439", + "forIisFlag": true, + "first1minCandleDate": "2019-09-24T12:04:00Z", + "first1dayCandleDate": "2019-09-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1016Z3": { - "figi": "BBG00R4C0L75", - "ticker": "RU000A1016Z3", + "RU000A1029P7": { + "figi": "TCS00A1029P7", + "ticker": "RU000A1029P7", "classCode": "TQCB", - "isin": "RU000A1016Z3", + "isin": "RU000A1029P7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПИК-Корпорация выпуск 2", + "name": "\u042d\u0420-\u0422\u0435\u043b\u0435\u043a\u043e\u043c \u0425\u043e\u043b\u0434\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-12-11T00:00:00Z", + "maturityDate": "2022-10-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-13T00:00:00Z", - "placementDate": "2019-12-18T00:00:00Z", + "stateRegDate": "2020-10-21T00:00:00Z", + "placementDate": "2020-10-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109586,53 +106845,55 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 140000000 + "units": "10", + "nano": 390000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", "issueSize": "7000000", "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ce560fc-5317-47ae-867a-22810bfec724", + "uid": "9f33a506-be8d-4d44-884e-28e76fe5c767", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "654a49f4-50c2-4b7a-896c-bb8e1e5d40a2", + "positionUid": "81b4b491-96ae-4e42-ba0c-405ea123e6ac", "forIisFlag": true, + "first1minCandleDate": "2020-10-23T10:54:00Z", + "first1dayCandleDate": "2020-10-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1022G1": { - "figi": "BBG00X0V9H83", - "ticker": "RU000A1022G1", + "RU000A101WB4": { + "figi": "BBG00W1P2G59", + "ticker": "RU000A101WB4", "classCode": "TQCB", - "isin": "RU000A1022G1", + "isin": "RU000A101WB4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Бизнес-Недвижимость выпуск 1", + "name": "\u0427\u0422\u041f\u0417 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-08-23T00:00:00Z", + "maturityDate": "2022-09-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-19T00:00:00Z", - "placementDate": "2020-08-28T00:00:00Z", + "stateRegDate": "2020-07-07T00:00:00Z", + "placementDate": "2020-07-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109640,70 +106901,72 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 750000000 + "units": "11", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f64455b1-92ec-48e8-a525-b262d011770e", + "uid": "3989a886-1c6f-4a90-97e7-23027b73f83b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "59c7ffab-eb86-4e49-abcd-d1261f9b9cb3", + "positionUid": "ce87794a-3d37-4057-8819-a1d255386530", "forIisFlag": true, + "first1minCandleDate": "2020-07-10T10:51:00Z", + "first1dayCandleDate": "2020-07-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1033Z8": { - "figi": "BBG011616RM7", - "ticker": "RU000A1033Z8", + "RU000A100VG7": { + "figi": "BBG00QFLCT66", + "ticker": "RU000A100VG7", "classCode": "TQCB", - "isin": "RU000A1033Z8", + "isin": "RU000A100VG7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Москва выпуск 74", + "name": "\u0421\u0423\u042d\u041a-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-05-18T00:00:00Z", + "maturityDate": "2029-09-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-27T00:00:00Z", - "placementDate": "2021-05-27T00:00:00Z", + "stateRegDate": "2019-09-25T00:00:00Z", + "placementDate": "2019-09-26T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 320000000 + "units": "34", + "nano": 520000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "70000000", - "issueSizePlan": "70000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "21000000", + "issueSizePlan": "21000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109715,32 +106978,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea070157-241a-4b42-9d85-a17f01fdb936", + "uid": "ea01bf8d-c1ae-4d11-b911-a6c28f3e37be", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80edfa26-c0a8-41ea-9d9c-216fd34c6f22", + "positionUid": "fa24df68-f05b-40d8-a66f-7d820a66285c", "forIisFlag": true, + "first1minCandleDate": "2019-11-26T14:19:00Z", + "first1dayCandleDate": "2019-11-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100YK3": { - "figi": "BBG00QPVPLY5", - "ticker": "RU000A100YK3", + "RU000A100PB0": { + "figi": "BBGYAKUTV001", + "ticker": "RU000A100PB0", "classCode": "TQCB", - "isin": "RU000A100YK3", + "isin": "RU000A100PB0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Камаз БО-П05", + "name": "\u0416\u041a\u0425 \u042f\u043a\u0443\u0442\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-10-19T00:00:00Z", + "maturityDate": "2026-07-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "400", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-21T00:00:00Z", - "placementDate": "2019-10-23T00:00:00Z", + "stateRegDate": "2019-04-09T00:00:00Z", + "placementDate": "2019-08-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109748,53 +107013,55 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 80000000 + "units": "13", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "60940ddb-ab17-4f0f-b957-b1072c075927", + "uid": "71349054-b7b8-4c5e-bd5f-9ae3b522ea7c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5eda7909-e684-481c-8346-a66e4deec5a1", + "positionUid": "323538d6-8bc8-4daa-b311-13cdaf23bf58", "forIisFlag": true, + "first1minCandleDate": "2019-08-06T11:23:00Z", + "first1dayCandleDate": "2019-08-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104L36": { - "figi": "TCS00A104L36", - "ticker": "RU000A104L36", + "RU000A103FP5": { + "figi": "BBG011Y7LMW6", + "ticker": "RU000A103FP5", "classCode": "TQCB", - "isin": "RU000A104L36", + "isin": "RU000A103FP5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Тойота Банк выпуск 5", + "name": "\u041c\u041a\u0411 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-02-27T00:00:00Z", + "maturityDate": "2024-07-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-02-22T00:00:00Z", - "placementDate": "2022-02-25T00:00:00Z", + "stateRegDate": "2021-07-21T00:00:00Z", + "placementDate": "2021-07-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109802,16 +107069,16 @@ }, "aciValue": { "currency": "rub", - "units": "44", - "nano": 600000000 + "units": "10", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109823,32 +107090,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d232c34b-1f3a-41f5-b635-d01f574239c9", + "uid": "b5b4347c-36a4-463f-93dc-8846cbfef388", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa56541c-56c9-4fd4-af83-16741fb2eed0", + "positionUid": "252075d4-4797-4f85-872d-8e77acdf1b0d", "forIisFlag": true, + "first1minCandleDate": "2021-07-27T11:09:00Z", + "first1dayCandleDate": "2021-07-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1008V9": { - "figi": "BBG00NTXZ6S3", - "ticker": "RU000A1008V9", + "RU000A0ZYFC6": { + "figi": "BBG00J3MJ9F0", + "ticker": "RU000A0ZYFC6", "classCode": "TQCB", - "isin": "RU000A1008V9", + "isin": "RU000A0ZYFC6", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Роснано выпуск 8", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-03-27T00:00:00Z", + "maturityDate": "2022-11-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-03-25T00:00:00Z", - "placementDate": "2019-04-08T00:00:00Z", + "stateRegDate": "2017-11-07T00:00:00Z", + "placementDate": "2017-11-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109856,20 +107149,20 @@ }, "aciValue": { "currency": "rub", - "units": "43", - "nano": 880000000 + "units": "26", + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "documentary", - "issueSize": "13400000", - "issueSizePlan": "13400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -109877,32 +107170,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "be02d79a-af93-496f-8c86-2d81729ae43e", + "uid": "c1231f4f-b226-4c6c-8924-07d39a1bb939", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9254335e-8e2b-461e-a06b-97201ef55298", + "positionUid": "c10776eb-a20f-43d0-9ce0-0488cc44ecf9", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T04:29:00Z", + "first1dayCandleDate": "2017-11-09T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102VK5": { - "figi": "TCS00A102VK5", - "ticker": "RU000A102VK5", + "RU000A101SM9": { + "figi": "BBG00VDF8F10", + "ticker": "RU000A101SM9", "classCode": "TQCB", - "isin": "RU000A102VK5", + "isin": "RU000A101SM9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВИС Финанс выпуск 2", - "exchange": "MOEX_PLUS", + "name": "\u041a\u0430\u043c\u0430\u0437", + "exchange": "MOEX", "couponQuantityPerYear": 4, - "maturityDate": "2024-03-22T00:00:00Z", + "maturityDate": "2023-06-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-11T00:00:00Z", - "placementDate": "2021-03-26T00:00:00Z", + "stateRegDate": "2020-06-08T00:00:00Z", + "placementDate": "2020-06-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109910,16 +107205,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 790000000 + "units": "0", + "nano": 180000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109931,32 +107226,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "73dc588b-03a5-4968-903b-bc9c99c7dc0c", + "uid": "37736b06-faf2-4704-a630-3cfcbbe7fc2b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7bfa1932-64e1-4de4-a38d-11a95ff905a8", + "positionUid": "e5e08161-9d77-44ac-ac05-19f13c64c1b4", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:58:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102GJ8": { - "figi": "BBG00YHX6J06", - "ticker": "RU000A102GJ8", + "RU000A0JXFS8": { + "figi": "BBG00FZMB3Y3", + "ticker": "RU000A0JXFS8", "classCode": "TQCB", - "isin": "RU000A102GJ8", + "isin": "RU000A0JXFS8", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Газпромбанк выпуск 18", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043a\u0430\u043f\u0438\u0442\u0430\u043b \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-12-11T00:00:00Z", + "maturityDate": "2027-02-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-31T00:00:00Z", - "placementDate": "2020-12-11T00:00:00Z", + "stateRegDate": "2014-12-16T00:00:00Z", + "placementDate": "2017-02-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -109964,16 +107285,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 470000000 + "units": "7", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", "issueSize": "15000000", "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -109985,10 +107306,12 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "afeed796-fe26-4cd3-aab1-77648b724689", + "uid": "c4306240-799f-46e4-8b98-61a0f6e2b811", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cce9b3cb-93ee-41d9-9233-1cf15e81dd33", + "positionUid": "d1722efc-bcb4-46eb-83e6-8398b00e23de", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:43:00Z", + "first1dayCandleDate": "2017-02-15T00:00:00Z", "type": "Bonds", "step": 0.01 }, @@ -110024,7 +107347,7 @@ "nano": 0 }, "shortEnabledFlag": false, - "name": "АФК Система выпуск 6", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, "maturityDate": "2027-03-26T00:00:00Z", @@ -110042,16 +107365,16 @@ }, "aciValue": { "currency": "rub", - "units": "51", - "nano": 700000000 + "units": "74", + "nano": 520000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", "issueSize": "15000000", "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110067,28 +107390,30 @@ "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "51acd7ab-3f2a-4c48-871f-90e00301082e", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:09:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103WR6": { - "figi": "BBG0135CF469", - "ticker": "RU000A103WR6", + "RU000A1037S4": { + "figi": "BBG011CFWBP2", + "ticker": "RU000A1037S4", "classCode": "TQCB", - "isin": "RU000A103WR6", + "isin": "RU000A1037S4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЭР-Телеком Холдинг БО-02 выпуск 1", + "name": "\u0421-\u0418\u043d\u043d\u043e\u0432\u0430\u0446\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-10-20T00:00:00Z", + "maturityDate": "2023-06-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-20T00:00:00Z", - "placementDate": "2021-10-22T00:00:00Z", + "stateRegDate": "2021-06-04T00:00:00Z", + "placementDate": "2021-06-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110096,16 +107421,16 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 420000000 + "units": "0", + "nano": 300000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110117,32 +107442,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d9667813-aaea-465d-ab4b-33f322dcb630", + "uid": "27c27129-9867-4190-b925-e5cbbc12118b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4dafc020-7338-42cc-ab95-5117dba73e79", + "positionUid": "ca3d59be-7fac-4e1d-8362-be318b318eed", "forIisFlag": true, + "first1minCandleDate": "2021-06-09T11:59:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102VL3": { - "figi": "TCS00A102VL3", - "ticker": "RU000A102VL3", + "RU000A0ZZBV2": { + "figi": "BBG00L9H7QZ3", + "ticker": "RU000A0ZZBV2", "classCode": "TQCB", - "isin": "RU000A102VL3", + "isin": "RU000A0ZZBV2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 18", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d \u0411\u041e 08", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-03-22T00:00:00Z", + "maturityDate": "2028-06-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-17T00:00:00Z", - "placementDate": "2021-03-26T00:00:00Z", + "stateRegDate": "2016-08-05T00:00:00Z", + "placementDate": "2018-07-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110150,16 +107477,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 10000000 + "units": "20", + "nano": 520000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "non_documentary", - "issueSize": "4500000", - "issueSizePlan": "4500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110171,48 +107498,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "925362d8-a1aa-4822-b0ec-d7a031ca14ce", + "uid": "9cdb2285-9868-415a-8767-c613b0edeb13", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "43ed158b-1165-4fae-acd0-67f24eadb322", + "positionUid": "434d3f8d-e8cd-4978-85ab-7859729c9583", "forIisFlag": true, + "first1minCandleDate": "2018-07-03T14:12:00Z", + "first1dayCandleDate": "2018-07-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "OMA0128": { - "figi": "BBG00JQC34S1", - "ticker": "OMA0128", - "classCode": "SPBBND", - "isin": "XS1750113661", + "RU000A0JX5W4": { + "figi": "BBG00FRWYRH1", + "ticker": "RU000A0JX5W4", + "classCode": "TQCB", + "isin": "RU000A0JX5W4", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Sultanate of Oman", - "exchange": "SPB", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 18", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-01-17T00:00:00Z", + "maturityDate": "2032-01-05T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2018-01-17T00:00:00Z", + "stateRegDate": "2014-02-06T00:00:00Z", + "placementDate": "2017-01-23T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "0", - "nano": 781389000 + "currency": "rub", + "units": "9", + "nano": 260000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "2500000", - "issueSizePlan": "2500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110224,32 +107554,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2da636e4-483c-4024-bb84-cd470493569b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "854e8fd7-7446-4a52-8c19-7ba49bd93abc", + "uid": "0eaead8e-15d0-488c-8fd7-f837412c4943", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "bd205270-861e-48d0-be76-91d0218946aa", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T23:23:00Z", + "first1dayCandleDate": "2017-01-23T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZYP6": { - "figi": "TCS00A0ZZYP6", - "ticker": "RU000A0ZZYP6", + "RU000A102T55": { + "figi": "BBG00ZHYDZW2", + "ticker": "RU000A102T55", "classCode": "TQIR", - "isin": "RU000A0ZZYP6", + "isin": "RU000A102T55", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОбъединениеАгроЭлита выпуск 2", + "name": "\u041c\u0424\u041a \u0426\u0424\u041f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, - "maturityDate": "2023-02-25T00:00:00Z", + "maturityDate": "2024-02-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "460", + "units": "1000", "nano": 0 }, - "stateRegDate": "2018-12-13T00:00:00Z", - "placementDate": "2018-12-18T00:00:00Z", + "stateRegDate": "2020-12-07T00:00:00Z", + "placementDate": "2021-03-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110257,53 +107589,55 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 640000000 + "units": "5", + "nano": 550000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "08b2dba5-ecbd-461f-bf17-2fc7ee866f27", + "uid": "a4443d35-47f7-475e-9f94-06507b7b0516", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e1553015-c780-45cf-9585-49ec8046ee2b", + "positionUid": "dfdbbeba-acfd-4aa0-bd54-9dc9adebf011", "forIisFlag": true, + "first1minCandleDate": "2021-03-02T12:09:00Z", + "first1dayCandleDate": "2021-03-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102H83": { - "figi": "BBG00YJKHN65", - "ticker": "RU000A102H83", + "RU000A0JTM44": { + "figi": "BBG00445QP01", + "ticker": "RU000A0JTM44", "classCode": "TQCB", - "isin": "RU000A102H83", + "isin": "RU000A0JTM44", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ренессанс Кредит выпуск 4", + "name": "\u0411\u0430\u0448\u043d\u0435\u0444\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-12-15T00:00:00Z", + "maturityDate": "2023-01-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-04-08T00:00:00Z", - "placementDate": "2020-12-15T00:00:00Z", + "stateRegDate": "2012-09-27T00:00:00Z", + "placementDate": "2013-02-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110311,16 +107645,16 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 330000000 + "units": "7", + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110332,32 +107666,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ef0d171-6241-412c-bd52-c2a3506c8470", + "uid": "6eb2ae75-7702-4dcb-9bee-da5a10fa0278", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a3c5c422-fd81-4c59-b8e8-37f9f672dc38", + "positionUid": "acb36f9a-39d1-4a45-8b92-2faf015325dc", "forIisFlag": true, + "first1minCandleDate": "2018-03-12T16:35:00Z", + "first1dayCandleDate": "2013-02-12T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1030D1": { - "figi": "BBG0105J8GV3", - "ticker": "RU000A1030D1", + "RU000A103KJ8": { + "figi": "TCS00A103KJ8", + "ticker": "RU000A103KJ8", "classCode": "TQCB", - "isin": "RU000A1030D1", + "isin": "RU000A103KJ8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Банк 002Р выпуск 11", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d 001\u0420-03", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-04-18T00:00:00Z", + "maturityDate": "2031-08-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-13T00:00:00Z", - "placementDate": "2021-04-16T00:00:00Z", + "stateRegDate": "2021-08-13T00:00:00Z", + "placementDate": "2021-08-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110365,16 +107701,16 @@ }, "aciValue": { "currency": "rub", - "units": "18", - "nano": 220000000 + "units": "4", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "1900000", - "issueSizePlan": "1900000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110386,32 +107722,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbc41741-4dc4-4b0d-91a0-76c686cf7bca", + "uid": "9f1807d3-5be4-4baa-898a-6a1bbfc31076", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9b1bd0f1-3397-40c5-b1dd-1fb8c74a869d", + "positionUid": "f6647343-e97b-4991-8813-98bf48b1b7f8", "forIisFlag": true, + "first1minCandleDate": "2021-08-20T11:05:00Z", + "first1dayCandleDate": "2021-08-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102CZ3": { - "figi": "BBG00Y8XPNY9", - "ticker": "RU000A102CZ3", - "classCode": "TQIR", - "isin": "RU000A102CZ3", + "RU000A103S14": { + "figi": "TCS00A103S14", + "ticker": "RU000A103S14", + "classCode": "TQCB", + "isin": "RU000A103S14", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Онлайн Микрофинанс выпуск 2", - "exchange": "MOEX", - "couponQuantityPerYear": 12, - "maturityDate": "2023-11-02T00:00:00Z", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d 001\u0420-04", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-03-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-22T00:00:00Z", - "placementDate": "2020-11-17T00:00:00Z", + "stateRegDate": "2021-09-23T00:00:00Z", + "placementDate": "2021-09-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110419,69 +107757,70 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 770000000 + "units": "17", + "nano": 360000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "700000", - "issueSizePlan": "700000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5eed1cd9-cdb1-4d61-a030-fb90a8635655", + "uid": "abfde89d-fd82-49cd-9860-60bf1282156a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b6c86606-cb0a-4a04-8148-7ed33e58cf96", + "positionUid": "4aeadbe8-4084-4b02-a73c-822584f522f7", "forIisFlag": true, + "first1minCandleDate": "2021-09-28T11:14:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYDH0": { - "figi": "BBG00HY74TD7", - "ticker": "RU000A0ZYDH0", - "classCode": "TQCB", - "isin": "RU000A0ZYDH0", + "XS1964558339": { + "figi": "BBG00NN90XV7", + "ticker": "XS1964558339", + "classCode": "TQOD", + "isin": "XS1964558339", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ФСК ЕЭС БО-3", + "name": "Credit Bank of Moscow", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2052-09-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-06-25T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-06-06T00:00:00Z", - "placementDate": "2017-10-20T00:00:00Z", + "placementDate": "2019-03-25T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "1", - "nano": 270000000 + "currency": "usd", + "units": "14", + "nano": 637611000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "9000000", - "issueSizePlan": "10000000", + "issueSize": "217270", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -110491,52 +107830,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "f28295ee-1bc4-4a58-ac75-8edb8fd2ef7a", + "uid": "33150ab7-ea90-4f4c-bf10-6b1bce41f86c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5737a1e9-ab96-4e02-b482-1d7a01675f00", + "positionUid": "20ef2c34-f293-4466-9270-b890debd81b3", "forIisFlag": true, + "first1minCandleDate": "2019-05-27T12:22:00Z", + "first1dayCandleDate": "2019-05-27T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "SU26237RMFS6": { - "figi": "BBG011FJ6573", - "ticker": "SU26237RMFS6", - "classCode": "TQOB", - "isin": "RU000A1038Z7", + "RU000A0ZZ1H2": { + "figi": "BBG00KHD7983", + "ticker": "RU000A0ZZ1H2", + "classCode": "TQCB", + "isin": "RU000A0ZZ1H2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26237", + "name": "\u041e\u0413\u041a-2 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-03-14T00:00:00Z", + "maturityDate": "2023-03-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-11T00:00:00Z", - "placementDate": "2021-06-16T00:00:00Z", + "stateRegDate": "2018-04-02T00:00:00Z", + "placementDate": "2018-04-06T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 30000000 + "units": "0", + "nano": 440000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", "issueKind": "documentary", - "issueSize": "500000000", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110545,35 +107886,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b2851330-f5bc-4bca-8726-26fcc3abfeaf", + "uid": "b5cab7a6-9727-4527-813e-899e32223b58", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "03ed4a5a-a53d-47e5-a782-2b61c5c84656", + "positionUid": "e9c39f62-6739-465d-8a08-a6b3f43f2c07", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T07:25:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A0ZYEB1": { - "figi": "BBG00HYXLFQ7", - "ticker": "RU000A0ZYEB1", + "RU000A104L36": { + "figi": "TCS00A104L36", + "ticker": "RU000A104L36", "classCode": "TQCB", - "isin": "RU000A0ZYEB1", + "isin": "RU000A104L36", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТрансФин-М 001Р выпуск 4", + "name": "\u0422\u043e\u0439\u043e\u0442\u0430 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-10-14T00:00:00Z", + "maturityDate": "2025-02-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-24T00:00:00Z", - "placementDate": "2017-10-26T00:00:00Z", + "stateRegDate": "2022-02-22T00:00:00Z", + "placementDate": "2022-02-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110581,20 +107924,20 @@ }, "aciValue": { "currency": "rub", - "units": "46", - "nano": 120000000 + "units": "3", + "nano": 670000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -110602,32 +107945,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "254ebe91-517a-4ffe-a44c-f58415049ae0", + "uid": "d232c34b-1f3a-41f5-b635-d01f574239c9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3c8b9c1a-a738-4b5f-8543-2fb158c038a8", + "positionUid": "fa56541c-56c9-4fd4-af83-16741fb2eed0", "forIisFlag": true, + "first1minCandleDate": "2022-02-25T12:09:00Z", + "first1dayCandleDate": "2022-02-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1032X5": { - "figi": "BBG0110WZC19", - "ticker": "RU000A1032X5", - "classCode": "TQCB", - "isin": "RU000A1032X5", + "RU000A1032D7": { + "figi": "TCS00A1032D7", + "ticker": "RU000A1032D7", + "classCode": "TQIR", + "isin": "RU000A1032D7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТЕХНО Лизинг выпуск 4", + "name": "\u041c\u0430\u043d\u044b\u0447-\u0410\u0433\u0440\u043e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2026-04-16T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-04-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-16T00:00:00Z", - "placementDate": "2021-05-12T00:00:00Z", + "stateRegDate": "2021-04-28T00:00:00Z", + "placementDate": "2021-04-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110635,16 +107980,16 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 420000000 + "units": "13", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110656,32 +108001,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81f146b3-4c3a-4d7a-9c40-82b990f85aff", + "uid": "d0c6a0e7-502b-4d1a-b1ea-75ab3902fe14", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "338ef16e-a7d5-4b2f-8ec9-d5164e456562", + "positionUid": "dbe1c2f7-83b5-4b83-8c14-370693a9fe9f", "forIisFlag": true, + "first1minCandleDate": "2021-04-30T12:07:00Z", + "first1dayCandleDate": "2021-04-30T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1049K6": { - "figi": "BBG014578XG1", - "ticker": "RU000A1049K6", - "classCode": "TQCB", - "isin": "RU000A1049K6", + "RU000A100CG7": { + "figi": "BBG00PVT6KR6", + "ticker": "RU000A100CG7", + "classCode": "TQIR", + "isin": "RU000A100CG7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Банк 002Р выпуск 16", + "name": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0410\u0433\u0440\u043e\u042d\u043b\u0438\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-18T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-05-22T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "906", + "nano": 250000000 }, - "stateRegDate": "2021-12-13T00:00:00Z", - "placementDate": "2021-12-16T00:00:00Z", + "stateRegDate": "2019-05-14T00:00:00Z", + "placementDate": "2019-05-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110689,53 +108036,55 @@ }, "aciValue": { "currency": "rub", - "units": "8", + "units": "9", "nano": 900000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "400000", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "25633d92-90f1-490e-ae99-041cb514c92d", + "uid": "43cd0544-d883-4e39-b672-85a0324ade4f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e5f95a2e-59b8-4e7b-ac89-dd7775d2f381", + "positionUid": "c49f2d90-5a62-49a9-84e1-d57eb3f5833c", "forIisFlag": true, + "first1minCandleDate": "2019-05-20T11:08:00Z", + "first1dayCandleDate": "2019-05-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1017J5": { - "figi": "BBG00R4XLRN5", - "ticker": "RU000A1017J5", + "RU000A104SY8": { + "figi": "TCS00A104SY8", + "ticker": "RU000A104SY8", "classCode": "TQCB", - "isin": "RU000A1017J5", + "isin": "RU000A104SY8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Газпром нефть ПАО 003P-02R", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2029-12-07T00:00:00Z", + "name": "\u0420\u0416\u0414", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2027-04-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-17T00:00:00Z", - "placementDate": "2019-12-20T00:00:00Z", + "stateRegDate": "2022-05-04T00:00:00Z", + "placementDate": "2022-05-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110743,16 +108092,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 660000000 + "units": "40", + "nano": 650000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110764,48 +108113,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb14e018-6bfc-41ec-b9ab-96c57679f793", + "uid": "9920721c-96ac-4e2e-a82b-6f05ba56dc13", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bedf2504-9959-42ee-a946-4d09ed1a3149", + "positionUid": "b6cdbb95-dfd2-413f-8d4b-862f6769793d", "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100HH4": { - "figi": "BBG00PMK99X0", - "ticker": "RU000A100HH4", - "classCode": "TQCB", - "isin": "RU000A100HH4", + "XS0893212398": { + "figi": "BBG0044FD516", + "ticker": "XS0893212398", + "classCode": "TQOE", + "isin": "XS0893212398", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "Газпромбанк 001P выпуск 11", + "name": "VEB", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-07-01T00:00:00Z", + "couponQuantityPerYear": 1, + "maturityDate": "2023-02-21T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "eur", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-27T00:00:00Z", - "placementDate": "2019-07-01T00:00:00Z", + "placementDate": "2013-02-21T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "4", - "nano": 490000000 + "currency": "eur", + "units": "22", + "nano": 93151000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -110815,35 +108165,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "8a04a766-22e7-49e7-8989-8ef9866f9302", + "uid": "4e7b4a80-6d91-46cd-a66f-788d9af7383d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "018e4f42-7c22-436b-b338-24a0942f3c16", + "positionUid": "e5e5a0ac-f780-4cf2-8016-fd8dbe531ac6", "forIisFlag": true, + "first1minCandleDate": "2020-06-26T10:02:00Z", + "first1dayCandleDate": "2020-06-26T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A102M45": { - "figi": "BBG00YRFB429", - "ticker": "RU000A102M45", - "classCode": "TQIR", - "isin": "RU000A102M45", + "RU000A1002E8": { + "figi": "BBG00N84M5Z8", + "ticker": "RU000A1002E8", + "classCode": "TQCB", + "isin": "RU000A1002E8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДиректЛизинг выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-26T00:00:00Z", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c\u0431\u0430\u043d\u043a", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2023-01-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-23T00:00:00Z", - "placementDate": "2020-12-29T00:00:00Z", + "stateRegDate": "2019-01-29T00:00:00Z", + "placementDate": "2019-01-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110851,16 +108203,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 250000000 + "units": "9", + "nano": 780000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "13228044", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110872,48 +108224,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8aaca9a2-8799-4d1e-a08c-f0e42e08dd67", + "uid": "69baf336-e72e-43cd-a0ae-834e30db3401", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fbebeb84-bca9-47cd-9011-54d6474a0e17", + "positionUid": "3b8fd222-dc68-4c83-b662-6c1d1e436289", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T07:21:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "TTEL0225": { - "figi": "BBG00NBJSLV4", - "ticker": "TTEL0225", - "classCode": "SPBBND", - "isin": "XS1955059420", + "RU000A0ZZ9W4": { + "figi": "BBG00L4CT0Z2", + "ticker": "RU000A0ZZ9W4", + "classCode": "TQCB", + "isin": "RU000A0ZZ9W4", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Turk Telekomunikasyon A.S.", - "exchange": "SPB", + "name": "\u0423\u0440\u0430\u043b\u043a\u0430\u043b\u0438\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-02-28T00:00:00Z", + "maturityDate": "2023-06-09T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-02-28T00:00:00Z", + "stateRegDate": "2018-06-09T00:00:00Z", + "placementDate": "2018-06-15T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "27", - "nano": 500000000 + "currency": "rub", + "units": "18", + "nano": 990000000 }, - "countryOfRisk": "TR", - "countryOfRiskName": "Турецкая Республика", - "sector": "telecom", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110925,32 +108280,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6483ce1-5ffc-4d56-894f-85ae0a2c1b2f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "f93882ea-0fe3-42ec-817b-2f492916c2ce", + "uid": "ec43cec4-1f48-435c-ba61-a123af22462e", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1b455afc-86c2-40c1-a55a-006140ab5cf0", "forIisFlag": true, + "first1minCandleDate": "2018-06-15T11:40:00Z", + "first1dayCandleDate": "2018-06-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1012K4": { - "figi": "BBG00QYKX940", - "ticker": "RU000A1012K4", + "RU000A104FX7": { + "figi": "BBG014VTFQJ8", + "ticker": "RU000A104FX7", "classCode": "TQCB", - "isin": "RU000A1012K4", + "isin": "RU000A104FX7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СЭЗ им. Серго Орджоникидзе выпуск 1", + "name": "\u0410 \u0414\u0435\u0432\u0435\u043b\u043e\u043f\u043c\u0435\u043d\u0442", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-11-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-01-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-11T00:00:00Z", - "placementDate": "2019-11-19T00:00:00Z", + "stateRegDate": "2021-10-22T00:00:00Z", + "placementDate": "2022-01-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -110958,16 +108315,16 @@ }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 260000000 + "units": "15", + "nano": 940000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "300145", + "issueSizePlan": "700000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -110979,32 +108336,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b53383cc-5d5d-4352-82d5-5390a03adc61", + "uid": "e0354a23-8ba3-4532-800b-3c9a0ba6b16b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8f5e5749-c7c2-4f5d-bd31-e004c8e4fe10", + "positionUid": "18e07de9-a7ed-4729-869c-91b833839910", "forIisFlag": true, + "first1minCandleDate": "2022-01-27T11:44:00Z", + "first1dayCandleDate": "2022-01-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103JR3": { - "figi": "BBG0124VD0W1", - "ticker": "RU000A103JR3", + "RU000A103WQ8": { + "figi": "TCS00A103WQ8", + "ticker": "RU000A103WQ8", "classCode": "TQCB", - "isin": "RU000A103JR3", + "isin": "RU000A103WQ8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Джи-групп выпуск 2", + "name": "\u0421\u044d\u0442\u043b \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-08-12T00:00:00Z", + "maturityDate": "2025-04-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-11T00:00:00Z", - "placementDate": "2021-08-16T00:00:00Z", + "stateRegDate": "2021-10-08T00:00:00Z", + "placementDate": "2021-10-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111012,53 +108371,55 @@ }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 170000000 + "units": "12", + "nano": 430000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7500000", + "issueSizePlan": "7500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5c906791-6847-4481-906e-e598223913e5", + "uid": "99c9404a-2263-425b-b63b-941d76ecfcdf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "82408501-f39f-492b-8084-27a8a96eb9d1", + "positionUid": "fe3b0778-0f71-4ed3-bdcf-4fbd2ec917af", "forIisFlag": true, + "first1minCandleDate": "2021-10-22T11:09:00Z", + "first1dayCandleDate": "2021-10-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JW1K9": { - "figi": "BBG00BQZW6R1", - "ticker": "RU000A0JW1K9", + "RU000A1032P1": { + "figi": "BBG011DV0155", + "ticker": "RU000A1032P1", "classCode": "TQCB", - "isin": "RU000A0JW1K9", + "isin": "RU000A1032P1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Томская область выпуск 55", + "name": "\u0421\u0424\u041e \u0412\u0422\u0411 \u0420\u041a\u0421-1 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-06-19T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2030-12-01T00:00:00Z", "nominal": { "currency": "rub", - "units": "250", + "units": "1000", "nano": 0 }, - "stateRegDate": "2015-12-18T00:00:00Z", - "placementDate": "2015-12-28T00:00:00Z", + "stateRegDate": "2020-12-28T00:00:00Z", + "placementDate": "2021-06-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -111066,16 +108427,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 100000000 + "units": "1", + "nano": 530000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "35000000", + "issueSizePlan": "35000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111087,48 +108448,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "93e27d35-966a-4bec-b1b9-855781efc07b", + "uid": "2b0c5922-c47c-4327-8d6b-f21e244b6807", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "97b37b1a-93dd-4ab8-a7fc-447aa8b5c119", + "positionUid": "820d6d90-0367-408f-8684-b6cee7225fe1", "forIisFlag": true, + "first1minCandleDate": "2021-06-10T11:20:00Z", + "first1dayCandleDate": "2021-06-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1433454243": { - "figi": "BBG00D2QX2B8", - "ticker": "XS1433454243", - "classCode": "TQOD", - "isin": "XS1433454243", + "RU000A100MG6": { + "figi": "BBG00PT0ZT82", + "ticker": "RU000A100MG6", + "classCode": "TQCB", + "isin": "RU000A100MG6", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Sovcomflot", + "name": "\u0421\u044d\u0442\u043b \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-16T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-01-17T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2016-06-16T00:00:00Z", + "stateRegDate": "2019-07-19T00:00:00Z", + "placementDate": "2019-07-23T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "5", - "nano": 375000000 + "currency": "rub", + "units": "15", + "nano": 20000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "documentary", - "issueSize": "498427", - "issueSizePlan": "750000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111137,35 +108501,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1bd6a71a-e0fe-442c-bfb2-bc4722b14f74", + "uid": "7b50e85c-b2cd-4bff-b35f-ed511608f479", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f7bee895-95d8-4baa-8d79-a11c70cd20b9", + "positionUid": "b941fd7b-8221-42b3-8527-4184b57f6b0f", "forIisFlag": true, + "first1minCandleDate": "2019-07-23T12:07:00Z", + "first1dayCandleDate": "2019-07-23T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A0JXQ44": { - "figi": "BBG00GK3W839", - "ticker": "RU000A0JXQ44", + "RU000A0JVA10": { + "figi": "BBG0089PCRC1", + "ticker": "RU000A0JVA10", "classCode": "TQCB", - "isin": "RU000A0JXQ44", + "isin": "RU000A0JVA10", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 2", + "name": "\u0413\u0422\u041b\u041a \u0411\u041e-04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2037-04-02T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-03-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-04-25T00:00:00Z", - "placementDate": "2017-04-27T00:00:00Z", + "stateRegDate": "2014-04-24T00:00:00Z", + "placementDate": "2015-03-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111173,16 +108539,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 190000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111194,32 +108560,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7cba822b-eecb-4a32-aa65-9bfbf3a0d510", + "uid": "3fdcff58-3157-4c1f-ad7f-b2a824bf8ef1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f6180102-cf28-4c48-8d6c-71d642a9f8c7", + "positionUid": "bde99a88-6798-4fe9-bb49-bd3b195453e6", "forIisFlag": true, + "first1minCandleDate": "2019-11-26T07:25:00Z", + "first1dayCandleDate": "2019-11-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100A58": { - "figi": "BBG00NZHSKP1", - "ticker": "RU000A100A58", + "RU000A100YW8": { + "figi": "BBG00QPHPRQ2", + "ticker": "RU000A100YW8", "classCode": "TQCB", - "isin": "RU000A100A58", + "isin": "RU000A100YW8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 8", + "name": "\u0422\u043e\u0439\u043e\u0442\u0430 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-10-17T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-10-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-18T00:00:00Z", - "placementDate": "2019-04-22T00:00:00Z", + "stateRegDate": "2019-10-22T00:00:00Z", + "placementDate": "2019-10-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111227,16 +108595,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 690000000 + "units": "26", + "nano": 430000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111248,32 +108616,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a44f6263-07d7-41de-9d2c-4e550f9575c4", + "uid": "4f694363-09c5-4fe5-9486-a476f364f9ca", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c994f7bb-c82d-4cb0-9abc-05830a3fac85", + "positionUid": "002dbf9a-af31-4953-8e00-7853e59236b6", "forIisFlag": true, + "first1minCandleDate": "2019-10-25T11:57:00Z", + "first1dayCandleDate": "2019-10-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100DC4": { - "figi": "BBG00PNLY692", - "ticker": "RU000A100DC4", - "classCode": "TQIR", - "isin": "RU000A100DC4", + "RU000A1035D0": { + "figi": "TCS00A1035D0", + "ticker": "RU000A1035D0", + "classCode": "TQCB", + "isin": "RU000A1035D0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МСБ-Лизинг 002P выпуск 2", + "name": "\u0421\u0438\u043d\u0430\u0440\u0430 - \u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u044b\u0435 \u041c\u0430\u0448\u0438\u043d\u044b \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-04-30T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-05-24T00:00:00Z", "nominal": { "currency": "rub", - "units": "458", - "nano": 420000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2019-05-14T00:00:00Z", - "placementDate": "2019-05-27T00:00:00Z", + "stateRegDate": "2021-05-24T00:00:00Z", + "placementDate": "2021-05-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111281,53 +108651,55 @@ }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 760000000 + "units": "23", + "nano": 80000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a56bb46c-e304-4186-9aba-4dee2b10fef6", + "uid": "98613d8e-2618-434c-8a03-ecf9658b18ad", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "461afa96-4633-422e-b23f-6adc88cf4518", + "positionUid": "91669650-4dde-4916-b6a3-7ff9ed76db0a", "forIisFlag": true, + "first1minCandleDate": "2021-05-28T12:20:00Z", + "first1dayCandleDate": "2021-05-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYR18": { - "figi": "BBG00JYHHXN7", - "ticker": "RU000A0ZYR18", + "RU000A0JWXF0": { + "figi": "BBG00F171QY3", + "ticker": "RU000A0JWXF0", "classCode": "TQCB", - "isin": "RU000A0ZYR18", + "isin": "RU000A0JWXF0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Башкирская содовая компания выпуск 1", + "name": "\u041a\u0440\u0430\u0441\u043d\u043e\u044f\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 12", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-01-27T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-10-25T00:00:00Z", "nominal": { "currency": "rub", - "units": "750", + "units": "500", "nano": 0 }, - "stateRegDate": "2018-02-01T00:00:00Z", - "placementDate": "2018-02-02T00:00:00Z", + "stateRegDate": "2016-10-20T00:00:00Z", + "placementDate": "2016-11-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111335,16 +108707,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 810000000 + "units": "17", + "nano": 900000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "18231000", + "issueSizePlan": "18231000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111356,86 +108728,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f6d8bd45-530b-4945-9876-24948072e1aa", + "uid": "9ee1fe0f-a3e5-4e39-8026-0c6bc5f043d9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4ff063f3-17da-44f3-a429-9d1f83c9ee40", + "positionUid": "37fde272-915e-44bb-9924-cd797d6b8cc8", "forIisFlag": true, + "first1minCandleDate": "2018-03-14T05:22:00Z", + "first1dayCandleDate": "2016-11-02T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103N84": { - "figi": "BBG012G45RC0", - "ticker": "RU000A103N84", - "classCode": "TQCB", - "isin": "RU000A103N84", + "VTBperp": { + "figi": "BBG003824NB3", + "ticker": "VTBperp", + "classCode": "SPBBND", + "isin": "XS0810596832", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Россельхозбанк выпуск 4", - "exchange": "MOEX_PLUS", + "name": "VTB Perp", + "exchange": "SPB", "couponQuantityPerYear": 2, - "maturityDate": "2026-09-03T00:00:00Z", + "maturityDate": "2111-01-01T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-07T00:00:00Z", - "placementDate": "2021-09-09T00:00:00Z", + "placementDate": "2012-08-06T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "28", - "nano": 420000000 + "currency": "usd", + "units": "24", + "nano": 541667000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "20000000", + "issueKind": "documentary", + "issueSize": "2250000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": false, + "perpetualFlag": true, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "06640ee4-4198-45f2-9131-c76327201261", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7039d169-8aa2-4f82-b404-db1b46af0511", + "uid": "2daf1a08-011d-4f30-807a-eefe0229ac2f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "c9572483-745c-4152-848a-fda6ea96ddba", "forIisFlag": true, + "first1minCandleDate": "2018-12-19T13:54:00Z", + "first1dayCandleDate": "2018-12-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZEM5": { - "figi": "BBG00LLCGZL5", - "ticker": "RU000A0ZZEM5", + "RU000A0ZZ8X4": { + "figi": "BBG00L2L5GP6", + "ticker": "RU000A0ZZ8X4", "classCode": "TQCB", - "isin": "RU000A0ZZEM5", + "isin": "RU000A0ZZ8X4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ярославская область выпуск 16", + "name": "\u041a\u0440\u0430\u0441\u043d\u043e\u0434\u0430\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-09-21T00:00:00Z", + "maturityDate": "2025-06-03T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "750", "nano": 0 }, - "stateRegDate": "2018-07-20T00:00:00Z", - "placementDate": "2018-07-30T00:00:00Z", + "stateRegDate": "2018-05-23T00:00:00Z", + "placementDate": "2018-06-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111443,16 +108818,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 450000000 + "units": "1", + "nano": 410000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "municipal", "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111464,32 +108839,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d974d1d-2a5f-4b61-9c71-2ee078bd89b3", + "uid": "285ee1f2-7417-49e4-bea5-1719243e2497", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "633fa281-480d-4f23-a76b-e335725c5b09", + "positionUid": "38ec162a-b848-445f-b31d-8d1a05bd0194", "forIisFlag": true, + "first1minCandleDate": "2018-06-06T01:33:00Z", + "first1dayCandleDate": "2018-06-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103G91": { - "figi": "TCS00A103G91", - "ticker": "RU000A103G91", + "RU000A1052T1": { + "figi": "TCS00A1052T1", + "ticker": "RU000A1052T1", "classCode": "TQCB", - "isin": "RU000A103G91", + "isin": "RU000A1052T1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПРОМОМЕД ДМ выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-07-26T00:00:00Z", + "name": "\u0414\u0435\u043b\u0438\u043c\u043e\u0431\u0438\u043b\u044c \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2025-08-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-07-26T00:00:00Z", - "placementDate": "2021-07-30T00:00:00Z", + "stateRegDate": "2022-07-20T00:00:00Z", + "placementDate": "2022-08-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111497,16 +108874,16 @@ }, "aciValue": { "currency": "rub", - "units": "45", - "nano": 50000000 + "units": "10", + "nano": 330000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "659808", + "issueSizePlan": "676403", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111518,86 +108895,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f88c30f2-9c17-43d7-b33c-5805ff947692", + "uid": "fc96e757-2cfc-4199-b419-e111043b529a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c3e08406-38e7-4cf1-a12b-9ca208685360", + "positionUid": "835f05ec-6fa5-4249-b0d7-51274ba9e1f8", "forIisFlag": true, + "first1minCandleDate": "2022-08-10T11:45:00Z", + "first1dayCandleDate": "2022-08-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZ4T1": { - "figi": "BBG00KSL6M30", - "ticker": "RU000A0ZZ4T1", - "classCode": "TQCB", - "isin": "RU000A0ZZ4T1", + "XS1961080501": { + "figi": "BBG00NJHVPW6", + "ticker": "XS1961080501", + "classCode": "TQOD", + "isin": "XS1961080501", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "РСХБ выпуск T1", + "name": "EuroChem", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-04-12T00:00:00Z", + "maturityDate": "2024-03-13T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-06-10T00:00:00Z", - "placementDate": "2018-04-25T00:00:00Z", + "placementDate": "2019-03-13T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "22", - "nano": 680000000 + "currency": "usd", + "units": "26", + "nano": 888889000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "materials", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "issueSize": "700000", + "issueSizePlan": "700000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "81c1f183-11f1-4d02-ba3c-5df2313ab82d", + "uid": "2588cf7b-c40f-49bc-a73c-330dce62b699", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ad858a81-004b-4dd6-8e86-0f0989ae4302", + "positionUid": "0d05be67-a380-4d58-9b03-3bc1e6932ecf", "forIisFlag": true, + "first1minCandleDate": "2020-09-23T14:48:00Z", + "first1dayCandleDate": "2020-09-23T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0JQ7Z2": { - "figi": "BBG00005V2L5", - "ticker": "RU000A0JQ7Z2", + "RU000A103G00": { + "figi": "BBG011YQCC65", + "ticker": "RU000A103G00", "classCode": "TQCB", - "isin": "RU000A0JQ7Z2", + "isin": "RU000A103G00", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД выпуск 19", + "name": "\u0421\u0438\u043d\u0430\u0440\u0430 - \u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u044b\u0435 \u041c\u0430\u0448\u0438\u043d\u044b \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-07-08T00:00:00Z", + "maturityDate": "2026-07-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2009-01-29T00:00:00Z", - "placementDate": "2009-07-27T00:00:00Z", + "stateRegDate": "2021-07-22T00:00:00Z", + "placementDate": "2021-07-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111605,16 +108985,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 150000000 + "units": "10", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", - "issueKind": "documentary", + "issueKind": "non_documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111626,32 +109006,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4902d12a-4517-4d6f-b965-14a46a3ceddd", + "uid": "99ab558f-c466-458a-9a6e-0a09edd0b12b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2ad7d72c-d825-4cb3-b444-5368214c8254", + "positionUid": "04a439e1-ab15-4eb5-8e95-c1cc2d74c609", "forIisFlag": true, + "first1minCandleDate": "2021-07-28T12:16:00Z", + "first1dayCandleDate": "2021-07-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102D46": { - "figi": "TCS00A102D46", - "ticker": "RU000A102D46", + "RU000A102TR4": { + "figi": "TCS00A102TR4", + "ticker": "RU000A102TR4", "classCode": "TQCB", - "isin": "RU000A102D46", + "isin": "RU000A102TR4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА 018P", + "name": "\u0420\u0438\u0442\u0435\u0439\u043b \u0411\u0435\u043b \u0424\u0438\u043d\u0430\u043d\u0441 001P-02", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2051-02-28T00:00:00Z", + "maturityDate": "2026-03-05T00:00:00Z", "nominal": { "currency": "rub", - "units": "598", - "nano": 200000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2020-11-12T00:00:00Z", - "placementDate": "2020-11-19T00:00:00Z", + "stateRegDate": "2021-03-02T00:00:00Z", + "placementDate": "2021-03-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111659,53 +109041,55 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 180000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "14018879", - "issueSizePlan": "14018879", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3500000", + "issueSizePlan": "3500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7af35f5b-e236-4eb9-b06e-4ab5c7856654", + "uid": "bb4b7759-cc09-4d2f-bb7f-577e4d5b7be2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "99a7cbdc-9ade-45a9-8e29-3fb3658535b7", + "positionUid": "aac1ef50-3c58-4eb8-a6b3-52184dfde962", "forIisFlag": true, + "first1minCandleDate": "2021-03-11T12:14:00Z", + "first1dayCandleDate": "2021-03-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100VG7": { - "figi": "BBG00QFLCT66", - "ticker": "RU000A100VG7", + "RU000A0ZZV86": { + "figi": "BBG00MMJ90B3", + "ticker": "RU000A0ZZV86", "classCode": "TQCB", - "isin": "RU000A100VG7", + "isin": "RU000A0ZZV86", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СУЭК-Финанс выпуск 3", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 006P", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-09-13T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2048-05-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "230", + "nano": 510000000 }, - "stateRegDate": "2019-09-25T00:00:00Z", - "placementDate": "2019-09-26T00:00:00Z", + "stateRegDate": "2018-11-19T00:00:00Z", + "placementDate": "2018-11-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111713,53 +109097,55 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 450000000 + "units": "0", + "nano": 690000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "21000000", - "issueSizePlan": "21000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "74263788", + "issueSizePlan": "74263788", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea01bf8d-c1ae-4d11-b911-a6c28f3e37be", + "uid": "298237bf-d543-4ba1-b2e9-00755fd1565b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa24df68-f05b-40d8-a66f-7d820a66285c", + "positionUid": "4b980080-b2ff-4e76-aeb3-f9d1b3f12264", "forIisFlag": true, + "first1minCandleDate": "2018-12-17T09:03:00Z", + "first1dayCandleDate": "2018-12-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1009B9": { - "figi": "BBG00NWBZTW2", - "ticker": "RU000A1009B9", + "RU000A1009Z8": { + "figi": "BBG00NZHNQH2", + "ticker": "RU000A1009Z8", "classCode": "TQCB", - "isin": "RU000A1009B9", + "isin": "RU000A1009Z8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Детский мир выпуск 7", + "name": "\u041e'\u041a\u0415\u0419 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-04-06T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2029-04-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-06-27T00:00:00Z", - "placementDate": "2019-04-15T00:00:00Z", + "stateRegDate": "2019-04-17T00:00:00Z", + "placementDate": "2019-04-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111767,16 +109153,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "14", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111788,34 +109174,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "693fe373-0533-4115-94f6-8c7a0ef5969a", + "uid": "6fb2eca5-4623-4845-8548-049cf2aa0392", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "06204470-2106-4949-b7bd-7629da4b5d79", + "positionUid": "2008958f-7f0d-4deb-9e2c-87eef55219a1", "forIisFlag": true, - "first1minCandleDate": "2019-04-15T13:47:00Z", - "first1dayCandleDate": "2019-04-15T07:00:00Z", + "first1minCandleDate": "2019-04-19T11:07:00Z", + "first1dayCandleDate": "2019-04-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103PC2": { - "figi": "BBG012JC0J32", - "ticker": "RU000A103PC2", + "RU000A1003A4": { + "figi": "BBG00N9Q06D4", + "ticker": "RU000A1003A4", "classCode": "TQCB", - "isin": "RU000A103PC2", + "isin": "RU000A1003A4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Автобан-Финанс выпуск 3", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 13", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-09-08T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2034-01-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-07T00:00:00Z", - "placementDate": "2021-09-14T00:00:00Z", + "stateRegDate": "2019-02-05T00:00:00Z", + "placementDate": "2019-02-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111823,16 +109209,16 @@ }, "aciValue": { "currency": "rub", - "units": "31", - "nano": 210000000 + "units": "8", + "nano": 910000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111844,32 +109230,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b713f8a3-7ef8-4c93-bd6c-4f8ea4d6cbcf", + "uid": "a21ed2eb-e29b-4a4c-9a91-8a4836505870", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "19241b60-951e-4bfe-8398-5152efc9224c", + "positionUid": "058059c2-2eea-42af-9c4f-f432acbe9540", "forIisFlag": true, + "first1minCandleDate": "2019-02-08T10:46:00Z", + "first1dayCandleDate": "2019-02-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102KQ5": { - "figi": "BBG00YQ0FTY9", - "ticker": "RU000A102KQ5", + "RU000A101QA8": { + "figi": "BBG00V4SVMN7", + "ticker": "RU000A101QA8", "classCode": "TQCB", - "isin": "RU000A102KQ5", + "isin": "RU000A101QA8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТД РКС-Сочи 002Р-1", + "name": "\u0418\u041a\u0421 5 \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 11", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-20T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2035-05-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-17T00:00:00Z", - "placementDate": "2020-12-23T00:00:00Z", + "stateRegDate": "2020-05-25T00:00:00Z", + "placementDate": "2020-05-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -111877,16 +109265,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 930000000 + "units": "16", + "nano": 540000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -111898,91 +109286,15 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "842af41d-a9dd-46d4-b63f-c2e60262be34", + "uid": "5dd62de6-fa1f-4713-95e6-97cbace1a4fc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "804ffcd0-7231-4a9f-99e3-eef0d8f01d9f", + "positionUid": "88b6c4cc-70e7-4ea4-ac3d-c4bc19096b97", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T09:53:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26211RMFS1": { - "figi": "BBG003TTSBB1", - "ticker": "SU26211RMFS1", - "classCode": "TQOB", - "isin": "RU000A0JTJL3", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, - "shortEnabledFlag": false, - "name": "ОФЗ 26211", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-01-25T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2013-01-10T00:00:00Z", - "placementDate": "2013-01-16T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "33", - "nano": 750000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "150000000", - "issueSizePlan": "150000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 1000000 - }, - "apiTradeAvailableFlag": true, - "uid": "f99b790d-7842-4b9e-b108-b949f8be26a6", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1db6832f-b372-4b72-ad6d-ded7b6b3635e", - "forIisFlag": true, - "type": "Bonds", - "step": 0.001 - }, "CBOM0224EU": { "figi": "BBG00N8HZBK8", "ticker": "CBOM0224EU", @@ -112008,16 +109320,16 @@ }, "aciValue": { "currency": "eur", - "units": "21", - "nano": 446575000 + "units": "28", + "nano": 360274000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", "issueSize": "327228", "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112033,28 +109345,30 @@ "realExchange": "REAL_EXCHANGE_RTS", "positionUid": "4e0771b1-e5df-448b-a48e-7e9d28ff2304", "forIisFlag": true, + "first1minCandleDate": "2019-06-21T10:00:00Z", + "first1dayCandleDate": "2019-06-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102TR4": { - "figi": "TCS00A102TR4", - "ticker": "RU000A102TR4", + "RU000A104WJ1": { + "figi": "TCS00A104WJ1", + "ticker": "RU000A104WJ1", "classCode": "TQCB", - "isin": "RU000A102TR4", + "isin": "RU000A104WJ1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ритейл Бел Финанс 001P-02", - "exchange": "MOEX_PLUS", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 21", + "exchange": "MOEX", "couponQuantityPerYear": 4, - "maturityDate": "2026-03-05T00:00:00Z", + "maturityDate": "2026-06-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-02T00:00:00Z", - "placementDate": "2021-03-11T00:00:00Z", + "stateRegDate": "2022-06-23T00:00:00Z", + "placementDate": "2022-06-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112062,16 +109376,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 910000000 + "units": "19", + "nano": 300000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "non_documentary", - "issueSize": "3500000", - "issueSizePlan": "3500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112083,32 +109397,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bb4b7759-cc09-4d2f-bb7f-577e4d5b7be2", + "uid": "bf6d9c3d-6b80-4246-b939-5eab26bbf6d2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aac1ef50-3c58-4eb8-a6b3-52184dfde962", + "positionUid": "2c8f0327-2775-4d50-a374-a64931e630a2", "forIisFlag": true, + "first1minCandleDate": "2022-06-27T11:51:00Z", + "first1dayCandleDate": "2022-06-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101TS4": { - "figi": "BBG00VQNQ8P9", - "ticker": "RU000A101TS4", + "RU000A103QH9": { + "figi": "TCS00A103QH9", + "ticker": "RU000A103QH9", "classCode": "TQCB", - "isin": "RU000A101TS4", + "isin": "RU000A103QH9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Джи-групп выпуск 1", + "name": "\u042d\u0442\u0430\u043b\u043e\u043d-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-06-19T00:00:00Z", + "maturityDate": "2026-09-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "600", + "units": "1000", "nano": 0 }, - "stateRegDate": "2020-01-22T00:00:00Z", - "placementDate": "2020-06-22T00:00:00Z", + "stateRegDate": "2021-09-13T00:00:00Z", + "placementDate": "2021-09-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112116,16 +109432,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 370000000 + "units": "19", + "nano": 700000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112137,32 +109453,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81b61d25-2526-4c99-9531-2733d1b6be75", + "uid": "9608b7eb-dbb9-46fd-a909-ae63e7fc3445", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8f27b038-ffc3-479d-a715-a43a8e065281", + "positionUid": "0a2199ea-208f-46d4-ab3f-a8d9ee38d585", "forIisFlag": true, + "first1minCandleDate": "2021-09-21T12:20:00Z", + "first1dayCandleDate": "2021-09-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103DP0": { - "figi": "BBG011R5YX14", - "ticker": "RU000A103DP0", + "RU000A102Y66": { + "figi": "TCS00A102Y66", + "ticker": "RU000A102Y66", "classCode": "TQCB", - "isin": "RU000A103DP0", + "isin": "RU000A102Y66", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "КАМАЗ БО-П08", + "name": "\u041b\u0435\u0433\u0435\u043d\u0434\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-07-10T00:00:00Z", + "maturityDate": "2025-04-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-07-08T00:00:00Z", - "placementDate": "2021-07-12T00:00:00Z", + "stateRegDate": "2021-03-30T00:00:00Z", + "placementDate": "2021-04-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112170,53 +109488,55 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 270000000 + "units": "15", + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39023959-7dfc-448a-878f-3df79d0b125c", + "uid": "5250b247-12d7-4b19-b262-620e1c4f69d3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "237651ac-ed9b-4db4-80cc-3f008558b9df", + "positionUid": "325b52e4-f66f-4cec-ba7c-457bbf54bd32", "forIisFlag": true, + "first1minCandleDate": "2021-04-06T11:24:00Z", + "first1dayCandleDate": "2021-04-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100Z91": { - "figi": "BBG00QQ73R50", - "ticker": "RU000A100Z91", + "RU000A0ZYU39": { + "figi": "BBG00K1Y24S8", + "ticker": "RU000A0ZYU39", "classCode": "TQCB", - "isin": "RU000A100Z91", + "isin": "RU000A0ZYU39", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 15", + "name": "\u042d\u0442\u0430\u043b\u043e\u043d-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-10-21T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-02-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "800", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-24T00:00:00Z", - "placementDate": "2019-10-29T00:00:00Z", + "stateRegDate": "2017-12-06T00:00:00Z", + "placementDate": "2018-02-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112224,53 +109544,55 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 500000000 + "units": "4", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d00c90d6-8ef1-4e14-9926-25bfb32edf82", + "uid": "bf1a7d1e-2aa9-43af-8ed8-c4bdbe963e2b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c7a91308-7999-4e65-b5a3-f30b76bb893c", + "positionUid": "1b3fa7c3-0ddb-412d-9ce6-961b08f9cdaa", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T23:01:00Z", + "first1dayCandleDate": "2018-02-21T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103N19": { - "figi": "BBG012F27YT0", - "ticker": "RU000A103N19", - "classCode": "TQCB", - "isin": "RU000A103N19", + "RU000A101UD4": { + "figi": "BBG00VSYBL16", + "ticker": "RU000A101UD4", + "classCode": "TQIR", + "isin": "RU000A101UD4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АПРИ Флай Плэнинг БО-П5", + "name": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u0449\u0438\u0442-\u0421\u0442\u0440\u043e\u0439\u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-09-02T00:00:00Z", + "maturityDate": "2025-06-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-13T00:00:00Z", - "placementDate": "2021-09-07T00:00:00Z", + "stateRegDate": "2020-06-18T00:00:00Z", + "placementDate": "2020-06-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112278,53 +109600,55 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 670000000 + "units": "26", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", "issueSize": "500000", "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b4f4120c-16c0-4245-87b5-c75ae3294a87", + "uid": "96375d98-6fd2-4dad-9c4f-66a294e4c2fe", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f0cd20a4-72cf-4d83-911d-fc0bd2cd39d7", + "positionUid": "03dd749d-5367-42cc-91ac-d277c2cab171", "forIisFlag": true, + "first1minCandleDate": "2020-06-29T11:16:00Z", + "first1dayCandleDate": "2020-06-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101QW2": { - "figi": "BBG00V9STNC5", - "ticker": "RU000A101QW2", + "RU000A102SK1": { + "figi": "BBG00ZGVRGJ1", + "ticker": "RU000A102SK1", "classCode": "TQCB", - "isin": "RU000A101QW2", + "isin": "RU000A102SK1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сбер Банк", - "exchange": "MOEX", + "name": "\u0411\u043e\u0440\u0436\u043e\u043c\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-05-31T00:00:00Z", + "maturityDate": "2026-02-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-29T00:00:00Z", - "placementDate": "2020-06-05T00:00:00Z", + "stateRegDate": "2021-02-16T00:00:00Z", + "placementDate": "2021-02-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112332,16 +109656,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 430000000 + "units": "2", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "20000000", - "issueSizePlan": "40000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112353,32 +109677,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34cab95f-2b93-41a4-8233-21769ff58c9a", + "uid": "a6932f3d-36b3-45e0-a4e5-b6835a5c4126", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9f3f752f-a75a-4852-b8e0-2b28945bb285", + "positionUid": "47edb944-d8e7-4563-9511-ff2939c336c9", "forIisFlag": true, + "first1minCandleDate": "2021-02-26T11:21:00Z", + "first1dayCandleDate": "2021-02-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103WQ8": { - "figi": "TCS00A103WQ8", - "ticker": "RU000A103WQ8", + "RU000A101R33": { + "figi": "BBG00V92S1V0", + "ticker": "RU000A101R33", "classCode": "TQCB", - "isin": "RU000A103WQ8", + "isin": "RU000A101R33", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сэтл Групп выпуск 4", + "name": "\u041b\u0435\u043d\u0442\u0430 \u0411\u041e-001P \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-04-18T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-05-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-08T00:00:00Z", - "placementDate": "2021-10-22T00:00:00Z", + "stateRegDate": "2020-06-01T00:00:00Z", + "placementDate": "2020-06-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112386,16 +109712,16 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 300000000 + "units": "17", + "nano": 90000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "7500000", - "issueSizePlan": "7500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112407,49 +109733,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "99c9404a-2263-425b-b63b-941d76ecfcdf", + "uid": "45b7cac4-bcfa-4124-a5c5-c8f813dea84c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fe3b0778-0f71-4ed3-bdcf-4fbd2ec917af", + "positionUid": "8da5e0be-b4d5-4386-9a0a-531ae5191c57", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:46:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0767473852": { - "figi": "BBG002V2YQY4", - "ticker": "XS0767473852", - "classCode": "TQOD", - "isin": "XS0767473852", + "RU000A104Z71": { + "figi": "TCS00A104Z71", + "ticker": "RU000A104Z71", + "classCode": "TQCB", + "isin": "RU000A104Z71", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", + "name": "\u0411\u0438\u043d\u043d\u043e\u0444\u0430\u0440\u043c \u0413\u0440\u0443\u043f\u043f", "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2042-04-04T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2037-07-02T00:00:00Z", "nominal": { - "currency": "usd", - "units": "200000", + "currency": "rub", + "units": "1000", "nano": 0 }, - "stateRegDate": "2012-04-05T00:00:00Z", - "placementDate": "2012-04-04T00:00:00Z", + "stateRegDate": "2022-07-11T00:00:00Z", + "placementDate": "2022-07-21T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "3375", - "nano": 0 + "currency": "rub", + "units": "13", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "15000", - "issueSizePlan": "15000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112461,32 +109789,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "219caa24-7268-4302-875d-b1a758f40beb", + "uid": "8b4adee4-83d9-4f0c-9fcf-d4a059f892ac", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8f291c29-3710-411f-9a95-9ee6213fd8e5", - "forIisFlag": false, + "positionUid": "2f0087d4-6c63-4139-a24e-f2aea56c58b5", + "forIisFlag": true, + "first1minCandleDate": "2022-07-21T14:04:00Z", + "first1dayCandleDate": "2022-07-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100ZK0": { - "figi": "BBG00QS35B41", - "ticker": "RU000A100ZK0", + "RU000A102VK5": { + "figi": "TCS00A102VK5", + "ticker": "RU000A102VK5", "classCode": "TQCB", - "isin": "RU000A100ZK0", + "isin": "RU000A102VK5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 12", + "name": "\u0412\u0418\u0421 \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-10-26T00:00:00Z", + "maturityDate": "2024-03-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-28T00:00:00Z", - "placementDate": "2019-10-31T00:00:00Z", + "stateRegDate": "2021-03-11T00:00:00Z", + "placementDate": "2021-03-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112494,16 +109824,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 760000000 + "units": "5", + "nano": 260000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112515,32 +109845,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8605ea03-070f-48da-8589-e018ff7a2181", + "uid": "73dc588b-03a5-4968-903b-bc9c99c7dc0c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1c1e80a0-47ec-4748-8423-dbe59d02eab5", + "positionUid": "7bfa1932-64e1-4de4-a38d-11a95ff905a8", "forIisFlag": true, + "first1minCandleDate": "2021-03-26T11:05:00Z", + "first1dayCandleDate": "2021-03-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101012": { - "figi": "BBG00QTDV828", - "ticker": "RU000A101012", + "RU000A1029F8": { + "figi": "BBG00XZ93N78", + "ticker": "RU000A1029F8", "classCode": "TQCB", - "isin": "RU000A101012", + "isin": "RU000A1029F8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 12", + "name": "\u041b\u0438\u0437\u0438\u043d\u0433-\u0422\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-10-23T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-10-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-30T00:00:00Z", - "placementDate": "2019-11-05T00:00:00Z", + "stateRegDate": "2020-10-19T00:00:00Z", + "placementDate": "2020-10-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112548,77 +109880,110 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 990000000 + "units": "7", + "nano": 690000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "82d30845-9207-43ad-9b43-16b7e960b29d", + "uid": "d50356c9-4f72-4753-ab94-3ac59490695b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7d24f79a-8b57-458e-8d9e-c5eb43ca90e6", + "positionUid": "7eaf8791-f99d-4eed-821d-c3bb7b6d6aa5", "forIisFlag": true, + "first1minCandleDate": "2020-10-22T11:23:00Z", + "first1dayCandleDate": "2020-10-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYFC6": { - "figi": "BBG00J3MJ9F0", - "ticker": "RU000A0ZYFC6", - "classCode": "TQCB", - "isin": "RU000A0ZYFC6", + "XS1843443273": { + "figi": "BBG00NQ976S0", + "ticker": "XS1843443273", + "classCode": "TQOD", + "isin": "XS1843443273", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "currency": "usd", + "shortEnabledFlag": false, + "name": "Evraz", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2024-04-02T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { + "placementDate": "2019-04-02T00:00:00Z", + "placementPrice": { + "currency": "usd", "units": "0", - "nano": 300000000 + "nano": 0 }, - "dlongMin": { - "units": "0", - "nano": 163300000 + "aciValue": { + "currency": "usd", + "units": "22", + "nano": 895833000 }, - "dshortMin": { + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "700000", + "issueSizePlan": "700000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 140200000 + "nano": 100000 }, + "apiTradeAvailableFlag": true, + "uid": "d2cb4f7d-a4b9-413b-92e1-3d58509f3a8c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "19195ea0-40c2-4a46-92d4-18d2cebb263a", + "forIisFlag": true, + "first1minCandleDate": "2020-08-07T10:29:00Z", + "first1dayCandleDate": "2020-08-07T07:00:00Z", + "type": "Bonds", + "step": 0.0001 + }, + "RU000A104UA4": { + "figi": "TCS00A104UA4", + "ticker": "RU000A104UA4", + "classCode": "TQCB", + "isin": "RU000A104UA4", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 3", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-11-03T00:00:00Z", + "name": "\u0421\u0435\u0433\u0435\u0436\u0430", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2037-05-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-11-07T00:00:00Z", - "placementDate": "2017-11-09T00:00:00Z", + "stateRegDate": "2022-05-24T00:00:00Z", + "placementDate": "2022-05-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112626,16 +109991,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 240000000 + "units": "3", + "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "8200000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112647,32 +110012,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c1231f4f-b226-4c6c-8924-07d39a1bb939", + "uid": "7981f3b8-1834-467e-b12d-346d4ef64ed3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c10776eb-a20f-43d0-9ce0-0488cc44ecf9", + "positionUid": "32f65d50-77cc-4ae4-9c7f-9be70f5b4ab6", "forIisFlag": true, + "first1minCandleDate": "2022-05-30T10:40:00Z", + "first1dayCandleDate": "2022-05-30T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102DK3": { - "figi": "TCS00A102DK3", - "ticker": "RU000A102DK3", - "classCode": "TQCB", - "isin": "RU000A102DK3", + "RU000A1037C8": { + "figi": "BBG011C669D9", + "ticker": "RU000A1037C8", + "classCode": "TQIR", + "isin": "RU000A1037C8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МаксимаТелеком выпуск 2", + "name": "\u0423\u0440\u043e\u0436\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-05-21T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-06-04T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-11-10T00:00:00Z", - "placementDate": "2020-11-24T00:00:00Z", + "stateRegDate": "2021-06-01T00:00:00Z", + "placementDate": "2021-06-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112680,16 +110047,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 490000000 + "units": "0", + "nano": 630000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "2500000", - "issueSizePlan": "2500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "150000", + "issueSizePlan": "150000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112701,85 +110068,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8feb66a8-47bf-49eb-82b3-d9b54c2c1976", + "uid": "087486ed-92f7-4899-be53-96c11d2eec85", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d03747b6-686a-4be7-95ae-6bfb649e6914", + "positionUid": "e3eafff7-f3ec-4da2-8a39-a43cd63a31fc", "forIisFlag": true, + "first1minCandleDate": "2021-06-08T11:12:00Z", + "first1dayCandleDate": "2021-06-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "PLZL0223": { - "figi": "BBG00FWXCM88", - "ticker": "PLZL0223", - "classCode": "SPBBND", - "isin": "XS1533922933", + "RU000A1016F5": { + "figi": "BBG00R4C49T4", + "ticker": "RU000A1016F5", + "classCode": "TQCB", + "isin": "RU000A1016F5", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Polyus", - "exchange": "SPB", - "couponQuantityPerYear": 2, - "maturityDate": "2023-02-07T00:00:00Z", + "name": "\u0413\u041a \u041f\u0438\u043e\u043d\u0435\u0440-001P \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-12-11T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2017-02-07T00:00:00Z", + "stateRegDate": "2019-12-10T00:00:00Z", + "placementDate": "2019-12-16T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "24", - "nano": 62500000 + "currency": "rub", + "units": "25", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "documentary", - "issueSize": "330007", - "issueSizePlan": "800000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "11d4f427-7689-4a93-9721-aad1227db3c0", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "cc3a3995-953d-4428-9b5d-3b6c887873fd", + "uid": "ce473ee5-e825-46e6-bd15-9be316a027b0", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5abb907d-59a1-4c66-a442-6c4c2045fbec", "forIisFlag": true, + "first1minCandleDate": "2019-12-16T11:39:00Z", + "first1dayCandleDate": "2019-12-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1049M2": { - "figi": "TCS00A1049M2", - "ticker": "RU000A1049M2", + "RU000A104V26": { + "figi": "TCS00A104V26", + "ticker": "RU000A104V26", "classCode": "TQCB", - "isin": "RU000A1049M2", + "isin": "RU000A104V26", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Инкаб выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-12-25T00:00:00Z", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2026-06-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-01T00:00:00Z", - "placementDate": "2021-12-29T00:00:00Z", + "stateRegDate": "2022-05-31T00:00:00Z", + "placementDate": "2022-06-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112787,20 +110159,20 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 140000000 + "units": "31", + "nano": 460000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "785000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "9000000", + "issueSizePlan": "9000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -112808,32 +110180,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "771388b1-837c-4a65-99d2-e3b9704fdd88", + "uid": "72277704-8311-43c8-966e-34fd219243a8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "42510d5a-03e7-4d47-8981-d97000725a68", + "positionUid": "79cd729b-82b1-4453-b405-216d13e31b37", "forIisFlag": true, + "first1minCandleDate": "2022-06-07T15:28:00Z", + "first1dayCandleDate": "2022-06-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100TH9": { - "figi": "BBG00Q87PDL9", - "ticker": "RU000A100TH9", + "RU000A101SD8": { + "figi": "BBG00VDF2563", + "ticker": "RU000A101SD8", "classCode": "TQCB", - "isin": "RU000A100TH9", + "isin": "RU000A101SD8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РОСБАНК БО-002P выпуск 6", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 19", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-03-16T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2035-05-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-09-11T00:00:00Z", - "placementDate": "2019-09-12T00:00:00Z", + "stateRegDate": "2019-12-24T00:00:00Z", + "placementDate": "2020-06-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112841,16 +110215,16 @@ }, "aciValue": { "currency": "rub", - "units": "26", - "nano": 480000000 + "units": "0", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112862,32 +110236,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "998f24d3-18e1-4cf9-8853-146d31b3834d", + "uid": "463edf19-9efd-456f-92cb-dc21b5ba60ad", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6e994484-e240-49d5-87d3-3e98c7c3f227", + "positionUid": "e929ac9a-9303-4709-91d4-84ea0cd802de", "forIisFlag": true, + "first1minCandleDate": "2020-06-10T11:30:00Z", + "first1dayCandleDate": "2020-06-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1036E6": { - "figi": "TCS00A1036E6", - "ticker": "RU000A1036E6", + "RU000A101Q26": { + "figi": "BBG00V3L30M3", + "ticker": "RU000A101Q26", "classCode": "TQCB", - "isin": "RU000A1036E6", + "isin": "RU000A101Q26", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АльфаБанк 002Р выпуск 12", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 13", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-06-04T00:00:00Z", + "maturityDate": "2030-05-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-27T00:00:00Z", - "placementDate": "2021-06-02T00:00:00Z", + "stateRegDate": "2020-05-25T00:00:00Z", + "placementDate": "2020-05-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112895,16 +110271,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 400000000 + "units": "19", + "nano": 170000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", "issueSize": "15000000", "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112916,32 +110292,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "75054e2d-6762-408e-a88e-bddeea487b8f", + "uid": "c79eef98-ce09-4a04-9334-21bfa9842861", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bd854c11-83d0-4856-a9ed-89bea4c29029", + "positionUid": "06ed439b-d46b-4561-bb3a-916083ccca91", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:51:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103HT3": { - "figi": "BBG01237K1S0", - "ticker": "RU000A103HT3", + "RU000A101DU4": { + "figi": "BBG00RP6D594", + "ticker": "RU000A101DU4", "classCode": "TQCB", - "isin": "RU000A103HT3", + "isin": "RU000A101DU4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "М.Видео выпуск 2", + "name": "\u0412\u0438\u0442\u0430 \u041b\u0430\u0439\u043d \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-08-07T00:00:00Z", + "maturityDate": "2023-02-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-05T00:00:00Z", - "placementDate": "2021-08-11T00:00:00Z", + "stateRegDate": "2020-01-15T00:00:00Z", + "placementDate": "2020-02-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -112949,16 +110327,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 760000000 + "units": "10", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", "issueKind": "non_documentary", - "issueSize": "9000000", - "issueSizePlan": "9000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -112970,32 +110348,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "134fd460-0279-4414-b70f-dfdc33ff86b5", + "uid": "21867799-b486-4ca7-b589-442fe697bb46", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d2c6cdf6-d722-4d49-8e21-3ea80db62724", + "positionUid": "0f56ae8e-1471-4b7d-b848-47456daad9be", "forIisFlag": true, + "first1minCandleDate": "2020-02-07T11:37:00Z", + "first1dayCandleDate": "2020-02-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1013N6": { - "figi": "BBG00QZ4PBD9", - "ticker": "RU000A1013N6", + "RU000A103RT2": { + "figi": "TCS00A103RT2", + "ticker": "RU000A103RT2", "classCode": "TQCB", - "isin": "RU000A1013N6", + "isin": "RU000A103RT2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Пионер-Лизинг-БО-П03", + "name": "\u042d\u043a\u0441\u043f\u043e\u0431\u0430\u043d\u043a 001\u0420-01", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2029-10-04T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-09-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-24T00:00:00Z", - "placementDate": "2019-11-26T00:00:00Z", + "stateRegDate": "2021-09-23T00:00:00Z", + "placementDate": "2021-09-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113003,20 +110383,20 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 730000000 + "units": "17", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "400000", - "issueSizePlan": "400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -113024,48 +110404,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9aff19af-8dee-47cf-af62-35eba0c2e13d", + "uid": "cf8c50a2-f578-4592-9bba-d4fb235c3ad5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4c74cd6a-c1f1-4328-ba63-ea747efdc57b", + "positionUid": "534b90f6-9f25-428b-9856-2ff55dd2868a", "forIisFlag": true, + "first1minCandleDate": "2021-09-28T11:22:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1022E6": { - "figi": "ISSUANCEPRLS", - "ticker": "RU000A1022E6", - "classCode": "TQCB", - "isin": "RU000A1022E6", + "XS2131995958": { + "figi": "BBG00S4VCXS9", + "ticker": "XS2131995958", + "classCode": "TQOD", + "isin": "XS2131995958", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ПР-Лизинг 002P-01", + "name": "GTLK", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2029-08-10T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-03-10T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-14T00:00:00Z", - "placementDate": "2020-08-27T00:00:00Z", + "placementDate": "2020-03-10T00:00:00Z", "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 820000000 + "currency": "usd", + "units": "23", + "nano": 120833000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "1750000", - "issueSizePlan": "1000000", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "600000", + "issueSizePlan": "600000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -113075,35 +110456,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "2f039ef6-c007-47c9-a61a-237bc39b6ef2", + "uid": "a9ffb7b6-4a3e-42ba-b20c-367a213e6698", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bef3e80e-aacd-41c3-b6df-8e974a7eebb6", + "positionUid": "0337a042-5b31-4e6e-8ee4-459f9397d420", "forIisFlag": true, + "first1minCandleDate": "2020-10-26T12:56:00Z", + "first1dayCandleDate": "2020-10-26T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A103FP5": { - "figi": "BBG011Y7LMW6", - "ticker": "RU000A103FP5", + "RU000A0JXLR8": { + "figi": "BBG00G9GSYG7", + "ticker": "RU000A0JXLR8", "classCode": "TQCB", - "isin": "RU000A103FP5", + "isin": "RU000A0JXLR8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МКБ 001Р выпуск 3", + "name": "\u0411\u0430\u043d\u043a \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 03", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-07-23T00:00:00Z", + "maturityDate": "2023-04-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-07-21T00:00:00Z", - "placementDate": "2021-07-27T00:00:00Z", + "stateRegDate": "2017-03-14T00:00:00Z", + "placementDate": "2017-03-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113111,16 +110494,16 @@ }, "aciValue": { "currency": "rub", - "units": "40", - "nano": 490000000 + "units": "27", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", + "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113132,32 +110515,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b5b4347c-36a4-463f-93dc-8846cbfef388", + "uid": "57ec1046-2e65-40ba-b8c9-0215db8ca323", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "252075d4-4797-4f85-872d-8e77acdf1b0d", + "positionUid": "9edb962d-48b9-4428-adee-27b80b85a5d7", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T01:08:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103RL9": { - "figi": "BBG012SMKJQ3", - "ticker": "RU000A103RL9", + "RU000A102QY6": { + "figi": "BBG00Z8KBL73", + "ticker": "RU000A102QY6", "classCode": "TQCB", - "isin": "RU000A103RL9", + "isin": "RU000A102QY6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Петроинжиниринг выпуск 1", + "name": "\u0422\u0424\u041d \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-09-18T00:00:00Z", + "maturityDate": "2024-02-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-16T00:00:00Z", - "placementDate": "2021-09-24T00:00:00Z", + "stateRegDate": "2020-12-23T00:00:00Z", + "placementDate": "2021-02-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113165,53 +110550,55 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 210000000 + "units": "9", + "nano": 860000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2cb57409-eaa0-47ed-836b-25df1a02162c", + "uid": "0431ff09-e334-49dc-9034-01b59aef8073", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b9e0e835-d784-42c1-bd22-5aafb46953ff", + "positionUid": "dbc49f8e-d078-4a56-82ef-646652f4795b", "forIisFlag": true, + "first1minCandleDate": "2021-02-09T11:30:00Z", + "first1dayCandleDate": "2021-02-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101RT6": { - "figi": "BBG011MDB894", - "ticker": "RU000A101RT6", + "RU000A0ZYEE5": { + "figi": "BBG00J3T6HB5", + "ticker": "RU000A0ZYEE5", "classCode": "TQCB", - "isin": "RU000A101RT6", + "isin": "RU000A0ZYEE5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Казахстан выпуск 5", + "name": "\u0413\u041f\u0411 (\u0410\u041e) \u0411\u041e-17", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-06-22T00:00:00Z", + "maturityDate": "2024-10-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2021-06-28T00:00:00Z", + "stateRegDate": "2014-11-12T00:00:00Z", + "placementDate": "2017-10-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113219,16 +110606,16 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 920000000 + "units": "29", + "nano": 250000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "issueKind": "non_documentary", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113240,194 +110627,226 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab973ca9-d1de-4f4e-879f-b57c49bb52f8", + "uid": "a4de9907-5869-4e0e-a753-7bb3dad83828", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0b9edf75-887b-4fc0-9b2f-34c3bbf270bc", + "positionUid": "48830290-bafd-4d5f-8081-9da75432c378", "forIisFlag": true, + "first1minCandleDate": "2018-03-13T17:58:00Z", + "first1dayCandleDate": "2017-10-31T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1008D7": { - "figi": "BBG00NTDT6H6", - "ticker": "RU000A1008D7", + "RU000A102DR8": { + "figi": "BBG00YC4R9B2", + "ticker": "RU000A102DR8", "classCode": "TQCB", - "isin": "RU000A1008D7", + "isin": "RU000A102DR8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 14", + "name": "\u041e\u043c\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-05-04T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-11-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-02T00:00:00Z", - "placementDate": "2019-04-04T00:00:00Z", + "stateRegDate": "2020-11-12T00:00:00Z", + "placementDate": "2020-11-24T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "17", - "nano": 200000000 + "units": "2", + "nano": 830000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "11000000", - "issueSizePlan": "11000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "16c9ae8c-3882-406f-a23b-87da58475c4c", + "uid": "56065b13-05a2-44e6-aeaa-1bdad34762c0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c94fa98c-fa9a-4dec-b45f-2f4ccea1d51b", + "positionUid": "e61acbfd-ae7b-4b64-9504-7bc86c740ca6", "forIisFlag": true, + "first1minCandleDate": "2020-11-24T14:08:00Z", + "first1dayCandleDate": "2020-11-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100XP4": { - "figi": "BBG00QKPP373", - "ticker": "RU000A100XP4", + "RU000A102M86": { + "figi": "TCS00A102M86", + "ticker": "RU000A102M86", "classCode": "TQCB", - "isin": "RU000A100XP4", + "isin": "RU000A102M86", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Московская область выпуск 12", + "name": "\u0412\u0441\u0435\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b.\u0440\u0443 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-10-08T00:00:00Z", + "maturityDate": "2023-12-26T00:00:00Z", "nominal": { "currency": "rub", - "units": "750", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-08T00:00:00Z", - "placementDate": "2019-10-15T00:00:00Z", + "stateRegDate": "2020-12-22T00:00:00Z", + "placementDate": "2020-12-29T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 300000000 + "units": "17", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c32bc453-6b09-4e63-b030-fa9cf975cdfe", + "uid": "c31a86a0-d1e0-40b0-bf76-6f28755a6a77", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d3e9efc3-4d1e-4b4a-a764-e343e3da5549", + "positionUid": "f7d3e32c-ec66-4f94-83cd-8c74f49804ba", "forIisFlag": true, + "first1minCandleDate": "2020-12-29T13:24:00Z", + "first1dayCandleDate": "2020-12-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102NK2": { - "figi": "BBG00YZ2MHK8", - "ticker": "RU000A102NK2", - "classCode": "TQRD", - "isin": "RU000A102NK2", + "SU26207RMFS9": { + "figi": "BBG002PD3452", + "ticker": "SU26207RMFS9", + "classCode": "TQOB", + "isin": "RU000A0JS3W6", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Обувь России 001P выпуск 4", + "name": "\u041e\u0424\u0417 26207", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-12-29T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-02-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-01-14T00:00:00Z", - "placementDate": "2021-01-19T00:00:00Z", + "stateRegDate": "2012-02-14T00:00:00Z", + "placementDate": "2012-02-22T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 410000000 + "units": "6", + "nano": 480000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "150000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "b4cf5cce-8a1d-495f-ae88-793d6797a3fe", + "uid": "1c5d6a37-5790-46f4-b4cc-aff8ce533c4b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6adb2378-c483-417b-9df4-29954919e967", + "positionUid": "6848a542-4310-41a9-b2ce-55f288449988", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:39:00Z", + "first1dayCandleDate": "2012-02-22T00:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A102T97": { - "figi": "TCS00A102T97", - "ticker": "RU000A102T97", - "classCode": "TQIR", - "isin": "RU000A102T97", + "RU000A103M36": { + "figi": "BBG012C34FX0", + "ticker": "RU000A103M36", + "classCode": "TQCB", + "isin": "RU000A103M36", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Аэрофьюэлз выпуск 1", + "name": "\u0422\u0440\u0430\u043d\u0441\u0424\u0438\u043d-\u041c 001\u0420-07", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-02-28T00:00:00Z", + "maturityDate": "2031-08-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-24T00:00:00Z", - "placementDate": "2021-03-03T00:00:00Z", + "stateRegDate": "2021-08-20T00:00:00Z", + "placementDate": "2021-08-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113435,16 +110854,16 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 670000000 + "units": "2", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "6300000", + "issueSizePlan": "6300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113456,32 +110875,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5cdc2231-fb34-4985-b4b2-1cb38c0883e4", + "uid": "ce2a8e67-0914-4d91-a38c-d187b1998993", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "95d29862-cf68-4720-8c5e-2f80919afa8d", + "positionUid": "067340bd-404e-48b1-ba1c-1871a61a5982", "forIisFlag": true, + "first1minCandleDate": "2021-08-30T11:23:00Z", + "first1dayCandleDate": "2021-08-30T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYVU5": { - "figi": "BBG00K7QTXX0", - "ticker": "RU000A0ZYVU5", + "RU000A101SC0": { + "figi": "BBG00VDF68J9", + "ticker": "RU000A101SC0", "classCode": "TQCB", - "isin": "RU000A0ZYVU5", + "isin": "RU000A101SC0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПАО НК Роснефть 002P-05", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 18", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2028-02-18T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2035-05-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-02-28T00:00:00Z", - "placementDate": "2018-03-02T00:00:00Z", + "stateRegDate": "2019-12-24T00:00:00Z", + "placementDate": "2020-06-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113489,16 +110910,16 @@ }, "aciValue": { "currency": "rub", - "units": "29", - "nano": 200000000 + "units": "0", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113510,32 +110931,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4186f882-f062-44a3-b801-2d90849ada2d", + "uid": "61a1b57f-c5ca-432b-b9c5-bb7aa4d70e35", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e19e5be0-ad99-4f27-bc5e-0744f9c73215", + "positionUid": "6430e313-a6cb-4e1d-a234-c6d274c2c25a", "forIisFlag": true, + "first1minCandleDate": "2020-06-10T11:46:00Z", + "first1dayCandleDate": "2020-06-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103RS4": { - "figi": "BBG012QS03Q9", - "ticker": "RU000A103RS4", + "RU000A1040V2": { + "figi": "TCS00A1040V2", + "ticker": "RU000A1040V2", "classCode": "TQCB", - "isin": "RU000A103RS4", + "isin": "RU000A1040V2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Банк 002Р выпуск 14", + "name": "\u041e\u0445\u0442\u0430 \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-09-30T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-11-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-23T00:00:00Z", - "placementDate": "2021-09-28T00:00:00Z", + "stateRegDate": "2021-10-25T00:00:00Z", + "placementDate": "2021-11-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113543,16 +110966,16 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 460000000 + "units": "7", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "943746", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113564,32 +110987,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12a68f95-ddcd-4ed2-aede-7d62a67b59b0", + "uid": "12fc84bb-6cd7-46c1-9efd-ccdb4ce6b996", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "26aeb309-08eb-4dce-9c58-95317a218e8f", + "positionUid": "3922c134-ae3a-4109-9e0c-0b918ef97fc6", "forIisFlag": true, + "first1minCandleDate": "2021-11-16T11:18:00Z", + "first1dayCandleDate": "2021-11-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101FG8": { - "figi": "BBG00RT7J0J2", - "ticker": "RU000A101FG8", + "RU000A1022G1": { + "figi": "BBG00X0V9H83", + "ticker": "RU000A1022G1", "classCode": "TQCB", - "isin": "RU000A101FG8", + "isin": "RU000A1022G1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ростелеком 002P выпуск 2", + "name": "\u0411\u0438\u0437\u043d\u0435\u0441-\u041d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-02-10T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-02-17T00:00:00Z", - "placementDate": "2020-02-19T00:00:00Z", + "stateRegDate": "2020-08-19T00:00:00Z", + "placementDate": "2020-08-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113597,69 +111022,96 @@ }, "aciValue": { "currency": "rub", - "units": "28", - "nano": 240000000 + "units": "3", + "nano": 720000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "be8b9813-07f3-40d1-861c-28162f92c042", + "uid": "f64455b1-92ec-48e8-a525-b262d011770e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "adc59da3-5904-462e-901d-c4a1a1477db3", + "positionUid": "59c7ffab-eb86-4e49-abcd-d1261f9b9cb3", "forIisFlag": true, + "first1minCandleDate": "2020-08-28T11:50:00Z", + "first1dayCandleDate": "2020-08-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2010044381": { - "figi": "BBG00QDT3B79", - "ticker": "XS2010044381", - "classCode": "TQOD", - "isin": "XS2010044381", + "SU26221RMFS0": { + "figi": "BBG00G6V7252", + "ticker": "SU26221RMFS0", + "classCode": "TQOB", + "isin": "RU000A0JXFM1", "lot": 1, - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 307800000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 168000000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "GTLK", - "exchange": "MOEX", + "name": "\u041e\u0424\u0417 26221", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-02-18T00:00:00Z", + "maturityDate": "2033-03-23T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-10-02T00:00:00Z", + "stateRegDate": "2017-02-06T00:00:00Z", + "placementDate": "2017-02-15T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "21", - "nano": 170722000 + "currency": "rub", + "units": "32", + "nano": 690000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "550000", - "issueSizePlan": "550000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "350000000", + "issueSizePlan": "350000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113668,35 +111120,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "d4fdebe4-c0cb-493f-a7f6-c4178e6ffb08", + "uid": "42eba190-0282-4f84-8e6b-38aa924b9b3b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9fe08508-5fcf-4bcd-8276-f7714e8d167b", + "positionUid": "236d6bf8-e9b2-45fe-9b37-eeb231df9118", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:33:00Z", + "first1dayCandleDate": "2017-03-15T00:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.001 }, - "RU000A103CW8": { - "figi": "BBG011QKQ291", - "ticker": "RU000A103CW8", - "classCode": "TQIR", - "isin": "RU000A103CW8", + "RU000A0ZYM21": { + "figi": "BBG00JGF4LC3", + "ticker": "RU000A0ZYM21", + "classCode": "TQCB", + "isin": "RU000A0ZYM21", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МФК Займер выпуск 2", + "name": "\u0414\u043e\u043c\u043e\u0434\u0435\u0434\u043e\u0432\u043e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-06-22T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-12-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-21T00:00:00Z", - "placementDate": "2021-07-08T00:00:00Z", + "stateRegDate": "2017-12-22T00:00:00Z", + "placementDate": "2017-12-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113704,53 +111158,55 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 290000000 + "units": "17", + "nano": 530000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a103d7d2-2c8f-47a0-a322-859e35274fcd", + "uid": "80c8687d-1b87-4a11-ba9e-0aa8a2a15560", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6d130eb8-3fde-43b9-99b4-ee7f1977b67f", + "positionUid": "b46185f9-f3cc-4f8d-921c-52a4414a0666", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:31:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100YR8": { - "figi": "BBG00QPRTZJ6", - "ticker": "RU000A100YR8", + "RU000A103HT3": { + "figi": "BBG01237K1S0", + "ticker": "RU000A103HT3", "classCode": "TQCB", - "isin": "RU000A100YR8", + "isin": "RU000A103HT3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Роснано БО-002P выпуск 3", + "name": "\u041c.\u0412\u0438\u0434\u0435\u043e \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-10-20T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-22T00:00:00Z", - "placementDate": "2019-10-24T00:00:00Z", + "stateRegDate": "2021-08-05T00:00:00Z", + "placementDate": "2021-08-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113758,16 +111214,16 @@ }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 200000000 + "units": "6", + "nano": 440000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "12000000", - "issueSizePlan": "12000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "9000000", + "issueSizePlan": "9000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113779,56 +111235,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f380fcc-84db-491c-bba3-6e5099486abb", + "uid": "134fd460-0279-4414-b70f-dfdc33ff86b5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8eb533f8-d854-484f-bcb4-4a622fafea4a", + "positionUid": "d2c6cdf6-d722-4d49-8e21-3ea80db62724", "forIisFlag": true, + "first1minCandleDate": "2021-08-11T10:58:00Z", + "first1dayCandleDate": "2021-08-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWP46": { - "figi": "BBG00DGSQ218", - "ticker": "RU000A0JWP46", + "RU000A102RU2": { + "figi": "TCS00A102RU2", + "ticker": "RU000A102RU2", "classCode": "TQCB", - "isin": "RU000A0JWP46", + "isin": "RU000A102RU2", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "shortEnabledFlag": false, + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d 001\u0420-01", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, - "shortEnabledFlag": false, - "name": "ПИК БО выпуск 7", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-07-24T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2014-09-18T00:00:00Z", - "placementDate": "2016-08-05T00:00:00Z", + "stateRegDate": "2021-02-15T00:00:00Z", + "placementDate": "2021-02-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113836,70 +111270,16 @@ }, "aciValue": { "currency": "rub", - "units": "41", + "units": "4", "nano": 470000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "3a61b6a9-3890-4499-a116-e1eeab3450b3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8b56b14a-07d6-4a39-a1ee-d2da0655d3a5", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A1018A2": { - "figi": "BBG00R7TNJ39", - "ticker": "RU000A1018A2", - "classCode": "TQCB", - "isin": "RU000A1018A2", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Томск выпуск 7", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-12-22T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "650", - "nano": 0 - }, - "stateRegDate": "2019-12-12T00:00:00Z", - "placementDate": "2019-12-24T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "6", - "nano": 300000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueKind": "non_documentary", + "issueSize": "13000000", + "issueSizePlan": "13000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113911,32 +111291,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ac6ca643-a354-4a3a-9f0a-1837f0e49b8a", + "uid": "755d628e-8c26-4fe9-91c5-29730083ac8e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d4a8bce9-e699-4ce9-931e-c1d1b6b44968", + "positionUid": "d42516a6-2854-4e42-bb64-23010161a196", "forIisFlag": true, + "first1minCandleDate": "2021-02-16T11:39:00Z", + "first1dayCandleDate": "2021-02-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102RF3": { - "figi": "BBG00Z84TTZ2", - "ticker": "RU000A102RF3", + "RU000A104CJ3": { + "figi": "TCS00A104CJ3", + "ticker": "RU000A104CJ3", "classCode": "TQCB", - "isin": "RU000A102RF3", + "isin": "RU000A104CJ3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ХКФ Банк выпуск 7", + "name": "\u0410\u0432\u0442\u043e\u0434\u043e\u043c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-02-06T00:00:00Z", + "maturityDate": "2024-12-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2010-12-20T00:00:00Z", - "placementDate": "2021-02-12T00:00:00Z", + "stateRegDate": "2021-12-22T00:00:00Z", + "placementDate": "2021-12-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113944,16 +111326,16 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 950000000 + "units": "23", + "nano": 830000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -113965,32 +111347,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9413f12b-3db1-47db-b756-d0c2537cfce6", + "uid": "231db013-1c0c-4fd5-b65a-a57b206cf6f3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8edda446-0d5e-459a-8b3e-f49780cc3d7b", + "positionUid": "e8ed6e76-1229-43d3-a014-fa0a154ede1f", "forIisFlag": true, + "first1minCandleDate": "2021-12-29T11:06:00Z", + "first1dayCandleDate": "2021-12-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103F27": { - "figi": "TCS00A103F27", - "ticker": "RU000A103F27", + "RU000A1026H0": { + "figi": "ISSUANCEHYDR", + "ticker": "RU000A1026H0", "classCode": "TQCB", - "isin": "RU000A103F27", + "isin": "RU000A1026H0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Центральная ППК выпуск 3", + "name": "\u0413\u0438\u0434\u0440\u043e\u043c\u0430\u0448\u0441\u0435\u0440\u0432\u0438\u0441 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-07-17T00:00:00Z", + "maturityDate": "2030-09-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-07-13T00:00:00Z", - "placementDate": "2021-07-21T00:00:00Z", + "stateRegDate": "2012-06-06T00:00:00Z", + "placementDate": "2020-10-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -113998,16 +111382,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 260000000 + "units": "34", + "nano": 850000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114019,86 +111403,114 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7c2d1824-6efb-408e-81bd-501ef0bbc365", + "uid": "aafd3e55-5dfb-4c67-8257-a56ab605f1f8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f8f80be6-5b4a-4a9b-9f5f-fd9ec1e32008", + "positionUid": "7e80d43b-abd7-4995-9ea2-96e726bed9a8", "forIisFlag": true, + "first1minCandleDate": "2020-10-02T10:48:00Z", + "first1dayCandleDate": "2020-10-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWYQ5": { - "figi": "BBG00F6NJY77", - "ticker": "RU000A0JWYQ5", - "classCode": "TQCB", - "isin": "RU000A0JWYQ5", + "SU29006RMFS2": { + "figi": "BBG007Z13SN3", + "ticker": "SU29006RMFS2", + "classCode": "TQOB", + "isin": "RU000A0JV4L2", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "АФК Система выпуск 4", + "name": "\u041e\u0424\u0417 29006", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-10-30T00:00:00Z", + "maturityDate": "2025-01-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-11-07T00:00:00Z", - "placementDate": "2016-11-11T00:00:00Z", + "stateRegDate": "2014-12-31T00:00:00Z", + "placementDate": "2014-12-31T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "13", + "units": "14", "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "6500000", - "issueSizePlan": "6500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "3f57b8fa-6290-4e8a-9881-6c3539bfd118", + "uid": "28eec3fa-a75c-4b2e-b768-dab04a2adf24", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f7ed863f-c378-450f-8410-64fbabe2f6cd", + "positionUid": "9c01b2e2-7185-43a0-a3db-9d9af2ec9fc9", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:05:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A104YT6": { - "figi": "TCS00A104YT6", - "ticker": "RU000A104YT6", + "RU000A102RS6": { + "figi": "BBG00ZZ927H8", + "ticker": "RU000A102RS6", "classCode": "TQCB", - "isin": "RU000A104YT6", + "isin": "RU000A102RS6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Самолет БО-П12", - "exchange": "MOEX", - "couponQuantityPerYear": 4, - "maturityDate": "2025-07-11T00:00:00Z", + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a 001P-SBER24", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2023-10-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-07-12T00:00:00Z", - "placementDate": "2022-07-15T00:00:00Z", + "stateRegDate": "2021-02-12T00:00:00Z", + "placementDate": "2021-04-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114106,16 +111518,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 180000000 + "units": "27", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "41000000", + "issueSizePlan": "50000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114127,140 +111539,146 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "07eafe38-1fda-4404-abdd-7f55ed8ede4a", + "uid": "1378168c-777c-49c6-8179-80f751f425a2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "79bb0882-6f26-4009-990c-9a5294bbf4f2", + "positionUid": "d66c3097-4eed-431f-878a-67b8b3838d60", "forIisFlag": true, + "first1minCandleDate": "2021-04-09T11:01:00Z", + "first1dayCandleDate": "2021-04-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYX28": { - "figi": "BBG00K87T9V6", - "ticker": "RU000A0ZYX28", - "classCode": "TQOD", - "isin": "RU000A0ZYX28", - "lot": 100, - "currency": "usd", + "SU26233RMFS5": { + "figi": "BBG00RRT3V69", + "ticker": "SU26233RMFS5", + "classCode": "TQOB", + "isin": "RU000A101F94", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Sovcombank", + "name": "\u041e\u0424\u0417 26233", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-08-30T00:00:00Z", + "maturityDate": "2035-07-18T00:00:00Z", "nominal": { - "currency": "usd", - "units": "100", + "currency": "rub", + "units": "1000", "nano": 0 }, - "stateRegDate": "2018-01-22T00:00:00Z", - "placementDate": "2018-03-07T00:00:00Z", + "stateRegDate": "2020-02-14T00:00:00Z", + "placementDate": "2020-02-19T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "100", + "currency": "rub", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "3", - "nano": 400000000 + "currency": "rub", + "units": "6", + "nano": 20000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "450000000", + "issueSizePlan": "450000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "66bfebd2-3bec-4e68-9702-17a2be97f5fe", + "uid": "24b9a6a6-326e-492e-9786-e1b152c7e5da", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ece8e009-094d-4542-a6d0-c2ec8f077878", + "positionUid": "62803ab1-6dfc-4d2e-9164-ddd58973f781", "forIisFlag": true, + "first1minCandleDate": "2020-05-13T14:03:00Z", + "first1dayCandleDate": "2020-05-13T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.001 }, - "RU000A102234": { - "figi": "BBG00WYH0LS7", - "ticker": "RU000A102234", - "classCode": "TQCB", - "isin": "RU000A102234", + "SU26240RMFS0": { + "figi": "BBG011MLGP84", + "ticker": "SU26240RMFS0", + "classCode": "TQOB", + "isin": "RU000A103BR0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТЕХНО Лизинг выпуск 3", + "name": "\u041e\u0424\u0417 26240", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-07-31T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2036-07-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-08-19T00:00:00Z", - "placementDate": "2020-08-26T00:00:00Z", + "stateRegDate": "2021-06-28T00:00:00Z", + "placementDate": "2021-06-30T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 370000000 + "units": "4", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "219259299", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "3393fcef-a61e-4736-bf81-98c3c83af7e8", + "uid": "8e0cdf80-b569-4ccf-ac4e-ead70c9e4c80", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "438aca03-55a5-4866-9acc-556bfc032c16", + "positionUid": "80dbb843-64b8-45ef-a903-93cc35aec815", "forIisFlag": true, + "first1minCandleDate": "2021-07-15T07:16:00Z", + "first1dayCandleDate": "2021-07-15T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A0JXLR8": { - "figi": "BBG00G9GSYG7", - "ticker": "RU000A0JXLR8", + "RU000A100HH4": { + "figi": "BBG00PMK99X0", + "ticker": "RU000A100HH4", "classCode": "TQCB", - "isin": "RU000A0JXLR8", + "isin": "RU000A100HH4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Банк Открытие БО-П выпуск 03", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c\u0431\u0430\u043d\u043a 001P \u0432\u044b\u043f\u0443\u0441\u043a 11", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-04-10T00:00:00Z", + "maturityDate": "2024-07-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-03-14T00:00:00Z", - "placementDate": "2017-03-24T00:00:00Z", + "stateRegDate": "2019-06-27T00:00:00Z", + "placementDate": "2019-07-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114268,16 +111686,16 @@ }, "aciValue": { "currency": "rub", - "units": "18", - "nano": 410000000 + "units": "15", + "nano": 500000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114289,32 +111707,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "57ec1046-2e65-40ba-b8c9-0215db8ca323", + "uid": "8a04a766-22e7-49e7-8989-8ef9866f9302", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9edb962d-48b9-4428-adee-27b80b85a5d7", + "positionUid": "018e4f42-7c22-436b-b338-24a0942f3c16", "forIisFlag": true, + "first1minCandleDate": "2019-11-29T07:01:00Z", + "first1dayCandleDate": "2019-11-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102SM7": { - "figi": "BBG00ZLH4MW3", - "ticker": "RU000A102SM7", + "RU000A1030N0": { + "figi": "BBG0107RVMG1", + "ticker": "RU000A1030N0", "classCode": "TQCB", - "isin": "RU000A102SM7", + "isin": "RU000A1030N0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СДЭК-Глобал выпуск 1", + "name": "\u0424\u042d\u0421-\u0410\u0433\u0440\u043e \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2027-02-24T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-04T00:00:00Z", - "placementDate": "2021-02-25T00:00:00Z", + "stateRegDate": "2021-03-26T00:00:00Z", + "placementDate": "2021-04-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114322,16 +111742,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 260000000 + "units": "15", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", "issueSize": "500000", "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114343,32 +111763,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2c011798-cf98-4ea4-acf2-bf7c62675e96", + "uid": "62ea9d4a-3f8d-42dc-9b0d-d1909fa62497", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2533e113-7d3b-4e14-a7de-d3dd2b360782", + "positionUid": "4ecd96d0-2e20-42ed-b64c-f463fc588a1e", "forIisFlag": true, + "first1minCandleDate": "2021-04-21T12:07:00Z", + "first1dayCandleDate": "2021-04-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102BK7": { - "figi": "TCS00A102BK7", - "ticker": "RU000A102BK7", - "classCode": "TQCB", - "isin": "RU000A102BK7", + "RU000A101KJ2": { + "figi": "BBG00SY31CX0", + "ticker": "RU000A101KJ2", + "classCode": "TQRD", + "isin": "RU000A101KJ2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "О'КЕЙ выпуск 4", + "name": "\u041a\u0430\u043b\u0438\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2030-10-25T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2023-09-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-11-02T00:00:00Z", - "placementDate": "2020-11-06T00:00:00Z", + "stateRegDate": "2020-03-27T00:00:00Z", + "placementDate": "2020-03-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114376,70 +111798,72 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 620000000 + "units": "8", + "nano": 630000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c3712c07-bb46-4318-a7e6-d6b351ed21ef", + "uid": "5d29d164-b687-4a8b-98dd-024ca4f11ac6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "015acd0b-6bf9-4e5e-8994-23e80ae86c38", + "positionUid": "db111b6c-4318-42c1-9b13-6e7c4f3a8a8f", "forIisFlag": true, + "first1minCandleDate": "2022-04-27T07:01:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103YM3": { - "figi": "BBG013J0F816", - "ticker": "RU000A103YM3", - "classCode": "TQCB", - "isin": "RU000A103YM3", + "SU26238RMFS4": { + "figi": "BBG011FJ4HS6", + "ticker": "SU26238RMFS4", + "classCode": "TQOB", + "isin": "RU000A1038V6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сбер Банк 002P выпуск 1", + "name": "\u041e\u0424\u0417 26238", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-11-10T00:00:00Z", + "maturityDate": "2041-05-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-25T00:00:00Z", - "placementDate": "2021-11-12T00:00:00Z", + "stateRegDate": "2021-06-11T00:00:00Z", + "placementDate": "2021-06-16T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 640000000 + "units": "17", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "500000000", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114448,52 +111872,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "94e684e7-f974-40d5-8620-b229609f2924", + "uid": "92b9e913-d7df-4164-bd83-1013c819bf44", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "77c3798c-fbe4-44e9-a0e1-faa2d08d4632", + "positionUid": "a2413ca4-9e08-4c56-8e8b-7fe1e0a0648b", "forIisFlag": true, + "first1minCandleDate": "2021-06-23T11:44:00Z", + "first1dayCandleDate": "2021-06-23T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A1015S0": { - "figi": "BBG000000008", - "ticker": "RU000A1015S0", + "RU000A0ZYFB8": { + "figi": "BBG00J5KYZN8", + "ticker": "RU000A0ZYFB8", "classCode": "TQCB", - "isin": "RU000A1015S0", + "isin": "RU000A0ZYFB8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЭнергоТехСервис выпуск 1", + "name": "\u041a\u0440\u0430\u0441\u043d\u043e\u044f\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 14", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-12-07T00:00:00Z", + "maturityDate": "2024-10-31T00:00:00Z", "nominal": { "currency": "rub", - "units": "400", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-06T00:00:00Z", - "placementDate": "2019-12-11T00:00:00Z", + "stateRegDate": "2017-10-31T00:00:00Z", + "placementDate": "2017-11-09T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 650000000 + "units": "7", + "nano": 520000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7800000", + "issueSizePlan": "7800000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114505,86 +111931,113 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d5be1a69-645e-412f-bd3c-fc0d84f2ed71", + "uid": "611f23be-9f6c-49bc-9b5f-ae5c5c5d66f6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c286e61e-1c05-4b99-be8a-efd3e418d5cd", + "positionUid": "2ce37d4d-f35e-4ba6-b98c-0134c5e399b8", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T04:40:00Z", + "first1dayCandleDate": "2017-11-09T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101483": { - "figi": "BBG000000009", - "ticker": "RU000A101483", - "classCode": "TQIR", - "isin": "RU000A101483", + "XS0864383723": { + "figi": "BBG003PNSC99", + "ticker": "XS0864383723", + "classCode": "TQOD", + "isin": "XS0864383723", "lot": 1, - "currency": "rub", + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 375900000 + }, + "dshort": { + "units": "0", + "nano": 464100000 + }, + "dlongMin": { + "units": "0", + "nano": 210000000 + }, + "dshortMin": { + "units": "0", + "nano": 210000000 + }, "shortEnabledFlag": false, - "name": "Быстроденьги 001P-01", + "name": "Novatek", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2022-11-17T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-12-13T00:00:00Z", "nominal": { - "currency": "rub", - "units": "375", + "currency": "usd", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-12T00:00:00Z", - "placementDate": "2019-12-03T00:00:00Z", + "placementDate": "2012-12-13T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 160000000 + "currency": "usd", + "units": "10", + "nano": 563667000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "400000", - "issueSizePlan": "400000", + "issueSize": "1000000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "4c8e5d53-e6ab-4908-a91c-20f2134a1af0", + "uid": "26ba8f66-b4ac-4829-a6f2-20447ab6e83e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "65aef4f7-87a7-48da-b6cd-173f5341116e", + "positionUid": "2caedaca-d62f-4930-b7a2-d74777d08d40", "forIisFlag": true, + "first1minCandleDate": "2019-11-05T12:54:00Z", + "first1dayCandleDate": "2019-11-05T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A1014B9": { - "figi": "BBG000000006", - "ticker": "RU000A1014B9", + "RU000A103D37": { + "figi": "TCS00A103D37", + "ticker": "RU000A103D37", "classCode": "TQCB", - "isin": "RU000A1014B9", + "isin": "RU000A103D37", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "О'КЕЙ выпуск 3", + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0418\u043f\u043e\u0442\u0435\u0447\u043d\u044b\u0439 \u0410\u0433\u0435\u043d\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-11-26T00:00:00Z", + "maturityDate": "2034-03-23T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "518", + "nano": 710000000 }, - "stateRegDate": "2019-11-28T00:00:00Z", - "placementDate": "2019-12-03T00:00:00Z", + "stateRegDate": "2021-06-17T00:00:00Z", + "placementDate": "2021-07-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114592,16 +112045,16 @@ }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 970000000 + "units": "8", + "nano": 640000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "5622500", + "issueSizePlan": "5622500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114613,48 +112066,73 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d3f0c181-1e4a-446f-9d50-5ceb00261e9d", + "uid": "dfbb0ff1-67cc-410e-bfe8-6a62d845b50c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b770f41f-41c5-4bad-bbee-73771248d17b", + "positionUid": "461af849-8476-4900-bc59-60f1af729eba", "forIisFlag": true, + "first1minCandleDate": "2021-07-08T10:46:00Z", + "first1dayCandleDate": "2021-07-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100YP2": { - "figi": "BBG000000005", - "ticker": "RU000A100YP2", - "classCode": "TQIR", - "isin": "RU000A100YP2", + "XS2124187571": { + "figi": "BBG00RRSRHF6", + "ticker": "XS2124187571", + "classCode": "TQOD", + "isin": "XS2124187571", "lot": 1, - "currency": "rub", + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 630300000 + }, + "dshort": { + "units": "0", + "nano": 937700000 + }, + "dlongMin": { + "units": "0", + "nano": 392000000 + }, + "dshortMin": { + "units": "0", + "nano": 392000000 + }, "shortEnabledFlag": false, - "name": "Т.Г. Шевченко выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-10-20T00:00:00Z", + "name": "Gazprom", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2030-02-25T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-21T00:00:00Z", - "placementDate": "2019-10-24T00:00:00Z", + "placementDate": "2020-02-25T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 0 + "currency": "usd", + "units": "1", + "nano": 263889000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", + "issueSize": "2000000", + "issueSizePlan": "2000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -114664,35 +112142,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "69b5581b-1d51-47b5-961b-4cfbe6abacb1", + "uid": "d3a936b7-9806-423d-96ef-68763e2a4db9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4fcaa978-e3fe-4192-8d81-9ccf541f30e9", + "positionUid": "dece0dae-5630-4af3-a770-9f4f888b83b8", "forIisFlag": true, + "first1minCandleDate": "2020-04-13T11:50:00Z", + "first1dayCandleDate": "2020-04-13T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0ZYU39": { - "figi": "BBG00K1Y24S8", - "ticker": "RU000A0ZYU39", + "RU000A104JV3": { + "figi": "TCS00A104JV3", + "ticker": "RU000A104JV3", "classCode": "TQCB", - "isin": "RU000A0ZYU39", + "isin": "RU000A104JV3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Эталон-Финанс выпуск 2", + "name": "\u0410\u0439\u0434\u0438 \u041a\u043e\u043b\u043b\u0435\u043a\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-02-15T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2025-01-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-12-06T00:00:00Z", - "placementDate": "2018-02-21T00:00:00Z", + "stateRegDate": "2021-10-26T00:00:00Z", + "placementDate": "2022-02-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114700,16 +112180,16 @@ }, "aciValue": { "currency": "rub", - "units": "33", - "nano": 760000000 + "units": "10", + "nano": 850000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "547144", + "issueSizePlan": "800000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114721,32 +112201,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bf1a7d1e-2aa9-43af-8ed8-c4bdbe963e2b", + "uid": "3032db13-d3df-49d1-8d65-97c700b20cac", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1b3fa7c3-0ddb-412d-9ce6-961b08f9cdaa", + "positionUid": "ee0d7449-8394-46d4-830d-c635d2f3161c", "forIisFlag": true, + "first1minCandleDate": "2022-02-16T12:12:00Z", + "first1dayCandleDate": "2022-02-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102TJ1": { - "figi": "TCS00A102TJ1", - "ticker": "RU000A102TJ1", + "RU000A100YR8": { + "figi": "BBG00QPRTZJ6", + "ticker": "RU000A100YR8", "classCode": "TQCB", - "isin": "RU000A102TJ1", + "isin": "RU000A100YR8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТМК 001Р выпуск 3", + "name": "\u0420\u043e\u0441\u043d\u0430\u043d\u043e \u0411\u041e-002P \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-02-28T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-10-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-02T00:00:00Z", - "placementDate": "2021-03-05T00:00:00Z", + "stateRegDate": "2019-10-22T00:00:00Z", + "placementDate": "2019-10-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114754,16 +112236,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 670000000 + "units": "29", + "nano": 530000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "12000000", + "issueSizePlan": "12000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114775,32 +112257,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2214b77-2b92-4d1b-96c5-94f678bc8ef0", + "uid": "4f380fcc-84db-491c-bba3-6e5099486abb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "332e79a4-472f-4bbc-bd51-6aadc1494524", + "positionUid": "8eb533f8-d854-484f-bcb4-4a622fafea4a", "forIisFlag": true, + "first1minCandleDate": "2019-10-24T11:29:00Z", + "first1dayCandleDate": "2019-10-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101GD3": { - "figi": "BBG00S1L7459", - "ticker": "RU000A101GD3", + "RU000A101FY1": { + "figi": "BBG00RVF4P66", + "ticker": "RU000A101FY1", "classCode": "TQCB", - "isin": "RU000A101GD3", + "isin": "RU000A101FY1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 16", + "name": "\u041c\u041e\u042d\u0421\u041a 001P \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2035-02-08T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-02-14T00:00:00Z", "nominal": { "currency": "rub", - "units": "750", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-24T00:00:00Z", - "placementDate": "2020-02-27T00:00:00Z", + "stateRegDate": "2020-02-17T00:00:00Z", + "placementDate": "2020-02-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114808,70 +112292,96 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 0 + "units": "3", + "nano": 370000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", "issueKind": "non_documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d202d14c-b754-4a42-b4ff-798b50b6373f", + "uid": "a0d23c58-11a9-4502-839a-b557c4d00f9b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "313ae33b-5b0c-40ef-aa1f-6b4d6f32c430", + "positionUid": "46bc7197-462c-45ce-8413-f5baab2cf70d", "forIisFlag": true, + "first1minCandleDate": "2020-02-21T12:09:00Z", + "first1dayCandleDate": "2020-02-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1018C8": { - "figi": "BBG00R6WV4J0", - "ticker": "RU000A1018C8", - "classCode": "TQCB", - "isin": "RU000A1018C8", + "SU26228RMFS5": { + "figi": "BBG00NZHWSQ8", + "ticker": "SU26228RMFS5", + "classCode": "TQOB", + "isin": "RU000A100A82", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Трансмашхолдинг ПБО-04", + "name": "\u041e\u0424\u0417 26228", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-12-16T00:00:00Z", + "maturityDate": "2030-04-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-19T00:00:00Z", - "placementDate": "2019-12-23T00:00:00Z", + "stateRegDate": "2019-04-22T00:00:00Z", + "placementDate": "2019-04-24T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 900000000 + "units": "29", + "nano": 560000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "450000000", + "issueSizePlan": "450000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114880,35 +112390,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "0a533f65-a8ba-4ece-9f60-64a5fdb6fcb8", + "uid": "cf2a3cac-5016-4ebd-8e89-894d8186d4a2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "78a9faaa-1ea8-4f89-857b-d149255896be", + "positionUid": "59e2c000-9594-41ba-9230-26384d0702e9", "forIisFlag": true, + "first1minCandleDate": "2019-04-24T07:57:00Z", + "first1dayCandleDate": "2019-04-24T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A0JXN05": { - "figi": "BBG00GCRTCX7", - "ticker": "RU000A0JXN05", + "RU000A100X77": { + "figi": "BBG00QKHL1Q8", + "ticker": "RU000A100X77", "classCode": "TQCB", - "isin": "RU000A0JXN05", + "isin": "RU000A100X77", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 1", + "name": "\u041a\u0440\u0435\u0434\u0438\u0442 \u0415\u0432\u0440\u043e\u043f\u0430 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a\u00a03", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2032-05-18T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-10-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-04-04T00:00:00Z", - "placementDate": "2017-04-07T00:00:00Z", + "stateRegDate": "2019-10-10T00:00:00Z", + "placementDate": "2019-10-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -114916,16 +112428,16 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 160000000 + "units": "15", + "nano": 290000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -114937,102 +112449,128 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e5566718-ac2b-4e68-bf4d-5d04f4cbd3e3", + "uid": "b47c5110-1894-4e80-b53d-2120232a54c8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ce9113b9-af5d-447e-aa2c-4d424fe484fd", + "positionUid": "0acc12a8-8a08-4276-aee3-25c50d6c4a03", "forIisFlag": true, + "first1minCandleDate": "2019-10-11T12:59:00Z", + "first1dayCandleDate": "2019-10-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1008W7": { - "figi": "BBG00NTZTZ47", - "ticker": "RU000A1008W7", + "RU000A1034P7": { + "figi": "BBG01172JM41", + "ticker": "RU000A1034P7", "classCode": "TQCB", - "isin": "RU000A1008W7", + "isin": "RU000A1034P7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Северсталь выпуск 6", + "name": "\u0412\u0422\u0411 \u0421\u0423\u0411 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-03-27T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "10000000", "nano": 0 }, - "stateRegDate": "2012-07-20T00:00:00Z", - "placementDate": "2019-04-09T00:00:00Z", + "stateRegDate": "2021-04-08T00:00:00Z", + "placementDate": "2021-05-26T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "10000000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 360000000 + "units": "290410", + "nano": 960000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "8750", + "issueSizePlan": "2000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": false, + "perpetualFlag": true, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf0e91dd-bca3-424f-a0ca-ace113ea546a", + "uid": "cdbd428c-b331-42c3-ad99-7e3eda32fff6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b321a1bb-7443-4c72-9ce8-76183fa7e822", + "positionUid": "1f4d8e01-e95f-46e1-89a2-10407480ce91", "forIisFlag": true, + "first1minCandleDate": "2021-05-27T09:26:00Z", + "first1dayCandleDate": "2021-05-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1037S4": { - "figi": "BBG011CFWBP2", - "ticker": "RU000A1037S4", - "classCode": "TQCB", - "isin": "RU000A1037S4", + "XS1589324075": { + "figi": "BBG00GCZK5M5", + "ticker": "XS1589324075", + "classCode": "TQOD", + "isin": "XS1589324075", "lot": 1, - "currency": "rub", + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 375900000 + }, + "dshort": { + "units": "0", + "nano": 464100000 + }, + "dlongMin": { + "units": "0", + "nano": 210000000 + }, + "dshortMin": { + "units": "0", + "nano": 210000000 + }, "shortEnabledFlag": false, - "name": "С-Инновации выпуск 2", + "name": "GMK NorNickel", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-06-07T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-04-11T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-04T00:00:00Z", - "placementDate": "2021-06-09T00:00:00Z", + "placementDate": "2017-04-11T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "12", - "nano": 960000000 + "currency": "usd", + "units": "16", + "nano": 855556000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueKind": "non_documentary", - "issueSize": "250000", - "issueSizePlan": "250000", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -115042,89 +112580,93 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "27c27129-9867-4190-b925-e5cbbc12118b", + "uid": "a036574c-87ac-45d6-8d8e-3e4e1a7730f3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ca3d59be-7fac-4e1d-8362-be318b318eed", + "positionUid": "b156163d-9b77-4533-bd14-b59aac2850d2", "forIisFlag": true, + "first1minCandleDate": "2018-03-14T18:39:00Z", + "first1dayCandleDate": "2018-03-14T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0JWZY6": { - "figi": "BBG00FB978L6", - "ticker": "RU000A0JWZY6", + "RU000A1011Q3": { + "figi": "BBG00QXSLFN2", + "ticker": "RU000A1011Q3", "classCode": "TQCB", - "isin": "RU000A0JWZY6", + "isin": "RU000A1011Q3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 5", + "name": "\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-11-13T00:00:00Z", + "maturityDate": "2024-11-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-11-21T00:00:00Z", - "placementDate": "2016-11-25T00:00:00Z", + "stateRegDate": "2019-11-06T00:00:00Z", + "placementDate": "2019-11-15T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 640000000 + "units": "9", + "nano": 620000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e11a0322-22a3-4760-9d3e-9c37c0c3e434", + "uid": "c11cc2c1-80a0-4fcd-bdfc-c4ca7d441d6b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ab1001ea-dc51-40fa-84ee-66b09c6908ae", + "positionUid": "ad941c90-c294-49a7-b074-5967d1a9e649", "forIisFlag": true, + "first1minCandleDate": "2020-04-15T14:24:00Z", + "first1dayCandleDate": "2020-04-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZWJ3": { - "figi": "TCS00A0ZZWJ3", - "ticker": "RU000A0ZZWJ3", + "RU000A103QJ5": { + "figi": "BBG012NJPWN4", + "ticker": "RU000A103QJ5", "classCode": "TQIR", - "isin": "RU000A0ZZWJ3", + "isin": "RU000A103QJ5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОбъединениеАгроЭлита выпуск 1", + "name": "\u041c\u0424\u041a \u0417\u0430\u0439\u043c\u0435\u0440 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, - "maturityDate": "2023-02-12T00:00:00Z", + "maturityDate": "2024-09-05T00:00:00Z", "nominal": { "currency": "rub", - "units": "400", + "units": "1000", "nano": 0 }, - "stateRegDate": "2018-11-30T00:00:00Z", - "placementDate": "2018-12-05T00:00:00Z", + "stateRegDate": "2021-09-02T00:00:00Z", + "placementDate": "2021-09-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115132,16 +112674,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 600000000 + "units": "7", + "nano": 650000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115153,127 +112695,162 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b6ea93a1-3640-41b9-9b27-5a82e5138313", + "uid": "ae407c69-f24a-453a-bd39-c9bead175969", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6749b881-8e81-47c5-8f03-a13e9906dd87", + "positionUid": "00e04231-797c-48f6-9f05-524413e94151", "forIisFlag": true, + "first1minCandleDate": "2021-09-21T12:12:00Z", + "first1dayCandleDate": "2021-09-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYHX8": { - "figi": "BBG00JCTFXS2", - "ticker": "RU000A0ZYHX8", - "classCode": "TQCB", - "isin": "RU000A0ZYHX8", + "TRY1028": { + "figi": "BBG00KMWBXK3", + "ticker": "TRY1028", + "classCode": "SPBBND", + "isin": "US900123CQ19", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", + "currency": "usd", + "shortEnabledFlag": false, + "name": "Republic of Turkey", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2028-10-24T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { + "placementDate": "2018-04-24T00:00:00Z", + "placementPrice": { + "currency": "usd", "units": "0", - "nano": 300000000 + "nano": 0 }, - "dlongMin": { - "units": "0", - "nano": 163300000 + "aciValue": { + "currency": "usd", + "units": "22", + "nano": 968750000 }, - "dshortMin": { + "countryOfRisk": "TR", + "countryOfRiskName": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "government", + "issueKind": "documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 140200000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "43e84ead-94d7-4939-949d-348f2c10c301", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "9e02d28b-20ed-4274-bafc-29d16bdecb86", + "forIisFlag": true, + "first1minCandleDate": "2020-02-03T10:47:00Z", + "first1dayCandleDate": "2020-02-03T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A1030S9": { + "figi": "BBG010GVNPK9", + "ticker": "RU000A1030S9", + "classCode": "TQCB", + "isin": "RU000A1030S9", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Санкт-Петербург выпуск 1", + "name": "\u041c\u043e\u0441\u043a\u0432\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 72", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-05-28T00:00:00Z", + "maturityDate": "2024-04-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-11-30T00:00:00Z", - "placementDate": "2017-12-06T00:00:00Z", + "stateRegDate": "2021-04-06T00:00:00Z", + "placementDate": "2021-04-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 550000000 + "units": "24", + "nano": 230000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "municipal", "issueKind": "documentary", - "issueSize": "30000000", - "issueSizePlan": "30000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "70000000", + "issueSizePlan": "70000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "875a4b52-05eb-4961-8bea-f3879388bc59", + "uid": "db6cbe4c-0e34-4262-98fa-e54fc572c869", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9d9385ba-d100-4886-b581-9ba99306849c", + "positionUid": "c512aca9-57b4-4ac0-aa1e-8268ebe984e1", "forIisFlag": true, + "first1minCandleDate": "2021-04-27T13:40:00Z", + "first1dayCandleDate": "2021-04-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1035D0": { - "figi": "TCS00A1035D0", - "ticker": "RU000A1035D0", - "classCode": "TQCB", - "isin": "RU000A1035D0", + "RU000A0ZZVE6": { + "figi": "BBG00MNX53Q3", + "ticker": "RU000A0ZZVE6", + "classCode": "TQOE", + "isin": "RU000A0ZZVE6", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "Синара - Транспортные Машины выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-05-24T00:00:00Z", + "name": "Russia 2025 EUR", + "exchange": "MOEX", + "couponQuantityPerYear": 1, + "maturityDate": "2025-12-04T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "100000", "nano": 0 }, - "stateRegDate": "2021-05-24T00:00:00Z", - "placementDate": "2021-05-28T00:00:00Z", + "stateRegDate": "2018-11-27T00:00:00Z", + "placementDate": "2018-12-04T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "12", - "nano": 210000000 + "currency": "eur", + "units": "2197", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "17500", + "issueSizePlan": "10000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115282,35 +112859,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "98613d8e-2618-434c-8a03-ecf9658b18ad", + "uid": "b611f829-b30b-41d3-9367-977bfbc7138c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "91669650-4dde-4916-b6a3-7ff9ed76db0a", - "forIisFlag": true, + "positionUid": "a285ab77-6c8e-4d69-b51b-8525c95a6e34", + "forIisFlag": false, + "first1minCandleDate": "2020-07-08T12:55:00Z", + "first1dayCandleDate": "2020-07-08T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A1005T9": { - "figi": "BBG00NJ3YSN8", - "ticker": "RU000A1005T9", + "RU000A100L63": { + "figi": "BBG00PYL6030", + "ticker": "RU000A100L63", "classCode": "TQCB", - "isin": "RU000A1005T9", + "isin": "RU000A100L63", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Гарант-Инвест БО 001P-05", + "name": "\u0411\u0435\u043b\u0443\u0433\u0430 \u0413\u0440\u0443\u043f\u043f \u0411\u041e-\u041f02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-05T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-07-10T00:00:00Z", "nominal": { "currency": "rub", - "units": "580", + "units": "750", "nano": 0 }, - "stateRegDate": "2019-02-26T00:00:00Z", - "placementDate": "2019-03-12T00:00:00Z", + "stateRegDate": "2019-07-12T00:00:00Z", + "placementDate": "2019-07-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115318,16 +112897,16 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 50000000 + "units": "11", + "nano": 130000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115339,32 +112918,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c4df9f9b-5436-409f-abb7-9f548c26ace1", + "uid": "f2588807-7c8f-4f38-afdf-051763eb876b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ac934995-a112-4b2d-bb20-6cc80e00a3fe", + "positionUid": "f637f773-696f-451b-8e4b-32be23c5dae2", "forIisFlag": true, + "first1minCandleDate": "2019-07-17T11:41:00Z", + "first1dayCandleDate": "2019-07-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103QJ5": { - "figi": "BBG012NJPWN4", - "ticker": "RU000A103QJ5", - "classCode": "TQIR", - "isin": "RU000A103QJ5", + "RU000A101S99": { + "figi": "BBG00VCVRQQ4", + "ticker": "RU000A101S99", + "classCode": "TQCB", + "isin": "RU000A101S99", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МФК Займер выпуск 3", + "name": "\u041a\u0438\u0440\u043e\u0432\u0441\u043a\u0438\u0439 \u0437\u0430\u0432\u043e\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-09-05T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-02T00:00:00Z", - "placementDate": "2021-09-21T00:00:00Z", + "stateRegDate": "2020-04-23T00:00:00Z", + "placementDate": "2020-06-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115372,77 +112953,55 @@ }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 40000000 + "units": "0", + "nano": 520000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae407c69-f24a-453a-bd39-c9bead175969", + "uid": "a5b6ad95-af0f-4cd7-b840-147d632b35ad", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "00e04231-797c-48f6-9f05-524413e94151", + "positionUid": "cec9ad38-bc70-4ce5-9007-34b02c72ccb0", "forIisFlag": true, + "first1minCandleDate": "2020-06-09T11:50:00Z", + "first1dayCandleDate": "2020-06-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXE06": { - "figi": "BBG00FVSZBH9", - "ticker": "RU000A0JXE06", + "RU000A102F28": { + "figi": "BBG00YCM0MW9", + "ticker": "RU000A102F28", "classCode": "TQCB", - "isin": "RU000A0JXE06", + "isin": "RU000A102F28", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 330900000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 182000000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ГТЛК выпуск 3", + "name": "\u0420\u041e\u0421\u0411\u0410\u041d\u041a \u0411\u041e-002P \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2032-01-22T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-11-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-02-03T00:00:00Z", - "placementDate": "2017-02-09T00:00:00Z", + "stateRegDate": "2020-11-25T00:00:00Z", + "placementDate": "2020-11-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115450,16 +113009,16 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 210000000 + "units": "15", + "nano": 500000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115471,32 +113030,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1db351c3-4bf8-45b6-9945-d7298431678a", + "uid": "578e72eb-85d1-4368-b4ed-90978ca77c0d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d137e402-f34c-4411-aa7e-659dd203b7d1", + "positionUid": "fa42f508-d355-43f2-9f70-5f5d55c98777", "forIisFlag": true, + "first1minCandleDate": "2020-11-27T11:24:00Z", + "first1dayCandleDate": "2020-11-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102R73": { - "figi": "BBG00Z8KGGC3", - "ticker": "RU000A102R73", + "RU000A1053P7": { + "figi": "TCS00A1053P7", + "ticker": "RU000A1053P7", "classCode": "TQCB", - "isin": "RU000A102R73", + "isin": "RU000A1053P7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Банк Открытие БО-П выпуск 7", - "exchange": "MOEX_PLUS", + "name": "\u0421\u0435\u0433\u0435\u0436\u0430 002P \u0432\u044b\u043f\u0443\u0441\u043a 5", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2026-02-06T00:00:00Z", + "maturityDate": "2037-07-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-03T00:00:00Z", - "placementDate": "2021-02-12T00:00:00Z", + "stateRegDate": "2022-08-10T00:00:00Z", + "placementDate": "2022-08-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115504,16 +113065,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 400000000 + "units": "6", + "nano": 180000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115525,73 +113086,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a6e1f346-9caf-4a97-8f30-3e3df8dd54d5", + "uid": "5ab448ed-016b-47e1-a2ac-9bcd6cfdbb5c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "537bc293-8d64-465f-9281-e45af136f05f", + "positionUid": "a3266931-e245-419a-b35c-2ab630dcc75b", "forIisFlag": true, + "first1minCandleDate": "2022-08-18T13:31:00Z", + "first1dayCandleDate": "2022-08-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26215RMFS2": { - "figi": "BBG0058ZL5S7", - "ticker": "SU26215RMFS2", - "classCode": "TQOB", - "isin": "RU000A0JU4L3", + "RU000A101MT7": { + "figi": "BBG00TQG4212", + "ticker": "RU000A101MT7", + "classCode": "TQCB", + "isin": "RU000A101MT7", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26215", + "name": "\u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-08-16T00:00:00Z", + "maturityDate": "2027-04-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-08-29T00:00:00Z", - "placementDate": "2013-09-04T00:00:00Z", + "stateRegDate": "2014-06-27T00:00:00Z", + "placementDate": "2020-05-07T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "29", - "nano": 720000000 + "units": "24", + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "260885454", - "issueSizePlan": "150000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115600,35 +113139,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "41f2c6cd-e284-4382-8488-fa53ddcd5d40", + "uid": "2fd8cc64-0174-45eb-9cdb-a2a95eaf9b76", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ade05ddd-8f0a-4f28-ad6c-f67188ae65e5", + "positionUid": "95d976b2-0731-4429-a26b-17602c5892d3", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:09:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A100YT4": { - "figi": "BBG00QPVNQS3", - "ticker": "RU000A100YT4", + "RU000A100D89": { + "figi": "BBG00TQHNK64", + "ticker": "RU000A100D89", "classCode": "TQCB", - "isin": "RU000A100YT4", + "isin": "RU000A100D89", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Экспобанк БО выпуск 2", + "name": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-11-02T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-05-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-10-18T00:00:00Z", - "placementDate": "2019-10-25T00:00:00Z", + "stateRegDate": "2019-05-20T00:00:00Z", + "placementDate": "2020-05-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115636,16 +113177,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 770000000 + "units": "29", + "nano": 340000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "government", "issueKind": "documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115657,32 +113198,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2bed1477-449a-4684-9aee-1080cadddf92", + "uid": "db931bb9-d1ef-46ed-bad2-19d370c1d3e1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3d061b1f-0f81-41a6-8963-9b89fafc5f65", + "positionUid": "11c6cf4d-d803-4448-8e74-edb24c8dd0f9", "forIisFlag": true, + "first1minCandleDate": "2020-05-08T07:00:00Z", + "first1dayCandleDate": "2020-05-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1034M4": { - "figi": "BBG0116QGN40", - "ticker": "RU000A1034M4", + "RU000A1001L5": { + "figi": "BBG00N58ZYV9", + "ticker": "RU000A1001L5", "classCode": "TQCB", - "isin": "RU000A1034M4", + "isin": "RU000A1001L5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Всеинструменты.ру выпуск 4", + "name": "\u042e\u0410\u0418\u0417 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-05-20T00:00:00Z", + "maturityDate": "2024-01-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-05-18T00:00:00Z", - "placementDate": "2021-05-24T00:00:00Z", + "stateRegDate": "2018-12-28T00:00:00Z", + "placementDate": "2019-01-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115690,131 +113233,111 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 840000000 + "units": "14", + "nano": 730000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4b98ef7-f623-45a6-b577-22276d9d1907", + "uid": "433cdef8-010e-4ab2-bf7b-8b29ced7c276", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8c75f598-66a8-41c6-a849-3e17586443a3", + "positionUid": "d9b61630-4953-4224-9dea-2c539fee8577", "forIisFlag": true, + "first1minCandleDate": "2019-01-29T11:23:00Z", + "first1dayCandleDate": "2019-01-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU29012RMFS0": { - "figi": "BBG00FFH2Z75", - "ticker": "SU29012RMFS0", - "classCode": "TQOB", - "isin": "RU000A0JX0H6", + "RU000A100WC4": { + "figi": "BBG00QHSP5W8", + "ticker": "RU000A100WC4", + "classCode": "TQCB", + "isin": "RU000A100WC4", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 29012", + "name": "\u041c\u041a\u0411 001P \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-11-16T00:00:00Z", + "maturityDate": "2022-09-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-11-25T00:00:00Z", - "placementDate": "2016-11-30T00:00:00Z", + "stateRegDate": "2019-10-02T00:00:00Z", + "placementDate": "2019-10-04T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 230000000 + "units": "36", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "250000000", - "issueSizePlan": "250000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "30f2c6b9-6a51-46f5-a186-d42200953b64", + "uid": "1acbcacd-3bce-4d2e-ac9c-533a042c99c9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6d3c3c84-02ca-4ef6-a28e-30137b71309e", + "positionUid": "80464151-48c1-4531-8e8f-2b6efba60250", "forIisFlag": true, + "first1minCandleDate": "2019-10-04T11:38:00Z", + "first1dayCandleDate": "2019-10-04T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A103NY1": { - "figi": "BBG012G2MQN5", - "ticker": "RU000A103NY1", + "RU000A101XN7": { + "figi": "BBG00WCMMJ92", + "ticker": "RU000A101XN7", "classCode": "TQCB", - "isin": "RU000A103NY1", + "isin": "RU000A101XN7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РН Банк БО-1P выпуск 9", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 14", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-09-12T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2030-07-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-03T00:00:00Z", - "placementDate": "2021-09-10T00:00:00Z", + "stateRegDate": "2020-07-17T00:00:00Z", + "placementDate": "2020-07-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115822,16 +113345,16 @@ }, "aciValue": { "currency": "rub", - "units": "28", - "nano": 170000000 + "units": "8", + "nano": 700000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -115843,79 +113366,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c1ce406d-7e29-4eed-a982-9fa8359de4be", + "uid": "4c6198cb-a021-4430-a1a1-38ec4e863ba1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c4b5fe5d-e734-4c29-8439-b18d6f206310", + "positionUid": "9a97d4c1-3d97-4d62-847e-1419aa79d1c0", "forIisFlag": true, + "first1minCandleDate": "2020-07-22T12:51:00Z", + "first1dayCandleDate": "2020-07-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "ISSUANCERESO": { - "figi": "ISSUANCERESO", - "ticker": "ISSUANCERESO", - "classCode": "PSAU", - "isin": "ISSUANCERESO", + "RU000A101QF7": { + "figi": "BBG00V92X4F6", + "ticker": "RU000A101QF7", + "classCode": "TQCB", + "isin": "RU000A101QF7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 03", - "exchange": "Issuance", - "couponQuantityPerYear": 2, + "name": "\u0420\u0438\u0442\u0435\u0439\u043b \u0411\u0435\u043b \u0424\u0438\u043d\u0430\u043d\u0441 001P-01", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-05-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, + "stateRegDate": "2020-05-27T00:00:00Z", + "placementDate": "2020-06-03T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "2", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "0", - "issueSizePlan": "0", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "506f3c51-e490-43b1-9729-5ddd5281f475", + "uid": "1eef4b56-c840-4ad7-91f2-a1ca0bd8939b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e93f77e3-2789-4d12-b5af-389c9cef0eab", + "positionUid": "e2f2d259-0596-430b-bbae-f9a5e81a5059", "forIisFlag": true, + "first1minCandleDate": "2020-06-03T11:38:00Z", + "first1dayCandleDate": "2020-06-03T07:00:00Z", "type": "Bonds", - "step": 0 + "step": 0.01 }, - "RU000A102B48": { - "figi": "TCS00A102B48", - "ticker": "RU000A102B48", + "RU000A1034X1": { + "figi": "BBG00A1034X1", + "ticker": "RU000A1034X1", "classCode": "TQCB", - "isin": "RU000A102B48", + "isin": "RU000A1034X1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЯТЭК выпуск 1", + "name": "\u041b\u0438\u0437\u0438\u043d\u0433 \u0442\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-10-31T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2026-04-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-02T00:00:00Z", - "placementDate": "2020-11-03T00:00:00Z", + "stateRegDate": "2021-05-24T00:00:00Z", + "placementDate": "2021-05-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -115923,39 +113457,41 @@ }, "aciValue": { "currency": "rub", - "units": "18", - "nano": 400000000 + "units": "6", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6fba53c7-a998-4e95-8c64-7a44bd74d666", + "uid": "eb6b3b07-b296-4b80-b22f-2b28497489ea", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a3442b3b-69ba-4200-a7ee-32f48ac44b6e", + "positionUid": "4c2bc517-b926-4e8f-b474-e33db69d5850", "forIisFlag": true, + "first1minCandleDate": "2021-05-26T11:06:00Z", + "first1dayCandleDate": "2021-05-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1008J4": { - "figi": "BBG00NRGHQQ0", - "ticker": "RU000A1008J4", + "RU000A0ZYHX8": { + "figi": "BBG00JCTFXS2", + "ticker": "RU000A0ZYHX8", "classCode": "TQCB", - "isin": "RU000A1008J4", + "isin": "RU000A0ZYHX8", "lot": 1, "currency": "rub", "klong": { @@ -115983,17 +113519,17 @@ "nano": 140200000 }, "shortEnabledFlag": false, - "name": "АФК Система выпуск 10", + "name": "\u0421\u0430\u043d\u043a\u0442-\u041f\u0435\u0442\u0435\u0440\u0431\u0443\u0440\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-03-23T00:00:00Z", + "maturityDate": "2025-05-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-02T00:00:00Z", - "placementDate": "2019-04-05T00:00:00Z", + "stateRegDate": "2017-11-30T00:00:00Z", + "placementDate": "2017-12-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116001,107 +113537,111 @@ }, "aciValue": { "currency": "rub", - "units": "30", - "nano": 110000000 + "units": "20", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "30000000", + "issueSizePlan": "30000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "73ff6bbd-37b7-4d57-b1c2-3b49501ed259", + "uid": "875a4b52-05eb-4961-8bea-f3879388bc59", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2375a2bf-ca78-4e4c-b828-fd895e8b3860", + "positionUid": "9d9385ba-d100-4886-b581-9ba99306849c", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:16:00Z", + "first1dayCandleDate": "2017-12-06T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102RU2": { - "figi": "TCS00A102RU2", - "ticker": "RU000A102RU2", - "classCode": "TQCB", - "isin": "RU000A102RU2", + "RU000A105104": { + "figi": "TCS00A105104", + "ticker": "RU000A105104", + "classCode": "TQOY", + "isin": "RU000A105104", "lot": 1, - "currency": "rub", + "currency": "cny", "shortEnabledFlag": false, - "name": "Европлан 001Р-01", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-08-13T00:00:00Z", + "name": "\u0420\u0423\u0421\u0410\u041b \u0432\u044b\u043f\u0443\u0441\u043a 5", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2027-07-28T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "cny", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-15T00:00:00Z", - "placementDate": "2021-02-16T00:00:00Z", + "stateRegDate": "2022-07-15T00:00:00Z", + "placementDate": "2022-08-03T00:00:00Z", "placementPrice": { - "currency": "rub", + "currency": "cny", "units": "1000", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "12", - "nano": 640000000 + "currency": "cny", + "units": "3", + "nano": 950000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "13000000", - "issueSizePlan": "13000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "755d628e-8c26-4fe9-91c5-29730083ac8e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d42516a6-2854-4e42-bb64-23010161a196", + "uid": "ffc0fc8b-fe3b-4729-9eea-593bb1f899b0", + "realExchange": "REAL_EXCHANGE_UNSPECIFIED", + "positionUid": "bc36f7fa-18a8-4ee3-a0b2-9a14ccc08ec9", "forIisFlag": true, + "first1minCandleDate": "2022-08-03T09:26:00Z", + "first1dayCandleDate": "2022-08-03T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A100W52": { - "figi": "BBG00QKPJVK3", - "ticker": "RU000A100W52", - "classCode": "TQIR", - "isin": "RU000A100W52", + "RU000A0JWV63": { + "figi": "BBG00DYFTK31", + "ticker": "RU000A0JWV63", + "classCode": "TQCB", + "isin": "RU000A0JWV63", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СуперОкс выпуск 1", + "name": "\u0420\u043e\u0441\u0441\u0435\u043b\u044c\u0445\u043e\u0437\u0431\u0430\u043d\u043a 08\u04221", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-09-28T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-09-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-09-27T00:00:00Z", - "placementDate": "2019-10-02T00:00:00Z", + "stateRegDate": "2016-06-10T00:00:00Z", + "placementDate": "2016-10-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116109,53 +113649,55 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 40000000 + "units": "63", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": false, + "perpetualFlag": true, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "67444cce-69f6-4962-9e42-9ffc0c5b9d69", + "uid": "30a94784-5fa0-4940-ace5-7221d6f8fe99", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cdebb8f6-309b-45b9-9091-bf80fa77a056", + "positionUid": "a671e22c-9f73-4837-8b41-bea204e19552", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T22:51:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102RT4": { - "figi": "BBG00Z9DF8B8", - "ticker": "RU000A102RT4", - "classCode": "TQCB", - "isin": "RU000A102RT4", + "RU000A103SZ7": { + "figi": "BBG012R5Y2V7", + "ticker": "RU000A103SZ7", + "classCode": "TQIR", + "isin": "RU000A103SZ7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Промсвязьбанк 003P выпуск 4", + "name": "\u0410\u044d\u0440\u043e\u0444\u044c\u044e\u044d\u043b\u0437 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-02-14T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-09-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-01-26T00:00:00Z", - "placementDate": "2021-02-17T00:00:00Z", + "stateRegDate": "2021-09-13T00:00:00Z", + "placementDate": "2021-09-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116163,16 +113705,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 180000000 + "units": "18", + "nano": 990000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116184,32 +113726,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "66a9b84c-8a79-46b0-9690-9e02e0402bec", + "uid": "6642408f-6676-4361-afa2-d78086cdda7f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a15b03f7-adde-4782-9da8-7dbcc23f5eb0", + "positionUid": "045999b8-e730-4189-b0a6-8153ec22d0fc", "forIisFlag": true, + "first1minCandleDate": "2021-09-30T11:19:00Z", + "first1dayCandleDate": "2021-09-30T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103DT2": { - "figi": "TCS00A103DT2", - "ticker": "RU000A103DT2", + "RU000A1024W4": { + "figi": "BBG00XH3GY82", + "ticker": "RU000A1024W4", "classCode": "TQCB", - "isin": "RU000A103DT2", + "isin": "RU000A1024W4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ИСКЧ выпуск 1", + "name": "\u0427\u0435\u0440\u043a\u0438\u0437\u043e\u0432\u043e \u0432\u044b\u043f\u0443\u0441\u043a \u0411\u041e-001P-03", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-07-08T00:00:00Z", + "maturityDate": "2024-03-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-29T00:00:00Z", - "placementDate": "2021-07-14T00:00:00Z", + "stateRegDate": "2020-09-14T00:00:00Z", + "placementDate": "2020-09-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116217,16 +113761,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 360000000 + "units": "14", + "nano": 100000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "6300000", + "issueSizePlan": "6300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116238,32 +113782,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d935651-d757-47a7-823a-0e6fa828f8bc", + "uid": "e774f404-5ddd-4164-b9be-1ff04aacfb3e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d2f4b13c-78f1-4805-a9be-24cb8f40ed8c", + "positionUid": "3056c1df-9988-4f4f-8eca-1fbfa1c6b19e", "forIisFlag": true, + "first1minCandleDate": "2020-09-18T11:14:00Z", + "first1dayCandleDate": "2020-09-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104735": { - "figi": "TCS00A104735", - "ticker": "RU000A104735", + "RU000A101TS4": { + "figi": "BBG00VQNQ8P9", + "ticker": "RU000A101TS4", "classCode": "TQCB", - "isin": "RU000A104735", + "isin": "RU000A101TS4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Пионер-001P выпуск 6", + "name": "\u0414\u0436\u0438-\u0433\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-12-04T00:00:00Z", + "maturityDate": "2023-06-19T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "600", "nano": 0 }, - "stateRegDate": "2021-11-19T00:00:00Z", - "placementDate": "2021-12-09T00:00:00Z", + "stateRegDate": "2020-01-22T00:00:00Z", + "placementDate": "2020-06-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116271,16 +113817,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 520000000 + "units": "16", + "nano": 440000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116292,32 +113838,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "269780b0-e5fb-448d-a4c0-f1123eef55fa", + "uid": "81b61d25-2526-4c99-9531-2733d1b6be75", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d6aee7e1-5370-42d8-9f9f-8544232d8ac8", + "positionUid": "8f27b038-ffc3-479d-a715-a43a8e065281", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T13:22:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102SV8": { - "figi": "BBG00ZH9RB82", - "ticker": "RU000A102SV8", - "classCode": "TQCB", - "isin": "RU000A102SV8", + "RU000A1045V1": { + "figi": "BBG013VR70Y3", + "ticker": "RU000A1045V1", + "classCode": "TQIR", + "isin": "RU000A1045V1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 18", + "name": "\u042d\u0411\u0418\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2031-02-17T00:00:00Z", + "maturityDate": "2025-11-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-20T00:00:00Z", - "placementDate": "2021-03-01T00:00:00Z", + "stateRegDate": "2021-11-19T00:00:00Z", + "placementDate": "2021-11-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116325,107 +113873,111 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 830000000 + "units": "3", + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "499855", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c1f3719-e2bf-4bb7-856d-bf084f12bc58", + "uid": "ca1bd504-2c41-479b-b48c-78eaac64e83d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "59376bd2-625b-4be1-acbd-2e9e9015bb91", + "positionUid": "7182af2b-fe4b-4d24-a4b4-0e8f278d274f", "forIisFlag": true, + "first1minCandleDate": "2022-08-16T07:00:00Z", + "first1dayCandleDate": "2022-08-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU29007RMFS0": { - "figi": "BBG007Z5DF79", - "ticker": "SU29007RMFS0", - "classCode": "TQOB", - "isin": "RU000A0JV4M0", + "RU000A104AQ2": { + "figi": "TCS00A104AQ2", + "ticker": "RU000A104AQ2", + "classCode": "TQCB", + "isin": "RU000A104AQ2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 29007", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 02", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-03-03T00:00:00Z", + "maturityDate": "2023-11-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-12-31T00:00:00Z", - "placementDate": "2014-12-31T00:00:00Z", + "stateRegDate": "2021-12-02T00:00:00Z", + "placementDate": "2021-12-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "33", - "nano": 660000000 + "units": "28", + "nano": 760000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c9530da-8dad-4aed-a022-bc94bec33c98", + "uid": "6af1ccc7-73e5-464d-921d-f97a820a2d53", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5e93529d-a4a0-4d88-b3ae-86961348692d", + "positionUid": "33f95e17-6938-4efe-aeff-e354243c36b3", "forIisFlag": true, + "first1minCandleDate": "2021-12-23T11:08:00Z", + "first1dayCandleDate": "2021-12-23T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A102FC5": { - "figi": "BBG00YGJWYK4", - "ticker": "RU000A102FC5", + "RU000A102H83": { + "figi": "BBG00YJKHN65", + "ticker": "RU000A102H83", "classCode": "TQCB", - "isin": "RU000A102FC5", + "isin": "RU000A102H83", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВЭБ.РФ ПБО-1 выпуск 22", + "name": "\u0420\u0435\u043d\u0435\u0441\u0441\u0430\u043d\u0441 \u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-12-05T00:00:00Z", + "maturityDate": "2025-12-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-11-11T00:00:00Z", - "placementDate": "2020-12-08T00:00:00Z", + "stateRegDate": "2013-04-08T00:00:00Z", + "placementDate": "2020-12-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116433,16 +113985,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 170000000 + "units": "19", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116454,32 +114006,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f1a7d702-9c39-4d89-a462-3e0d7eba580a", + "uid": "2ef0d171-6241-412c-bd52-c2a3506c8470", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "708846f7-a57d-4815-b642-9ca3f60f09b3", + "positionUid": "a3c5c422-fd81-4c59-b8e8-37f9f672dc38", "forIisFlag": true, + "first1minCandleDate": "2020-12-15T11:51:00Z", + "first1dayCandleDate": "2020-12-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104C60": { - "figi": "BBG01496DQ23", - "ticker": "RU000A104C60", + "RU000A102GY7": { + "figi": "TCS00A102GY7", + "ticker": "RU000A102GY7", "classCode": "TQCB", - "isin": "RU000A104C60", + "isin": "RU000A102GY7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВТБ", - "exchange": "MOEX", + "name": "\u0425\u044d\u0434\u0445\u0430\u043d\u0442\u0435\u0440 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-12-26T00:00:00Z", + "maturityDate": "2023-12-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-18T00:00:00Z", - "placementDate": "2021-12-27T00:00:00Z", + "stateRegDate": "2020-12-04T00:00:00Z", + "placementDate": "2020-12-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116487,16 +114041,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 650000000 + "units": "15", + "nano": 370000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "4582133", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116508,49 +114062,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "32c5ca3c-fbe4-4d59-a32e-561254a9ea12", + "uid": "9dc505f9-c68c-4494-a2ea-543b8c8edb3b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fee760ae-0768-4bf2-bec4-04325a16efce", + "positionUid": "3311f78f-fe5a-4e37-834c-918339e31101", "forIisFlag": true, + "first1minCandleDate": "2020-12-14T11:09:00Z", + "first1dayCandleDate": "2020-12-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26239RMFS2": { - "figi": "BBG011FHF1F7", - "ticker": "SU26239RMFS2", - "classCode": "TQOB", - "isin": "RU000A103901", + "RU000A0ZYVU5": { + "figi": "BBG00K7QTXX0", + "ticker": "RU000A0ZYVU5", + "classCode": "TQCB", + "isin": "RU000A0ZYVU5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26239", + "name": "\u041f\u0410\u041e \u041d\u041a \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c 002P-05", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2031-07-23T00:00:00Z", + "maturityDate": "2028-02-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-11T00:00:00Z", - "placementDate": "2021-06-16T00:00:00Z", + "stateRegDate": "2018-02-28T00:00:00Z", + "placementDate": "2018-03-02T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "31", - "nano": 950000000 + "units": "2", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "500000000", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116559,35 +114115,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4a2018da-7e84-4c2f-b95d-1fd8f3d630e3", + "uid": "4186f882-f062-44a3-b801-2d90849ada2d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c9aeb3f3-1213-4e69-a778-b8796e6a2f8a", + "positionUid": "e19e5be0-ad99-4f27-bc5e-0744f9c73215", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:42:00Z", + "first1dayCandleDate": "2018-03-02T00:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A102RN7": { - "figi": "TCS00A102RN7", - "ticker": "RU000A102RN7", + "RU000A103DP0": { + "figi": "BBG011R5YX14", + "ticker": "RU000A103DP0", "classCode": "TQCB", - "isin": "RU000A102RN7", + "isin": "RU000A103DP0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ренессанс Кредит выпуск 6", + "name": "\u041a\u0410\u041c\u0410\u0417 \u0411\u041e-\u041f08", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-02-17T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-07-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-04-08T00:00:00Z", - "placementDate": "2021-02-17T00:00:00Z", + "stateRegDate": "2021-07-08T00:00:00Z", + "placementDate": "2021-07-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116595,16 +114153,16 @@ }, "aciValue": { "currency": "rub", - "units": "34", - "nano": 390000000 + "units": "13", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116616,32 +114174,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2207d45c-911a-417f-9266-ff20cf466dee", + "uid": "39023959-7dfc-448a-878f-3df79d0b125c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "41f7a84d-ccad-4496-bb4b-962cfb6a9392", + "positionUid": "237651ac-ed9b-4db4-80cc-3f008558b9df", "forIisFlag": true, + "first1minCandleDate": "2021-07-12T11:29:00Z", + "first1dayCandleDate": "2021-07-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101XS6": { - "figi": "BBG00WFCV2B5", - "ticker": "RU000A101XS6", + "RU000A102VL3": { + "figi": "TCS00A102VL3", + "ticker": "RU000A102VL3", "classCode": "TQCB", - "isin": "RU000A101XS6", + "isin": "RU000A102VL3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МОЭК выпуск 4", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 18", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-07-15T00:00:00Z", + "maturityDate": "2024-03-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-20T00:00:00Z", - "placementDate": "2020-07-22T00:00:00Z", + "stateRegDate": "2021-03-17T00:00:00Z", + "placementDate": "2021-03-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116649,16 +114209,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 160000000 + "units": "29", + "nano": 740000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4500000", + "issueSizePlan": "4500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116670,32 +114230,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "51a4df98-6c75-40f7-a462-5edde77cb0c8", + "uid": "925362d8-a1aa-4822-b0ec-d7a031ca14ce", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "54e81bb9-635f-433c-96a4-23814bf417b9", + "positionUid": "43ed158b-1165-4fae-acd0-67f24eadb322", "forIisFlag": true, + "first1minCandleDate": "2021-03-29T07:17:00Z", + "first1dayCandleDate": "2021-03-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103L03": { - "figi": "BBG0129FDB02", - "ticker": "RU000A103L03", + "RU000A103RL9": { + "figi": "BBG012SMKJQ3", + "ticker": "RU000A103RL9", "classCode": "TQCB", - "isin": "RU000A103L03", + "isin": "RU000A103RL9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Самолет выпуск 10", + "name": "\u041f\u0435\u0442\u0440\u043e\u0438\u043d\u0436\u0438\u043d\u0438\u0440\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-08-21T00:00:00Z", + "maturityDate": "2026-09-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-12T00:00:00Z", - "placementDate": "2021-08-25T00:00:00Z", + "stateRegDate": "2021-09-16T00:00:00Z", + "placementDate": "2021-09-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116703,16 +114265,16 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 290000000 + "units": "20", + "nano": 300000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116724,32 +114286,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0eafb1f0-cb22-41d2-b220-13aaae5e5ee5", + "uid": "2cb57409-eaa0-47ed-836b-25df1a02162c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b952afe2-dca7-4ef5-8b7b-af9ce4b0b9de", + "positionUid": "b9e0e835-d784-42c1-bd22-5aafb46953ff", "forIisFlag": true, + "first1minCandleDate": "2021-09-24T11:05:00Z", + "first1dayCandleDate": "2021-09-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1046N6": { - "figi": "TCS00A1046N6", - "ticker": "RU000A1046N6", + "RU000A1030D1": { + "figi": "BBG0105J8GV3", + "ticker": "RU000A1030D1", "classCode": "TQCB", - "isin": "RU000A1046N6", + "isin": "RU000A1030D1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Асфальтобетонный завод № 1 выпуск 2", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 11", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-12-03T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-04-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-19T00:00:00Z", - "placementDate": "2021-12-07T00:00:00Z", + "stateRegDate": "2021-04-13T00:00:00Z", + "placementDate": "2021-04-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116757,16 +114321,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 370000000 + "units": "27", + "nano": 620000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1900000", + "issueSizePlan": "1900000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116778,32 +114342,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "87323b44-e987-4d91-91ad-1c10bfaf09e7", + "uid": "bbc41741-4dc4-4b0d-91a0-76c686cf7bca", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "55641cf2-7bb9-47f5-bc08-3ca68267d580", + "positionUid": "9b1bd0f1-3397-40c5-b1dd-1fb8c74a869d", "forIisFlag": true, + "first1minCandleDate": "2021-04-16T11:54:00Z", + "first1dayCandleDate": "2021-04-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102T63": { - "figi": "RU000A102T63", - "ticker": "RU000A102T63", - "classCode": "TQCB", - "isin": "RU000A102T63", + "XS1843434959": { + "figi": "BBG00PC6QBX8", + "ticker": "XS1843434959", + "classCode": "TQOD", + "isin": "XS1843434959", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "MMK", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2024-06-13T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2019-06-13T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "10", + "nano": 451389000 + }, + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "c58bd2e9-31b1-411b-8a94-d549472a6a8f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4a99e0bf-b101-404c-9426-e8179c39f263", + "forIisFlag": true, + "first1minCandleDate": "2020-10-08T11:49:00Z", + "first1dayCandleDate": "2020-10-08T07:00:00Z", + "type": "Bonds", + "step": 0.0001 + }, + "RU000A0JUAG0": { + "figi": "BBG005K570Y9", + "ticker": "RU000A0JUAG0", + "classCode": "TQIR", + "isin": "RU000A0JUAG0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЛСР выпуск 6", + "name": "\u0420\u0421\u0413-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-02-24T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-11-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-19T00:00:00Z", - "placementDate": "2021-03-02T00:00:00Z", + "stateRegDate": "2013-10-22T00:00:00Z", + "placementDate": "2013-11-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116811,31 +114432,33 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 180000000 + "units": "29", + "nano": 670000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c87cccff-83ff-45f2-87b7-9664d965685f", + "uid": "5ab2c172-c580-4b1e-bcfa-1cdb3a3e7a24", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa7c2460-5efb-438e-b0df-6948e8f91587", + "positionUid": "980a71ce-8156-4831-92f3-b2664ed0e389", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T07:53:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, @@ -116847,7 +114470,7 @@ "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Пионер-Лизинг-БО-П02", + "name": "\u041f\u0438\u043e\u043d\u0435\u0440-\u041b\u0438\u0437\u0438\u043d\u0433-\u0411\u041e-\u041f02", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 12, "maturityDate": "2029-01-21T00:00:00Z", @@ -116865,16 +114488,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 340000000 + "units": "5", + "nano": 80000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", "issueSize": "300000", "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116890,28 +114513,30 @@ "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "36cb527c-8a69-49eb-afd1-3a5309529702", "forIisFlag": true, + "first1minCandleDate": "2019-03-15T11:08:00Z", + "first1dayCandleDate": "2019-03-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104XR2": { - "figi": "TCS00A104XR2", - "ticker": "RU000A104XR2", + "RU000A1034M4": { + "figi": "BBG0116QGN40", + "ticker": "RU000A1034M4", "classCode": "TQCB", - "isin": "RU000A104XR2", + "isin": "RU000A1034M4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Автодор БО-3 выпуск 2", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2027-07-01T00:00:00Z", + "name": "\u0412\u0441\u0435\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b.\u0440\u0443 \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-05-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-06-30T00:00:00Z", - "placementDate": "2022-07-07T00:00:00Z", + "stateRegDate": "2021-05-18T00:00:00Z", + "placementDate": "2021-05-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -116920,15 +114545,15 @@ "aciValue": { "currency": "rub", "units": "4", - "nano": 80000000 + "nano": 560000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "30513100", - "issueSizePlan": "30513100", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -116940,73 +114565,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1013bb09-a4a3-4f49-8cb1-38989981493b", + "uid": "a4b98ef7-f623-45a6-b577-22276d9d1907", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "246496b4-73dc-478b-abb5-5ede4c1cd0c6", + "positionUid": "8c75f598-66a8-41c6-a849-3e17586443a3", "forIisFlag": true, + "first1minCandleDate": "2021-05-24T12:45:00Z", + "first1dayCandleDate": "2021-05-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26221RMFS0": { - "figi": "BBG00G6V7252", - "ticker": "SU26221RMFS0", - "classCode": "TQOB", - "isin": "RU000A0JXFM1", + "RU000A1018X4": { + "figi": "BBG00R7TPVR4", + "ticker": "RU000A1018X4", + "classCode": "TQCB", + "isin": "RU000A1018X4", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 307800000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 168000000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26221", + "name": "\u041c\u0430\u0433\u043d\u0438\u0442 003\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2033-03-23T00:00:00Z", + "maturityDate": "2022-12-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-02-06T00:00:00Z", - "placementDate": "2017-02-15T00:00:00Z", + "stateRegDate": "2019-12-23T00:00:00Z", + "placementDate": "2019-12-26T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 360000000 + "units": "13", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "350000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117015,52 +114618,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "42eba190-0282-4f84-8e6b-38aa924b9b3b", + "uid": "f42647fe-8acc-44a5-bdb3-3e6892240c8f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "236d6bf8-e9b2-45fe-9b37-eeb231df9118", + "positionUid": "958f2ec8-088b-42a8-87ac-50801d18a975", "forIisFlag": true, + "first1minCandleDate": "2019-12-26T14:05:00Z", + "first1dayCandleDate": "2019-12-26T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A0ZZ8A2": { - "figi": "BBG00A0ZZ8A2", - "ticker": "RU000A0ZZ8A2", - "classCode": "TQIR", - "isin": "RU000A0ZZ8A2", + "RU000A101H43": { + "figi": "TCS00A101H43", + "ticker": "RU000A101H43", + "classCode": "TQCB", + "isin": "RU000A101H43", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПЮДМ БО-П1", + "name": "\u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2023-05-04T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-02-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "50000", + "units": "1000", "nano": 0 }, - "stateRegDate": "2018-05-16T00:00:00Z", - "placementDate": "2018-05-30T00:00:00Z", + "stateRegDate": "2020-02-28T00:00:00Z", + "placementDate": "2020-03-03T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "50000", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "356", - "nano": 160000000 + "units": "2", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "2328", - "issueSizePlan": "3800", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117072,32 +114677,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4432311-68c5-454b-bf60-ff518994efba", + "uid": "f938c1a9-f225-4d1a-9a2f-2445ec136fe5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "565a664c-78a0-45de-9772-b9802c1e104c", + "positionUid": "fa0cb110-1eec-42e6-ae9d-200bdaeee7d3", "forIisFlag": true, + "first1minCandleDate": "2020-03-03T11:32:00Z", + "first1dayCandleDate": "2020-03-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101350": { - "figi": "BBG00QYTBB95", - "ticker": "RU000A101350", + "RU000A100NS9": { + "figi": "BBG012CQ0V68", + "ticker": "RU000A100NS9", "classCode": "TQCB", - "isin": "RU000A101350", + "isin": "RU000A100NS9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Газпромбанк 001P выпуск 14", - "exchange": "MOEX", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 5", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-11-22T00:00:00Z", + "maturityDate": "2025-08-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-20T00:00:00Z", - "placementDate": "2019-11-22T00:00:00Z", + "stateRegDate": "2019-07-22T00:00:00Z", + "placementDate": "2021-09-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117105,16 +114712,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 340000000 + "units": "1", + "nano": 630000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117126,49 +114733,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6049e4ba-6456-42b6-9ceb-62b9f231a395", + "uid": "46dc040a-4a54-41f2-a424-3380d750b15f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "333b1dc2-6afb-4f83-9009-6d33ecd11a45", + "positionUid": "16f5b11f-52b0-40be-94ce-79406526c020", "forIisFlag": true, + "first1minCandleDate": "2021-09-02T10:46:00Z", + "first1dayCandleDate": "2021-09-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWHA4": { - "figi": "BBG00CZCT9R8", - "ticker": "RU000A0JWHA4", - "classCode": "TQOD", - "isin": "RU000A0JWHA4", + "RU000A1034T9": { + "figi": "BBG00A1034T9", + "ticker": "RU000A1034T9", + "classCode": "TQCB", + "isin": "RU000A1034T9", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", + "name": "\u041c\u0422\u0421 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-05-27T00:00:00Z", + "maturityDate": "2023-05-24T00:00:00Z", "nominal": { - "currency": "usd", - "units": "200000", + "currency": "rub", + "units": "1000", "nano": 0 }, - "stateRegDate": "2016-05-27T00:00:00Z", - "placementDate": "2016-05-27T00:00:00Z", + "stateRegDate": "2021-05-17T00:00:00Z", + "placementDate": "2021-05-26T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "1451", - "nano": 388888890 + "currency": "rub", + "units": "21", + "nano": 640000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "15000", - "issueSizePlan": "8750", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117180,86 +114789,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f8e69bfe-b781-4ec9-bf92-12e3daa3354e", + "uid": "17633919-266f-4418-99b5-52a12537203d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ed032543-f5f2-4c32-bcad-ae9da7d420b9", - "forIisFlag": false, + "positionUid": "ae14ffd5-d01f-4139-ac2c-9ce56efc25e7", + "forIisFlag": true, + "first1minCandleDate": "2021-05-26T11:25:00Z", + "first1dayCandleDate": "2021-05-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZV86": { - "figi": "BBG00MMJ90B3", - "ticker": "RU000A0ZZV86", - "classCode": "TQCB", - "isin": "RU000A0ZZV86", + "SU52002RMFS1": { + "figi": "BBG00KFLDC92", + "ticker": "SU52002RMFS1", + "classCode": "TQOB", + "isin": "RU000A0ZYZ26", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА 006P", + "name": "\u041e\u0424\u0417 52002", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2048-05-28T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2028-02-02T00:00:00Z", "nominal": { "currency": "rub", - "units": "244", - "nano": 210000000 + "units": "1366", + "nano": 940000000 }, - "stateRegDate": "2018-11-19T00:00:00Z", - "placementDate": "2018-11-26T00:00:00Z", + "stateRegDate": "2018-03-16T00:00:00Z", + "placementDate": "2018-03-21T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 590000000 + "units": "2", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "74263788", - "issueSizePlan": "74263788", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "250000000", + "issueSizePlan": "150000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "298237bf-d543-4ba1-b2e9-00755fd1565b", + "uid": "0cd30d33-7c7d-4a81-ba7d-154200d0103b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4b980080-b2ff-4e76-aeb3-f9d1b3f12264", + "positionUid": "1d9d0494-3682-4dab-a384-916a759fef7b", "forIisFlag": true, + "first1minCandleDate": "2018-04-04T18:16:00Z", + "first1dayCandleDate": "2018-04-04T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A102BF7": { - "figi": "TCS00A102BF7", - "ticker": "RU000A102BF7", + "RU000A102SC8": { + "figi": "BBG00ZDZD5C1", + "ticker": "RU000A102SC8", "classCode": "TQCB", - "isin": "RU000A102BF7", + "isin": "RU000A102SC8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "НК Продкорпорация выпуск 1", + "name": "\u0422\u041c\u041a 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-03-26T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-02-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-15T00:00:00Z", - "placementDate": "2021-03-26T00:00:00Z", + "stateRegDate": "2021-02-17T00:00:00Z", + "placementDate": "2021-02-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117267,16 +114880,16 @@ }, "aciValue": { "currency": "rub", - "units": "28", - "nano": 820000000 + "units": "3", + "nano": 720000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "consumer", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "2450000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117288,32 +114901,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "de26064b-55f5-4018-ada9-685c27f13802", + "uid": "2de047fe-21d0-49c1-9b8a-379c50770397", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "728734be-7459-4928-95de-a9ace9aa61bb", + "positionUid": "80125b51-01c0-4846-8a81-cb2294ba4f44", "forIisFlag": true, + "first1minCandleDate": "2021-02-20T11:12:00Z", + "first1dayCandleDate": "2021-02-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102SG9": { - "figi": "TCS00A102SG9", - "ticker": "RU000A102SG9", + "RU000A101CB6": { + "figi": "BBG00RJSK9S6", + "ticker": "RU000A101CB6", "classCode": "TQCB", - "isin": "RU000A102SG9", + "isin": "RU000A101CB6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Селектел выпуск 1", + "name": "\u041b\u0438\u0437\u0438\u043d\u0433-\u0422\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-02-22T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2023-01-07T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "416", + "nano": 900000000 }, - "stateRegDate": "2021-02-11T00:00:00Z", - "placementDate": "2021-02-25T00:00:00Z", + "stateRegDate": "2020-01-22T00:00:00Z", + "placementDate": "2020-01-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117321,106 +114936,111 @@ }, "aciValue": { "currency": "rub", - "units": "34", - "nano": 230000000 + "units": "4", + "nano": 140000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6cea9f86-576c-411c-81d8-63759d0c24d2", + "uid": "d89e910f-766c-4c33-a9e3-9f59f8c8ab56", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e656cdb3-30b5-44ee-bf24-b3e21d2cb10c", + "positionUid": "f103aa72-5bed-4a72-9a72-8330af590494", "forIisFlag": true, + "first1minCandleDate": "2020-01-23T12:12:00Z", + "first1dayCandleDate": "2020-01-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "ALFAperp": { - "figi": "BBG00JS9D851", - "ticker": "ALFAperp", - "classCode": "SPBBND", - "isin": "XS1760786340", + "RU000A100DG5": { + "figi": "BBG00PC4M4X3", + "ticker": "RU000A100DG5", + "classCode": "TQCB", + "isin": "RU000A100DG5", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Alfa Bond Issuance PLC", - "exchange": "SPB", - "couponQuantityPerYear": 4, - "maturityDate": "2111-01-01T00:00:00Z", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d \u0411\u041e 06", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2029-05-15T00:00:00Z", "nominal": { - "currency": "usd", - "units": "1000", + "currency": "rub", + "units": "800", "nano": 0 }, - "placementDate": "2018-01-30T00:00:00Z", + "stateRegDate": "2016-08-05T00:00:00Z", + "placementDate": "2019-05-28T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "15", - "nano": 830556000 + "currency": "rub", + "units": "17", + "nano": 350000000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "financial", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, - "amortizationFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f179f0f0-ec6e-4f9f-9980-3c033ee248d1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "bfa1b011-c9a0-4126-92f8-0d7a80aebbf1", + "uid": "a59e07ed-8f7d-4c1d-bf15-4d749ba7157f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "63d37f08-e04e-414b-a52a-4af99379f9f3", "forIisFlag": true, + "first1minCandleDate": "2019-05-28T11:21:00Z", + "first1dayCandleDate": "2019-05-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100QY0": { - "figi": "BBG00Q38CTS4", - "ticker": "RU000A100QY0", - "classCode": "TQIR", - "isin": "RU000A100QY0", + "RU000A103H25": { + "figi": "BBG0121GPL12", + "ticker": "RU000A103H25", + "classCode": "TQCB", + "isin": "RU000A103H25", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Электрощит-Стройсистема выпуск 1", + "name": "\u041d\u041f\u041e \u0425\u0438\u043c\u0442\u044d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2022-08-16T00:00:00Z", + "maturityDate": "2025-07-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-08-08T00:00:00Z", - "placementDate": "2019-08-20T00:00:00Z", + "stateRegDate": "2021-07-26T00:00:00Z", + "placementDate": "2021-08-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117428,53 +115048,55 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 150000000 + "units": "12", + "nano": 470000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", "issueSize": "150000", "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ab5d48b9-b81d-41c1-aed2-1dfd61609195", + "uid": "84e458ae-6cc1-4469-85e8-fe131fb1a472", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c2fd6305-629b-4629-8637-da70834a2dc8", + "positionUid": "1a401c72-2267-473d-a622-a2a0a8cbaa51", "forIisFlag": true, + "first1minCandleDate": "2021-08-05T12:38:00Z", + "first1dayCandleDate": "2021-08-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYBV5": { - "figi": "BBG00HTSM1G5", - "ticker": "RU000A0ZYBV5", + "RU000A100G03": { + "figi": "BBG00PGSFB22", + "ticker": "RU000A100G03", "classCode": "TQCB", - "isin": "RU000A0ZYBV5", + "isin": "RU000A100G03", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЛСР выпуск 3", + "name": "\u0411\u0443\u0440\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0415\u0432\u0440\u0430\u0437\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-09-27T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-06-18T00:00:00Z", "nominal": { "currency": "rub", - "units": "400", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-09-27T00:00:00Z", - "placementDate": "2017-10-03T00:00:00Z", + "stateRegDate": "2019-06-14T00:00:00Z", + "placementDate": "2019-06-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117482,53 +115104,55 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 270000000 + "units": "18", + "nano": 870000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f9aa59b6-ad78-4ce3-a957-f98d526a53fb", + "uid": "1393d30c-28f7-4149-9593-6f9b5b224e6f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7ef61b57-2b3f-48a4-8308-f47c5257dc88", + "positionUid": "14a2d2b2-a0f0-4045-b960-67e821eb2ea1", "forIisFlag": true, + "first1minCandleDate": "2019-06-18T13:21:00Z", + "first1dayCandleDate": "2019-06-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZ8X4": { - "figi": "BBG00L2L5GP6", - "ticker": "RU000A0ZZ8X4", + "RU000A101TR6": { + "figi": "BBG00VP0CN81", + "ticker": "RU000A101TR6", "classCode": "TQCB", - "isin": "RU000A0ZZ8X4", + "isin": "RU000A101TR6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Краснодарский край выпуск 2", + "name": "\u042d\u043d\u0435\u0440\u0433\u043e\u0422\u0435\u0445\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-06-03T00:00:00Z", + "maturityDate": "2023-06-19T00:00:00Z", "nominal": { "currency": "rub", - "units": "900", + "units": "600", "nano": 0 }, - "stateRegDate": "2018-05-23T00:00:00Z", - "placementDate": "2018-06-05T00:00:00Z", + "stateRegDate": "2020-04-08T00:00:00Z", + "placementDate": "2020-06-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117536,16 +115160,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 590000000 + "units": "15", + "nano": 780000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117557,102 +115181,107 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "285ee1f2-7417-49e4-bea5-1719243e2497", + "uid": "22f0a74d-b8f9-4ac1-99f9-8ef8f063bd58", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "38ec162a-b848-445f-b31d-8d1a05bd0194", + "positionUid": "bd3ef25f-b1bb-4171-ac68-aeec5d2cb2a4", "forIisFlag": true, + "first1minCandleDate": "2020-06-22T13:14:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104FX7": { - "figi": "BBG014VTFQJ8", - "ticker": "RU000A104FX7", - "classCode": "TQCB", - "isin": "RU000A104FX7", + "RU000A100YD8": { + "figi": "BBG00QPGLLB7", + "ticker": "RU000A100YD8", + "classCode": "TQIR", + "isin": "RU000A100YD8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "А Девелопмент", + "name": "\u041d\u0430\u0444\u0442\u0430\u0442\u0440\u0430\u043d\u0441 \u041f\u043b\u044e\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-01-23T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-09-26T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "7332", "nano": 0 }, - "stateRegDate": "2021-10-22T00:00:00Z", - "placementDate": "2022-01-27T00:00:00Z", + "stateRegDate": "2019-10-14T00:00:00Z", + "placementDate": "2019-10-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "10000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "31", - "nano": 870000000 + "units": "2", + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "300145", - "issueSizePlan": "700000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "25000", + "issueSizePlan": "25000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e0354a23-8ba3-4532-800b-3c9a0ba6b16b", + "uid": "ca122c61-8170-493a-9364-323062e400c5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "18e07de9-a7ed-4729-869c-91b833839910", + "positionUid": "d1e06839-fec2-4535-9b20-ec245b7c8cd9", "forIisFlag": true, + "first1minCandleDate": "2019-10-23T11:09:00Z", + "first1dayCandleDate": "2019-10-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1843443273": { - "figi": "BBG00NQ976S0", - "ticker": "XS1843443273", - "classCode": "TQOD", - "isin": "XS1843443273", + "RU000A103RS4": { + "figi": "BBG012QS03Q9", + "ticker": "RU000A103RS4", + "classCode": "TQCB", + "isin": "RU000A103RS4", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Evraz", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 14", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-04-02T00:00:00Z", + "maturityDate": "2023-09-30T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-04-02T00:00:00Z", + "stateRegDate": "2021-09-23T00:00:00Z", + "placementDate": "2021-09-28T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "16", - "nano": 41667000 + "currency": "rub", + "units": "35", + "nano": 60000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "700000", - "issueSizePlan": "700000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117661,35 +115290,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d2cb4f7d-a4b9-413b-92e1-3d58509f3a8c", + "uid": "12a68f95-ddcd-4ed2-aede-7d62a67b59b0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "19195ea0-40c2-4a46-92d4-18d2cebb263a", + "positionUid": "26aeb309-08eb-4dce-9c58-95317a218e8f", "forIisFlag": true, + "first1minCandleDate": "2021-09-28T11:27:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A1026H0": { - "figi": "ISSUANCEHYDR", - "ticker": "RU000A1026H0", + "RU000A1038D4": { + "figi": "TCS00A1038D4", + "ticker": "RU000A1038D4", "classCode": "TQCB", - "isin": "RU000A1026H0", + "isin": "RU000A1038D4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Гидромашсервис БО выпуск 3", + "name": "\u0422\u0440\u0430\u043d\u0441\u043c\u0430\u0448\u0445\u043e\u043b\u0434\u0438\u043d\u0433 \u041f\u0411\u041e-06", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-09-20T00:00:00Z", + "maturityDate": "2026-06-05T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-06-06T00:00:00Z", - "placementDate": "2020-10-02T00:00:00Z", + "stateRegDate": "2021-06-07T00:00:00Z", + "placementDate": "2021-06-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117697,16 +115328,16 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 180000000 + "units": "19", + "nano": 850000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117718,32 +115349,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aafd3e55-5dfb-4c67-8257-a56ab605f1f8", + "uid": "83ce21e1-8c61-42d4-9f13-a0b8bfdc8788", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7e80d43b-abd7-4995-9ea2-96e726bed9a8", + "positionUid": "df817545-aad8-406c-8ef2-2560014a0d5f", "forIisFlag": true, + "first1minCandleDate": "2021-06-11T11:02:00Z", + "first1dayCandleDate": "2021-06-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYX69": { - "figi": "BBG00K7DT3F5", - "ticker": "RU000A0ZYX69", + "RU000A101C89": { + "figi": "BBG00RKBQ4D2", + "ticker": "RU000A101C89", "classCode": "TQCB", - "isin": "RU000A0ZYX69", + "isin": "RU000A101C89", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ФПК выпуск 3", - "exchange": "MOEX_PLUS", + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a 001P-SBER15", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2028-02-23T00:00:00Z", + "maturityDate": "2024-01-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-03-05T00:00:00Z", - "placementDate": "2018-03-07T00:00:00Z", + "stateRegDate": "2020-01-20T00:00:00Z", + "placementDate": "2020-01-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117751,16 +115384,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 810000000 + "units": "7", + "nano": 770000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "35000000", + "issueSizePlan": "50000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117772,49 +115405,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bbb02999-093c-46a0-9d7f-7ef285246b65", + "uid": "c6bcc9c0-aca0-4c0d-b0e4-0f7fece89b3a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bde65c2c-679a-4aff-8080-ffeaea7dc659", + "positionUid": "abcd110d-fdc3-4671-a793-9e9bdfe1aa2d", "forIisFlag": true, + "first1minCandleDate": "2020-01-27T11:55:00Z", + "first1dayCandleDate": "2020-01-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101RZ3": { - "figi": "BBG00XH4W3N3", - "ticker": "RU000A101RZ3", + "RU000A105054": { + "figi": "TCS00A105054", + "ticker": "RU000A105054", "classCode": "TQCB", - "isin": "RU000A101RZ3", + "isin": "RU000A105054", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Казахстан выпуск 11", - "exchange": "MOEX_PLUS", + "name": "\u041c\u041c\u0426\u0411 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2030-09-11T00:00:00Z", + "maturityDate": "2027-01-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2020-09-23T00:00:00Z", + "stateRegDate": "2022-07-26T00:00:00Z", + "placementDate": "2022-08-02T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 10000000 + "units": "14", + "nano": 190000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117826,48 +115461,73 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2dd3b003-aca2-4920-89ce-8d827c637372", + "uid": "dbff110e-b0d8-41ea-911a-432ab6f89f08", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2c354d2c-98d0-4705-8370-92e604e31ece", + "positionUid": "3db91361-639d-4d50-979c-c9e801f7a8d0", "forIisFlag": true, + "first1minCandleDate": "2022-08-02T14:03:00Z", + "first1dayCandleDate": "2022-08-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1016U4": { - "figi": "BBG00R4F67Z2", - "ticker": "RU000A1016U4", - "classCode": "TQCB", - "isin": "RU000A1016U4", + "GMKN1022": { + "figi": "BBG00B59DR33", + "ticker": "GMKN1022", + "classCode": "SPBBND", + "isin": "XS1298447019", "lot": 1, - "currency": "rub", + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "9", + "nano": 407100000 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "2", + "nano": 226000000 + }, "shortEnabledFlag": false, - "name": "Гарант-Инвест БО 001P-06", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-12-13T00:00:00Z", + "name": "MMC Finance DAC", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2022-10-14T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-02T00:00:00Z", - "placementDate": "2019-12-17T00:00:00Z", + "placementDate": "2015-10-14T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "11", - "nano": 660000000 + "currency": "usd", + "units": "26", + "nano": 684028000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", + "issueSize": "1000000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -117880,49 +115540,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2cbf42b9-5846-4cf8-b312-2486132a5dd9", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a5163291-b939-4b92-8856-9e4883acbe88", + "uid": "831fdf25-c1d5-449f-893f-74c2e973a899", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "5c3a42bd-8fde-4b08-9b14-20675c989443", "forIisFlag": true, + "first1minCandleDate": "2019-02-05T08:34:00Z", + "first1dayCandleDate": "2019-02-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JTMK9": { - "figi": "BBG00440D136", - "ticker": "RU000A0JTMK9", - "classCode": "TQCB", - "isin": "RU000A0JTMK9", + "SU26226RMFS9": { + "figi": "BBG00N8J90K7", + "ticker": "SU26226RMFS9", + "classCode": "TQOB", + "isin": "RU000A0ZZYW2", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "РусГидро выпуск 8", + "name": "\u041e\u0424\u0417 26226", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-02-02T00:00:00Z", + "maturityDate": "2026-10-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-12-27T00:00:00Z", - "placementDate": "2013-02-14T00:00:00Z", + "stateRegDate": "2018-12-17T00:00:00Z", + "placementDate": "2018-12-19T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 460000000 + "units": "32", + "nano": 230000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "350000000", + "issueSizePlan": "350000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117931,37 +115617,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "66b2c278-da8a-4224-8cc9-fb630715f8c4", + "uid": "c355adac-9536-4aed-a09f-15bc4e99d4b5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d94b0f94-bf55-4b5d-955a-62ee811ce699", + "positionUid": "a0e2bd0d-2782-4836-b547-0f591d98ba93", "forIisFlag": true, - "first1minCandleDate": "2018-03-22T22:09:00Z", - "first1dayCandleDate": "2013-02-14T00:00:00Z", + "first1minCandleDate": "2019-02-06T11:31:00Z", + "first1dayCandleDate": "2019-02-06T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A101C89": { - "figi": "BBG00RKBQ4D2", - "ticker": "RU000A101C89", + "RU000A103C95": { + "figi": "TCS00A103C95", + "ticker": "RU000A103C95", "classCode": "TQCB", - "isin": "RU000A101C89", + "isin": "RU000A103C95", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сбер Банк 001P-SBER15", - "exchange": "MOEX", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 21", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-01-22T00:00:00Z", + "maturityDate": "2031-06-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-01-20T00:00:00Z", - "placementDate": "2020-01-27T00:00:00Z", + "stateRegDate": "2021-06-29T00:00:00Z", + "placementDate": "2021-07-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -117969,16 +115655,16 @@ }, "aciValue": { "currency": "rub", - "units": "30", - "nano": 720000000 + "units": "15", + "nano": 190000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "35000000", - "issueSizePlan": "50000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -117990,86 +115676,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6bcc9c0-aca0-4c0d-b0e4-0f7fece89b3a", + "uid": "680701bd-c1d5-41d8-ad46-06dabbd8e6e1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "abcd110d-fdc3-4671-a793-9e9bdfe1aa2d", + "positionUid": "4d4b014e-06fb-4326-ab65-ef3cdd13197a", "forIisFlag": true, + "first1minCandleDate": "2021-07-05T11:03:00Z", + "first1dayCandleDate": "2021-07-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100HU7": { - "figi": "BBG00PN9H616", - "ticker": "RU000A100HU7", + "RU000A0JXSD3": { + "figi": "BBG00GSNVXC3", + "ticker": "RU000A0JXSD3", "classCode": "TQCB", - "isin": "RU000A100HU7", + "isin": "RU000A0JXSD3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 10", + "name": "\u0412\u043e\u043b\u0433\u043e\u0433\u0440\u0430\u0434\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-06-25T00:00:00Z", + "maturityDate": "2024-06-02T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "650", "nano": 0 }, - "stateRegDate": "2019-07-01T00:00:00Z", - "placementDate": "2019-07-03T00:00:00Z", + "stateRegDate": "2017-05-22T00:00:00Z", + "placementDate": "2017-06-02T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 820000000 + "units": "0", + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "79d41d32-a00a-4016-b6cb-893fcc059a06", + "uid": "31452be2-902e-4f78-b27e-12951cdfabb5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "63b0db0f-01c8-4b0d-a931-cab2d092f1e4", + "positionUid": "5e47c7d3-1283-4aa9-b3d2-857b9cd6113d", "forIisFlag": true, + "first1minCandleDate": "2018-03-12T17:02:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102B97": { - "figi": "TCS00A102B97", - "ticker": "RU000A102B97", + "RU000A104ZC9": { + "figi": "TCS00A104ZC9", + "ticker": "RU000A104ZC9", "classCode": "TQCB", - "isin": "RU000A102B97", + "isin": "RU000A104ZC9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Вита Лайн 001Р выпуск 2", - "exchange": "MOEX_PLUS", + "name": "\u041a\u0410\u041c\u0410\u0417", + "exchange": "MOEX", "couponQuantityPerYear": 4, - "maturityDate": "2025-10-28T00:00:00Z", + "maturityDate": "2025-07-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-21T00:00:00Z", - "placementDate": "2020-11-03T00:00:00Z", + "stateRegDate": "2022-07-18T00:00:00Z", + "placementDate": "2022-07-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118077,16 +115767,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 100000000 + "units": "14", + "nano": 200000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118098,110 +115788,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a9c8bbdf-5535-4aba-b271-4a22ef5daabe", + "uid": "1d157a88-c7c3-408e-b21f-061bb71990ca", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "38127ba0-8bfd-4f01-87b3-38184ed9d855", + "positionUid": "9becef7f-9572-4d0c-8548-1171e12faf59", "forIisFlag": true, + "first1minCandleDate": "2022-07-22T13:30:00Z", + "first1dayCandleDate": "2022-07-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0114288789": { - "figi": "BBG000056Z49", - "ticker": "XS0114288789", - "classCode": "TQOD", - "isin": "XS0114288789", - "lot": 1000, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 375900000 - }, - "dshort": { - "units": "0", - "nano": 464100000 - }, - "dlongMin": { - "units": "0", - "nano": 210000000 - }, - "dshortMin": { - "units": "0", - "nano": 210000000 - }, + "RU000A1030U5": { + "figi": "BBG0109ZMRP0", + "ticker": "RU000A1030U5", + "classCode": "TQIR", + "isin": "RU000A1030U5", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia 2030", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2030-03-31T00:00:00Z", + "name": "\u042d\u043a\u043e\u043d\u043e\u043c\u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-18T00:00:00Z", "nominal": { - "currency": "usd", - "units": "0", - "nano": 165000000 + "currency": "rub", + "units": "1000", + "nano": 0 }, - "stateRegDate": "2000-08-25T00:00:00Z", - "placementDate": "2000-08-25T00:00:00Z", + "stateRegDate": "2021-04-15T00:00:00Z", + "placementDate": "2021-04-22T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "0", - "nano": 3850000 + "currency": "rub", + "units": "15", + "nano": 440000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "6965979370", - "issueSizePlan": "21218176656", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6a31e3ec-074c-4286-a85f-fbdc1fca203b", + "uid": "c900a4ef-6cff-4156-ae62-d4b106ee779a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a53e2aca-1b0f-467a-8d2e-796f820b3c28", + "positionUid": "258810fa-4b1d-42f4-9b87-32a918ca5381", "forIisFlag": true, + "first1minCandleDate": "2021-04-22T11:50:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A102RX6": { - "figi": "TCS00A102RX6", - "ticker": "RU000A102RX6", + "RU000A104FG2": { + "figi": "TCS00A104FG2", + "ticker": "RU000A104FG2", "classCode": "TQCB", - "isin": "RU000A102RX6", + "isin": "RU000A104FG2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Самолет выпуск 9", + "name": "\u0421\u0435\u0433\u0435\u0436\u0430 002P \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-02-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2037-01-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-02T00:00:00Z", - "placementDate": "2021-02-18T00:00:00Z", + "stateRegDate": "2022-01-21T00:00:00Z", + "placementDate": "2022-01-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118209,16 +115879,16 @@ }, "aciValue": { "currency": "rub", - "units": "38", - "nano": 180000000 + "units": "12", + "nano": 840000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "non_documentary", - "issueSize": "10400000", - "issueSizePlan": "10400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "9000000", + "issueSizePlan": "9000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118230,32 +115900,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "600b9255-875f-45eb-87bf-14692591d799", + "uid": "cdb6188d-b5af-4514-8942-a6b1c977bc7f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e866753e-53ba-4fdd-97d3-bb77f06b32e7", + "positionUid": "ef649d2d-53fe-48f7-aa4b-d87b5cb5c361", "forIisFlag": true, + "first1minCandleDate": "2022-01-26T11:19:00Z", + "first1dayCandleDate": "2022-01-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103W91": { - "figi": "BBG0132XRL10", - "ticker": "RU000A103W91", - "classCode": "TQRD", - "isin": "RU000A103W91", + "RU000A0JXYS9": { + "figi": "BBG00HDD93V9", + "ticker": "RU000A0JXYS9", + "classCode": "TQCB", + "isin": "RU000A0JXYS9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Обувь России 002P выпуск 1", + "name": "\u041a\u0440\u0430\u0441\u043d\u043e\u0434\u0430\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-09-28T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-09T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "700", "nano": 0 }, - "stateRegDate": "2021-10-07T00:00:00Z", - "placementDate": "2021-10-19T00:00:00Z", + "stateRegDate": "2017-08-01T00:00:00Z", + "placementDate": "2017-08-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118263,16 +115935,16 @@ }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 730000000 + "units": "4", + "nano": 450000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "333483", - "issueSizePlan": "850000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118284,48 +115956,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e44c1062-46dd-4ea6-a85c-65af2926cde6", + "uid": "25f78b9f-507e-4c05-92ff-39513b4c389d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a080316d-d87c-4245-8141-cf8698815a46", + "positionUid": "150c8563-cdf8-48e1-84d7-9b0d07e43463", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:33:00Z", + "first1dayCandleDate": "2017-08-11T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1514045886": { - "figi": "BBG00F3406Z2", - "ticker": "XS1514045886", - "classCode": "TQOD", - "isin": "XS1514045886", + "RU000A1054W1": { + "figi": "TCS00A1054W1", + "ticker": "RU000A1054W1", + "classCode": "TQOY", + "isin": "RU000A1054W1", "lot": 1, - "currency": "usd", + "currency": "cny", "shortEnabledFlag": false, - "name": "Lukoil", - "exchange": "MOEX_PLUS", + "name": "\u041f\u043e\u043b\u044e\u0441 CNY 01", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2026-11-02T00:00:00Z", + "maturityDate": "2027-08-24T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "cny", "units": "1000", "nano": 0 }, - "placementDate": "2016-11-02T00:00:00Z", + "stateRegDate": "2022-08-19T00:00:00Z", + "placementDate": "2022-08-30T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "cny", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "10", - "nano": 555556000 + "currency": "cny", + "units": "1", + "nano": 40000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "4600000", + "issueSizePlan": "4600000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118337,49 +116012,51 @@ "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "8bbb5d6a-670f-4c36-87d5-80626b0d0242", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4dda9a26-1147-4174-b64b-bb1e91252488", + "uid": "cd49311c-2179-4b15-b88a-875b84866b3c", + "realExchange": "REAL_EXCHANGE_UNSPECIFIED", + "positionUid": "920ea57b-341f-4e4b-a16d-c2fdadc9da75", "forIisFlag": true, + "first1minCandleDate": "2022-08-30T09:24:00Z", + "first1dayCandleDate": "2022-08-30T07:00:00Z", "type": "Bonds", "step": 0.0001 }, - "RU000A100L63": { - "figi": "BBG00PYL6030", - "ticker": "RU000A100L63", - "classCode": "TQCB", - "isin": "RU000A100L63", + "SU46022RMFS8": { + "figi": "BBG0000LFC18", + "ticker": "SU46022RMFS8", + "classCode": "TQOB", + "isin": "RU000A0JPLH5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Белуга Групп БО-П02", - "exchange": "MOEX_PLUS", + "name": "\u041e\u0424\u0417 46022", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2024-07-10T00:00:00Z", + "maturityDate": "2023-07-19T00:00:00Z", "nominal": { "currency": "rub", - "units": "750", + "units": "500", "nano": 0 }, - "stateRegDate": "2019-07-12T00:00:00Z", - "placementDate": "2019-07-17T00:00:00Z", + "stateRegDate": "2008-01-17T00:00:00Z", + "placementDate": "2008-01-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 560000000 + "units": "3", + "nano": 770000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "45000000", + "issueSizePlan": "9000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118388,35 +116065,37 @@ "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "f2588807-7c8f-4f38-afdf-051763eb876b", + "uid": "6c4c8db2-ce6b-48a8-92e9-6d3a84301665", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f637f773-696f-451b-8e4b-32be23c5dae2", + "positionUid": "453fe2a6-e6bd-4449-a38b-127cb8275f75", "forIisFlag": true, + "first1minCandleDate": "2018-03-09T14:11:00Z", + "first1dayCandleDate": "2018-03-09T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A104693": { - "figi": "TCS00A104693", - "ticker": "RU000A104693", - "classCode": "TQCB", - "isin": "RU000A104693", + "RU000A102NK2": { + "figi": "BBG00YZ2MHK8", + "ticker": "RU000A102NK2", + "classCode": "TQRD", + "isin": "RU000A102NK2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 23", + "name": "\u041e\u0431\u0443\u0432\u044c \u0420\u043e\u0441\u0441\u0438\u0438 001P \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2031-11-21T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-12-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-07T00:00:00Z", - "placementDate": "2021-12-03T00:00:00Z", + "stateRegDate": "2021-01-14T00:00:00Z", + "placementDate": "2021-01-19T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118424,53 +116103,55 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 80000000 + "units": "8", + "nano": 140000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "75567407-6138-4108-9d7f-6977ce8db3d6", + "uid": "b4cf5cce-8a1d-495f-ae88-793d6797a3fe", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ab703fc7-83d4-4de4-a769-05b898f732d2", + "positionUid": "6adb2378-c483-417b-9df4-29954919e967", "forIisFlag": true, + "first1minCandleDate": "2021-01-19T12:12:00Z", + "first1dayCandleDate": "2021-01-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102F28": { - "figi": "BBG00YCM0MW9", - "ticker": "RU000A102F28", + "RU000A0ZZGT5": { + "figi": "BBG00LPNW7Y7", + "ticker": "RU000A0ZZGT5", "classCode": "TQCB", - "isin": "RU000A102F28", + "isin": "RU000A0ZZGT5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РОСБАНК БО-002P выпуск 8", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-11-29T00:00:00Z", + "maturityDate": "2028-08-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-11-25T00:00:00Z", - "placementDate": "2020-11-27T00:00:00Z", + "stateRegDate": "2018-08-14T00:00:00Z", + "placementDate": "2018-08-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118479,19 +116160,19 @@ "aciValue": { "currency": "rub", "units": "7", - "nano": 980000000 + "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -118499,32 +116180,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "578e72eb-85d1-4368-b4ed-90978ca77c0d", + "uid": "c696db69-760d-487c-8ffa-6ac43184e523", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa42f508-d355-43f2-9f70-5f5d55c98777", + "positionUid": "b1768bfa-57bd-42e8-b6f1-f93b259a72f8", "forIisFlag": true, + "first1minCandleDate": "2018-09-13T13:06:00Z", + "first1dayCandleDate": "2018-09-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103D37": { - "figi": "TCS00A103D37", - "ticker": "RU000A103D37", + "RU000A100HY9": { + "figi": "BBG00PV1JCS0", + "ticker": "RU000A100HY9", "classCode": "TQCB", - "isin": "RU000A103D37", + "isin": "RU000A100HY9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Ипотечный Агент выпуск 1", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 16", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2034-03-23T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-06-25T00:00:00Z", "nominal": { "currency": "rub", - "units": "518", - "nano": 710000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2021-06-17T00:00:00Z", - "placementDate": "2021-07-08T00:00:00Z", + "stateRegDate": "2019-06-28T00:00:00Z", + "placementDate": "2019-07-04T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118532,69 +116215,70 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 140000000 + "units": "15", + "nano": 150000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "5622500", - "issueSizePlan": "5622500", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "30000000", + "issueSizePlan": "30000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dfbb0ff1-67cc-410e-bfe8-6a62d845b50c", + "uid": "235fcb91-2d18-494a-924a-ee29ad90b785", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "461af849-8476-4900-bc59-60f1af729eba", + "positionUid": "70d17b4b-315e-443f-9a7e-242df32a2b01", "forIisFlag": true, + "first1minCandleDate": "2019-12-05T07:17:00Z", + "first1dayCandleDate": "2019-12-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100RG5": { - "figi": "BBG00Q3G7Y38", - "ticker": "RU000A100RG5", - "classCode": "TQCB", - "isin": "RU000A100RG5", + "XS2010044381": { + "figi": "BBG00QDT3B79", + "ticker": "XS2010044381", + "classCode": "TQOD", + "isin": "XS2010044381", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ЕвроХим выпуск 6", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-08-18T00:00:00Z", + "name": "GTLK", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2026-02-18T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-08-20T00:00:00Z", - "placementDate": "2019-08-23T00:00:00Z", + "placementDate": "2019-10-02T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "13", - "nano": 330000000 + "currency": "usd", + "units": "2", + "nano": 886917000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "13000000", - "issueSizePlan": "13000000", + "issueSize": "550000", + "issueSizePlan": "550000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -118604,52 +116288,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "8c7f5943-4b62-481d-995a-8892d3fdac14", + "uid": "d4fdebe4-c0cb-493f-a7f6-c4178e6ffb08", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "04fd755a-276a-4bd0-90dc-d78e2f328d90", + "positionUid": "9fe08508-5fcf-4bcd-8276-f7714e8d167b", "forIisFlag": true, + "first1minCandleDate": "2020-07-23T14:20:00Z", + "first1dayCandleDate": "2020-07-23T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A101665": { - "figi": "BBG00R4D6C68", - "ticker": "RU000A101665", + "RU000A102JB9": { + "figi": "TCS00A102JB9", + "ticker": "RU000A102JB9", "classCode": "TQCB", - "isin": "RU000A101665", + "isin": "RU000A102JB9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Нижегородская область выпуск 14", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 09", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-06-14T00:00:00Z", + "maturityDate": "2050-11-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "607", + "nano": 490000000 }, - "stateRegDate": "2019-12-05T00:00:00Z", - "placementDate": "2019-12-13T00:00:00Z", + "stateRegDate": "2020-12-01T00:00:00Z", + "placementDate": "2020-12-18T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 580000000 + "units": "1", + "nano": 110000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10206258", + "issueSizePlan": "10206258", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118661,102 +116347,105 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7711fa77-042b-4647-a775-72339279ddd9", + "uid": "9237a042-2cc1-41ec-acbf-06ec06ccb736", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "31355609-22e6-4401-aa10-5e3241e0773b", + "positionUid": "62f1e6d1-9ca8-4810-8b15-6e6675194e18", "forIisFlag": true, + "first1minCandleDate": "2020-12-18T10:40:00Z", + "first1dayCandleDate": "2020-12-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102CK5": { - "figi": "BBG00Y5TNGR6", - "ticker": "RU000A102CK5", - "classCode": "TQOE", - "isin": "RU000A102CK5", + "RU000A0ZYJT2": { + "figi": "BBG00JGG2N11", + "ticker": "RU000A0ZYJT2", + "classCode": "TQCB", + "isin": "RU000A0ZYJT2", "lot": 1, - "currency": "eur", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", - "couponQuantityPerYear": 1, - "maturityDate": "2027-11-20T00:00:00Z", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 002P", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2046-04-28T00:00:00Z", "nominal": { - "currency": "eur", - "units": "100000", - "nano": 0 + "currency": "rub", + "units": "112", + "nano": 490000000 }, - "stateRegDate": "2020-11-20T00:00:00Z", - "placementDate": "2020-11-20T00:00:00Z", + "stateRegDate": "2017-11-27T00:00:00Z", + "placementDate": "2017-12-07T00:00:00Z", "placementPrice": { - "currency": "eur", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "eur", - "units": "752", - "nano": 50000000 + "currency": "rub", + "units": "1", + "nano": 490000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "12500", - "issueSizePlan": "7500", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "48197806", + "issueSizePlan": "48197806", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b7860fd2-3939-4e93-9a09-822cef235448", + "uid": "4ab7ea79-f272-4070-bde4-555e9e13ec52", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "495598f7-0a10-4a9d-9e45-87f602fa118e", - "forIisFlag": false, + "positionUid": "a3cf1280-4d02-4521-9982-3efc703a528a", + "forIisFlag": true, + "first1minCandleDate": "2018-03-13T20:06:00Z", + "first1dayCandleDate": "2018-03-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104WS2": { - "figi": "TCS00A104WS2", - "ticker": "RU000A104WS2", - "classCode": "TQCB", - "isin": "RU000A104WS2", + "TRY0141": { + "figi": "BBG001CYCG37", + "ticker": "TRY0141", + "classCode": "SPBBND", + "isin": "US900123BJ84", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Whoosh выпуск 1", - "exchange": "MOEX", - "couponQuantityPerYear": 4, - "maturityDate": "2025-06-25T00:00:00Z", + "name": "Turkey", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2041-01-14T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-06-24T00:00:00Z", - "placementDate": "2022-06-29T00:00:00Z", + "placementDate": "2011-01-12T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "8", - "nano": 140000000 + "currency": "usd", + "units": "9", + "nano": 166667000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "3500000", - "issueSizePlan": "3500000", + "countryOfRisk": "TR", + "countryOfRiskName": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "government", + "issueKind": "documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -118769,32 +116458,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "257bdd22-d163-4557-ad20-daa430e7a26b", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7ede134c-d81b-4be2-abff-d790c91e8741", + "uid": "c6dc0332-4d5c-478d-bb55-0646191ff7a7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1ff9ea69-8278-42fc-8614-4063a307eb51", "forIisFlag": true, + "first1minCandleDate": "2021-08-13T09:26:00Z", + "first1dayCandleDate": "2021-08-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102FR3": { - "figi": "BBG00YHVQ768", - "ticker": "RU000A102FR3", + "RU000A100ZK0": { + "figi": "BBG00QS35B41", + "ticker": "RU000A100ZK0", "classCode": "TQCB", - "isin": "RU000A102FR3", + "isin": "RU000A100ZK0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сбербанк", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2022-12-09T00:00:00Z", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 12", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-10-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-11-03T00:00:00Z", - "placementDate": "2020-12-11T00:00:00Z", + "stateRegDate": "2019-10-28T00:00:00Z", + "placementDate": "2019-10-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118802,16 +116493,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 900000000 + "units": "7", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "25000000", - "issueSizePlan": "40000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118823,32 +116514,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ebafaa94-76c1-4efa-a62b-f155cc3478c0", + "uid": "8605ea03-070f-48da-8589-e018ff7a2181", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c25cca35-9acf-4f15-bac0-acc29a2f630b", + "positionUid": "1c1e80a0-47ec-4748-8423-dbe59d02eab5", "forIisFlag": true, + "first1minCandleDate": "2019-10-31T11:22:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1034J0": { - "figi": "BBG0115R0Z30", - "ticker": "RU000A1034J0", - "classCode": "TQCB", - "isin": "RU000A1034J0", + "RU000A103XP8": { + "figi": "BBG01391D0C2", + "ticker": "RU000A103XP8", + "classCode": "TQIR", + "isin": "RU000A103XP8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Европлан 001Р-02", + "name": "Ferroni \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-05-17T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2025-10-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-30T00:00:00Z", - "placementDate": "2021-05-21T00:00:00Z", + "stateRegDate": "2021-10-22T00:00:00Z", + "placementDate": "2021-10-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118856,16 +116549,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 250000000 + "units": "5", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118877,32 +116570,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4033c24e-2e3c-4303-96ee-18a0d70f6b32", + "uid": "2f2d23ee-1c1b-40ec-a77e-c55cf7c2b13a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ef7e2891-48d9-4779-9012-2080e6e165d7", + "positionUid": "f0bdd985-736a-4c85-9182-0ebd45a16366", "forIisFlag": true, + "first1minCandleDate": "2021-10-28T13:01:00Z", + "first1dayCandleDate": "2021-10-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100733": { - "figi": "BBG00NPS4MC4", - "ticker": "RU000A100733", + "RU000A101S16": { + "figi": "BBG011MDDX15", + "ticker": "RU000A101S16", "classCode": "TQCB", - "isin": "RU000A100733", + "isin": "RU000A101S16", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Автобан-Финанс выпуск 2", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 13", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-03-19T00:00:00Z", + "maturityDate": "2031-06-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-04-24T00:00:00Z", - "placementDate": "2019-03-26T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2021-06-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -118910,16 +116605,16 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 30000000 + "units": "15", + "nano": 840000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118931,49 +116626,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "25a850ee-2e90-410f-9285-25e73176127a", + "uid": "414375ad-f17f-417b-8566-2fe029895ada", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dd85182b-3803-4bdd-b16b-07c7a54ba54b", + "positionUid": "8c63d5af-58c6-427e-9719-7d91edb94911", "forIisFlag": true, + "first1minCandleDate": "2021-06-28T15:21:00Z", + "first1dayCandleDate": "2021-06-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100GY1": { - "figi": "BBG00PMHXRL3", - "ticker": "RU000A100GY1", + "RU000A100RG5": { + "figi": "BBG00Q3G7Y38", + "ticker": "RU000A100RG5", "classCode": "TQCB", - "isin": "RU000A100GY1", + "isin": "RU000A100RG5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВЭБ.РФПБО-001Р-17", + "name": "\u0415\u0432\u0440\u043e\u0425\u0438\u043c \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-22T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-08-18T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-24T00:00:00Z", - "placementDate": "2019-06-27T00:00:00Z", + "stateRegDate": "2019-08-20T00:00:00Z", + "placementDate": "2019-08-23T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "6", - "nano": 250000000 + "currency": "rub", + "units": "4", + "nano": 300000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "13000000", + "issueSizePlan": "13000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -118985,32 +116682,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "75feb622-7999-4a63-88de-0f509bf334cb", + "uid": "8c7f5943-4b62-481d-995a-8892d3fdac14", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aeef728c-62bd-46da-9108-0bca50635e62", + "positionUid": "04fd755a-276a-4bd0-90dc-d78e2f328d90", "forIisFlag": true, + "first1minCandleDate": "2019-11-26T07:18:00Z", + "first1dayCandleDate": "2019-11-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104DZ7": { - "figi": "BBG014KC7YW4", - "ticker": "RU000A104DZ7", - "classCode": "TQIR", - "isin": "RU000A104DZ7", + "RU000A101QN1": { + "figi": "BBG00V93GCX5", + "ticker": "RU000A101QN1", + "classCode": "TQCB", + "isin": "RU000A101QN1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сибнефтехимтрейд выпуск 2", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u041a\u0430\u043f\u0438\u0442\u0430\u043b", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2026-12-19T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-05-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-23T00:00:00Z", - "placementDate": "2022-01-14T00:00:00Z", + "stateRegDate": "2020-05-07T00:00:00Z", + "placementDate": "2020-06-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119018,52 +116717,78 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 510000000 + "units": "16", + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "energy", "issueKind": "non_documentary", - "issueSize": "350000", - "issueSizePlan": "350000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0ba588ab-42b2-4844-bfeb-d57d2b9b05eb", + "uid": "625a5921-a734-4b0b-9c44-d229b33db1e2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4adb2abc-c28b-43f8-9b4e-8731df58b0ff", + "positionUid": "6d12deca-a752-481b-83d4-e482242aa36d", "forIisFlag": true, + "first1minCandleDate": "2020-06-23T07:35:00Z", + "first1dayCandleDate": "2020-06-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1961080501": { - "figi": "BBG00NJHVPW6", - "ticker": "XS1961080501", + "XS1577961516": { + "figi": "BBG00GQJ3PG8", + "ticker": "XS1577961516", "classCode": "TQOD", - "isin": "XS1961080501", + "isin": "XS1577961516", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "4", + "nano": 760000000 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 400000000 + }, "shortEnabledFlag": false, - "name": "EuroChem", + "name": "GTLK", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-03-13T00:00:00Z", + "maturityDate": "2024-05-31T00:00:00Z", "nominal": { "currency": "usd", "units": "1000", "nano": 0 }, - "placementDate": "2019-03-13T00:00:00Z", + "placementDate": "2017-05-31T00:00:00Z", "placementPrice": { "currency": "usd", "units": "0", @@ -119071,15 +116796,15 @@ }, "aciValue": { "currency": "usd", - "units": "19", - "nano": 708333000 + "units": "14", + "nano": 93750000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "materials", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "700000", - "issueSizePlan": "700000", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -119092,32 +116817,34 @@ "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "2588cf7b-c40f-49bc-a73c-330dce62b699", + "uid": "799c9d26-fad7-4443-8272-1418a8bde31d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0d05be67-a380-4d58-9b03-3bc1e6932ecf", + "positionUid": "8effcb82-ef64-4c81-924a-d29102e8d65c", "forIisFlag": true, + "first1minCandleDate": "2020-07-29T11:04:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Bonds", "step": 0.0001 }, - "RU000A1018K1": { - "figi": "BBG00R72VWS3", - "ticker": "RU000A1018K1", + "RU000A101350": { + "figi": "BBG00QYTBB95", + "ticker": "RU000A101350", "classCode": "TQCB", - "isin": "RU000A1018K1", + "isin": "RU000A101350", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Татнефть БО-001P выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-12-20T00:00:00Z", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c\u0431\u0430\u043d\u043a 001P \u0432\u044b\u043f\u0443\u0441\u043a 14", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2024-11-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-20T00:00:00Z", - "placementDate": "2019-12-24T00:00:00Z", + "stateRegDate": "2019-11-20T00:00:00Z", + "placementDate": "2019-11-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119125,16 +116852,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 300000000 + "units": "20", + "nano": 610000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119146,32 +116873,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "10498a68-ee2d-4d9f-98da-d1b17ed1fd35", + "uid": "6049e4ba-6456-42b6-9ceb-62b9f231a395", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "be605e42-806f-4e98-ae80-c654c3b4c979", + "positionUid": "333b1dc2-6afb-4f83-9009-6d33ecd11a45", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T08:31:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1020W2": { - "figi": "BBG00WMMMHJ4", - "ticker": "RU000A1020W2", + "RU000A102HG2": { + "figi": "BBG00YPFNJR8", + "ticker": "RU000A102HG2", "classCode": "TQCB", - "isin": "RU000A1020W2", + "isin": "RU000A102HG2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Светофор Групп выпуск 2", + "name": "\u041e\u0445\u0442\u0430 \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-08-07T00:00:00Z", + "maturityDate": "2023-12-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-06-29T00:00:00Z", - "placementDate": "2020-08-13T00:00:00Z", + "stateRegDate": "2020-12-10T00:00:00Z", + "placementDate": "2020-12-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119179,53 +116908,79 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 10000000 + "units": "27", + "nano": 950000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0a7da41-297c-44e8-80e3-cbaa1ad7acdc", + "uid": "8ad01766-cbcb-41dd-9871-17802dd6660d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "77e16a40-bcd2-4fd8-8007-d335daa4d71b", + "positionUid": "7b65cc12-30f4-4df3-abe9-82ef594d8efd", "forIisFlag": true, + "first1minCandleDate": "2020-12-16T11:49:00Z", + "first1dayCandleDate": "2020-12-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1016K5": { - "figi": "BBG00R4C5FF4", - "ticker": "RU000A1016K5", + "RU000A0ZZES2": { + "figi": "BBG00LLM12G8", + "ticker": "RU000A0ZZES2", "classCode": "TQCB", - "isin": "RU000A1016K5", + "isin": "RU000A0ZZES2", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 260400000 + }, + "dshort": { + "units": "0", + "nano": 299600000 + }, + "dlongMin": { + "units": "0", + "nano": 140000000 + }, + "dshortMin": { + "units": "0", + "nano": 140000000 + }, "shortEnabledFlag": false, - "name": "Банк Зенит выпуск 5", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u0411\u041e-22", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-12-12T00:00:00Z", + "maturityDate": "2048-06-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-11T00:00:00Z", - "placementDate": "2019-12-16T00:00:00Z", + "stateRegDate": "2011-08-10T00:00:00Z", + "placementDate": "2018-07-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119234,15 +116989,15 @@ "aciValue": { "currency": "rub", "units": "9", - "nano": 890000000 + "nano": 760000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119254,32 +117009,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d871c2dc-93b1-43f7-9bb5-fb5324623d48", + "uid": "564925f5-7816-4946-bce9-77214e0f8a38", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "05b48705-dee2-43c4-b0ee-bf9791e1cc34", + "positionUid": "267f38d6-f5a2-4a09-9bc9-94e9f199d571", "forIisFlag": true, + "first1minCandleDate": "2018-07-31T11:36:00Z", + "first1dayCandleDate": "2018-07-31T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1043K9": { - "figi": "BBG013PZT8B6", - "ticker": "RU000A1043K9", + "RU000A1008J4": { + "figi": "BBG00NRGHQQ0", + "ticker": "RU000A1008J4", "classCode": "TQCB", - "isin": "RU000A1043K9", + "isin": "RU000A1008J4", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Нижегородская область выпуск 16", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 10", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2027-05-26T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-03-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-15T00:00:00Z", - "placementDate": "2021-11-23T00:00:00Z", + "stateRegDate": "2019-04-02T00:00:00Z", + "placementDate": "2019-04-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119287,53 +117068,55 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 700000000 + "units": "43", + "nano": 400000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "940b1059-9d17-440a-a187-fa798a91c488", + "uid": "73ff6bbd-37b7-4d57-b1c2-3b49501ed259", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1b09609d-c606-4253-8170-c49756197937", + "positionUid": "2375a2bf-ca78-4e4c-b828-fd895e8b3860", "forIisFlag": true, + "first1minCandleDate": "2019-04-05T11:24:00Z", + "first1dayCandleDate": "2019-04-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100WC4": { - "figi": "BBG00QHSP5W8", - "ticker": "RU000A100WC4", + "RU000A1015A8": { + "figi": "BBG00R2FKDT2", + "ticker": "RU000A1015A8", "classCode": "TQCB", - "isin": "RU000A100WC4", + "isin": "RU000A1015A8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МКБ 001P выпуск 1", + "name": "\u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440 \u0432\u044b\u043f\u0443\u0441\u043a\u00a05", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-09-30T00:00:00Z", + "maturityDate": "2026-12-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-02T00:00:00Z", - "placementDate": "2019-10-04T00:00:00Z", + "stateRegDate": "2014-06-27T00:00:00Z", + "placementDate": "2019-12-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119341,16 +117124,16 @@ }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 390000000 + "units": "18", + "nano": 470000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119362,48 +117145,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1acbcacd-3bce-4d2e-ac9c-533a042c99c9", + "uid": "ead271b8-e252-4d38-9b1f-a3cf3505c733", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80464151-48c1-4531-8e8f-2b6efba60250", + "positionUid": "7c06ed38-cb88-4393-80c0-15a7aade8d60", "forIisFlag": true, + "first1minCandleDate": "2019-12-10T11:27:00Z", + "first1dayCandleDate": "2019-12-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU52002RMFS1": { - "figi": "BBG00KFLDC92", - "ticker": "SU52002RMFS1", - "classCode": "TQOB", - "isin": "RU000A0ZYZ26", + "XS1713473608": { + "figi": "BBG00NV9NH48", + "ticker": "XS1713473608", + "classCode": "TQOD", + "isin": "XS1713473608", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ОФЗ 52002", + "name": "GTLK", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-02-02T00:00:00Z", + "maturityDate": "2025-04-17T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1358", - "nano": 100000000 + "currency": "usd", + "units": "1000", + "nano": 0 }, - "stateRegDate": "2018-03-16T00:00:00Z", - "placementDate": "2018-03-21T00:00:00Z", + "placementDate": "2019-04-17T00:00:00Z", "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "15", - "nano": 80000000 + "currency": "usd", + "units": "23", + "nano": 469444000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "financial", "issueKind": "documentary", - "issueSize": "250000000", - "issueSizePlan": "150000000", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -119413,35 +117197,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "0cd30d33-7c7d-4a81-ba7d-154200d0103b", + "uid": "258d8edb-5910-4639-9db8-bb7343285e87", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1d9d0494-3682-4dab-a384-916a759fef7b", + "positionUid": "a6303827-57c1-4f9c-bacd-a5736636dfac", "forIisFlag": true, + "first1minCandleDate": "2020-07-29T13:52:00Z", + "first1dayCandleDate": "2020-07-29T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.0001 }, - "RU000A100D89": { - "figi": "BBG00TQHNK64", - "ticker": "RU000A100D89", + "RU000A1018K1": { + "figi": "BBG00R72VWS3", + "ticker": "RU000A1018K1", "classCode": "TQCB", - "isin": "RU000A100D89", + "isin": "RU000A1018K1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Республика Беларусь выпуск 7", + "name": "\u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c \u0411\u041e-001P \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-05-01T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-12-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-05-20T00:00:00Z", - "placementDate": "2020-05-07T00:00:00Z", + "stateRegDate": "2019-12-20T00:00:00Z", + "placementDate": "2019-12-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119449,16 +117235,16 @@ }, "aciValue": { "currency": "rub", - "units": "17", - "nano": 930000000 + "units": "13", + "nano": 960000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119470,49 +117256,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "db931bb9-d1ef-46ed-bad2-19d370c1d3e1", + "uid": "10498a68-ee2d-4d9f-98da-d1b17ed1fd35", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "11c6cf4d-d803-4448-8e74-edb24c8dd0f9", + "positionUid": "be605e42-806f-4e98-ae80-c654c3b4c979", "forIisFlag": true, + "first1minCandleDate": "2019-12-24T10:33:00Z", + "first1dayCandleDate": "2019-12-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU52003RMFS9": { - "figi": "BBG00XD2M5S2", - "ticker": "SU52003RMFS9", - "classCode": "TQOB", - "isin": "RU000A102069", + "RU000A100FE5": { + "figi": "BBG00PGVLT83", + "ticker": "RU000A100FE5", + "classCode": "TQCB", + "isin": "RU000A100FE5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 52003", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 14", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2030-07-17T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2034-05-25T00:00:00Z", "nominal": { "currency": "rub", - "units": "1234", - "nano": 760000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2020-08-05T00:00:00Z", - "placementDate": "2020-08-12T00:00:00Z", + "stateRegDate": "2019-06-06T00:00:00Z", + "placementDate": "2019-06-13T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 890000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "218186911", - "issueSizePlan": "250000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119521,35 +117309,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "788ced35-f059-4bb1-b9b0-262aee0a2d8b", + "uid": "2ef90a2e-1b62-46ed-a932-f2b11bc6ef4a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3f2067b7-2805-4015-a698-352ea2a9e821", + "positionUid": "3d0e7210-cded-49af-8170-f3affa41f4fd", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T08:55:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A100LS3": { - "figi": "BBG00PV1MX64", - "ticker": "RU000A100LS3", + "RU000A103NZ8": { + "figi": "BBG012G2PXW7", + "ticker": "RU000A103NZ8", "classCode": "TQCB", - "isin": "RU000A100LS3", + "isin": "RU000A103NZ8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЕвроХим выпуск 4", + "name": "\u0421\u043e\u0432\u043a\u043e\u043c\u0431\u0430\u043d\u043a \u0411\u041e-\u041f4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-01-18T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-09-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-07-16T00:00:00Z", - "placementDate": "2019-07-18T00:00:00Z", + "stateRegDate": "2021-09-06T00:00:00Z", + "placementDate": "2021-09-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119557,16 +117347,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 650000000 + "units": "19", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119578,138 +117368,146 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f9621184-f9f8-492e-baee-452ed794353a", + "uid": "bfdff023-6360-4161-9008-bb0165a81344", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "16d8f306-9c39-45a9-9205-147de6986df7", + "positionUid": "11d0568b-cc6f-43eb-b22b-0a42b0b064d4", "forIisFlag": true, + "first1minCandleDate": "2021-09-10T11:03:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2243636219": { - "figi": "BBG00XV188K2", - "ticker": "XS2243636219", - "classCode": "TQOE", - "isin": "XS2243636219", + "XS0767473852": { + "figi": "BBG002V2YQY4", + "ticker": "XS0767473852", + "classCode": "TQOD", + "isin": "XS0767473852", "lot": 1, - "currency": "eur", + "currency": "usd", "shortEnabledFlag": false, - "name": "Gazprom Perp EUR", + "name": "Russia 2042", "exchange": "MOEX", - "couponQuantityPerYear": 1, + "couponQuantityPerYear": 2, + "maturityDate": "2042-04-04T00:00:00Z", "nominal": { - "currency": "eur", - "units": "1000", + "currency": "usd", + "units": "200000", "nano": 0 }, - "placementDate": "2020-10-26T00:00:00Z", + "stateRegDate": "2012-04-05T00:00:00Z", + "placementDate": "2012-04-04T00:00:00Z", "placementPrice": { - "currency": "eur", + "currency": "usd", "units": "0", "nano": 0 }, "aciValue": { - "currency": "eur", - "units": "18", - "nano": 897781000 + "currency": "usd", + "units": "4843", + "nano": 750000000 }, - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "energy", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000", + "issueSizePlan": "15000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "5b0f286f-ffd7-4c4d-b191-b405dc82bd70", + "uid": "219caa24-7268-4302-875d-b1a758f40beb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "be2555bf-16e1-48dd-b5f0-943855b7562d", - "forIisFlag": true, + "positionUid": "8f291c29-3710-411f-9a95-9ee6213fd8e5", + "forIisFlag": false, + "first1minCandleDate": "2020-03-24T14:41:00Z", + "first1dayCandleDate": "2020-03-24T07:00:00Z", "type": "Bonds", "step": 0.0001 }, - "RU000A0ZYCZ4": { - "figi": "BBG00HZ418L3", - "ticker": "RU000A0ZYCZ4", - "classCode": "TQCB", - "isin": "RU000A0ZYCZ4", + "RU000A0ZZ1F6": { + "figi": "BBG00KHGQP89", + "ticker": "RU000A0ZZ1F6", + "classCode": "TQIR", + "isin": "RU000A0ZZ1F6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Республика Карелия выпуск 18", + "name": "\u041a\u0430\u0440\u041c\u0430\u043d\u0438 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-10-15T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2023-05-10T00:00:00Z", "nominal": { "currency": "rub", - "units": "700", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-06T00:00:00Z", - "placementDate": "2017-10-16T00:00:00Z", + "stateRegDate": "2018-03-26T00:00:00Z", + "placementDate": "2018-04-06T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 810000000 + "units": "2", + "nano": 190000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f3c3d4d5-4cf2-4ef5-ad86-c1c9aca0f8cf", + "uid": "cbebc6c6-9579-482c-b305-327038b51d51", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cf3ffb13-ebe1-4230-8a92-17635b5dc543", + "positionUid": "e1973fcb-b931-4222-9498-7829e609f7a1", "forIisFlag": true, + "first1minCandleDate": "2018-04-07T00:15:00Z", + "first1dayCandleDate": "2018-04-06T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104BC0": { - "figi": "BBG0148NSWQ2", - "ticker": "RU000A104BC0", + "RU000A1018A2": { + "figi": "BBG00R7TNJ39", + "ticker": "RU000A1018A2", "classCode": "TQCB", - "isin": "RU000A104BC0", + "isin": "RU000A1018A2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Калининградская область выпуск 4", + "name": "\u0422\u043e\u043c\u0441\u043a \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2028-12-14T00:00:00Z", + "maturityDate": "2024-12-22T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "650", "nano": 0 }, - "stateRegDate": "2021-12-14T00:00:00Z", - "placementDate": "2021-12-23T00:00:00Z", + "stateRegDate": "2019-12-12T00:00:00Z", + "placementDate": "2019-12-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -119717,70 +117515,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 290000000 + "units": "0", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "municipal", "issueKind": "documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "d644ba2e-62bd-40a1-83a1-e7be978496af", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fa1b7ae0-ea3b-4270-84f2-41a7dc64b9d0", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A102KR3": { - "figi": "BBG00YNJ37B7", - "ticker": "RU000A102KR3", - "classCode": "TQIR", - "isin": "RU000A102KR3", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "АПРИ Флай Плэнинг БО-П4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-20T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "stateRegDate": "2020-12-18T00:00:00Z", - "placementDate": "2020-12-23T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "10", - "nano": 330000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119792,32 +117536,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "72e5b6ba-51b1-49c4-a105-707f15206691", + "uid": "ac6ca643-a354-4a3a-9f0a-1837f0e49b8a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "40794491-49db-4356-b6de-d55cd4e8c8fb", + "positionUid": "d4a8bce9-e699-4ce9-931e-c1d1b6b44968", "forIisFlag": true, + "first1minCandleDate": "2019-12-24T14:34:00Z", + "first1dayCandleDate": "2019-12-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102W68": { - "figi": "BBG00ZSJ8ZX8", - "ticker": "RU000A102W68", + "RU000A101RJ7": { + "figi": "BBG00VHHC305", + "ticker": "RU000A101RJ7", "classCode": "TQCB", - "isin": "RU000A102W68", + "isin": "RU000A101RJ7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ХК Финанс выпуск 6", + "name": "\u041c\u0411\u042d\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-03-20T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2030-06-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-19T00:00:00Z", - "placementDate": "2021-03-24T00:00:00Z", + "stateRegDate": "2020-06-04T00:00:00Z", + "placementDate": "2020-06-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119825,16 +117571,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 960000000 + "units": "14", + "nano": 780000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "2500000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -119846,102 +117592,73 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6a4f855a-e330-420d-bf42-2679321eb6ec", + "uid": "14da2da8-75af-4081-85cf-7f62f47df1f1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "26446ed6-b61c-42fe-a8e1-8cf0c4d5dbdc", + "positionUid": "d5356b0e-05d5-4b7f-afee-c24ed2799944", "forIisFlag": true, + "first1minCandleDate": "2020-06-23T15:32:00Z", + "first1dayCandleDate": "2020-06-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102LF6": { - "figi": "BBG00YQ6NDD5", - "ticker": "RU000A102LF6", - "classCode": "TQCB", - "isin": "RU000A102LF6", + "XS0316524130": { + "figi": "BBG0000JWX54", + "ticker": "XS0316524130", + "classCode": "TQOD", + "isin": "XS0316524130", "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Пионер-Лизинг-БО-П04", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2030-12-13T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "klong": { + "units": "2", "nano": 0 }, - "stateRegDate": "2020-12-17T00:00:00Z", - "placementDate": "2020-12-25T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "1000", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "rub", - "units": "19", - "nano": 230000000 + "dlong": { + "units": "0", + "nano": 739900000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "350000", - "issueSizePlan": "350000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { + "dshort": { + "units": "1", + "nano": 220100000 + }, + "dlongMin": { "units": "0", - "nano": 10000000 + "nano": 490000000 + }, + "dshortMin": { + "units": "0", + "nano": 490000000 }, - "apiTradeAvailableFlag": true, - "uid": "f11bfaca-ad5d-4b1d-b437-533d4232f3fb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eb270d0c-f9c5-4755-a4cc-4e61d0cd94a0", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A0JW1G7": { - "figi": "BBG00BRD9CY4", - "ticker": "RU000A0JW1G7", - "classCode": "TQCB", - "isin": "RU000A0JW1G7", - "lot": 1, - "currency": "rub", "shortEnabledFlag": false, - "name": "Роснано выпуск 7", - "exchange": "MOEX_PLUS", + "name": "Gazprom", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2022-12-16T00:00:00Z", + "maturityDate": "2037-08-16T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-05-27T00:00:00Z", - "placementDate": "2015-12-25T00:00:00Z", + "placementDate": "2007-08-16T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "11", - "nano": 880000000 + "currency": "usd", + "units": "4", + "nano": 656222000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "9000000", - "issueSizePlan": "9000000", + "issueSize": "1250000", + "issueSizePlan": "1250000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -119951,35 +117668,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "59d81976-0eb4-4186-9bb6-79e6979db517", + "uid": "2c7c296c-1f26-429f-ad8b-03fa1b6ba7fa", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8b3c8746-248f-4751-9181-d895713d4f91", + "positionUid": "fc20e8f8-cecd-4456-90e1-1333d98b234c", "forIisFlag": true, + "first1minCandleDate": "2018-09-07T12:30:00Z", + "first1dayCandleDate": "2018-09-07T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0ZZ5J9": { - "figi": "BBG00KTDNXH9", - "ticker": "RU000A0ZZ5J9", + "RU000A104A39": { + "figi": "TCS00A104A39", + "ticker": "RU000A104A39", "classCode": "TQCB", - "isin": "RU000A0ZZ5J9", + "isin": "RU000A104A39", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Почта России выпуск 5", + "name": "\u0418\u041d\u041a-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-04-24T00:00:00Z", + "maturityDate": "2026-12-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-04-27T00:00:00Z", - "placementDate": "2018-05-07T00:00:00Z", + "stateRegDate": "2021-12-14T00:00:00Z", + "placementDate": "2021-12-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -119987,16 +117706,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 880000000 + "units": "23", + "nano": 310000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120008,32 +117727,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4350f6af-ffab-47ee-af1b-4984aafe5d6d", + "uid": "691c35db-a451-441e-96be-a9948a1687de", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "961bc786-59f8-4c6e-9bad-0ea2f3dee723", + "positionUid": "b7f2803a-9233-462e-bd3a-27c4211fa036", "forIisFlag": true, + "first1minCandleDate": "2021-12-17T10:45:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1043N3": { - "figi": "BBG013RRTP42", - "ticker": "RU000A1043N3", + "RU000A102Y58": { + "figi": "BBG00ZX8S6G7", + "ticker": "RU000A102Y58", "classCode": "TQCB", - "isin": "RU000A1043N3", + "isin": "RU000A102Y58", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "КАМАЗ БО-П09", + "name": "\u0411\u0440\u0443\u0441\u043d\u0438\u043a\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-11-22T00:00:00Z", + "maturityDate": "2024-04-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-18T00:00:00Z", - "placementDate": "2021-11-24T00:00:00Z", + "stateRegDate": "2021-03-30T00:00:00Z", + "placementDate": "2021-04-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120041,16 +117762,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 230000000 + "units": "17", + "nano": 360000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120062,32 +117783,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8891903c-7f61-4ede-9aa1-f9d7bbe7bc77", + "uid": "3d5f55f4-5ab6-406e-8dfd-c05137a46053", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8f9fb199-0f98-4035-ac59-0eb9b92b0d3d", + "positionUid": "00f018d3-725f-4d43-bebb-ae6361b01a2d", "forIisFlag": true, + "first1minCandleDate": "2021-04-05T12:16:00Z", + "first1dayCandleDate": "2021-04-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103NZ8": { - "figi": "BBG012G2PXW7", - "ticker": "RU000A103NZ8", + "RU000A1008W7": { + "figi": "BBG00NTZTZ47", + "ticker": "RU000A1008W7", "classCode": "TQCB", - "isin": "RU000A103NZ8", + "isin": "RU000A1008W7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Совкомбанк БО-П4", + "name": "\u0421\u0435\u0432\u0435\u0440\u0441\u0442\u0430\u043b\u044c \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-09-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-03-27T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-06T00:00:00Z", - "placementDate": "2021-09-10T00:00:00Z", + "stateRegDate": "2012-07-20T00:00:00Z", + "placementDate": "2019-04-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120095,16 +117818,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 100000000 + "units": "36", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120116,32 +117839,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bfdff023-6360-4161-9008-bb0165a81344", + "uid": "cf0e91dd-bca3-424f-a0ca-ace113ea546a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "11d0568b-cc6f-43eb-b22b-0a42b0b064d4", + "positionUid": "b321a1bb-7443-4c72-9ce8-76183fa7e822", "forIisFlag": true, + "first1minCandleDate": "2019-04-09T12:40:00Z", + "first1dayCandleDate": "2019-04-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1031K4": { - "figi": "TCS00A1031K4", - "ticker": "RU000A1031K4", + "RU000A0JXME4": { + "figi": "BBG00GB81W02", + "ticker": "RU000A0JXME4", "classCode": "TQCB", - "isin": "RU000A1031K4", + "isin": "RU000A0JXME4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА БО-001Р-08", + "name": "\u0427\u0422\u041f\u0417 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2051-04-28T00:00:00Z", + "maturityDate": "2024-03-21T00:00:00Z", "nominal": { "currency": "rub", - "units": "744", - "nano": 510000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2021-04-13T00:00:00Z", - "placementDate": "2021-04-23T00:00:00Z", + "stateRegDate": "2017-03-24T00:00:00Z", + "placementDate": "2017-03-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120149,106 +117874,79 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 910000000 + "units": "20", + "nano": 460000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "4742319", - "issueSizePlan": "4742319", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d943e470-a246-4417-b7f8-a59c79e5b1ed", + "uid": "94950059-4af9-4478-889f-bc1a054af8e6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6c32b9f7-c85d-48f3-bad0-31312bf75f4c", + "positionUid": "73205250-9226-4eb7-b5ab-841a4a34e3e5", "forIisFlag": true, + "first1minCandleDate": "2018-03-08T01:33:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1713473608": { - "figi": "BBG00NV9NH48", - "ticker": "XS1713473608", - "classCode": "TQOD", - "isin": "XS1713473608", + "RU000A0ZYU21": { + "figi": "BBG00K4MPZ61", + "ticker": "RU000A0ZYU21", + "classCode": "TQCB", + "isin": "RU000A0ZYU21", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "GTLK", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-04-17T00:00:00Z", - "nominal": { - "currency": "usd", - "units": "1000", + "currency": "rub", + "klong": { + "units": "2", "nano": 0 }, - "placementDate": "2019-04-17T00:00:00Z", - "placementPrice": { - "currency": "usd", - "units": "0", + "kshort": { + "units": "2", "nano": 0 }, - "aciValue": { - "currency": "usd", - "units": "15", - "nano": 701389000 + "dlong": { + "units": "0", + "nano": 300000000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 100000 + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 }, - "apiTradeAvailableFlag": true, - "uid": "258d8edb-5910-4639-9db8-bb7343285e87", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a6303827-57c1-4f9c-bacd-a5736636dfac", - "forIisFlag": true, - "type": "Bonds", - "step": 0.0001 - }, - "RU000A100238": { - "figi": "BBG00N6FS8J1", - "ticker": "RU000A100238", - "classCode": "TQCB", - "isin": "RU000A100238", - "lot": 1, - "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 7", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 40", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-01-23T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2033-03-04T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-01-28T00:00:00Z", - "placementDate": "2019-01-29T00:00:00Z", + "stateRegDate": "2014-02-06T00:00:00Z", + "placementDate": "2018-02-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120256,16 +117954,16 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 500000000 + "units": "2", + "nano": 190000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120277,86 +117975,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aa7e8802-842a-4bdb-a248-048f52675387", + "uid": "5a951c4f-53c2-43af-bd5c-7fb61a1fda66", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "666a7984-0e27-4c18-9ac1-363c1a0b9083", + "positionUid": "e502f5d1-3b19-4fff-be8f-82b780fa5a49", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:01:00Z", + "first1dayCandleDate": "2018-02-21T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1032P1": { - "figi": "BBG011DV0155", - "ticker": "RU000A1032P1", + "RU000A102WL1": { + "figi": "TCS00A102WL1", + "ticker": "RU000A102WL1", "classCode": "TQCB", - "isin": "RU000A1032P1", + "isin": "RU000A102WL1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СФО ВТБ РКС-1 выпуск 1", + "name": "\u042d\u043a\u0441\u043f\u043e\u0431\u0430\u043d\u043a \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2030-12-01T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-28T00:00:00Z", - "placementDate": "2021-06-10T00:00:00Z", + "stateRegDate": "2013-10-18T00:00:00Z", + "placementDate": "2021-03-26T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 380000000 + "units": "15", + "nano": 560000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "35000000", - "issueSizePlan": "35000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2b0c5922-c47c-4327-8d6b-f21e244b6807", + "uid": "9b8d017c-028e-45e1-976f-e44ac74c9b7f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "820d6d90-0367-408f-8684-b6cee7225fe1", + "positionUid": "cb12c6ae-e9cc-4610-a66e-49355be8baf4", "forIisFlag": true, + "first1minCandleDate": "2021-03-26T11:45:00Z", + "first1dayCandleDate": "2021-03-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104VS4": { - "figi": "TCS00A104VS4", - "ticker": "RU000A104VS4", + "RU000A102952": { + "figi": "BBG00XYH8FH2", + "ticker": "RU000A102952", "classCode": "TQCB", - "isin": "RU000A104VS4", + "isin": "RU000A102952", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ростелеком 002P выпуск 8", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2025-06-11T00:00:00Z", + "name": "\u0412\u0418\u0421 \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2027-10-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-06-09T00:00:00Z", - "placementDate": "2022-06-15T00:00:00Z", + "stateRegDate": "2020-10-19T00:00:00Z", + "placementDate": "2020-10-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120364,16 +118066,16 @@ }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 60000000 + "units": "12", + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2500000", + "issueSizePlan": "2500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120385,32 +118087,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2a2ff36-7b47-4ab5-96bb-59d2db9346d8", + "uid": "9c66cb9d-966e-4b43-94c5-43915097d618", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1bb5e550-4ac4-4a86-ad31-281b471df67d", + "positionUid": "1f1c9af5-6a1b-41a1-99f7-2e98e9345b2f", "forIisFlag": true, + "first1minCandleDate": "2020-10-20T11:21:00Z", + "first1dayCandleDate": "2020-10-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101939": { - "figi": "BBG00R7THC95", - "ticker": "RU000A101939", + "RU000A0ZYEB1": { + "figi": "BBG00HYXLFQ7", + "ticker": "RU000A0ZYEB1", "classCode": "TQCB", - "isin": "RU000A101939", + "isin": "RU000A0ZYEB1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС выпуск 13", + "name": "\u0422\u0440\u0430\u043d\u0441\u0424\u0438\u043d-\u041c 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-12-22T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-10-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-24T00:00:00Z", - "placementDate": "2019-12-26T00:00:00Z", + "stateRegDate": "2017-10-24T00:00:00Z", + "placementDate": "2017-10-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120418,20 +118122,20 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 950000000 + "units": "70", + "nano": 960000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -120439,31 +118143,33 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "64160f98-9334-4e06-8d05-d06124a4a301", + "uid": "254ebe91-517a-4ffe-a44c-f58415049ae0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f3603ed6-d175-4a0a-acce-5cf942df0287", + "positionUid": "3c8b9c1a-a738-4b5f-8543-2fb158c038a8", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:05:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "TRY0141": { - "figi": "BBG001CYCG37", - "ticker": "TRY0141", + "PLZL0223": { + "figi": "BBG00FWXCM88", + "ticker": "PLZL0223", "classCode": "SPBBND", - "isin": "US900123BJ84", + "isin": "XS1533922933", "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Turkey", + "name": "Polyus", "exchange": "SPB", "couponQuantityPerYear": 2, - "maturityDate": "2041-01-14T00:00:00Z", + "maturityDate": "2023-02-07T00:00:00Z", "nominal": { "currency": "usd", "units": "1000", "nano": 0 }, - "placementDate": "2011-01-12T00:00:00Z", + "placementDate": "2017-02-07T00:00:00Z", "placementPrice": { "currency": "usd", "units": "0", @@ -120471,16 +118177,16 @@ }, "aciValue": { "currency": "usd", - "units": "1", - "nano": 333333000 + "units": "4", + "nano": 666667000 }, - "countryOfRisk": "TR", - "countryOfRiskName": "Турецкая Республика", - "sector": "government", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "330007", + "issueSizePlan": "800000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120492,18 +118198,20 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6dc0332-4d5c-478d-bb55-0646191ff7a7", + "uid": "11d4f427-7689-4a93-9721-aad1227db3c0", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1ff9ea69-8278-42fc-8614-4063a307eb51", + "positionUid": "cc3a3995-953d-4428-9b5d-3b6c887873fd", "forIisFlag": true, + "first1minCandleDate": "2019-02-14T14:07:00Z", + "first1dayCandleDate": "2019-02-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXFS8": { - "figi": "BBG00FZMB3Y3", - "ticker": "RU000A0JXFS8", + "RU000A100JH0": { + "figi": "BBG00PNW0B21", + "ticker": "RU000A100JH0", "classCode": "TQCB", - "isin": "RU000A0JXFS8", + "isin": "RU000A100JH0", "lot": 1, "currency": "rub", "klong": { @@ -120515,33 +118223,33 @@ "nano": 0 }, "dlong": { - "units": "0", - "nano": 300000000 + "units": "1", + "nano": 0 }, "dshort": { - "units": "0", - "nano": 300000000 + "units": "1", + "nano": 0 }, "dlongMin": { - "units": "0", - "nano": 163300000 + "units": "1", + "nano": 0 }, "dshortMin": { - "units": "0", - "nano": 140200000 + "units": "1", + "nano": 0 }, "shortEnabledFlag": false, - "name": "Газпром капитал выпуск 5", + "name": "\u0420\u0438\u0442\u0435\u0439\u043b \u0411\u0435\u043b \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-02-03T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2029-06-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-12-16T00:00:00Z", - "placementDate": "2017-02-15T00:00:00Z", + "stateRegDate": "2019-06-20T00:00:00Z", + "placementDate": "2019-07-09T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120549,53 +118257,55 @@ }, "aciValue": { "currency": "rub", - "units": "39", + "units": "19", "nano": 500000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c4306240-799f-46e4-8b98-61a0f6e2b811", + "uid": "cbf3b4b8-616f-41fd-8c7c-e03e1ec40312", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d1722efc-bcb4-46eb-83e6-8398b00e23de", + "positionUid": "7b1ffaa9-003f-4d8b-ad56-cc8e7b93375e", "forIisFlag": true, + "first1minCandleDate": "2019-07-09T11:56:00Z", + "first1dayCandleDate": "2019-07-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101YD6": { - "figi": "BBG00WH3QVR8", - "ticker": "RU000A101YD6", + "RU000A103N43": { + "figi": "TCS00A103N43", + "ticker": "RU000A103N43", "classCode": "TQCB", - "isin": "RU000A101YD6", + "isin": "RU000A103N43", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Легенда выпуск 3", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 9", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-08-07T00:00:00Z", + "maturityDate": "2031-08-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "818", + "nano": 590000000 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2020-07-27T00:00:00Z", + "stateRegDate": "2021-09-02T00:00:00Z", + "placementDate": "2021-09-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120603,70 +118313,72 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 0 + "units": "1", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "1200000", - "issueSizePlan": "1200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "9749207", + "issueSizePlan": "9749207", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d2b6723f-6a5d-45b7-bba1-1a79043db754", + "uid": "c6722cc7-e05e-4634-a050-38a990fab1b5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "349ddeee-a75b-4911-ae3a-0b5e58719fdc", + "positionUid": "4fa0ed73-5f7b-4389-bfa3-0562eb453b96", "forIisFlag": true, + "first1minCandleDate": "2021-09-07T15:04:00Z", + "first1dayCandleDate": "2021-09-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101RP4": { - "figi": "BBG00XH4N488", - "ticker": "RU000A101RP4", + "RU000A100782": { + "figi": "BBG00NNMVRW6", + "ticker": "RU000A100782", "classCode": "TQCB", - "isin": "RU000A101RP4", + "isin": "RU000A100782", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Казахстан выпуск 1", + "name": "\u041b\u0435\u043d\u0442\u0430 \u0411\u041e-001P \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-09-20T00:00:00Z", + "maturityDate": "2029-03-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2020-09-23T00:00:00Z", + "stateRegDate": "2019-03-21T00:00:00Z", + "placementDate": "2019-03-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "17", - "nano": 750000000 + "units": "0", + "nano": 0 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120678,32 +118390,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d3adca8-36f9-40f4-a0ed-fda3e1bcf106", + "uid": "bcecf01f-0fb9-453f-a68c-549d028d3a08", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "300c3530-ec39-49a9-8601-7f4cdde84934", + "positionUid": "b69fb1dd-4672-4925-84e9-c1e2521b637d", "forIisFlag": true, + "first1minCandleDate": "2019-03-27T11:00:00Z", + "first1dayCandleDate": "2019-03-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26238RMFS4": { - "figi": "BBG011FJ4HS6", - "ticker": "SU26238RMFS4", - "classCode": "TQOB", - "isin": "RU000A1038V6", + "RU000A102895": { + "figi": "BBG00XX7H140", + "ticker": "RU000A102895", + "classCode": "TQCB", + "isin": "RU000A102895", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26238", + "name": "\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 21", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2041-05-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-10-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-11T00:00:00Z", - "placementDate": "2021-06-16T00:00:00Z", + "stateRegDate": "2020-10-01T00:00:00Z", + "placementDate": "2020-10-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -120712,52 +118426,54 @@ "aciValue": { "currency": "rub", "units": "8", - "nano": 360000000 + "nano": 980000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", "issueKind": "documentary", - "issueSize": "500000000", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "92b9e913-d7df-4164-bd83-1013c819bf44", + "uid": "12e5c943-80b6-4c7b-9221-ba52fe2126b2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a2413ca4-9e08-4c56-8e8b-7fe1e0a0648b", + "positionUid": "134cbe72-c98e-449a-9420-2b58c4f73731", "forIisFlag": true, + "first1minCandleDate": "2020-10-16T07:11:00Z", + "first1dayCandleDate": "2020-10-16T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A102K39": { - "figi": "BBG00YMTR6J4", - "ticker": "RU000A102K39", + "RU000A101939": { + "figi": "BBG00R7THC95", + "ticker": "RU000A101939", "classCode": "TQCB", - "isin": "RU000A102K39", + "isin": "RU000A101939", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг БО-П выпуск 8", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a\u00a013", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2030-12-09T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-12-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-19T00:00:00Z", - "placementDate": "2020-12-21T00:00:00Z", + "stateRegDate": "2019-12-24T00:00:00Z", + "placementDate": "2019-12-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120765,16 +118481,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 820000000 + "units": "13", + "nano": 610000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120786,86 +118502,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e9cbdbcf-5350-40f1-af08-ddbd1656fd46", + "uid": "64160f98-9334-4e06-8d05-d06124a4a301", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "572ccf41-719d-4f2c-838a-b0d254e50e15", + "positionUid": "f3603ed6-d175-4a0a-acce-5cf942df0287", "forIisFlag": true, + "first1minCandleDate": "2019-12-26T11:59:00Z", + "first1dayCandleDate": "2019-12-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYFB8": { - "figi": "BBG00J5KYZN8", - "ticker": "RU000A0ZYFB8", + "RU000A100YG1": { + "figi": "BBG00QPG1GD8", + "ticker": "RU000A100YG1", "classCode": "TQCB", - "isin": "RU000A0ZYFB8", + "isin": "RU000A100YG1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Красноярский край выпуск 14", + "name": "\u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0432\u044b\u043f\u0443\u0441\u043a\u00a07", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-10-31T00:00:00Z", + "maturityDate": "2022-10-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-31T00:00:00Z", - "placementDate": "2017-11-09T00:00:00Z", + "stateRegDate": "2019-10-17T00:00:00Z", + "placementDate": "2019-10-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", "units": "16", - "nano": 540000000 + "nano": 440000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "documentary", - "issueSize": "7800000", - "issueSizePlan": "7800000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "611f23be-9f6c-49bc-9b5f-ae5c5c5d66f6", + "uid": "baddb52e-a07f-4d7b-9490-cd94014d83c8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2ce37d4d-f35e-4ba6-b98c-0134c5e399b8", + "positionUid": "fc3f3b45-7ead-4945-a71a-55ca3005e1b8", "forIisFlag": true, + "first1minCandleDate": "2019-10-23T10:45:00Z", + "first1dayCandleDate": "2019-10-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101EF3": { - "figi": "BBG00RQ1DXY5", - "ticker": "RU000A101EF3", + "RU000A103Q08": { + "figi": "TCS00A103Q08", + "ticker": "RU000A103Q08", "classCode": "TQCB", - "isin": "RU000A101EF3", + "isin": "RU000A103Q08", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Металлоинвест БО выпуск 4", + "name": "HENDERSON \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2030-01-30T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-03-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-05-23T00:00:00Z", - "placementDate": "2020-02-12T00:00:00Z", + "stateRegDate": "2021-08-30T00:00:00Z", + "placementDate": "2021-09-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120873,53 +118593,55 @@ }, "aciValue": { "currency": "rub", - "units": "29", - "nano": 70000000 + "units": "20", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4f9a12a5-d4ba-4f3c-9fbe-f6acdebe0392", + "uid": "7f9016b8-65f7-4453-876b-79b8ae01c14a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d2c01a11-76b9-446d-80a1-4ea7b0fcd3f5", + "positionUid": "ab972dac-37aa-4709-af3f-4426b2b94db8", "forIisFlag": true, + "first1minCandleDate": "2021-09-28T11:47:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103PE8": { - "figi": "BBG012J4Q4W3", - "ticker": "RU000A103PE8", + "RU000A104V75": { + "figi": "TCS00A104V75", + "ticker": "RU000A104V75", "classCode": "TQCB", - "isin": "RU000A103PE8", + "isin": "RU000A104V75", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Промсвязьбанк 003P выпуск 7", - "exchange": "MOEX_PLUS", + "name": "\u041f\u043e\u0447\u0442\u0430 \u0420\u043e\u0441\u0441\u0438\u0438", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2024-09-10T00:00:00Z", + "maturityDate": "2032-05-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-03T00:00:00Z", - "placementDate": "2021-09-14T00:00:00Z", + "stateRegDate": "2021-12-09T00:00:00Z", + "placementDate": "2022-06-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120928,15 +118650,15 @@ "aciValue": { "currency": "rub", "units": "28", - "nano": 580000000 + "nano": 730000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -120948,32 +118670,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "463e16a3-70e2-4827-9edd-12f3da49553c", + "uid": "77098e82-a40f-4e39-9ba5-ec5a472b86d3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bca66aee-6f90-487d-b396-1d32fbd46c70", + "positionUid": "32b8f09a-4a14-4bb6-b020-fb990371a24e", "forIisFlag": true, + "first1minCandleDate": "2022-06-08T11:53:00Z", + "first1dayCandleDate": "2022-06-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103WB0": { - "figi": "BBG01338VXJ4", - "ticker": "RU000A103WB0", + "XS1878009866": { + "figi": "TCS878009866", + "ticker": "XS1878009866", + "classCode": "TQOD", + "isin": "XS1878009866", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "BCS Structured Products 20jun2023", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2023-06-20T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1250", + "nano": 0 + }, + "placementDate": "2018-09-21T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "16000", + "issueSizePlan": "8000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "9bf370fa-2ce4-4370-8917-b965ad756d4a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5c721297-318c-47e6-90de-c547712bd0bc", + "forIisFlag": true, + "first1minCandleDate": "2018-10-04T06:59:00Z", + "first1dayCandleDate": "2018-10-04T07:00:00Z", + "type": "Bonds", + "step": 0.0001 + }, + "RU000A102SM7": { + "figi": "BBG00ZLH4MW3", + "ticker": "RU000A102SM7", "classCode": "TQCB", - "isin": "RU000A103WB0", + "isin": "RU000A102SM7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Славянск ЭКО выпуск 1", + "name": "\u0421\u0414\u042d\u041a-\u0413\u043b\u043e\u0431\u0430\u043b \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-10-13T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2027-02-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-30T00:00:00Z", - "placementDate": "2021-10-19T00:00:00Z", + "stateRegDate": "2021-02-04T00:00:00Z", + "placementDate": "2021-02-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -120981,53 +118760,55 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 600000000 + "units": "5", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a031887-4da3-4152-aa2b-e1bb01a1e6cd", + "uid": "2c011798-cf98-4ea4-acf2-bf7c62675e96", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0d16bd57-5972-42d4-bfd1-22247ad8af1a", + "positionUid": "2533e113-7d3b-4e14-a7de-d3dd2b360782", "forIisFlag": true, + "first1minCandleDate": "2021-02-25T13:02:00Z", + "first1dayCandleDate": "2021-02-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103372": { - "figi": "BBG0110X9D23", - "ticker": "RU000A103372", + "RU000A100W60": { + "figi": "BBGHUYNYA0X4", + "ticker": "RU000A100W60", "classCode": "TQCB", - "isin": "RU000A103372", + "isin": "RU000A100W60", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АФК Система выпуск 20", + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d \u0411\u041e 03", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2031-04-30T00:00:00Z", + "maturityDate": "2029-09-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-29T00:00:00Z", - "placementDate": "2021-05-12T00:00:00Z", + "stateRegDate": "2016-08-05T00:00:00Z", + "placementDate": "2019-10-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121035,16 +118816,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 950000000 + "units": "38", + "nano": 820000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121056,103 +118837,131 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "73cf1f27-15db-48ce-b5c9-b933cf91f624", + "uid": "cfb820a0-bd24-4fe5-8abd-c78aa1ed535c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6a03932d-a140-4c19-ac61-bdedbffcfbf2", + "positionUid": "9fb1ce07-073c-4089-8f96-800dffaee3be", "forIisFlag": true, + "first1minCandleDate": "2019-10-03T11:47:00Z", + "first1dayCandleDate": "2019-10-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102QY6": { - "figi": "BBG00Z8KBL73", - "ticker": "RU000A102QY6", - "classCode": "TQCB", - "isin": "RU000A102QY6", + "SU26215RMFS2": { + "figi": "BBG0058ZL5S7", + "ticker": "SU26215RMFS2", + "classCode": "TQOB", + "isin": "RU000A0JU4L3", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "ТФН выпуск 1", + "name": "\u041e\u0424\u0417 26215", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-02-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-08-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-23T00:00:00Z", - "placementDate": "2021-02-09T00:00:00Z", + "stateRegDate": "2013-08-29T00:00:00Z", + "placementDate": "2013-09-04T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 670000000 + "units": "4", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "260885454", + "issueSizePlan": "150000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "0431ff09-e334-49dc-9034-01b59aef8073", + "uid": "41f2c6cd-e284-4382-8488-fa53ddcd5d40", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dbc49f8e-d078-4a56-82ef-646652f4795b", + "positionUid": "ade05ddd-8f0a-4f28-ad6c-f67188ae65e5", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:42:00Z", + "first1dayCandleDate": "2013-09-18T00:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A103CD8": { - "figi": "TCS00A103CD8", - "ticker": "RU000A103CD8", + "RU000A103KG4": { + "figi": "BBG0131NQLG8", + "ticker": "RU000A103KG4", "classCode": "TQCB", - "isin": "RU000A103CD8", + "isin": "RU000A103KG4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЛК Дельта выпуск 1", + "name": "\u0421\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a SbD1R", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-07-01T00:00:00Z", + "couponQuantityPerYear": 0, + "maturityDate": "2025-02-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-30T00:00:00Z", - "placementDate": "2021-07-05T00:00:00Z", + "stateRegDate": "2021-08-18T00:00:00Z", + "placementDate": "2021-09-03T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "792", + "nano": 500000000 }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 890000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "370000", - "issueSizePlan": "370000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "40000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121164,32 +118973,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fce1813c-5d91-4b0a-b2b5-415866a7ed3b", + "uid": "6c6c22a7-26a9-4b66-8eac-b91d95e70f18", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f4550d73-6874-4b25-b8f2-845fad9bf797", + "positionUid": "1a8932b9-ef54-428d-a296-548f7aa70e43", "forIisFlag": true, + "first1minCandleDate": "2021-09-03T11:16:00Z", + "first1dayCandleDate": "2021-09-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100YE6": { - "figi": "BBG00QPG0TF9", - "ticker": "RU000A100YE6", + "RU000A102RN7": { + "figi": "TCS00A102RN7", + "ticker": "RU000A102RN7", "classCode": "TQCB", - "isin": "RU000A100YE6", + "isin": "RU000A102RN7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТрансКонтейнер ПБО выпуск 1", + "name": "\u0420\u0435\u043d\u0435\u0441\u0441\u0430\u043d\u0441 \u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-10-16T00:00:00Z", + "maturityDate": "2026-02-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-18T00:00:00Z", - "placementDate": "2019-10-23T00:00:00Z", + "stateRegDate": "2013-04-08T00:00:00Z", + "placementDate": "2021-02-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121197,53 +119008,55 @@ }, "aciValue": { "currency": "rub", - "units": "18", - "nano": 400000000 + "units": "4", + "nano": 910000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4dab88b-9c72-403a-aa5e-91103c90ed95", + "uid": "2207d45c-911a-417f-9266-ff20cf466dee", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8481a944-3d45-48d0-89fb-d655c9a003f8", + "positionUid": "41f7a84d-ccad-4496-bb4b-962cfb6a9392", "forIisFlag": true, + "first1minCandleDate": "2021-02-17T11:24:00Z", + "first1dayCandleDate": "2021-02-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100FE5": { - "figi": "BBG00PGVLT83", - "ticker": "RU000A100FE5", + "RU000A103M10": { + "figi": "BBG012BTL6Y4", + "ticker": "RU000A103M10", "classCode": "TQCB", - "isin": "RU000A100FE5", + "isin": "RU000A103M10", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 14", + "name": "\u0411\u0430\u043b\u0442\u0438\u0439\u0441\u043a\u0438\u0439 \u043b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f04", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2034-05-25T00:00:00Z", + "maturityDate": "2024-08-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-06T00:00:00Z", - "placementDate": "2019-06-13T00:00:00Z", + "stateRegDate": "2021-08-24T00:00:00Z", + "placementDate": "2021-08-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121251,65 +119064,67 @@ }, "aciValue": { "currency": "rub", - "units": "10", - "nano": 180000000 + "units": "2", + "nano": 300000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2ef90a2e-1b62-46ed-a932-f2b11bc6ef4a", + "uid": "3db3eee2-c63d-4b76-aa43-f52f0b39f795", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3d0e7210-cded-49af-8170-f3affa41f4fd", + "positionUid": "b8a0f0b1-2274-4122-82b6-1baa2e402b6a", "forIisFlag": true, + "first1minCandleDate": "2021-08-30T12:20:00Z", + "first1dayCandleDate": "2021-08-30T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1843434959": { - "figi": "BBG00PC6QBX8", - "ticker": "XS1843434959", - "classCode": "TQOD", - "isin": "XS1843434959", + "RZD0527": { + "figi": "BBG00P5B0SC9", + "ticker": "RZD0527", + "classCode": "SPBBND", + "isin": "XS1843437036", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "MMK", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-06-13T00:00:00Z", + "name": "Russian Railways", + "exchange": "SPB", + "couponQuantityPerYear": 1, + "maturityDate": "2027-05-23T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "eur", "units": "1000", "nano": 0 }, - "placementDate": "2019-06-13T00:00:00Z", + "placementDate": "2019-05-23T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "eur", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "4", - "nano": 739583000 + "currency": "eur", + "units": "6", + "nano": 569863000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "materials", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", "issueSize": "500000", "issueSizePlan": "500000", @@ -121322,35 +119137,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c58bd2e9-31b1-411b-8a94-d549472a6a8f", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4a99e0bf-b101-404c-9426-e8179c39f263", + "uid": "e1569249-e33e-453a-a6b9-4d38f026a885", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ab0be81e-b0e1-4e9a-80ed-7406e34c2c9c", "forIisFlag": true, + "first1minCandleDate": "2020-02-25T14:31:00Z", + "first1dayCandleDate": "2020-02-25T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A1032D7": { - "figi": "TCS00A1032D7", - "ticker": "RU000A1032D7", - "classCode": "TQIR", - "isin": "RU000A1032D7", + "RU000A1021B4": { + "figi": "BBG00WS5KGV5", + "ticker": "RU000A1021B4", + "classCode": "TQRD", + "isin": "RU000A1021B4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Маныч-Агро выпуск 1", + "name": "\u041e\u0431\u0443\u0432\u044c \u0420\u043e\u0441\u0441\u0438\u0438 001P \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-04-25T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2024-07-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-28T00:00:00Z", - "placementDate": "2021-04-30T00:00:00Z", + "stateRegDate": "2020-08-12T00:00:00Z", + "placementDate": "2020-08-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121358,16 +119175,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 290000000 + "units": "0", + "nano": 320000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121379,86 +119196,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d0c6a0e7-502b-4d1a-b1ea-75ab3902fe14", + "uid": "8b71f49a-3866-4ba3-a1e1-2bbb9c90b09e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dbe1c2f7-83b5-4b83-8c14-370693a9fe9f", + "positionUid": "b5977345-e2c3-4214-9f99-e2eee6fbcbf8", "forIisFlag": true, + "first1minCandleDate": "2020-08-18T12:50:00Z", + "first1dayCandleDate": "2020-08-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYYN4": { - "figi": "BBG00KB9VG76", - "ticker": "RU000A0ZYYN4", - "classCode": "TQOD", - "isin": "RU000A0ZYYN4", + "RU000A102234": { + "figi": "BBG00WYH0LS7", + "ticker": "RU000A102234", + "classCode": "TQCB", + "isin": "RU000A102234", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2029-03-21T00:00:00Z", + "name": "\u0422\u0415\u0425\u041d\u041e \u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2025-07-31T00:00:00Z", "nominal": { - "currency": "usd", - "units": "200000", + "currency": "rub", + "units": "1000", "nano": 0 }, - "stateRegDate": "2018-03-21T00:00:00Z", - "placementDate": "2018-03-21T00:00:00Z", + "stateRegDate": "2020-08-19T00:00:00Z", + "placementDate": "2020-08-26T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "2940", - "nano": 972222220 + "currency": "rub", + "units": "7", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "15000", - "issueSizePlan": "7500", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "05107251-ebbc-40d9-8886-0a26051e0625", + "uid": "3393fcef-a61e-4736-bf81-98c3c83af7e8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d4664b61-0f2b-4aa8-9306-761e3a093d69", - "forIisFlag": false, + "positionUid": "438aca03-55a5-4866-9acc-556bfc032c16", + "forIisFlag": true, + "first1minCandleDate": "2020-08-26T11:46:00Z", + "first1dayCandleDate": "2020-08-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104FG2": { - "figi": "TCS00A104FG2", - "ticker": "RU000A104FG2", + "RU000A103QL1": { + "figi": "BBG012NW2KW6", + "ticker": "RU000A103QL1", "classCode": "TQCB", - "isin": "RU000A104FG2", + "isin": "RU000A103QL1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сегежа 002P выпуск 3", + "name": "\u0420\u043e\u0441\u0430\u0433\u0440\u043e\u043b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2037-01-07T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-09-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-01-21T00:00:00Z", - "placementDate": "2022-01-26T00:00:00Z", + "stateRegDate": "2021-03-18T00:00:00Z", + "placementDate": "2021-09-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121466,16 +119287,16 @@ }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 380000000 + "units": "39", + "nano": 120000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", "issueSize": "9000000", "issueSizePlan": "9000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121487,85 +119308,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cdb6188d-b5af-4514-8942-a6b1c977bc7f", + "uid": "e756e330-6e8e-4d45-a4db-5c011dec6add", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ef649d2d-53fe-48f7-aa4b-d87b5cb5c361", + "positionUid": "dc9e2407-9195-48c9-9603-d7a7c7435873", "forIisFlag": true, + "first1minCandleDate": "2021-09-22T12:35:00Z", + "first1dayCandleDate": "2021-09-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "EGPT0329": { - "figi": "BBG00NDMW359", - "ticker": "EGPT0329", - "classCode": "SPBBND", - "isin": "XS1953057061", + "RU000A1014S3": { + "figi": "BBG00R2HQKS7", + "ticker": "RU000A1014S3", + "classCode": "TQCB", + "isin": "RU000A1014S3", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "The Arab Republic of Egypt", - "exchange": "SPB", - "couponQuantityPerYear": 2, - "maturityDate": "2029-03-01T00:00:00Z", + "name": "\u041d\u043e\u0432\u043e\u0442\u0440\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-11-27T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2019-02-26T00:00:00Z", + "stateRegDate": "2019-11-29T00:00:00Z", + "placementDate": "2019-12-04T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "29", - "nano": 766667000 + "currency": "rub", + "units": "1", + "nano": 920000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "1750000", - "issueSizePlan": "1750000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "54255b83-c881-4a7b-83ec-9d8667c740a1", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fe5fd831-b625-4a7b-8095-8b8e96c55908", + "uid": "91be6afb-dd1a-4a7e-ba15-94916c2f5b98", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8159c811-fffa-45cf-b821-4ee6214f32df", "forIisFlag": true, + "first1minCandleDate": "2019-12-04T12:04:00Z", + "first1dayCandleDate": "2019-12-04T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100G03": { - "figi": "BBG00PGSFB22", - "ticker": "RU000A100G03", + "RU000A102986": { + "figi": "BBG00XZ95JN7", + "ticker": "RU000A102986", "classCode": "TQCB", - "isin": "RU000A100G03", + "isin": "RU000A102986", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Буровая компания Евразия выпуск 3", + "name": "\u0421\u0423\u042d\u041a-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-06-18T00:00:00Z", + "maturityDate": "2030-10-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-14T00:00:00Z", - "placementDate": "2019-06-18T00:00:00Z", + "stateRegDate": "2020-10-19T00:00:00Z", + "placementDate": "2020-10-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121573,16 +119399,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 590000000 + "units": "25", + "nano": 700000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "14000000", + "issueSizePlan": "14000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121594,32 +119420,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1393d30c-28f7-4149-9593-6f9b5b224e6f", + "uid": "c6fafbe2-bee9-419b-940e-b592fc2f0618", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "14a2d2b2-a0f0-4045-b960-67e821eb2ea1", + "positionUid": "66918b0b-7a97-44c1-8da8-65412bdd40fd", "forIisFlag": true, + "first1minCandleDate": "2020-10-22T11:48:00Z", + "first1dayCandleDate": "2020-10-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101LV5": { - "figi": "BBG00TFS9DH2", - "ticker": "RU000A101LV5", + "RU000A101YD6": { + "figi": "BBG00WH3QVR8", + "ticker": "RU000A101YD6", "classCode": "TQCB", - "isin": "RU000A101LV5", + "isin": "RU000A101YD6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СофтЛайн Трейд выпуск 3", + "name": "\u041b\u0435\u0433\u0435\u043d\u0434\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-01-19T00:00:00Z", + "maturityDate": "2023-08-07T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-04-16T00:00:00Z", - "placementDate": "2020-04-23T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2020-07-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121627,16 +119455,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "11", + "nano": 470000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "1350000", - "issueSizePlan": "1350000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1200000", + "issueSizePlan": "1200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121648,48 +119476,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "37352681-64db-4dc7-af21-e750f7a41ea1", + "uid": "d2b6723f-6a5d-45b7-bba1-1a79043db754", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6fbb36b6-f0c0-4e60-b88c-76af2d97a383", + "positionUid": "349ddeee-a75b-4911-ae3a-0b5e58719fdc", "forIisFlag": true, + "first1minCandleDate": "2020-07-27T11:39:00Z", + "first1dayCandleDate": "2020-07-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1030T7": { - "figi": "BBG010JBJ976", - "ticker": "RU000A1030T7", - "classCode": "TQCB", - "isin": "RU000A1030T7", + "TTEL0225": { + "figi": "BBG00NBJSLV4", + "ticker": "TTEL0225", + "classCode": "SPBBND", + "isin": "XS1955059420", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Москва выпуск 73", - "exchange": "MOEX_PLUS", + "name": "Turk Telekomunikasyon A.S.", + "exchange": "SPB", "couponQuantityPerYear": 2, - "maturityDate": "2026-04-21T00:00:00Z", + "maturityDate": "2025-02-28T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-06T00:00:00Z", - "placementDate": "2021-04-27T00:00:00Z", + "placementDate": "2019-02-28T00:00:00Z", "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "16", - "nano": 960000000 + "currency": "usd", + "units": "2", + "nano": 100694000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRisk": "TR", + "countryOfRiskName": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "telecom", "issueKind": "documentary", - "issueSize": "70000000", - "issueSizePlan": "70000000", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -121702,32 +119531,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12376302-3f99-4ea5-bc6c-6462e8488229", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eefce902-9dbd-4232-ac47-e371cfb9f3ce", + "uid": "c6483ce1-5ffc-4d56-894f-85ae0a2c1b2f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "f93882ea-0fe3-42ec-817b-2f492916c2ce", "forIisFlag": true, + "first1minCandleDate": "2020-05-01T15:21:00Z", + "first1dayCandleDate": "2020-05-01T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101M04": { - "figi": "BBG00TGK62V9", - "ticker": "RU000A101M04", + "RU000A0ZYDS7": { + "figi": "BBG00J1Z0ZM7", + "ticker": "RU000A0ZYDS7", "classCode": "TQCB", - "isin": "RU000A101M04", + "isin": "RU000A0ZYDS7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 20", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c \u041f\u0410\u041e 001P-03R", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-03-15T00:00:00Z", + "maturityDate": "2022-10-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-04-21T00:00:00Z", - "placementDate": "2020-04-24T00:00:00Z", + "stateRegDate": "2017-10-18T00:00:00Z", + "placementDate": "2017-10-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121735,16 +119566,16 @@ }, "aciValue": { "currency": "rub", - "units": "18", - "nano": 120000000 + "units": "30", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121756,102 +119587,130 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c310c817-183a-41d2-a2b1-b5eb8bdcfe66", + "uid": "aea424d4-1cb6-4474-a18f-bcf10215ca42", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dac76c51-2fd9-4113-b180-e9a79f4bf1a3", + "positionUid": "ffe7c2e6-b416-402d-88d1-a9fc0618aee4", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T22:02:00Z", + "first1dayCandleDate": "2017-10-23T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100GW5": { - "figi": "BBG00PNDYR58", - "ticker": "RU000A100GW5", - "classCode": "TQCB", - "isin": "RU000A100GW5", + "GAZP1124": { + "figi": "BBG00J7PCW56", + "ticker": "GAZP1124", + "classCode": "SPBBND", + "isin": "XS1721463500", "lot": 1, - "currency": "rub", + "currency": "eur", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 307800000 + }, + "dshort": { + "units": "0", + "nano": 364200000 + }, + "dlongMin": { + "units": "0", + "nano": 168000000 + }, + "dshortMin": { + "units": "0", + "nano": 168000000 + }, "shortEnabledFlag": false, - "name": "Alfa Bank", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, + "name": "Gazprom", + "exchange": "SPB", + "couponQuantityPerYear": 1, + "maturityDate": "2024-11-22T00:00:00Z", "nominal": { - "currency": "usd", - "units": "10000000", + "currency": "eur", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-06-06T00:00:00Z", - "placementDate": "2019-06-27T00:00:00Z", + "placementDate": "2017-11-22T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "10000000", + "currency": "eur", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "90136", - "nano": 990000000 + "currency": "eur", + "units": "17", + "nano": 938356000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "500", - "issueSizePlan": "500", + "issueSize": "750000", + "issueSizePlan": "750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4c6ba3a9-3fa3-4a2c-aa07-7c094b8ba257", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "57da9cd6-0c6a-4b97-9164-018de5a1e2e1", + "uid": "a8708f93-9481-465c-b008-3d4e803b3dbe", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ae44fa47-f1ef-4264-985f-a96747705c09", "forIisFlag": true, + "first1minCandleDate": "2019-02-19T12:40:00Z", + "first1dayCandleDate": "2019-02-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU25084RMFS3": { - "figi": "BBG00RRT3TX4", - "ticker": "SU25084RMFS3", - "classCode": "TQOB", - "isin": "RU000A101FA1", + "RU000A100238": { + "figi": "BBG00N6FS8J1", + "ticker": "RU000A100238", + "classCode": "TQCB", + "isin": "RU000A100238", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 25084", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-10-04T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-01-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-02-14T00:00:00Z", - "placementDate": "2020-02-19T00:00:00Z", + "stateRegDate": "2019-01-28T00:00:00Z", + "placementDate": "2019-01-29T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 390000000 + "units": "10", + "nano": 490000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121860,35 +119719,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e8fb911a-efe7-4d16-8da4-b91cb5e50974", + "uid": "aa7e8802-842a-4bdb-a248-048f52675387", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "90c78830-ad5d-4cc7-b9fc-640967736a08", + "positionUid": "666a7984-0e27-4c18-9ac1-363c1a0b9083", "forIisFlag": true, + "first1minCandleDate": "2019-01-29T11:36:00Z", + "first1dayCandleDate": "2019-01-29T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A101S99": { - "figi": "BBG00VCVRQQ4", - "ticker": "RU000A101S99", + "RU000A103372": { + "figi": "BBG0110X9D23", + "ticker": "RU000A103372", "classCode": "TQCB", - "isin": "RU000A101S99", + "isin": "RU000A103372", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Кировский завод выпуск 1", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 20", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-06-03T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2031-04-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-04-23T00:00:00Z", - "placementDate": "2020-06-09T00:00:00Z", + "stateRegDate": "2021-04-29T00:00:00Z", + "placementDate": "2021-05-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -121896,16 +119757,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 450000000 + "units": "26", + "nano": 960000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121917,48 +119778,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a5b6ad95-af0f-4cd7-b840-147d632b35ad", + "uid": "73cf1f27-15db-48ce-b5c9-b933cf91f624", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cec9ad38-bc70-4ce5-9007-34b02c72ccb0", + "positionUid": "6a03932d-a140-4c19-ac61-bdedbffcfbf2", "forIisFlag": true, + "first1minCandleDate": "2021-05-12T11:48:00Z", + "first1dayCandleDate": "2021-05-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1533915721": { - "figi": "BBG00G4V94J3", - "ticker": "XS1533915721", - "classCode": "TQOD", - "isin": "XS1533915721", + "RU000A104XR2": { + "figi": "TCS00A104XR2", + "ticker": "RU000A104XR2", + "classCode": "TQCB", + "isin": "RU000A104XR2", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Evraz", - "exchange": "MOEX_PLUS", + "name": "\u0410\u0432\u0442\u043e\u0434\u043e\u0440 \u0411\u041e-3 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2023-03-20T00:00:00Z", + "maturityDate": "2027-07-01T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2017-03-20T00:00:00Z", + "stateRegDate": "2022-06-30T00:00:00Z", + "placementDate": "2022-07-07T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", + "currency": "rub", "units": "18", - "nano": 215278000 + "nano": 380000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "750000", - "issueSizePlan": "750000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "30513100", + "issueSizePlan": "30513100", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -121967,51 +119831,78 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7fd2ca98-5d5a-4e3a-a3ae-5f9039866c81", + "uid": "1013bb09-a4a3-4f49-8cb1-38989981493b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "999cf62b-0f65-4a01-96b7-db678067e3f8", + "positionUid": "246496b4-73dc-478b-abb5-5ede4c1cd0c6", "forIisFlag": true, + "first1minCandleDate": "2022-07-07T11:51:00Z", + "first1dayCandleDate": "2022-07-07T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "XS2159874002": { - "figi": "BBG00TJF05J0", - "ticker": "XS2159874002", - "classCode": "TQOD", - "isin": "XS2159874002", + "SU26229RMFS3": { + "figi": "BBG00PBZNT41", + "ticker": "SU26229RMFS3", + "classCode": "TQOB", + "isin": "RU000A100EG3", "lot": 1, - "currency": "usd", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Lukoil", - "exchange": "MOEX", + "name": "\u041e\u0424\u0417 26229", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-05-06T00:00:00Z", + "maturityDate": "2025-11-12T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2020-05-06T00:00:00Z", + "stateRegDate": "2019-06-03T00:00:00Z", + "placementDate": "2019-06-05T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "8", - "nano": 180556000 + "currency": "rub", + "units": "22", + "nano": 130000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "450000000", + "issueSizePlan": "450000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122020,52 +119911,78 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "c344ea71-0ae1-4ef6-b4c2-a75a35d7b369", + "uid": "eafc97e5-0d5a-417a-8392-53b846cab875", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "15545545-b685-4f27-9327-173aec2cb293", + "positionUid": "eea65ea6-12d6-4fc8-bb2e-1d3dfca1c855", "forIisFlag": true, + "first1minCandleDate": "2019-06-06T07:16:00Z", + "first1dayCandleDate": "2019-06-06T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.001 }, - "RU000A103C95": { - "figi": "TCS00A103C95", - "ticker": "RU000A103C95", - "classCode": "TQCB", - "isin": "RU000A103C95", + "SU26211RMFS1": { + "figi": "BBG003TTSBB1", + "ticker": "SU26211RMFS1", + "classCode": "TQOB", + "isin": "RU000A0JTJL3", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "АФК Система выпуск 21", + "name": "\u041e\u0424\u0417 26211", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2031-06-23T00:00:00Z", + "maturityDate": "2023-01-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-29T00:00:00Z", - "placementDate": "2021-07-05T00:00:00Z", + "stateRegDate": "2013-01-10T00:00:00Z", + "placementDate": "2013-01-16T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 910000000 + "units": "8", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "150000000", + "issueSizePlan": "150000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122074,52 +119991,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "680701bd-c1d5-41d8-ad46-06dabbd8e6e1", + "uid": "f99b790d-7842-4b9e-b108-b949f8be26a6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4d4b014e-06fb-4326-ab65-ef3cdd13197a", + "positionUid": "1db6832f-b372-4b72-ad6d-ded7b6b3635e", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:37:00Z", + "first1dayCandleDate": "2013-01-16T00:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A1009Z8": { - "figi": "BBG00NZHNQH2", - "ticker": "RU000A1009Z8", - "classCode": "TQCB", - "isin": "RU000A1009Z8", + "SU26239RMFS2": { + "figi": "BBG011FHF1F7", + "ticker": "SU26239RMFS2", + "classCode": "TQOB", + "isin": "RU000A103901", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "О'КЕЙ выпуск 2", + "name": "\u041e\u0424\u0417 26239", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2029-04-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2031-07-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-17T00:00:00Z", - "placementDate": "2019-04-19T00:00:00Z", + "stateRegDate": "2021-06-11T00:00:00Z", + "placementDate": "2021-06-16T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "1", - "nano": 630000000 + "units": "6", + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000000", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122128,35 +120047,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "6fb2eca5-4623-4845-8548-049cf2aa0392", + "uid": "4a2018da-7e84-4c2f-b95d-1fd8f3d630e3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2008958f-7f0d-4deb-9e2c-87eef55219a1", + "positionUid": "c9aeb3f3-1213-4e69-a778-b8796e6a2f8a", "forIisFlag": true, + "first1minCandleDate": "2021-06-16T11:59:00Z", + "first1dayCandleDate": "2021-06-16T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A100AD8": { - "figi": "BBG00NZJ4J03", - "ticker": "RU000A100AD8", + "RU000A0ZZYL5": { + "figi": "BBG00MTS7DY5", + "ticker": "RU000A0ZZYL5", "classCode": "TQCB", - "isin": "RU000A100AD8", + "isin": "RU000A0ZZYL5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Россети Московский регион выпуск 1", + "name": "\u041a\u0430\u043b\u0443\u0436\u0441\u043a\u0430\u044f \u0421\u041a \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-10-18T00:00:00Z", + "maturityDate": "2023-12-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-19T00:00:00Z", - "placementDate": "2019-04-23T00:00:00Z", + "stateRegDate": "2018-12-13T00:00:00Z", + "placementDate": "2018-12-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122164,16 +120085,16 @@ }, "aciValue": { "currency": "rub", - "units": "21", - "nano": 530000000 + "units": "26", + "nano": 700000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "utilities", "issueKind": "documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "784598", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122185,110 +120106,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c0140e99-c234-4ee7-8edb-468ad7be4335", + "uid": "ec921ee7-ea55-42ea-980c-271f15037044", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a40d9789-a5c3-4703-8405-11efc98c35cc", + "positionUid": "f0330a6a-1a0d-406b-9422-04d7ead0a4db", "forIisFlag": true, + "first1minCandleDate": "2018-12-19T09:03:00Z", + "first1dayCandleDate": "2018-12-17T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102AB8": { - "figi": "BBG00Y1Q22N4", - "ticker": "RU000A102AB8", + "RU000A102S80": { + "figi": "BBG00ZCTLKQ9", + "ticker": "RU000A102S80", "classCode": "TQCB", - "isin": "RU000A102AB8", + "isin": "RU000A102S80", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Завод КриалЭнергоСтрой выпуск 2", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 10", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-10-24T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-02-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-23T00:00:00Z", - "placementDate": "2020-10-29T00:00:00Z", + "stateRegDate": "2021-02-16T00:00:00Z", + "placementDate": "2021-02-19T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "32", - "nano": 220000000 + "units": "2", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "200000", - "issueSizePlan": "200000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "12000000", + "issueSizePlan": "12000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9d0f7fc1-1344-4111-84c8-5c4d53c6dc4b", + "uid": "a7b23baa-56cf-4807-8af4-6a9dc4f09b99", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1b0ab83f-d82b-4c55-b0a1-12f5fb9bb92f", + "positionUid": "bf8e3d8c-862f-496b-92ca-93fc1f66365b", "forIisFlag": true, + "first1minCandleDate": "2021-02-19T11:47:00Z", + "first1dayCandleDate": "2021-02-19T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYWY5": { - "figi": "BBG00K64TZR2", - "ticker": "RU000A0ZYWY5", + "RU000A103JR3": { + "figi": "BBG0124VD0W1", + "ticker": "RU000A103JR3", "classCode": "TQCB", - "isin": "RU000A0ZYWY5", + "isin": "RU000A103JR3", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "МТС выпуск 6", + "name": "\u0414\u0436\u0438-\u0433\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-02-26T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-03-05T00:00:00Z", - "placementDate": "2018-03-07T00:00:00Z", + "stateRegDate": "2021-08-11T00:00:00Z", + "placementDate": "2021-08-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122296,53 +120197,55 @@ }, "aciValue": { "currency": "rub", - "units": "28", - "nano": 10000000 + "units": "6", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5369f34b-6e1f-4b23-80ee-1f28aa082a4e", + "uid": "5c906791-6847-4481-906e-e598223913e5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dbf79ec6-0ea3-4e0f-bf7f-d6f9fe0e2dcf", + "positionUid": "82408501-f39f-492b-8084-27a8a96eb9d1", "forIisFlag": true, + "first1minCandleDate": "2021-08-16T13:34:00Z", + "first1dayCandleDate": "2021-08-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104UV0": { - "figi": "TCS00A104UV0", - "ticker": "RU000A104UV0", + "RU000A0ZYDH0": { + "figi": "BBG00HY74TD7", + "ticker": "RU000A0ZYDH0", "classCode": "TQCB", - "isin": "RU000A104UV0", + "isin": "RU000A0ZYDH0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА БО-001Р-18", - "exchange": "MOEX", - "couponQuantityPerYear": 12, - "maturityDate": "2032-05-28T00:00:00Z", + "name": "\u0424\u0421\u041a \u0415\u042d\u0421 \u0411\u041e-3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2052-09-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-05-30T00:00:00Z", - "placementDate": "2022-06-03T00:00:00Z", + "stateRegDate": "2012-06-06T00:00:00Z", + "placementDate": "2017-10-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122350,53 +120253,55 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 990000000 + "units": "11", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "6183696", - "issueSizePlan": "6183696", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueKind": "documentary", + "issueSize": "9000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5df5877e-6a46-4336-a505-05577f6db679", + "uid": "f28295ee-1bc4-4a58-ac75-8edb8fd2ef7a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "29d14b2c-f986-40bf-9684-c677021f2d32", + "positionUid": "5737a1e9-ab96-4e02-b482-1d7a01675f00", "forIisFlag": true, + "first1minCandleDate": "2018-03-13T05:38:00Z", + "first1dayCandleDate": "2017-10-20T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104V75": { - "figi": "TCS00A104V75", - "ticker": "RU000A104V75", - "classCode": "TQCB", - "isin": "RU000A104V75", + "RU000A103GL2": { + "figi": "BBG0120X4T49", + "ticker": "RU000A103GL2", + "classCode": "TQIR", + "isin": "RU000A103GL2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Почта России", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2032-05-26T00:00:00Z", + "name": "\u041c\u0424\u041a \u0426\u0424\u041f \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2024-07-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-09T00:00:00Z", - "placementDate": "2022-06-08T00:00:00Z", + "stateRegDate": "2021-06-28T00:00:00Z", + "placementDate": "2021-08-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122404,16 +120309,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 430000000 + "units": "3", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122425,32 +120330,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "77098e82-a40f-4e39-9ba5-ec5a472b86d3", + "uid": "ae77c755-7a03-4ced-af50-18fa4bbbda28", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "32b8f09a-4a14-4bb6-b020-fb990371a24e", + "positionUid": "39f6fda7-e5a7-4746-bc5e-7ce5bd20f162", "forIisFlag": true, + "first1minCandleDate": "2021-08-03T11:03:00Z", + "first1dayCandleDate": "2021-08-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1024W4": { - "figi": "BBG00XH3GY82", - "ticker": "RU000A1024W4", + "RU000A1020W2": { + "figi": "BBG00WMMMHJ4", + "ticker": "RU000A1020W2", "classCode": "TQCB", - "isin": "RU000A1024W4", + "isin": "RU000A1020W2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Черкизово выпуск БО-001P-03", + "name": "\u0421\u0432\u0435\u0442\u043e\u0444\u043e\u0440 \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-03-15T00:00:00Z", + "maturityDate": "2025-08-07T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "900", "nano": 0 }, - "stateRegDate": "2020-09-14T00:00:00Z", - "placementDate": "2020-09-18T00:00:00Z", + "stateRegDate": "2020-06-29T00:00:00Z", + "placementDate": "2020-08-13T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122458,53 +120365,55 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 780000000 + "units": "8", + "nano": 280000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "6300000", - "issueSizePlan": "6300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e774f404-5ddd-4164-b9be-1ff04aacfb3e", + "uid": "c0a7da41-297c-44e8-80e3-cbaa1ad7acdc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3056c1df-9988-4f4f-8eca-1fbfa1c6b19e", + "positionUid": "77e16a40-bcd2-4fd8-8007-d335daa4d71b", "forIisFlag": true, + "first1minCandleDate": "2020-08-13T12:42:00Z", + "first1dayCandleDate": "2020-08-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103RT2": { - "figi": "TCS00A103RT2", - "ticker": "RU000A103RT2", + "RU000A101XS6": { + "figi": "BBG00WFCV2B5", + "ticker": "RU000A101XS6", "classCode": "TQCB", - "isin": "RU000A103RT2", + "isin": "RU000A101XS6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Экспобанк 001Р-01", + "name": "\u041c\u041e\u042d\u041a \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-09-24T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-07-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-23T00:00:00Z", - "placementDate": "2021-09-28T00:00:00Z", + "stateRegDate": "2020-07-20T00:00:00Z", + "placementDate": "2020-07-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122512,16 +120421,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 670000000 + "units": "7", + "nano": 950000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", "issueSize": "5000000", "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122533,32 +120442,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cf8c50a2-f578-4592-9bba-d4fb235c3ad5", + "uid": "51a4df98-6c75-40f7-a462-5edde77cb0c8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "534b90f6-9f25-428b-9856-2ff55dd2868a", + "positionUid": "54e81bb9-635f-433c-96a4-23814bf417b9", "forIisFlag": true, + "first1minCandleDate": "2020-07-22T15:16:00Z", + "first1dayCandleDate": "2020-07-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103125": { - "figi": "TCS00A103125", - "ticker": "RU000A103125", - "classCode": "TQCB", - "isin": "RU000A103125", + "RU000A102101": { + "figi": "BBG00WPJ81Z1", + "ticker": "RU000A102101", + "classCode": "TQIR", + "isin": "RU000A102101", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ ИА БО-001Р-07", + "name": "\u042d\u0411\u0418\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2049-06-28T00:00:00Z", + "maturityDate": "2023-08-11T00:00:00Z", "nominal": { "currency": "rub", - "units": "706", - "nano": 100000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2021-04-02T00:00:00Z", - "placementDate": "2021-04-22T00:00:00Z", + "stateRegDate": "2020-07-28T00:00:00Z", + "placementDate": "2020-08-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122566,53 +120477,55 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 70000000 + "units": "9", + "nano": 620000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "11252259", - "issueSizePlan": "11252259", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "150000", + "issueSizePlan": "150000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1c67bcae-5bd8-4155-a256-2c5caf882797", + "uid": "c745fea5-0673-4c6f-9fe0-c5cfdd552588", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "573ad9fe-0cef-40d1-9737-87bc22571e2c", + "positionUid": "7a633c44-fb0f-4ac8-9527-cd0fb05f60ef", "forIisFlag": true, + "first1minCandleDate": "2022-08-16T06:59:00Z", + "first1dayCandleDate": "2022-08-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103117": { - "figi": "TCS00A103117", - "ticker": "RU000A103117", + "RU000A1030X9": { + "figi": "TCS00A1030X9", + "ticker": "RU000A1030X9", "classCode": "TQCB", - "isin": "RU000A103117", + "isin": "RU000A1030X9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "М.Видео выпуск 1", + "name": "\u0421\u044d\u0442\u043b \u0413\u0440\u0443\u043f\u043f \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-04-18T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-13T00:00:00Z", - "placementDate": "2021-04-22T00:00:00Z", + "stateRegDate": "2021-04-12T00:00:00Z", + "placementDate": "2021-04-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122620,16 +120533,16 @@ }, "aciValue": { "currency": "rub", - "units": "18", - "nano": 200000000 + "units": "11", + "nano": 640000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7500000", + "issueSizePlan": "7500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122641,110 +120554,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d3af5181-e01e-4365-a29e-90b9c3bceeae", + "uid": "3ce6e4a3-39f7-450b-b089-ecf3475a69e4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fac26366-c188-43b2-b265-d31bca348080", + "positionUid": "82731d33-7e6b-41fc-9de5-23dd740fe189", "forIisFlag": true, + "first1minCandleDate": "2021-04-21T11:06:00Z", + "first1dayCandleDate": "2021-04-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXSD3": { - "figi": "BBG00GSNVXC3", - "ticker": "RU000A0JXSD3", - "classCode": "TQCB", - "isin": "RU000A0JXSD3", + "VAKI0324": { + "figi": "BBG00NPGTY64", + "ticker": "VAKI0324", + "classCode": "SPBBND", + "isin": "XS1970705528", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Волгоградская область выпуск 7", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-06-02T00:00:00Z", + "name": "Vakifbank", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2024-03-28T00:00:00Z", "nominal": { - "currency": "rub", - "units": "800", + "currency": "usd", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-05-22T00:00:00Z", - "placementDate": "2017-06-02T00:00:00Z", + "placementDate": "2019-03-28T00:00:00Z", "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "8", - "nano": 220000000 + "currency": "usd", + "units": "36", + "nano": 336806000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRisk": "TR", + "countryOfRiskName": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "financial", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", + "issueSize": "600000", + "issueSizePlan": "600000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "31452be2-902e-4f78-b27e-12951cdfabb5", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5e47c7d3-1283-4aa9-b3d2-857b9cd6113d", + "uid": "51e37b79-733b-46f9-983e-36000cec4812", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "186f6367-8e60-4099-adea-ec583bd6a1f9", "forIisFlag": true, + "first1minCandleDate": "2019-12-13T07:26:00Z", + "first1dayCandleDate": "2019-12-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZES2": { - "figi": "BBG00LLM12G8", - "ticker": "RU000A0ZZES2", + "RU000A1011C3": { + "figi": "BBG00QXGPWQ4", + "ticker": "RU000A1011C3", "classCode": "TQCB", - "isin": "RU000A0ZZES2", + "isin": "RU000A1011C3", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 397800000 - }, - "dshort": { - "units": "0", - "nano": 299600000 - }, - "dlongMin": { - "units": "0", - "nano": 224000000 - }, - "dshortMin": { - "units": "0", - "nano": 140000000 - }, "shortEnabledFlag": false, - "name": "Газпром БО-22", + "name": "\u0420\u0443\u0441\u0430\u043b \u0411\u0440\u0430\u0442\u0441\u043a \u0411\u041e-001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a\u00a04", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2048-06-23T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2029-11-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2011-08-10T00:00:00Z", - "placementDate": "2018-07-31T00:00:00Z", + "stateRegDate": "2019-11-08T00:00:00Z", + "placementDate": "2019-11-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122752,16 +120644,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "5", + "nano": 720000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", "issueSize": "15000000", "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122773,58 +120665,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "564925f5-7816-4946-bce9-77214e0f8a38", + "uid": "12e7683d-83e5-439c-8dad-d6bbd2c86943", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "267f38d6-f5a2-4a09-9bc9-94e9f199d571", + "positionUid": "743a8e2f-334d-429a-b75a-af934668c701", "forIisFlag": true, - "first1minCandleDate": "2018-07-31T11:36:00Z", - "first1dayCandleDate": "2018-07-31T07:00:00Z", + "first1minCandleDate": "2019-11-14T12:29:00Z", + "first1dayCandleDate": "2019-11-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYU21": { - "figi": "BBG00K4MPZ61", - "ticker": "RU000A0ZYU21", + "RU000A1030Y7": { + "figi": "BBG0107GHR16", + "ticker": "RU000A1030Y7", "classCode": "TQCB", - "isin": "RU000A0ZYU21", + "isin": "RU000A1030Y7", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "Альфа-Банк выпуск 40", + "name": "\u0420\u041d \u0411\u0430\u043d\u043a \u0411\u041e-1P \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2033-03-04T00:00:00Z", + "maturityDate": "2024-04-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-02-06T00:00:00Z", - "placementDate": "2018-02-21T00:00:00Z", + "stateRegDate": "2021-04-16T00:00:00Z", + "placementDate": "2021-04-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -122832,16 +120700,16 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 770000000 + "units": "28", + "nano": 180000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122853,109 +120721,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a951c4f-53c2-43af-bd5c-7fb61a1fda66", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e502f5d1-3b19-4fff-be8f-82b780fa5a49", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "RU000A0ZYMJ7": { - "figi": "BBG00JM15X21", - "ticker": "RU000A0ZYMJ7", - "classCode": "TQCB", - "isin": "RU000A0ZYMJ7", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "Томская область выпуск 62", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-12-19T00:00:00Z", - "nominal": { - "currency": "rub", - "units": "750", - "nano": 0 - }, - "stateRegDate": "2017-12-20T00:00:00Z", - "placementDate": "2017-12-28T00:00:00Z", - "placementPrice": { - "currency": "rub", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "rub", - "units": "4", - "nano": 320000000 - }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "", - "issueKind": "documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "d47a7512-dd4d-4855-be44-c7f328a7d22e", + "uid": "66b72aba-01df-42ac-94cd-6f2581dd17c5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f1867314-fdbd-4b20-9e46-5297a4494159", + "positionUid": "bd612b77-e377-4ed3-9ae7-2f1ea50c5882", "forIisFlag": true, + "first1minCandleDate": "2021-04-21T11:58:00Z", + "first1dayCandleDate": "2021-04-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0997544860": { - "figi": "BBG005MCTC09", - "ticker": "XS0997544860", + "XS0971721963": { + "figi": "BBG00580HD20", + "ticker": "XS0971721963", "classCode": "TQOD", - "isin": "XS0997544860", + "isin": "XS0971721963", "lot": 1, "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "3", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "Gazpromneft", - "exchange": "MOEX_PLUS", + "name": "Russia 2043", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2023-11-27T00:00:00Z", + "maturityDate": "2043-09-16T00:00:00Z", "nominal": { "currency": "usd", - "units": "1000", + "units": "200000", "nano": 0 }, - "placementDate": "2013-11-27T00:00:00Z", + "stateRegDate": "2013-09-18T00:00:00Z", + "placementDate": "2013-09-16T00:00:00Z", "placementPrice": { "currency": "usd", "units": "0", @@ -122963,16 +120756,16 @@ }, "aciValue": { "currency": "usd", - "units": "28", - "nano": 666667000 + "units": "5646", + "nano": 527777780 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "7500", + "issueSizePlan": "7500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -122984,104 +120777,107 @@ "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "95c113d4-66f2-47ad-b419-a1f35e714954", + "uid": "eeef5daf-7ed6-40d2-acd9-88119004ea5a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e5712d5d-275a-41d0-8b58-4017c81a3f69", - "forIisFlag": true, - "first1minCandleDate": "2018-06-01T05:46:00Z", - "first1dayCandleDate": "2018-06-01T07:00:00Z", + "positionUid": "ff41034e-48f8-4118-96d6-012712c26fd7", + "forIisFlag": false, + "first1minCandleDate": "2018-09-07T12:45:00Z", + "first1dayCandleDate": "2018-09-07T07:00:00Z", "type": "Bonds", "step": 0.0001 }, - "RU000A104V26": { - "figi": "TCS00A104V26", - "ticker": "RU000A104V26", + "RU000A0ZYCM2": { + "figi": "BBG00HVY2MS2", + "ticker": "RU000A0ZYCM2", "classCode": "TQCB", - "isin": "RU000A104V26", + "isin": "RU000A0ZYCM2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЕСО-Лизинг", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2026-06-02T00:00:00Z", + "name": "\u041a\u0440\u0430\u0441\u043d\u043e\u044f\u0440\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 13", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-10-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-05-31T00:00:00Z", - "placementDate": "2022-06-07T00:00:00Z", + "stateRegDate": "2017-10-04T00:00:00Z", + "placementDate": "2017-10-12T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 960000000 + "units": "13", + "nano": 550000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "9000000", - "issueSizePlan": "9000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "72277704-8311-43c8-966e-34fd219243a8", + "uid": "97249b2e-33d6-4aa9-a73f-52518444e9ae", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "79cd729b-82b1-4453-b405-216d13e31b37", + "positionUid": "a9bf8103-dd80-455a-8a2f-ed15aa297f33", "forIisFlag": true, + "first1minCandleDate": "2018-03-15T04:28:00Z", + "first1dayCandleDate": "2017-10-12T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2099763075": { - "figi": "BBG00RHTYB60", - "ticker": "XS2099763075", - "classCode": "TQOD", - "isin": "XS2099763075", + "RU000A100LV7": { + "figi": "BBG00PSN47C0", + "ticker": "RU000A100LV7", + "classCode": "TQCB", + "isin": "RU000A100LV7", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Credit Bank of Moscow", + "name": "\u0415\u0432\u0440\u043e\u0425\u0438\u043c \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-01-29T00:00:00Z", + "maturityDate": "2023-07-19T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2020-01-29T00:00:00Z", + "stateRegDate": "2019-07-16T00:00:00Z", + "placementDate": "2019-07-19T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "22", - "nano": 586111000 + "currency": "rub", + "units": "10", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "541000", - "issueSizePlan": "600000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123090,52 +120886,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e422c61-a401-4893-b887-a5523a85a938", + "uid": "85e27a71-b245-4fde-a174-e46120a7e087", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eb3fa516-8ce0-46ae-bcb3-f1c969c19dd0", + "positionUid": "6f30cfb6-83a0-47e0-a60e-3c3a0cd0572d", "forIisFlag": true, + "first1minCandleDate": "2020-01-29T14:34:00Z", + "first1dayCandleDate": "2020-01-29T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A103S14": { - "figi": "TCS00A103S14", - "ticker": "RU000A103S14", + "RU000A0ZYCD1": { + "figi": "BBG00HT45YG5", + "ticker": "RU000A0ZYCD1", "classCode": "TQCB", - "isin": "RU000A103S14", + "isin": "RU000A0ZYCD1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Европлан 001Р-04", + "name": "\u041a\u0443\u0440\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-03-25T00:00:00Z", + "maturityDate": "2025-10-12T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "450", "nano": 0 }, - "stateRegDate": "2021-09-23T00:00:00Z", - "placementDate": "2021-09-28T00:00:00Z", + "stateRegDate": "2017-09-25T00:00:00Z", + "placementDate": "2017-10-10T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", "units": "5", - "nano": 550000000 + "nano": 400000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "7000000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123147,32 +120945,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "abfde89d-fd82-49cd-9860-60bf1282156a", + "uid": "b074b55e-54c1-4ccf-af3e-daf56e920b0f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4aeadbe8-4084-4b02-a73c-822584f522f7", + "positionUid": "b21d5cac-8209-4d89-bada-ca926e8ea790", "forIisFlag": true, + "first1minCandleDate": "2018-03-16T02:25:00Z", + "first1dayCandleDate": "2017-10-10T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100ZL8": { - "figi": "BBG00QRKJF13", - "ticker": "RU000A100ZL8", + "RU000A100LS3": { + "figi": "BBG00PV1MX64", + "ticker": "RU000A100LS3", "classCode": "TQCB", - "isin": "RU000A100ZL8", + "isin": "RU000A100LS3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЛСР выпуск 5", + "name": "\u0415\u0432\u0440\u043e\u0425\u0438\u043c \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-10-24T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-01-18T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-28T00:00:00Z", - "placementDate": "2019-10-31T00:00:00Z", + "stateRegDate": "2019-07-16T00:00:00Z", + "placementDate": "2019-07-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123180,70 +120980,72 @@ }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 330000000 + "units": "11", + "nano": 180000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "6000000", - "issueSizePlan": "6000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59cdbd2b-2e27-4602-b0aa-3dab5eb40cab", + "uid": "f9621184-f9f8-492e-baee-452ed794353a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7df0da94-16fd-4a7f-ad4e-595525d1303c", + "positionUid": "16d8f306-9c39-45a9-9205-147de6986df7", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T10:31:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26235RMFS0": { - "figi": "BBG00Y04Q3V7", - "ticker": "SU26235RMFS0", - "classCode": "TQOB", - "isin": "RU000A1028E3", + "RU000A101FG8": { + "figi": "BBG00RT7J0J2", + "ticker": "RU000A101FG8", + "classCode": "TQCB", + "isin": "RU000A101FG8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26235", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c 002P \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2031-03-12T00:00:00Z", + "maturityDate": "2027-02-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-12T00:00:00Z", - "placementDate": "2020-10-14T00:00:00Z", + "stateRegDate": "2020-02-17T00:00:00Z", + "placementDate": "2020-02-19T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 400000000 + "units": "4", + "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "483816503", - "issueSizePlan": "500000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123252,35 +121054,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1a9082e6-e1f0-4486-b3f7-5bd9a81482da", + "uid": "be8b9813-07f3-40d1-861c-28162f92c042", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cc37e9ce-2170-4d33-b75a-5a5b5d7afe6c", + "positionUid": "adc59da3-5904-462e-901d-c4a1a1477db3", "forIisFlag": true, + "first1minCandleDate": "2020-02-19T11:04:00Z", + "first1dayCandleDate": "2020-02-19T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A1010X1": { - "figi": "BBG00QTYPGQ5", - "ticker": "RU000A1010X1", + "RU000A100N12": { + "figi": "BBG00PVL2PM1", + "ticker": "RU000A100N12", "classCode": "TQCB", - "isin": "RU000A1010X1", + "isin": "RU000A100N12", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ИКС 5 Финанс выпуск 7", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u00a011", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2034-10-24T00:00:00Z", + "maturityDate": "2029-07-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-07T00:00:00Z", - "placementDate": "2019-11-12T00:00:00Z", + "stateRegDate": "2019-07-23T00:00:00Z", + "placementDate": "2019-07-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123288,16 +121092,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "11", + "nano": 590000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123309,34 +121113,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6e11519d-46b0-4d9e-8db1-aed69388f91d", + "uid": "fb5149f0-26e8-4b99-af21-2b219f96d88b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e523e4fc-a792-4861-8913-cbc90bec8ba9", + "positionUid": "b18b4479-ca11-4bb1-ad68-61f77c8d1baf", "forIisFlag": true, - "first1minCandleDate": "2019-11-19T14:57:00Z", - "first1dayCandleDate": "2019-11-19T07:00:00Z", + "first1minCandleDate": "2019-07-29T13:11:00Z", + "first1dayCandleDate": "2019-07-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102ZS9": { - "figi": "BBG01016PHF2", - "ticker": "RU000A102ZS9", + "RU000A104JQ3": { + "figi": "BBG015CD9YL8", + "ticker": "RU000A104JQ3", "classCode": "TQCB", - "isin": "RU000A102ZS9", + "isin": "RU000A104JQ3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЭБИС выпуск 4", + "name": "\u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0411\u041e-\u041f11", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-09T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2028-02-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-01T00:00:00Z", - "placementDate": "2021-04-13T00:00:00Z", + "stateRegDate": "2022-02-03T00:00:00Z", + "placementDate": "2022-02-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123344,16 +121148,16 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 960000000 + "units": "8", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "400000", - "issueSizePlan": "400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123365,103 +121169,106 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "45ab16b0-8b75-4ce4-af78-35f4ccb2535f", + "uid": "a4f075f2-c6e7-4dd8-8042-a110d2d16de0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0323e90a-d28d-420e-b537-b4336e6ed20e", + "positionUid": "6c1d60f3-8dc9-49a8-bd46-413f1718013d", "forIisFlag": true, + "first1minCandleDate": "2022-02-15T11:33:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1043L7": { - "figi": "TCS00A1043L7", - "ticker": "RU000A1043L7", - "classCode": "TQIR", - "isin": "RU000A1043L7", + "OMA0148": { + "figi": "BBG00JQC5C47", + "ticker": "OMA0148", + "classCode": "SPBBND", + "isin": "XS1750114396", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "МФК Эйрлоанс выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2025-05-06T00:00:00Z", + "name": "Sultanate of Oman", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2048-01-17T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-25T00:00:00Z", - "placementDate": "2021-11-23T00:00:00Z", + "placementDate": "2018-01-17T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 0 + "currency": "usd", + "units": "9", + "nano": 750000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "201783", - "issueSizePlan": "300000", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "government", + "issueKind": "documentary", + "issueSize": "2750000", + "issueSizePlan": "2750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2200bb85-cc0f-4119-ba3c-bd6537a756de", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f91204c6-6a8a-4b71-8b02-9e0d7a234946", + "uid": "0c8963fb-4e82-463d-bfed-39030b02b17e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b405bce3-4204-4570-bf00-2e9e4c68e363", "forIisFlag": true, + "first1minCandleDate": "2021-08-13T12:30:00Z", + "first1dayCandleDate": "2021-08-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103WZ9": { - "figi": "BBG0136Y8NS2", - "ticker": "RU000A103WZ9", - "classCode": "TQCB", - "isin": "RU000A103WZ9", + "SU26232RMFS7": { + "figi": "BBG00R0Z4YW8", + "ticker": "SU26232RMFS7", + "classCode": "TQOB", + "isin": "RU000A1014N4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "NexTouch выпуск 1", + "name": "\u041e\u0424\u0417 26232", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-10-22T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-10-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-15T00:00:00Z", - "placementDate": "2021-10-26T00:00:00Z", - "placementPrice": { + "stateRegDate": "2019-12-02T00:00:00Z", + "placementDate": "2019-12-04T00:00:00Z", + "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 100000000 + "units": "24", + "nano": 330000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "issueKind": "non_documentary", - "issueSize": "294000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "450000000", + "issueSizePlan": "450000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123470,35 +121277,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "431c7e0d-a8a0-492b-8771-94cabad84935", + "uid": "d240143e-ed57-45cd-801d-22fbd904e4ca", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c2c01ae6-1486-4e9b-85b0-4152b3ea12bb", + "positionUid": "ecfc5bdf-3b8f-4dfc-902e-3f27b65786b3", "forIisFlag": true, + "first1minCandleDate": "2019-12-11T11:35:00Z", + "first1dayCandleDate": "2019-12-11T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A104123": { - "figi": "BBG013TSL6D8", - "ticker": "RU000A104123", + "RU000A104693": { + "figi": "TCS00A104693", + "ticker": "RU000A104693", "classCode": "TQCB", - "isin": "RU000A104123", + "isin": "RU000A104693", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ 001Р-09", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 23", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-11-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2031-11-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-12T00:00:00Z", - "placementDate": "2021-11-16T00:00:00Z", + "stateRegDate": "2021-10-07T00:00:00Z", + "placementDate": "2021-12-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123506,16 +121315,16 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 320000000 + "units": "1", + "nano": 640000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123527,85 +121336,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fa878e07-94ab-46bb-85f8-055d0c74c884", + "uid": "75567407-6138-4108-9d7f-6977ce8db3d6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d81a976a-7a42-459c-ba6f-622af3f09118", - "forIisFlag": true, - "type": "Bonds", - "step": 0.01 - }, - "EGPT0431": { - "figi": "BBG00NTC1SR9", - "ticker": "EGPT0431", - "classCode": "SPBBND", - "isin": "XS1980255936", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "ARAB REPUBLIC", - "exchange": "SPB", - "couponQuantityPerYear": 1, - "maturityDate": "2031-04-11T00:00:00Z", - "nominal": { - "currency": "eur", - "units": "1000", - "nano": 0 - }, - "placementDate": "2019-04-11T00:00:00Z", - "placementPrice": { - "currency": "eur", - "units": "0", - "nano": 0 - }, - "aciValue": { - "currency": "eur", - "units": "17", - "nano": 815068000 - }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", - "issueKind": "documentary", - "issueSize": "1250000", - "issueSizePlan": "1250000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "93c35aff-6bc9-4c6f-b771-672613b46e74", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "38b5acea-bca2-424a-acde-07777dec4e54", + "positionUid": "ab703fc7-83d4-4de4-a769-05b898f732d2", "forIisFlag": true, + "first1minCandleDate": "2021-12-03T10:50:00Z", + "first1dayCandleDate": "2021-12-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101QM3": { - "figi": "BBG00V93CKD3", - "ticker": "RU000A101QM3", + "RU000A102556": { + "figi": "BBG00XJF7FL9", + "ticker": "RU000A102556", "classCode": "TQCB", - "isin": "RU000A101QM3", + "isin": "RU000A102556", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Газпром капитал БО-001Р выпуск 3", + "name": "\u0421\u042d\u0417 \u0438\u043c. \u0421\u0435\u0440\u0433\u043e \u041e\u0440\u0434\u0436\u043e\u043d\u0438\u043a\u0438\u0434\u0437\u0435 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-05-27T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2027-09-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-07T00:00:00Z", - "placementDate": "2020-06-02T00:00:00Z", + "stateRegDate": "2020-09-10T00:00:00Z", + "placementDate": "2020-09-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123613,16 +121371,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 960000000 + "units": "23", + "nano": 270000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123634,32 +121392,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d05baea-7612-40ba-bd2b-6b4c3b0064ad", + "uid": "5f4739a7-b11c-41ad-82e4-83041b40f463", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8dcdecf9-bf90-4d80-9f7c-b359f5d04f5c", + "positionUid": "f393dbd2-4857-4804-8fa8-32a690b711a2", "forIisFlag": true, + "first1minCandleDate": "2020-09-22T12:49:00Z", + "first1dayCandleDate": "2020-09-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYLK7": { - "figi": "BBG00JM14CY3", - "ticker": "RU000A0ZYLK7", + "RU000A102J57": { + "figi": "BBG00YLQVM01", + "ticker": "RU000A102J57", "classCode": "TQCB", - "isin": "RU000A0ZYLK7", + "isin": "RU000A102J57", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Верхнебаканский цементный завод 001P выпуск 1", + "name": "\u0422\u0435\u043f\u043b\u043e\u044d\u043d\u0435\u0440\u0433\u043e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2027-12-10T00:00:00Z", + "maturityDate": "2022-12-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-12-11T00:00:00Z", - "placementDate": "2017-12-22T00:00:00Z", + "stateRegDate": "2020-12-10T00:00:00Z", + "placementDate": "2020-12-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123667,16 +121427,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 640000000 + "units": "23", + "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "7600000", - "issueSizePlan": "3600000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123688,32 +121448,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7cafe5f8-be69-4fd6-ada7-1adc02fab792", + "uid": "58a215f8-a470-43d0-8c95-962abf7c9e23", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "99574d39-95eb-42b5-a3af-bac4b8bac12d", + "positionUid": "ae5d63ac-ea9e-4545-979a-bf59b444e08a", "forIisFlag": true, + "first1minCandleDate": "2020-12-17T11:21:00Z", + "first1dayCandleDate": "2020-12-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100LV7": { - "figi": "BBG00PSN47C0", - "ticker": "RU000A100LV7", + "RU000A0ZYWU3": { + "figi": "BBG00K4MR057", + "ticker": "RU000A0ZYWU3", "classCode": "TQCB", - "isin": "RU000A100LV7", + "isin": "RU000A0ZYWU3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЕвроХим выпуск 5", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-07-19T00:00:00Z", + "maturityDate": "2028-02-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-07-16T00:00:00Z", - "placementDate": "2019-07-19T00:00:00Z", + "stateRegDate": "2018-02-27T00:00:00Z", + "placementDate": "2018-03-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123721,16 +121483,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 430000000 + "units": "1", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123742,32 +121504,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "85e27a71-b245-4fde-a174-e46120a7e087", + "uid": "a36180df-4105-4093-9521-9558c5bedaa3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6f30cfb6-83a0-47e0-a60e-3c3a0cd0572d", + "positionUid": "47a9b74e-d81a-403e-be39-9f425fdd8240", "forIisFlag": true, + "first1minCandleDate": "2018-03-14T17:41:00Z", + "first1dayCandleDate": "2018-03-07T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101HJ8": { - "figi": "BBG00RVD9KF7", - "ticker": "RU000A101HJ8", + "RU000A102KG6": { + "figi": "BBG00YN4P9Q6", + "ticker": "RU000A102KG6", "classCode": "TQCB", - "isin": "RU000A101HJ8", + "isin": "RU000A102KG6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Магнит 002Р выпуск 1", + "name": "\u0413\u041a \u041f\u0438\u043e\u043d\u0435\u0440-001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-03-02T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-03-04T00:00:00Z", - "placementDate": "2020-03-05T00:00:00Z", + "stateRegDate": "2020-12-10T00:00:00Z", + "placementDate": "2020-12-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123775,77 +121539,55 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 780000000 + "units": "21", + "nano": 100000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "def9459b-8f82-478a-b6d6-9d2232c25b9c", + "uid": "8ae002cf-7c76-4b7e-a203-5b1f18ed946e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "99226643-239d-4f34-b338-bd1ef10ddd24", + "positionUid": "e39c3845-d8e7-4b79-8f92-aff62a312e7d", "forIisFlag": true, + "first1minCandleDate": "2020-12-22T11:00:00Z", + "first1dayCandleDate": "2020-12-22T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYG52": { - "figi": "BBG00J7HHGH1", - "ticker": "RU000A0ZYG52", - "classCode": "TQCB", - "isin": "RU000A0ZYG52", + "RU000A0ZYAQ7": { + "figi": "BBG00HS78YK1", + "ticker": "RU000A0ZYAQ7", + "classCode": "TQIR", + "isin": "RU000A0ZYAQ7", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "Ростелеком выпуск 3", + "name": "\u041a\u0430\u0440\u041c\u0430\u043d\u0438 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-11-09T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2022-10-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-11-16T00:00:00Z", - "placementDate": "2017-11-21T00:00:00Z", + "stateRegDate": "2017-09-12T00:00:00Z", + "placementDate": "2017-09-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123853,16 +121595,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 710000000 + "units": "5", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123874,86 +121616,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "00486cd8-5915-4c0b-8017-b81b9d1805d4", + "uid": "1b937990-da7e-4870-95b6-b3596227b211", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cf3e5dbf-3338-4ee5-96fd-375925e16daa", + "positionUid": "ed8ce409-ef2f-4fd8-af83-9e32c0d24c06", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:13:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYGM3": { - "figi": "BBG00JC8FQL0", - "ticker": "RU000A0ZYGM3", + "RU000A102TA0": { + "figi": "BBG00ZHZ4Q86", + "ticker": "RU000A102TA0", "classCode": "TQCB", - "isin": "RU000A0ZYGM3", + "isin": "RU000A102TA0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Орловская область 2017", + "name": "\u0420\u043e\u0441\u0430\u0433\u0440\u043e\u043b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-11-26T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-02-25T00:00:00Z", "nominal": { "currency": "rub", - "units": "400", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-11-17T00:00:00Z", - "placementDate": "2017-11-27T00:00:00Z", + "stateRegDate": "2020-08-24T00:00:00Z", + "placementDate": "2021-03-03T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 550000000 + "units": "1", + "nano": 730000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2573cff2-3379-466f-af4a-0f8a4c66b378", + "uid": "2f728285-02dd-4411-bea9-5a4d28f52bbe", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "75c46844-849a-4084-9801-84fdf1e2f801", + "positionUid": "163d3c41-3286-4a37-9bce-40a47f796092", "forIisFlag": true, + "first1minCandleDate": "2021-03-03T10:39:00Z", + "first1dayCandleDate": "2021-03-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1043G7": { - "figi": "TCS00A1043G7", - "ticker": "RU000A1043G7", + "RU000A102QP4": { + "figi": "BBG00Z6BQMY7", + "ticker": "RU000A102QP4", "classCode": "TQCB", - "isin": "RU000A1043G7", + "isin": "RU000A102QP4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сегежа 002P выпуск 2", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 21", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2036-11-04T00:00:00Z", + "maturityDate": "2027-06-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-18T00:00:00Z", - "placementDate": "2021-11-23T00:00:00Z", + "stateRegDate": "2021-02-03T00:00:00Z", + "placementDate": "2021-02-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -123962,15 +121708,15 @@ "aciValue": { "currency": "rub", "units": "15", - "nano": 410000000 + "nano": 580000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -123982,32 +121728,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d7797c8-1764-4635-8f1e-b6ac07dec354", + "uid": "39a12188-c08a-43d2-8cdd-20577d93755a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d6020dbb-13f7-48ff-ad9c-8ec15fedd328", + "positionUid": "bad8874d-30ec-453d-9ebc-7150c58db599", "forIisFlag": true, + "first1minCandleDate": "2021-02-08T11:25:00Z", + "first1dayCandleDate": "2021-02-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103RD6": { - "figi": "TCS00A103RD6", - "ticker": "RU000A103RD6", + "RU000A102T63": { + "figi": "RU000A102T63", + "ticker": "RU000A102T63", "classCode": "TQCB", - "isin": "RU000A103RD6", + "isin": "RU000A102T63", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ДОМ.РФ Социальные облигации выпуск 1", + "name": "\u041b\u0421\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-11-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2026-02-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-03T00:00:00Z", - "placementDate": "2021-09-23T00:00:00Z", + "stateRegDate": "2021-02-19T00:00:00Z", + "placementDate": "2021-03-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124015,53 +121763,55 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 680000000 + "units": "1", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ae967f18-6a7a-41d9-b713-98a41b3cc8c3", + "uid": "c87cccff-83ff-45f2-87b7-9664d965685f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "425c3122-8df2-4e40-950f-6f4c97ee8a5c", + "positionUid": "fa7c2460-5efb-438e-b0df-6948e8f91587", "forIisFlag": true, + "first1minCandleDate": "2021-03-02T11:05:00Z", + "first1dayCandleDate": "2021-03-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100Q35": { - "figi": "BBG00PZ6T956", - "ticker": "RU000A100Q35", + "RU000A101970": { + "figi": "BBG00R83FV73", + "ticker": "RU000A101970", "classCode": "TQCB", - "isin": "RU000A100Q35", + "isin": "RU000A101970", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПР-Лизинг выпуск 3", + "name": "\u0412\u0441\u0435\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b.\u0440\u0443 \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2026-07-07T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-12-23T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-08-07T00:00:00Z", - "placementDate": "2019-08-13T00:00:00Z", + "stateRegDate": "2019-12-23T00:00:00Z", + "placementDate": "2019-12-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124069,16 +121819,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 300000000 + "units": "27", + "nano": 70000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "400000", - "issueSizePlan": "400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124090,32 +121840,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f56dd478-762f-45f9-b912-afab5b152738", + "uid": "e7b106f6-d7ef-49c1-a518-0983a7fc2c29", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b9c9b704-3896-409c-9006-2a3816434439", + "positionUid": "37a34775-d026-45ed-bf18-a0e5a1679429", "forIisFlag": true, + "first1minCandleDate": "2019-12-27T11:27:00Z", + "first1dayCandleDate": "2019-12-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101PU8": { - "figi": "BBG00V3L02Q8", - "ticker": "RU000A101PU8", + "RU000A100YE6": { + "figi": "BBG00QPG0TF9", + "ticker": "RU000A100YE6", "classCode": "TQCB", - "isin": "RU000A101PU8", + "isin": "RU000A100YE6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Трансмашхолдинг ПБО-05", + "name": "\u0422\u0440\u0430\u043d\u0441\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u041f\u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-05-21T00:00:00Z", + "maturityDate": "2024-10-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-30T00:00:00Z", - "placementDate": "2020-05-27T00:00:00Z", + "stateRegDate": "2019-10-18T00:00:00Z", + "placementDate": "2019-10-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124123,67 +121875,68 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 530000000 + "units": "28", + "nano": 200000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", - "issueKind": "non_documentary", + "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "bda1df66-6435-4032-9952-4e1b3b77311b", + "uid": "e4dab88b-9c72-403a-aa5e-91103c90ed95", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0bdf598a-8d95-484c-9144-8dcaef4f56f0", + "positionUid": "8481a944-3d45-48d0-89fb-d655c9a003f8", "forIisFlag": true, + "first1minCandleDate": "2019-10-23T11:19:00Z", + "first1dayCandleDate": "2019-10-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1030N0": { - "figi": "BBG0107RVMG1", - "ticker": "RU000A1030N0", - "classCode": "TQCB", - "isin": "RU000A1030N0", + "XS2384475930": { + "figi": "BBG012G07QT0", + "ticker": "XS2384475930", + "classCode": "TQOD", + "isin": "XS2384475930", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ФЭС-Агро выпуск 2", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-17T00:00:00Z", + "name": "Credit Bank of Moscow", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2026-09-21T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-03-26T00:00:00Z", - "placementDate": "2021-04-21T00:00:00Z", + "placementDate": "2021-09-21T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "0", - "nano": 300000000 + "currency": "usd", + "units": "18", + "nano": 83333000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", "issueSize": "500000", "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", @@ -124192,38 +121945,40 @@ "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "62ea9d4a-3f8d-42dc-9b0d-d1909fa62497", + "uid": "97638e3d-58df-4803-96e8-0820e32f4141", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4ecd96d0-2e20-42ed-b64c-f463fc588a1e", + "positionUid": "2c19ed4e-6721-4297-a09c-52784dad5076", "forIisFlag": true, + "first1minCandleDate": "2021-09-29T09:38:00Z", + "first1dayCandleDate": "2021-09-29T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A101KJ2": { - "figi": "BBG00SY31CX0", - "ticker": "RU000A101KJ2", - "classCode": "TQRD", - "isin": "RU000A101KJ2", + "RU000A103NY1": { + "figi": "BBG012G2MQN5", + "ticker": "RU000A103NY1", + "classCode": "TQCB", + "isin": "RU000A103NY1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Калита выпуск 1", + "name": "\u0420\u041d \u0411\u0430\u043d\u043a \u0411\u041e-1P \u0432\u044b\u043f\u0443\u0441\u043a 9", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2023-09-12T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-09-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-03-27T00:00:00Z", - "placementDate": "2020-03-31T00:00:00Z", + "stateRegDate": "2021-09-03T00:00:00Z", + "placementDate": "2021-09-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124231,52 +121986,78 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 820000000 + "units": "38", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5d29d164-b687-4a8b-98dd-024ca4f11ac6", + "uid": "c1ce406d-7e29-4eed-a982-9fa8359de4be", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "db111b6c-4318-42c1-9b13-6e7c4f3a8a8f", + "positionUid": "c4b5fe5d-e734-4c29-8439-b18d6f206310", "forIisFlag": true, + "first1minCandleDate": "2021-09-10T12:22:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2249778247": { - "figi": "BBG00XXVWNC3", - "ticker": "XS2249778247", + "XS0997544860": { + "figi": "BBG005MCTC09", + "ticker": "XS0997544860", "classCode": "TQOD", - "isin": "XS2249778247", + "isin": "XS0997544860", "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "3", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "GTLK", + "name": "Gazpromneft", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-02-26T00:00:00Z", + "maturityDate": "2023-11-27T00:00:00Z", "nominal": { "currency": "usd", "units": "1000", "nano": 0 }, - "placementDate": "2020-10-26T00:00:00Z", + "placementDate": "2013-11-27T00:00:00Z", "placementPrice": { "currency": "usd", "units": "0", @@ -124284,16 +122065,16 @@ }, "aciValue": { "currency": "usd", - "units": "19", - "nano": 466667000 + "units": "28", + "nano": 666667000 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "financial", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124305,32 +122086,34 @@ "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "c60cf897-9213-4681-b621-9e242be65459", + "uid": "95c113d4-66f2-47ad-b419-a1f35e714954", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4fdc6d59-2435-4b49-94f5-8d0118cadd09", + "positionUid": "e5712d5d-275a-41d0-8b58-4017c81a3f69", "forIisFlag": true, + "first1minCandleDate": "2018-06-01T05:46:00Z", + "first1dayCandleDate": "2018-06-01T07:00:00Z", "type": "Bonds", "step": 0.0001 }, - "RU000A1043E2": { - "figi": "TCS00A1043E2", - "ticker": "RU000A1043E2", + "RU000A103YM3": { + "figi": "BBG013J0F816", + "ticker": "RU000A103YM3", "classCode": "TQCB", - "isin": "RU000A1043E2", + "isin": "RU000A103YM3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Новосибирская область выпуск 22", + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a 002P \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2028-11-14T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-11-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-01T00:00:00Z", - "placementDate": "2021-11-23T00:00:00Z", + "stateRegDate": "2021-10-25T00:00:00Z", + "placementDate": "2021-11-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124338,53 +122121,55 @@ }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 20000000 + "units": "28", + "nano": 450000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b8219a47-5760-4134-bb8f-8eaa28f2f677", + "uid": "94e684e7-f974-40d5-8620-b229609f2924", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "44a49166-ec57-4e0b-a9d9-778baf87c8ef", + "positionUid": "77c3798c-fbe4-44e9-a0e1-faa2d08d4632", "forIisFlag": true, + "first1minCandleDate": "2021-11-12T11:34:00Z", + "first1dayCandleDate": "2021-11-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1015P6": { - "figi": "BBG00R4Y73X1", - "ticker": "RU000A1015P6", - "classCode": "TQRD", - "isin": "RU000A1015P6", + "RU000A100PE4": { + "figi": "BBG00PXMNQ97", + "ticker": "RU000A100PE4", + "classCode": "TQCB", + "isin": "RU000A100PE4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Обувь России 001P выпуск 2", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-11-14T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-08-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-09T00:00:00Z", - "placementDate": "2019-12-11T00:00:00Z", + "stateRegDate": "2019-08-01T00:00:00Z", + "placementDate": "2019-08-06T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124392,53 +122177,55 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 560000000 + "units": "9", + "nano": 120000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9036338e-0846-4eea-ae9c-a7dcc1c62cf8", + "uid": "6976d4e0-8c52-467e-a84a-a74864570014", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1a56656f-86e4-4023-956c-2d2d08e90fb5", + "positionUid": "7c2d4efd-b3a1-405e-a3c9-459f1b058028", "forIisFlag": true, + "first1minCandleDate": "2019-08-06T12:49:00Z", + "first1dayCandleDate": "2019-08-06T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100V79": { - "figi": "BBG00QDTJQD2", - "ticker": "RU000A100V79", + "RU000A103828": { + "figi": "TCS00A103828", + "ticker": "RU000A103828", "classCode": "TQCB", - "isin": "RU000A100V79", + "isin": "RU000A103828", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Банк выпуск 3", + "name": "\u042d\u043d\u0435\u0440\u0433\u043e\u0422\u0435\u0445\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-09-12T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-05T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-09-23T00:00:00Z", - "placementDate": "2019-09-25T00:00:00Z", + "stateRegDate": "2021-05-31T00:00:00Z", + "placementDate": "2021-06-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124446,53 +122233,55 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 120000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "332de9f0-e706-43e8-9210-591236b367f2", + "uid": "0d5d51b0-5692-4f08-8b28-950e1ff1a19b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "55b03270-9ac3-4af8-86a8-329dafcd3a17", + "positionUid": "bb5c3abd-0e56-4a67-a18b-4bdb696a2812", "forIisFlag": true, + "first1minCandleDate": "2021-06-10T11:25:00Z", + "first1dayCandleDate": "2021-06-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103G75": { - "figi": "BBG0122KNFZ0", - "ticker": "RU000A103G75", + "RU000A1028C7": { + "figi": "TCS00A1028C7", + "ticker": "RU000A1028C7", "classCode": "TQCB", - "isin": "RU000A103G75", + "isin": "RU000A1028C7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сбер Банк 001P-SBER32", + "name": "\u041a\u0438\u0432\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-08-04T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2023-10-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-07-21T00:00:00Z", - "placementDate": "2021-08-06T00:00:00Z", + "stateRegDate": "2020-10-06T00:00:00Z", + "placementDate": "2020-10-13T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124500,16 +122289,16 @@ }, "aciValue": { "currency": "rub", - "units": "33", - "nano": 400000000 + "units": "13", + "nano": 350000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "30000000", - "issueSizePlan": "50000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124521,32 +122310,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7f2e6c92-822c-4ef3-982f-194c12d9c17d", + "uid": "86c20366-117a-48dc-9c2c-353815fb665c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a399c9ef-5443-4ddd-bbf3-b207842267b2", + "positionUid": "0b8358a5-3eaa-4345-9348-6cc4279064c4", "forIisFlag": true, + "first1minCandleDate": "2020-10-13T12:59:00Z", + "first1dayCandleDate": "2020-10-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1007Z2": { - "figi": "BBG00NQKW4B0", - "ticker": "RU000A1007Z2", + "RU000A101FC7": { + "figi": "BBG00RRT2HP0", + "ticker": "RU000A101FC7", "classCode": "TQCB", - "isin": "RU000A1007Z2", + "isin": "RU000A101FC7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 13", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c 002P \u0432\u044b\u043f\u0443\u0441\u043a\u00a03", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-03-19T00:00:00Z", + "maturityDate": "2023-02-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-03-28T00:00:00Z", - "placementDate": "2019-04-01T00:00:00Z", + "stateRegDate": "2020-02-11T00:00:00Z", + "placementDate": "2020-02-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124554,16 +122345,16 @@ }, "aciValue": { "currency": "rub", - "units": "28", - "nano": 670000000 + "units": "3", + "nano": 940000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124575,49 +122366,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "eaddb925-5d1a-4d02-9d70-f846937ae4ab", + "uid": "86bd4c42-a797-4931-a6b3-867aa1b8887e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "df1f0836-c2b2-4479-8a0b-3b0e0dce9cfd", + "positionUid": "124862bd-343e-41af-a1f8-286f9ae80e14", "forIisFlag": true, + "first1minCandleDate": "2020-02-18T10:56:00Z", + "first1dayCandleDate": "2020-02-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26233RMFS5": { - "figi": "BBG00RRT3V69", - "ticker": "SU26233RMFS5", - "classCode": "TQOB", - "isin": "RU000A101F94", + "RU000A101D13": { + "figi": "BBG00RMFTSM5", + "ticker": "RU000A101D13", + "classCode": "TQCB", + "isin": "RU000A101D13", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 26233", + "name": "\u0421\u0435\u0433\u0435\u0436\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2035-07-18T00:00:00Z", + "maturityDate": "2023-01-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-02-14T00:00:00Z", - "placementDate": "2020-02-19T00:00:00Z", + "stateRegDate": "2019-12-31T00:00:00Z", + "placementDate": "2020-01-30T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "28", - "nano": 250000000 + "units": "8", + "nano": 170000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "450000000", - "issueSizePlan": "450000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124626,35 +122419,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "24b9a6a6-326e-492e-9786-e1b152c7e5da", + "uid": "ab59e1d5-262f-4a7e-aaab-9124ab62a43b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "62803ab1-6dfc-4d2e-9164-ddd58973f781", + "positionUid": "0273e0fa-2276-4977-a116-1d44833102b2", "forIisFlag": true, + "first1minCandleDate": "2020-01-30T11:20:00Z", + "first1dayCandleDate": "2020-01-30T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A0JUAG0": { - "figi": "BBG005K570Y9", - "ticker": "RU000A0JUAG0", - "classCode": "TQIR", - "isin": "RU000A0JUAG0", + "RU000A1041B2": { + "figi": "TCS00A1041B2", + "ticker": "RU000A1041B2", + "classCode": "TQCB", + "isin": "RU000A1041B2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РСГ-Финанс выпуск 1", + "name": "\u0421\u0435\u0433\u0435\u0436\u0430 002P \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-11-11T00:00:00Z", + "maturityDate": "2036-10-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-10-22T00:00:00Z", - "placementDate": "2013-11-26T00:00:00Z", + "stateRegDate": "2021-11-12T00:00:00Z", + "placementDate": "2021-11-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124662,16 +122457,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 920000000 + "units": "30", + "nano": 490000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124683,32 +122478,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5ab2c172-c580-4b1e-bcfa-1cdb3a3e7a24", + "uid": "70c8501b-6d8b-42ae-9f19-35355ab2a6c4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "980a71ce-8156-4831-92f3-b2664ed0e389", + "positionUid": "74c66865-e1a8-490a-bef3-597cb3beaf55", "forIisFlag": true, + "first1minCandleDate": "2021-11-17T11:34:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1030X9": { - "figi": "TCS00A1030X9", - "ticker": "RU000A1030X9", + "RU000A100KL0": { + "figi": "BBG00PSQX526", + "ticker": "RU000A100KL0", "classCode": "TQCB", - "isin": "RU000A1030X9", + "isin": "RU000A100KL0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сэтл Групп выпуск 3", + "name": "\u0420\u0443\u0441\u0430\u043b \u0411\u0440\u0430\u0442\u0441\u043a \u0411\u041e-001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-04-17T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-06-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-04-12T00:00:00Z", - "placementDate": "2021-04-21T00:00:00Z", + "stateRegDate": "2019-07-04T00:00:00Z", + "placementDate": "2019-07-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124716,16 +122513,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 230000000 + "units": "10", + "nano": 600000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "non_documentary", - "issueSize": "7500000", - "issueSizePlan": "7500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -124737,110 +122534,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3ce6e4a3-39f7-450b-b089-ecf3475a69e4", + "uid": "6cf12213-8495-4117-8db9-c5f4df93265b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "82731d33-7e6b-41fc-9de5-23dd740fe189", + "positionUid": "606a3d92-053d-4c07-9545-8e9919d051b5", "forIisFlag": true, + "first1minCandleDate": "2019-07-11T11:01:00Z", + "first1dayCandleDate": "2019-07-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103H25": { - "figi": "BBG0121GPL12", - "ticker": "RU000A103H25", - "classCode": "TQCB", - "isin": "RU000A103H25", + "RU000A0JWHA4": { + "figi": "BBG00CZCT9R8", + "ticker": "RU000A0JWHA4", + "classCode": "TQOD", + "isin": "RU000A0JWHA4", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "НПО Химтэк выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-07-31T00:00:00Z", + "name": "Russia 2026", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2026-05-27T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "200000", "nano": 0 }, - "stateRegDate": "2021-07-26T00:00:00Z", - "placementDate": "2021-08-05T00:00:00Z", + "stateRegDate": "2016-05-27T00:00:00Z", + "placementDate": "2016-05-27T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "27", - "nano": 420000000 + "currency": "usd", + "units": "2691", + "nano": 666666670 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "150000", - "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "15000", + "issueSizePlan": "8750", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "84e458ae-6cc1-4469-85e8-fe131fb1a472", + "uid": "f8e69bfe-b781-4ec9-bf92-12e3daa3354e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1a401c72-2267-473d-a622-a2a0a8cbaa51", - "forIisFlag": true, + "positionUid": "ed032543-f5f2-4c32-bcad-ae9da7d420b9", + "forIisFlag": false, + "first1minCandleDate": "2018-05-24T05:50:00Z", + "first1dayCandleDate": "2018-05-24T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0JXRD5": { - "figi": "BBG00GSG5RB1", - "ticker": "RU000A0JXRD5", + "RU000A100Z91": { + "figi": "BBG00QQ73R50", + "ticker": "RU000A100Z91", "classCode": "TQCB", - "isin": "RU000A0JXRD5", + "isin": "RU000A100Z91", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 260400000 - }, - "dshort": { - "units": "0", - "nano": 299600000 - }, - "dlongMin": { - "units": "0", - "nano": 140000000 - }, - "dshortMin": { - "units": "0", - "nano": 140000000 - }, "shortEnabledFlag": false, - "name": "Почта России выпуск 2", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a\u00a015", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-05-11T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-10-21T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "800", "nano": 0 }, - "stateRegDate": "2017-05-02T00:00:00Z", - "placementDate": "2017-05-23T00:00:00Z", + "stateRegDate": "2019-10-24T00:00:00Z", + "placementDate": "2019-10-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124848,53 +122625,55 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 550000000 + "units": "7", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9114b478-e964-456b-85af-ddf2f22182da", + "uid": "d00c90d6-8ef1-4e14-9926-25bfb32edf82", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "140cbd48-0dff-4e5a-92b8-f28bc13e2b8b", + "positionUid": "c7a91308-7999-4e65-b5a3-f30b76bb893c", "forIisFlag": true, + "first1minCandleDate": "2019-10-29T11:37:00Z", + "first1dayCandleDate": "2019-10-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1043Z7": { - "figi": "TCS00A1043Z7", - "ticker": "RU000A1043Z7", + "RU000A1013N6": { + "figi": "BBG00QZ4PBD9", + "ticker": "RU000A1013N6", "classCode": "TQCB", - "isin": "RU000A1043Z7", + "isin": "RU000A1013N6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Биннофарм Групп выпуск 1", + "name": "\u041f\u0438\u043e\u043d\u0435\u0440-\u041b\u0438\u0437\u0438\u043d\u0433-\u0411\u041e-\u041f03", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2036-11-05T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2029-10-04T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-18T00:00:00Z", - "placementDate": "2021-11-24T00:00:00Z", + "stateRegDate": "2019-10-24T00:00:00Z", + "placementDate": "2019-11-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -124902,20 +122681,20 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 460000000 + "units": "11", + "nano": 470000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "400000", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -124923,110 +122702,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f9d6d79a-5833-41dd-804a-63a328a29d9a", + "uid": "9aff19af-8dee-47cf-af62-35eba0c2e13d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7705a861-13ab-40cf-af18-a7eed42f9236", + "positionUid": "4c74cd6a-c1f1-4328-ba63-ea747efdc57b", "forIisFlag": true, + "first1minCandleDate": "2019-11-26T11:02:00Z", + "first1dayCandleDate": "2019-11-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU29008RMFS8": { - "figi": "BBG007Z5DZS2", - "ticker": "SU29008RMFS8", - "classCode": "TQOB", - "isin": "RU000A0JV4P3", + "ISBNK0424": { + "figi": "BBG00GH607J6", + "ticker": "ISBNK0424", + "classCode": "SPBBND", + "isin": "XS1578203462", "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, + "currency": "usd", "shortEnabledFlag": false, - "name": "ОФЗ 29008", - "exchange": "MOEX", + "name": "Turkiye Is Bankasi", + "exchange": "SPB", "couponQuantityPerYear": 2, - "maturityDate": "2029-10-03T00:00:00Z", + "maturityDate": "2024-04-25T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-12-31T00:00:00Z", - "placementDate": "2014-12-31T00:00:00Z", + "placementDate": "2017-04-25T00:00:00Z", "placementPrice": { - "currency": "rub", + "currency": "usd", "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "32", - "nano": 600000000 + "currency": "usd", + "units": "22", + "nano": 798611000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRisk": "TR", + "countryOfRiskName": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "financial", "issueKind": "documentary", - "issueSize": "400000000", - "issueSizePlan": "400000000", + "issueSize": "750000", + "issueSizePlan": "750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f6babbbb-2792-4104-a29b-81fbfdfa14e8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2b73d4e0-338c-42f9-bcaf-35c97121295d", + "uid": "462d25b7-4de4-4781-abe7-c53c945696d1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "edf2222c-5b83-4db2-bab1-2d665e948604", "forIisFlag": true, + "first1minCandleDate": "2020-05-18T08:22:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A103N76": { - "figi": "BBG012F7Y8K5", - "ticker": "RU000A103N76", + "RU000A1016U4": { + "figi": "BBG00R4F67Z2", + "ticker": "RU000A1016U4", "classCode": "TQCB", - "isin": "RU000A103N76", + "isin": "RU000A1016U4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ИКС 5 Финанс 002Р выпуск 1", + "name": "\u0413\u0430\u0440\u0430\u043d\u0442-\u0418\u043d\u0432\u0435\u0441\u0442 \u0411\u041e 001P-06", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2036-08-20T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2022-12-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-06T00:00:00Z", - "placementDate": "2021-09-08T00:00:00Z", + "stateRegDate": "2019-12-02T00:00:00Z", + "placementDate": "2019-12-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125035,15 +122793,15 @@ "aciValue": { "currency": "rub", "units": "27", - "nano": 900000000 + "nano": 100000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125055,20 +122813,22 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dbde5a84-981f-42ce-a3eb-1263190441e1", + "uid": "2cbf42b9-5846-4cf8-b312-2486132a5dd9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "440da02d-0c99-4684-adb5-6e1a227f0515", + "positionUid": "a5163291-b939-4b92-8856-9e4883acbe88", "forIisFlag": true, + "first1minCandleDate": "2019-12-17T11:19:00Z", + "first1dayCandleDate": "2019-12-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "GMKN1022": { - "figi": "BBG00B59DR33", - "ticker": "GMKN1022", - "classCode": "SPBBND", - "isin": "XS1298447019", + "SU29010RMFS4": { + "figi": "BBG007Z5FFL1", + "ticker": "SU29010RMFS4", + "classCode": "TQOB", + "isin": "RU000A0JV4Q1", "lot": 1, - "currency": "usd", + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -125078,86 +122838,89 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 300000000 }, "dshort": { - "units": "9", - "nano": 407100000 + "units": "0", + "nano": 300000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 163300000 }, "dshortMin": { - "units": "2", - "nano": 226000000 + "units": "0", + "nano": 140200000 }, "shortEnabledFlag": false, - "name": "MMC Finance DAC", - "exchange": "SPB", + "name": "\u041e\u0424\u0417 29010", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-10-14T00:00:00Z", + "maturityDate": "2034-12-06T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2015-10-14T00:00:00Z", + "stateRegDate": "2014-12-31T00:00:00Z", + "placementDate": "2014-12-31T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "18", - "nano": 34722000 + "currency": "rub", + "units": "31", + "nano": 260000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "831fdf25-c1d5-449f-893f-74c2e973a899", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "5c3a42bd-8fde-4b08-9b14-20675c989443", + "uid": "3022c752-91f0-4e66-94ad-c536473e14c9", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "35bc676b-3724-4488-9b7e-9dc866ff098f", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:14:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A1045V1": { - "figi": "BBG013VR70Y3", - "ticker": "RU000A1045V1", + "RU000A1007Z2": { + "figi": "BBG00NQKW4B0", + "ticker": "RU000A1007Z2", "classCode": "TQCB", - "isin": "RU000A1045V1", + "isin": "RU000A1007Z2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЭБИС выпуск 5", + "name": "\u0420\u0416\u0414 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 13", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-11-25T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-03-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-19T00:00:00Z", - "placementDate": "2021-11-30T00:00:00Z", + "stateRegDate": "2019-03-28T00:00:00Z", + "placementDate": "2019-04-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125165,53 +122928,55 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 260000000 + "units": "40", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "499855", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ca1bd504-2c41-479b-b48c-78eaac64e83d", + "uid": "eaddb925-5d1a-4d02-9d70-f846937ae4ab", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7182af2b-fe4b-4d24-a4b4-0e8f278d274f", + "positionUid": "df1f0836-c2b2-4479-8a0b-3b0e0dce9cfd", "forIisFlag": true, + "first1minCandleDate": "2019-11-14T12:18:00Z", + "first1dayCandleDate": "2019-11-14T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101LJ0": { - "figi": "BBG00TCWB8X6", - "ticker": "RU000A101LJ0", + "RU000A1010M4": { + "figi": "BBG00QTH5DF3", + "ticker": "RU000A1010M4", "classCode": "TQCB", - "isin": "RU000A101LJ0", + "isin": "RU000A1010M4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЕвроХим выпуск 8", + "name": "\u0420\u0416\u0414 \u041e\u0410\u041e \u0411\u041e 001\u0420-17R", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-04-15T00:00:00Z", + "maturityDate": "2025-11-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-04-15T00:00:00Z", - "placementDate": "2020-04-21T00:00:00Z", + "stateRegDate": "2019-11-06T00:00:00Z", + "placementDate": "2019-11-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125219,16 +122984,16 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 510000000 + "units": "22", + "nano": 560000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "non_documentary", - "issueSize": "25000000", - "issueSizePlan": "25000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125240,32 +123005,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3a276b3f-e283-44d9-a9eb-63498c8e7fef", + "uid": "39c9e9c3-355f-48b2-b28d-e943ce6e4b6d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f98dbbab-fb62-4c37-acb5-5c029117e0a4", + "positionUid": "20aad639-f599-458b-94b8-4b4c0a850f1a", "forIisFlag": true, + "first1minCandleDate": "2019-11-12T08:56:00Z", + "first1dayCandleDate": "2019-11-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103133": { - "figi": "TCS00A103133", - "ticker": "RU000A103133", + "RU000A102W68": { + "figi": "BBG00ZSJ8ZX8", + "ticker": "RU000A102W68", "classCode": "TQCB", - "isin": "RU000A103133", + "isin": "RU000A102W68", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Новотранс выпуск 2", + "name": "\u0425\u041a \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-04-16T00:00:00Z", + "maturityDate": "2024-03-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-03-16T00:00:00Z", - "placementDate": "2021-04-22T00:00:00Z", + "stateRegDate": "2021-03-19T00:00:00Z", + "placementDate": "2021-03-24T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125273,53 +123040,55 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "16", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2500000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "751b94d6-c1de-4c56-8380-ed0790758a1e", + "uid": "6a4f855a-e330-420d-bf42-2679321eb6ec", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4eb494bd-a657-4138-ad5f-6acc164d6f69", + "positionUid": "26446ed6-b61c-42fe-a8e1-8cf0c4d5dbdc", "forIisFlag": true, + "first1minCandleDate": "2021-03-26T13:28:00Z", + "first1dayCandleDate": "2021-03-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101NJ6": { - "figi": "BBG00TW9WTR3", - "ticker": "RU000A101NJ6", - "classCode": "TQIR", - "isin": "RU000A101NJ6", + "RU000A102GJ8": { + "figi": "BBG00YHX6J06", + "ticker": "RU000A102GJ8", + "classCode": "TQCB", + "isin": "RU000A102GJ8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЧЗПСН-Профнастил БО-П2", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c\u0431\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 18", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-05-08T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2030-12-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-17T00:00:00Z", - "placementDate": "2020-05-14T00:00:00Z", + "stateRegDate": "2020-07-31T00:00:00Z", + "placementDate": "2020-12-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125327,16 +123096,16 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 10000000 + "units": "14", + "nano": 390000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125348,32 +123117,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "dc201b3b-02b6-497f-ad1a-24f5333970bb", + "uid": "afeed796-fe26-4cd3-aab1-77648b724689", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ec4aa5ce-5588-40a3-a06b-e768c75a568d", + "positionUid": "cce9b3cb-93ee-41d9-9233-1cf15e81dd33", "forIisFlag": true, + "first1minCandleDate": "2020-12-11T12:14:00Z", + "first1dayCandleDate": "2020-12-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104AX8": { - "figi": "BBG0147H0889", - "ticker": "RU000A104AX8", - "classCode": "TQIR", - "isin": "RU000A104AX8", + "RU000A1029T9": { + "figi": "TCS00A1029T9", + "ticker": "RU000A1029T9", + "classCode": "TQCB", + "isin": "RU000A1029T9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МФК Лайм-Займ выпуск 1", + "name": "\u0421\u043e\u0444\u0442\u041b\u0430\u0439\u043d \u0422\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-12-18T00:00:00Z", + "maturityDate": "2023-12-23T00:00:00Z", "nominal": { "currency": "rub", - "units": "900", + "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-06T00:00:00Z", - "placementDate": "2021-12-22T00:00:00Z", + "stateRegDate": "2020-10-19T00:00:00Z", + "placementDate": "2020-10-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125381,16 +123152,16 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 980000000 + "units": "18", + "nano": 290000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4950000", + "issueSizePlan": "4950000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125402,32 +123173,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7d83eb52-0e18-4df3-b837-7c74aefb63a2", + "uid": "3b455916-f080-48a1-89fc-b39a6fbf1082", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c1ecdcb4-03c6-4615-84b5-e744aa59d538", + "positionUid": "a88050ca-8af2-47d8-b9d2-2cf438ddb6ed", "forIisFlag": true, + "first1minCandleDate": "2020-10-23T11:44:00Z", + "first1dayCandleDate": "2020-10-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101WB4": { - "figi": "BBG00W1P2G59", - "ticker": "RU000A101WB4", + "RU000A104B53": { + "figi": "BBG0149NW6B9", + "ticker": "RU000A104B53", "classCode": "TQCB", - "isin": "RU000A101WB4", + "isin": "RU000A104B53", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЧТПЗ выпуск 5", + "name": "\u0410\u0421\u041f\u042d\u041a-\u0414\u043e\u043c\u0441\u0442\u0440\u043e\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-07-04T00:00:00Z", + "maturityDate": "2024-12-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-07T00:00:00Z", - "placementDate": "2020-07-10T00:00:00Z", + "stateRegDate": "2021-12-08T00:00:00Z", + "placementDate": "2021-12-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125435,131 +123208,111 @@ }, "aciValue": { "currency": "rub", - "units": "2", - "nano": 350000000 + "units": "30", + "nano": 590000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "294573", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3989a886-1c6f-4a90-97e7-23027b73f83b", + "uid": "3a321215-026f-4827-9682-46cca6556243", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ce87794a-3d37-4057-8819-a1d255386530", + "positionUid": "b15a2baa-d27a-4780-b817-dfc838642acb", "forIisFlag": true, + "first1minCandleDate": "2021-12-23T11:10:00Z", + "first1dayCandleDate": "2021-12-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JX0Z8": { - "figi": "BBG00FGC1ZM9", - "ticker": "RU000A0JX0Z8", - "classCode": "TQCB", - "isin": "RU000A0JX0Z8", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, + "RU000A0ZYX28": { + "figi": "BBG00K87T9V6", + "ticker": "RU000A0ZYX28", + "classCode": "TQOD", + "isin": "RU000A0ZYX28", + "lot": 100, + "currency": "usd", "shortEnabledFlag": false, - "name": "Ямало-Ненецкий АО выпуск 2", + "name": "Sovcombank", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-12-06T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-08-30T00:00:00Z", "nominal": { - "currency": "rub", - "units": "150", + "currency": "usd", + "units": "100", "nano": 0 }, - "stateRegDate": "2016-11-22T00:00:00Z", - "placementDate": "2016-12-07T00:00:00Z", + "stateRegDate": "2018-01-22T00:00:00Z", + "placementDate": "2018-03-07T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "100", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "1", - "nano": 930000000 + "currency": "usd", + "units": "0", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "perpetualFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "37c3dd3c-fa2e-4127-9c60-3a0ce412ae4b", + "uid": "66bfebd2-3bec-4e68-9702-17a2be97f5fe", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fae51d81-9ffd-44f8-a0f8-02fa61476707", + "positionUid": "ece8e009-094d-4542-a6d0-c2ec8f077878", "forIisFlag": true, + "first1minCandleDate": "2018-03-28T17:18:00Z", + "first1dayCandleDate": "2018-03-28T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A101JF2": { - "figi": "BBG00SKZW8N0", - "ticker": "RU000A101JF2", - "classCode": "TQIR", - "isin": "RU000A101JF2", + "RU000A1036E6": { + "figi": "TCS00A1036E6", + "ticker": "RU000A1036E6", + "classCode": "TQCB", + "isin": "RU000A1036E6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Онлайн Микрофинанс выпуск БО-2", + "name": "\u0410\u043b\u044c\u0444\u0430\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 12", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2023-03-15T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-06-04T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-03-04T00:00:00Z", - "placementDate": "2020-03-18T00:00:00Z", + "stateRegDate": "2021-05-27T00:00:00Z", + "placementDate": "2021-06-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125567,16 +123320,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 140000000 + "units": "19", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125588,48 +123341,50 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0a863730-6683-40a5-b918-94a6c799f1cf", + "uid": "75054e2d-6762-408e-a88e-bddeea487b8f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "16d9b3ab-1a95-4395-b3b5-21c8bfd67632", + "positionUid": "bd854c11-83d0-4856-a9ed-89bea4c29029", "forIisFlag": true, + "first1minCandleDate": "2021-06-02T12:19:00Z", + "first1dayCandleDate": "2021-06-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102DR8": { - "figi": "BBG00YC4R9B2", - "ticker": "RU000A102DR8", - "classCode": "TQCB", - "isin": "RU000A102DR8", + "RU000A0JY023": { + "figi": "BBG00HKB9M89", + "ticker": "RU000A0JY023", + "classCode": "TQOD", + "isin": "RU000A0JY023", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Омская область выпуск 4", + "name": "GTLK", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-11-24T00:00:00Z", + "maturityDate": "2024-08-21T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "370", "nano": 0 }, - "stateRegDate": "2020-11-12T00:00:00Z", - "placementDate": "2020-11-24T00:00:00Z", + "stateRegDate": "2017-08-15T00:00:00Z", + "placementDate": "2017-08-30T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "0", + "currency": "usd", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "10", - "nano": 250000000 + "currency": "usd", + "units": "0", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", + "issueSize": "170000", + "issueSizePlan": "170000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -125639,195 +123394,205 @@ "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "56065b13-05a2-44e6-aeaa-1bdad34762c0", + "uid": "50e45f18-c151-494f-beed-54df46831d89", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e61acbfd-ae7b-4b64-9504-7bc86c740ca6", + "positionUid": "1ae525aa-ae71-48b9-aa7b-b5102b224692", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:03:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A1040E8": { - "figi": "BBG013J0LT31", - "ticker": "RU000A1040E8", - "classCode": "TQOD", - "isin": "RU000A1040E8", + "RU000A102SV8": { + "figi": "BBG00ZH9RB82", + "ticker": "RU000A102SV8", + "classCode": "TQCB", + "isin": "RU000A102SV8", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Freedom Finance", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 18", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-11-06T00:00:00Z", + "maturityDate": "2031-02-17T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-01T00:00:00Z", - "placementDate": "2021-11-12T00:00:00Z", + "stateRegDate": "2021-02-20T00:00:00Z", + "placementDate": "2021-03-01T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "10", - "nano": 550000000 + "currency": "rub", + "units": "1", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "34000", - "issueSizePlan": "34000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6c01d5af-d666-4624-be16-4045f3d2fc5a", + "uid": "8c1f3719-e2bf-4bb7-856d-bf084f12bc58", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "720d9e3f-90fd-4693-b2e6-81ca24622648", + "positionUid": "59376bd2-625b-4be1-acbd-2e9e9015bb91", "forIisFlag": true, + "first1minCandleDate": "2021-03-01T12:30:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "XS1143363940": { - "figi": "BBG007KHNMS0", - "ticker": "XS1143363940", - "classCode": "TQCB", - "isin": "XS1143363940", + "RU000A104C78": { + "figi": "TCS00A104C78", + "ticker": "RU000A104C78", + "classCode": "TQIR", + "isin": "RU000A104C78", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Credit Bank of Moscow", + "name": "\u0410\u0440\u0435\u043d\u0437\u0430-\u041f\u0440\u043e \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-05-26T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-23T00:00:00Z", "nominal": { "currency": "rub", - "units": "100000", + "units": "1000", "nano": 0 }, - "placementDate": "2014-11-26T00:00:00Z", + "stateRegDate": "2021-12-08T00:00:00Z", + "placementDate": "2021-12-27T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "2520", - "nano": 833333000 + "units": "29", + "nano": 0 }, - "countryOfRisk": "IE", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "50000", - "issueSizePlan": "50000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea770c7c-d34d-4ae4-a46c-e50445dbc3af", + "uid": "ba56e83f-8463-433f-8f5f-310e07bf12e5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f04b71b7-ae95-4096-8f79-709c800a1ff2", + "positionUid": "dc6b426b-1f85-40f4-b1f5-f95d3a51a57b", "forIisFlag": true, + "first1minCandleDate": "2021-12-27T11:53:00Z", + "first1dayCandleDate": "2021-12-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "VTBperp": { - "figi": "BBG003824NB3", - "ticker": "VTBperp", - "classCode": "SPBBND", - "isin": "XS0810596832", + "RU000A102G50": { + "figi": "BBG00YGKVB04", + "ticker": "RU000A102G50", + "classCode": "TQCB", + "isin": "RU000A102G50", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "VTB Perp", - "exchange": "SPB", + "name": "\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u0430\u044f \u0421\u0442\u0438\u0432\u0438\u0434\u043e\u0440\u043d\u0430\u044f \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2111-01-01T00:00:00Z", + "maturityDate": "2025-12-03T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2012-08-06T00:00:00Z", + "stateRegDate": "2020-12-02T00:00:00Z", + "placementDate": "2020-12-09T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "12", - "nano": 138889000 + "currency": "rub", + "units": "16", + "nano": 510000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "2250000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2daf1a08-011d-4f30-807a-eefe0229ac2f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "c9572483-745c-4152-848a-fda6ea96ddba", + "uid": "75b031f0-54b5-47dd-9bee-574237d3049c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a18f055f-3d2b-448f-ab86-9cdf193711e1", "forIisFlag": true, + "first1minCandleDate": "2020-12-09T11:16:00Z", + "first1dayCandleDate": "2020-12-09T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101MT7": { - "figi": "BBG00TQG4212", - "ticker": "RU000A101MT7", + "RU000A0JQ7Z2": { + "figi": "BBG00005V2L5", + "ticker": "RU000A0JQ7Z2", "classCode": "TQCB", - "isin": "RU000A101MT7", + "isin": "RU000A0JQ7Z2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Детский мир выпуск 6", + "name": "\u0420\u0416\u0414 \u0432\u044b\u043f\u0443\u0441\u043a 19", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-04-29T00:00:00Z", + "maturityDate": "2024-07-08T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-06-27T00:00:00Z", - "placementDate": "2020-05-07T00:00:00Z", + "stateRegDate": "2009-01-29T00:00:00Z", + "placementDate": "2009-07-27T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125835,16 +123600,16 @@ }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 770000000 + "units": "12", + "nano": 690000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125856,32 +123621,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2fd8cc64-0174-45eb-9cdb-a2a95eaf9b76", + "uid": "4902d12a-4517-4d6f-b965-14a46a3ceddd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "95d976b2-0731-4429-a26b-17602c5892d3", + "positionUid": "2ad7d72c-d825-4cb3-b444-5368214c8254", "forIisFlag": true, + "first1minCandleDate": "2019-10-15T13:55:00Z", + "first1dayCandleDate": "2019-10-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1037L9": { - "figi": "BBG011CG00T5", - "ticker": "RU000A1037L9", + "RU000A1036X6": { + "figi": "TCS00A1036X6", + "ticker": "RU000A1036X6", "classCode": "TQCB", - "isin": "RU000A1037L9", + "isin": "RU000A1036X6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Бифорком Тек выпуск 1", + "name": "\u0412\u0438\u0442\u0430 \u041b\u0430\u0439\u043d 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-06-04T00:00:00Z", + "maturityDate": "2025-05-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-01T00:00:00Z", - "placementDate": "2021-06-08T00:00:00Z", + "stateRegDate": "2021-05-25T00:00:00Z", + "placementDate": "2021-06-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -125889,16 +123656,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 560000000 + "units": "1", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", "issueKind": "non_documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "600000", + "issueSizePlan": "600000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -125910,48 +123677,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "117808ad-56de-4a70-993f-29185bafa5df", + "uid": "0af3dddd-43be-4793-a04f-3bd5e09bd9cf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "41cd8de4-b3ee-4fa3-ae26-52dc30792d4e", + "positionUid": "a1bc36e3-d928-436e-8f71-81ddc9a2f9c2", "forIisFlag": true, + "first1minCandleDate": "2021-06-03T11:10:00Z", + "first1dayCandleDate": "2021-06-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYLF7": { - "figi": "BBG00JGKV6T7", - "ticker": "RU000A0ZYLF7", - "classCode": "TQCB", - "isin": "RU000A0ZYLF7", + "OMA0128": { + "figi": "BBG00JQC34S1", + "ticker": "OMA0128", + "classCode": "SPBBND", + "isin": "XS1750113661", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ФПК выпуск 2", - "exchange": "MOEX_PLUS", + "name": "Sultanate of Oman", + "exchange": "SPB", "couponQuantityPerYear": 2, - "maturityDate": "2027-12-09T00:00:00Z", + "maturityDate": "2028-01-17T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-12-19T00:00:00Z", - "placementDate": "2017-12-21T00:00:00Z", + "placementDate": "2018-01-17T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "7", - "nano": 430000000 + "currency": "usd", + "units": "8", + "nano": 126444000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "government", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", + "issueSize": "2500000", + "issueSizePlan": "2500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -125964,86 +123732,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d5f29616-05d8-4de0-a1eb-c0fa5269fdeb", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "889ee44c-1394-49c5-bbc7-f25e2c317ff7", + "uid": "2da636e4-483c-4024-bb84-cd470493569b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "854e8fd7-7446-4a52-8c19-7ba49bd93abc", "forIisFlag": true, + "first1minCandleDate": "2020-01-28T13:31:00Z", + "first1dayCandleDate": "2020-01-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1024R4": { - "figi": "BBG00XH486K6", - "ticker": "RU000A1024R4", - "classCode": "TQIR", - "isin": "RU000A1024R4", + "RU000A0JXU14": { + "figi": "BBG00H0HV5C5", + "ticker": "RU000A0JXU14", + "classCode": "TQOD", + "isin": "RU000A0JXU14", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Донской Ломбард выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2023-09-02T00:00:00Z", + "name": "Russia 2047", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2047-06-23T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "200000", "nano": 0 }, - "stateRegDate": "2020-06-18T00:00:00Z", - "placementDate": "2020-09-17T00:00:00Z", + "stateRegDate": "2017-06-23T00:00:00Z", + "placementDate": "2017-06-23T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "4", - "nano": 270000000 + "currency": "usd", + "units": "2216", + "nano": 666666670 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "150000", - "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "35000", + "issueSizePlan": "10000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "db3174fd-8fd5-47a7-bb62-2787c7b83aec", + "uid": "e73bf7d5-cc65-4cbe-b198-5ef3bcceca50", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "341e7032-0210-46e7-a8b0-3a44706ce019", + "positionUid": "12577a8c-77a2-4de8-8bf5-fd838edd703f", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T21:41:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A102H91": { - "figi": "BBG00YJJPT66", - "ticker": "RU000A102H91", + "RU000A103QK3": { + "figi": "TCS00A103QK3", + "ticker": "RU000A103QK3", "classCode": "TQCB", - "isin": "RU000A102H91", + "isin": "RU000A103QK3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Автодор БО-3 выпуск 1", + "name": "VK \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2025-12-09T00:00:00Z", + "maturityDate": "2026-09-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "965", + "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-07T00:00:00Z", - "placementDate": "2020-12-15T00:00:00Z", + "stateRegDate": "2021-08-30T00:00:00Z", + "placementDate": "2021-09-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126051,70 +123823,72 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 600000000 + "units": "36", + "nano": 790000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "14000000", - "issueSizePlan": "14000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "97bda491-f5d9-4c98-946b-dfbbca9cb302", + "uid": "7a873f98-fc97-4437-9134-536bdf967644", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1bbd2b88-88a3-4989-8a70-510767ba7c53", + "positionUid": "0b699212-6fe7-48b9-821a-5f985484d6d6", "forIisFlag": true, + "first1minCandleDate": "2021-09-21T11:05:00Z", + "first1dayCandleDate": "2021-09-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102960": { - "figi": "BBG00XZ37219", - "ticker": "RU000A102960", + "RU000A101RV2": { + "figi": "BBG00XH4RHP6", + "ticker": "RU000A101RV2", "classCode": "TQCB", - "isin": "RU000A102960", + "isin": "RU000A101RV2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РН Банк БО-1P выпуск 7", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-10-24T00:00:00Z", + "maturityDate": "2027-09-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-16T00:00:00Z", - "placementDate": "2020-10-21T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2020-09-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 240000000 + "units": "30", + "nano": 330000000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", "issueKind": "non_documentary", - "issueSize": "8000000", - "issueSizePlan": "8000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126126,32 +123900,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9fc7365f-ae81-4271-90cc-de68b53fafe8", + "uid": "462824c2-aa6c-4b03-9137-bf472e52b575", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "481bc457-4312-4a68-b46b-31c2e1f61138", + "positionUid": "0eca036b-aaa5-4de9-b7ad-30ddda8058cc", "forIisFlag": true, + "first1minCandleDate": "2020-09-23T12:49:00Z", + "first1dayCandleDate": "2020-09-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102986": { - "figi": "BBG00XZ95JN7", - "ticker": "RU000A102986", + "RU000A102K39": { + "figi": "BBG00YMTR6J4", + "ticker": "RU000A102K39", "classCode": "TQCB", - "isin": "RU000A102986", + "isin": "RU000A102K39", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "СУЭК-Финанс выпуск 6", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2030-10-10T00:00:00Z", + "maturityDate": "2030-12-09T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-10-19T00:00:00Z", - "placementDate": "2020-10-22T00:00:00Z", + "stateRegDate": "2019-12-19T00:00:00Z", + "placementDate": "2020-12-21T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126159,16 +123935,16 @@ }, "aciValue": { "currency": "rub", - "units": "16", - "nano": 700000000 + "units": "15", + "nano": 10000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "14000000", - "issueSizePlan": "14000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126180,32 +123956,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6fafbe2-bee9-419b-940e-b592fc2f0618", + "uid": "e9cbdbcf-5350-40f1-af08-ddbd1656fd46", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "66918b0b-7a97-44c1-8da8-65412bdd40fd", + "positionUid": "572ccf41-719d-4f2c-838a-b0d254e50e15", "forIisFlag": true, + "first1minCandleDate": "2020-12-21T11:27:00Z", + "first1dayCandleDate": "2020-12-21T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZZ17": { - "figi": "BBG00MT69C64", - "ticker": "RU000A0ZZZ17", + "RU000A0JXRD5": { + "figi": "BBG00GSG5RB1", + "ticker": "RU000A0JXRD5", "classCode": "TQCB", - "isin": "RU000A0ZZZ17", + "isin": "RU000A0JXRD5", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 284300000 + }, + "dshort": { + "units": "0", + "nano": 299600000 + }, + "dlongMin": { + "units": "0", + "nano": 154000000 + }, + "dshortMin": { + "units": "0", + "nano": 140000000 + }, "shortEnabledFlag": false, - "name": "НКНХ выпуск 1", + "name": "\u041f\u043e\u0447\u0442\u0430 \u0420\u043e\u0441\u0441\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-12-07T00:00:00Z", + "maturityDate": "2027-05-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-12-17T00:00:00Z", - "placementDate": "2018-12-20T00:00:00Z", + "stateRegDate": "2017-05-02T00:00:00Z", + "placementDate": "2017-05-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126213,16 +124015,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 350000000 + "units": "22", + "nano": 20000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126234,49 +124036,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "302e17ef-9cf9-4eb7-96a8-a7314eb169c5", + "uid": "9114b478-e964-456b-85af-ddf2f22182da", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "27e42527-57f7-43c7-9f34-6623d0c843ac", + "positionUid": "140cbd48-0dff-4e5a-92b8-f28bc13e2b8b", "forIisFlag": true, + "first1minCandleDate": "2018-03-20T00:43:00Z", + "first1dayCandleDate": "2017-05-23T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103QK3": { - "figi": "TCS00A103QK3", - "ticker": "RU000A103QK3", + "RU000A104C60": { + "figi": "BBG01496DQ23", + "ticker": "RU000A104C60", "classCode": "TQCB", - "isin": "RU000A103QK3", + "isin": "RU000A104C60", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "VK выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2026-09-15T00:00:00Z", + "name": "\u0412\u0422\u0411", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2022-12-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-30T00:00:00Z", - "placementDate": "2021-09-21T00:00:00Z", - "placementPrice": { + "stateRegDate": "2021-10-18T00:00:00Z", + "placementDate": "2021-12-27T00:00:00Z", + "placementPrice": { "currency": "rub", "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "26", - "nano": 190000000 + "units": "17", + "nano": 200000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4582133", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126288,140 +124092,145 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7a873f98-fc97-4437-9134-536bdf967644", + "uid": "32c5ca3c-fbe4-4d59-a32e-561254a9ea12", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0b699212-6fe7-48b9-821a-5f985484d6d6", + "positionUid": "fee760ae-0768-4bf2-bec4-04325a16efce", "forIisFlag": true, + "first1minCandleDate": "2021-12-27T13:47:00Z", + "first1dayCandleDate": "2021-12-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104CJ3": { - "figi": "TCS00A104CJ3", - "ticker": "RU000A104CJ3", + "RU000A0JW1K9": { + "figi": "BBG00BQZW6R1", + "ticker": "RU000A0JW1K9", "classCode": "TQCB", - "isin": "RU000A104CJ3", + "isin": "RU000A0JW1K9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Автодом выпуск 1", + "name": "\u0422\u043e\u043c\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 55", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-12-25T00:00:00Z", + "maturityDate": "2023-06-19T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "250", "nano": 0 }, - "stateRegDate": "2021-12-22T00:00:00Z", - "placementDate": "2021-12-29T00:00:00Z", + "stateRegDate": "2015-12-18T00:00:00Z", + "placementDate": "2015-12-28T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 380000000 + "units": "5", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "231db013-1c0c-4fd5-b65a-a57b206cf6f3", + "uid": "93e27d35-966a-4bec-b1b9-855781efc07b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e8ed6e76-1229-43d3-a014-fa0a154ede1f", + "positionUid": "97b37b1a-93dd-4ab8-a7fc-447aa8b5c119", "forIisFlag": true, + "first1minCandleDate": "2018-03-13T07:22:00Z", + "first1dayCandleDate": "2015-12-28T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103QH9": { - "figi": "TCS00A103QH9", - "ticker": "RU000A103QH9", + "RU000A100GW5": { + "figi": "BBG00PNDYR58", + "ticker": "RU000A100GW5", "classCode": "TQCB", - "isin": "RU000A103QH9", + "isin": "RU000A100GW5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Эталон-Финанс выпуск 3", + "name": "Alfa Bank", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-09-15T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "10000000", "nano": 0 }, - "stateRegDate": "2021-09-13T00:00:00Z", - "placementDate": "2021-09-21T00:00:00Z", + "stateRegDate": "2019-06-06T00:00:00Z", + "placementDate": "2019-06-27T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "10000000", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "7", - "nano": 480000000 + "currency": "usd", + "units": "247876", + "nano": 710000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "500", + "issueSizePlan": "500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": false, - "amortizationFlag": true, + "perpetualFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9608b7eb-dbb9-46fd-a909-ae63e7fc3445", + "uid": "4c6ba3a9-3fa3-4a2c-aa07-7c094b8ba257", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0a2199ea-208f-46d4-ab3f-a8d9ee38d585", + "positionUid": "57da9cd6-0c6a-4b97-9164-018de5a1e2e1", "forIisFlag": true, + "first1minCandleDate": "2019-07-15T13:56:00Z", + "first1dayCandleDate": "2019-07-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JX5W4": { - "figi": "BBG00FRWYRH1", - "ticker": "RU000A0JX5W4", + "RU000A0JWZY6": { + "figi": "BBG00FB978L6", + "ticker": "RU000A0JWZY6", "classCode": "TQCB", - "isin": "RU000A0JX5W4", + "isin": "RU000A0JWZY6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Банк выпуск 18", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2032-01-05T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2026-11-13T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-02-06T00:00:00Z", - "placementDate": "2017-01-23T00:00:00Z", + "stateRegDate": "2016-11-21T00:00:00Z", + "placementDate": "2016-11-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126429,16 +124238,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 530000000 + "units": "3", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126450,32 +124259,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0eaead8e-15d0-488c-8fd7-f837412c4943", + "uid": "e11a0322-22a3-4760-9d3e-9c37c0c3e434", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bd205270-861e-48d0-be76-91d0218946aa", + "positionUid": "ab1001ea-dc51-40fa-84ee-66b09c6908ae", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:55:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104B53": { - "figi": "BBG0149NW6B9", - "ticker": "RU000A104B53", + "RU000A1051U1": { + "figi": "TCS00A1051U1", + "ticker": "RU000A1051U1", "classCode": "TQCB", - "isin": "RU000A104B53", + "isin": "RU000A1051U1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АСПЭК-Домстрой выпуск 1", - "exchange": "MOEX_PLUS", + "name": "\u041c\u0422\u0421 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX", "couponQuantityPerYear": 4, - "maturityDate": "2024-12-19T00:00:00Z", + "maturityDate": "2025-08-01T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-08T00:00:00Z", - "placementDate": "2021-12-23T00:00:00Z", + "stateRegDate": "2022-07-11T00:00:00Z", + "placementDate": "2022-08-05T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126483,53 +124294,55 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 120000000 + "units": "8", + "nano": 900000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "294573", - "issueSizePlan": "400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3a321215-026f-4827-9682-46cca6556243", + "uid": "7ceac1de-df06-4990-8251-05083219f830", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b15a2baa-d27a-4780-b817-dfc838642acb", + "positionUid": "5c685ba8-5391-494a-886f-4aa32f9853a1", "forIisFlag": true, + "first1minCandleDate": "2022-08-05T11:53:00Z", + "first1dayCandleDate": "2022-08-05T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1014P9": { - "figi": "BBG00R289K33", - "ticker": "RU000A1014P9", - "classCode": "TQIR", - "isin": "RU000A1014P9", + "RU000A103RD6": { + "figi": "TCS00A103RD6", + "ticker": "RU000A103RD6", + "classCode": "TQCB", + "isin": "RU000A103RD6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "КарМани БО выпуск 3", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2022-12-24T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-11-15T00:00:00Z", "nominal": { "currency": "rub", - "units": "300", + "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-22T00:00:00Z", - "placementDate": "2019-12-04T00:00:00Z", + "stateRegDate": "2021-06-03T00:00:00Z", + "placementDate": "2021-09-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126537,53 +124350,55 @@ }, "aciValue": { "currency": "rub", - "units": "3", - "nano": 700000000 + "units": "25", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a1d84932-1b91-4e34-80a2-9639e12c0dc4", + "uid": "ae967f18-6a7a-41d9-b713-98a41b3cc8c3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2746538a-bd87-4933-87d8-f8b25f885623", + "positionUid": "425c3122-8df2-4e40-950f-6f4c97ee8a5c", "forIisFlag": true, + "first1minCandleDate": "2021-09-23T12:36:00Z", + "first1dayCandleDate": "2021-09-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100W60": { - "figi": "BBGHUYNYA0X4", - "ticker": "RU000A100W60", + "RU000A102RX6": { + "figi": "TCS00A102RX6", + "ticker": "RU000A102RX6", "classCode": "TQCB", - "isin": "RU000A100W60", + "isin": "RU000A102RX6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Европлан БО 03", + "name": "\u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 9", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-09-20T00:00:00Z", + "maturityDate": "2024-02-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-08-05T00:00:00Z", - "placementDate": "2019-10-03T00:00:00Z", + "stateRegDate": "2021-02-02T00:00:00Z", + "placementDate": "2021-02-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126591,16 +124406,16 @@ }, "aciValue": { "currency": "rub", - "units": "27", - "nano": 0 + "units": "5", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "10400000", + "issueSizePlan": "10400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126612,49 +124427,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cfb820a0-bd24-4fe5-8abd-c78aa1ed535c", + "uid": "600b9255-875f-45eb-87bf-14692591d799", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9fb1ce07-073c-4089-8f96-800dffaee3be", + "positionUid": "e866753e-53ba-4fdd-97d3-bb77f06b32e7", "forIisFlag": true, + "first1minCandleDate": "2021-02-18T11:45:00Z", + "first1dayCandleDate": "2021-02-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100VY0": { - "figi": "BBGHUYNYA0X3", - "ticker": "RU000A100VY0", - "classCode": "TQCB", - "isin": "RU000A100VY0", + "RU000A1034K8": { + "figi": "BBG0113G7SP1", + "ticker": "RU000A1034K8", + "classCode": "TQOE", + "isin": "RU000A1034K8", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "ЭБИС выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-09-27T00:00:00Z", + "name": "Russia 2036 EUR", + "exchange": "MOEX", + "couponQuantityPerYear": 1, + "maturityDate": "2036-05-27T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "100000", "nano": 0 }, - "stateRegDate": "2019-09-26T00:00:00Z", - "placementDate": "2019-10-01T00:00:00Z", + "stateRegDate": "2021-05-20T00:00:00Z", + "placementDate": "2021-05-27T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "eur", + "units": "100000", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "7", - "nano": 560000000 + "currency": "eur", + "units": "762", + "nano": 330000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "150000", - "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000", + "issueSizePlan": "10000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126663,35 +124480,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "7be44c61-3d36-4e7e-9174-04e77a119ffd", + "uid": "3547ff67-27da-4ce6-b88f-cc5aac9cbece", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1eb3a455-4e4f-4f86-82f8-e85623306940", - "forIisFlag": true, + "positionUid": "8cff1434-0364-42a2-acd1-79ffff5a68eb", + "forIisFlag": false, + "first1minCandleDate": "2021-06-02T12:52:00Z", + "first1dayCandleDate": "2021-06-02T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A0JT940": { - "figi": "BBG003LLR9S4", - "ticker": "RU000A0JT940", + "RU000A0ZYCR1": { + "figi": "BBG00HZ0R8T5", + "ticker": "RU000A0ZYCR1", "classCode": "TQCB", - "isin": "RU000A0JT940", + "isin": "RU000A0ZYCR1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Роснефть выпуск 4", + "name": "\u0422\u0440\u0430\u043d\u0441\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u0425\u043e\u043b\u0434\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-10-17T00:00:00Z", + "maturityDate": "2027-09-30T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-07-10T00:00:00Z", - "placementDate": "2012-10-29T00:00:00Z", + "stateRegDate": "2017-10-09T00:00:00Z", + "placementDate": "2017-10-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126699,16 +124518,16 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 350000000 + "units": "39", + "nano": 660000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126720,32 +124539,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c8d1c0a8-c82c-4e45-bc87-c0adc2907f9b", + "uid": "2f6b3600-e43c-4322-9ea6-38862af96853", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bcac6248-ab97-49fb-b922-12cb2651f9c3", + "positionUid": "0e214e74-9ca9-4675-adb3-21c2ef4f9372", "forIisFlag": true, + "first1minCandleDate": "2018-03-13T23:59:00Z", + "first1dayCandleDate": "2018-03-13T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102J57": { - "figi": "BBG00YLQVM01", - "ticker": "RU000A102J57", + "RU000A1051E5": { + "figi": "TCS00A1051E5", + "ticker": "RU000A1051E5", "classCode": "TQCB", - "isin": "RU000A102J57", + "isin": "RU000A1051E5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Теплоэнерго выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2022-12-15T00:00:00Z", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2026-01-29T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-10T00:00:00Z", - "placementDate": "2020-12-17T00:00:00Z", + "stateRegDate": "2022-07-29T00:00:00Z", + "placementDate": "2022-08-04T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126753,16 +124574,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 590000000 + "units": "8", + "nano": 390000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126774,46 +124595,47 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "58a215f8-a470-43d0-8c95-962abf7c9e23", + "uid": "b19a7e62-8770-48e1-bc8d-f12d272d2319", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ae5d63ac-ea9e-4545-979a-bf59b444e08a", + "positionUid": "36fcab73-2ecd-4fa4-b5eb-4e0f917d8db1", "forIisFlag": true, + "first1minCandleDate": "2022-08-04T11:58:00Z", + "first1dayCandleDate": "2022-08-04T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102T55": { - "figi": "BBG00ZHYDZW2", - "ticker": "RU000A102T55", - "classCode": "TQIR", - "isin": "RU000A102T55", + "XS2249778247": { + "figi": "BBG00XXVWNC3", + "ticker": "XS2249778247", + "classCode": "TQOD", + "isin": "XS2249778247", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "МФК ЦФП выпуск 1", + "name": "GTLK", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-02-15T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2028-02-26T00:00:00Z", "nominal": { - "currency": "rub", + "currency": "usd", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-07T00:00:00Z", - "placementDate": "2021-03-02T00:00:00Z", + "placementDate": "2020-10-26T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "9", - "nano": 620000000 + "currency": "usd", + "units": "1", + "nano": 733333000 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRisk": "IE", + "countryOfRiskName": "", "sector": "financial", - "issueKind": "non_documentary", + "issueKind": "documentary", "issueSize": "500000", "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", @@ -126825,59 +124647,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "a4443d35-47f7-475e-9f94-06507b7b0516", + "uid": "c60cf897-9213-4681-b621-9e242be65459", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dfdbbeba-acfd-4aa0-bd54-9dc9adebf011", + "positionUid": "4fdc6d59-2435-4b49-94f5-8d0118cadd09", "forIisFlag": true, + "first1minCandleDate": "2020-11-26T08:20:00Z", + "first1dayCandleDate": "2020-11-26T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A1005L6": { - "figi": "BBG00NHLC0N5", - "ticker": "RU000A1005L6", - "classCode": "TQCB", - "isin": "RU000A1005L6", + "RU000A102T97": { + "figi": "TCS00A102T97", + "ticker": "RU000A102T97", + "classCode": "TQIR", + "isin": "RU000A102T97", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "1", - "nano": 0 - }, - "dshort": { - "units": "1", - "nano": 0 - }, - "dlongMin": { - "units": "1", - "nano": 0 - }, - "dshortMin": { - "units": "1", - "nano": 0 - }, "shortEnabledFlag": false, - "name": "АФК Система выпуск 9", + "name": "\u0410\u044d\u0440\u043e\u0444\u044c\u044e\u044d\u043b\u0437 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-02-21T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-02-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-03-05T00:00:00Z", - "placementDate": "2019-03-06T00:00:00Z", + "stateRegDate": "2020-12-24T00:00:00Z", + "placementDate": "2021-03-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126885,16 +124685,16 @@ }, "aciValue": { "currency": "rub", - "units": "43", - "nano": 650000000 + "units": "2", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "non_documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -126906,32 +124706,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "faff4770-0998-4df1-9d0e-48e879e953c4", + "uid": "5cdc2231-fb34-4985-b4b2-1cb38c0883e4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "acb5fb2d-55cd-4894-ac1d-09defb6804ab", + "positionUid": "95d29862-cf68-4720-8c5e-2f80919afa8d", "forIisFlag": true, + "first1minCandleDate": "2021-03-03T10:59:00Z", + "first1dayCandleDate": "2021-03-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWXF0": { - "figi": "BBG00F171QY3", - "ticker": "RU000A0JWXF0", + "RU000A100TH9": { + "figi": "BBG00Q87PDL9", + "ticker": "RU000A100TH9", "classCode": "TQCB", - "isin": "RU000A0JWXF0", + "isin": "RU000A100TH9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Красноярский край выпуск 12", + "name": "\u0420\u041e\u0421\u0411\u0410\u041d\u041a \u0411\u041e-002P \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-10-25T00:00:00Z", + "maturityDate": "2023-03-16T00:00:00Z", "nominal": { "currency": "rub", - "units": "500", + "units": "1000", "nano": 0 }, - "stateRegDate": "2016-10-20T00:00:00Z", - "placementDate": "2016-11-02T00:00:00Z", + "stateRegDate": "2019-09-11T00:00:00Z", + "placementDate": "2019-09-12T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -126939,185 +124741,167 @@ }, "aciValue": { "currency": "rub", - "units": "11", - "nano": 350000000 + "units": "36", + "nano": 610000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "documentary", - "issueSize": "18231000", - "issueSizePlan": "18231000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9ee1fe0f-a3e5-4e39-8026-0c6bc5f043d9", + "uid": "998f24d3-18e1-4cf9-8853-146d31b3834d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "37fde272-915e-44bb-9924-cd797d6b8cc8", + "positionUid": "6e994484-e240-49d5-87d3-3e98c7c3f227", "forIisFlag": true, + "first1minCandleDate": "2019-09-12T15:26:00Z", + "first1dayCandleDate": "2019-09-12T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0559915961": { - "figi": "BBG0018V9PN0", - "ticker": "XS0559915961", - "classCode": "TQOD", - "isin": "XS0559915961", + "RU000A101UR4": { + "figi": "BBG00VWZ21H5", + "ticker": "RU000A101UR4", + "classCode": "TQCB", + "isin": "RU000A101UR4", "lot": 1, - "currency": "usd", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 521100000 - }, - "dshort": { - "units": "0", - "nano": 710900000 - }, - "dlongMin": { - "units": "0", - "nano": 308000000 - }, - "dshortMin": { - "units": "0", - "nano": 308000000 - }, + "currency": "rub", "shortEnabledFlag": false, - "name": "VEB", + "name": "\u0411\u0430\u0448\u043a\u0438\u0440\u0441\u043a\u0430\u044f \u0441\u043e\u0434\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-11-22T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-24T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2010-11-22T00:00:00Z", + "stateRegDate": "2020-06-23T00:00:00Z", + "placementDate": "2020-06-30T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "11", - "nano": 333333000 + "currency": "rub", + "units": "13", + "nano": 20000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "114ca29c-972f-4bda-ac46-4dc88262864b", + "uid": "5e700050-a8cd-46f9-a361-e04042a34c27", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "90913e33-1cce-4168-a16f-e3dda534ebf3", + "positionUid": "c171d50e-2e59-44e9-8b1c-18e4d5414932", "forIisFlag": true, + "first1minCandleDate": "2020-06-30T11:03:00Z", + "first1dayCandleDate": "2020-06-30T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "XS1878009866": { - "figi": "TCS878009866", - "ticker": "XS1878009866", - "classCode": "TQOD", - "isin": "XS1878009866", + "RU000A0ZYMJ7": { + "figi": "BBG00JM15X21", + "ticker": "RU000A0ZYMJ7", + "classCode": "TQCB", + "isin": "RU000A0ZYMJ7", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "BCS Structured Products 20jun2023", + "name": "\u0422\u043e\u043c\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 62", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-06-20T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-19T00:00:00Z", "nominal": { - "currency": "usd", - "units": "1250", + "currency": "rub", + "units": "750", "nano": 0 }, - "placementDate": "2018-09-21T00:00:00Z", + "stateRegDate": "2017-12-20T00:00:00Z", + "placementDate": "2017-12-28T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "0", - "nano": 0 + "currency": "rub", + "units": "11", + "nano": 870000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "financial", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", "issueKind": "documentary", - "issueSize": "16000", - "issueSizePlan": "8000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9bf370fa-2ce4-4370-8917-b965ad756d4a", + "uid": "d47a7512-dd4d-4855-be44-c7f328a7d22e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5c721297-318c-47e6-90de-c547712bd0bc", + "positionUid": "f1867314-fdbd-4b20-9e46-5297a4494159", "forIisFlag": true, - "first1minCandleDate": "2018-10-04T06:59:00Z", - "first1dayCandleDate": "2018-10-04T07:00:00Z", + "first1minCandleDate": "2019-10-15T10:29:00Z", + "first1dayCandleDate": "2019-10-15T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A104UA4": { - "figi": "TCS00A104UA4", - "ticker": "RU000A104UA4", - "classCode": "TQCB", - "isin": "RU000A104UA4", + "RU000A103WD6": { + "figi": "BBG0135CF8W1", + "ticker": "RU000A103WD6", + "classCode": "TQIR", + "isin": "RU000A103WD6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сегежа", - "exchange": "MOEX", + "name": "\u041f\u0418\u041c \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2037-05-11T00:00:00Z", + "maturityDate": "2024-10-16T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-05-24T00:00:00Z", - "placementDate": "2022-05-30T00:00:00Z", + "stateRegDate": "2021-10-11T00:00:00Z", + "placementDate": "2021-10-20T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127125,53 +124909,55 @@ }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 670000000 + "units": "17", + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "8200000", - "issueSizePlan": "7000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "130000", + "issueSizePlan": "130000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7981f3b8-1834-467e-b12d-346d4ef64ed3", + "uid": "6454c2c2-394e-4133-b4d2-f01ab2575227", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "32f65d50-77cc-4ae4-9c7f-9be70f5b4ab6", + "positionUid": "fffd40e2-029e-4b33-a6f7-77ac3da8bbdc", "forIisFlag": true, + "first1minCandleDate": "2021-10-20T11:42:00Z", + "first1dayCandleDate": "2021-10-20T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102QP4": { - "figi": "BBG00Z6BQMY7", - "ticker": "RU000A102QP4", + "RU000A103YP6": { + "figi": "BBG013BSN994", + "ticker": "RU000A103YP6", "classCode": "TQCB", - "isin": "RU000A102QP4", + "isin": "RU000A103YP6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД 001Р выпуск 21", + "name": "\u0421\u0413-\u0442\u0440\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-06-11T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2026-10-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-03T00:00:00Z", - "placementDate": "2021-02-08T00:00:00Z", + "stateRegDate": "2021-10-15T00:00:00Z", + "placementDate": "2021-11-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127179,16 +124965,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 380000000 + "units": "10", + "nano": 310000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "8500000", + "issueSizePlan": "8500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127200,32 +124986,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "39a12188-c08a-43d2-8cdd-20577d93755a", + "uid": "6cda5a3a-f18a-44d6-99ca-c9b7bf58a1cc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bad8874d-30ec-453d-9ebc-7150c58db599", + "positionUid": "5108900b-77bd-4f0f-8bc5-960fbc93e31b", "forIisFlag": true, + "first1minCandleDate": "2021-11-01T11:08:00Z", + "first1dayCandleDate": "2021-11-01T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXJE0": { - "figi": "BBG00FZYDS70", - "ticker": "RU000A0JXJE0", - "classCode": "EQOB", - "isin": "RU000A0JXJE0", + "RU000A104YT6": { + "figi": "TCS00A104YT6", + "ticker": "RU000A104YT6", + "classCode": "TQCB", + "isin": "RU000A104YT6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Гидромашсервис БО выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2027-02-09T00:00:00Z", + "name": "\u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0411\u041e-\u041f12", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2025-07-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-06-06T00:00:00Z", - "placementDate": "2017-02-21T00:00:00Z", + "stateRegDate": "2022-07-12T00:00:00Z", + "placementDate": "2022-07-15T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127233,16 +125021,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 0 + "units": "19", + "nano": 970000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127254,34 +125042,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f4b6533d-6901-42bd-987e-a2c0b0ae0bc8", + "uid": "07eafe38-1fda-4404-abdd-7f55ed8ede4a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "41422dbe-6e61-4a76-9e1c-2ce473cbf437", + "positionUid": "79bb0882-6f26-4009-990c-9a5294bbf4f2", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:37:00Z", - "first1dayCandleDate": "2018-03-07T07:00:00Z", + "first1minCandleDate": "2022-07-15T11:45:00Z", + "first1dayCandleDate": "2022-07-15T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYBM4": { - "figi": "BBG00HTLYK93", - "ticker": "RU000A0ZYBM4", + "RU000A100YU2": { + "figi": "BBG00QPS5TX8", + "ticker": "RU000A100YU2", "classCode": "TQCB", - "isin": "RU000A0ZYBM4", + "isin": "RU000A100YU2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Банк выпуск 21", + "name": "\u0410\u043a\u0440\u043e\u043d \u0432\u044b\u043f\u0443\u0441\u043a\u00a03", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2032-10-13T00:00:00Z", + "maturityDate": "2023-04-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-02-06T00:00:00Z", - "placementDate": "2017-10-02T00:00:00Z", + "stateRegDate": "2019-10-22T00:00:00Z", + "placementDate": "2019-10-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127289,16 +125077,16 @@ }, "aciValue": { "currency": "rub", - "units": "17", - "nano": 130000000 + "units": "27", + "nano": 610000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127310,86 +125098,81 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c271a3ce-6408-4f3f-a682-157a1e51a05a", + "uid": "6924f90f-a565-4554-a4b3-670f5298341f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "72437540-c070-45da-94d2-98447e276c75", + "positionUid": "cd5c0efb-2cda-4782-b992-75e2d55d77a8", "forIisFlag": true, + "first1minCandleDate": "2019-10-25T12:20:00Z", + "first1dayCandleDate": "2019-10-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101FY1": { - "figi": "BBG00RVF4P66", - "ticker": "RU000A101FY1", - "classCode": "TQCB", - "isin": "RU000A101FY1", + "ISSUANCESAMO": { + "figi": "ISSUANCESAMO", + "ticker": "ISSUANCESAMO", + "classCode": "PSAU", + "isin": "ISSUANCESAMO", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МОЭСК 001P выпуск 2", - "exchange": "MOEX_PLUS", + "name": "\u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0411\u041e-\u041f08", + "exchange": "Issuance", "couponQuantityPerYear": 2, - "maturityDate": "2025-02-14T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, - "stateRegDate": "2020-02-17T00:00:00Z", - "placementDate": "2020-02-21T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 780000000 + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "utilities", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "0", + "issueSizePlan": "0", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "a0d23c58-11a9-4502-839a-b557c4d00f9b", + "uid": "28b4274a-d804-432a-890b-a9878a6e8cf4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "46bc7197-462c-45ce-8413-f5baab2cf70d", + "positionUid": "bb78f9af-c863-4a04-ac7d-45f469d0a771", "forIisFlag": true, "type": "Bonds", - "step": 0.01 + "step": 0 }, - "RU000A101SC0": { - "figi": "BBG00VDF68J9", - "ticker": "RU000A101SC0", + "RU000A102B48": { + "figi": "TCS00A102B48", + "ticker": "RU000A102B48", "classCode": "TQCB", - "isin": "RU000A101SC0", + "isin": "RU000A102B48", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 18", + "name": "\u042f\u0422\u042d\u041a \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2035-05-23T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-10-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-12-24T00:00:00Z", - "placementDate": "2020-06-10T00:00:00Z", + "stateRegDate": "2020-10-02T00:00:00Z", + "placementDate": "2020-11-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127397,16 +125180,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 240000000 + "units": "29", + "nano": 810000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127418,48 +125201,49 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "61a1b57f-c5ca-432b-b9c5-bb7aa4d70e35", + "uid": "6fba53c7-a998-4e95-8c64-7a44bd74d666", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6430e313-a6cb-4e1d-a234-c6d274c2c25a", + "positionUid": "a3442b3b-69ba-4200-a7ee-32f48ac44b6e", "forIisFlag": true, + "first1minCandleDate": "2020-11-03T12:13:00Z", + "first1dayCandleDate": "2020-11-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101UD4": { - "figi": "BBG00VSYBL16", - "ticker": "RU000A101UD4", - "classCode": "TQIR", - "isin": "RU000A101UD4", + "XS1946763361": { + "figi": "BBG00NR70S66", + "ticker": "XS1946763361", + "classCode": "TQOD", + "isin": "XS1946763361", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Электрощит-Стройсистема выпуск 2", + "name": "BCS Structured Products 27jun2024 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-06-23T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-06-27T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "1250", "nano": 0 }, - "stateRegDate": "2020-06-18T00:00:00Z", - "placementDate": "2020-06-29T00:00:00Z", + "placementDate": "2019-03-28T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "8", - "nano": 550000000 + "currency": "usd", + "units": "0", + "nano": 0 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "500000", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "8000", + "issueSizePlan": "8000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -127469,89 +125253,93 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "96375d98-6fd2-4dad-9c4f-66a294e4c2fe", + "uid": "1787cb49-d383-4a93-857d-1f01e43fbdc6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "03dd749d-5367-42cc-91ac-d277c2cab171", + "positionUid": "29701692-ac85-4085-920d-7de8cfddfdbe", "forIisFlag": true, + "first1minCandleDate": "2019-04-12T08:06:00Z", + "first1dayCandleDate": "2019-04-12T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A103DY2": { - "figi": "BBG011RXTDD0", - "ticker": "RU000A103DY2", - "classCode": "TQIR", - "isin": "RU000A103DY2", + "RU000A1006S9": { + "figi": "BBG00NPGNWZ2", + "ticker": "RU000A1006S9", + "classCode": "TQOD", + "isin": "RU000A1006S9", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "БЭЛТИ-ГРАНД выпуск 4", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2027-02-13T00:00:00Z", + "name": "Russia 2035", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2035-03-28T00:00:00Z", "nominal": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "200000", "nano": 0 }, - "stateRegDate": "2021-06-23T00:00:00Z", - "placementDate": "2021-07-14T00:00:00Z", + "stateRegDate": "2019-03-28T00:00:00Z", + "placementDate": "2019-03-28T00:00:00Z", "placementPrice": { - "currency": "rub", - "units": "1000", + "currency": "usd", + "units": "0", "nano": 0 }, "aciValue": { - "currency": "rub", - "units": "4", - "nano": 30000000 + "currency": "usd", + "units": "4561", + "nano": 666666670 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "20000", + "issueSizePlan": "15000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "b2446af8-80bf-4c4d-8e2f-500eff381126", + "uid": "26a66b12-744a-4e91-94b1-5841cf552804", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c5c74780-5b19-46a0-b5f3-5f78e9d2e463", - "forIisFlag": true, + "positionUid": "c99f5b93-4ad1-4371-802a-d52e37090c12", + "forIisFlag": false, + "first1minCandleDate": "2019-07-19T10:01:00Z", + "first1dayCandleDate": "2019-07-19T07:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.0001 }, - "RU000A1042W6": { - "figi": "TCS00A1042W6", - "ticker": "RU000A1042W6", + "RU000A102B97": { + "figi": "TCS00A102B97", + "ticker": "RU000A102B97", "classCode": "TQCB", - "isin": "RU000A1042W6", + "isin": "RU000A102B97", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВЭБ.РФ ПБО-2 выпуск 31", + "name": "\u0412\u0438\u0442\u0430 \u041b\u0430\u0439\u043d 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2028-10-18T00:00:00Z", + "maturityDate": "2025-10-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-10T00:00:00Z", - "placementDate": "2021-11-23T00:00:00Z", + "stateRegDate": "2020-10-21T00:00:00Z", + "placementDate": "2020-11-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127559,20 +125347,20 @@ }, "aciValue": { "currency": "rub", - "units": "31", - "nano": 110000000 + "units": "9", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", "issueKind": "non_documentary", - "issueSize": "50000000", - "issueSizePlan": "50000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": true, + "floatingCouponFlag": false, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { @@ -127580,49 +125368,75 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4bb99fe6-1646-467f-851e-6f4d6e59d84e", + "uid": "a9c8bbdf-5535-4aba-b271-4a22ef5daabe", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "178e78ca-f0e2-4562-b2ee-c3c7511bf2b2", + "positionUid": "38127ba0-8bfd-4f01-87b3-38184ed9d855", "forIisFlag": true, + "first1minCandleDate": "2020-11-03T12:55:00Z", + "first1dayCandleDate": "2020-11-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104362": { - "figi": "TCS00A104362", - "ticker": "RU000A104362", - "classCode": "TQCB", - "isin": "RU000A104362", + "SU26218RMFS6": { + "figi": "BBG00B9PJ7V0", + "ticker": "SU26218RMFS6", + "classCode": "TQOB", + "isin": "RU000A0JVW48", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Восточная Стивидорная Компания выпуск 2", + "name": "\u041e\u0424\u0417 26218", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2026-11-17T00:00:00Z", + "maturityDate": "2031-09-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-28T00:00:00Z", - "placementDate": "2021-11-23T00:00:00Z", + "stateRegDate": "2015-10-23T00:00:00Z", + "placementDate": "2015-10-28T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "15", - "nano": 180000000 + "units": "37", + "nano": 720000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "7500000", - "issueSizePlan": "7500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "250000000", + "issueSizePlan": "250000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127631,35 +125445,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "5004c0c0-0818-4cc6-a96e-48a030604eb9", + "uid": "a29f7dc2-1eed-4db8-a14d-bf1f5d881ab4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9a9ecfca-b9b1-4c00-9920-7c6d0e03db54", + "positionUid": "8a37365a-8fe3-4fcb-93e0-924ef984e3cc", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:39:00Z", + "first1dayCandleDate": "2016-02-17T00:00:00Z", "type": "Bonds", - "step": 0.01 + "step": 0.001 }, - "RU000A1006B5": { - "figi": "BBG00NLMJ541", - "ticker": "RU000A1006B5", - "classCode": "TQIR", - "isin": "RU000A1006B5", - "lot": 1, - "currency": "rub", + "RU000A103RY2": { + "figi": "BBG012QRRBN7", + "ticker": "RU000A103RY2", + "classCode": "TQCB", + "isin": "RU000A103RY2", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "ТД Мясничий выпуск 3", + "name": "\u0418\u043d\u0442\u0435\u0440\u043b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 12, - "maturityDate": "2024-02-17T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-09-24T00:00:00Z", "nominal": { "currency": "rub", - "units": "572", - "nano": 500000000 + "units": "1000", + "nano": 0 }, - "stateRegDate": "2019-03-12T00:00:00Z", - "placementDate": "2019-03-15T00:00:00Z", + "stateRegDate": "2021-07-16T00:00:00Z", + "placementDate": "2021-09-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127667,16 +125483,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 80000000 + "units": "19", + "nano": 530000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127688,56 +125504,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "16c5dd9f-d7cb-4689-8e43-e5f52c81c982", + "uid": "4f6055b0-6bcf-45ff-8526-4fdcf7ce5f56", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e73ba48a-78b1-42ea-841c-830f6a0eb34a", + "positionUid": "c6ac474d-3ddf-48be-937c-352d351f0f34", "forIisFlag": true, + "first1minCandleDate": "2021-09-28T12:09:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWG05": { - "figi": "BBG00CSJ8ZX9", - "ticker": "RU000A0JWG05", + "RU000A104123": { + "figi": "BBG013TSL6D8", + "ticker": "RU000A104123", "classCode": "TQCB", - "isin": "RU000A0JWG05", + "isin": "RU000A104123", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "X5 выпуск 6", + "name": "\u0414\u041e\u041c.\u0420\u0424 001\u0420-09", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2023-04-27T00:00:00Z", + "maturityDate": "2022-11-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2013-04-22T00:00:00Z", - "placementDate": "2016-05-05T00:00:00Z", + "stateRegDate": "2021-11-12T00:00:00Z", + "placementDate": "2021-11-16T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127745,16 +125539,16 @@ }, "aciValue": { "currency": "rub", - "units": "19", - "nano": 450000000 + "units": "26", + "nano": 860000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127766,32 +125560,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cd10a119-dd49-42ca-8d5d-0af34669cc20", + "uid": "fa878e07-94ab-46bb-85f8-055d0c74c884", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1f8fbbed-e502-464b-a6f7-47f64720e2ef", + "positionUid": "d81a976a-7a42-459c-ba6f-622af3f09118", "forIisFlag": true, + "first1minCandleDate": "2021-11-16T12:01:00Z", + "first1dayCandleDate": "2021-11-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100XC2": { - "figi": "BBG00QKHK9J0", - "ticker": "RU000A100XC2", + "RU000A101Z66": { + "figi": "BBG00WFBVRN9", + "ticker": "RU000A101Z66", "classCode": "TQCB", - "isin": "RU000A100XC2", + "isin": "RU000A101Z66", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Полюс ПБО-1", + "name": "\u0411\u0430\u043b\u0442\u0438\u0439\u0441\u043a\u0438\u0439 \u043b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f03", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-10-01T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-07-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-10-10T00:00:00Z", - "placementDate": "2019-10-14T00:00:00Z", + "stateRegDate": "2020-07-28T00:00:00Z", + "placementDate": "2020-07-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127799,53 +125595,55 @@ }, "aciValue": { "currency": "rub", - "units": "20", - "nano": 480000000 + "units": "8", + "nano": 30000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "20000000", - "issueSizePlan": "20000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d4b0c643-24a7-4990-8622-94449f0dc34e", + "uid": "13469213-7407-4176-8827-d7ba04eac0c9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "85a068b9-10f0-4ecf-9211-a6db8c42c2eb", + "positionUid": "94b99087-04e8-4274-9fd1-65849c40f3b3", "forIisFlag": true, + "first1minCandleDate": "2020-07-31T12:23:00Z", + "first1dayCandleDate": "2020-07-31T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103Q08": { - "figi": "TCS00A103Q08", - "ticker": "RU000A103Q08", + "RU000A0ZYLK7": { + "figi": "BBG00JM14CY3", + "ticker": "RU000A0ZYLK7", "classCode": "TQCB", - "isin": "RU000A103Q08", + "isin": "RU000A0ZYLK7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "HENDERSON выпуск 1", + "name": "\u0412\u0435\u0440\u0445\u043d\u0435\u0431\u0430\u043a\u0430\u043d\u0441\u043a\u0438\u0439 \u0446\u0435\u043c\u0435\u043d\u0442\u043d\u044b\u0439 \u0437\u0430\u0432\u043e\u0434 001P \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2025-03-25T00:00:00Z", + "maturityDate": "2027-12-10T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-30T00:00:00Z", - "placementDate": "2021-09-28T00:00:00Z", + "stateRegDate": "2017-12-11T00:00:00Z", + "placementDate": "2017-12-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127853,69 +125651,72 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 620000000 + "units": "28", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "non_documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "7600000", + "issueSizePlan": "3600000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7f9016b8-65f7-4453-876b-79b8ae01c14a", + "uid": "7cafe5f8-be69-4fd6-ada7-1adc02fab792", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ab972dac-37aa-4709-af3f-4426b2b94db8", + "positionUid": "99574d39-95eb-42b5-a3af-bac4b8bac12d", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T20:09:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "TRY0228": { - "figi": "BBG00JQ3B6W2", - "ticker": "TRY0228", - "classCode": "SPBBND", - "isin": "US900123CP36", + "RU000A100881": { + "figi": "BBG00NQKWGH7", + "ticker": "RU000A100881", + "classCode": "TQCB", + "isin": "RU000A100881", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Republic of Turkey", - "exchange": "SPB", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c 001 \u0432\u044b\u043f\u0443\u0441\u043a 5", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2028-02-17T00:00:00Z", + "maturityDate": "2029-03-21T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2018-01-17T00:00:00Z", + "stateRegDate": "2019-04-01T00:00:00Z", + "placementDate": "2019-04-03T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "22", - "nano": 65972000 + "currency": "rub", + "units": "75", + "nano": 450000000 }, - "countryOfRisk": "TR", - "countryOfRiskName": "Турецкая Республика", - "sector": "government", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", "issueKind": "documentary", - "issueSize": "2000000", - "issueSizePlan": "2000000", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -127927,32 +125728,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ee39411c-f850-4b3f-979a-f3a78cd6dd47", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "55aef521-7dfd-4ebf-a96c-365fc1a38dda", + "uid": "f18d6aae-662c-41b9-a7c0-3ec0cb98aa13", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f1362d33-7302-4f63-b361-ca09bc7d213e", "forIisFlag": true, + "first1minCandleDate": "2019-11-27T09:18:00Z", + "first1dayCandleDate": "2019-11-27T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYC98": { - "figi": "BBG00HTR61W7", - "ticker": "RU000A0ZYC98", - "classCode": "TQCB", - "isin": "RU000A0ZYC98", + "RU000A1024R4": { + "figi": "BBG00XH486K6", + "ticker": "RU000A1024R4", + "classCode": "TQIR", + "isin": "RU000A1024R4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МегаФон БО-1 выпуск 3", + "name": "\u0414\u043e\u043d\u0441\u043a\u043e\u0439 \u041b\u043e\u043c\u0431\u0430\u0440\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2022-10-03T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2023-09-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-03T00:00:00Z", - "placementDate": "2017-10-09T00:00:00Z", + "stateRegDate": "2020-06-18T00:00:00Z", + "placementDate": "2020-09-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -127960,53 +125763,55 @@ }, "aciValue": { "currency": "rub", - "units": "23", - "nano": 230000000 + "units": "0", + "nano": 360000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", - "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "150000", + "issueSizePlan": "150000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0d708722-c685-44de-9167-1ceca39968f5", + "uid": "db3174fd-8fd5-47a7-bb62-2787c7b83aec", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9857d44c-42fa-4fda-abe8-8796416f20f0", + "positionUid": "341e7032-0210-46e7-a8b0-3a44706ce019", "forIisFlag": true, + "first1minCandleDate": "2020-09-17T11:42:00Z", + "first1dayCandleDate": "2020-09-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100VS2": { - "figi": "BBGHUYNYA015", - "ticker": "RU000A100VS2", + "RU000A102GD1": { + "figi": "TCS00A102GD1", + "ticker": "RU000A102GD1", "classCode": "TQCB", - "isin": "RU000A100VS2", + "isin": "RU000A102GD1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Атомстройкомплекс выпуск 1", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 08", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2024-09-24T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2049-12-28T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", - "nano": 0 + "units": "584", + "nano": 860000000 }, - "stateRegDate": "2017-01-26T00:00:00Z", - "placementDate": "2019-10-01T00:00:00Z", + "stateRegDate": "2020-12-01T00:00:00Z", + "placementDate": "2020-12-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128014,53 +125819,55 @@ }, "aciValue": { "currency": "rub", - "units": "29", - "nano": 670000000 + "units": "6", + "nano": 920000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", - "issueKind": "documentary", - "issueSize": "1000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "16540117", + "issueSizePlan": "16540117", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "44baedc5-53cc-4c60-94cf-939cd2a5ec48", + "uid": "f3395efc-4712-45a6-97cb-54a65873d38e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1a3a2ab9-25b2-411e-8e7c-b01740686e0f", + "positionUid": "511dbcb3-cba5-4b4d-bcfb-0331e407f0a7", "forIisFlag": true, + "first1minCandleDate": "2020-12-10T10:20:00Z", + "first1dayCandleDate": "2020-12-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1001L5": { - "figi": "BBG00N58ZYV9", - "ticker": "RU000A1001L5", + "RU000A103WZ9": { + "figi": "BBG0136Y8NS2", + "ticker": "RU000A103WZ9", "classCode": "TQCB", - "isin": "RU000A1001L5", + "isin": "RU000A103WZ9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЮАИЗ выпуск 1", + "name": "NexTouch \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-01-22T00:00:00Z", + "maturityDate": "2024-10-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-12-28T00:00:00Z", - "placementDate": "2019-01-23T00:00:00Z", + "stateRegDate": "2021-10-15T00:00:00Z", + "placementDate": "2021-10-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128068,53 +125875,55 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 290000000 + "units": "13", + "nano": 860000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", - "issueKind": "documentary", - "issueSize": "250000", - "issueSizePlan": "250000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueKind": "non_documentary", + "issueSize": "294000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "433cdef8-010e-4ab2-bf7b-8b29ced7c276", + "uid": "431c7e0d-a8a0-492b-8771-94cabad84935", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d9b61630-4953-4224-9dea-2c539fee8577", + "positionUid": "c2c01ae6-1486-4e9b-85b0-4152b3ea12bb", "forIisFlag": true, + "first1minCandleDate": "2021-10-26T11:12:00Z", + "first1dayCandleDate": "2021-10-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103UL3": { - "figi": "BBG012Y8J8C8", - "ticker": "RU000A103UL3", + "RU000A1037L9": { + "figi": "BBG011CG00T5", + "ticker": "RU000A1037L9", "classCode": "TQCB", - "isin": "RU000A103UL3", + "isin": "RU000A1037L9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Татнефтехим 001P выпуск 1", + "name": "\u0411\u0438\u0444\u043e\u0440\u043a\u043e\u043c \u0422\u0435\u043a \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 6, - "maturityDate": "2026-09-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-06-04T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-10-06T00:00:00Z", - "placementDate": "2021-10-11T00:00:00Z", + "stateRegDate": "2021-06-01T00:00:00Z", + "placementDate": "2021-06-08T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128122,53 +125931,55 @@ }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 960000000 + "units": "0", + "nano": 620000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "consumer", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d573b1e-3194-4a99-be18-394d79c88064", + "uid": "117808ad-56de-4a70-993f-29185bafa5df", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "53ee2cd2-ce1b-4b47-abab-8899f9baac8c", + "positionUid": "41cd8de4-b3ee-4fa3-ae26-52dc30792d4e", "forIisFlag": true, + "first1minCandleDate": "2021-06-08T11:28:00Z", + "first1dayCandleDate": "2021-06-08T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102UZ5": { - "figi": "BBG00ZQT2640", - "ticker": "RU000A102UZ5", - "classCode": "TQCB", - "isin": "RU000A102UZ5", + "RU000A100W52": { + "figi": "BBG00QKPJVK3", + "ticker": "RU000A100W52", + "classCode": "TQIR", + "isin": "RU000A100W52", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Кировский завод выпуск 2", + "name": "\u0421\u0443\u043f\u0435\u0440\u041e\u043a\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-03-12T00:00:00Z", + "maturityDate": "2022-09-28T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-01-28T00:00:00Z", - "placementDate": "2021-03-18T00:00:00Z", + "stateRegDate": "2019-09-27T00:00:00Z", + "placementDate": "2019-10-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128176,16 +125987,16 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 110000000 + "units": "29", + "nano": 180000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "2690000", - "issueSizePlan": "2690000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128197,32 +126008,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2b113cbe-7f1c-4e9d-935b-6ba7f4bc8f75", + "uid": "67444cce-69f6-4962-9e42-9ffc0c5b9d69", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fe4ef728-05f1-48b5-b343-2da558afcef3", + "positionUid": "cdebb8f6-309b-45b9-9091-bf80fa77a056", "forIisFlag": true, + "first1minCandleDate": "2019-10-02T11:36:00Z", + "first1dayCandleDate": "2019-10-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101S08": { - "figi": "BBG011MDDKK2", - "ticker": "RU000A101S08", + "RU000A0JTMK9": { + "figi": "BBG00440D136", + "ticker": "RU000A0JTMK9", "classCode": "TQCB", - "isin": "RU000A101S08", + "isin": "RU000A0JTMK9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Казахстан выпуск 12", + "name": "\u0420\u0443\u0441\u0413\u0438\u0434\u0440\u043e \u0432\u044b\u043f\u0443\u0441\u043a 8", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2031-06-16T00:00:00Z", + "maturityDate": "2023-02-02T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-07-16T00:00:00Z", - "placementDate": "2021-06-28T00:00:00Z", + "stateRegDate": "2012-12-27T00:00:00Z", + "placementDate": "2013-02-14T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128230,16 +126043,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 210000000 + "units": "0", + "nano": 100000000 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "issueKind": "non_documentary", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueKind": "documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128251,56 +126064,90 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e4d18bdf-c893-4169-b977-111586c8de02", + "uid": "66b2c278-da8a-4224-8cc9-fb630715f8c4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9471e33e-e8cf-428f-9c2d-75efff4f57d0", + "positionUid": "d94b0f94-bf55-4b5d-955a-62ee811ce699", "forIisFlag": true, + "first1minCandleDate": "2018-03-22T22:09:00Z", + "first1dayCandleDate": "2013-02-14T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZ1J8": { - "figi": "BBG00KHR8SP0", - "ticker": "RU000A0ZZ1J8", + "RU000A0JW5E3": { + "figi": "BBG00C7PQK43", + "ticker": "RU000A0JW5E3", "classCode": "TQCB", - "isin": "RU000A0ZZ1J8", + "isin": "RU000A0JW5E3", "lot": 1, "currency": "rub", - "klong": { - "units": "2", + "shortEnabledFlag": false, + "name": "\u041f\u041a\u0422 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2026-02-06T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "kshort": { - "units": "2", + "stateRegDate": "2015-12-03T00:00:00Z", + "placementDate": "2016-02-19T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 397800000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { + "aciValue": { + "currency": "rub", "units": "0", - "nano": 224000000 + "nano": 10000000 }, - "dshortMin": { + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 140200000 + "nano": 10000000 }, + "apiTradeAvailableFlag": true, + "uid": "de808971-4130-4603-a7cc-5a6127bed222", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "55b818a3-2e83-449a-9485-8002d14702e4", + "forIisFlag": true, + "first1minCandleDate": "2018-03-10T06:22:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A103943": { + "figi": "TCS00A103943", + "ticker": "RU000A103943", + "classCode": "TQCB", + "isin": "RU000A103943", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 9", + "name": "\u0410\u044d\u0440\u043e\u0444\u043b\u043e\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2033-03-18T00:00:00Z", + "maturityDate": "2026-06-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-03-29T00:00:00Z", - "placementDate": "2018-04-06T00:00:00Z", + "stateRegDate": "2021-06-11T00:00:00Z", + "placementDate": "2021-06-17T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128308,16 +126155,16 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 30000000 + "units": "19", + "nano": 220000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "24650000", + "issueSizePlan": "24650000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128329,73 +126176,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "523ee5da-4f5f-43e9-a4ad-59bd358c8509", + "uid": "03913fbb-079b-4b08-85f5-f0e0b5187c42", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b560ab74-10d3-4944-bf88-6c92327f8fe2", + "positionUid": "5ce1d180-d6e5-4012-8a6d-01d284df424e", "forIisFlag": true, + "first1minCandleDate": "2021-06-17T13:27:00Z", + "first1dayCandleDate": "2021-06-17T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU26223RMFS6": { - "figi": "BBG00K53DJP0", - "ticker": "SU26223RMFS6", - "classCode": "TQOB", - "isin": "RU000A0ZYU88", + "RU000A103KA7": { + "figi": "TCS00A103KA7", + "ticker": "RU000A103KA7", + "classCode": "TQCB", + "isin": "RU000A103KA7", "lot": 1, "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 300000000 - }, - "dshort": { - "units": "0", - "nano": 300000000 - }, - "dlongMin": { - "units": "0", - "nano": 163300000 - }, - "dshortMin": { - "units": "0", - "nano": 140200000 - }, "shortEnabledFlag": false, - "name": "ОФЗ 26223", + "name": "\u041c\u0438\u0440\u0430\u0442\u043e\u0440\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2024-02-28T00:00:00Z", + "maturityDate": "2024-08-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-02-15T00:00:00Z", - "placementDate": "2018-02-21T00:00:00Z", + "stateRegDate": "2021-08-13T00:00:00Z", + "placementDate": "2021-08-19T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "25", - "nano": 110000000 + "units": "4", + "nano": 780000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", - "issueKind": "documentary", - "issueSize": "350000000", - "issueSizePlan": "350000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128404,89 +126229,92 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "547a4a73-d52e-4071-a6f0-afc7ed0baf9b", + "uid": "059d21da-b7fb-4d7b-8061-841a7f2e0a9e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a02246ab-bfc1-44f7-a039-f245cb0236b9", + "positionUid": "54a7b0fb-c347-40a5-9e98-8813930a4bc1", "forIisFlag": true, + "first1minCandleDate": "2021-08-19T13:11:00Z", + "first1dayCandleDate": "2021-08-19T07:00:00Z", "type": "Bonds", - "step": 0.001 + "step": 0.01 }, - "RU000A1048A9": { - "figi": "BBG0141LK3L0", - "ticker": "RU000A1048A9", + "XS1143363940": { + "figi": "BBG007KHNMS0", + "ticker": "XS1143363940", "classCode": "TQCB", - "isin": "RU000A1048A9", + "isin": "XS1143363940", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Брусника выпуск 2Р-1", + "name": "Credit Bank of Moscow", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-06-10T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2025-05-26T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "100000", "nano": 0 }, - "stateRegDate": "2021-12-07T00:00:00Z", - "placementDate": "2021-12-14T00:00:00Z", + "placementDate": "2014-11-26T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "12", - "nano": 10000000 + "units": "4675", + "nano": 0 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "4000000", - "issueSizePlan": "4000000", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "50000", + "issueSizePlan": "50000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2e1e392b-d63c-4f0e-b02a-d4c50dc123cb", + "uid": "ea770c7c-d34d-4ae4-a46c-e50445dbc3af", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a79cd270-b850-4908-b285-c8c823bee91a", + "positionUid": "f04b71b7-ae95-4096-8f79-709c800a1ff2", "forIisFlag": true, + "first1minCandleDate": "2021-04-02T11:54:00Z", + "first1dayCandleDate": "2021-04-02T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102KG6": { - "figi": "BBG00YN4P9Q6", - "ticker": "RU000A102KG6", + "RU000A102LB5": { + "figi": "BBG00YRF7834", + "ticker": "RU000A102LB5", "classCode": "TQCB", - "isin": "RU000A102KG6", + "isin": "RU000A102LB5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГК Пионер-001Р выпуск 5", + "name": "\u041f\u0420\u041e\u041c\u041e\u041c\u0415\u0414 \u0414\u041c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-12-17T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-12-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-10T00:00:00Z", - "placementDate": "2020-12-22T00:00:00Z", + "stateRegDate": "2020-12-18T00:00:00Z", + "placementDate": "2020-12-25T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128494,53 +126322,55 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 10000000 + "units": "19", + "nano": 780000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8ae002cf-7c76-4b7e-a203-5b1f18ed946e", + "uid": "3ebffb3e-7519-42f2-a5aa-886d718c4eb8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e39c3845-d8e7-4b79-8f92-aff62a312e7d", + "positionUid": "e6cff1b0-5b76-490a-ab93-1ddd5737ff94", "forIisFlag": true, + "first1minCandleDate": "2020-12-25T10:52:00Z", + "first1dayCandleDate": "2020-12-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1041B2": { - "figi": "TCS00A1041B2", - "ticker": "RU000A1041B2", + "RU000A104ZK2": { + "figi": "TCS00A104ZK2", + "ticker": "RU000A104ZK2", "classCode": "TQCB", - "isin": "RU000A1041B2", + "isin": "RU000A104ZK2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сегежа 002P выпуск 1", - "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2036-10-29T00:00:00Z", + "name": "\u041c.\u0412\u0438\u0434\u0435\u043e \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2025-07-22T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-11-12T00:00:00Z", - "placementDate": "2021-11-17T00:00:00Z", + "stateRegDate": "2021-10-14T00:00:00Z", + "placementDate": "2022-07-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128548,16 +126378,16 @@ }, "aciValue": { "currency": "rub", - "units": "17", - "nano": 270000000 + "units": "14", + "nano": 890000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "materials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128569,138 +126399,146 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "70c8501b-6d8b-42ae-9f19-35355ab2a6c4", + "uid": "cedb1e9f-15b0-494b-bb58-b1fa8b804a34", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "74c66865-e1a8-490a-bef3-597cb3beaf55", + "positionUid": "e44d17ef-2633-4dc5-9d03-fca2340ed1e8", "forIisFlag": true, + "first1minCandleDate": "2022-07-26T12:00:00Z", + "first1dayCandleDate": "2022-07-26T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS2243631095": { - "figi": "BBG00XV2BDX1", - "ticker": "XS2243631095", - "classCode": "TQOD", - "isin": "XS2243631095", + "RU000A100Q35": { + "figi": "BBG00PZ6T956", + "ticker": "RU000A100Q35", + "classCode": "TQCB", + "isin": "RU000A100Q35", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Gazprom Perp USD", + "name": "\u041f\u0420-\u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, + "couponQuantityPerYear": 12, + "maturityDate": "2026-07-07T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2020-10-26T00:00:00Z", + "stateRegDate": "2019-08-07T00:00:00Z", + "placementDate": "2019-08-13T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "22", - "nano": 481556000 + "currency": "rub", + "units": "3", + "nano": 290000000 }, - "countryOfRisk": "GB", - "countryOfRiskName": "Соединенное Королевство Великобритании и Северной Ирландии", - "sector": "energy", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", "issueKind": "documentary", - "issueSize": "1400000", - "issueSizePlan": "1400000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "400000", + "issueSizePlan": "400000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, - "perpetualFlag": true, + "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f2f8ca54-4e03-4edc-a289-2a31a44b62a5", + "uid": "f56dd478-762f-45f9-b912-afab5b152738", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "355faaea-3679-4e9e-8be8-6f179787334b", + "positionUid": "b9c9b704-3896-409c-9006-2a3816434439", "forIisFlag": true, + "first1minCandleDate": "2019-08-13T11:27:00Z", + "first1dayCandleDate": "2019-08-13T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A0ZYDU3": { - "figi": "BBG00HY5JWH4", - "ticker": "RU000A0ZYDU3", + "RU000A101RP4": { + "figi": "BBG00XH4N488", + "ticker": "RU000A101RP4", "classCode": "TQCB", - "isin": "RU000A0ZYDU3", + "isin": "RU000A101RP4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Свердловская область выпуск 4", + "name": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-10-22T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-09-20T00:00:00Z", "nominal": { "currency": "rub", - "units": "800", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-10-17T00:00:00Z", - "placementDate": "2017-10-24T00:00:00Z", + "stateRegDate": "2020-07-16T00:00:00Z", + "placementDate": "2020-09-23T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "990", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "14", - "nano": 680000000 + "units": "25", + "nano": 0 }, - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", + "issueKind": "non_documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cc81032d-2b2e-4929-81e8-de44b3d3f330", + "uid": "0d3adca8-36f9-40f4-a0ed-fda3e1bcf106", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6731fd9a-b79b-4f1b-aaa9-02c68852df7b", + "positionUid": "300c3530-ec39-49a9-8601-7f4cdde84934", "forIisFlag": true, + "first1minCandleDate": "2020-09-24T07:23:00Z", + "first1dayCandleDate": "2020-09-24T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JTM44": { - "figi": "BBG00445QP01", - "ticker": "RU000A0JTM44", - "classCode": "TQCB", - "isin": "RU000A0JTM44", + "RU000A102V51": { + "figi": "BBG00ZQYML62", + "ticker": "RU000A102V51", + "classCode": "TQIR", + "isin": "RU000A102V51", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Башнефть выпуск 8", + "name": "\u041d\u0430\u0444\u0442\u0430\u0442\u0440\u0430\u043d\u0441 \u041f\u043b\u044e\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2023-01-31T00:00:00Z", + "couponQuantityPerYear": 12, + "maturityDate": "2026-02-20T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2012-09-27T00:00:00Z", - "placementDate": "2013-02-12T00:00:00Z", + "stateRegDate": "2021-03-16T00:00:00Z", + "placementDate": "2021-03-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128708,69 +126546,71 @@ }, "aciValue": { "currency": "rub", - "units": "35", - "nano": 860000000 + "units": "9", + "nano": 530000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "energy", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6eb2ae75-7702-4dcb-9bee-da5a10fa0278", + "uid": "efad119c-9f01-4d48-b60d-08333ba09b10", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "acb36f9a-39d1-4a45-8b92-2faf015325dc", + "positionUid": "c4f0a0b6-a735-4b2f-a44d-660e6e402c7f", "forIisFlag": true, + "first1minCandleDate": "2021-03-18T11:09:00Z", + "first1dayCandleDate": "2021-03-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JXTS9": { - "figi": "BBG00H0HVGD0", - "ticker": "RU000A0JXTS9", - "classCode": "TQOD", - "isin": "RU000A0JXTS9", + "RU000A0JXJE0": { + "figi": "BBG00FZYDS70", + "ticker": "RU000A0JXJE0", + "classCode": "EQOB", + "isin": "RU000A0JXJE0", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Russia", - "exchange": "MOEX", + "name": "\u0413\u0438\u0434\u0440\u043e\u043c\u0430\u0448\u0441\u0435\u0440\u0432\u0438\u0441 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-06-23T00:00:00Z", + "maturityDate": "2027-02-09T00:00:00Z", "nominal": { - "currency": "usd", - "units": "200000", + "currency": "rub", + "units": "1000", "nano": 0 }, - "stateRegDate": "2017-06-23T00:00:00Z", - "placementDate": "2017-06-23T00:00:00Z", + "stateRegDate": "2012-06-06T00:00:00Z", + "placementDate": "2017-02-21T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "684", - "nano": 722222220 + "currency": "rub", + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "government", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "12023", - "issueSizePlan": "5000", + "issueSize": "3000000", + "issueSizePlan": "3000000", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -128783,48 +126623,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4e708975-a997-4368-bfd4-6b265b1312bf", + "uid": "f4b6533d-6901-42bd-987e-a2c0b0ae0bc8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "47469687-8c98-4e45-98d3-b437ca043167", - "forIisFlag": false, + "positionUid": "41422dbe-6e61-4a76-9e1c-2ce473cbf437", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:37:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS1589106910": { - "figi": "BBG00G9DSXZ5", - "ticker": "XS1589106910", - "classCode": "TQOD", - "isin": "XS1589106910", + "RU000A1009B9": { + "figi": "BBG00NWBZTW2", + "ticker": "RU000A1009B9", + "classCode": "TQCB", + "isin": "RU000A1009B9", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Credit Bank of Moscow", + "name": "\u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440 \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-10-05T00:00:00Z", + "maturityDate": "2026-04-06T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2017-04-05T00:00:00Z", + "stateRegDate": "2014-06-27T00:00:00Z", + "placementDate": "2019-04-15T00:00:00Z", "placementPrice": { - "currency": "usd", - "units": "0", + "currency": "rub", + "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "22", - "nano": 291667000 + "currency": "rub", + "units": "0", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", "issueKind": "documentary", - "issueSize": "440000", - "issueSizePlan": "600000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128833,35 +126676,37 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "16966799-4b0b-410c-a6b1-81382b6060bc", + "uid": "693fe373-0533-4115-94f6-8c7a0ef5969a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d651447c-1ec1-4f9a-89ce-019c078624cf", + "positionUid": "06204470-2106-4949-b7bd-7629da4b5d79", "forIisFlag": true, + "first1minCandleDate": "2019-04-15T13:47:00Z", + "first1dayCandleDate": "2019-04-15T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A102VR0": { - "figi": "BBG00ZRZX9T8", - "ticker": "RU000A102VR0", - "classCode": "TQCB", - "isin": "RU000A102VR0", + "RU000A102M45": { + "figi": "BBG00YRFB429", + "ticker": "RU000A102M45", + "classCode": "TQIR", + "isin": "RU000A102M45", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК 002P выпуск 1", + "name": "\u0414\u0438\u0440\u0435\u043a\u0442\u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2036-03-03T00:00:00Z", + "maturityDate": "2023-12-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-02-24T00:00:00Z", - "placementDate": "2021-03-22T00:00:00Z", + "stateRegDate": "2020-12-23T00:00:00Z", + "placementDate": "2020-12-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128869,16 +126714,16 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 670000000 + "units": "22", + "nano": 680000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128890,32 +126735,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a73f1e85-5f67-492b-b6c8-7ae331969fd0", + "uid": "8aaca9a2-8799-4d1e-a08c-f0e42e08dd67", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c640659e-06a2-46b4-a346-13075ea3c9c9", + "positionUid": "fbebeb84-bca9-47cd-9011-54d6474a0e17", "forIisFlag": true, + "first1minCandleDate": "2020-12-29T11:23:00Z", + "first1dayCandleDate": "2020-12-29T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100881": { - "figi": "BBG00NQKWGH7", - "ticker": "RU000A100881", + "RU000A100VQ6": { + "figi": "BBG00QG1PSL0", + "ticker": "RU000A100VQ6", "classCode": "TQCB", - "isin": "RU000A100881", + "isin": "RU000A100VQ6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ростелеком 001 выпуск 5", + "name": "\u041d\u043e\u0440\u0438\u043b\u044c\u0441\u043a\u0438\u0439 \u041d\u0438\u043a\u0435\u043b\u044c \u0411\u041e-001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2029-03-21T00:00:00Z", + "maturityDate": "2024-09-24T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-04-01T00:00:00Z", - "placementDate": "2019-04-03T00:00:00Z", + "stateRegDate": "2019-09-26T00:00:00Z", + "placementDate": "2019-10-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -128923,16 +126770,16 @@ }, "aciValue": { "currency": "rub", - "units": "52", - "nano": 630000000 + "units": "32", + "nano": 150000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", "issueKind": "documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -128944,32 +126791,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f18d6aae-662c-41b9-a7c0-3ec0cb98aa13", + "uid": "e06e02de-a9d3-4453-883d-77bc5e015c2d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f1362d33-7302-4f63-b361-ca09bc7d213e", + "positionUid": "4de74002-7859-43b1-8feb-9ff61a639cd4", "forIisFlag": true, + "first1minCandleDate": "2019-10-01T12:55:00Z", + "first1dayCandleDate": "2019-10-01T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "SU46022RMFS8": { - "figi": "BBG0000LFC18", - "ticker": "SU46022RMFS8", + "SU24021RMFS6": { + "figi": "BBG00RKDZWG3", + "ticker": "SU24021RMFS6", "classCode": "TQOB", - "isin": "RU000A0JPLH5", + "isin": "RU000A101CK7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ОФЗ 46022", + "name": "\u041e\u0424\u0417 24021", "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2023-07-19T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-24T00:00:00Z", "nominal": { "currency": "rub", - "units": "500", + "units": "1000", "nano": 0 }, - "stateRegDate": "2008-01-17T00:00:00Z", - "placementDate": "2008-01-23T00:00:00Z", + "stateRegDate": "2020-01-24T00:00:00Z", + "placementDate": "2020-01-29T00:00:00Z", "placementPrice": { "currency": "rub", "units": "0", @@ -128977,70 +126826,72 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 80000000 + "units": "9", + "nano": 540000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "government", "issueKind": "documentary", - "issueSize": "45000000", - "issueSizePlan": "9000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "300000000", + "issueSizePlan": "300000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "6c4c8db2-ce6b-48a8-92e9-6d3a84301665", + "uid": "4a133249-4f2c-4d2e-ac0f-ca11876cc6f1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "453fe2a6-e6bd-4449-a38b-127cb8275f75", + "positionUid": "4cbbf33c-8f19-4bd4-818a-52b6df398b15", "forIisFlag": true, + "first1minCandleDate": "2020-01-29T11:47:00Z", + "first1dayCandleDate": "2020-01-29T07:00:00Z", "type": "Bonds", "step": 0.001 }, - "RU000A1011Q3": { - "figi": "BBG00QXSLFN2", - "ticker": "RU000A1011Q3", + "RU000A1016Z3": { + "figi": "BBG00R4C0L75", + "ticker": "RU000A1016Z3", "classCode": "TQCB", - "isin": "RU000A1011Q3", + "isin": "RU000A1016Z3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Новосибирская область", + "name": "\u041f\u0418\u041a-\u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-11-13T00:00:00Z", + "maturityDate": "2024-12-11T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-11-06T00:00:00Z", - "placementDate": "2019-11-15T00:00:00Z", + "stateRegDate": "2019-12-13T00:00:00Z", + "placementDate": "2019-12-18T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 890000000 + "units": "19", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129052,32 +126903,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c11cc2c1-80a0-4fcd-bdfc-c4ca7d441d6b", + "uid": "2ce560fc-5317-47ae-867a-22810bfec724", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ad941c90-c294-49a7-b074-5967d1a9e649", + "positionUid": "654a49f4-50c2-4b7a-896c-bb8e1e5d40a2", "forIisFlag": true, + "first1minCandleDate": "2019-12-18T11:12:00Z", + "first1dayCandleDate": "2019-12-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A1047S3": { - "figi": "BBG0140BZS87", - "ticker": "RU000A1047S3", + "RU000A0JXPN8": { + "figi": "BBG00GH12JY2", + "ticker": "RU000A0JXPN8", "classCode": "TQCB", - "isin": "RU000A1047S3", + "isin": "RU000A0JXPN8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первое коллекторское бюро 001Р выпуск 3", + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-12-05T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-04-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-03T00:00:00Z", - "placementDate": "2021-12-10T00:00:00Z", + "stateRegDate": "2017-04-21T00:00:00Z", + "placementDate": "2017-04-26T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129085,53 +126938,55 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 760000000 + "units": "54", + "nano": 80000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4ad25e55-ecd4-4e2f-8ae8-2eb03edc50fd", + "uid": "0d4f23fd-0a38-42f6-94ee-badae729a26a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "63eb59f0-4226-468b-b492-4b20567abbb1", + "positionUid": "10ed450c-9146-4302-b762-7f6e7a9e774f", "forIisFlag": true, + "first1minCandleDate": "2018-03-14T14:56:00Z", + "first1dayCandleDate": "2017-04-26T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100MG6": { - "figi": "BBG00PT0ZT82", - "ticker": "RU000A100MG6", + "RU000A102UZ5": { + "figi": "BBG00ZQT2640", + "ticker": "RU000A102UZ5", "classCode": "TQCB", - "isin": "RU000A100MG6", + "isin": "RU000A102UZ5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Сэтл Групп выпуск 2", + "name": "\u041a\u0438\u0440\u043e\u0432\u0441\u043a\u0438\u0439 \u0437\u0430\u0432\u043e\u0434 \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2023-01-17T00:00:00Z", + "maturityDate": "2026-03-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2019-07-19T00:00:00Z", - "placementDate": "2019-07-23T00:00:00Z", + "stateRegDate": "2021-01-28T00:00:00Z", + "placementDate": "2021-03-18T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129139,16 +126994,16 @@ }, "aciValue": { "currency": "rub", - "units": "0", - "nano": 590000000 + "units": "21", + "nano": 860000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "2690000", + "issueSizePlan": "2690000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129160,32 +127015,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7b50e85c-b2cd-4bff-b35f-ed511608f479", + "uid": "2b113cbe-7f1c-4e9d-935b-6ba7f4bc8f75", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b941fd7b-8221-42b3-8527-4184b57f6b0f", + "positionUid": "fe4ef728-05f1-48b5-b343-2da558afcef3", "forIisFlag": true, + "first1minCandleDate": "2021-03-18T12:55:00Z", + "first1dayCandleDate": "2021-03-18T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100PM7": { - "figi": "BBG00Q214T90", - "ticker": "RU000A100PM7", - "classCode": "TQIR", - "isin": "RU000A100PM7", + "RU000A101GR3": { + "figi": "BBG00S6QMBP8", + "ticker": "RU000A101GR3", + "classCode": "TQCB", + "isin": "RU000A101GR3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РСГ-Финанс выпуск 11", + "name": "\u0411\u0430\u043d\u043a \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2022-08-11T00:00:00Z", + "maturityDate": "2025-02-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2016-02-17T00:00:00Z", - "placementDate": "2019-08-15T00:00:00Z", + "stateRegDate": "2019-12-27T00:00:00Z", + "placementDate": "2020-03-03T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129193,16 +127050,16 @@ }, "aciValue": { "currency": "rub", - "units": "52", - "nano": 930000000 + "units": "1", + "nano": 580000000 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "1500000", - "issueSizePlan": "1500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129214,32 +127071,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "657dce28-ea9c-4bf8-a827-38309f24d872", + "uid": "195a19be-7bc4-4dec-981a-35c081bdd438", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "61ed61e9-bf73-442f-9dd0-99fbb233d852", + "positionUid": "8e73061d-d97c-4dbf-855e-df459641f47a", "forIisFlag": true, + "first1minCandleDate": "2020-03-03T13:05:00Z", + "first1dayCandleDate": "2020-03-03T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103M36": { - "figi": "BBG012C34FX0", - "ticker": "RU000A103M36", + "RU000A100A66": { + "figi": "BBG00NZHT902", + "ticker": "RU000A100A66", "classCode": "TQCB", - "isin": "RU000A103M36", + "isin": "RU000A100A66", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ТрансФин-М 001Р-07", + "name": "\u041c\u0422\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 9", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2031-08-18T00:00:00Z", + "maturityDate": "2024-10-14T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-08-20T00:00:00Z", - "placementDate": "2021-08-30T00:00:00Z", + "stateRegDate": "2019-04-18T00:00:00Z", + "placementDate": "2019-04-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129247,16 +127106,16 @@ }, "aciValue": { "currency": "rub", - "units": "13", - "nano": 960000000 + "units": "12", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "non_documentary", - "issueSize": "6300000", - "issueSizePlan": "6300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "documentary", + "issueSize": "7500000", + "issueSizePlan": "7500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129268,32 +127127,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ce2a8e67-0914-4d91-a38c-d187b1998993", + "uid": "d7659026-1050-48a9-80d7-590e463ece9d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "067340bd-404e-48b1-ba1c-1871a61a5982", + "positionUid": "1f6139ba-b296-4c7d-8ab6-f25a19ba86a3", "forIisFlag": true, + "first1minCandleDate": "2019-11-25T07:11:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0JWHN7": { - "figi": "BBG00CXHTFY7", - "ticker": "RU000A0JWHN7", + "RU000A101UQ6": { + "figi": "BBG00VWZ2229", + "ticker": "RU000A101UQ6", "classCode": "TQCB", - "isin": "RU000A0JWHN7", + "isin": "RU000A101UQ6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Ярославская область выпуск 14", + "name": "\u0418\u041a\u0421 5 \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 12", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-05-19T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2035-06-12T00:00:00Z", "nominal": { "currency": "rub", - "units": "400", + "units": "1000", "nano": 0 }, - "stateRegDate": "2016-05-17T00:00:00Z", - "placementDate": "2016-05-27T00:00:00Z", + "stateRegDate": "2020-06-25T00:00:00Z", + "placementDate": "2020-06-30T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129301,53 +127162,55 @@ }, "aciValue": { "currency": "rub", - "units": "6", - "nano": 790000000 + "units": "11", + "nano": 150000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "municipal", - "issueKind": "documentary", - "issueSize": "4500000", - "issueSizePlan": "4500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "987d6795-c357-4e91-9b2e-a2d15dadd8bb", + "uid": "f91ef690-56e6-49fa-9cd8-4e4e767189bd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "500db808-02a0-4e61-86e1-df322b836561", + "positionUid": "446f9512-00ab-49a1-beb5-62235b366da2", "forIisFlag": true, + "first1minCandleDate": "2020-06-30T10:21:00Z", + "first1dayCandleDate": "2020-06-30T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103C46": { - "figi": "BBG011PCH913", - "ticker": "RU000A103C46", + "RU000A104362": { + "figi": "TCS00A104362", + "ticker": "RU000A104362", "classCode": "TQCB", - "isin": "RU000A103C46", + "isin": "RU000A104362", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ПИК-Корпорация выпуск 4", + "name": "\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u0430\u044f \u0421\u0442\u0438\u0432\u0438\u0434\u043e\u0440\u043d\u0430\u044f \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 2", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2023-06-30T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-11-17T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-06-30T00:00:00Z", - "placementDate": "2021-07-02T00:00:00Z", + "stateRegDate": "2021-10-28T00:00:00Z", + "placementDate": "2021-11-23T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129355,16 +127218,16 @@ }, "aciValue": { "currency": "rub", - "units": "4", - "nano": 490000000 + "units": "28", + "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "7500000", + "issueSizePlan": "7500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129376,140 +127239,146 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59b93954-c864-4a96-a1de-e11a1cab5bfa", + "uid": "5004c0c0-0818-4cc6-a96e-48a030604eb9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2606a95c-9ec4-4e54-b210-abe722fe8475", + "positionUid": "9a9ecfca-b9b1-4c00-9920-7c6d0e03db54", "forIisFlag": true, + "first1minCandleDate": "2021-11-23T11:13:00Z", + "first1dayCandleDate": "2021-11-23T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103PX8": { - "figi": "TCS00A103PX8", - "ticker": "RU000A103PX8", + "RU000A1016K5": { + "figi": "BBG00R4C5FF4", + "ticker": "RU000A1016K5", "classCode": "TQCB", - "isin": "RU000A103PX8", + "isin": "RU000A1016K5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЛСР выпуск 7", + "name": "\u0411\u0430\u043d\u043a \u0417\u0435\u043d\u0438\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-09-11T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-12-12T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-13T00:00:00Z", - "placementDate": "2021-09-17T00:00:00Z", + "stateRegDate": "2019-12-11T00:00:00Z", + "placementDate": "2019-12-16T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "0", + "units": "1000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 60000000 + "units": "22", + "nano": 640000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", - "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c2321ea-8265-41cd-921e-d4783ae9581f", + "uid": "d871c2dc-93b1-43f7-9bb5-fb5324623d48", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b41ed216-2e8e-4227-bd2c-a3a5cbe190fc", + "positionUid": "05b48705-dee2-43c4-b0ee-bf9791e1cc34", "forIisFlag": true, + "first1minCandleDate": "2019-12-16T13:39:00Z", + "first1dayCandleDate": "2019-12-16T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104BY4": { - "figi": "TCS00A104BY4", - "ticker": "RU000A104BY4", + "RU000A101Z74": { + "figi": "BBG00WFB0B30", + "ticker": "RU000A101Z74", "classCode": "TQCB", - "isin": "RU000A104BY4", + "isin": "RU000A101Z74", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Бизнес-Недвижимость выпуск 2", + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c\u0431\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 16", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2026-12-18T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2030-07-31T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-17T00:00:00Z", - "placementDate": "2021-12-24T00:00:00Z", + "stateRegDate": "2020-07-24T00:00:00Z", + "placementDate": "2020-07-31T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "0", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 990000000 + "units": "6", + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "real_estate", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "2700000", - "issueSizePlan": "2700000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "10630210", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "40f45f63-98a9-41a8-9653-0c0b2f05d338", + "uid": "3004c828-76da-4b32-b275-6c8e1af3a0f2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "11456922-58eb-4021-a3ec-84e9603b55f5", + "positionUid": "3723146f-5ee3-47c3-9135-0b07c75fb652", "forIisFlag": true, + "first1minCandleDate": "2020-07-31T11:52:00Z", + "first1dayCandleDate": "2020-07-31T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101QN1": { - "figi": "BBG00V93GCX5", - "ticker": "RU000A101QN1", + "RU000A0ZYQY7": { + "figi": "BBG00JX82779", + "ticker": "RU000A0ZYQY7", "classCode": "TQCB", - "isin": "RU000A101QN1", + "isin": "RU000A0ZYQY7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Газпром Капитал", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 2, - "maturityDate": "2027-05-25T00:00:00Z", + "maturityDate": "2028-01-21T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-07T00:00:00Z", - "placementDate": "2020-06-02T00:00:00Z", + "stateRegDate": "2018-01-31T00:00:00Z", + "placementDate": "2018-02-02T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129517,16 +127386,16 @@ }, "aciValue": { "currency": "rub", - "units": "8", - "nano": 240000000 + "units": "7", + "nano": 750000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129538,49 +127407,51 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "625a5921-a734-4b0b-9c44-d229b33db1e2", + "uid": "14798944-ed03-400e-881b-3621da8333dc", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6d12deca-a752-481b-83d4-e482242aa36d", + "positionUid": "d576c69b-9320-4df0-95ef-c75c14e21bfb", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:04:00Z", + "first1dayCandleDate": "2018-02-02T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZZAL5": { - "figi": "BBG00L92CX58", - "ticker": "RU000A0ZZAL5", - "classCode": "TQOD", - "isin": "RU000A0ZZAL5", + "RU000A103C53": { + "figi": "BBG011PC1CT3", + "ticker": "RU000A103C53", + "classCode": "TQCB", + "isin": "RU000A103C53", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "ГТЛК выпуск 11", + "name": "\u0420\u0415\u0421\u041e-\u041b\u0438\u0437\u0438\u043d\u0433 \u0411\u041e-\u041f \u0432\u044b\u043f\u0443\u0441\u043a 11", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2033-06-03T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2031-06-20T00:00:00Z", "nominal": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2018-06-14T00:00:00Z", - "placementDate": "2018-06-22T00:00:00Z", + "stateRegDate": "2019-12-23T00:00:00Z", + "placementDate": "2021-07-02T00:00:00Z", "placementPrice": { - "currency": "usd", + "currency": "rub", "units": "1000", "nano": 0 }, "aciValue": { - "currency": "usd", - "units": "5", - "nano": 710000000 + "currency": "rub", + "units": "16", + "nano": 160000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "issueKind": "documentary", - "issueSize": "150000", - "issueSizePlan": "150000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "non_documentary", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129589,52 +127460,54 @@ "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f9a0abc1-3280-4dc2-8e71-248261e803ed", + "uid": "c691b24f-4c4e-4381-a1ff-88cd5446c1e1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "af0a7d2e-30cf-44ca-8708-3aa976667834", + "positionUid": "752a2f1c-e463-4ff1-8b4f-b6252cfa9647", "forIisFlag": true, + "first1minCandleDate": "2021-07-02T11:15:00Z", + "first1dayCandleDate": "2021-07-02T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.01 }, - "RU000A104SX0": { - "figi": "TCS00A104SX0", - "ticker": "RU000A104SX0", - "classCode": "TQCB", - "isin": "RU000A104SX0", + "RU000A1020K7": { + "figi": "BBG00X0SRV34", + "ticker": "RU000A1020K7", + "classCode": "TQIR", + "isin": "RU000A1020K7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2027-04-30T00:00:00Z", + "name": "\u041f\u042e\u0414\u041c \u0411\u041e-\u041f2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2025-07-16T00:00:00Z", "nominal": { "currency": "rub", - "units": "1000", + "units": "10000", "nano": 0 }, - "stateRegDate": "2022-05-04T00:00:00Z", - "placementDate": "2022-05-06T00:00:00Z", + "stateRegDate": "2020-08-06T00:00:00Z", + "placementDate": "2020-08-11T00:00:00Z", "placementPrice": { "currency": "rub", - "units": "1000", + "units": "10000", "nano": 0 }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 720000000 + "units": "32", + "nano": 880000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "12000", + "issueSizePlan": "12000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129646,32 +127519,89 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f974fc53-941d-4c55-97c2-24b69c0be081", + "uid": "5de29a8b-e977-4e1d-b384-045c07595009", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f490f769-62b2-4789-8865-91516d95ad5c", + "positionUid": "9a0eb8a1-81cc-40b7-8cba-c69f3cb046ff", "forIisFlag": true, + "first1minCandleDate": "2020-08-11T11:42:00Z", + "first1dayCandleDate": "2020-08-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A0ZYEE5": { - "figi": "BBG00J3T6HB5", - "ticker": "RU000A0ZYEE5", + "TRY0228": { + "figi": "BBG00JQ3B6W2", + "ticker": "TRY0228", + "classCode": "SPBBND", + "isin": "US900123CP36", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Republic of Turkey", + "exchange": "SPB", + "couponQuantityPerYear": 2, + "maturityDate": "2028-02-17T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2018-01-17T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "3", + "nano": 131944000 + }, + "countryOfRisk": "TR", + "countryOfRiskName": "\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "government", + "issueKind": "documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ee39411c-f850-4b3f-979a-f3a78cd6dd47", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "55aef521-7dfd-4ebf-a96c-365fc1a38dda", + "forIisFlag": true, + "first1minCandleDate": "2021-06-07T12:40:00Z", + "first1dayCandleDate": "2021-06-07T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A102GU5": { + "figi": "TCS00A102GU5", + "ticker": "RU000A102GU5", "classCode": "TQCB", - "isin": "RU000A0ZYEE5", + "isin": "RU000A102GU5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ГПБ (АО) БО-17", - "exchange": "MOEX_PLUS", + "name": "\u0411\u0435\u043b\u0443\u0433\u0430 \u0411\u041e-\u041f04", + "exchange": "MOEX", "couponQuantityPerYear": 2, - "maturityDate": "2024-10-31T00:00:00Z", + "maturityDate": "2025-12-05T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2014-11-12T00:00:00Z", - "placementDate": "2017-10-31T00:00:00Z", + "stateRegDate": "2020-12-09T00:00:00Z", + "placementDate": "2020-12-11T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129680,52 +127610,54 @@ "aciValue": { "currency": "rub", "units": "18", - "nano": 310000000 + "nano": 250000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "issueKind": "documentary", - "issueSize": "10000000", - "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4de9907-5869-4e0e-a753-7bb3dad83828", + "uid": "e802eb1c-04d1-4bc5-92d7-4a6c9e464763", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "48830290-bafd-4d5f-8081-9da75432c378", + "positionUid": "2937bdd0-84d3-4676-a123-73316fb331e7", "forIisFlag": true, + "first1minCandleDate": "2020-12-11T12:52:00Z", + "first1dayCandleDate": "2020-12-11T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104C78": { - "figi": "TCS00A104C78", - "ticker": "RU000A104C78", - "classCode": "TQIR", - "isin": "RU000A104C78", + "RU000A102FS1": { + "figi": "BBG00YG1RQV4", + "ticker": "RU000A102FS1", + "classCode": "TQCB", + "isin": "RU000A102FS1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Аренза-Про выпуск 1", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 16", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2024-12-23T00:00:00Z", + "maturityDate": "2030-11-25T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-12-08T00:00:00Z", - "placementDate": "2021-12-27T00:00:00Z", + "stateRegDate": "2020-11-26T00:00:00Z", + "placementDate": "2020-12-07T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129733,106 +127665,135 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 530000000 + "units": "0", + "nano": 500000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ba56e83f-8463-433f-8f5f-310e07bf12e5", + "uid": "45ae7b9a-1647-4b0b-98a5-d4647b705d36", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "dc6b426b-1f85-40f4-b1f5-f95d3a51a57b", + "positionUid": "36535464-b1ed-40d7-bf4f-5b099ad61bec", "forIisFlag": true, + "first1minCandleDate": "2020-12-07T12:06:00Z", + "first1dayCandleDate": "2020-12-07T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "XS0893212398": { - "figi": "BBG0044FD516", - "ticker": "XS0893212398", - "classCode": "TQOE", - "isin": "XS0893212398", + "SU29012RMFS0": { + "figi": "BBG00FFH2Z75", + "ticker": "SU29012RMFS0", + "classCode": "TQOB", + "isin": "RU000A0JX0H6", "lot": 1, - "currency": "eur", + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "VEB", + "name": "\u041e\u0424\u0417 29012", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 1, - "maturityDate": "2023-02-21T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-11-16T00:00:00Z", "nominal": { - "currency": "eur", + "currency": "rub", "units": "1000", "nano": 0 }, - "placementDate": "2013-02-21T00:00:00Z", + "stateRegDate": "2016-11-25T00:00:00Z", + "placementDate": "2016-11-30T00:00:00Z", "placementPrice": { - "currency": "eur", + "currency": "rub", "units": "0", "nano": 0 }, "aciValue": { - "currency": "eur", - "units": "16", - "nano": 680329000 + "currency": "rub", + "units": "39", + "nano": 260000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", "issueKind": "documentary", - "issueSize": "500000", - "issueSizePlan": "500000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "250000000", + "issueSizePlan": "250000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "floatingCouponFlag": false, + "floatingCouponFlag": true, "perpetualFlag": false, "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "4e7b4a80-6d91-46cd-a66f-788d9af7383d", + "uid": "30f2c6b9-6a51-46f5-a186-d42200953b64", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e5e5a0ac-f780-4cf2-8016-fd8dbe531ac6", + "positionUid": "6d3c3c84-02ca-4ef6-a28e-30137b71309e", "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:59:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", "type": "Bonds", - "step": 0.0001 + "step": 0.001 }, - "RU000A104SY8": { - "figi": "TCS00A104SY8", - "ticker": "RU000A104SY8", + "RU000A101KK0": { + "figi": "BBG00SXFWRX7", + "ticker": "RU000A101KK0", "classCode": "TQCB", - "isin": "RU000A104SY8", + "isin": "RU000A101KK0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "РЖД", - "exchange": "MOEX", - "couponQuantityPerYear": 2, - "maturityDate": "2027-04-30T00:00:00Z", + "name": "\u0420\u043e\u0441\u043d\u0430\u043d\u043e \u0411\u041e-002P \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-03-26T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-05-04T00:00:00Z", - "placementDate": "2022-05-06T00:00:00Z", + "stateRegDate": "2020-03-27T00:00:00Z", + "placementDate": "2020-03-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129840,16 +127801,16 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 720000000 + "units": "14", + "nano": 610000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", - "issueSize": "15000000", - "issueSizePlan": "15000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "6500000", + "issueSizePlan": "6500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129861,32 +127822,58 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9920721c-96ac-4e2e-a82b-6f05ba56dc13", + "uid": "ddd77f93-7efa-4a92-ab87-da52164b5165", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b6cdbb95-dfd2-413f-8d4b-862f6769793d", + "positionUid": "8ca15536-f996-4291-b9c8-01bd90ee7ded", "forIisFlag": true, + "first1minCandleDate": "2020-03-31T10:28:00Z", + "first1dayCandleDate": "2020-03-31T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A103SZ7": { - "figi": "BBG012R5Y2V7", - "ticker": "RU000A103SZ7", - "classCode": "TQIR", - "isin": "RU000A103SZ7", + "RU000A0JXS59": { + "figi": "BBG00GTQYBZ5", + "ticker": "RU000A0JXS59", + "classCode": "TQCB", + "isin": "RU000A0JXS59", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 260400000 + }, + "dshort": { + "units": "0", + "nano": 299600000 + }, + "dlongMin": { + "units": "0", + "nano": 140000000 + }, + "dshortMin": { + "units": "0", + "nano": 140000000 + }, "shortEnabledFlag": false, - "name": "Аэрофьюэлз выпуск 2", + "name": "\u041f\u043e\u0447\u0442\u0430 \u0420\u043e\u0441\u0441\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2024-09-26T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2027-05-19T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2021-09-13T00:00:00Z", - "placementDate": "2021-09-30T00:00:00Z", + "stateRegDate": "2017-05-02T00:00:00Z", + "placementDate": "2017-05-31T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129894,16 +127881,16 @@ }, "aciValue": { "currency": "rub", - "units": "5", - "nano": 700000000 + "units": "17", + "nano": 420000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "energy", - "issueKind": "non_documentary", - "issueSize": "500000", - "issueSizePlan": "1000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -129915,32 +127902,34 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6642408f-6676-4361-afa2-d78086cdda7f", + "uid": "b5196f4f-6568-4166-b6f3-045dc1cb8500", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "045999b8-e730-4189-b0a6-8153ec22d0fc", + "positionUid": "ae72392b-7960-47c4-af91-a4e51ff62b6e", "forIisFlag": true, + "first1minCandleDate": "2018-03-24T05:42:00Z", + "first1dayCandleDate": "2017-05-31T00:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A101P92": { - "figi": "BBG00V0WL952", - "ticker": "RU000A101P92", - "classCode": "TQIR", - "isin": "RU000A101P92", + "RU000A102TT0": { + "figi": "BBG00ZLFQKZ4", + "ticker": "RU000A102TT0", + "classCode": "TQCB", + "isin": "RU000A102TT0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Т.Г. Шевченко выпуск 2", + "name": "\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u0410\u043a\u0432\u0430\u043a\u0443\u043b\u044c\u0442\u0443\u0440\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 4, - "maturityDate": "2025-05-15T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2024-03-06T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-05-12T00:00:00Z", - "placementDate": "2020-05-21T00:00:00Z", + "stateRegDate": "2021-03-02T00:00:00Z", + "placementDate": "2021-03-10T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -129948,53 +127937,55 @@ }, "aciValue": { "currency": "rub", - "units": "22", - "nano": 440000000 + "units": "0", + "nano": 260000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "consumer", "issueKind": "non_documentary", - "issueSize": "300000", - "issueSizePlan": "300000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueSize": "2999500", + "issueSizePlan": "2999500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "23748ae1-58c9-4061-9ffb-1ac85559fddb", + "uid": "59821053-6cb6-40da-9a6d-e47c6c7f59d2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4cd06f60-7bbe-456a-b655-0b871057f138", + "positionUid": "4bbd0e1e-0561-47fe-8552-1232daf495b5", "forIisFlag": true, + "first1minCandleDate": "2021-03-10T11:12:00Z", + "first1dayCandleDate": "2021-03-10T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A102G50": { - "figi": "BBG00YGKVB04", - "ticker": "RU000A102G50", + "RU000A100HE1": { + "figi": "BBG00PM8S500", + "ticker": "RU000A100HE1", "classCode": "TQCB", - "isin": "RU000A102G50", + "isin": "RU000A100HE1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Восточная Стивидорная Компания выпуск 1", + "name": "\u0410\u0437\u0431\u0443\u043a\u0430 \u0412\u043a\u0443\u0441\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2025-12-03T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2029-06-15T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2020-12-02T00:00:00Z", - "placementDate": "2020-12-09T00:00:00Z", + "stateRegDate": "2019-06-26T00:00:00Z", + "placementDate": "2019-06-28T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -130002,16 +127993,16 @@ }, "aciValue": { "currency": "rub", - "units": "7", - "nano": 720000000 + "units": "22", + "nano": 900000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "industrials", - "issueKind": "non_documentary", - "issueSize": "5000000", - "issueSizePlan": "5000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "3500000", + "issueSizePlan": "3500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -130023,32 +128014,114 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "75b031f0-54b5-47dd-9bee-574237d3049c", + "uid": "58b2afd0-11f9-42ec-9c6e-c639eee79fcd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a18f055f-3d2b-448f-ab86-9cdf193711e1", + "positionUid": "6314c16f-fafb-49d0-aa64-d49f289b0bc9", "forIisFlag": true, + "first1minCandleDate": "2019-06-28T10:49:00Z", + "first1dayCandleDate": "2019-06-28T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A100DG5": { - "figi": "BBG00PC4M4X3", - "ticker": "RU000A100DG5", + "XS0088543193": { + "figi": "BBG0000644P5", + "ticker": "XS0088543193", + "classCode": "TQOD", + "isin": "XS0088543193", + "lot": 1, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 375900000 + }, + "dshort": { + "units": "0", + "nano": 464100000 + }, + "dlongMin": { + "units": "0", + "nano": 210000000 + }, + "dshortMin": { + "units": "0", + "nano": 210000000 + }, + "shortEnabledFlag": false, + "name": "Russia 2028", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2028-06-24T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "1998-06-24T00:00:00Z", + "placementDate": "1998-06-24T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "26", + "nano": 562500000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "2499850", + "issueSizePlan": "2500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "ab384a60-df6b-4c95-b08c-6a76d9ac721a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "2cc20e90-0740-4c30-980d-5b674308f82f", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T21:35:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Bonds", + "step": 0.0001 + }, + "RU000A101QL5": { + "figi": "BBG00V6NXQF4", + "ticker": "RU000A101QL5", "classCode": "TQCB", - "isin": "RU000A100DG5", + "isin": "RU000A101QL5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Европлан БО 06", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 17", "exchange": "MOEX_PLUS", - "couponQuantityPerYear": 2, - "maturityDate": "2029-05-15T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2035-05-14T00:00:00Z", "nominal": { "currency": "rub", - "units": "800", + "units": "1000", "nano": 0 }, - "stateRegDate": "2016-08-05T00:00:00Z", - "placementDate": "2019-05-28T00:00:00Z", + "stateRegDate": "2019-12-24T00:00:00Z", + "placementDate": "2020-06-01T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -130056,53 +128129,55 @@ }, "aciValue": { "currency": "rub", - "units": "9", - "nano": 410000000 + "units": "2", + "nano": 40000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "issueKind": "documentary", - "issueSize": "3000000", - "issueSizePlan": "3000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "floatingCouponFlag": false, "perpetualFlag": false, - "amortizationFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a59e07ed-8f7d-4c1d-bf15-4d749ba7157f", + "uid": "632c03cf-96a4-4ab7-98a5-4d7a7981f962", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "63d37f08-e04e-414b-a52a-4af99379f9f3", + "positionUid": "c6f22829-06e5-4f4d-aee2-96b8ce99b567", "forIisFlag": true, + "first1minCandleDate": "2020-06-01T11:21:00Z", + "first1dayCandleDate": "2020-06-01T07:00:00Z", "type": "Bonds", "step": 0.01 }, - "RU000A104SU6": { - "figi": "TCS00A104SU6", - "ticker": "RU000A104SU6", + "RU000A102VR0": { + "figi": "BBG00ZRZX9T8", + "ticker": "RU000A102VR0", "classCode": "TQCB", - "isin": "RU000A104SU6", + "isin": "RU000A102VR0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "МТС", - "exchange": "MOEX", + "name": "\u0413\u0422\u041b\u041a 002P \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, - "maturityDate": "2026-05-01T00:00:00Z", + "maturityDate": "2036-03-03T00:00:00Z", "nominal": { "currency": "rub", "units": "1000", "nano": 0 }, - "stateRegDate": "2022-05-04T00:00:00Z", - "placementDate": "2022-05-06T00:00:00Z", + "stateRegDate": "2021-02-24T00:00:00Z", + "placementDate": "2021-03-22T00:00:00Z", "placementPrice": { "currency": "rub", "units": "1000", @@ -130110,16 +128185,16 @@ }, "aciValue": { "currency": "rub", - "units": "24", - "nano": 470000000 + "units": "17", + "nano": 210000000 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "telecom", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", "issueKind": "non_documentary", "issueSize": "10000000", "issueSizePlan": "10000000", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -130131,1666 +128206,2522 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c6b0318a-a04e-49ee-addb-0a70f68f1a28", + "uid": "a73f1e85-5f67-492b-b6c8-7ae331969fd0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "db956a49-6c5c-49e5-9f76-70b62f026a7e", + "positionUid": "c640659e-06a2-46b4-a346-13075ea3c9c9", "forIisFlag": true, + "first1minCandleDate": "2021-03-22T11:06:00Z", + "first1dayCandleDate": "2021-03-22T07:00:00Z", "type": "Bonds", "step": 0.01 - } - }, - "Etfs": { - "TMOS": { - "figi": "BBG333333333", - "ticker": "TMOS", - "classCode": "TQTF", - "isin": "RU000A101X76", + }, + "RU000A102960": { + "figi": "BBG00XZ37219", + "ticker": "RU000A102960", + "classCode": "TQCB", + "isin": "RU000A102960", "lot": 1, "currency": "rub", - "klong": { - "units": "2", + "shortEnabledFlag": false, + "name": "\u0420\u041d \u0411\u0430\u043d\u043a \u0411\u041e-1P \u0432\u044b\u043f\u0443\u0441\u043a 7", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2023-10-24T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "kshort": { - "units": "2", + "stateRegDate": "2020-10-16T00:00:00Z", + "placementDate": "2020-10-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "dlong": { - "units": "0", - "nano": 806400000 - }, - "dshort": { - "units": "1", - "nano": 433600000 - }, - "dlongMin": { - "units": "0", - "nano": 560000000 - }, - "dshortMin": { - "units": "0", - "nano": 560000000 - }, - "shortEnabledFlag": false, - "name": "Тинькофф iMOEX", - "exchange": "MOEX", - "fixedCommission": { - "units": "0", - "nano": 700000000 + "aciValue": { + "currency": "rub", + "units": "23", + "nano": 630000000 }, - "focusType": "equity", - "releasedDate": "2020-07-13T00:00:00Z", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "8000000", + "issueSizePlan": "8000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 2000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9654c2dd-6993-427e-80fa-04e80a1cf4da", + "uid": "9fc7365f-ae81-4271-90cc-de68b53fafe8", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "29888afc-181d-45ed-a00b-8fe55a9cec9b", + "positionUid": "481bc457-4312-4a68-b46b-31c2e1f61138", "forIisFlag": true, - "first1minCandleDate": "2020-08-26T07:14:00Z", - "first1dayCandleDate": "2020-08-26T07:00:00Z", - "type": "Etfs", - "step": 0.002 + "first1minCandleDate": "2020-10-21T11:10:00Z", + "first1dayCandleDate": "2020-10-21T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "FXGD": { - "figi": "BBG005DXDPK9", - "ticker": "FXGD", - "classCode": "TQTF", - "isin": "IE00B8XB7377", + "RU000A1032S5": { + "figi": "BBG010SC6Q70", + "ticker": "RU000A1032S5", + "classCode": "TQIR", + "isin": "RU000A1032S5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Золото", + "name": "\u041b\u0438\u0442\u0430\u043d\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 450000000 + "couponQuantityPerYear": 4, + "maturityDate": "2024-05-01T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "mixed_allocation", - "releasedDate": "2013-10-17T00:00:00Z", - "numShares": { - "units": "1738450", + "stateRegDate": "2021-04-22T00:00:00Z", + "placementDate": "2021-05-05T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "materials", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "12", + "nano": 820000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "79105935-5c13-435f-803e-18727eaf7075", + "uid": "519d181e-3dc0-4305-aa80-ba724b949503", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2206e469-a4b6-44be-9c83-665df70c53a6", + "positionUid": "c58af5b3-54b9-4d49-9344-294bd14d8b38", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:40:00Z", - "first1dayCandleDate": "2013-10-17T00:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-05-05T11:49:00Z", + "first1dayCandleDate": "2021-05-05T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "VTBE": { - "figi": "BBG00PVNWQ15", - "ticker": "VTBE", - "classCode": "TQTD", - "isin": "RU000A100HQ5", - "lot": 10, - "currency": "usd", + "RU000A101665": { + "figi": "BBG00R4D6C68", + "ticker": "RU000A101665", + "classCode": "TQCB", + "isin": "RU000A101665", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "РСХБ – Фонд Акций развивающихся стран", + "name": "\u041d\u0438\u0436\u0435\u0433\u043e\u0440\u043e\u0434\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 14", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-06-27T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2025-06-14T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2019-12-05T00:00:00Z", + "placementDate": "2019-12-13T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "16", + "nano": 640000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ded712a8-9883-4f29-8de9-c9c2c92cc97b", + "uid": "7711fa77-042b-4647-a775-72339279ddd9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "475f6836-1025-47fc-a992-afcaa0881bf2", + "positionUid": "31355609-22e6-4401-aa10-5e3241e0773b", "forIisFlag": true, - "first1minCandleDate": "2019-07-29T09:06:00Z", - "first1dayCandleDate": "2019-07-29T07:00:00Z", - "type": "Etfs", - "step": 0.001 - }, - "SCZ": { - "figi": "BBG000T1G7X6", - "ticker": "SCZ", - "classCode": "SPBXM", - "isin": "US4642882736", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "iShares MSCI EAFE Small-Cap ETF", - "exchange": "SPB", - "focusType": "equity", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "e0938dd8-79dc-44bf-bba2-60d5bde0b9ae", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "41f7f536-34f2-43cf-8d4d-be1c4c9834a7", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-12-13T13:08:00Z", + "first1dayCandleDate": "2019-12-13T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "VTBU": { - "figi": "BBG00RPRPBY4", - "ticker": "VTBU", - "classCode": "TQTD", - "isin": "RU000A101368", - "lot": 10, - "currency": "usd", + "RU000A100733": { + "figi": "BBG00NPS4MC4", + "ticker": "RU000A100733", + "classCode": "TQCB", + "isin": "RU000A100733", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "РСХБ – Корп еврооблигации РФ", + "name": "\u0410\u0432\u0442\u043e\u0431\u0430\u043d-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a02", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-11-19T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 2, + "maturityDate": "2024-03-19T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-04-24T00:00:00Z", + "placementDate": "2019-03-26T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "33", + "nano": 770000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ea47ae8b-a82e-48c6-95bf-23b8f083c0f7", + "uid": "25a850ee-2e90-410f-9285-25e73176127a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8b1ad719-8b9c-4a0a-b2e4-e6ac9ac818f0", + "positionUid": "dd85182b-3803-4bdd-b16b-07c7a54ba54b", "forIisFlag": true, - "first1minCandleDate": "2019-12-12T10:31:00Z", - "first1dayCandleDate": "2019-12-12T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2019-03-26T10:50:00Z", + "first1dayCandleDate": "2019-03-26T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "RU000A104172": { - "figi": "TCS00A104172", - "ticker": "RU000A104172", - "classCode": "TQIF", - "isin": "RU000A104172", + "RU000A101CQ4": { + "figi": "BBG00RLS6TT4", + "ticker": "RU000A101CQ4", + "classCode": "TQCB", + "isin": "RU000A101CQ4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЗПИФ ПАРУС-Сберлог", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-08-17T00:00:00Z", + "name": "\u0421\u0423\u042d\u041a-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u00a05", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2030-01-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-01-27T00:00:00Z", + "placementDate": "2020-01-29T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "8", + "nano": 130000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "30000000", + "issueSizePlan": "30000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9c28f3c7-b2a1-49b9-9c57-040a3dcefc38", + "uid": "8002f25a-082e-4ec7-a48c-f581c8450497", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e68a74b8-c892-4555-b34b-8adac7f2fdfe", + "positionUid": "51280120-ac58-4471-bdc0-403486858d14", "forIisFlag": true, - "first1minCandleDate": "2021-12-30T07:01:00Z", - "first1dayCandleDate": "2021-12-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2020-01-29T11:59:00Z", + "first1dayCandleDate": "2020-01-29T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SBBE": { - "figi": "TCS00A104B87", - "ticker": "SBBE", - "classCode": "TQTF", - "isin": "RU000A104B87", + "SU52001RMFS3": { + "figi": "BBG009J6Q4B7", + "ticker": "SU52001RMFS3", + "classCode": "TQOB", + "isin": "RU000A0JVMH1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первая – Фонд Блокчейн Экономика", + "name": "\u041e\u0424\u0417 52001", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-12-20T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2023-08-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1545", + "nano": 970000000 + }, + "stateRegDate": "2015-07-15T00:00:00Z", + "placementDate": "2015-07-17T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "2", + "nano": 330000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "150000000", + "issueSizePlan": "150000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "5cc51579-1006-4cc8-a7b4-34d28f017187", + "uid": "ff87e57a-cd4f-406d-a156-541fb0abcb2c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6b7cad60-753e-48c0-9a04-877cf15bdc74", + "positionUid": "02bb150e-43d7-494e-b6e5-a28106f3d2d9", "forIisFlag": true, - "first1minCandleDate": "2021-12-30T07:30:00Z", - "first1dayCandleDate": "2021-12-30T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2018-03-08T02:37:00Z", + "first1dayCandleDate": "2018-03-09T07:00:00Z", + "type": "Bonds", "step": 0.001 }, - "AKCH": { - "figi": "BBG00YM3BX27", - "ticker": "AKCH", - "classCode": "TQTF", - "isin": "RU000A102FK8", - "lot": 1, - "currency": "rub", + "XS0114288789": { + "figi": "BBG000056Z49", + "ticker": "XS0114288789", + "classCode": "TQOD", + "isin": "XS0114288789", + "lot": 1000, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 375900000 + }, + "dshort": { + "units": "0", + "nano": 464100000 + }, + "dlongMin": { + "units": "0", + "nano": 210000000 + }, + "dshortMin": { + "units": "0", + "nano": 210000000 + }, "shortEnabledFlag": false, - "name": "Альфа-Капитал Китайские Акции", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2020-11-30T00:00:00Z", + "name": "Russia 2030", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2030-03-31T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "0", + "nano": 165000000 + }, + "stateRegDate": "2000-08-25T00:00:00Z", + "placementDate": "2000-08-25T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "0", + "nano": 5465630 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "6965979370", + "issueSizePlan": "21218176656", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "77436ded-11b8-4bca-8fa4-4d4929726902", + "uid": "6a31e3ec-074c-4286-a85f-fbdc1fca203b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "08da713d-db0d-4071-a91c-a03b5157bbfa", + "positionUid": "a53e2aca-1b0f-467a-8d2e-796f820b3c28", "forIisFlag": true, - "first1minCandleDate": "2020-12-18T07:53:00Z", - "first1dayCandleDate": "2020-12-18T07:00:00Z", - "type": "Etfs", - "step": 0.02 + "first1minCandleDate": "2018-03-09T21:32:00Z", + "first1dayCandleDate": "2018-03-09T07:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "FXKZ": { - "figi": "BBG00M8C8Y03", - "ticker": "FXKZ", - "classCode": "TQTF", - "isin": "IE00BG0C3K84", + "RU000A101QW2": { + "figi": "BBG00V9STNC5", + "ticker": "RU000A101QW2", + "classCode": "TQCB", + "isin": "RU000A101QW2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции казахстанских компаний", - "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "1", - "nano": 390000000 + "name": "\u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2024-05-31T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2018-10-16T00:00:00Z", - "numShares": { - "units": "1800000", + "stateRegDate": "2020-05-29T00:00:00Z", + "placementDate": "2020-06-05T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "KZ", - "countryOfRiskName": "Республика Казахстан", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 20000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "20000000", + "issueSizePlan": "40000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b46a23de-96ba-4d16-b2cc-7567a41306c5", + "uid": "34cab95f-2b93-41a4-8233-21769ff58c9a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ff202f41-1435-4475-8c7c-d06283e4ad8c", + "positionUid": "9f3f752f-a75a-4852-b8e0-2b28945bb285", "forIisFlag": true, - "first1minCandleDate": "2018-10-16T07:26:00Z", - "first1dayCandleDate": "2018-10-16T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2020-06-22T07:31:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SBRS": { - "figi": "BBG011C8HRT6", - "ticker": "SBRS", - "classCode": "TQTF", - "isin": "RU000A1035Q2", + "RU000A105112": { + "figi": "TCS00A105112", + "ticker": "RU000A105112", + "classCode": "TQOY", + "isin": "RU000A105112", "lot": 1, - "currency": "rub", + "currency": "cny", "shortEnabledFlag": false, - "name": "Первая – Фонд Осторожный смарт", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-05-24T00:00:00Z", + "name": "\u0420\u0423\u0421\u0410\u041b \u0432\u044b\u043f\u0443\u0441\u043a 06", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2027-07-28T00:00:00Z", + "nominal": { + "currency": "cny", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2022-07-15T00:00:00Z", + "placementDate": "2022-08-03T00:00:00Z", + "placementPrice": { + "currency": "cny", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "cny", + "units": "3", + "nano": 950000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "0b9ae0ac-2d29-4ec1-9b78-6582f7d2982e", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4d027e26-0775-49f3-b11e-c9dedc2c3c36", + "uid": "0e2cec3c-fe10-4d32-9a6f-1330b6a92851", + "realExchange": "REAL_EXCHANGE_UNSPECIFIED", + "positionUid": "59f1480d-5450-402d-b914-6d024eab43ba", "forIisFlag": true, - "first1minCandleDate": "2021-06-09T07:15:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2022-08-03T12:41:00Z", + "first1dayCandleDate": "2022-08-03T07:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "FXUS": { - "figi": "BBG005HLSZ23", - "ticker": "FXUS", - "classCode": "TQTF", - "isin": "IE00BD3QHZ91", + "RU000A103PX8": { + "figi": "TCS00A103PX8", + "ticker": "RU000A103PX8", + "classCode": "TQCB", + "isin": "RU000A103PX8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции американских компаний", + "name": "\u041b\u0421\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "couponQuantityPerYear": 4, + "maturityDate": "2026-09-11T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2013-10-31T00:00:00Z", - "numShares": { - "units": "330000", + "stateRegDate": "2021-09-13T00:00:00Z", + "placementDate": "2021-09-17T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", "nano": 0 }, - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "19", + "nano": 670000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46a525d0-d33b-4100-a9d3-152045e5fef7", + "uid": "3c2321ea-8265-41cd-921e-d4783ae9581f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "37f20627-aef5-45f4-b184-e597ba3a28e5", + "positionUid": "b41ed216-2e8e-4227-bd2c-a3a5cbe190fc", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:17:00Z", - "first1dayCandleDate": "2013-10-31T00:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-09-17T11:11:00Z", + "first1dayCandleDate": "2021-09-17T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXBC": { - "figi": "BBG01526SWY3", - "ticker": "FXBC", - "classCode": "TQTF", - "isin": "IE000GBF7ZU3", + "RU000A104SX0": { + "figi": "TCS00A104SX0", + "ticker": "RU000A104SX0", + "classCode": "TQCB", + "isin": "RU000A104SX0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Экосистема Блокчейн", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "name": "\u0420\u0416\u0414", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2027-04-30T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2022-05-04T00:00:00Z", + "placementDate": "2022-05-06T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "40", + "nano": 650000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f0f3a5fb-da04-44eb-81a5-2754b7763607", + "uid": "f974fc53-941d-4c55-97c2-24b69c0be081", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "631c74d8-fd92-486d-a361-0b18a6e445d6", + "positionUid": "f490f769-62b2-4789-8865-91516d95ad5c", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T07:02:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2022-05-06T11:00:00Z", + "first1dayCandleDate": "2022-05-06T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXRL": { - "figi": "BBG0073DLHS1", - "ticker": "FXRL", - "classCode": "TQTF", - "isin": "IE00BQ1Y6480", + "RU000A103TS0": { + "figi": "BBG012STNNH6", + "ticker": "RU000A103TS0", + "classCode": "TQCB", + "isin": "RU000A103TS0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции российских компаний", + "name": "\u0422\u0415\u0425\u041d\u041e \u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "couponQuantityPerYear": 12, + "maturityDate": "2027-09-03T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2016-03-02T00:00:00Z", - "numShares": { - "units": "250000", + "stateRegDate": "2021-09-16T00:00:00Z", + "placementDate": "2021-10-04T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, + "aciValue": { + "currency": "rub", + "units": "2", + "nano": 840000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "423874", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9a5c4bac-3840-4f56-b537-92e17f7ed95f", + "uid": "e0ceecb3-05c2-43af-b39c-d28c982de315", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ea03a232-c811-4404-b52c-834600ae9d63", + "positionUid": "ac5a69ac-f917-44b5-851f-149a022ac77e", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:47:00Z", - "first1dayCandleDate": "2016-03-02T00:00:00Z", - "type": "Etfs", - "step": 0.005 + "first1minCandleDate": "2021-10-04T11:21:00Z", + "first1dayCandleDate": "2021-10-04T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SBCS": { - "figi": "BBG011C8J9N0", - "ticker": "SBCS", - "classCode": "TQTF", - "isin": "RU000A1035N9", + "RU000A102200": { + "figi": "ISSUANCEVITA", + "ticker": "RU000A102200", + "classCode": "TQCB", + "isin": "RU000A102200", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первая – Фонд Консервативный смарт", + "name": "\u0412\u0438\u0442\u0430 \u041b\u0430\u0439\u043d 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-05-24T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-19T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-08-10T00:00:00Z", + "placementDate": "2020-08-24T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "4", + "nano": 660000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueKind": "non_documentary", + "issueSize": "1250000", + "issueSizePlan": "1250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b083955a-570e-4381-a7b2-7af5e444a9e1", + "uid": "3c7747b3-f683-4534-8b27-015b7d262f2f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "913833b3-560a-4a1c-8ad8-9dc2e163065f", + "positionUid": "80c85481-7150-4bfa-9731-42e6b7b4b4d6", "forIisFlag": true, - "first1minCandleDate": "2021-06-09T07:09:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2020-08-24T11:38:00Z", + "first1dayCandleDate": "2020-08-24T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "FXEM": { - "figi": "BBG013T81ZQ6", - "ticker": "FXEM", - "classCode": "TQTF", - "isin": "IE0003KBK0Z6", + "RU000A1033Z8": { + "figi": "BBG011616RM7", + "ticker": "RU000A1033Z8", + "classCode": "TQCB", + "isin": "RU000A1033Z8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Развивающиеся страны без Китая и Индии", - "exchange": "MOEX", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "name": "\u041c\u043e\u0441\u043a\u0432\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 74", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2028-05-18T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-04-27T00:00:00Z", + "placementDate": "2021-05-27T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "21", + "nano": 230000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "70000000", + "issueSizePlan": "70000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8e175660-eb35-4e22-ac23-9641702c82d4", + "uid": "ea070157-241a-4b42-9d85-a17f01fdb936", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "18117fed-d70a-4d65-a1e1-c9b223677156", + "positionUid": "80edfa26-c0a8-41ea-9d9c-216fd34c6f22", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T07:01:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-05-27T11:48:00Z", + "first1dayCandleDate": "2021-05-27T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXRB": { - "figi": "BBG004HNZFH2", - "ticker": "FXRB", - "classCode": "TQTF", - "isin": "IE00B7L7CP77", + "RU000A0ZZ4T1": { + "figi": "BBG00KSL6M30", + "ticker": "RU000A0ZZ4T1", + "classCode": "TQCB", + "isin": "RU000A0ZZ4T1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Еврооблигации рос. компаний (RUB)", + "name": "\u0420\u0421\u0425\u0411 \u0432\u044b\u043f\u0443\u0441\u043a T1", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2013-04-30T00:00:00Z", - "numShares": { - "units": "580543", + "couponQuantityPerYear": 2, + "maturityDate": "2028-04-12T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2016-06-10T00:00:00Z", + "placementDate": "2018-04-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, + "aciValue": { + "currency": "rub", + "units": "34", + "nano": 770000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "semi_annual", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "62836a39-6ef7-4524-acc0-32a5db8a2eaa", + "uid": "81c1f183-11f1-4d02-ba3c-5df2313ab82d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e57d734d-9db7-4bb9-833f-aeb59b087e34", + "positionUid": "ad858a81-004b-4dd6-8e86-0f0989ae4302", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:50:00Z", - "first1dayCandleDate": "2013-04-30T00:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2018-04-26T00:47:00Z", + "first1dayCandleDate": "2018-04-26T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "VTBB": { - "figi": "BBG00MF4JRQ8", - "ticker": "VTBB", - "classCode": "TQTF", - "isin": "RU000A1002S8", + "RU000A0JWYQ5": { + "figi": "BBG00F6NJY77", + "ticker": "RU000A0JWYQ5", + "classCode": "TQCB", + "isin": "RU000A0JWYQ5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВТБ Корпоративные облигации", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 4", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-01-31T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-10-30T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2016-11-07T00:00:00Z", + "placementDate": "2016-11-11T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "21", + "nano": 750000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "6500000", + "issueSizePlan": "6500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "7645fe10-3b63-4ed6-a2b5-6d1fc6448ef4", + "uid": "3f57b8fa-6290-4e8a-9881-6c3539bfd118", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4130c349-98ef-4587-a26d-7542fbbe3164", + "positionUid": "f7ed863f-c378-450f-8410-64fbabe2f6cd", "forIisFlag": true, - "first1minCandleDate": "2019-02-21T07:27:00Z", - "first1dayCandleDate": "2019-02-21T07:00:00Z", - "type": "Etfs", - "step": 0.02 + "first1minCandleDate": "2018-03-07T18:54:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SPSB": { - "figi": "BBG000Q1MZ15", - "ticker": "SPSB", - "classCode": "SPBXM", - "isin": "US78464A4748", + "SU26225RMFS1": { + "figi": "BBG00K53FX22", + "ticker": "SU26225RMFS1", + "classCode": "TQOB", + "isin": "RU000A0ZYUB7", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "SPDR Portfolio Short Term Corporate Bond ETF", - "exchange": "SPB", - "fixedCommission": { - "units": "0", - "nano": 70000000 + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2009-12-17T00:00:00Z", - "numShares": { - "units": "166400000", + "kshort": { + "units": "2", "nano": 0 }, - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, - "minPriceIncrement": { + "dlong": { "units": "0", - "nano": 10000000 + "nano": 330900000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 182000000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 }, - "apiTradeAvailableFlag": true, - "uid": "079bd0c8-bd09-4041-bee6-ae26d55be86b", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "fda05de3-3ea2-4ee9-87f2-ae0f73823926", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", - "step": 0.01 - }, - "TSPV": { - "figi": "TCS00A102YC6", - "ticker": "TSPV", - "classCode": "TQTD", - "isin": "RU000A102YC6", - "lot": 100, - "currency": "usd", "shortEnabledFlag": false, - "name": "Тинькофф SPAC", - "exchange": "MOEX_MORNING", - "fixedCommission": { + "name": "\u041e\u0424\u0417 26225", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2034-05-10T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-02-15T00:00:00Z", + "placementDate": "2018-02-21T00:00:00Z", + "placementPrice": { + "currency": "rub", "units": "0", - "nano": 900000000 + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-04-01T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "21", + "nano": 50000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "350000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "cbf4ae6e-8986-4dd9-815d-5f0349de00b1", + "uid": "1278a466-213d-468b-ae0b-2be05fd783e4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e5effb9a-31e8-4a50-91aa-61fbc5b5ac97", + "positionUid": "e4289951-ff41-4650-96ab-c3c802c8adf3", "forIisFlag": true, - "first1minCandleDate": "2021-04-21T07:00:00Z", - "first1dayCandleDate": "2021-04-21T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2018-03-07T18:47:00Z", + "first1dayCandleDate": "2018-02-28T00:00:00Z", + "type": "Bonds", + "step": 0.001 }, - "SBMX": { - "figi": "BBG00M0C8YM7", - "ticker": "SBMX", - "classCode": "TQTF", - "isin": "RU000A0ZZH92", + "SU26224RMFS4": { + "figi": "BBG00K53FBX6", + "ticker": "SU26224RMFS4", + "classCode": "TQOB", + "isin": "RU000A0ZYUA9", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Первая – Фонд Топ Российских акций", + "name": "\u041e\u0424\u0417 26224", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2018-08-15T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-05-23T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-02-15T00:00:00Z", + "placementDate": "2018-02-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "18", + "nano": 720000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "350000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "0e2b0050-d21a-408d-bae3-1e1a353d5308", + "uid": "0160ee09-4b13-42d3-80f7-1482620820ea", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f44547bb-a614-4963-87c3-ae2bf57e0f6a", + "positionUid": "61bdcdb2-5733-4cf9-bb6a-7c2b975f3109", "forIisFlag": true, - "first1minCandleDate": "2018-09-17T07:16:00Z", - "first1dayCandleDate": "2018-09-17T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2018-03-07T18:40:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Bonds", "step": 0.001 }, - "AMEM": { - "figi": "TCS00A102XZ9", - "ticker": "AMEM", - "classCode": "TQTF", - "isin": "RU000A102XZ9", + "RU000A102CD0": { + "figi": "BBG00Y7KXWY9", + "ticker": "RU000A102CD0", + "classCode": "TQCB", + "isin": "RU000A102CD0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Рынки возможностей", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0425\u041a \u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 5", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-11-10T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-10-16T00:00:00Z", + "placementDate": "2020-11-13T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "5", + "nano": 550000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "084b7091-fb63-4a3e-8432-b44c9e594d2b", + "uid": "413b76db-2580-47d1-9448-6b527838518f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f80bc98a-5f49-4ecf-9338-0a553f078fc8", + "positionUid": "b0f6cc78-b6cd-42ac-b895-cabc9e004185", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:35:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2020-11-27T07:16:00Z", + "first1dayCandleDate": "2020-11-27T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMRE": { - "figi": "TCS00A102XX4", - "ticker": "AMRE", - "classCode": "TQTF", - "isin": "RU000A102XX4", + "RU000A102H91": { + "figi": "BBG00YJJPT66", + "ticker": "RU000A102H91", + "classCode": "TQCB", + "isin": "RU000A102H91", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Российские акции +", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0410\u0432\u0442\u043e\u0434\u043e\u0440 \u0411\u041e-3 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2025-12-09T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "965", + "nano": 0 + }, + "stateRegDate": "2020-12-07T00:00:00Z", + "placementDate": "2020-12-15T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 350000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "14000000", + "issueSizePlan": "14000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "555dcd42-2c14-43d5-ba93-8a4a42160638", + "uid": "97bda491-f5d9-4c98-946b-dfbbca9cb302", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "252781b5-f6c0-4e84-b46e-5fb7892fe415", + "positionUid": "1bbd2b88-88a3-4989-8a70-510767ba7c53", "forIisFlag": true, - "first1minCandleDate": "2021-04-15T07:02:00Z", - "first1dayCandleDate": "2021-04-15T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2020-12-15T10:49:00Z", + "first1dayCandleDate": "2020-12-15T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMCC": { - "figi": "TCS00A102XW6", - "ticker": "AMCC", - "classCode": "TQTF", - "isin": "RU000A102XW6", + "RU000A1006B5": { + "figi": "BBG00NLMJ541", + "ticker": "RU000A1006B5", + "classCode": "TQIR", + "isin": "RU000A1006B5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Облачные технологии", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0422\u0414 \u041c\u044f\u0441\u043d\u0438\u0447\u0438\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2024-02-17T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "515", + "nano": 500000000 + }, + "stateRegDate": "2019-03-12T00:00:00Z", + "placementDate": "2019-03-15T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "2", + "nano": 480000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34eb2521-ff40-4c9f-ac7c-f5b31a1ab08c", + "uid": "16c5dd9f-d7cb-4689-8e43-e5f52c81c982", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6f70b1a8-16be-4133-82d9-4cc818b3afcf", + "positionUid": "e73ba48a-78b1-42ea-841c-830f6a0eb34a", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:50:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2019-03-15T11:23:00Z", + "first1dayCandleDate": "2019-03-15T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMRB": { - "figi": "TCS00A102XY2", - "ticker": "AMRB", - "classCode": "TQTF", - "isin": "RU000A102XY2", + "RU000A103UL3": { + "figi": "BBG012Y8J8C8", + "ticker": "RU000A103UL3", + "classCode": "TQCB", + "isin": "RU000A103UL3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Российские облигации +", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0422\u0430\u0442\u043d\u0435\u0444\u0442\u0435\u0445\u0438\u043c 001P \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 6, + "maturityDate": "2026-09-15T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-10-06T00:00:00Z", + "placementDate": "2021-10-11T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "9", + "nano": 640000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c36b34de-b1b3-45f9-b0fb-9c6616d973a1", + "uid": "2d573b1e-3194-4a99-be18-394d79c88064", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d18d228a-dc35-4caf-9da1-d883a1014699", + "positionUid": "53ee2cd2-ce1b-4b47-abab-8899f9baac8c", "forIisFlag": true, - "first1minCandleDate": "2021-04-29T07:04:00Z", - "first1dayCandleDate": "2021-04-29T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-10-11T11:03:00Z", + "first1dayCandleDate": "2021-10-11T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMVF": { - "figi": "TCS00A102XV8", - "ticker": "AMVF", - "classCode": "TQTF", - "isin": "RU000A102XV8", + "RU000A103G91": { + "figi": "TCS00A103G91", + "ticker": "RU000A103G91", + "classCode": "TQCB", + "isin": "RU000A103G91", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Недооцененные компании США", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u041f\u0420\u041e\u041c\u041e\u041c\u0415\u0414 \u0414\u041c \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2024-07-26T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-07-26T00:00:00Z", + "placementDate": "2021-07-30T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "10", + "nano": 620000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "05d825b4-3dd6-4ff2-9dab-69a538b6b435", + "uid": "f88c30f2-9c17-43d7-b33c-5805ff947692", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "18f173d7-c526-4740-acf1-48918ad7567b", + "positionUid": "c3e08406-38e7-4cf1-a12b-9ca208685360", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:22:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-07-30T11:03:00Z", + "first1dayCandleDate": "2021-07-30T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMMF": { - "figi": "TCS00A102XS4", - "ticker": "AMMF", - "classCode": "TQTF", - "isin": "RU000A102XS4", + "RU000A100BB0": { + "figi": "BBG00P33Q8B6", + "ticker": "RU000A100BB0", + "classCode": "TQCB", + "isin": "RU000A100BB0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Лидеры роста США", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0420\u0443\u0441\u0430\u043b \u0411\u0440\u0430\u0442\u0441\u043a \u0411\u041e-001P \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2029-04-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2019-04-25T00:00:00Z", + "placementDate": "2019-04-29T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "59", + "nano": 620000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "92f9601f-552b-4c90-a1e9-cc7ad7894516", + "uid": "cda1c6d7-14e4-459f-83f1-1c8a6153ca2a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0194fd2c-1d58-4662-b498-e23dc28866c0", + "positionUid": "5d0988d6-cfb3-459b-9e3c-b6d034cead22", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:21:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2019-04-29T11:19:00Z", + "first1dayCandleDate": "2019-04-29T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMIG": { - "figi": "TCS00A102XU0", - "ticker": "AMIG", - "classCode": "TQTF", - "isin": "RU000A102XU0", + "XS0559915961": { + "figi": "BBG0018V9PN0", + "ticker": "XS0559915961", + "classCode": "TQOD", + "isin": "XS0559915961", "lot": 1, - "currency": "rub", + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 521100000 + }, + "dshort": { + "units": "0", + "nano": 710900000 + }, + "dlongMin": { + "units": "0", + "nano": 308000000 + }, + "dshortMin": { + "units": "0", + "nano": 308000000 + }, "shortEnabledFlag": false, - "name": "АТОН Надежные облигации", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "VEB", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2025-11-22T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2010-11-22T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "20", + "nano": 211111000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "696fb4d3-0afe-451e-867f-16cd414528eb", + "uid": "114ca29c-972f-4bda-ac46-4dc88262864b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "77006e4f-abb9-4dbd-b26a-d50063ff8658", + "positionUid": "90913e33-1cce-4168-a16f-e3dda534ebf3", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:46:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2018-03-21T00:07:00Z", + "first1dayCandleDate": "2014-07-01T00:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "AMHC": { - "figi": "TCS00A102XT2", - "ticker": "AMHC", - "classCode": "TQTF", - "isin": "RU000A102XT2", + "RU000A1043N3": { + "figi": "BBG013RRTP42", + "ticker": "RU000A1043N3", + "classCode": "TQCB", + "isin": "RU000A1043N3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Медицина и биотех США", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u041a\u0410\u041c\u0410\u0417 \u0411\u041e-\u041f09", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-11-22T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-11-18T00:00:00Z", + "placementDate": "2021-11-24T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "4", + "nano": 10000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e077a1eb-3c6a-419d-bca0-d7c1bda43271", + "uid": "8891903c-7f61-4ede-9aa1-f9d7bbe7bc77", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1142acec-2259-4fed-a110-272bcae86bc1", + "positionUid": "8f9fb199-0f98-4035-ac59-0eb9b92b0d3d", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:54:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-11-24T10:49:00Z", + "first1dayCandleDate": "2021-11-24T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "VTBX": { - "figi": "TCS00A101EJ5", - "ticker": "VTBX", - "classCode": "TQTF", - "isin": "RU000A101EJ5", + "RU000A100V79": { + "figi": "BBG00QDTJQD2", + "ticker": "RU000A100V79", + "classCode": "TQCB", + "isin": "RU000A100V79", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВТБ Индекс Мосбиржи", + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2020-02-10T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 2, + "maturityDate": "2029-09-12T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2019-09-23T00:00:00Z", + "placementDate": "2019-09-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "38", + "nano": 200000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "edf66981-8206-408a-886b-c0421dbfb29e", + "uid": "332de9f0-e706-43e8-9210-591236b367f2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "d4e5e7dd-b367-45f1-a3db-92a22d85ea70", + "positionUid": "55b03270-9ac3-4af8-86a8-329dafcd3a17", "forIisFlag": true, - "first1minCandleDate": "2020-03-02T07:11:00Z", - "first1dayCandleDate": "2020-03-02T07:00:00Z", - "type": "Etfs", - "step": 0.05 + "first1minCandleDate": "2019-09-25T12:49:00Z", + "first1dayCandleDate": "2019-09-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMLV": { - "figi": "TCS00A102Y25", - "ticker": "AMLV", - "classCode": "TQTF", - "isin": "RU000A102Y25", + "RU000A102S23": { + "figi": "BBG00ZCTRLC6", + "ticker": "RU000A102S23", + "classCode": "TQCB", + "isin": "RU000A102S23", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Тихая гавань", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0410\u0433\u0440\u043e\u0444\u0438\u0440\u043c\u0430-\u043f\u043b\u0435\u043c\u0437\u0430\u0432\u043e\u0434 \u041f\u043e\u0431\u0435\u0434\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-02-15T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-01-27T00:00:00Z", + "placementDate": "2021-02-18T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "5", + "nano": 610000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fb8f9954-2b7f-4939-ad5c-5a051900928e", + "uid": "bb016b59-ae86-47d3-aa8f-004a73af7058", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "97a77cd2-971a-4e17-a8b9-01d0c7348cac", + "positionUid": "e5b6b164-75b3-49b8-8ac2-f6c06a883a35", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T12:38:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-02-18T13:23:00Z", + "first1dayCandleDate": "2021-02-18T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMGM": { - "figi": "TCS00A102XQ8", - "ticker": "AMGM", - "classCode": "TQTF", - "isin": "RU000A102XQ8", + "RU000A0ZZZ17": { + "figi": "BBG00MT69C64", + "ticker": "RU000A0ZZZ17", + "classCode": "TQCB", + "isin": "RU000A0ZZZ17", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Золотодобытчики", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u041d\u041a\u041d\u0425 \u0432\u044b\u043f\u0443\u0441\u043a\u00a01", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2028-12-07T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-12-17T00:00:00Z", + "placementDate": "2018-12-20T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "22", + "nano": 440000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "93475540-0aaa-4687-a327-49d7db6f30bc", + "uid": "302e17ef-9cf9-4eb7-96a8-a7314eb169c5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c38ad4fc-bf6a-4e78-b1a8-b19523141b7b", + "positionUid": "27e42527-57f7-43c7-9f34-6623d0c843ac", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T08:14:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2018-12-21T07:40:00Z", + "first1dayCandleDate": "2018-12-21T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMSC": { - "figi": "TCS00A102Y33", - "ticker": "AMSC", - "classCode": "TQTF", - "isin": "RU000A102Y33", + "RU000A0ZYYN4": { + "figi": "BBG00KB9VG76", + "ticker": "RU000A0ZYYN4", + "classCode": "TQOD", + "isin": "RU000A0ZYYN4", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "АТОН Цифровое будущее", + "name": "Russia 2029", "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2029-03-21T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "200000", + "nano": 0 + }, + "stateRegDate": "2018-03-21T00:00:00Z", + "placementDate": "2018-03-21T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "4083", + "nano": 333333330 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "15000", + "issueSizePlan": "7500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "a20e30d9-1667-4f57-8901-d52c7f542e79", + "uid": "05107251-ebbc-40d9-8886-0a26051e0625", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "6524564b-5f16-4375-b39a-cb25235caa64", - "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:22:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "positionUid": "d4664b61-0f2b-4aa8-9306-761e3a093d69", + "forIisFlag": false, + "first1minCandleDate": "2018-06-08T04:19:00Z", + "first1dayCandleDate": "2018-06-08T07:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "AMIN": { - "figi": "TCS00A102XR6", - "ticker": "AMIN", - "classCode": "TQTF", - "isin": "RU000A102XR6", + "RU000A100YT4": { + "figi": "BBG00QPVNQS3", + "ticker": "RU000A100YT4", + "classCode": "TQCB", + "isin": "RU000A100YT4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Инновации", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u042d\u043a\u0441\u043f\u043e\u0431\u0430\u043d\u043a \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2022-11-02T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2013-10-18T00:00:00Z", + "placementDate": "2019-10-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "7", + "nano": 750000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "4bfa88a5-6a11-418f-9234-95670f97c5b0", + "uid": "2bed1477-449a-4684-9aee-1080cadddf92", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c59d0178-b32f-4e40-a166-cbdc7016ad55", + "positionUid": "3d061b1f-0f81-41a6-8963-9b89fafc5f65", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:11:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2019-10-25T11:22:00Z", + "first1dayCandleDate": "2019-10-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AKSP": { - "figi": "BBG00P5M77Y0", - "ticker": "AKSP", - "classCode": "TQTD", - "isin": "RU000A1006V3", + "RU000A103N76": { + "figi": "BBG012F7Y8K5", + "ticker": "RU000A103N76", + "classCode": "TQCB", + "isin": "RU000A103N76", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал S&P 500", + "name": "\u0418\u041a\u0421 5 \u0424\u0438\u043d\u0430\u043d\u0441 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-03-19T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2036-08-20T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-08-06T00:00:00Z", + "placementDate": "2021-09-08T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "0", + "nano": 210000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8520b7b4-fe18-41ba-addb-4c62f8edb23d", + "uid": "dbde5a84-981f-42ce-a3eb-1263190441e1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "893220ab-80b4-4e7a-a502-1d6fbcd73d18", + "positionUid": "440da02d-0c99-4684-adb5-6e1a227f0515", "forIisFlag": true, - "first1minCandleDate": "2019-04-04T12:15:00Z", - "first1dayCandleDate": "2019-04-04T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-09-08T10:50:00Z", + "first1dayCandleDate": "2021-09-08T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "AMSL": { - "figi": "TCS00A102Y09", - "ticker": "AMSL", - "classCode": "TQTF", - "isin": "RU000A102Y09", + "RU000A0ZZEM5": { + "figi": "BBG00LLCGZL5", + "ticker": "RU000A0ZZEM5", + "classCode": "TQCB", + "isin": "RU000A0ZZEM5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Серебро", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u042f\u0440\u043e\u0441\u043b\u0430\u0432\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 16", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-09-21T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-07-20T00:00:00Z", + "placementDate": "2018-07-30T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "16", + "nano": 120000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d66eaa72-35b6-4095-8d07-c61dcb59f9c0", + "uid": "2d974d1d-2a5f-4b61-9c71-2ee078bd89b3", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aae05f20-5a9c-4cf4-949a-13309fd2b974", + "positionUid": "633fa281-480d-4f23-a76b-e335725c5b09", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:09:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2018-07-30T14:17:00Z", + "first1dayCandleDate": "2018-07-30T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMHY": { - "figi": "TCS00A102XP0", - "ticker": "AMHY", - "classCode": "TQTF", - "isin": "RU000A102XP0", + "RU000A1031K4": { + "figi": "TCS00A1031K4", + "ticker": "RU000A1031K4", + "classCode": "TQCB", + "isin": "RU000A1031K4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Доходные облигации мира", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0414\u041e\u041c.\u0420\u0424 \u0418\u0410 \u0411\u041e-001\u0420-08", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2051-04-28T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "712", + "nano": 850000000 + }, + "stateRegDate": "2021-04-13T00:00:00Z", + "placementDate": "2021-04-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "5", + "nano": 700000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "4742319", + "issueSizePlan": "4742319", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "be5b280c-fdba-4af9-849f-3d39767ce6e2", + "uid": "d943e470-a246-4417-b7f8-a59c79e5b1ed", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "47bebfb8-3b6e-44c9-8a01-a13dc10a0e0a", + "positionUid": "6c32b9f7-c85d-48f3-bad0-31312bf75f4c", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:48:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-04-27T15:18:00Z", + "first1dayCandleDate": "2021-04-27T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TGRN": { - "figi": "TCS00A1039P6", - "ticker": "TGRN", - "classCode": "TQTD", - "isin": "RU000A1039P6", - "lot": 100, + "XS2243631095": { + "figi": "BBG00XV2BDX1", + "ticker": "XS2243631095", + "classCode": "TQOD", + "isin": "XS2243631095", + "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Тинькофф Green Economy", + "name": "Gazprom Perp USD", "exchange": "MOEX_PLUS", - "fixedCommission": { + "couponQuantityPerYear": 2, + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2020-10-26T00:00:00Z", + "placementPrice": { + "currency": "usd", "units": "0", - "nano": 900000000 + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-06-10T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", + "aciValue": { + "currency": "usd", + "units": "5", + "nano": 492653000 + }, + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", "sector": "energy", - "rebalancingFreq": "quarterly", + "issueKind": "documentary", + "issueSize": "1400000", + "issueSizePlan": "1400000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "6982ffbe-2aa1-45cd-a28c-63da22136e06", + "uid": "f2f8ca54-4e03-4edc-a289-2a31a44b62a5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "9e920ef6-2ca2-465f-955e-202eac77b195", + "positionUid": "355faaea-3679-4e9e-8be8-6f179787334b", "forIisFlag": true, - "first1minCandleDate": "2021-07-12T07:00:00Z", - "first1dayCandleDate": "2021-07-12T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-04-26T13:23:00Z", + "first1dayCandleDate": "2021-04-26T07:00:00Z", + "type": "Bonds", "step": 0.0001 }, - "AMGF": { - "figi": "TCS00A102Y17", - "ticker": "AMGF", - "classCode": "TQTF", - "isin": "RU000A102Y17", + "RU000A103L03": { + "figi": "BBG0129FDB02", + "ticker": "RU000A103L03", + "classCode": "TQCB", + "isin": "RU000A103L03", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Ставка на рост", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", + "name": "\u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 10", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-08-21T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-08-12T00:00:00Z", + "placementDate": "2021-08-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "3", + "nano": 760000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "it", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d5f8f92-0951-428f-a55f-eb01718b1aaa", + "uid": "0eafb1f0-cb22-41d2-b220-13aaae5e5ee5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "59726a14-acc2-412e-9906-a70f393e3cf8", + "positionUid": "b952afe2-dca7-4ef5-8b7b-af9ce4b0b9de", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:20:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-08-25T11:51:00Z", + "first1dayCandleDate": "2021-08-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TBRU": { - "figi": "TCS00A1039N1", - "ticker": "TBRU", - "classCode": "TQTF", - "isin": "RU000A1039N1", + "RU000A102CX8": { + "figi": "BBG00Y90V3M0", + "ticker": "RU000A102CX8", + "classCode": "TQCB", + "isin": "RU000A102CX8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Bonds RUB", - "exchange": "MOEX", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "name": "\u0423\u043b\u044c\u044f\u043d\u043e\u0432\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-11-12T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "800", + "nano": 0 }, - "focusType": "fixed_income", - "releasedDate": "2021-06-10T00:00:00Z", - "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, - "minPriceIncrement": { + "stateRegDate": "2020-10-09T00:00:00Z", + "placementDate": "2020-11-18T00:00:00Z", + "placementPrice": { + "currency": "rub", "units": "0", - "nano": 1000000 + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "3", + "nano": 10000000 }, - "apiTradeAvailableFlag": true, - "uid": "a9ff2a1a-f8de-4648-8d5a-6b264f32fcdf", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c1a8e0b5-a4bb-4f4c-b109-68e0149b5b23", - "forIisFlag": true, - "first1minCandleDate": "2021-07-12T07:00:00Z", - "first1dayCandleDate": "2021-07-12T07:00:00Z", - "type": "Etfs", - "step": 0.001 - }, - "AMGR": { - "figi": "TCS00A102XN5", - "ticker": "AMGR", - "classCode": "TQTF", - "isin": "RU000A102XN5", - "lot": 1, - "currency": "rub", - "shortEnabledFlag": false, - "name": "АТОН Генетическая революция", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-03-25T00:00:00Z", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "3500000", + "issueSizePlan": "3500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "f3b5aeb3-8963-4442-a326-ba47bdffd097", + "uid": "32decb51-bd31-461e-8f87-fa7ecff82952", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ccfd1064-0e1d-45ca-9df6-d15cb9b42512", + "positionUid": "8fd0ca97-edd8-4ed2-b3bc-d443dea8789b", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:31:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2020-11-18T13:00:00Z", + "first1dayCandleDate": "2020-11-18T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "VTBM": { - "figi": "BBG00RPRPX12", - "ticker": "VTBM", - "classCode": "TQTF", - "isin": "RU000A1014L8", + "XS2069992258": { + "figi": "BBG00QN36P08", + "ticker": "XS2069992258", + "classCode": "TQOD", + "isin": "XS2069992258", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "ВТБ Ликвидность", + "name": "GMK NorNickel", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-11-28T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "government", - "rebalancingFreq": "", + "couponQuantityPerYear": 2, + "maturityDate": "2024-10-28T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2019-10-28T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "12", + "nano": 281250000 + }, + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "750000", + "issueSizePlan": "750000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "ade12bc5-07d9-44fe-b27a-1543e05bacfd", + "uid": "b34fcdd0-2ba9-45c8-aa4a-a79cfb401e2a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eee36ccf-5f28-4419-9c29-c6465f39581a", + "positionUid": "171e0d09-ede4-4c42-b441-a3442e888de4", "forIisFlag": true, - "first1minCandleDate": "2020-01-20T08:57:00Z", - "first1dayCandleDate": "2020-01-20T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-05-12T15:06:00Z", + "first1dayCandleDate": "2021-05-12T07:00:00Z", + "type": "Bonds", "step": 0.0001 }, - "SBHI": { - "figi": "BBG013RTHWK8", - "ticker": "SBHI", - "classCode": "TQTF", - "isin": "RU000A103ZQ1", + "RU000A102VY6": { + "figi": "TCS00A102VY6", + "ticker": "RU000A102VY6", + "classCode": "TQCB", + "isin": "RU000A102VY6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первая–Фонд Халяльные инвестиции", + "name": "\u0410\u0442\u043e\u043c\u0441\u0442\u0440\u043e\u0439\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441 \u0411\u041e-\u041f01", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-11-02T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2026-03-18T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-02-24T00:00:00Z", + "placementDate": "2021-03-24T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "39", + "nano": 360000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "1150000", + "issueSizePlan": "1150000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 2000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "49ddaef5-13e8-48fb-b16f-7f940f475151", + "uid": "830fba49-9b0e-4e7c-952e-978c957b100a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8186b92b-62b2-42ad-96c2-6158566a1e7d", + "positionUid": "fbbd0e95-e909-403a-9905-44cc3375ef50", "forIisFlag": true, - "first1minCandleDate": "2021-11-18T07:14:00Z", - "first1dayCandleDate": "2021-11-18T07:00:00Z", - "type": "Etfs", - "step": 0.002 + "first1minCandleDate": "2021-03-24T10:37:00Z", + "first1dayCandleDate": "2021-03-24T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AKMD": { - "figi": "BBG011MM3NT8", - "ticker": "AKMD", - "classCode": "TQTF", - "isin": "RU000A1036A4", + "RU000A0ZZ5J9": { + "figi": "BBG00KTDNXH9", + "ticker": "RU000A0ZZ5J9", + "classCode": "TQCB", + "isin": "RU000A0ZZ5J9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Медицина", + "name": "\u041f\u043e\u0447\u0442\u0430 \u0420\u043e\u0441\u0441\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a 5", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-05-27T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2028-04-24T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-04-27T00:00:00Z", + "placementDate": "2018-05-07T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "27", + "nano": 210000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "health_care", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a24d16e9-f997-4b39-ab4c-14f83f5ea337", + "uid": "4350f6af-ffab-47ee-af1b-4984aafe5d6d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a936fa19-7b41-4037-a229-13d2b4fed33c", + "positionUid": "961bc786-59f8-4c6e-9bad-0ea2f3dee723", "forIisFlag": true, - "first1minCandleDate": "2021-06-28T13:19:00Z", - "first1dayCandleDate": "2021-06-28T07:00:00Z", - "type": "Etfs", - "step": 0.02 + "first1minCandleDate": "2019-11-25T07:26:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AKNX": { - "figi": "BBG00NNQMD85", - "ticker": "AKNX", - "classCode": "TQTD", - "isin": "RU000A0ZZTQ4", + "RU000A0JW1G7": { + "figi": "BBG00BRD9CY4", + "ticker": "RU000A0JW1G7", + "classCode": "TQCB", + "isin": "RU000A0JW1G7", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Технологии 100", + "name": "\u0420\u043e\u0441\u043d\u0430\u043d\u043e \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2018-11-13T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2022-12-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2014-05-27T00:00:00Z", + "placementDate": "2015-12-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "28", + "nano": 990000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "financial", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "issueKind": "documentary", + "issueSize": "9000000", + "issueSizePlan": "9000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e6258d7b-c548-4f26-a0a7-13968a3bf5da", + "uid": "59d81976-0eb4-4186-9bb6-79e6979db517", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "4ddff6b6-fed3-4cbc-b15f-ff0ee4240dee", + "positionUid": "8b3c8746-248f-4751-9181-d895713d4f91", "forIisFlag": true, - "first1minCandleDate": "2018-12-10T09:40:00Z", - "first1dayCandleDate": "2018-12-10T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-11-25T08:16:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXFA": { - "figi": "BBG00ZXX3KF9", - "ticker": "FXFA", - "classCode": "TQTF", - "isin": "IE00BMDKNN44", + "RU000A0ZYBM4": { + "figi": "BBG00HTLYK93", + "ticker": "RU000A0ZYBM4", + "classCode": "TQCB", + "isin": "RU000A0ZYBM4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Облигаций развитых рынков", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 21", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 2, + "maturityDate": "2032-10-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2014-02-06T00:00:00Z", + "placementDate": "2017-10-02T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "25", + "nano": 50000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "95212b2a-b9cf-4fde-a4f3-58788571fc9f", + "uid": "c271a3ce-6408-4f3f-a682-157a1e51a05a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "276ed464-3f4e-438d-aa4c-aa931462e1f8", + "positionUid": "72437540-c070-45da-94d2-98447e276c75", "forIisFlag": true, - "first1minCandleDate": "2021-04-22T06:59:00Z", - "first1dayCandleDate": "2021-04-22T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-11-25T07:12:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "AKGD": { - "figi": "BBG014M8NBM4", - "ticker": "AKGD", - "classCode": "TQTF", - "isin": "RU000A1045N8", + "RU000A1005T9": { + "figi": "BBG00NJ3YSN8", + "ticker": "RU000A1005T9", + "classCode": "TQCB", + "isin": "RU000A1005T9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Золото", + "name": "\u0413\u0430\u0440\u0430\u043d\u0442-\u0418\u043d\u0432\u0435\u0441\u0442 \u0411\u041e 001P-05", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-11-25T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-04-05T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "580", + "nano": 0 + }, + "stateRegDate": "2019-02-26T00:00:00Z", + "placementDate": "2019-03-12T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "12", + "nano": 390000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "b91e5a2b-d8a1-4a42-b73e-45152b34edd7", + "uid": "c4df9f9b-5436-409f-abb7-9f548c26ace1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b8af8e2f-e887-4d8b-85fd-ff4a63c5b7c4", + "positionUid": "ac934995-a112-4b2d-bb20-6cc80e00a3fe", "forIisFlag": true, - "first1minCandleDate": "2021-12-21T07:40:00Z", - "first1dayCandleDate": "2021-12-21T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-03-14T11:47:00Z", + "first1dayCandleDate": "2019-03-14T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "TSPX": { - "figi": "TCS00A102EQ8", - "ticker": "TSPX", - "classCode": "TQTD", - "isin": "RU000A102EQ8", - "lot": 100, - "currency": "usd", + "RU000A0ZZ1J8": { + "figi": "BBG00KHR8SP0", + "ticker": "RU000A0ZZ1J8", + "classCode": "TQCB", + "isin": "RU000A0ZZ1J8", + "lot": 1, + "currency": "rub", "klong": { "units": "2", "nano": 0 @@ -131800,754 +130731,1217 @@ "nano": 0 }, "dlong": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 353600000 }, "dshort": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 300000000 }, "dlongMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 196000000 }, "dshortMin": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 140200000 }, "shortEnabledFlag": false, - "name": "Тинькофф S&P 500", - "exchange": "MOEX_MORNING", - "fixedCommission": { - "units": "0", - "nano": 700000000 + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 9", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2033-03-18T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2020-11-23T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2018-03-29T00:00:00Z", + "placementDate": "2018-04-06T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "13", + "nano": 890000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "34749829-f857-4d66-9421-cc9aa236b708", + "uid": "523ee5da-4f5f-43e9-a4ad-59bd358c8509", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7cca350e-7854-49f9-84db-f49d978594a8", + "positionUid": "b560ab74-10d3-4944-bf88-6c92327f8fe2", "forIisFlag": true, - "first1minCandleDate": "2020-12-09T07:00:00Z", - "first1dayCandleDate": "2020-12-09T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2018-04-06T22:31:00Z", + "first1dayCandleDate": "2018-04-06T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SBPS": { - "figi": "BBG011C8JMM2", - "ticker": "SBPS", - "classCode": "TQTF", - "isin": "RU000A1035R0", + "RU000A0ZZAL5": { + "figi": "BBG00L92CX58", + "ticker": "RU000A0ZZAL5", + "classCode": "TQOD", + "isin": "RU000A0ZZAL5", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Первая – Фонд Прогрессивный смарт", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a\u00a011", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-05-24T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2033-06-03T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-06-14T00:00:00Z", + "placementDate": "2018-06-22T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "13", + "nano": 690000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "150000", + "issueSizePlan": "150000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 2000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "c6e653c6-f62e-43a6-9ecd-69daf0b24881", + "uid": "f9a0abc1-3280-4dc2-8e71-248261e803ed", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ecbcea8c-86a8-469d-9387-909d5e57dad2", + "positionUid": "af0a7d2e-30cf-44ca-8708-3aa976667834", "forIisFlag": true, - "first1minCandleDate": "2021-06-09T07:06:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", - "type": "Etfs", - "step": 0.002 + "first1minCandleDate": "2018-06-27T12:05:00Z", + "first1dayCandleDate": "2018-06-27T07:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "FXIT": { - "figi": "BBG005HLTYH9", - "ticker": "FXIT", - "classCode": "TQTF", - "isin": "IE00BD3QJ757", + "RU000A100XC2": { + "figi": "BBG00QKHK9J0", + "ticker": "RU000A100XC2", + "classCode": "TQCB", + "isin": "RU000A100XC2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции компаний IT-сектора США", + "name": "\u041f\u043e\u043b\u044e\u0441 \u041f\u0411\u041e-1", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "couponQuantityPerYear": 2, + "maturityDate": "2029-10-01T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2013-10-31T00:00:00Z", - "numShares": { - "units": "692000", + "stateRegDate": "2019-10-10T00:00:00Z", + "placementDate": "2019-10-14T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "30", + "nano": 410000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "232b3cca-ecef-439c-8e3c-bdd9e669f6e0", + "uid": "d4b0c643-24a7-4990-8622-94449f0dc34e", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ea43b22b-1568-4b16-b180-b70ae1d7f34a", + "positionUid": "85a068b9-10f0-4ecf-9211-a6db8c42c2eb", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:35:00Z", - "first1dayCandleDate": "2013-10-31T00:00:00Z", - "type": "Etfs", - "step": 1.0 + "first1minCandleDate": "2019-10-14T13:19:00Z", + "first1dayCandleDate": "2019-10-14T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "EWP": { - "figi": "BBG000BK58Q1", - "ticker": "EWP", - "classCode": "SPBXM", - "isin": "US4642867646", + "EGPT0431": { + "figi": "BBG00NTC1SR9", + "ticker": "EGPT0431", + "classCode": "SPBBND", + "isin": "XS1980255936", "lot": 1, - "currency": "usd", + "currency": "eur", "shortEnabledFlag": false, - "name": "iShares MSCI Spain ETF", + "name": "ARAB REPUBLIC", "exchange": "SPB", - "fixedCommission": { - "units": "0", - "nano": 590000000 + "couponQuantityPerYear": 1, + "maturityDate": "2031-04-11T00:00:00Z", + "nominal": { + "currency": "eur", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "1996-03-18T00:00:00Z", - "numShares": { - "units": "30075000", + "placementDate": "2019-04-11T00:00:00Z", + "placementPrice": { + "currency": "eur", + "units": "0", "nano": 0 }, - "countryOfRisk": "ES", - "countryOfRiskName": "Королевство Испания", - "sector": "other", - "rebalancingFreq": "quarterly", + "aciValue": { + "currency": "eur", + "units": "26", + "nano": 373288000 + }, + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "government", + "issueKind": "documentary", + "issueSize": "1250000", + "issueSizePlan": "1250000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "fffd27e0-413d-425a-b808-9a8a28ee5078", + "uid": "93c35aff-6bc9-4c6f-b771-672613b46e74", "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "647409a1-c14a-4fa6-a66c-6b26564af42d", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", + "positionUid": "38b5acea-bca2-424a-acde-07777dec4e54", + "forIisFlag": true, + "first1minCandleDate": "2020-08-27T08:40:00Z", + "first1dayCandleDate": "2020-08-27T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "SBRB": { - "figi": "TCS00A100P44", - "ticker": "SBRB", - "classCode": "TQTF", - "isin": "RU000A100P44", + "RU000A0JXTS9": { + "figi": "BBG00H0HVGD0", + "ticker": "RU000A0JXTS9", + "classCode": "TQOD", + "isin": "RU000A0JXTS9", "lot": 1, - "currency": "rub", + "currency": "usd", "shortEnabledFlag": false, - "name": "Первая – Фонд Корпоративные облигации", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-07-25T00:00:00Z", + "name": "Russia 2027", + "exchange": "MOEX", + "couponQuantityPerYear": 2, + "maturityDate": "2027-06-23T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "200000", + "nano": 0 + }, + "stateRegDate": "2017-06-23T00:00:00Z", + "placementDate": "2017-06-23T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "1794", + "nano": 444444440 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "12023", + "issueSizePlan": "5000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "db147f62-8909-44d7-bd73-368ad48dc890", + "uid": "4e708975-a997-4368-bfd4-6b265b1312bf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3a7f880d-77ce-4bd9-9211-751a3955c772", - "forIisFlag": true, - "first1minCandleDate": "2019-09-06T08:34:00Z", - "first1dayCandleDate": "2019-09-06T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "positionUid": "47469687-8c98-4e45-98d3-b437ca043167", + "forIisFlag": false, + "first1minCandleDate": "2018-03-29T22:39:00Z", + "first1dayCandleDate": "2018-03-29T07:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "FXDM": { - "figi": "TCS0BMDKNM37", - "ticker": "FXDM", - "classCode": "TQTF", - "isin": "IE00BMDKNM37", + "RU000A102FC5": { + "figi": "BBG00YGJWYK4", + "ticker": "RU000A102FC5", + "classCode": "TQCB", + "isin": "RU000A102FC5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции компаний развитых стран без США", + "name": "\u0412\u042d\u0411.\u0420\u0424 \u041f\u0411\u041e-1 \u0432\u044b\u043f\u0443\u0441\u043a 22", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "couponQuantityPerYear": 2, + "maturityDate": "2023-12-05T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2020-11-11T00:00:00Z", + "placementDate": "2020-12-08T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 160000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1423f8e8-98ae-4d89-b3db-5daa0f824a11", + "uid": "f1a7d702-9c39-4d89-a462-3e0d7eba580a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cabb8c45-ff85-4b3f-b82e-d9c74cd22715", + "positionUid": "708846f7-a57d-4815-b642-9ca3f60f09b3", "forIisFlag": true, - "first1minCandleDate": "2021-04-13T07:17:00Z", - "first1dayCandleDate": "2021-04-13T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2020-12-08T13:05:00Z", + "first1dayCandleDate": "2020-12-08T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "TIPO": { - "figi": "TCS00A102EM7", - "ticker": "TIPO", - "classCode": "TQTD", - "isin": "RU000A102EM7", - "lot": 100, - "currency": "usd", + "RU000A1014P9": { + "figi": "BBG00R289K33", + "ticker": "RU000A1014P9", + "classCode": "TQIR", + "isin": "RU000A1014P9", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Индекс IPO", - "exchange": "MOEX_PLUS_WEEKEND", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "name": "\u041a\u0430\u0440\u041c\u0430\u043d\u0438 \u0411\u041e \u0432\u044b\u043f\u0443\u0441\u043a\u00a03", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2022-12-24T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "300", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2020-11-23T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2019-11-22T00:00:00Z", + "placementDate": "2019-12-04T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "2", + "nano": 100000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "6d48d12c-47ba-4ca4-a831-5c44e851d8f5", + "uid": "a1d84932-1b91-4e34-80a2-9639e12c0dc4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3229505f-56ce-47a4-b945-f1f26cc68655", + "positionUid": "2746538a-bd87-4933-87d8-f8b25f885623", "forIisFlag": true, - "first1minCandleDate": "2020-12-09T07:00:00Z", - "first1dayCandleDate": "2020-12-09T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2019-12-04T12:11:00Z", + "first1dayCandleDate": "2019-12-04T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TBIO": { - "figi": "TCS00A102EK1", - "ticker": "TBIO", - "classCode": "TQTD", - "isin": "RU000A102EK1", - "lot": 100, - "currency": "usd", + "RU000A104BU2": { + "figi": "BBG0147HX1H8", + "ticker": "RU000A104BU2", + "classCode": "TQCB", + "isin": "RU000A104BU2", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф NASDAQ Biotech", - "exchange": "MOEX_PLUS_WEEKEND", - "fixedCommission": { - "units": "0", - "nano": 700000000 + "name": "\u0413\u041a \u0415\u041a\u0421 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-19T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2020-11-23T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "health_care", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2021-12-03T00:00:00Z", + "placementDate": "2021-12-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "27", + "nano": 420000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8c57d0db-ced0-476f-b836-c453ac023602", + "uid": "ebe43c5a-7c90-4ab6-9c82-ba1f6cd6bbfb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "80a67cf9-4950-47cc-ba40-652d35f7faa7", + "positionUid": "9653c995-75cf-44e9-9326-af0ef86ca299", "forIisFlag": true, - "first1minCandleDate": "2020-12-09T07:00:00Z", - "first1dayCandleDate": "2020-12-09T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-12-23T13:29:00Z", + "first1dayCandleDate": "2021-12-23T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AKVG": { - "figi": "BBG013RTJNG1", - "ticker": "AKVG", - "classCode": "TQTF", - "isin": "RU000A103ZD9", + "RU000A103C46": { + "figi": "BBG011PCH913", + "ticker": "RU000A103C46", + "classCode": "TQCB", + "isin": "RU000A103C46", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Видеоигры", - "exchange": "MOEX_MORNING", - "focusType": "equity", - "releasedDate": "2021-10-28T00:00:00Z", + "name": "\u041f\u0418\u041a-\u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-06-30T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-06-30T00:00:00Z", + "placementDate": "2021-07-02T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 500000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "98f3c931-40d8-4440-bc58-cd0d11ac1b32", + "uid": "59b93954-c864-4a96-a1de-e11a1cab5bfa", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8c0aa0c7-47c9-43c2-9ef6-9f4741bab97f", + "positionUid": "2606a95c-9ec4-4e54-b210-abe722fe8475", "forIisFlag": true, - "first1minCandleDate": "2021-11-22T07:06:00Z", - "first1dayCandleDate": "2021-11-22T07:00:00Z", - "type": "Etfs", - "step": 0.02 + "first1minCandleDate": "2021-07-02T10:45:00Z", + "first1dayCandleDate": "2021-07-02T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AKSC": { - "figi": "BBG012T4JCQ9", - "ticker": "AKSC", - "classCode": "TQTF", - "isin": "RU000A103L86", + "RU000A102CL3": { + "figi": "BBG00Y5TQNQ9", + "ticker": "RU000A102CL3", + "classCode": "TQOE", + "isin": "RU000A102CL3", "lot": 1, - "currency": "rub", + "currency": "eur", "shortEnabledFlag": false, - "name": "Альфа-Капитал Космос", - "exchange": "MOEX_MORNING", - "focusType": "equity", - "releasedDate": "2021-08-19T00:00:00Z", + "name": "Russia 2032 EUR", + "exchange": "MOEX", + "couponQuantityPerYear": 1, + "maturityDate": "2032-11-20T00:00:00Z", + "nominal": { + "currency": "eur", + "units": "100000", + "nano": 0 + }, + "stateRegDate": "2020-11-20T00:00:00Z", + "placementDate": "2020-11-20T00:00:00Z", + "placementPrice": { + "currency": "eur", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "eur", + "units": "1485", + "nano": 70000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "12500", + "issueSizePlan": "12500", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "d55e3a12-6788-469c-8d4b-b3a28bf133fe", + "uid": "5de76145-32dd-4bcb-9cee-b477e06165a9", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a089bc14-ab2c-4610-aa43-85866a82439a", - "forIisFlag": true, - "first1minCandleDate": "2021-09-22T11:18:00Z", - "first1dayCandleDate": "2021-09-22T07:00:00Z", - "type": "Etfs", - "step": 0.02 + "positionUid": "55845eb6-7663-4a93-9420-691858f9da27", + "forIisFlag": false, + "first1minCandleDate": "2020-11-26T13:23:00Z", + "first1dayCandleDate": "2020-11-26T07:00:00Z", + "type": "Bonds", + "step": 0.0001 }, - "SBCB": { - "figi": "BBG00NB6KGN0", - "ticker": "SBCB", - "classCode": "TQTD", - "isin": "RU000A1000Q6", + "RU000A104XW2": { + "figi": "TCS00A104XW2", + "ticker": "RU000A104XW2", + "classCode": "TQCB", + "isin": "RU000A104XW2", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Первая - Фонд Российские еврооблигации", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2018-12-28T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "name": "\u0421\u0418\u0411\u0423\u0420 \u0425\u043e\u043b\u0434\u0438\u043d\u0433 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2026-01-20T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2022-07-06T00:00:00Z", + "placementDate": "2022-07-08T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 540000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "0b9fec11-57d3-4748-b3c3-f92556c2074b", + "uid": "499fe0de-fdf9-4026-b980-9375e9ee85f5", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f2d44fba-17cf-4267-8718-85ec75e2aa9c", + "positionUid": "2e14439e-a870-4a4e-a3b6-5804486752c3", "forIisFlag": true, - "first1minCandleDate": "2019-09-12T08:33:00Z", - "first1dayCandleDate": "2019-09-12T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2022-07-08T11:45:00Z", + "first1dayCandleDate": "2022-07-08T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "AKEB": { - "figi": "BBG013RTJSX1", - "ticker": "AKEB", - "classCode": "TQTF", - "isin": "RU000A103ZC1", + "RU000A0JXE06": { + "figi": "BBG00FVSZBH9", + "ticker": "RU000A0JXE06", + "classCode": "TQCB", + "isin": "RU000A0JXE06", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Альфа-Капитал Управляемые еврооблигации", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-10-28T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2032-01-22T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2017-02-03T00:00:00Z", + "placementDate": "2017-02-09T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "10", + "nano": 550000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1da237e5-157c-44b0-9c8d-cc4df4dbb5ec", + "uid": "1db351c3-4bf8-45b6-9945-d7298431678a", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1d8b6b84-b007-4ed4-a127-9320c4107069", + "positionUid": "d137e402-f34c-4411-aa7e-659dd203b7d1", "forIisFlag": true, - "first1minCandleDate": "2021-11-22T07:05:00Z", - "first1dayCandleDate": "2021-11-22T07:00:00Z", - "type": "Etfs", - "step": 0.05 + "first1minCandleDate": "2018-03-07T20:18:00Z", + "first1dayCandleDate": "2017-02-09T00:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "RU000A1022Z1": { - "figi": "TCS00A1022Z1", - "ticker": "RU000A1022Z1", - "classCode": "TQIF", - "isin": "RU000A1022Z1", + "RU000A0ZZWJ3": { + "figi": "TCS00A0ZZWJ3", + "ticker": "RU000A0ZZWJ3", + "classCode": "TQIR", + "isin": "RU000A0ZZWJ3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ЗПИФ ПАРУС-ОЗН", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2020-07-09T00:00:00Z", + "name": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0410\u0433\u0440\u043e\u042d\u043b\u0438\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2023-02-12T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "340", + "nano": 0 + }, + "stateRegDate": "2018-11-30T00:00:00Z", + "placementDate": "2018-12-05T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "2", + "nano": 950000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "financial", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "200000", + "issueSizePlan": "200000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3cbfc911-276e-40d1-80be-a3ed84dae591", + "uid": "b6ea93a1-3640-41b9-9b27-5a82e5138313", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "13cf5999-550d-41e0-ba0b-becbd4cd653d", + "positionUid": "6749b881-8e81-47c5-8f03-a13e9906dd87", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T14:18:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 1.0 + "first1minCandleDate": "2018-12-05T11:10:00Z", + "first1dayCandleDate": "2018-12-05T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "VTBH": { - "figi": "BBG00PVNWFM6", - "ticker": "VTBH", - "classCode": "TQTD", - "isin": "RU000A100HP7", - "lot": 10, - "currency": "usd", + "RU000A1043E2": { + "figi": "TCS00A1043E2", + "ticker": "RU000A1043E2", + "classCode": "TQCB", + "isin": "RU000A1043E2", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "РСХБ – Корп облигации США", + "name": "\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 22", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-06-27T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2028-11-14T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-11-01T00:00:00Z", + "placementDate": "2021-11-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "11", + "nano": 630000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8b5c2e76-968e-4b88-9c4e-c36c39e0bac1", + "uid": "b8219a47-5760-4134-bb8f-8eaa28f2f677", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "879f2114-b413-494e-8f42-9951ecb908a5", + "positionUid": "44a49166-ec57-4e0b-a9d9-778baf87c8ef", "forIisFlag": true, - "first1minCandleDate": "2019-07-29T09:09:00Z", - "first1dayCandleDate": "2019-07-29T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2021-11-23T13:49:00Z", + "first1dayCandleDate": "2021-11-23T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "FXCN": { - "figi": "BBG005VKB7D7", - "ticker": "FXCN", - "classCode": "TQTF", - "isin": "IE00BD3QFB18", + "RU000A102TJ1": { + "figi": "TCS00A102TJ1", + "ticker": "RU000A102TJ1", + "classCode": "TQCB", + "isin": "RU000A102TJ1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции китайских компаний", - "exchange": "MOEX", - "fixedCommission": { - "units": "0", - "nano": 900000000 + "name": "\u0422\u041c\u041a 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-02-28T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2014-02-06T00:00:00Z", - "numShares": { - "units": "300000", + "stateRegDate": "2021-03-02T00:00:00Z", + "placementDate": "2021-03-05T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "CN", - "countryOfRiskName": "Китайская Народная Республика", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "1", + "nano": 210000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5a1fe00f-b2d1-45ce-bc54-bda5ee656b15", + "uid": "e2214b77-2b92-4d1b-96c5-94f678bc8ef0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7c02257c-0843-4f49-841f-f56557154ce6", + "positionUid": "332e79a4-472f-4bbc-bd51-6aadc1494524", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:51:00Z", - "first1dayCandleDate": "2014-02-06T00:00:00Z", - "type": "Etfs", - "step": 0.5 + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TCBR": { - "figi": "TCS00A103VN7", - "ticker": "TCBR", - "classCode": "TQTD", - "isin": "RU000A103VN7", - "lot": 100, - "currency": "usd", + "RU000A1023L9": { + "figi": "BBG00X6ZL3Z5", + "ticker": "RU000A1023L9", + "classCode": "TQRD", + "isin": "RU000A1023L9", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф CyberSecurity", - "exchange": "MOEX_MORNING", - "fixedCommission": { - "units": "0", - "nano": 600000000 + "name": "\u041a\u0430\u043b\u0438\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2024-08-18T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "it", - "rebalancingFreq": "annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2020-09-02T00:00:00Z", + "placementDate": "2020-09-08T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "3", + "nano": 560000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "utilities", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "79711b97-363b-477e-9db3-ac1a2b0963d5", + "uid": "7cdb3f87-f92c-46dd-bfe7-7e1b803e0002", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "2f8b475a-4a7f-41c0-974d-93bc941532c0", + "positionUid": "c8fc6c34-8c3f-49b0-92c6-1832d3165610", "forIisFlag": true, - "first1minCandleDate": "2021-10-29T07:01:00Z", - "first1dayCandleDate": "2021-10-29T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2022-04-27T07:52:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TBUY": { - "figi": "TCS00A103VL1", - "ticker": "TBUY", - "classCode": "TQTD", - "isin": "RU000A103VL1", - "lot": 100, + "ALFAperp": { + "figi": "BBG00JS9D851", + "ticker": "ALFAperp", + "classCode": "SPBBND", + "isin": "XS1760786340", + "lot": 1, "currency": "usd", "shortEnabledFlag": false, - "name": "Тинькофф BuyBack Leaders", - "exchange": "MOEX_MORNING", - "fixedCommission": { + "name": "Alfa Bond Issuance PLC", + "exchange": "SPB", + "couponQuantityPerYear": 4, + "maturityDate": "2111-01-01T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2018-01-30T00:00:00Z", + "placementPrice": { + "currency": "usd", "units": "0", - "nano": 600000000 + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "rebalancingFreq": "quarterly", + "aciValue": { + "currency": "usd", + "units": "7", + "nano": 529167000 + }, + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "500000", + "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": true, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5f9aafd3-bcb5-4807-bbaa-4c98cdae42a3", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "327538b1-5592-48c8-9a00-b1e6bd87b2ee", + "uid": "f179f0f0-ec6e-4f9f-9980-3c033ee248d1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "bfa1b011-c9a0-4126-92f8-0d7a80aebbf1", "forIisFlag": true, - "first1minCandleDate": "2021-11-08T07:01:00Z", - "first1dayCandleDate": "2021-11-08T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2019-02-15T14:24:00Z", + "first1dayCandleDate": "2019-02-15T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "VTBG": { - "figi": "BBG00V9V16J8", - "ticker": "VTBG", - "classCode": "TQTF", - "isin": "RU000A101NZ2", + "RU000A1049M2": { + "figi": "TCS00A1049M2", + "ticker": "RU000A1049M2", + "classCode": "TQCB", + "isin": "RU000A1049M2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "ВТБ Фонд Золото", + "name": "\u0418\u043d\u043a\u0430\u0431 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2020-05-14T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2024-12-25T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-12-01T00:00:00Z", + "placementDate": "2021-12-29T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "26", + "nano": 260000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "785000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "81a9e64b-e9bc-4bb4-8940-1ae2d22e3745", + "uid": "771388b1-837c-4a65-99d2-e3b9704fdd88", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "95b21e38-19cd-41b8-8373-0525689c24cc", + "positionUid": "42510d5a-03e7-4d47-8981-d97000725a68", "forIisFlag": true, - "first1minCandleDate": "2020-07-15T07:03:00Z", - "first1dayCandleDate": "2020-07-15T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-12-29T11:18:00Z", + "first1dayCandleDate": "2021-12-29T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TUSD": { - "figi": "BBG000000000", - "ticker": "TUSD", - "classCode": "TQTD", - "isin": "RU000A1011S9", - "lot": 100, - "currency": "usd", + "RU000A103DY2": { + "figi": "BBG011RXTDD0", + "ticker": "RU000A103DY2", + "classCode": "TQIR", + "isin": "RU000A103DY2", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Вечный портфель USD", - "exchange": "MOEX_PLUS_WEEKEND", - "fixedCommission": { + "name": "\u0411\u042d\u041b\u0422\u0418-\u0413\u0420\u0410\u041d\u0414 \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2027-02-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-06-23T00:00:00Z", + "placementDate": "2021-07-14T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", "units": "0", - "nano": 900000000 + "nano": 340000000 }, - "focusType": "equity", - "releasedDate": "2019-11-07T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "250000", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "d943a721-8578-4411-b441-be3837a7e2b8", + "uid": "b2446af8-80bf-4c4d-8e2f-500eff381126", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "0fb99984-ee17-4667-bb21-fbd8cee94223", + "positionUid": "c5c74780-5b19-46a0-b5f3-5f78e9d2e463", "forIisFlag": true, - "first1minCandleDate": "2019-12-09T07:01:00Z", - "first1dayCandleDate": "2019-12-09T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-07-14T11:29:00Z", + "first1dayCandleDate": "2021-07-14T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TEUR": { - "figi": "BBG000000002", - "ticker": "TEUR", - "classCode": "TQTE", - "isin": "RU000A1011T7", - "lot": 100, - "currency": "eur", + "RU000A103CD8": { + "figi": "TCS00A103CD8", + "ticker": "RU000A103CD8", + "classCode": "TQCB", + "isin": "RU000A103CD8", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Вечный портфель EUR", - "exchange": "MOEX_MORNING", - "fixedCommission": { + "name": "\u041b\u041a \u0414\u0435\u043b\u044c\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2024-07-01T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-06-30T00:00:00Z", + "placementDate": "2021-07-05T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "18", + "nano": 990000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "370000", + "issueSizePlan": "370000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 900000000 + "nano": 10000000 }, - "focusType": "equity", - "releasedDate": "2019-11-07T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "apiTradeAvailableFlag": true, + "uid": "fce1813c-5d91-4b0a-b2b5-415866a7ed3b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f4550d73-6874-4b25-b8f2-845fad9bf797", + "forIisFlag": true, + "first1minCandleDate": "2021-07-05T11:40:00Z", + "first1dayCandleDate": "2021-07-05T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A103W91": { + "figi": "BBG0132XRL10", + "ticker": "RU000A103W91", + "classCode": "TQRD", + "isin": "RU000A103W91", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041e\u0431\u0443\u0432\u044c \u0420\u043e\u0441\u0441\u0438\u0438 002P \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2025-09-28T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-10-07T00:00:00Z", + "placementDate": "2021-10-19T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "8", + "nano": 280000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "333483", + "issueSizePlan": "850000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "84bdb54a-c4e2-48f0-8323-a5e22174f0a5", + "uid": "e44c1062-46dd-4ea6-a85c-65af2926cde6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a9a9d608-c77f-4a9b-8b1c-ef791cd9926f", + "positionUid": "a080316d-d87c-4245-8141-cf8698815a46", "forIisFlag": true, - "first1minCandleDate": "2019-12-09T07:03:00Z", - "first1dayCandleDate": "2019-12-09T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-10-19T12:26:00Z", + "first1dayCandleDate": "2021-10-19T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TRUR": { - "figi": "BBG000000001", - "ticker": "TRUR", - "classCode": "TQTF", - "isin": "RU000A1011U5", + "RU000A0JX0Z8": { + "figi": "BBG00FGC1ZM9", + "ticker": "RU000A0JX0Z8", + "classCode": "TQCB", + "isin": "RU000A0JX0Z8", "lot": 1, "currency": "rub", "klong": { @@ -132560,1423 +131954,11169 @@ }, "dlong": { "units": "0", - "nano": 501600000 + "nano": 300000000 }, "dshort": { "units": "0", - "nano": 674400000 + "nano": 300000000 }, "dlongMin": { "units": "0", - "nano": 294000000 + "nano": 163300000 }, "dshortMin": { "units": "0", - "nano": 294000000 + "nano": 140200000 }, "shortEnabledFlag": false, - "name": "Тинькофф Вечный портфель RUB", - "exchange": "MOEX", - "fixedCommission": { + "name": "\u042f\u043c\u0430\u043b\u043e-\u041d\u0435\u043d\u0435\u0446\u043a\u0438\u0439 \u0410\u041e \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-12-06T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "150", + "nano": 0 + }, + "stateRegDate": "2016-11-22T00:00:00Z", + "placementDate": "2016-12-07T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", "units": "0", - "nano": 900000000 + "nano": 310000000 }, - "focusType": "equity", - "releasedDate": "2019-11-07T00:00:00Z", "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e2d0dbac-d354-4c36-a5ed-e5aae42ffc76", + "uid": "37c3dd3c-fa2e-4127-9c60-3a0ce412ae4b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8005e2ec-66b3-49ae-9711-a424d9c9b61b", + "positionUid": "fae51d81-9ffd-44f8-a0f8-02fa61476707", "forIisFlag": true, - "first1minCandleDate": "2019-12-09T07:11:00Z", - "first1dayCandleDate": "2019-12-09T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2018-03-10T06:43:00Z", + "first1dayCandleDate": "2016-12-07T00:00:00Z", + "type": "Bonds", "step": 0.01 }, - "TSST": { - "figi": "TCS00A103VM9", - "ticker": "TSST", - "classCode": "TQTD", - "isin": "RU000A103VM9", - "lot": 100, - "currency": "usd", + "RU000A100GY1": { + "figi": "BBG00PMHXRL3", + "ticker": "RU000A100GY1", + "classCode": "TQCB", + "isin": "RU000A100GY1", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф ESG Leaders", - "exchange": "MOEX_MORNING", - "fixedCommission": { - "units": "0", - "nano": 600000000 + "name": "\u0412\u042d\u0411.\u0420\u0424\u041f\u0411\u041e-001\u0420-17", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2023-06-22T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2019-06-24T00:00:00Z", + "placementDate": "2019-06-27T00:00:00Z", + "placementPrice": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "usd", + "units": "17", + "nano": 190000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "89d5ac41-3339-4241-aed9-5a5a2f88104c", + "uid": "75feb622-7999-4a63-88de-0f509bf334cb", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "b1338d84-3b7d-4d11-83b9-a0d51d24fb3d", + "positionUid": "aeef728c-62bd-46da-9108-0bca50635e62", "forIisFlag": true, - "first1minCandleDate": "2021-10-29T07:01:00Z", - "first1dayCandleDate": "2021-10-29T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2019-11-25T08:52:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TECH": { - "figi": "BBG111111111", - "ticker": "TECH", - "classCode": "TQTD", - "isin": "RU000A101X68", - "lot": 100, + "XS0830192711": { + "figi": "BBG003CQ4DT8", + "ticker": "XS0830192711", + "classCode": "TQOD", + "isin": "XS0830192711", + "lot": 1, "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "3", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, "shortEnabledFlag": false, - "name": "Тинькофф NASDAQ", - "exchange": "MOEX_PLUS_WEEKEND", - "fixedCommission": { + "name": "\u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2022-09-19T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2012-09-19T00:00:00Z", + "placementPrice": { + "currency": "usd", "units": "0", - "nano": 700000000 + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2020-07-13T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "it", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "usd", + "units": "7", + "nano": 291667000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "energy", + "issueKind": "documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "367103a5-2f7d-47c3-b543-65b7896cf9ed", + "uid": "3940e2d8-6988-4954-a79c-e5b2963ca663", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "77b0088c-a55e-413e-a31e-b2749faf9133", + "positionUid": "9dafd661-cefc-4e16-8f90-d2287bb8897c", "forIisFlag": true, - "first1minCandleDate": "2020-08-26T07:00:00Z", - "first1dayCandleDate": "2020-08-26T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-01-18T09:55:00Z", + "first1dayCandleDate": "2019-01-18T07:00:00Z", + "type": "Bonds", "step": 0.0001 }, - "FXRD": { - "figi": "BBG01236BLK6", - "ticker": "FXRD", - "classCode": "TQTF", - "isin": "IE000CK9ZWC0", + "RU000A102VW0": { + "figi": "TCS00A102VW0", + "ticker": "RU000A102VW0", + "classCode": "TQCB", + "isin": "RU000A102VW0", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Облигации с рублевыми дивидендами", + "name": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u041b\u0438\u0437\u0438\u043d\u0433 001P \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2024-03-19T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "875", + "nano": 0 + }, + "stateRegDate": "2021-03-18T00:00:00Z", + "placementDate": "2021-03-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 620000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "060680c8-1dbe-4a99-a8d8-807f3231626a", + "uid": "4848370b-a228-4758-8e0a-be8e63ba3ca4", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7ba55b47-0a08-44cb-ba0d-da28e9f5ad18", + "positionUid": "8eda7283-6943-40fd-b475-a24da9ddad42", "forIisFlag": true, - "first1minCandleDate": "2021-08-17T07:02:00Z", - "first1dayCandleDate": "2021-08-17T07:00:00Z", - "type": "Etfs", - "step": 0.01 - }, - "IYT": { - "figi": "BBG000BPNZB6", - "ticker": "IYT", - "classCode": "SPBXM", - "isin": "US4642871929", - "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "iShares US Transportation ETF", - "exchange": "SPB", - "focusType": "equity", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "industrials", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, - "apiTradeAvailableFlag": true, - "uid": "04de4747-1562-4875-95ed-72e3ca5c8c9f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "3ecdb5dc-3906-4c23-893b-24675354ad55", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-03-23T10:49:00Z", + "first1dayCandleDate": "2021-03-23T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXIP": { - "figi": "BBG011C7ZVQ2", - "ticker": "FXIP", - "classCode": "TQTF", - "isin": "IE00096YBNR3", + "RU000A100UG9": { + "figi": "BBG00QB5VPL5", + "ticker": "RU000A100UG9", + "classCode": "TQCB", + "isin": "RU000A100UG9", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Облигации TIPS (RUB, хедж)", + "name": "\u0425\u041a\u0424 \u0411\u0430\u043d\u043a \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2024-09-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2010-12-20T00:00:00Z", + "placementDate": "2019-09-20T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "06fe3557-26f7-4046-93e6-853b5258548a", + "uid": "15417ad0-e9df-4cb7-9ad0-6196f536e239", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bb3e5337-3d4d-49d1-876e-9abc86786e3f", + "positionUid": "30fa60f1-90d9-4cd5-a521-3cf8c2fe4bbe", "forIisFlag": true, - "first1minCandleDate": "2021-06-09T06:59:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-09-20T12:21:00Z", + "first1dayCandleDate": "2019-09-20T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "AKSF": { - "figi": "BBG0151LJYV0", - "ticker": "AKSF", - "classCode": "TQTF", - "isin": "RU000A104CU0", + "RU000A100ZL8": { + "figi": "BBG00QRKJF13", + "ticker": "RU000A100ZL8", + "classCode": "TQCB", + "isin": "RU000A100ZL8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Стратегия будущего", + "name": "\u041b\u0421\u0420 \u0432\u044b\u043f\u0443\u0441\u043a\u00a05", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-12-27T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2024-10-24T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2019-10-28T00:00:00Z", + "placementDate": "2019-10-31T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "9", + "nano": 670000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "documentary", + "issueSize": "6000000", + "issueSizePlan": "6000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "551a1df9-e366-4c81-8c88-84e062a848d2", + "uid": "59cdbd2b-2e27-4602-b0aa-3dab5eb40cab", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "3e37ef59-94d3-416d-bf9f-5349dfb201f8", + "positionUid": "7df0da94-16fd-4a7f-ad4e-595525d1303c", "forIisFlag": true, - "first1minCandleDate": "2022-01-25T09:08:00Z", - "first1dayCandleDate": "2022-01-25T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2019-10-31T10:48:00Z", + "first1dayCandleDate": "2019-10-31T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "TEMS": { - "figi": "TCS00A103VJ5", - "ticker": "TEMS", - "classCode": "TQTD", - "isin": "RU000A103VJ5", - "lot": 100, - "currency": "usd", + "RU000A104SU6": { + "figi": "TCS00A104SU6", + "ticker": "RU000A104SU6", + "classCode": "TQCB", + "isin": "RU000A104SU6", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Emerging Markets", - "exchange": "MOEX_MORNING", - "fixedCommission": { - "units": "0", - "nano": 600000000 + "name": "\u041c\u0422\u0421", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2026-05-01T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2022-05-04T00:00:00Z", + "placementDate": "2022-05-06T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "10", + "nano": 950000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e7cd7a43-a1db-4ab5-8ee7-827767189b0d", + "uid": "c6b0318a-a04e-49ee-addb-0a70f68f1a28", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f947a676-dd5e-4e91-909d-90b7a926ca42", + "positionUid": "db956a49-6c5c-49e5-9f76-70b62f026a7e", "forIisFlag": true, - "first1minCandleDate": "2021-10-29T07:01:00Z", - "first1dayCandleDate": "2021-10-29T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2022-05-06T11:26:00Z", + "first1dayCandleDate": "2022-05-06T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TPAS": { - "figi": "TCS00A103VK3", - "ticker": "TPAS", - "classCode": "TQTD", - "isin": "RU000A103VK3", - "lot": 100, - "currency": "usd", + "RU000A101XD8": { + "figi": "TCS00A101XD8", + "ticker": "RU000A101XD8", + "classCode": "TQCB", + "isin": "RU000A101XD8", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф PAN-ASIA", + "name": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u0422\u0435\u043b\u0435\u043a\u043e\u043c \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 600000000 + "couponQuantityPerYear": 2, + "maturityDate": "2026-07-14T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2020-07-08T00:00:00Z", + "placementDate": "2020-07-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 20000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "334b4940-b5cd-4c65-b418-97d2991027fb", + "uid": "070d82ad-e9e0-41e4-8eca-cbe9f5830db2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "7c89123a-7eeb-49a2-9742-f17797d7f6bc", + "positionUid": "13d60050-88f4-4182-b85b-3ebf8fc2c544", "forIisFlag": true, - "first1minCandleDate": "2021-11-15T07:03:00Z", - "first1dayCandleDate": "2021-11-15T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2020-07-21T13:02:00Z", + "first1dayCandleDate": "2020-07-21T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TFNX": { - "figi": "TCS00A103VH9", - "ticker": "TFNX", - "classCode": "TQTD", - "isin": "RU000A103VH9", - "lot": 100, - "currency": "usd", + "RU000A101LV5": { + "figi": "BBG00TFS9DH2", + "ticker": "RU000A101LV5", + "classCode": "TQCB", + "isin": "RU000A101LV5", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф FinTech", - "exchange": "MOEX_MORNING", - "fixedCommission": { - "units": "0", - "nano": 600000000 + "name": "\u0421\u043e\u0444\u0442\u041b\u0430\u0439\u043d \u0422\u0440\u0435\u0439\u0434 \u0432\u044b\u043f\u0443\u0441\u043a\u00a03", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-01-19T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2020-04-16T00:00:00Z", + "placementDate": "2020-04-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "14", + "nano": 770000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueKind": "non_documentary", + "issueSize": "1350000", + "issueSizePlan": "1350000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "cde55f2f-4bb1-41cf-a02b-e21d55e4d1f4", + "uid": "37352681-64db-4dc7-af21-e750f7a41ea1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "5cf12483-63f4-4c11-b15f-fa3eae7f0a29", + "positionUid": "6fbb36b6-f0c0-4e60-b88c-76af2d97a383", "forIisFlag": true, - "first1minCandleDate": "2021-11-15T07:02:00Z", - "first1dayCandleDate": "2021-11-15T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2020-04-23T11:27:00Z", + "first1dayCandleDate": "2020-04-23T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TSOX": { - "figi": "TCS00A103VF3", - "ticker": "TSOX", - "classCode": "TQTD", - "isin": "RU000A103VF3", - "lot": 100, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Тинькофф Semiconductors", - "exchange": "MOEX_MORNING", - "fixedCommission": { + "RU000A0JQRD9": { + "figi": "BBG0000K94P9", + "ticker": "RU000A0JQRD9", + "classCode": "TQCB", + "isin": "RU000A0JQRD9", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 600000000 + "nano": 300000000 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "it", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, + "shortEnabledFlag": false, + "name": "\u0420\u0416\u0414 \u0432\u044b\u043f\u0443\u0441\u043a 23", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2025-01-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2009-12-24T00:00:00Z", + "placementDate": "2010-02-04T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "10", + "nano": 540000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ddcd8a84-1f7e-4924-9ad2-daac2f7996ee", + "uid": "699c3d5a-9ce1-4257-8ed4-b3a8b0c304b1", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "8861b973-9f9d-4d5a-8afe-f6ee828b80f8", + "positionUid": "e8762949-ea79-4644-863e-2595605175e2", "forIisFlag": true, - "first1minCandleDate": "2021-11-08T07:00:00Z", - "first1dayCandleDate": "2021-11-08T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2018-03-10T00:33:00Z", + "first1dayCandleDate": "2012-06-21T00:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TRAI": { - "figi": "TCS00A103VG1", - "ticker": "TRAI", - "classCode": "TQTD", - "isin": "RU000A103VG1", - "lot": 100, - "currency": "usd", + "RU000A0JWVL2": { + "figi": "BBG00DY7RMW5", + "ticker": "RU000A0JWVL2", + "classCode": "TQCB", + "isin": "RU000A0JWVL2", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф AI-Robotics", - "exchange": "MOEX_MORNING", - "fixedCommission": { - "units": "0", - "nano": 600000000 + "name": "\u0415\u0432\u0440\u043e\u043f\u043b\u0430\u043d \u0411\u041e 07", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2026-09-29T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "it", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2016-08-05T00:00:00Z", + "placementDate": "2016-10-11T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "37", + "nano": 610000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5ae32997-b811-421d-8850-a0d05733a260", + "uid": "da70790e-c26b-4d94-abd6-0b045da9a82f", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fff1224e-61d5-4118-8f0b-44d9f538cd4a", + "positionUid": "48f288e0-8233-4903-8035-797f2c327a64", "forIisFlag": true, - "first1minCandleDate": "2021-11-15T07:02:00Z", - "first1dayCandleDate": "2021-11-15T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2018-03-07T19:45:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TEUS": { - "figi": "TCS00A103VE6", - "ticker": "TEUS", - "classCode": "TQTE", - "isin": "RU000A103VE6", - "lot": 100, - "currency": "eur", + "USG76237AC37": { + "figi": "BBG00XV1FN94", + "ticker": "USG76237AC37", + "classCode": "TQOD", + "isin": "USG76237AC37", + "lot": 1, + "currency": "usd", "shortEnabledFlag": false, - "name": "Тинькофф Eurostocks 50", + "name": "Rolls-Royce PLC", "exchange": "MOEX_PLUS", - "fixedCommission": { + "couponQuantityPerYear": 2, + "maturityDate": "2027-10-15T00:00:00Z", + "nominal": { + "currency": "usd", + "units": "1000", + "nano": 0 + }, + "placementDate": "2020-10-21T00:00:00Z", + "placementPrice": { + "currency": "usd", "units": "0", - "nano": 600000000 + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2021-10-04T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "annual", + "aciValue": { + "currency": "usd", + "units": "23", + "nano": 0 + }, + "countryOfRisk": "GB", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", + "sector": "consumer", + "issueKind": "documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "c4cbf4e2-e3c2-415f-8e21-734c091b51b4", + "uid": "9c9684c4-0fee-4deb-babb-0b8dd937973b", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "e43deabb-ff60-4ddc-b0df-4696f90dbb15", + "positionUid": "04829c92-5cb9-49c5-947d-baffd1025117", "forIisFlag": true, - "first1minCandleDate": "2021-11-08T07:01:00Z", - "first1dayCandleDate": "2021-11-08T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-04-12T11:34:00Z", + "first1dayCandleDate": "2021-04-12T07:00:00Z", + "type": "Bonds", "step": 0.0001 }, - "FXRU": { - "figi": "BBG005N1KZX4", - "ticker": "FXRU", - "classCode": "TQTF", - "isin": "IE00BD5FH213", + "RU000A1026C1": { + "figi": "TCS00A1026C1", + "ticker": "RU000A1026C1", + "classCode": "TQCB", + "isin": "RU000A1026C1", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Еврооблигации рос. компаний (USD)", + "name": "\u041f\u0418\u041a-\u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 950000000 + "couponQuantityPerYear": 4, + "maturityDate": "2023-03-29T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2013-02-25T00:00:00Z", - "numShares": { - "units": "4122320", + "stateRegDate": "2020-09-24T00:00:00Z", + "placementDate": "2020-09-30T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, + "aciValue": { + "currency": "rub", + "units": "14", + "nano": 390000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "semi_annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "7000000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "ff4823ad-2f61-4c8d-b4ef-c086900736ef", + "uid": "8fa6f8a1-4bd7-4c53-bc38-b2bda964e693", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "96c900b1-bad3-4e8a-8253-aa127e4dd46e", + "positionUid": "b0a1e948-8c30-4c77-aae4-ba1fe41808ee", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:02:00Z", - "first1dayCandleDate": "2013-12-04T00:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2020-09-30T10:54:00Z", + "first1dayCandleDate": "2020-09-30T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXES": { - "figi": "BBG011Q55QS3", - "ticker": "FXES", - "classCode": "TQTF", - "isin": "IE00BNYK7W79", + "RU000A101JF2": { + "figi": "BBG00SKZW8N0", + "ticker": "RU000A101JF2", + "classCode": "TQIR", + "isin": "RU000A101JF2", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Видеоигры и Киберспорт", + "name": "\u041e\u043d\u043b\u0430\u0439\u043d \u041c\u0438\u043a\u0440\u043e\u0444\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a \u0411\u041e-2", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "it", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 12, + "maturityDate": "2023-03-15T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-03-04T00:00:00Z", + "placementDate": "2020-03-18T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "1", + "nano": 370000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "aefa407f-c6e7-46fd-be47-7dcaf7a05a66", + "uid": "0a863730-6683-40a5-b918-94a6c799f1cf", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "68dd426a-fc7e-45f6-81b9-a24c174c88e8", + "positionUid": "16d9b3ab-1a95-4395-b3b5-21c8bfd67632", "forIisFlag": true, - "type": "Etfs", + "first1minCandleDate": "2020-06-22T15:25:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "EWI": { - "figi": "BBG000BK2V65", - "ticker": "EWI", - "classCode": "SPBXM", - "isin": "US46434G8309", + "RU000A0ZYLF7": { + "figi": "BBG00JGKV6T7", + "ticker": "RU000A0ZYLF7", + "classCode": "TQCB", + "isin": "RU000A0ZYLF7", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "iShares MSCI Italy ETF", - "exchange": "SPB", - "fixedCommission": { - "units": "0", - "nano": 590000000 + "name": "\u0424\u041f\u041a \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2027-12-09T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "1996-03-18T00:00:00Z", - "numShares": { - "units": "14100000", + "stateRegDate": "2017-12-19T00:00:00Z", + "placementDate": "2017-12-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "IT", - "countryOfRiskName": "Итальянская Республика", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "17", + "nano": 840000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "24964245-3b85-4041-bd5f-dca9f4c7bf3f", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "7d116bc3-5d17-4be4-bce7-f1e904161c78", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", + "uid": "d5f29616-05d8-4de0-a1eb-c0fa5269fdeb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "889ee44c-1394-49c5-bbc7-f25e2c317ff7", + "forIisFlag": true, + "first1minCandleDate": "2019-11-25T07:35:00Z", + "first1dayCandleDate": "2019-11-25T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "AKQU": { - "figi": "BBG012VJJFG7", - "ticker": "AKQU", - "classCode": "TQTD", - "isin": "RU000A103NR5", + "RU000A0JW1P8": { + "figi": "BBG00BRZQ4Y4", + "ticker": "RU000A0JW1P8", + "classCode": "TQCB", + "isin": "RU000A0JW1P8", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Квант", - "exchange": "MOEX_MORNING", - "focusType": "equity", - "releasedDate": "2021-09-06T00:00:00Z", + "name": "\u0413\u0422\u041b\u041a \u0432\u044b\u043f\u0443\u0441\u043a 7", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-12-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2015-09-04T00:00:00Z", + "placementDate": "2015-12-29T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "14", + "nano": 910000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "documentary", + "issueSize": "4000000", + "issueSizePlan": "4000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "9e6ff921-aed2-4cbc-962a-59585b72d9c1", + "uid": "03441309-3d50-49df-b1bc-9b738c3bfcc6", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "995b2c3a-3122-461a-b176-886a1bc1d111", + "positionUid": "6aeb7eaa-5876-4bc4-978b-3a58808775a7", "forIisFlag": true, - "first1minCandleDate": "2021-10-04T09:27:00Z", - "first1dayCandleDate": "2021-10-04T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2018-03-07T20:26:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXTP": { - "figi": "TCS0BNYK7X86", - "ticker": "FXTP", - "classCode": "TQTF", - "isin": "IE00BNYK7X86", + "RU000A0ZYEM8": { + "figi": "BBG00HZZDWP4", + "ticker": "RU000A0ZYEM8", + "classCode": "TQCB", + "isin": "RU000A0ZYEM8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Облигации TIPS", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "name": "\u0421\u0430\u043c\u043e\u043b\u0435\u0442", + "exchange": "MOEX", + "couponQuantityPerYear": 4, + "maturityDate": "2022-10-27T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2017-10-19T00:00:00Z", + "placementDate": "2017-11-02T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "13", + "nano": 230000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2fbe36b4-0289-4690-afba-76809083af2b", + "uid": "9ac8631f-3df0-4bea-8c0e-2bc295ff1faa", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "a79ffc15-0f48-4d3b-bd5a-8a0e2e645142", + "positionUid": "cece2639-0fa8-40f1-8ef3-479acf03d483", "forIisFlag": true, - "first1minCandleDate": "2021-05-19T06:59:00Z", - "first1dayCandleDate": "2021-05-19T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2018-04-12T06:59:00Z", + "first1dayCandleDate": "2018-04-12T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "VTBA": { - "figi": "BBG00PGVPH30", - "ticker": "VTBA", - "classCode": "TQTD", - "isin": "RU000A100E21", - "lot": 10, - "currency": "usd", + "RU000A100QA0": { + "figi": "BBG00Q58ZXF2", + "ticker": "RU000A100QA0", + "classCode": "TQCB", + "isin": "RU000A100QA0", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "РСХБ - Акции компаний США", + "name": "\u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0432\u044b\u043f\u0443\u0441\u043a 6", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-05-28T00:00:00Z", + "couponQuantityPerYear": 4, + "maturityDate": "2029-08-01T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2019-08-09T00:00:00Z", + "placementDate": "2019-08-14T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "7", + "nano": 550000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "28f0cdbd-e6d0-483f-92b0-cbb8623b9847", + "uid": "93eb756c-8ac4-446e-9219-28d37fdea653", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "fae7787b-e8fa-4368-b27c-0d0356f09dc2", + "positionUid": "8bc1353a-ed24-408d-a1a1-4335ed82464a", "forIisFlag": true, - "first1minCandleDate": "2019-06-20T10:27:00Z", - "first1dayCandleDate": "2019-06-20T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2020-08-14T08:19:00Z", + "first1dayCandleDate": "2020-08-14T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "FXRE": { - "figi": "BBG013N16YX7", - "ticker": "FXRE", - "classCode": "TQTF", - "isin": "IE0000CHPRB9", + "RU000A1049K6": { + "figi": "BBG014578XG1", + "ticker": "RU000A1049K6", + "classCode": "TQCB", + "isin": "RU000A1049K6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Фонды недвижимости REIT", + "name": "\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a 002\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 16", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "real_estate", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 2, + "maturityDate": "2023-06-18T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-12-13T00:00:00Z", + "placementDate": "2021-12-16T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "21", + "nano": 720000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "59320d27-c695-4c07-ace9-68b72f7b5891", + "uid": "25633d92-90f1-490e-ae99-041cb514c92d", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "aca59560-7441-460f-af4c-ab3a8dac4f25", + "positionUid": "e5f95a2e-59b8-4e7b-ac89-dd7775d2f381", "forIisFlag": true, - "first1minCandleDate": "2021-11-19T07:18:00Z", - "first1dayCandleDate": "2021-11-19T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2021-12-16T11:38:00Z", + "first1dayCandleDate": "2021-12-16T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "FXRW": { - "figi": "BBG00R980XY3", - "ticker": "FXRW", - "classCode": "TQTF", - "isin": "IE00BK224M36", + "RU000A103PE8": { + "figi": "BBG012J4Q4W3", + "ticker": "RU000A103PE8", + "classCode": "TQCB", + "isin": "RU000A103PE8", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции глобального рынка", + "name": "\u041f\u0440\u043e\u043c\u0441\u0432\u044f\u0437\u044c\u0431\u0430\u043d\u043a 003P \u0432\u044b\u043f\u0443\u0441\u043a 7", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 2, + "maturityDate": "2024-09-10T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-09-03T00:00:00Z", + "placementDate": "2021-09-14T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "39", + "nano": 520000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "5235f228-59ed-4328-a85c-5c81365b168b", + "uid": "463e16a3-70e2-4827-9edd-12f3da49553c", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "1603792f-dc1f-4cd5-820d-9ffd773d42b5", + "positionUid": "bca66aee-6f90-487d-b396-1d32fbd46c70", "forIisFlag": true, - "first1minCandleDate": "2020-01-16T07:19:00Z", - "first1dayCandleDate": "2020-01-16T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-09-14T11:17:00Z", + "first1dayCandleDate": "2021-09-14T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SBGB": { - "figi": "BBG00NJ6XQ74", - "ticker": "SBGB", - "classCode": "TQTF", - "isin": "RU000A1000F9", + "RU000A102SX4": { + "figi": "BBG00ZHPT667", + "ticker": "RU000A102SX4", + "classCode": "TQCB", + "isin": "RU000A102SX4", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первая – Фонд Государственные облигации", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 19", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2018-12-24T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2031-02-17T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-02-20T00:00:00Z", + "placementDate": "2021-03-01T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "2", + "nano": 10000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "12500000", + "issueSizePlan": "12500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 1000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "77325103-db2a-463a-972e-1557fbb9299a", + "uid": "4ffbb203-ff5e-4d3e-b24c-bfc7b8224e71", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cdfc4c8f-f176-474a-b8a0-3a9011be38c5", + "positionUid": "c3a33f93-5f78-4b56-b8c6-84c198cf6bbb", "forIisFlag": true, - "first1minCandleDate": "2019-01-25T07:26:00Z", - "first1dayCandleDate": "2019-01-25T07:00:00Z", - "type": "Etfs", - "step": 0.001 + "first1minCandleDate": "2021-03-01T12:19:00Z", + "first1dayCandleDate": "2021-03-01T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "SBDS": { - "figi": "BBG011C8G9X2", - "ticker": "SBDS", - "classCode": "TQTF", - "isin": "RU000A1035L3", + "SU26235RMFS0": { + "figi": "BBG00Y04Q3V7", + "ticker": "SU26235RMFS0", + "classCode": "TQOB", + "isin": "RU000A1028E3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Первая – Фонд Динамичный смарт", + "name": "\u041e\u0424\u0417 26235", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-05-24T00:00:00Z", + "couponQuantityPerYear": 2, + "maturityDate": "2031-03-12T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-10-12T00:00:00Z", + "placementDate": "2020-10-14T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "27", + "nano": 320000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "483816503", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 2000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "fb0e125f-302d-4224-b659-4e3180fffcb7", + "uid": "1a9082e6-e1f0-4486-b3f7-5bd9a81482da", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "ed139011-cfd6-48ed-bef2-ad3134c91867", + "positionUid": "cc37e9ce-2170-4d33-b75a-5a5b5d7afe6c", "forIisFlag": true, - "first1minCandleDate": "2021-06-09T07:06:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", - "type": "Etfs", - "step": 0.002 + "first1minCandleDate": "2020-10-28T14:05:00Z", + "first1dayCandleDate": "2020-10-28T07:00:00Z", + "type": "Bonds", + "step": 0.001 }, - "FXMM": { - "figi": "BBG006GYFHV6", - "ticker": "FXMM", - "classCode": "TQTF", - "isin": "IE00BL3DYX33", + "RU000A1047S3": { + "figi": "BBG0140BZS87", + "ticker": "RU000A1047S3", + "classCode": "TQCB", + "isin": "RU000A1047S3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Казначейские облигации США", + "name": "\u041f\u0435\u0440\u0432\u043e\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u043e\u0440\u0441\u043a\u043e\u0435 \u0431\u044e\u0440\u043e 001\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 3", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "0", - "nano": 450000000 + "couponQuantityPerYear": 4, + "maturityDate": "2025-12-05T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "releasedDate": "2014-05-16T00:00:00Z", - "numShares": { - "units": "840000", + "stateRegDate": "2021-12-03T00:00:00Z", + "placementDate": "2021-12-10T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "government", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "aciValue": { + "currency": "rub", + "units": "30", + "nano": 210000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "1500000", + "issueSizePlan": "1500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "2d57d73d-4ea7-480b-83af-ef2ea4fb1e59", + "uid": "4ad25e55-ecd4-4e2f-8ae8-2eb03edc50fd", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "737d90e6-d21f-426d-814a-8f83b78d6d1f", + "positionUid": "63eb59f0-4226-468b-b492-4b20567abbb1", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T18:34:00Z", - "first1dayCandleDate": "2014-05-20T00:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2021-12-17T15:48:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "FXWO": { - "figi": "BBG00R9805F5", - "ticker": "FXWO", - "classCode": "TQTF", - "isin": "IE00BK224L29", + "RU000A103WR6": { + "figi": "BBG0135CF469", + "ticker": "RU000A103WR6", + "classCode": "TQCB", + "isin": "RU000A103WR6", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции глобального рынка", + "name": "\u042d\u0420-\u0422\u0435\u043b\u0435\u043a\u043e\u043c \u0425\u043e\u043b\u0434\u0438\u043d\u0433 \u0411\u041e-02 \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "fixedCommission": { - "units": "1", - "nano": 360000000 + "couponQuantityPerYear": 4, + "maturityDate": "2023-10-20T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 }, - "focusType": "equity", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2021-10-20T00:00:00Z", + "placementDate": "2021-10-22T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "12", + "nano": 490000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a47b79c9-e862-4a00-9939-777f884f97a9", + "uid": "d9667813-aaea-465d-ab4b-33f322dcb630", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "af831ab4-cc09-42b9-bf5f-a389abd082a4", + "positionUid": "4dafc020-7338-42cc-ab95-5117dba73e79", "forIisFlag": true, - "first1minCandleDate": "2020-01-16T07:11:00Z", - "first1dayCandleDate": "2020-01-16T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-10-22T11:07:00Z", + "first1dayCandleDate": "2021-10-22T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "ESGD": { - "figi": "BBG00D7BBRR8", - "ticker": "ESGD", - "classCode": "SPBXM", - "isin": "US46435G5163", + "SU26236RMFS8": { + "figi": "BBG00YB8K0V8", + "ticker": "SU26236RMFS8", + "classCode": "TQOB", + "isin": "RU000A102BT8", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "iShares ESG Aware MSCI EAFE ETF", - "exchange": "SPB", - "focusType": "equity", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, - "minPriceIncrement": { - "units": "0", + "name": "\u041e\u0424\u0417 26236", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2028-05-17T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-11-09T00:00:00Z", + "placementDate": "2020-11-11T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "16", + "nano": 550000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "500000000", + "issueSizePlan": "500000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "5b155074-b834-4d45-a730-571b7ca60ff6", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d98c08f2-a990-4a9a-8f65-64193e18ad9b", + "forIisFlag": true, + "first1minCandleDate": "2020-11-25T12:07:00Z", + "first1dayCandleDate": "2020-11-25T07:00:00Z", + "type": "Bonds", + "step": 0.001 + }, + "RU000A101LJ0": { + "figi": "BBG00TCWB8X6", + "ticker": "RU000A101LJ0", + "classCode": "TQCB", + "isin": "RU000A101LJ0", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0415\u0432\u0440\u043e\u0425\u0438\u043c \u0432\u044b\u043f\u0443\u0441\u043a 8", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2025-04-15T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-04-15T00:00:00Z", + "placementDate": "2020-04-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "31", + "nano": 320000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "25000000", + "issueSizePlan": "25000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "8d09677f-38f0-49e5-99fe-12aa5b0c889e", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "1b3389ba-a9bb-4949-9213-78f23ddd9896", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", + "uid": "3a276b3f-e283-44d9-a9eb-63498c8e7fef", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f98dbbab-fb62-4c37-acb5-5c029117e0a4", + "forIisFlag": true, + "first1minCandleDate": "2020-06-22T12:10:00Z", + "first1dayCandleDate": "2020-06-22T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "TBEU": { - "figi": "TCS00A103TD2", - "ticker": "TBEU", - "classCode": "TQTE", - "isin": "RU000A103TD2", - "lot": 100, - "currency": "eur", + "RU000A1043G7": { + "figi": "TCS00A1043G7", + "ticker": "RU000A1043G7", + "classCode": "TQCB", + "isin": "RU000A1043G7", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Еврооблигации EUR", - "exchange": "MOEX_MORNING", - "fixedCommission": { + "name": "\u0421\u0435\u0433\u0435\u0436\u0430 002P \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2036-11-04T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-11-18T00:00:00Z", + "placementDate": "2021-11-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "28", + "nano": 440000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 600000000 + "nano": 10000000 }, - "focusType": "fixed_income", - "releasedDate": "2021-09-27T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "semi_annual", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "apiTradeAvailableFlag": true, + "uid": "0d7797c8-1764-4635-8f1e-b6ac07dec354", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d6020dbb-13f7-48ff-ad9c-8ec15fedd328", + "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A103S30": { + "figi": "BBG012R0C9K9", + "ticker": "RU000A103S30", + "classCode": "TQIR", + "isin": "RU000A103S30", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0414\u0438\u0440\u0435\u043a\u0442\u041b\u0438\u0437\u0438\u043d\u0433 \u0432\u044b\u043f\u0443\u0441\u043a 7", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2026-09-23T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "850", + "nano": 0 + }, + "stateRegDate": "2021-09-23T00:00:00Z", + "placementDate": "2021-09-29T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "19", + "nano": 10000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1a757a10-6d3a-4df4-b0b5-c1ff9baa0ea8", + "uid": "f5040341-dd5d-4b59-a7d5-6271b769c171", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "003d11d7-2d8c-48dd-b23a-7cf29b59159e", + "positionUid": "8dbdfa55-fe63-4755-9c51-729dab4e9d06", "forIisFlag": true, - "first1minCandleDate": "2021-11-23T07:01:00Z", - "first1dayCandleDate": "2021-11-23T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-09-29T12:04:00Z", + "first1dayCandleDate": "2021-09-29T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "FXIM": { - "figi": "BBG00Y6D0N45", - "ticker": "FXIM", - "classCode": "TQTD", - "isin": "IE00BNC2D728", - "lot": 10, - "currency": "usd", + "RU000A0JWM56": { + "figi": "BBG00D5L3Q99", + "ticker": "RU000A0JWM56", + "classCode": "TQCB", + "isin": "RU000A0JWM56", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции компаний IT-сектора США", + "name": "\u0421\u0430\u043c\u0430\u0440\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u044b\u043f\u0443\u0441\u043a 12", "exchange": "MOEX_PLUS", - "focusType": "equity", - "countryOfRisk": "IE", - "countryOfRiskName": "", - "sector": "it", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 4, + "maturityDate": "2024-06-21T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "750", + "nano": 0 + }, + "stateRegDate": "2016-06-27T00:00:00Z", + "placementDate": "2016-07-01T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "15", + "nano": 50000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "municipal", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "600a2329-7f2e-49d3-a2c2-eecc7e243539", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5888e9c4-b645-4964-9519-a9b9de293959", + "forIisFlag": true, + "first1minCandleDate": "2018-03-17T04:17:00Z", + "first1dayCandleDate": "2016-07-01T00:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A0ZYX69": { + "figi": "BBG00K7DT3F5", + "ticker": "RU000A0ZYX69", + "classCode": "TQCB", + "isin": "RU000A0ZYX69", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0424\u041f\u041a \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2028-02-23T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2018-03-05T00:00:00Z", + "placementDate": "2018-03-07T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "1", + "nano": 580000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "bbb02999-093c-46a0-9d7f-7ef285246b65", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "bde65c2c-679a-4aff-8080-ffeaea7dc659", + "forIisFlag": true, + "first1minCandleDate": "2018-03-13T16:21:00Z", + "first1dayCandleDate": "2018-03-07T00:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A100Y50": { + "figi": "BBG00QNGNMR8", + "ticker": "RU000A100Y50", + "classCode": "TQCB", + "isin": "RU000A100Y50", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0421\u0423\u042d\u041a-\u0424\u0438\u043d\u0430\u043d\u0441 \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2029-10-08T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2019-10-17T00:00:00Z", + "placementDate": "2019-10-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "28", + "nano": 990000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "20000000", + "issueSizePlan": "20000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "201e1a30-f501-40c9-8248-ffa9a5ee60a0", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "42bf30b6-27ec-49c5-98e3-3839bedc6871", + "forIisFlag": true, + "first1minCandleDate": "2019-10-21T11:38:00Z", + "first1dayCandleDate": "2019-10-21T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "SU26219RMFS4": { + "figi": "BBG00D6Q7LY6", + "ticker": "SU26219RMFS4", + "classCode": "TQOB", + "isin": "RU000A0JWM07", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, + "shortEnabledFlag": false, + "name": "\u041e\u0424\u0417 26219", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2026-09-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2016-06-22T00:00:00Z", + "placementDate": "2016-06-29T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "35", + "nano": 880000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "250000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "d57fff70-2420-4270-a08e-655b711ad83c", + "uid": "25297c10-8225-4b47-a984-c4ee38093ef0", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "17bc34f6-c06e-47b0-b789-5b66c9a4eeeb", + "positionUid": "abb47f0d-975f-4e4b-b484-27d39d6b6151", "forIisFlag": true, - "first1minCandleDate": "2020-11-17T07:16:00Z", - "first1dayCandleDate": "2020-11-17T07:00:00Z", - "type": "Etfs", + "first1minCandleDate": "2018-03-07T18:44:00Z", + "first1dayCandleDate": "2016-07-06T00:00:00Z", + "type": "Bonds", "step": 0.001 }, - "SBSP": { - "figi": "BBG00NTZWLM4", - "ticker": "SBSP", - "classCode": "TQTF", - "isin": "RU000A1006W1", + "SU26222RMFS8": { + "figi": "BBG00GLT6144", + "ticker": "SU26222RMFS8", + "classCode": "TQOB", + "isin": "RU000A0JXQF2", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, "shortEnabledFlag": false, - "name": "Первая – Фонд Американские акции", + "name": "\u041e\u0424\u0417 26222", "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-03-19T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "couponQuantityPerYear": 2, + "maturityDate": "2024-10-16T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2017-04-27T00:00:00Z", + "placementDate": "2017-05-03T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "27", + "nano": 430000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "350000000", + "issueSizePlan": "250000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 200000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "cd965fc9-ea67-424d-a652-17c7fb95b164", + "uid": "4703e47c-9266-46bb-8ba1-ba45340bdd38", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "cbb4d3cf-5649-40e3-a7b9-c6ddbef7bbd7", + "positionUid": "3911b39b-b58d-4594-b2b0-fc2c75c76ff8", "forIisFlag": true, - "first1minCandleDate": "2019-04-09T07:34:00Z", - "first1dayCandleDate": "2019-04-09T07:00:00Z", - "type": "Etfs", - "step": 0.2 + "first1minCandleDate": "2018-03-07T18:38:00Z", + "first1dayCandleDate": "2017-05-03T00:00:00Z", + "type": "Bonds", + "step": 0.001 }, - "FXDE": { - "figi": "BBG005H7MXN2", - "ticker": "FXDE", - "classCode": "TQTF", - "isin": "IE00BD3QJN10", + "RU000A102BF7": { + "figi": "TCS00A102BF7", + "ticker": "RU000A102BF7", + "classCode": "TQCB", + "isin": "RU000A102BF7", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "FinEx Акции немецких компаний", + "name": "\u041d\u041a \u041f\u0440\u043e\u0434\u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1", "exchange": "MOEX_PLUS", - "fixedCommission": { + "couponQuantityPerYear": 2, + "maturityDate": "2026-03-26T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-02-15T00:00:00Z", + "placementDate": "2021-03-26T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "40", + "nano": 890000000 + }, + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "2450000", + "issueSizePlan": "7000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 900000000 + "nano": 10000000 }, - "focusType": "equity", - "releasedDate": "2013-10-31T00:00:00Z", - "numShares": { - "units": "280000", + "apiTradeAvailableFlag": true, + "uid": "de26064b-55f5-4018-ada9-685c27f13802", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "728734be-7459-4928-95de-a9ace9aa61bb", + "forIisFlag": true, + "first1minCandleDate": "2021-03-26T11:17:00Z", + "first1dayCandleDate": "2021-03-26T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A103M85": { + "figi": "TCS00A103M85", + "ticker": "RU000A103M85", + "classCode": "TQCB", + "isin": "RU000A103M85", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u042d\u043b\u0438\u0442 \u0421\u0442\u0440\u043e\u0439 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2024-08-15T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", "nano": 0 }, - "countryOfRisk": "DE", - "countryOfRiskName": "Федеративная Республика Германия", - "sector": "other", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "stateRegDate": "2021-06-30T00:00:00Z", + "placementDate": "2021-08-31T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "4", + "nano": 270000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "1000000", + "issueSizePlan": "1000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 5000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "46c5ec6e-4765-4fe7-ae5a-a78b5493782f", + "uid": "67e6b787-cd50-43dd-a63c-ece482bcbc90", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "bfe7a371-eb6a-438c-827c-285e25abeab6", + "positionUid": "6683084b-d16f-473e-b63a-17c93558731c", "forIisFlag": true, - "first1minCandleDate": "2018-03-07T19:24:00Z", - "first1dayCandleDate": "2013-10-31T00:00:00Z", - "type": "Etfs", - "step": 0.005 + "first1minCandleDate": "2021-08-31T13:22:00Z", + "first1dayCandleDate": "2021-08-31T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "AMDG": { - "figi": "TCS00A1030P5", - "ticker": "AMDG", - "classCode": "TQTF", - "isin": "RU000A1030P5", + "RU000A102KR3": { + "figi": "BBG00YNJ37B7", + "ticker": "RU000A102KR3", + "classCode": "TQIR", + "isin": "RU000A102KR3", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "АТОН Дивиденды", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2021-04-12T00:00:00Z", + "name": "\u0410\u041f\u0420\u0418 \u0424\u043b\u0430\u0439 \u041f\u043b\u044d\u043d\u0438\u043d\u0433 \u0411\u041e-\u041f4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-12-20T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-12-18T00:00:00Z", + "placementDate": "2020-12-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "27", + "nano": 780000000 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "14ed97db-2913-47af-bad7-3dac9a8aa484", + "uid": "72e5b6ba-51b1-49c4-a105-707f15206691", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "100d494a-d2d8-467c-9085-9c5db57259d9", + "positionUid": "40794491-49db-4356-b6de-d55cd4e8c8fb", "forIisFlag": true, - "first1minCandleDate": "2021-04-30T07:37:00Z", - "first1dayCandleDate": "2021-04-30T07:00:00Z", - "type": "Etfs", - "step": 0.1 + "first1minCandleDate": "2020-12-23T11:55:00Z", + "first1dayCandleDate": "2020-12-23T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "TGLD": { - "figi": "BBG222222222", - "ticker": "TGLD", - "classCode": "TQTD", - "isin": "RU000A101X50", - "lot": 100, - "currency": "usd", + "RU000A102SG9": { + "figi": "TCS00A102SG9", + "ticker": "RU000A102SG9", + "classCode": "TQCB", + "isin": "RU000A102SG9", + "lot": 1, + "currency": "rub", "shortEnabledFlag": false, - "name": "Тинькофф Золото", - "exchange": "MOEX", - "fixedCommission": { + "name": "\u0421\u0435\u043b\u0435\u043a\u0442\u0435\u043b \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2024-02-22T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-02-11T00:00:00Z", + "placementDate": "2021-02-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "3", + "nano": 260000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "it", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { "units": "0", - "nano": 450000000 + "nano": 10000000 }, - "focusType": "equity", - "releasedDate": "2020-07-13T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "apiTradeAvailableFlag": true, + "uid": "6cea9f86-576c-411c-81d8-63759d0c24d2", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e656cdb3-30b5-44ee-bf24-b3e21d2cb10c", + "forIisFlag": true, + "first1minCandleDate": "2021-02-25T11:52:00Z", + "first1dayCandleDate": "2021-02-25T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A102TL7": { + "figi": "BBG00ZJX2024", + "ticker": "RU000A102TL7", + "classCode": "TQIR", + "isin": "RU000A102TL7", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041c\u0424\u041a \u0417\u0430\u0439\u043c\u0435\u0440 \u0432\u044b\u043f\u0443\u0441\u043a 1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2024-02-17T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-12-28T00:00:00Z", + "placementDate": "2021-03-04T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "4", + "nano": 540000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "300000", + "issueSizePlan": "300000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "a4b3adc6-4e04-4f06-9048-431aa1ed07ac", + "uid": "98b59db7-4c8c-4ccb-85a6-28a87468a3f2", "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "548bde28-a5ea-4b7b-83d3-47b4c56a0167", + "positionUid": "55ddd0f7-224c-43fc-b1ba-fd2dcf811057", "forIisFlag": true, - "first1minCandleDate": "2020-08-26T07:00:00Z", - "first1dayCandleDate": "2020-08-26T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2021-03-04T11:27:00Z", + "first1dayCandleDate": "2021-03-04T07:00:00Z", + "type": "Bonds", + "step": 0.01 }, - "IEV": { - "figi": "BBG000BXV152", - "ticker": "IEV", - "classCode": "SPBXM", - "isin": "US4642878619", + "RU000A1023K1": { + "figi": "BBG00X5FK880", + "ticker": "RU000A1023K1", + "classCode": "TQCB", + "isin": "RU000A1023K1", "lot": 1, - "currency": "usd", + "currency": "rub", "shortEnabledFlag": false, - "name": "iShares Europe ETF", - "exchange": "SPB", - "focusType": "equity", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "name": "\u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u044b\u043f\u0443\u0441\u043a 15", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2030-08-26T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-08-31T00:00:00Z", + "placementDate": "2020-09-07T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "0", + "nano": 550000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, "minPriceIncrement": { "units": "0", "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "12a34915-997d-412e-8af4-051116adf6d8", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "b18a5e91-46a5-4a41-8c6c-03c97968e7ed", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", + "uid": "dc759030-fe56-4d1a-a63e-3647dc017993", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "84905c91-5fef-4fb3-a5b8-e7ca7f0d9206", + "forIisFlag": true, + "first1minCandleDate": "2020-09-07T13:19:00Z", + "first1dayCandleDate": "2020-09-07T07:00:00Z", + "type": "Bonds", "step": 0.01 }, - "AKME": { - "figi": "BBG00YRW4B42", - "ticker": "AKME", - "classCode": "TQTF", - "isin": "RU000A102E78", + "RU000A0ZYBV5": { + "figi": "BBG00HTSM1G5", + "ticker": "RU000A0ZYBV5", + "classCode": "TQCB", + "isin": "RU000A0ZYBV5", "lot": 1, "currency": "rub", "shortEnabledFlag": false, - "name": "Альфа-Капитал Управляемые Российские Акции", - "exchange": "MOEX", - "focusType": "equity", - "releasedDate": "2020-11-23T00:00:00Z", + "name": "\u041b\u0421\u0420 \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2022-09-27T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "400", + "nano": 0 + }, + "stateRegDate": "2017-09-27T00:00:00Z", + "placementDate": "2017-10-03T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "7", + "nano": 100000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "f9aa59b6-ad78-4ce3-a957-f98d526a53fb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7ef61b57-2b3f-48a4-8308-f47c5257dc88", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T23:11:00Z", + "first1dayCandleDate": "2018-03-07T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A101GW3": { + "figi": "TCS00A101GW3", + "ticker": "RU000A101GW3", + "classCode": "TQCB", + "isin": "RU000A101GW3", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041b\u0415\u0413\u0415\u041d\u0414\u0410 \u0432\u044b\u043f\u0443\u0441\u043a 2", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-03-14T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "480", + "nano": 0 + }, + "stateRegDate": "2019-12-18T00:00:00Z", + "placementDate": "2020-03-03T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "12", + "nano": 440000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "2000000", + "issueSizePlan": "2000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "bcebbd1f-864d-4ccb-b113-2c4224377f31", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4acc3f9d-6e90-4ed1-a7ff-22d82396cb54", + "forIisFlag": true, + "first1minCandleDate": "2020-03-03T11:35:00Z", + "first1dayCandleDate": "2020-03-03T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A102KQ5": { + "figi": "BBG00YQ0FTY9", + "ticker": "RU000A102KQ5", + "classCode": "TQCB", + "isin": "RU000A102KQ5", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0422\u0414 \u0420\u041a\u0421-\u0421\u043e\u0447\u0438 002\u0420-1", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2023-12-20T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-12-17T00:00:00Z", + "placementDate": "2020-12-23T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "26", + "nano": 710000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "consumer", + "issueKind": "non_documentary", + "issueSize": "500000", + "issueSizePlan": "500000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "842af41d-a9dd-46d4-b63f-c2e60262be34", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "804ffcd0-7231-4a9f-99e3-eef0d8f01d9f", + "forIisFlag": true, + "first1minCandleDate": "2020-12-23T11:45:00Z", + "first1dayCandleDate": "2020-12-23T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A103VD8": { + "figi": "BBG012YS2TP2", + "ticker": "RU000A103VD8", + "classCode": "TQCB", + "isin": "RU000A103VD8", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041c\u0421\u0411-\u041b\u0438\u0437\u0438\u043d\u0433 002P \u0432\u044b\u043f\u0443\u0441\u043a 5", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 12, + "maturityDate": "2026-09-18T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-09-28T00:00:00Z", + "placementDate": "2021-10-14T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "9", + "nano": 730000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "96142", + "issueSizePlan": "250000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "7138dc3c-6605-4320-872d-63df16c20632", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "0c24d9bc-f6a6-466e-8297-29921f80d163", + "forIisFlag": true, + "first1minCandleDate": "2022-08-23T08:12:00Z", + "first1dayCandleDate": "2022-08-23T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A102RT4": { + "figi": "BBG00Z9DF8B8", + "ticker": "RU000A102RT4", + "classCode": "TQCB", + "isin": "RU000A102RT4", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0440\u043e\u043c\u0441\u0432\u044f\u0437\u044c\u0431\u0430\u043d\u043a 003P \u0432\u044b\u043f\u0443\u0441\u043a 4", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2024-02-14T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-01-26T00:00:00Z", + "placementDate": "2021-02-17T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "3", + "nano": 860000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "issueKind": "non_documentary", + "issueSize": "15000000", + "issueSizePlan": "15000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "66a9b84c-8a79-46b0-9690-9e02e0402bec", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a15b03f7-adde-4782-9da8-7dbcc23f5eb0", + "forIisFlag": true, + "first1minCandleDate": "2021-02-17T11:53:00Z", + "first1dayCandleDate": "2021-02-17T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "SU25084RMFS3": { + "figi": "BBG00RRT3TX4", + "ticker": "SU25084RMFS3", + "classCode": "TQOB", + "isin": "RU000A101FA1", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041e\u0424\u0417 25084", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2023-10-04T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-02-14T00:00:00Z", + "placementDate": "2020-02-19T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "22", + "nano": 510000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "government", + "issueKind": "documentary", + "issueSize": "400000000", + "issueSizePlan": "400000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "e8fb911a-efe7-4d16-8da4-b91cb5e50974", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "90c78830-ad5d-4cc7-b9fc-640967736a08", + "forIisFlag": true, + "first1minCandleDate": "2020-02-19T11:58:00Z", + "first1dayCandleDate": "2020-02-19T07:00:00Z", + "type": "Bonds", + "step": 0.001 + }, + "RU000A0JXPD9": { + "figi": "BBG00GDC1GV2", + "ticker": "RU000A0JXPD9", + "classCode": "TQCB", + "isin": "RU000A0JXPD9", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0422\u041c\u041a \u0432\u044b\u043f\u0443\u0441\u043a 6", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2027-04-13T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2013-09-24T00:00:00Z", + "placementDate": "2017-04-25T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "32", + "nano": 100000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "industrials", + "issueKind": "documentary", + "issueSize": "5000000", + "issueSizePlan": "5000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "459a1780-b431-44e7-8c0b-88de99f33a96", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "48bfc8f1-3557-4e9b-bf10-63b2c52b537e", + "forIisFlag": true, + "first1minCandleDate": "2018-03-08T02:01:00Z", + "first1dayCandleDate": "2018-03-12T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A101L96": { + "figi": "BBG00T7HZJG4", + "ticker": "RU000A101L96", + "classCode": "TQCB", + "isin": "RU000A101L96", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0415\u0432\u0440\u043e\u0425\u0438\u043c \u0432\u044b\u043f\u0443\u0441\u043a 7", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2025-04-10T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2020-04-13T00:00:00Z", + "placementDate": "2020-04-16T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "33", + "nano": 230000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "materials", + "issueKind": "non_documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "33fdd198-b2a2-46ae-8f38-e628de8b4ded", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "68b962b1-349e-4c6f-bfcc-4adc7d1a627d", + "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A104735": { + "figi": "TCS00A104735", + "ticker": "RU000A104735", + "classCode": "TQCB", + "isin": "RU000A104735", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0413\u041a \u041f\u0438\u043e\u043d\u0435\u0440-001P \u0432\u044b\u043f\u0443\u0441\u043a 6", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 4, + "maturityDate": "2025-12-04T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2021-11-19T00:00:00Z", + "placementDate": "2021-12-09T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "0", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "issueKind": "non_documentary", + "issueSize": "3000000", + "issueSizePlan": "3000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "269780b0-e5fb-448d-a4c0-f1123eef55fa", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d6aee7e1-5370-42d8-9f9f-8544232d8ac8", + "forIisFlag": true, + "first1minCandleDate": "2021-12-09T11:53:00Z", + "first1dayCandleDate": "2021-12-09T07:00:00Z", + "type": "Bonds", + "step": 0.01 + }, + "RU000A0ZYG52": { + "figi": "BBG00J7HHGH1", + "ticker": "RU000A0ZYG52", + "classCode": "TQCB", + "isin": "RU000A0ZYG52", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 300000000 + }, + "dshort": { + "units": "0", + "nano": 300000000 + }, + "dlongMin": { + "units": "0", + "nano": 163300000 + }, + "dshortMin": { + "units": "0", + "nano": 140200000 + }, + "shortEnabledFlag": false, + "name": "\u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c \u0432\u044b\u043f\u0443\u0441\u043a 3", + "exchange": "MOEX_PLUS", + "couponQuantityPerYear": 2, + "maturityDate": "2027-11-09T00:00:00Z", + "nominal": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "stateRegDate": "2017-11-16T00:00:00Z", + "placementDate": "2017-11-21T00:00:00Z", + "placementPrice": { + "currency": "rub", + "units": "1000", + "nano": 0 + }, + "aciValue": { + "currency": "rub", + "units": "24", + "nano": 50000000 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "telecom", + "issueKind": "documentary", + "issueSize": "10000000", + "issueSizePlan": "10000000", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "floatingCouponFlag": false, + "perpetualFlag": false, + "amortizationFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "00486cd8-5915-4c0b-8017-b81b9d1805d4", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cf3e5dbf-3338-4ee5-96fd-375925e16daa", + "forIisFlag": true, + "first1minCandleDate": "2018-03-14T06:00:00Z", + "first1dayCandleDate": "2017-11-21T00:00:00Z", + "type": "Bonds", + "step": 0.01 + } + }, + "Etfs": { + "FXRE": { + "figi": "BBG013N16YX7", + "ticker": "FXRE", + "classCode": "TQTF", + "isin": "IE0000CHPRB9", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0424\u043e\u043d\u0434\u044b \u043d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u0438 REIT", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "real_estate", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "59320d27-c695-4c07-ace9-68b72f7b5891", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "aca59560-7441-460f-af4c-ab3a8dac4f25", + "forIisFlag": true, + "first1minCandleDate": "2021-11-19T07:18:00Z", + "first1dayCandleDate": "2021-11-19T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXDE": { + "figi": "BBG005H7MXN2", + "ticker": "FXDE", + "classCode": "TQTF", + "isin": "IE00BD3QJN10", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u043d\u0435\u043c\u0435\u0446\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2013-10-31T00:00:00Z", + "numShares": { + "units": "280000", + "nano": 0 + }, + "countryOfRisk": "DE", + "countryOfRiskName": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 5000000 + }, + "apiTradeAvailableFlag": true, + "uid": "46c5ec6e-4765-4fe7-ae5a-a78b5493782f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "bfe7a371-eb6a-438c-827c-285e25abeab6", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:24:00Z", + "first1dayCandleDate": "2013-10-31T00:00:00Z", + "type": "Etfs", + "step": 0.005 + }, + "FXUS": { + "figi": "BBG005HLSZ23", + "ticker": "FXUS", + "classCode": "TQTF", + "isin": "IE00BD3QHZ91", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2013-10-31T00:00:00Z", + "numShares": { + "units": "330000", + "nano": 0 + }, + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "46a525d0-d33b-4100-a9d3-152045e5fef7", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "37f20627-aef5-45f4-b184-e597ba3a28e5", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:17:00Z", + "first1dayCandleDate": "2013-10-31T00:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "AKNX": { + "figi": "BBG00NNQMD85", + "ticker": "AKNX", + "classCode": "TQTD", + "isin": "RU000A0ZZTQ4", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0422\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438 100", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2018-11-13T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "e6258d7b-c548-4f26-a0a7-13968a3bf5da", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4ddff6b6-fed3-4cbc-b15f-ff0ee4240dee", + "forIisFlag": true, + "first1minCandleDate": "2018-12-10T09:40:00Z", + "first1dayCandleDate": "2018-12-10T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "AKEU": { + "figi": "BBG00Q3HQJ74", + "ticker": "AKEU", + "classCode": "TQTE", + "isin": "RU000A100Q43", + "lot": 1, + "currency": "eur", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0415\u0432\u0440\u043e\u043f\u0430 600", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-08-08T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9cf3b014-c5c0-46ee-b06f-620c626078f8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f5c0cecb-a5a5-4982-aa94-15bc2ed0e35f", + "forIisFlag": true, + "first1minCandleDate": "2019-08-26T09:34:00Z", + "first1dayCandleDate": "2019-08-26T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "SBRB": { + "figi": "TCS00A100P44", + "ticker": "SBRB", + "classCode": "TQTF", + "isin": "RU000A100P44", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-07-25T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "db147f62-8909-44d7-bd73-368ad48dc890", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3a7f880d-77ce-4bd9-9211-751a3955c772", + "forIisFlag": true, + "first1minCandleDate": "2019-09-06T08:34:00Z", + "first1dayCandleDate": "2019-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "VTBU": { + "figi": "BBG00RPRPBY4", + "ticker": "VTBU", + "classCode": "TQTD", + "isin": "RU000A101368", + "lot": 10, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0420\u0421\u0425\u0411 \u2013 \u041a\u043e\u0440\u043f \u0435\u0432\u0440\u043e\u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0420\u0424", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-11-19T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ea47ae8b-a82e-48c6-95bf-23b8f083c0f7", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8b1ad719-8b9c-4a0a-b2e4-e6ac9ac818f0", + "forIisFlag": true, + "first1minCandleDate": "2019-12-12T10:31:00Z", + "first1dayCandleDate": "2019-12-12T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "SBCB": { + "figi": "BBG00NB6KGN0", + "ticker": "SBCB", + "classCode": "TQTD", + "isin": "RU000A1000Q6", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f - \u0424\u043e\u043d\u0434 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0435\u0432\u0440\u043e\u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2018-12-28T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "0b9fec11-57d3-4748-b3c3-f92556c2074b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f2d44fba-17cf-4267-8718-85ec75e2aa9c", + "forIisFlag": true, + "first1minCandleDate": "2019-09-12T08:33:00Z", + "first1dayCandleDate": "2019-09-12T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TBUY": { + "figi": "TCS00A103VL1", + "ticker": "TBUY", + "classCode": "TQTD", + "isin": "RU000A103VL1", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 BuyBack Leaders", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "5f9aafd3-bcb5-4807-bbaa-4c98cdae42a3", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "327538b1-5592-48c8-9a00-b1e6bd87b2ee", + "forIisFlag": true, + "first1minCandleDate": "2021-11-08T07:01:00Z", + "first1dayCandleDate": "2021-11-08T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXKZ": { + "figi": "BBG00M8C8Y03", + "ticker": "FXKZ", + "classCode": "TQTF", + "isin": "IE00BG0C3K84", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u043a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d\u0441\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "1", + "nano": 390000000 + }, + "focusType": "equity", + "releasedDate": "2018-10-16T00:00:00Z", + "numShares": { + "units": "1800000", + "nano": 0 + }, + "countryOfRisk": "KZ", + "countryOfRiskName": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "b46a23de-96ba-4d16-b2cc-7567a41306c5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ff202f41-1435-4475-8c7c-d06283e4ad8c", + "forIisFlag": true, + "first1minCandleDate": "2018-10-16T07:26:00Z", + "first1dayCandleDate": "2018-10-16T07:00:00Z", + "type": "Etfs", + "step": 0.1 + }, + "TGRN": { + "figi": "TCS00A1039P6", + "ticker": "TGRN", + "classCode": "TQTD", + "isin": "RU000A1039P6", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Green Economy", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2021-06-10T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "energy", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "6982ffbe-2aa1-45cd-a28c-63da22136e06", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "9e920ef6-2ca2-465f-955e-202eac77b195", + "forIisFlag": true, + "first1minCandleDate": "2021-07-12T07:00:00Z", + "first1dayCandleDate": "2021-07-12T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "AKMD": { + "figi": "BBG011MM3NT8", + "ticker": "AKMD", + "classCode": "TQTF", + "isin": "RU000A1036A4", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u041c\u0435\u0434\u0438\u0446\u0438\u043d\u0430", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-05-27T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "health_care", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "a24d16e9-f997-4b39-ab4c-14f83f5ea337", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a936fa19-7b41-4037-a229-13d2b4fed33c", + "forIisFlag": true, + "first1minCandleDate": "2021-06-28T13:19:00Z", + "first1dayCandleDate": "2021-06-28T07:00:00Z", + "type": "Etfs", + "step": 0.02 + }, + "SBCS": { + "figi": "BBG011C8J9N0", + "ticker": "SBCS", + "classCode": "TQTF", + "isin": "RU000A1035N9", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u041a\u043e\u043d\u0441\u0435\u0440\u0432\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0441\u043c\u0430\u0440\u0442", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-05-24T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "b083955a-570e-4381-a7b2-7af5e444a9e1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "913833b3-560a-4a1c-8ad8-9dc2e163065f", + "forIisFlag": true, + "first1minCandleDate": "2021-06-09T07:09:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "AKVG": { + "figi": "BBG013RTJNG1", + "ticker": "AKVG", + "classCode": "TQTF", + "isin": "RU000A103ZD9", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0412\u0438\u0434\u0435\u043e\u0438\u0433\u0440\u044b", + "exchange": "MOEX_MORNING", + "focusType": "equity", + "releasedDate": "2021-10-28T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "98f3c931-40d8-4440-bc58-cd0d11ac1b32", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8c0aa0c7-47c9-43c2-9ef6-9f4741bab97f", + "forIisFlag": true, + "first1minCandleDate": "2021-11-22T07:06:00Z", + "first1dayCandleDate": "2021-11-22T07:00:00Z", + "type": "Etfs", + "step": 0.02 + }, + "SBHI": { + "figi": "BBG013RTHWK8", + "ticker": "SBHI", + "classCode": "TQTF", + "isin": "RU000A103ZQ1", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f\u2013\u0424\u043e\u043d\u0434 \u0425\u0430\u043b\u044f\u043b\u044c\u043d\u044b\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-11-02T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 2000000 + }, + "apiTradeAvailableFlag": true, + "uid": "49ddaef5-13e8-48fb-b16f-7f940f475151", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8186b92b-62b2-42ad-96c2-6158566a1e7d", + "forIisFlag": true, + "first1minCandleDate": "2021-11-18T07:14:00Z", + "first1dayCandleDate": "2021-11-18T07:00:00Z", + "type": "Etfs", + "step": 0.002 + }, + "AMRE": { + "figi": "TCS00A102XX4", + "ticker": "AMRE", + "classCode": "TQTF", + "isin": "RU000A102XX4", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u0422\u041e\u041d \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0430\u043a\u0446\u0438\u0438 +", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2021-03-25T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "555dcd42-2c14-43d5-ba93-8a4a42160638", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "252781b5-f6c0-4e84-b46e-5fb7892fe415", + "forIisFlag": true, + "first1minCandleDate": "2021-04-15T07:02:00Z", + "first1dayCandleDate": "2021-04-15T07:00:00Z", + "type": "Etfs", + "step": 0.1 + }, + "EQMX": { + "figi": "TCS00A101EJ5", + "ticker": "EQMX", + "classCode": "TQTF", + "isin": "RU000A101EJ5", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0412\u0418\u041c \u2013 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2020-02-10T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "edf66981-8206-408a-886b-c0421dbfb29e", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d4e5e7dd-b367-45f1-a3db-92a22d85ea70", + "forIisFlag": true, + "first1minCandleDate": "2020-03-02T07:11:00Z", + "first1dayCandleDate": "2020-03-02T07:11:00Z", + "type": "Etfs", + "step": 0.05 + }, + "FXRU": { + "figi": "BBG005N1KZX4", + "ticker": "FXRU", + "classCode": "TQTF", + "isin": "IE00BD5FH213", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0415\u0432\u0440\u043e\u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0440\u043e\u0441. \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 (USD)", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 950000000 + }, + "focusType": "equity", + "releasedDate": "2013-02-25T00:00:00Z", + "numShares": { + "units": "4122320", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "semi_annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ff4823ad-2f61-4c8d-b4ef-c086900736ef", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "96c900b1-bad3-4e8a-8253-aa127e4dd46e", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:02:00Z", + "first1dayCandleDate": "2013-12-04T00:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "SBSP": { + "figi": "BBG00NTZWLM4", + "ticker": "SBSP", + "classCode": "TQTF", + "isin": "RU000A1006W1", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u0410\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0435 \u0430\u043a\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-03-19T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 200000000 + }, + "apiTradeAvailableFlag": true, + "uid": "cd965fc9-ea67-424d-a652-17c7fb95b164", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cbb4d3cf-5649-40e3-a7b9-c6ddbef7bbd7", + "forIisFlag": true, + "first1minCandleDate": "2019-04-09T07:34:00Z", + "first1dayCandleDate": "2019-04-09T07:00:00Z", + "type": "Etfs", + "step": 0.2 + }, + "TSPX": { + "figi": "TCS00A102EQ8", + "ticker": "TSPX", + "classCode": "TQTD", + "isin": "RU000A102EQ8", + "lot": 100, + "currency": "usd", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "1", + "nano": 0 + }, + "dshort": { + "units": "1", + "nano": 0 + }, + "dlongMin": { + "units": "1", + "nano": 0 + }, + "dshortMin": { + "units": "1", + "nano": 0 + }, + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 USA 500", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 700000000 + }, + "focusType": "equity", + "releasedDate": "2020-11-23T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "34749829-f857-4d66-9421-cc9aa236b708", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7cca350e-7854-49f9-84db-f49d978594a8", + "forIisFlag": true, + "first1minCandleDate": "2020-12-09T07:00:00Z", + "first1dayCandleDate": "2020-12-09T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "RU000A1022Z1": { + "figi": "TCS00A1022Z1", + "ticker": "RU000A1022Z1", + "classCode": "TQIF", + "isin": "RU000A1022Z1", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0417\u041f\u0418\u0424 \u041f\u0410\u0420\u0423\u0421-\u041e\u0417\u041d", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2020-07-09T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "3cbfc911-276e-40d1-80be-a3ed84dae591", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "13cf5999-550d-41e0-ba0b-becbd4cd653d", + "forIisFlag": true, + "first1minCandleDate": "2021-04-30T14:18:00Z", + "first1dayCandleDate": "2021-04-30T07:00:00Z", + "type": "Etfs", + "step": 1.0 + }, + "FXRD": { + "figi": "BBG01236BLK6", + "ticker": "FXRD", + "classCode": "TQTF", + "isin": "IE000CK9ZWC0", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u041e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0441 \u0440\u0443\u0431\u043b\u0435\u0432\u044b\u043c\u0438 \u0434\u0438\u0432\u0438\u0434\u0435\u043d\u0434\u0430\u043c\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "060680c8-1dbe-4a99-a8d8-807f3231626a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7ba55b47-0a08-44cb-ba0d-da28e9f5ad18", + "forIisFlag": true, + "first1minCandleDate": "2021-08-17T07:02:00Z", + "first1dayCandleDate": "2021-08-17T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXDM": { + "figi": "TCS0BMDKNM37", + "ticker": "FXDM", + "classCode": "TQTF", + "isin": "IE00BMDKNM37", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 \u0440\u0430\u0437\u0432\u0438\u0442\u044b\u0445 \u0441\u0442\u0440\u0430\u043d \u0431\u0435\u0437 \u0421\u0428\u0410", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1423f8e8-98ae-4d89-b3db-5daa0f824a11", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cabb8c45-ff85-4b3f-b82e-d9c74cd22715", + "forIisFlag": true, + "first1minCandleDate": "2021-04-13T07:17:00Z", + "first1dayCandleDate": "2021-04-13T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXRW": { + "figi": "BBG00R980XY3", + "ticker": "FXRW", + "classCode": "TQTF", + "isin": "IE00BK224M36", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "5235f228-59ed-4328-a85c-5c81365b168b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1603792f-dc1f-4cd5-820d-9ffd773d42b5", + "forIisFlag": true, + "first1minCandleDate": "2020-01-16T07:19:00Z", + "first1dayCandleDate": "2020-01-16T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "SBPS": { + "figi": "BBG011C8JMM2", + "ticker": "SBPS", + "classCode": "TQTF", + "isin": "RU000A1035R0", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0438\u0432\u043d\u044b\u0439 \u0441\u043c\u0430\u0440\u0442", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-05-24T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 2000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c6e653c6-f62e-43a6-9ecd-69daf0b24881", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ecbcea8c-86a8-469d-9387-909d5e57dad2", + "forIisFlag": true, + "first1minCandleDate": "2021-06-09T07:06:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", + "type": "Etfs", + "step": 0.002 + }, + "TUSD": { + "figi": "BBG000000000", + "ticker": "TUSD", + "classCode": "TQTD", + "isin": "RU000A1011S9", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0412\u0435\u0447\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0444\u0435\u043b\u044c USD", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2019-11-07T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "d943a721-8578-4411-b441-be3837a7e2b8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "0fb99984-ee17-4667-bb21-fbd8cee94223", + "forIisFlag": true, + "first1minCandleDate": "2019-12-09T07:01:00Z", + "first1dayCandleDate": "2019-12-09T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "VTBH": { + "figi": "BBG00PVNWFM6", + "ticker": "VTBH", + "classCode": "TQTD", + "isin": "RU000A100HP7", + "lot": 10, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0420\u0421\u0425\u0411 \u2013 \u041a\u043e\u0440\u043f \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0421\u0428\u0410", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-06-27T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "8b5c2e76-968e-4b88-9c4e-c36c39e0bac1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "879f2114-b413-494e-8f42-9951ecb908a5", + "forIisFlag": true, + "first1minCandleDate": "2019-07-29T09:09:00Z", + "first1dayCandleDate": "2019-07-29T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "TEUR": { + "figi": "BBG000000002", + "ticker": "TEUR", + "classCode": "TQTE", + "isin": "RU000A1011T7", + "lot": 100, + "currency": "eur", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0412\u0435\u0447\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0444\u0435\u043b\u044c EUR", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2019-11-07T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "84bdb54a-c4e2-48f0-8323-a5e22174f0a5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a9a9d608-c77f-4a9b-8b1c-ef791cd9926f", + "forIisFlag": true, + "first1minCandleDate": "2019-12-09T07:03:00Z", + "first1dayCandleDate": "2019-12-09T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "TPAS": { + "figi": "TCS00A103VK3", + "ticker": "TPAS", + "classCode": "TQTD", + "isin": "RU000A103VK3", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 PAN-ASIA", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "334b4940-b5cd-4c65-b418-97d2991027fb", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7c89123a-7eeb-49a2-9742-f17797d7f6bc", + "forIisFlag": true, + "first1minCandleDate": "2021-11-15T07:03:00Z", + "first1dayCandleDate": "2021-11-15T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXMM": { + "figi": "BBG006GYFHV6", + "ticker": "FXMM", + "classCode": "TQTF", + "isin": "IE00BL3DYX33", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u041a\u0430\u0437\u043d\u0430\u0447\u0435\u0439\u0441\u043a\u0438\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0421\u0428\u0410", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 450000000 + }, + "focusType": "equity", + "releasedDate": "2014-05-16T00:00:00Z", + "numShares": { + "units": "840000", + "nano": 0 + }, + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "government", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "2d57d73d-4ea7-480b-83af-ef2ea4fb1e59", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "737d90e6-d21f-426d-814a-8f83b78d6d1f", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:34:00Z", + "first1dayCandleDate": "2014-05-20T00:00:00Z", + "type": "Etfs", + "step": 0.1 + }, + "FXWO": { + "figi": "BBG00R9805F5", + "ticker": "FXWO", + "classCode": "TQTF", + "isin": "IE00BK224L29", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "1", + "nano": 360000000 + }, + "focusType": "equity", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "a47b79c9-e862-4a00-9939-777f884f97a9", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "af831ab4-cc09-42b9-bf5f-a389abd082a4", + "forIisFlag": true, + "first1minCandleDate": "2020-01-16T07:11:00Z", + "first1dayCandleDate": "2020-01-16T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXTB": { + "figi": "BBG00NRFC2X2", + "ticker": "FXTB", + "classCode": "TQTF", + "isin": "IE00BL3DYW26", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u041a\u0430\u0437\u043d\u0430\u0447\u0435\u0439\u0441\u043a\u0438\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0421\u0428\u0410 (USD)", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 200000000 + }, + "focusType": "equity", + "releasedDate": "2019-04-10T00:00:00Z", + "numShares": { + "units": "571000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "570c19e8-e878-4863-9725-d0dc2b00af10", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c82e71d1-c7a6-4cbe-810f-0dfd1373b2ee", + "forIisFlag": true, + "first1minCandleDate": "2019-04-10T08:48:00Z", + "first1dayCandleDate": "2019-04-10T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXIT": { + "figi": "BBG005HLTYH9", + "ticker": "FXIT", + "classCode": "TQTF", + "isin": "IE00BD3QJ757", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 IT-\u0441\u0435\u043a\u0442\u043e\u0440\u0430 \u0421\u0428\u0410", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2013-10-31T00:00:00Z", + "numShares": { + "units": "692000", + "nano": 0 + }, + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "232b3cca-ecef-439c-8e3c-bdd9e669f6e0", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ea43b22b-1568-4b16-b180-b70ae1d7f34a", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:35:00Z", + "first1dayCandleDate": "2013-10-31T00:00:00Z", + "type": "Etfs", + "step": 1.0 + }, + "TMOS": { + "figi": "BBG333333333", + "ticker": "TMOS", + "classCode": "TQTF", + "isin": "RU000A101X76", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 806400000 + }, + "dshort": { + "units": "1", + "nano": 433600000 + }, + "dlongMin": { + "units": "0", + "nano": 560000000 + }, + "dshortMin": { + "units": "0", + "nano": 560000000 + }, + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 iMOEX", + "exchange": "MOEX", + "fixedCommission": { + "units": "0", + "nano": 700000000 + }, + "focusType": "equity", + "releasedDate": "2020-07-13T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 2000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9654c2dd-6993-427e-80fa-04e80a1cf4da", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "29888afc-181d-45ed-a00b-8fe55a9cec9b", + "forIisFlag": true, + "first1minCandleDate": "2020-08-26T07:14:00Z", + "first1dayCandleDate": "2020-08-26T07:00:00Z", + "type": "Etfs", + "step": 0.002 + }, + "LQDT": { + "figi": "BBG00RPRPX12", + "ticker": "LQDT", + "classCode": "TQTF", + "isin": "RU000A1014L8", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0412\u0418\u041c - \u041b\u0438\u043a\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u044c", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2019-11-28T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "ade12bc5-07d9-44fe-b27a-1543e05bacfd", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "eee36ccf-5f28-4419-9c29-c6465f39581a", + "forIisFlag": true, + "first1minCandleDate": "2020-01-20T08:57:00Z", + "first1dayCandleDate": "2020-01-20T08:57:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXEM": { + "figi": "BBG013T81ZQ6", + "ticker": "FXEM", + "classCode": "TQTF", + "isin": "IE0003KBK0Z6", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0420\u0430\u0437\u0432\u0438\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0442\u0440\u0430\u043d\u044b \u0431\u0435\u0437 \u041a\u0438\u0442\u0430\u044f \u0438 \u0418\u043d\u0434\u0438\u0438", + "exchange": "MOEX", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "8e175660-eb35-4e22-ac23-9641702c82d4", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "18117fed-d70a-4d65-a1e1-c9b223677156", + "forIisFlag": true, + "first1minCandleDate": "2021-12-17T07:01:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "SBWS": { + "figi": "BBG011C8J503", + "ticker": "SBWS", + "classCode": "TQTF", + "isin": "RU000A1035S8", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u0412\u0437\u0432\u0435\u0448\u0435\u043d\u043d\u044b\u0439 \u0441\u043c\u0430\u0440\u0442", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-05-24T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 2000000 + }, + "apiTradeAvailableFlag": true, + "uid": "21a36bf5-ef3b-44aa-82ce-67f9b9c0a58c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "eaea19a9-b487-4505-b962-6bc686df78ea", + "forIisFlag": true, + "first1minCandleDate": "2021-06-09T07:05:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", + "type": "Etfs", + "step": 0.002 + }, + "TGLD": { + "figi": "BBG222222222", + "ticker": "TGLD", + "classCode": "TQTD", + "isin": "RU000A101X50", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "MOEX", + "fixedCommission": { + "units": "0", + "nano": 450000000 + }, + "focusType": "equity", + "releasedDate": "2020-07-13T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "a4b3adc6-4e04-4f06-9048-431aa1ed07ac", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "548bde28-a5ea-4b7b-83d3-47b4c56a0167", + "forIisFlag": true, + "first1minCandleDate": "2020-08-26T07:00:00Z", + "first1dayCandleDate": "2020-08-26T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "TBRU": { + "figi": "TCS00A1039N1", + "ticker": "TBRU", + "classCode": "TQTF", + "isin": "RU000A1039N1", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Bonds RUB", + "exchange": "MOEX", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "fixed_income", + "releasedDate": "2021-06-10T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "a9ff2a1a-f8de-4648-8d5a-6b264f32fcdf", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c1a8e0b5-a4bb-4f4c-b109-68e0149b5b23", + "forIisFlag": true, + "first1minCandleDate": "2021-07-12T07:00:00Z", + "first1dayCandleDate": "2021-07-12T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "FXFA": { + "figi": "BBG00ZXX3KF9", + "ticker": "FXFA", + "classCode": "TQTF", + "isin": "IE00BMDKNN44", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u041e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0439 \u0440\u0430\u0437\u0432\u0438\u0442\u044b\u0445 \u0440\u044b\u043d\u043a\u043e\u0432", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "95212b2a-b9cf-4fde-a4f3-58788571fc9f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "276ed464-3f4e-438d-aa4c-aa931462e1f8", + "forIisFlag": true, + "first1minCandleDate": "2021-04-22T06:59:00Z", + "first1dayCandleDate": "2021-04-22T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TEUS": { + "figi": "TCS00A103VE6", + "ticker": "TEUS", + "classCode": "TQTE", + "isin": "RU000A103VE6", + "lot": 100, + "currency": "eur", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Eurostocks 50", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "c4cbf4e2-e3c2-415f-8e21-734c091b51b4", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e43deabb-ff60-4ddc-b0df-4696f90dbb15", + "forIisFlag": true, + "first1minCandleDate": "2021-11-08T07:01:00Z", + "first1dayCandleDate": "2021-11-08T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXES": { + "figi": "BBG011Q55QS3", + "ticker": "FXES", + "classCode": "TQTF", + "isin": "IE00BNYK7W79", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0412\u0438\u0434\u0435\u043e\u0438\u0433\u0440\u044b \u0438 \u041a\u0438\u0431\u0435\u0440\u0441\u043f\u043e\u0440\u0442", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "it", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "aefa407f-c6e7-46fd-be47-7dcaf7a05a66", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "68dd426a-fc7e-45f6-81b9-a24c174c88e8", + "forIisFlag": true, + "first1minCandleDate": "2021-07-14T07:00:00Z", + "first1dayCandleDate": "2021-07-14T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TSST": { + "figi": "TCS00A103VM9", + "ticker": "TSST", + "classCode": "TQTD", + "isin": "RU000A103VM9", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 ESG Leaders", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "89d5ac41-3339-4241-aed9-5a5a2f88104c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b1338d84-3b7d-4d11-83b9-a0d51d24fb3d", + "forIisFlag": true, + "first1minCandleDate": "2021-10-29T07:01:00Z", + "first1dayCandleDate": "2021-10-29T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXBC": { + "figi": "BBG01526SWY3", + "ticker": "FXBC", + "classCode": "TQTF", + "isin": "IE000GBF7ZU3", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u042d\u043a\u043e\u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0411\u043b\u043e\u043a\u0447\u0435\u0439\u043d", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "f0f3a5fb-da04-44eb-81a5-2754b7763607", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "631c74d8-fd92-486d-a361-0b18a6e445d6", + "forIisFlag": true, + "first1minCandleDate": "2022-02-15T07:02:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "AKGD": { + "figi": "BBG014M8NBM4", + "ticker": "AKGD", + "classCode": "TQTF", + "isin": "RU000A1045N8", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-11-25T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "b91e5a2b-d8a1-4a42-b73e-45152b34edd7", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "b8af8e2f-e887-4d8b-85fd-ff4a63c5b7c4", + "forIisFlag": true, + "first1minCandleDate": "2021-12-21T07:40:00Z", + "first1dayCandleDate": "2021-12-21T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "SBBE": { + "figi": "TCS00A104B87", + "ticker": "SBBE", + "classCode": "TQTF", + "isin": "RU000A104B87", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u0411\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u042d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0430", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-12-20T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "5cc51579-1006-4cc8-a7b4-34d28f017187", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "6b7cad60-753e-48c0-9a04-877cf15bdc74", + "forIisFlag": true, + "first1minCandleDate": "2021-12-30T07:30:00Z", + "first1dayCandleDate": "2021-12-30T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "SCZ": { + "figi": "BBG000T1G7X6", + "ticker": "SCZ", + "classCode": "SPBXM", + "isin": "US4642882736", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "iShares MSCI EAFE Small-Cap ETF", + "exchange": "SPB", + "focusType": "equity", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "e0938dd8-79dc-44bf-bba2-60d5bde0b9ae", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "41f7f536-34f2-43cf-8d4d-be1c4c9834a7", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "AKME": { + "figi": "BBG00YRW4B42", + "ticker": "AKME", + "classCode": "TQTF", + "isin": "RU000A102E78", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0410\u043a\u0446\u0438\u0438", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2020-11-23T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c2e5b5d7-fd56-48b3-8f28-d47ca7a09a67", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f82caabe-788a-477d-af53-56a4325aecf6", + "forIisFlag": true, + "first1minCandleDate": "2020-12-18T08:41:00Z", + "first1dayCandleDate": "2020-12-18T07:00:00Z", + "type": "Etfs", + "step": 0.02 + }, + "FXIM": { + "figi": "BBG00Y6D0N45", + "ticker": "FXIM", + "classCode": "TQTD", + "isin": "IE00BNC2D728", + "lot": 10, + "currency": "usd", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 IT-\u0441\u0435\u043a\u0442\u043e\u0440\u0430 \u0421\u0428\u0410", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "it", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "d57fff70-2420-4270-a08e-655b711ad83c", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "17bc34f6-c06e-47b0-b789-5b66c9a4eeeb", + "forIisFlag": true, + "first1minCandleDate": "2020-11-17T07:16:00Z", + "first1dayCandleDate": "2020-11-17T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "AKEB": { + "figi": "BBG013RTJSX1", + "ticker": "AKEB", + "classCode": "TQTF", + "isin": "RU000A103ZC1", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435 \u0435\u0432\u0440\u043e\u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-10-28T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1da237e5-157c-44b0-9c8d-cc4df4dbb5ec", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "1d8b6b84-b007-4ed4-a127-9320c4107069", + "forIisFlag": true, + "first1minCandleDate": "2021-11-22T07:05:00Z", + "first1dayCandleDate": "2021-11-22T07:00:00Z", + "type": "Etfs", + "step": 0.05 + }, + "TSOX": { + "figi": "TCS00A103VF3", + "ticker": "TSOX", + "classCode": "TQTD", + "isin": "RU000A103VF3", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Semiconductors", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "it", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "ddcd8a84-1f7e-4924-9ad2-daac2f7996ee", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8861b973-9f9d-4d5a-8afe-f6ee828b80f8", + "forIisFlag": true, + "first1minCandleDate": "2021-11-08T07:00:00Z", + "first1dayCandleDate": "2021-11-08T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "TEMS": { + "figi": "TCS00A103VJ5", + "ticker": "TEMS", + "classCode": "TQTD", + "isin": "RU000A103VJ5", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Emerging Markets", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "e7cd7a43-a1db-4ab5-8ee7-827767189b0d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f947a676-dd5e-4e91-909d-90b7a926ca42", + "forIisFlag": true, + "first1minCandleDate": "2021-10-29T07:01:00Z", + "first1dayCandleDate": "2021-10-29T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "AKSC": { + "figi": "BBG012T4JCQ9", + "ticker": "AKSC", + "classCode": "TQTF", + "isin": "RU000A103L86", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u041a\u043e\u0441\u043c\u043e\u0441", + "exchange": "MOEX_MORNING", + "focusType": "equity", + "releasedDate": "2021-08-19T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "d55e3a12-6788-469c-8d4b-b3a28bf133fe", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a089bc14-ab2c-4610-aa43-85866a82439a", + "forIisFlag": true, + "first1minCandleDate": "2021-09-22T11:18:00Z", + "first1dayCandleDate": "2021-09-22T07:00:00Z", + "type": "Etfs", + "step": 0.02 + }, + "SBGB": { + "figi": "BBG00NJ6XQ74", + "ticker": "SBGB", + "classCode": "TQTF", + "isin": "RU000A1000F9", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2018-12-24T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "77325103-db2a-463a-972e-1557fbb9299a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "cdfc4c8f-f176-474a-b8a0-3a9011be38c5", + "forIisFlag": true, + "first1minCandleDate": "2019-01-25T07:26:00Z", + "first1dayCandleDate": "2019-01-25T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "TRRE": { + "figi": "TCS00A104UC0", + "ticker": "TRRE", + "classCode": "TQIF", + "isin": "RU000A104UC0", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0416\u041a Republic-REDS", + "exchange": "MOEX_DEALER_WEEKEND", + "fixedCommission": { + "units": "2", + "nano": 0 + }, + "focusType": "real_estate", + "releasedDate": "2022-03-31T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "real_estate", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "8d6b14b6-e404-40f6-9bb9-cc4c1e5accb5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "c811eeb7-3bca-43b3-b4d0-1905cb95ce0f", + "forIisFlag": true, + "first1minCandleDate": "2022-08-09T14:54:00Z", + "first1dayCandleDate": "2022-08-09T07:00:00Z", + "type": "Etfs", + "step": 1.0 + }, + "AKMB": { + "figi": "BBG00V7649K4", + "ticker": "AKMB", + "classCode": "TQTF", + "isin": "RU000A101PN3", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2020-05-19T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "municipal", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "fdaddce0-0a84-4b72-9106-5f28bf249d8a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "985c35d0-61e2-4fb0-90e5-3b433c1d4a88", + "forIisFlag": true, + "first1minCandleDate": "2020-06-02T07:27:00Z", + "first1dayCandleDate": "2020-06-02T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "SBRS": { + "figi": "BBG011C8HRT6", + "ticker": "SBRS", + "classCode": "TQTF", + "isin": "RU000A1035Q2", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u041e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b\u0439 \u0441\u043c\u0430\u0440\u0442", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-05-24T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "0b9ae0ac-2d29-4ec1-9b78-6582f7d2982e", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4d027e26-0775-49f3-b11e-c9dedc2c3c36", + "forIisFlag": true, + "first1minCandleDate": "2021-06-09T07:15:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "TRAI": { + "figi": "TCS00A103VG1", + "ticker": "TRAI", + "classCode": "TQTD", + "isin": "RU000A103VG1", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 AI-Robotics", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "it", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "5ae32997-b811-421d-8850-a0d05733a260", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "fff1224e-61d5-4118-8f0b-44d9f538cd4a", + "forIisFlag": true, + "first1minCandleDate": "2021-11-15T07:02:00Z", + "first1dayCandleDate": "2021-11-15T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "FXRB": { + "figi": "BBG004HNZFH2", + "ticker": "FXRB", + "classCode": "TQTF", + "isin": "IE00B7L7CP77", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0415\u0432\u0440\u043e\u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 \u0440\u043e\u0441. \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 (RUB)", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2013-04-30T00:00:00Z", + "numShares": { + "units": "580543", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "semi_annual", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "62836a39-6ef7-4524-acc0-32a5db8a2eaa", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e57d734d-9db7-4bb9-833f-aeb59b087e34", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T19:50:00Z", + "first1dayCandleDate": "2013-04-30T00:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "AKQU": { + "figi": "BBG012VJJFG7", + "ticker": "AKQU", + "classCode": "TQTD", + "isin": "RU000A103NR5", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u041a\u0432\u0430\u043d\u0442", + "exchange": "MOEX_MORNING", + "focusType": "equity", + "releasedDate": "2021-09-06T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9e6ff921-aed2-4cbc-962a-59585b72d9c1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "995b2c3a-3122-461a-b176-886a1bc1d111", + "forIisFlag": true, + "first1minCandleDate": "2021-10-04T09:27:00Z", + "first1dayCandleDate": "2021-10-04T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TFNX": { + "figi": "TCS00A103VH9", + "ticker": "TFNX", + "classCode": "TQTD", + "isin": "RU000A103VH9", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 FinTech", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "cde55f2f-4bb1-41cf-a02b-e21d55e4d1f4", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "5cf12483-63f4-4c11-b15f-fa3eae7f0a29", + "forIisFlag": true, + "first1minCandleDate": "2021-11-15T07:02:00Z", + "first1dayCandleDate": "2021-11-15T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "VTBA": { + "figi": "BBG00PGVPH30", + "ticker": "VTBA", + "classCode": "TQTD", + "isin": "RU000A100E21", + "lot": 10, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0420\u0421\u0425\u0411 - \u0410\u043a\u0446\u0438\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 \u0421\u0428\u0410", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-05-28T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "28f0cdbd-e6d0-483f-92b0-cbb8623b9847", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "fae7787b-e8fa-4368-b27c-0d0356f09dc2", + "forIisFlag": true, + "first1minCandleDate": "2019-06-20T10:27:00Z", + "first1dayCandleDate": "2019-06-20T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "IEV": { + "figi": "BBG000BXV152", + "ticker": "IEV", + "classCode": "SPBXM", + "isin": "US4642878619", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "iShares Europe ETF", + "exchange": "SPB", + "focusType": "equity", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "12a34915-997d-412e-8af4-051116adf6d8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "b18a5e91-46a5-4a41-8c6c-03c97968e7ed", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "KBWB": { + "figi": "BBG0027F1TD5", + "ticker": "KBWB", + "classCode": "SPBXM", + "isin": "US46138E6288", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "Invesco KBW Bank ETF", + "exchange": "SPB", + "fixedCommission": { + "units": "0", + "nano": 350000000 + }, + "focusType": "equity", + "releasedDate": "2007-06-13T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "66a08184-bd98-45f3-9411-b0d6a227994d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "ac29189c-c799-4a99-992f-58d280e4b1e8", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TCBR": { + "figi": "TCS00A103VN7", + "ticker": "TCBR", + "classCode": "TQTD", + "isin": "RU000A103VN7", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 CyberSecurity", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "equity", + "releasedDate": "2021-10-04T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "it", + "rebalancingFreq": "annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "79711b97-363b-477e-9db3-ac1a2b0963d5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "2f8b475a-4a7f-41c0-974d-93bc941532c0", + "forIisFlag": true, + "first1minCandleDate": "2021-10-29T07:01:00Z", + "first1dayCandleDate": "2021-10-29T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "GOLD": { + "figi": "BBG00V9V16J8", + "ticker": "GOLD", + "classCode": "TQTF", + "isin": "RU000A101NZ2", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0412\u0418\u041c \u0424\u043e\u043d\u0434 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2020-05-14T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "81a9e64b-e9bc-4bb4-8940-1ae2d22e3745", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "95b21e38-19cd-41b8-8373-0525689c24cc", + "forIisFlag": true, + "first1minCandleDate": "2020-07-15T07:03:00Z", + "first1dayCandleDate": "2020-07-15T07:03:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "ESGD": { + "figi": "BBG00D7BBRR8", + "ticker": "ESGD", + "classCode": "SPBXM", + "isin": "US46435G5163", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "iShares ESG Aware MSCI EAFE ETF", + "exchange": "SPB", + "focusType": "equity", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "8d09677f-38f0-49e5-99fe-12aa5b0c889e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1b3389ba-a9bb-4949-9213-78f23ddd9896", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXGD": { + "figi": "BBG005DXDPK9", + "ticker": "FXGD", + "classCode": "TQTF", + "isin": "IE00B8XB7377", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 450000000 + }, + "focusType": "mixed_allocation", + "releasedDate": "2013-10-17T00:00:00Z", + "numShares": { + "units": "1738450", + "nano": 0 + }, + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "materials", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "79105935-5c13-435f-803e-18727eaf7075", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "2206e469-a4b6-44be-9c83-665df70c53a6", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:40:00Z", + "first1dayCandleDate": "2013-10-17T00:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXRL": { + "figi": "BBG0073DLHS1", + "ticker": "FXRL", + "classCode": "TQTF", + "isin": "IE00BQ1Y6480", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439", + "exchange": "MOEX_PLUS", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2016-03-02T00:00:00Z", + "numShares": { + "units": "250000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 5000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9a5c4bac-3840-4f56-b537-92e17f7ed95f", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ea03a232-c811-4404-b52c-834600ae9d63", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:47:00Z", + "first1dayCandleDate": "2016-03-02T00:00:00Z", + "type": "Etfs", + "step": 0.005 + }, + "EWI": { + "figi": "BBG000BK2V65", + "ticker": "EWI", + "classCode": "SPBXM", + "isin": "US46434G8309", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "iShares MSCI Italy ETF", + "exchange": "SPB", + "fixedCommission": { + "units": "0", + "nano": 590000000 + }, + "focusType": "equity", + "releasedDate": "1996-03-18T00:00:00Z", + "numShares": { + "units": "14100000", + "nano": 0 + }, + "countryOfRisk": "IT", + "countryOfRiskName": "\u0418\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "24964245-3b85-4041-bd5f-dca9f4c7bf3f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "7d116bc3-5d17-4be4-bce7-f1e904161c78", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "AMRB": { + "figi": "TCS00A102XY2", + "ticker": "AMRB", + "classCode": "TQTF", + "isin": "RU000A102XY2", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u0422\u041e\u041d \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 +", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2021-03-25T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c36b34de-b1b3-45f9-b0fb-9c6616d973a1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "d18d228a-dc35-4caf-9da1-d883a1014699", + "forIisFlag": true, + "first1minCandleDate": "2021-04-29T07:04:00Z", + "first1dayCandleDate": "2021-04-29T07:00:00Z", + "type": "Etfs", + "step": 0.1 + }, + "AKSF": { + "figi": "BBG0151LJYV0", + "ticker": "AKSF", + "classCode": "TQTF", + "isin": "RU000A104CU0", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044f \u0431\u0443\u0434\u0443\u0449\u0435\u0433\u043e", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-12-27T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "551a1df9-e366-4c81-8c88-84e062a848d2", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3e37ef59-94d3-416d-bf9f-5349dfb201f8", + "forIisFlag": true, + "first1minCandleDate": "2022-01-25T09:08:00Z", + "first1dayCandleDate": "2022-01-25T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "FXIP": { + "figi": "BBG011C7ZVQ2", + "ticker": "FXIP", + "classCode": "TQTF", + "isin": "IE00096YBNR3", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u041e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 TIPS (RUB)", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "06fe3557-26f7-4046-93e6-853b5258548a", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "bb3e5337-3d4d-49d1-876e-9abc86786e3f", + "forIisFlag": true, + "first1minCandleDate": "2021-06-09T06:59:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "SPSB": { + "figi": "BBG000Q1MZ15", + "ticker": "SPSB", + "classCode": "SPBXM", + "isin": "US78464A4748", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "SPDR Portfolio Short Term Corporate Bond ETF", + "exchange": "SPB", + "fixedCommission": { + "units": "0", + "nano": 70000000 + }, + "focusType": "equity", + "releasedDate": "2009-12-17T00:00:00Z", + "numShares": { + "units": "166400000", + "nano": 0 + }, + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "079bd0c8-bd09-4041-bee6-ae26d55be86b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "fda05de3-3ea2-4ee9-87f2-ae0f73823926", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TSPV": { + "figi": "TCS00A102YC6", + "ticker": "TSPV", + "classCode": "TQTD", + "isin": "RU000A102YC6", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 SPAC", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2021-04-01T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "financial", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "cbf4ae6e-8986-4dd9-815d-5f0349de00b1", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e5effb9a-31e8-4a50-91aa-61fbc5b5ac97", + "forIisFlag": true, + "first1minCandleDate": "2021-04-21T07:00:00Z", + "first1dayCandleDate": "2021-04-21T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "OBLG": { + "figi": "BBG00MF4JRQ8", + "ticker": "OBLG", + "classCode": "TQTF", + "isin": "RU000A1002S8", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0412\u0418\u041c \u2013 \u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2019-01-31T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "7645fe10-3b63-4ed6-a2b5-6d1fc6448ef4", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "4130c349-98ef-4587-a26d-7542fbbe3164", + "forIisFlag": true, + "first1minCandleDate": "2019-02-21T07:27:00Z", + "first1dayCandleDate": "2019-02-21T07:27:00Z", + "type": "Etfs", + "step": 0.02 + }, + "TBEU": { + "figi": "TCS00A103TD2", + "ticker": "TBEU", + "classCode": "TQTE", + "isin": "RU000A103TD2", + "lot": 100, + "currency": "eur", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0415\u0432\u0440\u043e\u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 EUR", + "exchange": "MOEX_MORNING", + "fixedCommission": { + "units": "0", + "nano": 600000000 + }, + "focusType": "fixed_income", + "releasedDate": "2021-09-27T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "semi_annual", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "1a757a10-6d3a-4df4-b0b5-c1ff9baa0ea8", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "003d11d7-2d8c-48dd-b23a-7cf29b59159e", + "forIisFlag": true, + "first1minCandleDate": "2021-11-23T07:01:00Z", + "first1dayCandleDate": "2021-11-23T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "IYT": { + "figi": "BBG000BPNZB6", + "ticker": "IYT", + "classCode": "SPBXM", + "isin": "US4642871929", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "iShares US Transportation ETF", + "exchange": "SPB", + "focusType": "equity", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "industrials", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "04de4747-1562-4875-95ed-72e3ca5c8c9f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "3ecdb5dc-3906-4c23-893b-24675354ad55", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "AKCH": { + "figi": "BBG00YM3BX27", + "ticker": "AKCH", + "classCode": "TQTF", + "isin": "RU000A102FK8", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b \u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0435 \u0410\u043a\u0446\u0438\u0438", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2020-11-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 20000000 + }, + "apiTradeAvailableFlag": true, + "uid": "77436ded-11b8-4bca-8fa4-4d4929726902", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "08da713d-db0d-4071-a91c-a03b5157bbfa", + "forIisFlag": true, + "first1minCandleDate": "2020-12-18T07:53:00Z", + "first1dayCandleDate": "2020-12-18T07:00:00Z", + "type": "Etfs", + "step": 0.02 + }, + "AKSP": { + "figi": "BBG00P5M77Y0", + "ticker": "AKSP", + "classCode": "TQTD", + "isin": "RU000A1006V3", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0410\u043b\u044c\u0444\u0430-\u041a\u0430\u043f\u0438\u0442\u0430\u043b S&P 500", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-03-19T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "8520b7b4-fe18-41ba-addb-4c62f8edb23d", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "893220ab-80b4-4e7a-a502-1d6fbcd73d18", + "forIisFlag": true, + "first1minCandleDate": "2019-04-04T12:15:00Z", + "first1dayCandleDate": "2019-04-04T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TIPO": { + "figi": "TCS00A102EM7", + "ticker": "TIPO", + "classCode": "TQTD", + "isin": "RU000A102EM7", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0418\u043d\u0434\u0435\u043a\u0441 IPO", + "exchange": "MOEX_PLUS_WEEKEND", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2020-11-23T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "6d48d12c-47ba-4ca4-a831-5c44e851d8f5", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "3229505f-56ce-47a4-b945-f1f26cc68655", + "forIisFlag": true, + "first1minCandleDate": "2020-12-09T07:00:00Z", + "first1dayCandleDate": "2020-12-09T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "RU000A104172": { + "figi": "TCS00A104172", + "ticker": "RU000A104172", + "classCode": "TQIF", + "isin": "RU000A104172", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u0417\u041f\u0418\u0424 \u041f\u0410\u0420\u0423\u0421-\u0421\u0431\u0435\u0440\u043b\u043e\u0433", + "exchange": "MOEX", + "focusType": "equity", + "releasedDate": "2021-08-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "financial", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "9c28f3c7-b2a1-49b9-9c57-040a3dcefc38", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "e68a74b8-c892-4555-b34b-8adac7f2fdfe", + "forIisFlag": true, + "first1minCandleDate": "2021-12-30T07:01:00Z", + "first1dayCandleDate": "2021-12-30T07:00:00Z", + "type": "Etfs", + "step": 0.1 + }, + "EWP": { + "figi": "BBG000BK58Q1", + "ticker": "EWP", + "classCode": "SPBXM", + "isin": "US4642867646", + "lot": 1, + "currency": "usd", + "shortEnabledFlag": false, + "name": "iShares MSCI Spain ETF", + "exchange": "SPB", + "fixedCommission": { + "units": "0", + "nano": 590000000 + }, + "focusType": "equity", + "releasedDate": "1996-03-18T00:00:00Z", + "numShares": { + "units": "30075000", + "nano": 0 + }, + "countryOfRisk": "ES", + "countryOfRiskName": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0418\u0441\u043f\u0430\u043d\u0438\u044f", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": false, + "sellAvailableFlag": false, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "fffd27e0-413d-425a-b808-9a8a28ee5078", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "647409a1-c14a-4fa6-a66c-6b26564af42d", + "forIisFlag": false, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TRUR": { + "figi": "BBG000000001", + "ticker": "TRUR", + "classCode": "TQTF", + "isin": "RU000A1011U5", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 501600000 + }, + "dshort": { + "units": "0", + "nano": 674400000 + }, + "dlongMin": { + "units": "0", + "nano": 294000000 + }, + "dshortMin": { + "units": "0", + "nano": 294000000 + }, + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u0412\u0435\u0447\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0444\u0435\u043b\u044c RUB", + "exchange": "MOEX", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2019-11-07T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "e2d0dbac-d354-4c36-a5ed-e5aae42ffc76", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "8005e2ec-66b3-49ae-9711-a424d9c9b61b", + "forIisFlag": true, + "first1minCandleDate": "2019-12-09T07:11:00Z", + "first1dayCandleDate": "2019-12-09T07:00:00Z", + "type": "Etfs", + "step": 0.01 + }, + "TECH": { + "figi": "BBG111111111", + "ticker": "TECH", + "classCode": "TQTD", + "isin": "RU000A101X68", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Technology", + "exchange": "MOEX_PLUS_WEEKEND", + "fixedCommission": { + "units": "0", + "nano": 700000000 + }, + "focusType": "equity", + "releasedDate": "2020-07-13T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "it", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "367103a5-2f7d-47c3-b543-65b7896cf9ed", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "77b0088c-a55e-413e-a31e-b2749faf9133", + "forIisFlag": true, + "first1minCandleDate": "2020-08-26T07:00:00Z", + "first1dayCandleDate": "2020-08-26T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "TBIO": { + "figi": "TCS00A102EK1", + "ticker": "TBIO", + "classCode": "TQTD", + "isin": "RU000A102EK1", + "lot": 100, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 Biotech", + "exchange": "MOEX_PLUS_WEEKEND", + "fixedCommission": { + "units": "0", + "nano": 700000000 + }, + "focusType": "equity", + "releasedDate": "2020-11-23T00:00:00Z", + "countryOfRisk": "US", + "countryOfRiskName": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", + "sector": "health_care", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "8c57d0db-ced0-476f-b836-c453ac023602", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "80a67cf9-4950-47cc-ba40-652d35f7faa7", + "forIisFlag": true, + "first1minCandleDate": "2020-12-09T07:00:00Z", + "first1dayCandleDate": "2020-12-09T07:00:00Z", + "type": "Etfs", + "step": 0.0001 + }, + "SBDS": { + "figi": "BBG011C8G9X2", + "ticker": "SBDS", + "classCode": "TQTF", + "isin": "RU000A1035L3", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u0414\u0438\u043d\u0430\u043c\u0438\u0447\u043d\u044b\u0439 \u0441\u043c\u0430\u0440\u0442", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2021-05-24T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 2000000 + }, + "apiTradeAvailableFlag": true, + "uid": "fb0e125f-302d-4224-b659-4e3180fffcb7", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "ed139011-cfd6-48ed-bef2-ad3134c91867", + "forIisFlag": true, + "first1minCandleDate": "2021-06-09T07:06:00Z", + "first1dayCandleDate": "2021-06-09T07:00:00Z", + "type": "Etfs", + "step": 0.002 + }, + "FXCN": { + "figi": "BBG005VKB7D7", + "ticker": "FXCN", + "classCode": "TQTF", + "isin": "IE00BD3QFB18", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u0410\u043a\u0446\u0438\u0438 \u043a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439", + "exchange": "MOEX", + "fixedCommission": { + "units": "0", + "nano": 900000000 + }, + "focusType": "equity", + "releasedDate": "2014-02-06T00:00:00Z", + "numShares": { + "units": "300000", + "nano": 0 + }, + "countryOfRisk": "CN", + "countryOfRiskName": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "sector": "other", + "rebalancingFreq": "quarterly", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 500000000 + }, + "apiTradeAvailableFlag": true, + "uid": "5a1fe00f-b2d1-45ce-bc54-bda5ee656b15", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "7c02257c-0843-4f49-841f-f56557154ce6", + "forIisFlag": true, + "first1minCandleDate": "2018-03-07T18:51:00Z", + "first1dayCandleDate": "2014-02-06T00:00:00Z", + "type": "Etfs", + "step": 0.5 + }, + "VTBE": { + "figi": "BBG00PVNWQ15", + "ticker": "VTBE", + "classCode": "TQTD", + "isin": "RU000A100HQ5", + "lot": 10, + "currency": "usd", + "shortEnabledFlag": false, + "name": "\u0420\u0421\u0425\u0411 \u2013 \u0424\u043e\u043d\u0434 \u0410\u043a\u0446\u0438\u0439 \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0441\u0442\u0440\u0430\u043d", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2019-06-27T00:00:00Z", + "countryOfRisk": "", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "ded712a8-9883-4f29-8de9-c9c2c92cc97b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "475f6836-1025-47fc-a992-afcaa0881bf2", + "forIisFlag": true, + "first1minCandleDate": "2019-07-29T09:06:00Z", + "first1dayCandleDate": "2019-07-29T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "SBMX": { + "figi": "BBG00M0C8YM7", + "ticker": "SBMX", + "classCode": "TQTF", + "isin": "RU000A0ZZH92", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "\u041f\u0435\u0440\u0432\u0430\u044f \u2013 \u0424\u043e\u043d\u0434 \u0422\u043e\u043f \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u0430\u043a\u0446\u0438\u0439", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "releasedDate": "2018-08-15T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, + "apiTradeAvailableFlag": true, + "uid": "0e2b0050-d21a-408d-bae3-1e1a353d5308", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "f44547bb-a614-4963-87c3-ae2bf57e0f6a", + "forIisFlag": true, + "first1minCandleDate": "2018-09-17T07:16:00Z", + "first1dayCandleDate": "2018-09-17T07:00:00Z", + "type": "Etfs", + "step": 0.001 + }, + "FXTP": { + "figi": "TCS0BNYK7X86", + "ticker": "FXTP", + "classCode": "TQTF", + "isin": "IE00BNYK7X86", + "lot": 1, + "currency": "rub", + "shortEnabledFlag": false, + "name": "FinEx \u041e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0438 TIPS", + "exchange": "MOEX_PLUS", + "focusType": "equity", + "countryOfRisk": "IE", + "countryOfRiskName": "", + "sector": "other", + "rebalancingFreq": "", + "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "2fbe36b4-0289-4690-afba-76809083af2b", + "realExchange": "REAL_EXCHANGE_MOEX", + "positionUid": "a79ffc15-0f48-4d3b-bd5a-8a0e2e645142", + "forIisFlag": true, + "first1minCandleDate": "2021-05-19T06:59:00Z", + "first1dayCandleDate": "2021-05-19T07:00:00Z", + "type": "Etfs", + "step": 0.01 + } + }, + "Futures": { + "SFU2": { + "figi": "FUTSPYF09220", + "ticker": "SFU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 244400000 + }, + "dshort": { + "units": "0", + "nano": 529900000 + }, + "dlongMin": { + "units": "0", + "nano": 130800000 + }, + "dshortMin": { + "units": "0", + "nano": 236900000 + }, + "shortEnabledFlag": true, + "name": "SPYF-9.22 S&P 500", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-13T20:59:59Z", + "lastTradeDate": "2022-09-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "SPDR S&P 500 ETF Trust", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9a6138-c81d-470e-8927-60d3efd6b9bd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a603a-2e92-4336-adfa-7606689a05bc", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-09-13T09:00:00Z", + "first1dayCandleDate": "2021-09-13T07:00:00Z", + "type": "Futures", + "step": 0.01 + }, + "SGM2": { + "figi": "FUTSNGP06220", + "ticker": "SGM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "SNGP-6.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SNGSP", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f99a3b6-eed5-4d39-8c6a-ff2d484ce282", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a20e-835d-42b3-b66b-6f50ee3d47c8", + "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", + "forIisFlag": true, + "first1minCandleDate": "2021-12-13T08:00:00Z", + "first1dayCandleDate": "2021-12-13T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "ALZ2": { + "figi": "FUTALRS12220", + "ticker": "ALZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 380300000 + }, + "dshort": { + "units": "0", + "nano": 376700000 + }, + "dlongMin": { + "units": "0", + "nano": 212800000 + }, + "dshortMin": { + "units": "0", + "nano": 173300000 + }, + "shortEnabledFlag": true, + "name": "ALRS-12.22 \u0410\u043b\u0440\u043e\u0441\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ALRS", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "99e89917-5f0b-4c28-97a4-dc4b43c8ff4a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b211b-de09-40e8-83de-b69d453c7fe9", + "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "forIisFlag": true, + "first1minCandleDate": "2022-04-05T08:50:00Z", + "first1dayCandleDate": "2022-04-05T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "NMM2": { + "figi": "FUTNLMK06220", + "ticker": "NMM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "NLMK-6.22 \u041d\u041b\u041c\u041a", + "exchange": "FORTS", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "NLMK", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a34c-1430-4f05-9d6e-5487c52a5a99", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a21f-4f48-407c-acab-c51df8c083c8", + "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "forIisFlag": true, + "first1minCandleDate": "2021-11-17T14:42:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "SNU2": { + "figi": "FUTSNGR09220", + "ticker": "SNU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 297700000 + }, + "dshort": { + "units": "0", + "nano": 702800000 + }, + "dlongMin": { + "units": "0", + "nano": 162000000 + }, + "dshortMin": { + "units": "0", + "nano": 304900000 + }, + "shortEnabledFlag": true, + "name": "SNGR-9.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SNGS", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "427bb9cd-fbc6-40e2-8934-f8c44a5aba0a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60a5-cd81-4e21-9bef-2a112b1e374c", + "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", + "forIisFlag": true, + "first1minCandleDate": "2022-04-25T07:35:00Z", + "first1dayCandleDate": "2022-04-25T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "SiM4": { + "figi": "FUTSI0624000", + "ticker": "SiM4", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 283600000 + }, + "dshort": { + "units": "0", + "nano": 690100000 + }, + "dlongMin": { + "units": "0", + "nano": 153600000 + }, + "dshortMin": { + "units": "0", + "nano": 300000000 + }, + "shortEnabledFlag": false, + "name": "Si-6.24 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-09T20:59:59Z", + "lastTradeDate": "2024-06-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2024-06-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "15d7d259-a913-4414-9173-b9b7ac8b436d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa1a945-48c6-4f80-b028-8988ced35401", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "forIisFlag": true, + "first1minCandleDate": "2022-06-16T15:23:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "NGH2": { + "figi": "FUTNG0322000", + "ticker": "NGH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 290200000 + }, + "dshort": { + "units": "0", + "nano": 426800000 + }, + "dlongMin": { + "units": "0", + "nano": 157500000 + }, + "dshortMin": { + "units": "0", + "nano": 194500000 + }, + "shortEnabledFlag": true, + "name": "NG-3.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS", + "firstTradeDate": "2021-09-22T20:59:59Z", + "lastTradeDate": "2022-03-29T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "GASE", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-29T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98fbaf-852c-44c5-aa0a-837548623ad4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98fb18-4ad2-4977-b7ae-b45012a920e9", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-09-23T07:08:00Z", + "first1dayCandleDate": "2021-09-23T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "MTZ2": { + "figi": "FUTMTSI12220", + "ticker": "MTZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 326300000 + }, + "dshort": { + "units": "0", + "nano": 492400000 + }, + "dlongMin": { + "units": "0", + "nano": 179200000 + }, + "dshortMin": { + "units": "0", + "nano": 221600000 + }, + "shortEnabledFlag": true, + "name": "MTSI-12.22 \u041c\u0422\u0421", + "exchange": "FORTS", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MTSS", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "ec79946a-c381-4bc3-9c3c-e74c99c9165e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20ab-f4e9-4ab4-8381-d879ff89b214", + "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", + "forIisFlag": true, + "first1minCandleDate": "2022-03-31T12:48:00Z", + "first1dayCandleDate": "2022-03-31T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "VIU2": { + "figi": "FUTRVI092200", + "ticker": "VIU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 399600000 + }, + "dshort": { + "units": "0", + "nano": 996600000 + }, + "dlongMin": { + "units": "0", + "nano": 225100000 + }, + "dshortMin": { + "units": "0", + "nano": 413000000 + }, + "shortEnabledFlag": false, + "name": "RVI-9.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-07-08T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RVI", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "37c50712-31df-4605-92bd-810d9f6f8ee4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5ec5-74bf-43a6-bae1-3e9acdc8331f", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-07-13T13:40:00Z", + "first1dayCandleDate": "2022-07-13T07:00:00Z", + "type": "Futures", + "step": 0.05 + }, + "RBM2": { + "figi": "FUTRGBI06220", + "ticker": "RBM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 225600000 + }, + "dshort": { + "units": "0", + "nano": 254400000 + }, + "dlongMin": { + "units": "0", + "nano": 120000000 + }, + "dshortMin": { + "units": "0", + "nano": 120000000 + }, + "shortEnabledFlag": true, + "name": "RGBI-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0439", + "exchange": "FORTS", + "firstTradeDate": "2022-02-27T21:00:00Z", + "lastTradeDate": "2022-05-31T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RGBI", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", + "expirationDate": "2022-06-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "398e6826-2ef7-4250-a2a9-61c69349edbe", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9982d7-d0b9-439d-ae25-41b7933ece62", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-02-28T09:02:00Z", + "first1dayCandleDate": "2022-02-28T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "HYM2": { + "figi": "FUTHYDR06220", + "ticker": "HYM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 298700000 + }, + "dshort": { + "units": "0", + "nano": 311100000 + }, + "dlongMin": { + "units": "0", + "nano": 162500000 + }, + "dshortMin": { + "units": "0", + "nano": 145000000 + }, + "shortEnabledFlag": true, + "name": "HYDR-6.22 \u0420\u0443\u0441\u0413\u0438\u0434\u0440\u043e", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "HYDR", + "basicAssetSize": { + "units": "10000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a333-2408-4442-ab4e-00538cc82f74", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3d6-f599-45ce-bf66-da843c81ac7b", + "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", + "forIisFlag": true, + "first1minCandleDate": "2021-12-14T04:31:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "VIF2": { + "figi": "FUTRVI012200", + "ticker": "VIF2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 283000000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 132700000 + }, + "shortEnabledFlag": true, + "name": "RVI-1.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", + "exchange": "FORTS", + "firstTradeDate": "2021-11-05T20:59:59Z", + "lastTradeDate": "2022-01-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RVI", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-01-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f9868b8-2d09-4ded-a7cc-ddb90656875f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98698c-8349-468d-9e6b-50591c730bd4", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-11-05T13:07:00Z", + "first1dayCandleDate": "2021-11-05T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "PZU2": { + "figi": "FUTPLZL09220", + "ticker": "PZU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 308200000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 143800000 + }, + "shortEnabledFlag": true, + "name": "PLZL-9.22 \u041f\u043e\u043b\u044e\u0441 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PLZL", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "5d122fcc-f8df-4403-a025-87ffac14cd65", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a601c-791f-4981-a0c0-159ff2882b7e", + "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", + "forIisFlag": true, + "first1minCandleDate": "2022-04-12T13:44:00Z", + "first1dayCandleDate": "2022-04-12T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "AKM2": { + "figi": "FUTAFKS06220", + "ticker": "AKM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 305400000 + }, + "dshort": { + "units": "0", + "nano": 355100000 + }, + "dlongMin": { + "units": "0", + "nano": 166600000 + }, + "dshortMin": { + "units": "0", + "nano": 164100000 + }, + "shortEnabledFlag": true, + "name": "AFKS-6.22 \u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFKS", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a39e-116a-4f48-b121-3449e50fea40", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2bf-f0be-4913-bff4-65f349d640f8", + "basicAssetPositionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "forIisFlag": true, + "first1minCandleDate": "2021-12-02T16:32:00Z", + "first1dayCandleDate": "2021-12-02T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "DYH2": { + "figi": "FUTDSKY03220", + "ticker": "DYH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "DSKY-3.22 \u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440", + "exchange": "FORTS", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "DSKY", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f98e484-4884-42b1-a49d-4d9ab2a24fa1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4af-693a-4925-9aa1-0ca21f5e3052", + "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", + "forIisFlag": true, + "first1minCandleDate": "2022-02-15T08:05:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "TTU2": { + "figi": "FUTTATN09220", + "ticker": "TTU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 258400000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 121800000 + }, + "shortEnabledFlag": true, + "name": "TATN-9.22 \u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "TATN", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "950c1029-b53a-48b7-9fb1-2bc637b26a75", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60dd-f999-44a5-ab58-ee123eed639f", + "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", + "forIisFlag": true, + "first1minCandleDate": "2022-02-10T12:08:00Z", + "first1dayCandleDate": "2022-02-10T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MAU2": { + "figi": "FUTMMI092200", + "ticker": "MAU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 215700000 + }, + "dshort": { + "units": "0", + "nano": 249300000 + }, + "dlongMin": { + "units": "0", + "nano": 114400000 + }, + "dshortMin": { + "units": "0", + "nano": 117700000 + }, + "shortEnabledFlag": true, + "name": "MMI-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u0435\u0442\u0430\u043b\u043b\u043e\u0432 \u0438 \u0434\u043e\u0431\u044b\u0447\u0438", + "exchange": "FORTS", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-09-14T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXMM", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9a5f24-bc21-46c0-be59-619094225c9d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e8a-561f-46e4-9ad2-35200cee2e9b", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-02-08T09:02:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "RIM3": { + "figi": "FUTRTS062300", + "ticker": "RIM3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 389100000 + }, + "dshort": { + "units": "0", + "nano": 627000000 + }, + "dlongMin": { + "units": "0", + "nano": 218400000 + }, + "dshortMin": { + "units": "0", + "nano": 275500000 + }, + "shortEnabledFlag": true, + "name": "RTS-6.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-06-11T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9d9f49-a0da-4336-9364-4bf354a68b4d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9f5d-3f40-41ba-b6b6-c3c9fde68482", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-06-15T08:53:00Z", + "first1dayCandleDate": "2021-06-15T07:00:00Z", + "type": "Futures", + "step": 10.0 + }, + "AUZ2": { + "figi": "FUTAUDU12220", + "ticker": "AUZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 245400000 + }, + "dshort": { + "units": "0", + "nano": 425700000 + }, + "dlongMin": { + "units": "0", + "nano": 131300000 + }, + "dshortMin": { + "units": "0", + "nano": 194000000 + }, + "shortEnabledFlag": false, + "name": "AUDU-12.22 \u041a\u0443\u0440\u0441 \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0439\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410", + "exchange": "FORTS", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "AUD/USD", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "4c9ec176-16ae-4474-bd70-b2b26a40784d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1fcb-8650-44ea-b6f2-f5c8b9db3194", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Futures", + "step": 0.0001 + }, + "NlJ2": { + "figi": "FUTNL0422000", + "ticker": "NlJ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 200000000 + }, + "dshort": { + "units": "0", + "nano": 262300000 + }, + "dlongMin": { + "units": "0", + "nano": 105600000 + }, + "dshortMin": { + "units": "0", + "nano": 123500000 + }, + "shortEnabledFlag": true, + "name": "Nl-4.22 \u041d\u0438\u043a\u0435\u043b\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-01-05T20:59:59Z", + "lastTradeDate": "2022-04-19T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Nl", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-04-19T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "5", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9926ff-ffcf-4bd0-9479-d2827caf5960", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f992646-34dc-48b8-b115-e14ef94eb0da", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-03-23T15:42:00Z", + "first1dayCandleDate": "2022-03-23T07:00:00Z", + "type": "Futures", + "step": 5.0 + }, + "MMU4": { + "figi": "FUTMXI092400", + "ticker": "MMU4", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 476500000 + }, + "dshort": { + "units": "0", + "nano": 738800000 + }, + "dlongMin": { + "units": "0", + "nano": 276500000 + }, + "dshortMin": { + "units": "0", + "nano": 318600000 + }, + "shortEnabledFlag": true, + "name": "MXI-9.24 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-07-01T20:59:59Z", + "lastTradeDate": "2024-09-19T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2024-09-19T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1fa26684-09f3-4a85-988f-77829ae04f20", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa2668e-7a7d-405a-a655-773a0ebd9959", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-08-17T10:12:00Z", + "first1dayCandleDate": "2021-08-17T07:00:00Z", + "type": "Futures", + "step": 0.05 + }, + "MCH2": { + "figi": "FUTMTLR03220", + "ticker": "MCH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 313600000 + }, + "dshort": { + "units": "0", + "nano": 657400000 + }, + "dlongMin": { + "units": "0", + "nano": 171500000 + }, + "dshortMin": { + "units": "0", + "nano": 287400000 + }, + "shortEnabledFlag": true, + "name": "MTLR-3.22 \u041c\u0435\u0447\u0435\u043b (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MTLR", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98e462-2c76-4e40-9da4-673a911185b3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e55d-58c5-4e00-aaa9-d1e6d34fdb2d", + "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", + "forIisFlag": true, + "first1minCandleDate": "2022-02-15T08:41:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "LKM2": { + "figi": "FUTLKOH06220", + "ticker": "LKM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 279500000 + }, + "dshort": { + "units": "0", + "nano": 354100000 + }, + "dlongMin": { + "units": "0", + "nano": 151200000 + }, + "dshortMin": { + "units": "0", + "nano": 163700000 + }, + "shortEnabledFlag": true, + "name": "LKOH-6.22 \u041b\u0443\u043a\u043e\u0439\u043b", + "exchange": "FORTS", + "firstTradeDate": "2021-06-02T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "LKOH", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a32f-2244-418a-a544-9c50e995b8f9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a34a-a963-4142-80ed-39071cf8529f", + "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", + "forIisFlag": true, + "first1minCandleDate": "2021-06-08T07:23:00Z", + "first1dayCandleDate": "2021-06-08T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "AFH2": { + "figi": "FUTAFLT03220", + "ticker": "AFH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 404900000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 228600000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "AFLT-3.22 \u0410\u044d\u0440\u043e\u0444\u043b\u043e\u0442", + "exchange": "FORTS", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFLT", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98e473-6f84-4d1b-a827-c597f2242499", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5f3-66dd-45c9-b7ae-336993a98a56", + "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "forIisFlag": true, + "first1minCandleDate": "2021-08-12T09:20:00Z", + "first1dayCandleDate": "2021-08-12T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "GKZ2": { + "figi": "FUTGMKN12220", + "ticker": "GKZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 274200000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 128800000 + }, + "shortEnabledFlag": true, + "name": "GMKN-12.22 \u041d\u043e\u0440\u0438\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u0438\u043a\u0435\u043b\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GMKN", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "5050199b-2b25-4d30-9988-3ad4a5f2c619", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2163-8c5a-46d2-bcc1-644342062e37", + "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "forIisFlag": true, + "first1minCandleDate": "2022-03-31T12:53:00Z", + "first1dayCandleDate": "2022-03-31T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "CoK2": { + "figi": "FUTCO0522000", + "ticker": "CoK2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 254600000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 120100000 + }, + "shortEnabledFlag": true, + "name": "Co-5.22 \u041c\u0435\u0434\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-02-02T20:59:59Z", + "lastTradeDate": "2022-05-17T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Co", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-05-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "64b1333c-02a1-4f56-8732-36e05e4e4e1c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99627e-20fa-4d60-a9fd-833fbb63c9da", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "SPM2": { + "figi": "FUTSBPR06220", + "ticker": "SPM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 474700000 + }, + "dshort": { + "units": "0", + "nano": 308200000 + }, + "dlongMin": { + "units": "0", + "nano": 275200000 + }, + "dshortMin": { + "units": "0", + "nano": 143800000 + }, + "shortEnabledFlag": true, + "name": "SBPR-6.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SBERP", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f99a276-c545-40a0-a9c2-fd02fb5bebf9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2c9-c725-40e1-9b6e-88fcda23443f", + "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", + "forIisFlag": true, + "first1minCandleDate": "2021-12-06T13:45:00Z", + "first1dayCandleDate": "2021-12-06T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "GZM3": { + "figi": "FUTGAZR06230", + "ticker": "GZM3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 516300000 + }, + "dshort": { + "units": "0", + "nano": 546200000 + }, + "dlongMin": { + "units": "0", + "nano": 304500000 + }, + "dshortMin": { + "units": "0", + "nano": 243500000 + }, + "shortEnabledFlag": false, + "name": "GAZR-6.23 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GAZP", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2023-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "f306cf23-a56e-4efd-9f10-543717462ff0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9da020-33fb-4747-bf10-0dad6c7592ad", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "forIisFlag": true, + "first1minCandleDate": "2022-06-07T15:31:00Z", + "first1dayCandleDate": "2022-06-07T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "SOM2": { + "figi": "FUTSIBN06220", + "ticker": "SOM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 281500000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 132000000 + }, + "shortEnabledFlag": true, + "name": "SIBN-6.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SIBN", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a2db-904a-4503-aa9d-d5315d0337cf", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3f8-325e-40f5-91e1-260d91bb976c", + "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", + "forIisFlag": true, + "first1minCandleDate": "2022-02-22T12:42:00Z", + "first1dayCandleDate": "2022-02-22T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "AFM2": { + "figi": "FUTAFLT06220", + "ticker": "AFM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 537700000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 320000000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "AFLT-6.22 \u0410\u044d\u0440\u043e\u0444\u043b\u043e\u0442", + "exchange": "FORTS", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFLT", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a29e-5124-46fa-832c-07adc3f92a20", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a25a-0318-4b96-af93-2cb2bc317a7a", + "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "forIisFlag": true, + "first1minCandleDate": "2021-11-22T12:27:00Z", + "first1dayCandleDate": "2021-11-22T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "PZM2": { + "figi": "FUTPLZL06220", + "ticker": "PZM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 308200000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 143800000 + }, + "shortEnabledFlag": true, + "name": "PLZL-6.22 \u041f\u043e\u043b\u044e\u0441 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PLZL", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f99a2cb-1469-48d1-93db-80a83bff61d6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a201-64f7-4124-afe7-d4b563f8c4df", + "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", + "forIisFlag": true, + "first1minCandleDate": "2021-12-15T20:22:00Z", + "first1dayCandleDate": "2021-12-15T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "CHU2": { + "figi": "FUTCHMF09220", + "ticker": "CHU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 472100000 + }, + "dshort": { + "units": "0", + "nano": 336600000 + }, + "dlongMin": { + "units": "0", + "nano": 273400000 + }, + "dshortMin": { + "units": "0", + "nano": 156100000 + }, + "shortEnabledFlag": true, + "name": "CHMF-9.22 \u0421\u0435\u0432\u0435\u0440\u0441\u0442\u0430\u043b\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "CHMF", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "5a50b3c1-faee-489e-9373-7464ec646e4a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6192-e355-4a41-b4ef-2e4e05cfa391", + "basicAssetPositionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", + "forIisFlag": true, + "first1minCandleDate": "2022-05-24T13:55:00Z", + "first1dayCandleDate": "2022-05-24T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MXH2": { + "figi": "FUTMIX032200", + "ticker": "MXH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 200000000 + }, + "dshort": { + "units": "0", + "nano": 199900000 + }, + "dlongMin": { + "units": "0", + "nano": 105600000 + }, + "dshortMin": { + "units": "0", + "nano": 95400000 + }, + "shortEnabledFlag": true, + "name": "MIX-3.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", + "exchange": "FORTS", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-29T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98e3a3-5bb1-45d6-bf3f-48f65f57c89e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e26c-ef87-4191-b06f-721683013dfe", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-04-06T07:39:00Z", + "first1dayCandleDate": "2021-04-06T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "MMM3": { + "figi": "FUTMXI062300", + "ticker": "MMM3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 297500000 + }, + "dshort": { + "units": "0", + "nano": 374700000 + }, + "dlongMin": { + "units": "0", + "nano": 161800000 + }, + "dshortMin": { + "units": "0", + "nano": 172500000 + }, + "shortEnabledFlag": false, + "name": "MXI-6.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "d699a519-9415-42cc-b419-da9a429ccb08", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9ee4-be89-4093-8fdd-cd115ce6310f", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-06-21T07:14:00Z", + "first1dayCandleDate": "2022-06-21T07:00:00Z", + "type": "Futures", + "step": 0.05 + }, + "AKU2": { + "figi": "FUTAFKS09220", + "ticker": "AKU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 305400000 + }, + "dshort": { + "units": "0", + "nano": 355100000 + }, + "dlongMin": { + "units": "0", + "nano": 166600000 + }, + "dshortMin": { + "units": "0", + "nano": 164100000 + }, + "shortEnabledFlag": true, + "name": "AFKS-9.22 \u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFKS", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "133f3251-ea35-4416-bee9-2ce15428039f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61c5-e336-4eeb-9076-10dbae68b99f", + "basicAssetPositionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "forIisFlag": true, + "first1minCandleDate": "2022-05-13T09:46:00Z", + "first1dayCandleDate": "2022-05-13T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MCZ2": { + "figi": "FUTMTLR12220", + "ticker": "MCZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 448200000 + }, + "dshort": { + "units": "0", + "nano": 706800000 + }, + "dlongMin": { + "units": "0", + "nano": 257200000 + }, + "dshortMin": { + "units": "0", + "nano": 306500000 + }, + "shortEnabledFlag": false, + "name": "MTLR-12.22 \u041c\u0435\u0447\u0435\u043b", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MTLR", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "766171c3-4c34-47db-ba3f-7c2c688cef25", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20a3-8cd5-4729-ad80-43dab1c24357", + "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", + "forIisFlag": true, + "first1minCandleDate": "2022-07-12T13:38:00Z", + "first1dayCandleDate": "2022-07-12T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "NlU2": { + "figi": "FUTNL0922000", + "ticker": "NlU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 377200000 + }, + "dshort": { + "units": "0", + "nano": 434800000 + }, + "dlongMin": { + "units": "0", + "nano": 210800000 + }, + "dshortMin": { + "units": "0", + "nano": 197800000 + }, + "shortEnabledFlag": false, + "name": "Nl-9.22 \u041d\u0438\u043a\u0435\u043b\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-05-31T20:59:59Z", + "lastTradeDate": "2022-09-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Nl", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "5", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "3ae2e4b2-a6ed-4984-93bf-8e326d0ee9b9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a689c-e19e-43e1-8a53-70643a789b30", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", + "type": "Futures", + "step": 5.0 + }, + "BRF3": { + "figi": "FUTBR0123000", + "ticker": "BRF3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 396500000 + }, + "dshort": { + "units": "0", + "nano": 897300000 + }, + "dlongMin": { + "units": "0", + "nano": 223200000 + }, + "dshortMin": { + "units": "0", + "nano": 377400000 + }, + "shortEnabledFlag": true, + "name": "BR-1.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-27T20:59:59Z", + "lastTradeDate": "2022-12-30T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "7ceb8636-0169-47b3-8682-1b60a0dfcc1d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b3c28-9e28-4797-8151-1d38f6850655", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-01-05T09:59:00Z", + "first1dayCandleDate": "2022-01-05T07:00:00Z", + "type": "Futures", + "step": 0.01 + }, + "SiH4": { + "figi": "FUTSI0324000", + "ticker": "SiH4", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 283600000 + }, + "dshort": { + "units": "0", + "nano": 690100000 + }, + "dlongMin": { + "units": "0", + "nano": 153600000 + }, + "dshortMin": { + "units": "0", + "nano": 300000000 + }, + "shortEnabledFlag": false, + "name": "Si-3.24 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2024-03-21T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2024-03-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "6e7ed76c-def0-496e-9276-43fcb1dc578b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa0eba7-5a06-47da-b970-6bf4eefbc405", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "forIisFlag": true, + "first1minCandleDate": "2022-05-18T08:45:00Z", + "first1dayCandleDate": "2022-05-18T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "NGG2": { + "figi": "FUTNG0222000", + "ticker": "NGG2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 345600000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 160000000 + }, + "shortEnabledFlag": true, + "name": "NG-2.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS", + "firstTradeDate": "2021-08-23T20:59:59Z", + "lastTradeDate": "2022-02-24T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "GASE", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-02-24T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98b04e-07cb-4543-8707-c90c2d41b59e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98b066-8709-4b75-b935-dc087de58fcb", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-08-24T15:37:00Z", + "first1dayCandleDate": "2021-08-24T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "VIQ2": { + "figi": "FUTRVI082200", + "ticker": "VIQ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 399600000 + }, + "dshort": { + "units": "0", + "nano": 996600000 + }, + "dlongMin": { + "units": "0", + "nano": 225100000 + }, + "dshortMin": { + "units": "0", + "nano": 413000000 + }, + "shortEnabledFlag": false, + "name": "RVI-8.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-08-18T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RVI", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-08-18T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "15677904-2cca-47b6-b263-397fbb974e50", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a25be-5353-42be-a9fe-d9b2defb3b8c", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-06-02T13:36:00Z", + "first1dayCandleDate": "2022-06-02T07:00:00Z", + "type": "Futures", + "step": 0.05 + }, + "PIH2": { + "figi": "FUTPIKK03220", + "ticker": "PIH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 269700000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 145400000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "PIKK-3.22 \u041f\u0418\u041a", + "exchange": "FORTS", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PIKK", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98e43e-4a97-4341-9bc1-1824639214e6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e471-152f-43b6-b686-266189792d45", + "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", + "forIisFlag": true, + "first1minCandleDate": "2021-09-27T17:44:00Z", + "first1dayCandleDate": "2021-09-27T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "PIU2": { + "figi": "FUTPIKK09220", + "ticker": "PIU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 365700000 + }, + "dshort": { + "units": "0", + "nano": 440100000 + }, + "dlongMin": { + "units": "0", + "nano": 203600000 + }, + "dshortMin": { + "units": "0", + "nano": 200100000 + }, + "shortEnabledFlag": true, + "name": "PIKK-9.22 \u041f\u0418\u041a", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PIKK", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "e2129f17-85a6-4314-b50b-bbb85b0e6f7f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60b3-e834-48dc-8c1c-e230ccbd97ac", + "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", + "forIisFlag": true, + "first1minCandleDate": "2022-06-10T14:42:00Z", + "first1dayCandleDate": "2022-06-10T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "SVZ2": { + "figi": "FUTSILV12220", + "ticker": "SVZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 321200000 + }, + "dshort": { + "units": "0", + "nano": 892700000 + }, + "dlongMin": { + "units": "0", + "nano": 176100000 + }, + "dshortMin": { + "units": "0", + "nano": 375800000 + }, + "shortEnabledFlag": true, + "name": "SILV-12.22 \u0421\u0435\u0440\u0435\u0431\u0440\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Silver", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9b1e6e-1c9d-4a4b-b435-fae20ae90af9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e15-a027-41ec-b026-29aab788db04", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-12-06T15:31:00Z", + "first1dayCandleDate": "2021-12-06T07:00:00Z", + "type": "Futures", + "step": 0.01 + }, + "VBU2": { + "figi": "FUTVTBR09220", + "ticker": "VBU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 394100000 + }, + "dshort": { + "units": "0", + "nano": 431100000 + }, + "dlongMin": { + "units": "0", + "nano": 221600000 + }, + "dshortMin": { + "units": "0", + "nano": 196300000 + }, + "shortEnabledFlag": true, + "name": "VTBR-9.22 \u0412\u0422\u0411", + "exchange": "FORTS", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "VTBR", + "basicAssetSize": { + "units": "100000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "416bd0c5-add2-47a5-b449-a252d7659735", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a603f-23e7-4e13-b8f2-f7346ad38c7d", + "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", + "forIisFlag": true, + "first1minCandleDate": "2022-02-03T18:32:00Z", + "first1dayCandleDate": "2022-02-03T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "AUU2": { + "figi": "FUTAUDU09220", + "ticker": "AUU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 245400000 + }, + "dshort": { + "units": "0", + "nano": 425700000 + }, + "dlongMin": { + "units": "0", + "nano": 131300000 + }, + "dshortMin": { + "units": "0", + "nano": 194000000 + }, + "shortEnabledFlag": false, + "name": "AUDU-9.22 \u041a\u0443\u0440\u0441 \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0439\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410", + "exchange": "FORTS", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "AUD/USD", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "5a82fb5c-0cdb-4f98-864d-1130a3789210", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5f2f-a143-45cd-8606-608779c1581f", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-06-16T12:50:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", + "type": "Futures", + "step": 0.0001 + }, + "POU2": { + "figi": "FUTPOLY09220", + "ticker": "POU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 395600000 + }, + "dshort": { + "units": "0", + "nano": 435800000 + }, + "dlongMin": { + "units": "0", + "nano": 222600000 + }, + "dshortMin": { + "units": "0", + "nano": 198200000 + }, + "shortEnabledFlag": true, + "name": "POLY-9.22 Polymetal", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "POLY", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "2502142d-06ec-44a7-b382-861b9a8b6053", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61c1-9d80-4363-9972-1b05823b59c2", + "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", + "forIisFlag": true, + "first1minCandleDate": "2022-04-07T07:40:00Z", + "first1dayCandleDate": "2022-04-07T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "GUH2": { + "figi": "FUTGBPU03220", + "ticker": "GUH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 120000000 + }, + "dshort": { + "units": "0", + "nano": 201900000 + }, + "dlongMin": { + "units": "0", + "nano": 61900000 + }, + "dshortMin": { + "units": "0", + "nano": 96300000 + }, + "shortEnabledFlag": true, + "name": "GBPU-3.22 \u041a\u0443\u0440\u0441 \u0424\u0443\u043d\u0442 \u0441\u0442\u0435\u0440\u043b\u0438\u043d\u0433\u043e\u0432 - \u0414\u043e\u043b\u043b\u0430\u0440", + "exchange": "FORTS", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-03-17T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "GBP/USD", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98e399-9d98-4ef4-9746-4c94c04cf7a9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e2c4-1866-4155-bfca-bc54d73b2b55", + "basicAssetPositionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", + "forIisFlag": true, + "first1minCandleDate": "2021-09-14T14:26:00Z", + "first1dayCandleDate": "2021-09-14T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "NlQ2": { + "figi": "FUTNL0822000", + "ticker": "NlQ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 377200000 + }, + "dshort": { + "units": "0", + "nano": 434800000 + }, + "dlongMin": { + "units": "0", + "nano": 210800000 + }, + "dshortMin": { + "units": "0", + "nano": 197800000 + }, + "shortEnabledFlag": true, + "name": "Nl-8.22 \u041d\u0438\u043a\u0435\u043b\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-04-29T20:59:59Z", + "lastTradeDate": "2022-08-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Nl", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-08-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "5", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "8d23801a-69c8-401f-937a-bfdfbd283166", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a2023-835e-4b19-9512-17eb08d6dd12", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-08-08T08:10:00Z", + "first1dayCandleDate": "2022-08-08T07:00:00Z", + "type": "Futures", + "step": 5.0 + }, + "RNH5": { + "figi": "FUTROSN03250", + "ticker": "RNH5", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 463500000 + }, + "dshort": { + "units": "0", + "nano": 858600000 + }, + "dlongMin": { + "units": "0", + "nano": 267500000 + }, + "dshortMin": { + "units": "0", + "nano": 363300000 + }, + "shortEnabledFlag": true, + "name": "ROSN-3.25 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", + "exchange": "FORTS", + "firstTradeDate": "2021-12-24T20:59:59Z", + "lastTradeDate": "2025-03-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ROSN", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2025-03-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1fa4eabe-c27b-476a-a6d6-a6fc7dc6a58c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa4ea35-c1ce-4b7d-9e38-c05a9ca17a30", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "forIisFlag": true, + "first1minCandleDate": "2022-01-12T14:29:00Z", + "first1dayCandleDate": "2022-01-12T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MMZ4": { + "figi": "FUTMXI122400", + "ticker": "MMZ4", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 476500000 + }, + "dshort": { + "units": "0", + "nano": 738800000 + }, + "dlongMin": { + "units": "0", + "nano": 276500000 + }, + "dshortMin": { + "units": "0", + "nano": 318600000 + }, + "shortEnabledFlag": true, + "name": "MXI-12.24 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-22T20:59:59Z", + "lastTradeDate": "2024-12-19T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2024-12-19T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1fa3275c-9b13-4c22-89f0-51e2db3f11a4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa327f7-bad2-46b0-a375-9aaf20ba4d7d", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-10-21T20:22:00Z", + "first1dayCandleDate": "2021-10-21T07:00:00Z", + "type": "Futures", + "step": 0.05 + }, + "TNM2": { + "figi": "FUTTRNF06220", + "ticker": "TNM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 363900000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 202400000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "TRNF-6.22 \u0422\u0440\u0430\u043d\u0441\u043d\u0435\u0444\u0442\u044c (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "TRNFP", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "ecbe1274-f349-46bb-b5f5-99060118104a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a375-a6e6-4cfa-a156-6329cb5cb11a", + "basicAssetPositionUid": "d154098b-135b-4df9-ab3a-e719459debc3", + "forIisFlag": true, + "first1minCandleDate": "2021-12-30T14:03:00Z", + "first1dayCandleDate": "2021-12-30T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "RIM2": { + "figi": "FUTRTS062200", + "ticker": "RIM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 386500000 + }, + "dshort": { + "units": "0", + "nano": 627000000 + }, + "dlongMin": { + "units": "0", + "nano": 216700000 + }, + "dshortMin": { + "units": "0", + "nano": 275500000 + }, + "shortEnabledFlag": true, + "name": "RTS-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2020-06-14T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a179-863a-4005-b1c7-f72e27fd8b6c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a000-d450-46f8-9cb8-f38e6575145d", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2020-06-25T18:27:00Z", + "first1dayCandleDate": "2020-06-25T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "RNU5": { + "figi": "FUTROSN09250", + "ticker": "RNU5", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 463500000 + }, + "dshort": { + "units": "0", + "nano": 858600000 + }, + "dlongMin": { + "units": "0", + "nano": 267500000 + }, + "dshortMin": { + "units": "0", + "nano": 363300000 + }, + "shortEnabledFlag": false, + "name": "ROSN-9.25 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-06-22T20:59:59Z", + "lastTradeDate": "2025-09-18T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ROSN", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2025-09-19T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "912a5b82-e07b-46f6-a31d-7f50c90fbc83", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa6669e-58de-4cac-bc81-ae4c13348965", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "forIisFlag": true, + "first1minCandleDate": "2022-08-02T09:47:00Z", + "first1dayCandleDate": "2022-08-02T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "BRV2": { + "figi": "FUTBR1022000", + "ticker": "BRV2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 385400000 + }, + "dshort": { + "units": "0", + "nano": 875000000 + }, + "dlongMin": { + "units": "0", + "nano": 216000000 + }, + "dshortMin": { + "units": "0", + "nano": 369300000 + }, + "shortEnabledFlag": true, + "name": "BR-10.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-27T20:59:59Z", + "lastTradeDate": "2022-10-03T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-10-03T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9a860e-7336-4081-b985-f11eeb9e6d85", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a863d-1c3d-452b-8d60-ee0654f8391e", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-09-27T15:16:00Z", + "first1dayCandleDate": "2021-09-27T07:00:00Z", + "type": "Futures", + "step": 0.01 + }, + "RTZ2": { + "figi": "FUTRTKM12220", + "ticker": "RTZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 282200000 + }, + "dshort": { + "units": "0", + "nano": 282100000 + }, + "dlongMin": { + "units": "0", + "nano": 152700000 + }, + "dshortMin": { + "units": "0", + "nano": 132300000 + }, + "shortEnabledFlag": false, + "name": "RTKM-12.22 \u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "RTKM", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "cf6bdf7f-538a-47b0-9593-b59fd2721077", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20cb-3958-45ca-9b8a-3c25e4789aeb", + "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", + "forIisFlag": true, + "first1minCandleDate": "2022-07-14T07:18:00Z", + "first1dayCandleDate": "2022-07-14T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "BRH2": { + "figi": "FUTBR0322000", + "ticker": "BRH2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "BR-3.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS", + "firstTradeDate": "2021-02-19T21:00:00Z", + "lastTradeDate": "2022-02-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f98c3c4-32db-47f5-b413-1bac41ddebbe", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98c366-bef5-403d-a8ff-6f27e74cb0a5", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-02-22T14:14:00Z", + "first1dayCandleDate": "2021-02-22T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "AKZ2": { + "figi": "FUTAFKS12220", + "ticker": "AKZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 309200000 + }, + "dshort": { + "units": "0", + "nano": 355100000 + }, + "dlongMin": { + "units": "0", + "nano": 168800000 + }, + "dshortMin": { + "units": "0", + "nano": 164100000 + }, + "shortEnabledFlag": false, + "name": "AFKS-12.22 \u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFKS", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "f5fe9919-7fa2-4565-8091-f783f91bdd58", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20b4-f64c-463a-b204-3ca03a679394", + "basicAssetPositionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "forIisFlag": true, + "first1minCandleDate": "2022-06-17T10:08:00Z", + "first1dayCandleDate": "2022-06-17T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "EuU3": { + "figi": "FUTEU0923000", + "ticker": "EuU3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 253200000 + }, + "dshort": { + "units": "0", + "nano": 557700000 + }, + "dlongMin": { + "units": "0", + "nano": 135800000 + }, + "dshortMin": { + "units": "0", + "nano": 248100000 + }, + "shortEnabledFlag": false, + "name": "Eu-9.23 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2023-09-21T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-09-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "9040797c-d540-4f4a-87f4-ed80ee9b8beb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9e6b9c-d646-4b22-b0e1-d23988f2457e", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "forIisFlag": true, + "first1minCandleDate": "2022-05-16T08:50:00Z", + "first1dayCandleDate": "2022-05-16T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MEZ2": { + "figi": "FUTMOEX12220", + "ticker": "MEZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 292100000 + }, + "dshort": { + "units": "0", + "nano": 374100000 + }, + "dlongMin": { + "units": "0", + "nano": 158600000 + }, + "dshortMin": { + "units": "0", + "nano": 172200000 + }, + "shortEnabledFlag": false, + "name": "MOEX-12.22 \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0431\u0438\u0440\u0436\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MOEX", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "b5367789-7f61-416e-b865-737e75567183", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20df-33df-4281-ae7c-3e2d49c617df", + "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", + "forIisFlag": true, + "first1minCandleDate": "2022-06-20T15:18:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MLM2": { + "figi": "FUTMAIL06220", + "ticker": "MLM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 425700000 + }, + "dshort": { + "units": "0", + "nano": 602400000 + }, + "dlongMin": { + "units": "0", + "nano": 242200000 + }, + "dshortMin": { + "units": "0", + "nano": 265900000 + }, + "shortEnabledFlag": true, + "name": "MAIL-6.22 VK", + "exchange": "FORTS", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "VKCO", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_IT", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a3c5-9364-4f76-a869-a2dea90ad7d2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a35b-67de-4bb4-b346-9060d7ebf66e", + "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", + "forIisFlag": true, + "first1minCandleDate": "2021-12-07T15:10:00Z", + "first1dayCandleDate": "2021-12-07T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "OGZ2": { + "figi": "FUTOGI122200", + "ticker": "OGZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 332900000 + }, + "dshort": { + "units": "0", + "nano": 501600000 + }, + "dlongMin": { + "units": "0", + "nano": 183300000 + }, + "dshortMin": { + "units": "0", + "nano": 225400000 + }, + "shortEnabledFlag": false, + "name": "OGI-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041d\u0435\u0444\u0442\u0438 \u0438 \u0433\u0430\u0437\u0430", + "exchange": "FORTS", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXOG", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "a6624806-8488-409f-9187-8425cd646315", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e24-53cc-4222-82b9-e5bf4782ca0e", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-06-17T08:13:00Z", + "first1dayCandleDate": "2022-06-17T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "GDM2": { + "figi": "FUTGOLD06220", + "ticker": "GDM2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 266900000 + }, + "dshort": { + "units": "0", + "nano": 433800000 + }, + "dlongMin": { + "units": "0", + "nano": 143800000 + }, + "dshortMin": { + "units": "0", + "nano": 197400000 + }, + "shortEnabledFlag": true, + "name": "GOLD-6.22 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS", + "firstTradeDate": "2021-06-03T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Gold", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1f99a0f8-db65-4c38-8356-e9a74d34e3a4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a11a-e695-40e2-8be3-857ab36c5fe6", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-06-08T05:14:00Z", + "first1dayCandleDate": "2021-06-08T07:00:00Z", + "type": "Futures", + "step": 0.1 + }, + "NKU2": { + "figi": "FUTNOTK09220", + "ticker": "NKU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 278600000 + }, + "dshort": { + "units": "0", + "nano": 429400000 + }, + "dlongMin": { + "units": "0", + "nano": 150600000 + }, + "dshortMin": { + "units": "0", + "nano": 195600000 + }, + "shortEnabledFlag": true, + "name": "NOTK-9.22 \u041d\u043e\u0432\u0430\u0442\u044d\u043a", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "NVTK", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "e4ee2878-48b3-4f1e-a4b9-4fce1849dd88", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6056-d84e-469c-85c9-bf15f720aa38", + "basicAssetPositionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", + "forIisFlag": true, + "first1minCandleDate": "2022-04-29T12:01:00Z", + "first1dayCandleDate": "2022-04-29T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "EuZ3": { + "figi": "FUTEU1223000", + "ticker": "EuZ3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 259900000 + }, + "dshort": { + "units": "0", + "nano": 557700000 + }, + "dlongMin": { + "units": "0", + "nano": 139700000 + }, + "dshortMin": { + "units": "0", + "nano": 248100000 + }, + "shortEnabledFlag": false, + "name": "Eu-12.23 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-09T20:59:59Z", + "lastTradeDate": "2023-12-21T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-12-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "6aec9b6f-6f34-471d-9750-ab5c2c95373a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9f2a0a-0ba3-44e4-9bfe-b3e5a9fcf93d", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "forIisFlag": true, + "first1minCandleDate": "2022-06-15T09:09:00Z", + "first1dayCandleDate": "2022-06-15T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "SRZ2": { + "figi": "FUTSBRF12220", + "ticker": "SRZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 490000000 + }, + "dshort": { + "units": "0", + "nano": 373400000 + }, + "dlongMin": { + "units": "0", + "nano": 285900000 + }, + "dshortMin": { + "units": "0", + "nano": 171900000 + }, + "shortEnabledFlag": true, + "name": "SBRF-12.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", + "exchange": "FORTS", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SBER", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "1f9b2028-6fd8-4cdf-8094-2d95895dbf5f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20bd-448c-4456-8f5f-adb51086a004", + "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "forIisFlag": true, + "first1minCandleDate": "2021-12-02T10:27:00Z", + "first1dayCandleDate": "2021-12-02T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "VBZ2": { + "figi": "FUTVTBR12220", + "ticker": "VBZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 394100000 + }, + "dshort": { + "units": "0", + "nano": 431100000 + }, + "dlongMin": { + "units": "0", + "nano": 221600000 + }, + "dshortMin": { + "units": "0", + "nano": 196300000 + }, + "shortEnabledFlag": true, + "name": "VTBR-12.22 \u0412\u0422\u0411", + "exchange": "FORTS", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "VTBR", + "basicAssetSize": { + "units": "100000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "9dbad811-4191-439c-9799-39ca4f69b488", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2115-19a1-4ab0-bd48-b80771dc9f11", + "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", + "forIisFlag": true, + "first1minCandleDate": "2022-02-21T19:19:00Z", + "first1dayCandleDate": "2022-02-21T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "SVM3": { + "figi": "FUTSILV06230", + "ticker": "SVM3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 335200000 + }, + "dshort": { + "units": "0", + "nano": 892700000 + }, + "dlongMin": { + "units": "0", + "nano": 184700000 + }, + "dshortMin": { + "units": "0", + "nano": 375800000 + }, + "shortEnabledFlag": false, + "name": "SILV-6.23 \u0421\u0435\u0440\u0435\u0431\u0440\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Silver", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "cf4699e7-ef88-400f-a37e-94609aea7724", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9e00-b213-4075-9169-d0ae42c45569", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-06-14T13:37:00Z", + "first1dayCandleDate": "2022-06-14T07:00:00Z", + "type": "Futures", + "step": 0.01 + }, + "MNU2": { + "figi": "FUTMGNT09220", + "ticker": "MNU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 257500000 + }, + "dshort": { + "units": "0", + "nano": 325900000 + }, + "dlongMin": { + "units": "0", + "nano": 138300000 + }, + "dshortMin": { + "units": "0", + "nano": 151500000 + }, + "shortEnabledFlag": true, + "name": "MGNT-9.22 \u041c\u0430\u0433\u043d\u0438\u0442", + "exchange": "FORTS", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MGNT", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "376569ac-b5eb-48ae-ba05-97a9df8519e7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a616a-02e5-41aa-8c52-0367b186b902", + "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", + "forIisFlag": true, + "first1minCandleDate": "2022-02-14T05:24:00Z", + "first1dayCandleDate": "2022-02-14T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "NMZ2": { + "figi": "FUTNLMK12220", + "ticker": "NMZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 337700000 + }, + "dshort": { + "units": "0", + "nano": 280500000 + }, + "dlongMin": { + "units": "0", + "nano": 186200000 + }, + "dshortMin": { + "units": "0", + "nano": 131600000 + }, + "shortEnabledFlag": true, + "name": "NLMK-12.22 \u041d\u041b\u041c\u041a", + "exchange": "FORTS", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "NLMK", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "c2241520-202f-48dc-9fed-5ab3951f9423", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b209d-8193-4aac-b710-e9198b27414b", + "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "forIisFlag": true, + "first1minCandleDate": "2022-04-06T08:51:00Z", + "first1dayCandleDate": "2022-04-06T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "MXM3": { + "figi": "FUTMIX062300", + "ticker": "MXM3", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 279500000 + }, + "dshort": { + "units": "0", + "nano": 308900000 + }, + "dlongMin": { + "units": "0", + "nano": 151200000 + }, + "dshortMin": { + "units": "0", + "nano": 144100000 + }, + "shortEnabledFlag": false, + "name": "MIX-6.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "25", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "e557b019-22e1-407b-bdfe-c249ee38f741", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9e00-5f45-44d1-bae3-aa960ad818be", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2022-06-20T13:23:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", + "type": "Futures", + "step": 25.0 + }, + "OZU2": { + "figi": "FUTOZON09220", + "ticker": "OZU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 400000000 + }, + "dshort": { + "units": "0", + "nano": 828900000 + }, + "dlongMin": { + "units": "0", + "nano": 225400000 + }, + "dshortMin": { + "units": "0", + "nano": 352400000 + }, + "shortEnabledFlag": true, + "name": "OZON-9.22 \u041e\u0437\u043e\u043d", + "exchange": "FORTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "OZON", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "e34b6d81-7c34-4485-b893-72049ecc1d9b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61f4-463d-480d-93ab-607f258b286c", + "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", + "forIisFlag": true, + "first1minCandleDate": "2022-05-13T11:39:00Z", + "first1dayCandleDate": "2022-05-13T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "BRX2": { + "figi": "FUTBR1122000", + "ticker": "BRX2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 396500000 + }, + "dshort": { + "units": "0", + "nano": 875000000 + }, + "dlongMin": { + "units": "0", + "nano": 223200000 + }, + "dshortMin": { + "units": "0", + "nano": 369300000 + }, + "shortEnabledFlag": true, + "name": "BR-11.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-10-26T20:59:59Z", + "lastTradeDate": "2022-11-01T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-11-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 20000000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "c2e5b5d7-fd56-48b3-8f28-d47ca7a09a67", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f82caabe-788a-477d-af53-56a4325aecf6", + "uid": "1f9ac29e-37bf-48f1-83f3-43c5835d35dd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ac32a-041d-4bb9-8caa-08366b44fd6b", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2020-12-18T08:41:00Z", - "first1dayCandleDate": "2020-12-18T07:00:00Z", - "type": "Etfs", - "step": 0.02 + "first1minCandleDate": "2021-10-27T16:18:00Z", + "first1dayCandleDate": "2021-10-27T07:00:00Z", + "type": "Futures", + "step": 0.01 }, - "AKMB": { - "figi": "BBG00V7649K4", - "ticker": "AKMB", - "classCode": "TQTF", - "isin": "RU000A101PN3", + "RNM3": { + "figi": "FUTROSN06230", + "ticker": "RNM3", + "classCode": "SPBFUT", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 397600000 + }, + "dshort": { + "units": "0", + "nano": 572400000 + }, + "dlongMin": { + "units": "0", + "nano": 223900000 + }, + "dshortMin": { + "units": "0", + "nano": 254000000 + }, "shortEnabledFlag": false, - "name": "Альфа-Капитал Управляемые облигации", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2020-05-19T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "municipal", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "name": "ROSN-6.23 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ROSN", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2023-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "fdaddce0-0a84-4b72-9106-5f28bf249d8a", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "985c35d0-61e2-4fb0-90e5-3b433c1d4a88", + "uid": "e97fe077-b51e-4b66-9161-2e5ec0d37afa", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9da19e-fa13-4668-984a-603ea09f5951", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2020-06-02T07:27:00Z", - "first1dayCandleDate": "2020-06-02T07:00:00Z", - "type": "Etfs", - "step": 0.0001 + "first1minCandleDate": "2022-06-30T10:04:00Z", + "first1dayCandleDate": "2022-06-30T07:00:00Z", + "type": "Futures", + "step": 1.0 }, - "KBWB": { - "figi": "BBG0027F1TD5", - "ticker": "KBWB", - "classCode": "SPBXM", - "isin": "US46138E6288", + "YNU2": { + "figi": "FUTYNDF09220", + "ticker": "YNU2", + "classCode": "SPBFUT", "lot": 1, - "currency": "usd", - "shortEnabledFlag": false, - "name": "Invesco KBW Bank ETF", - "exchange": "SPB", - "fixedCommission": { + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 350000000 + "nano": 431000000 }, - "focusType": "equity", - "releasedDate": "2007-06-13T00:00:00Z", - "countryOfRisk": "US", - "countryOfRiskName": "Соединенные Штаты Америки", - "sector": "financial", - "rebalancingFreq": "quarterly", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": false, - "sellAvailableFlag": false, - "minPriceIncrement": { + "dshort": { "units": "0", - "nano": 10000000 + "nano": 412700000 }, - "apiTradeAvailableFlag": true, - "uid": "66a08184-bd98-45f3-9411-b0d6a227994d", - "realExchange": "REAL_EXCHANGE_RTS", - "positionUid": "ac29189c-c799-4a99-992f-58d280e4b1e8", - "forIisFlag": false, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", - "type": "Etfs", - "step": 0.01 - }, - "AKEU": { - "figi": "BBG00Q3HQJ74", - "ticker": "AKEU", - "classCode": "TQTE", - "isin": "RU000A100Q43", - "lot": 1, - "currency": "eur", - "shortEnabledFlag": false, - "name": "Альфа-Капитал Европа 600", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2019-08-08T00:00:00Z", - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "dlongMin": { + "units": "0", + "nano": 245700000 + }, + "dshortMin": { + "units": "0", + "nano": 188600000 + }, + "shortEnabledFlag": true, + "name": "YNDF-9.22 \u042f\u043d\u0434\u0435\u043a\u0441", + "exchange": "FORTS", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "YNDX", + "basicAssetSize": { + "units": "10", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "9cf3b014-c5c0-46ee-b06f-620c626078f8", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "f5c0cecb-a5a5-4982-aa94-15bc2ed0e35f", + "uid": "388cb363-d37c-4bb2-8b24-c6248ac53bc1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6076-ec99-417d-84d9-1f9f32c91dc8", + "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": true, - "first1minCandleDate": "2019-08-26T09:34:00Z", - "first1dayCandleDate": "2019-08-26T07:00:00Z", - "type": "Etfs", - "step": 0.01 + "first1minCandleDate": "2022-02-03T16:16:00Z", + "first1dayCandleDate": "2022-02-03T07:00:00Z", + "type": "Futures", + "step": 1.0 }, - "FXTB": { - "figi": "BBG00NRFC2X2", - "ticker": "FXTB", - "classCode": "TQTF", - "isin": "IE00BL3DYW26", + "RTH2": { + "figi": "FUTRTKM03220", + "ticker": "RTH2", + "classCode": "SPBFUT", "lot": 1, "currency": "rub", - "shortEnabledFlag": false, - "name": "FinEx Казначейские облигации США (USD)", - "exchange": "MOEX_PLUS", - "fixedCommission": { + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { "units": "0", - "nano": 200000000 + "nano": 250000000 }, - "focusType": "equity", - "releasedDate": "2019-04-10T00:00:00Z", - "numShares": { - "units": "571000", + "dshort": { + "units": "0", + "nano": 250000000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 118000000 + }, + "shortEnabledFlag": true, + "name": "RTKM-3.22 \u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c", + "exchange": "FORTS", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "RTKM", + "basicAssetSize": { + "units": "100", "nano": 0 }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "570c19e8-e878-4863-9725-d0dc2b00af10", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "c82e71d1-c7a6-4cbe-810f-0dfd1373b2ee", + "uid": "1f98e44b-222c-4c24-a93f-29bf80bcf575", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5a9-4c01-4e68-9dd3-565d9d4bc951", + "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", "forIisFlag": true, - "first1minCandleDate": "2019-04-10T08:48:00Z", - "first1dayCandleDate": "2019-04-10T07:00:00Z", - "type": "Etfs", - "step": 0.01 + "first1minCandleDate": "2021-09-22T04:52:00Z", + "first1dayCandleDate": "2021-09-22T07:00:00Z", + "type": "Futures", + "step": 0 }, - "SBWS": { - "figi": "BBG011C8J503", - "ticker": "SBWS", - "classCode": "TQTF", - "isin": "RU000A1035S8", + "GUZ2": { + "figi": "FUTGBPU12220", + "ticker": "GUZ2", + "classCode": "SPBFUT", "lot": 1, "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 249000000 + }, + "dshort": { + "units": "0", + "nano": 402800000 + }, + "dlongMin": { + "units": "0", + "nano": 133400000 + }, + "dshortMin": { + "units": "0", + "nano": 184400000 + }, "shortEnabledFlag": false, - "name": "Первая – Фонд Взвешенный смарт", - "exchange": "MOEX_PLUS", - "focusType": "equity", - "releasedDate": "2021-05-24T00:00:00Z", + "name": "GBPU-12.22 \u041a\u0443\u0440\u0441 \u0424\u0443\u043d\u0442 \u0441\u0442\u0435\u0440\u043b\u0438\u043d\u0433\u043e\u0432 - \u0414\u043e\u043b\u043b\u0430\u0440", + "exchange": "FORTS", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "GBP/USD", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, "countryOfRisk": "RU", - "countryOfRiskName": "Российская Федерация", - "sector": "other", - "rebalancingFreq": "", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 2000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "21a36bf5-ef3b-44aa-82ce-67f9b9c0a58c", - "realExchange": "REAL_EXCHANGE_MOEX", - "positionUid": "eaea19a9-b487-4505-b962-6bc686df78ea", + "uid": "d8d554f2-3416-4921-a2f9-81e9e72d74d8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1f3b-a3f6-45f3-8b0b-389386c5f0f7", + "basicAssetPositionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", "forIisFlag": true, - "first1minCandleDate": "2021-06-09T07:05:00Z", - "first1dayCandleDate": "2021-06-09T07:00:00Z", - "type": "Etfs", - "step": 0.002 - } - }, - "Futures": { - "NlJ2": { - "figi": "FUTNL0422000", - "ticker": "NlJ2", + "first1minCandleDate": "2022-08-22T14:44:00Z", + "first1dayCandleDate": "2022-08-22T07:00:00Z", + "type": "Futures", + "step": 0.0001 + }, + "PTH3": { + "figi": "FUTPLT032300", + "ticker": "PTH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -133990,58 +143130,58 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 304000000 }, "dshort": { "units": "0", - "nano": 262300000 + "nano": 532600000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 165800000 }, "dshortMin": { "units": "0", - "nano": 123500000 + "nano": 238000000 }, - "shortEnabledFlag": true, - "name": "Nl-4.22 Никель", - "exchange": "FORTS", - "firstTradeDate": "2022-01-05T20:59:59Z", - "lastTradeDate": "2022-04-19T20:59:59Z", + "shortEnabledFlag": false, + "name": "PLT-3.23 \u041f\u043b\u0430\u0442\u0438\u043d\u0430", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "Nl", + "basicAsset": "PLT", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-04-19T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "5", - "nano": 0 + "units": "0", + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9926ff-ffcf-4bd0-9479-d2827caf5960", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f992646-34dc-48b8-b115-e14ef94eb0da", + "uid": "92b1701f-5d49-4aa6-bb7b-9a7c0dc3cd55", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce157-ce2f-480d-aa73-bd49dec60749", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-03-23T15:42:00Z", - "first1dayCandleDate": "2022-03-23T07:00:00Z", + "first1minCandleDate": "2022-06-23T11:15:00Z", + "first1dayCandleDate": "2022-06-23T07:00:00Z", "type": "Futures", - "step": 5.0 + "step": 0.1 }, - "CoK2": { - "figi": "FUTCO0522000", - "ticker": "CoK2", + "SSH2": { + "figi": "FUTSMLT03220", + "ticker": "SSH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134055,58 +143195,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 410500000 }, "dshort": { "units": "0", - "nano": 254600000 + "nano": 300500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 232200000 }, "dshortMin": { "units": "0", - "nano": 120100000 + "nano": 140400000 }, "shortEnabledFlag": true, - "name": "Co-5.22 Медь", + "name": "SMLT-3.22 \u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442", "exchange": "FORTS", - "firstTradeDate": "2022-02-02T20:59:59Z", - "lastTradeDate": "2022-05-17T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Co", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SMLT", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-05-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "64b1333c-02a1-4f56-8732-36e05e4e4e1c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99627e-20fa-4d60-a9fd-833fbb63c9da", - "basicAssetPositionUid": "", + "uid": "1f98e594-7d04-4a48-808f-2f24b4b45529", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e56f-3770-4f96-8c4e-a7894dc13245", + "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2022-02-15T08:04:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Futures", - "step": 0.5 + "step": 1.0 }, - "MEH2": { - "figi": "FUTMOEX03220", - "ticker": "MEH2", + "SNM2": { + "figi": "FUTSNGR06220", + "ticker": "SNM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134120,36 +143260,36 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 295100000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 551100000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 160400000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 245400000 }, "shortEnabledFlag": true, - "name": "MOEX-3.22 Московская биржа", + "name": "SNGR-6.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MOEX", + "basicAsset": "SNGS", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, @@ -134159,19 +143299,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f98e4e1-fd41-4a51-981b-78e29fe1480b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e432-275c-41d2-b6f9-152987454743", - "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", + "uid": "1f99a278-2c51-46ed-9c68-fe3fb06eaa15", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2d4-b2d0-4e2b-adbc-a54ee9e88065", + "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", "forIisFlag": true, - "first1minCandleDate": "2021-09-06T04:01:00Z", - "first1dayCandleDate": "2021-09-06T07:00:00Z", + "first1minCandleDate": "2021-12-15T07:54:00Z", + "first1dayCandleDate": "2021-12-15T07:00:00Z", "type": "Futures", "step": 1.0 }, - "EDZ2": { - "figi": "FUTED1222000", - "ticker": "EDZ2", + "SFM3": { + "figi": "FUTSPYF06230", + "ticker": "SFM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134185,58 +143325,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 304500000 }, "dshort": { "units": "0", - "nano": 529200000 + "nano": 529900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 166000000 }, "dshortMin": { "units": "0", - "nano": 236600000 + "nano": 236900000 }, - "shortEnabledFlag": true, - "name": "ED-12.22 Курс евро-доллар", - "exchange": "FORTS", - "firstTradeDate": "2022-03-23T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "shortEnabledFlag": false, + "name": "SPYF-6.23 S&P 500", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-30T20:59:59Z", + "lastTradeDate": "2023-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/USD", + "assetType": "TYPE_INDEX", + "basicAsset": "SPDR S&P 500 ETF Trust", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2023-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "e6409b1c-f7bf-4431-aeb7-8bdeeb064ee2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1f49-416d-4656-b1d4-6411303c9c9a", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "f38513c6-b456-4eaa-9575-2bd294861d29", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9da185-fd5a-464a-8a3d-09a20fa719cd", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-03-28T08:14:00Z", - "first1dayCandleDate": "2022-03-28T07:00:00Z", + "first1minCandleDate": "2022-06-30T09:15:00Z", + "first1dayCandleDate": "2022-06-30T07:00:00Z", "type": "Futures", - "step": 0.0001 + "step": 0.01 }, - "AKU2": { - "figi": "FUTAFKS09220", - "ticker": "AKU2", + "RIU3": { + "figi": "FUTRTS092300", + "ticker": "RIU3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134250,58 +143390,58 @@ }, "dlong": { "units": "0", - "nano": 305400000 + "nano": 389100000 }, "dshort": { "units": "0", - "nano": 355100000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 166600000 + "nano": 218400000 }, "dshortMin": { "units": "0", - "nano": 164100000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "AFKS-9.22 АФК Система (обыкновенные)", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "AFKS", + "name": "RTS-9.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-10T20:59:59Z", + "lastTradeDate": "2023-09-21T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2023-09-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "10", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "133f3251-ea35-4416-bee9-2ce15428039f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61c5-e336-4eeb-9076-10dbae68b99f", - "basicAssetPositionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "uid": "1f9e6b9f-3a62-41d1-b68c-20501a2fefb2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9e6b5c-f352-4693-be92-3d4c34076411", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-05-13T09:46:00Z", - "first1dayCandleDate": "2022-05-13T07:00:00Z", + "first1minCandleDate": "2021-09-28T06:47:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 10.0 }, - "PHM2": { - "figi": "FUTPHOR06220", - "ticker": "PHM2", + "SSM2": { + "figi": "FUTSMLT06220", + "ticker": "SSM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134315,35 +143455,35 @@ }, "dlong": { "units": "0", - "nano": 303800000 + "nano": 544500000 }, "dshort": { "units": "0", - "nano": 709000000 + "nano": 509200000 }, "dlongMin": { "units": "0", - "nano": 165600000 + "nano": 325100000 }, "dshortMin": { "units": "0", - "nano": 307300000 + "nano": 228500000 }, "shortEnabledFlag": true, - "name": "PHOR-6.22 ФосАгро", + "name": "SMLT-6.22 \u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442", "exchange": "FORTS", "firstTradeDate": "2022-02-15T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "PHOR", + "basicAsset": "SMLT", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, @@ -134354,19 +143494,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a2f7-2da6-4299-9ff5-65e00edd57af", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a26f-fdb9-436c-b32a-06ad48e490fa", - "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", + "uid": "1f99a2b6-3193-4afc-90ea-8a850cc2bdf0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3d9-a837-4dc9-a00e-5173d684ab9b", + "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", "forIisFlag": true, - "first1minCandleDate": "2022-02-24T04:13:00Z", - "first1dayCandleDate": "2022-02-24T07:00:00Z", + "first1minCandleDate": "2022-03-29T09:17:00Z", + "first1dayCandleDate": "2022-03-29T07:00:00Z", "type": "Futures", "step": 1.0 }, - "MLH2": { - "figi": "FUTMAIL03220", - "ticker": "MLH2", + "BRM3": { + "figi": "FUTBR0623000", + "ticker": "BRM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134380,54 +143520,58 @@ }, "dlong": { "units": "0", - "nano": 284100000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 897300000 }, "dlongMin": { "units": "0", - "nano": 153900000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 377400000 }, - "shortEnabledFlag": true, - "name": "MAIL-3.22 VK", - "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "VKCO", + "shortEnabledFlag": false, + "name": "BR-6.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-05-26T20:59:59Z", + "lastTradeDate": "2023-06-01T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_IT", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-06-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e4b6-f7fd-485f-a8ed-6260b6884135", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4b4-f5eb-4525-99fe-8c33777fd655", - "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", + "uid": "65859e82-0555-4bbf-b474-f1805b79d5dc", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d8300-2242-425a-9c5f-3ec2026064c1", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-13T12:43:00Z", - "first1dayCandleDate": "2021-09-13T07:00:00Z", + "first1minCandleDate": "2022-05-26T09:22:00Z", + "first1dayCandleDate": "2022-05-26T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "SiU2": { - "figi": "BBG00X86FJ70", - "ticker": "SiU2", + "GZH5": { + "figi": "FUTGAZR03250", + "ticker": "GZH5", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134441,37 +143585,37 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 516300000 }, "dshort": { "units": "0", - "nano": 389500000 + "nano": 601300000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 304500000 }, "dshortMin": { "units": "0", - "nano": 178800000 + "nano": 265400000 }, "shortEnabledFlag": true, - "name": "Si-9.22 Курс доллар - рубль", + "name": "GAZR-3.25 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2020-09-09T21:00:00Z", - "lastTradeDate": "2022-09-15T13:51:10Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "firstTradeDate": "2021-12-24T20:59:59Z", + "lastTradeDate": "2025-03-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GAZP", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2025-03-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -134480,19 +143624,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e82-8309-40ab-b99b-188de7f41562", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5f67-6075-4f4a-86f8-305ce1f6fbb6", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1fa4ea04-638c-4cb2-a085-7a21e611d22e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa4eb67-8836-43ce-85f3-841602f644b9", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2020-10-20T07:39:00Z", - "first1dayCandleDate": "2020-10-20T07:00:00Z", + "first1minCandleDate": "2022-01-17T08:00:00Z", + "first1dayCandleDate": "2022-01-17T07:00:00Z", "type": "Futures", "step": 1.0 }, - "RIU2": { - "figi": "FUTRTS092200", - "ticker": "RIU2", + "GKM2": { + "figi": "FUTGMKN06220", + "ticker": "GKM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134506,58 +143650,119 @@ }, "dlong": { "units": "0", - "nano": 386500000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 264400000 }, "dlongMin": { "units": "0", - "nano": 216700000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 124500000 }, "shortEnabledFlag": true, - "name": "RTS-9.22 Индекс РТС", + "name": "GMKN-6.22 \u041d\u043e\u0440\u0438\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2020-09-10T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GMKN", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "apiTradeAvailableFlag": true, + "uid": "1f99a3bc-75d9-4d22-ade8-407f0c40cee0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a343-ee26-4f8f-b94b-792efd3e9cab", + "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "forIisFlag": true, + "first1minCandleDate": "2021-11-17T15:43:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "GZM4": { + "figi": "FUTGAZR06240", + "ticker": "GZM4", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 516300000 + }, + "dshort": { + "units": "0", + "nano": 584400000 + }, + "dlongMin": { + "units": "0", + "nano": 304500000 + }, + "dshortMin": { + "units": "0", + "nano": 258700000 + }, + "shortEnabledFlag": true, + "name": "GAZR-6.24 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", + "exchange": "FORTS", + "firstTradeDate": "2021-05-13T20:59:59Z", + "lastTradeDate": "2024-06-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GAZP", + "basicAssetSize": { + "units": "100", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2024-06-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "10", + "units": "1", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5fe7-dfb1-4650-ba73-9d82fbc7bd23", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5fb4-7375-4e0d-95b7-20b7690656ba", - "basicAssetPositionUid": "", + "uid": "1fa1abf1-5ec4-4652-af20-3779b3cc60ee", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa1ab73-4e65-42c5-b9ed-3628bc327e4e", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2020-09-10T18:10:00Z", - "first1dayCandleDate": "2020-09-10T07:00:00Z", + "first1minCandleDate": "2021-05-14T17:23:00Z", + "first1dayCandleDate": "2021-05-14T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 1.0 }, - "RSU2": { - "figi": "FUTRTSS09220", - "ticker": "RSU2", + "MTU2": { + "figi": "FUTMTSI09220", + "ticker": "MTU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134571,37 +143776,37 @@ }, "dlong": { "units": "0", - "nano": 284000000 + "nano": 326300000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 492400000 }, "dlongMin": { "units": "0", - "nano": 153900000 + "nano": 179200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 221600000 }, "shortEnabledFlag": true, - "name": "RTSS-9.22 Индекс голубых фишек", + "name": "MTSI-9.22 \u041c\u0422\u0421", "exchange": "FORTS", - "firstTradeDate": "2022-04-12T20:59:59Z", + "firstTradeDate": "2022-02-03T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTSS", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MTSS", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -134610,19 +143815,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "5d2eb74b-af1f-41b9-aa92-190edfdbeb5e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e14-35ef-4df4-9ee4-f0185f7107e2", - "basicAssetPositionUid": "", + "uid": "31f30ae2-1f63-491b-94e0-a0cc2965d10a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6156-c724-4cfb-9f4c-73c76e328aad", + "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", "forIisFlag": true, - "first1minCandleDate": "2022-06-14T07:41:00Z", - "first1dayCandleDate": "2022-06-14T07:00:00Z", + "first1minCandleDate": "2022-02-04T17:15:00Z", + "first1dayCandleDate": "2022-02-04T07:00:00Z", "type": "Futures", "step": 1.0 }, - "NGK2": { - "figi": "FUTNG0522000", - "ticker": "NGK2", + "GDZ2": { + "figi": "FUTGOLD12220", + "ticker": "GDZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134636,54 +143841,58 @@ }, "dlong": { "units": "0", - "nano": 290200000 + "nano": 266900000 }, "dshort": { "units": "0", - "nano": 426800000 + "nano": 445200000 }, "dlongMin": { "units": "0", - "nano": 157500000 + "nano": 143800000 }, "dshortMin": { "units": "0", - "nano": 194500000 + "nano": 202200000 }, "shortEnabledFlag": true, - "name": "NG-5.22 Природный газ", - "exchange": "FORTS", - "firstTradeDate": "2021-11-22T20:59:59Z", - "lastTradeDate": "2022-05-26T20:59:59Z", + "name": "GOLD-12.22 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "NG", + "basicAsset": "Gold", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-05-26T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f9975fc-3436-4168-b037-ff924bc53c85", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9974d3-435d-4455-a8c7-6a36719b1fed", + "uid": "1f9b1e87-9f8e-4be3-93aa-e2b14c52c85d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1fa9-a3b9-4938-9276-9b51a16970b5", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-11-22T12:47:00Z", - "first1dayCandleDate": "2021-11-22T07:00:00Z", + "first1minCandleDate": "2021-12-03T10:33:00Z", + "first1dayCandleDate": "2021-12-03T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.1 }, - "MGM2": { - "figi": "FUTMAGN06220", - "ticker": "MGM2", + "REU2": { + "figi": "FUTRSTI09220", + "ticker": "REU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134697,37 +143906,37 @@ }, "dlong": { "units": "0", - "nano": 312700000 + "nano": 336800000 }, "dshort": { "units": "0", - "nano": 262500000 + "nano": 309200000 }, "dlongMin": { "units": "0", - "nano": 170900000 + "nano": 185600000 }, "dshortMin": { "units": "0", - "nano": 123600000 + "nano": 144200000 }, "shortEnabledFlag": true, - "name": "MAGN-6.22 ММК", + "name": "RSTI-9.22 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MAGN", + "basicAsset": "RSTI", "basicAssetSize": { - "units": "1000", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -134736,19 +143945,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a395-3534-44a2-9501-136279fd82c6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3c3-6631-40f1-8c56-f8cb644583f2", - "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", + "uid": "aa1121e5-d0d0-4512-9ce9-be6775c3db13", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6162-c797-4066-8108-7be09b68b766", + "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", "forIisFlag": true, - "first1minCandleDate": "2021-12-14T10:43:00Z", - "first1dayCandleDate": "2021-12-14T07:00:00Z", + "first1minCandleDate": "2022-06-14T07:44:00Z", + "first1dayCandleDate": "2022-06-14T07:00:00Z", "type": "Futures", "step": 1.0 }, - "RIM3": { - "figi": "FUTRTS062300", - "ticker": "RIM3", + "EuH2": { + "figi": "BBG00X869ZD4", + "ticker": "EuH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134762,58 +143971,119 @@ }, "dlong": { "units": "0", - "nano": 389100000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 249900000 }, "dlongMin": { "units": "0", - "nano": 218400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "RTS-6.23 Индекс РТС", + "name": "Eu-3.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-06-11T20:59:59Z", - "lastTradeDate": "2023-06-15T20:59:59Z", + "firstTradeDate": "2020-09-09T21:00:00Z", + "lastTradeDate": "2022-03-17T13:51:10Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-06-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "10", + "apiTradeAvailableFlag": true, + "uid": "1f98e322-8b78-4bdc-a78b-1bb636057aa5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e327-ca76-4248-adad-dba3c95a38c4", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "forIisFlag": true, + "first1minCandleDate": "2020-10-23T15:21:00Z", + "first1dayCandleDate": "2020-10-23T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "NGQ2": { + "figi": "FUTNG0822000", + "ticker": "NGQ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 418300000 + }, + "dshort": { + "units": "0", + "nano": 618700000 + }, + "dlongMin": { + "units": "0", + "nano": 237300000 + }, + "dshortMin": { + "units": "0", + "nano": 272300000 + }, + "shortEnabledFlag": true, + "name": "NG-8.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-08-29T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", + "basicAssetSize": { + "units": "100", "nano": 0 }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-08-29T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f9d9f49-a0da-4336-9364-4bf354a68b4d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9d9f5d-3f40-41ba-b6b6-c3c9fde68482", + "uid": "2297fcb6-cf59-47f0-8f64-029c418c70db", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a3bd4-4113-440c-aa02-842ee062fb36", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-15T08:53:00Z", - "first1dayCandleDate": "2021-06-15T07:00:00Z", + "first1minCandleDate": "2022-02-21T08:22:00Z", + "first1dayCandleDate": "2022-02-21T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 0.001 }, - "RTU2": { - "figi": "FUTRTKM09220", - "ticker": "RTU2", + "HYU2": { + "figi": "FUTHYDR09220", + "ticker": "HYU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134827,37 +144097,37 @@ }, "dlong": { "units": "0", - "nano": 282200000 + "nano": 298700000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 311100000 }, "dlongMin": { "units": "0", - "nano": 152700000 + "nano": 162500000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 145000000 }, "shortEnabledFlag": true, - "name": "RTKM-9.22 Ростелеком", + "name": "HYDR-9.22 \u0420\u0443\u0441\u0413\u0438\u0434\u0440\u043e", "exchange": "FORTS", "firstTradeDate": "2022-04-06T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "RTKM", + "basicAsset": "HYDR", "basicAssetSize": { - "units": "100", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -134866,19 +144136,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "30320400-2634-4fdd-bb11-13d308e89036", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6106-05ab-47b7-b2fd-41798516f7c2", - "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", + "uid": "4948578e-f6f9-4ee6-9e43-4257a7f69847", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6026-cf10-4303-8426-a0f179fd9ced", + "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", "forIisFlag": true, - "first1minCandleDate": "2022-04-14T15:05:00Z", - "first1dayCandleDate": "2022-04-14T07:00:00Z", + "first1minCandleDate": "2022-04-11T07:34:00Z", + "first1dayCandleDate": "2022-04-11T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SVH3": { - "figi": "FUTSILV03230", - "ticker": "SVH3", + "GDM3": { + "figi": "FUTGOLD06230", + "ticker": "GDM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134892,58 +144162,58 @@ }, "dlong": { "units": "0", - "nano": 326500000 + "nano": 266900000 }, "dshort": { "units": "0", - "nano": 892700000 + "nano": 445200000 }, "dlongMin": { "units": "0", - "nano": 179300000 + "nano": 143800000 }, "dshortMin": { "units": "0", - "nano": 375800000 + "nano": 202200000 }, "shortEnabledFlag": true, - "name": "SILV-3.23 Серебро", - "exchange": "FORTS", - "firstTradeDate": "2022-04-27T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", + "name": "GOLD-6.23 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-08T21:00:00Z", + "lastTradeDate": "2023-06-14T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "Silver", + "basicAsset": "Gold", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "650c9f9d-4176-478f-b514-9ffabab58a7c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce16c-6817-45a6-bfcc-1bcd4209593a", + "uid": "17f774b3-d11e-4981-a110-6f5ed7ccea8b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9ede-0722-4976-99bd-a5a0ea8e01f6", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-28T15:23:00Z", - "first1dayCandleDate": "2022-04-28T07:00:00Z", + "first1minCandleDate": "2022-06-09T08:20:00Z", + "first1dayCandleDate": "2022-06-09T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.1 }, - "SFU2": { - "figi": "FUTSPYF09220", - "ticker": "SFU2", + "MMU2": { + "figi": "FUTMXI092200", + "ticker": "MMU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -134957,58 +144227,58 @@ }, "dlong": { "units": "0", - "nano": 244400000 + "nano": 254100000 }, "dshort": { "units": "0", - "nano": 529900000 + "nano": 219500000 }, "dlongMin": { "units": "0", - "nano": 130800000 + "nano": 136400000 }, "dshortMin": { "units": "0", - "nano": 236900000 + "nano": 104300000 }, "shortEnabledFlag": true, - "name": "SPYF-9.22 SPDR S&P 500 ETF Trust", - "exchange": "FORTS", - "firstTradeDate": "2021-09-13T20:59:59Z", - "lastTradeDate": "2022-09-16T20:59:59Z", + "name": "MXI-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "SPY", + "basicAsset": "IMOEX", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9a6138-c81d-470e-8927-60d3efd6b9bd", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a603a-2e92-4336-adfa-7606689a05bc", + "uid": "1f9a5f33-fcf2-4b59-a8ff-4318a9cb0eaf", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e50-7838-4450-b86a-004c414fe2c8", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-13T09:00:00Z", - "first1dayCandleDate": "2021-09-13T07:00:00Z", + "first1minCandleDate": "2021-09-07T04:06:00Z", + "first1dayCandleDate": "2021-09-07T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.05 }, - "MMZ2": { - "figi": "FUTMXI122200", - "ticker": "MMZ2", + "SVM2": { + "figi": "FUTSILV06220", + "ticker": "SVM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135022,58 +144292,54 @@ }, "dlong": { "units": "0", - "nano": 264000000 + "nano": 321200000 }, "dshort": { "units": "0", - "nano": 361000000 + "nano": 892700000 }, "dlongMin": { "units": "0", - "nano": 142100000 + "nano": 176100000 }, "dshortMin": { "units": "0", - "nano": 166600000 + "nano": 375800000 }, "shortEnabledFlag": true, - "name": "MXI-12.22 Индекс МосБиржи (мини)", + "name": "SILV-6.22 \u0421\u0435\u0440\u0435\u0431\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2021-06-03T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Silver", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 50000000 - }, "apiTradeAvailableFlag": true, - "uid": "1f9b1fcb-fbeb-4818-9597-b2021a641b19", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1ec9-6bfc-4d00-a530-6f03f6a79215", + "uid": "1f99a07b-73cc-44e6-83b4-961b91115f31", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a088-0435-4278-a05a-09cb165bede1", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T04:59:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", + "first1minCandleDate": "2021-06-11T06:18:00Z", + "first1dayCandleDate": "2021-06-11T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 0 }, - "SVH2": { - "figi": "FUTSILV03220", - "ticker": "SVH2", + "CHZ2": { + "figi": "FUTCHMF12220", + "ticker": "CHZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135087,54 +144353,58 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 472100000 }, "dshort": { "units": "0", - "nano": 608800000 + "nano": 336600000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 273400000 }, "dshortMin": { "units": "0", - "nano": 268400000 + "nano": 156100000 }, - "shortEnabledFlag": true, - "name": "SILV-3.22 Серебро", + "shortEnabledFlag": false, + "name": "CHMF-12.22 \u0421\u0435\u0432\u0435\u0440\u0441\u0442\u0430\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-16T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Silver", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "CHMF", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e3ff-8b9d-48a8-a166-ac09fb89d6aa", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e3d1-8fd6-47d0-b6f1-dcacbf1a2957", - "basicAssetPositionUid": "", + "uid": "81120d20-202a-4fb7-9a84-b2899b205cc5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2192-bfd1-4076-af53-5205d9581812", + "basicAssetPositionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", "forIisFlag": true, - "first1minCandleDate": "2021-03-05T13:44:00Z", - "first1dayCandleDate": "2021-03-05T07:00:00Z", + "first1minCandleDate": "2022-06-03T09:53:00Z", + "first1dayCandleDate": "2022-06-03T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "NGQ2": { - "figi": "FUTNG0822000", - "ticker": "NGQ2", + "MLU2": { + "figi": "FUTMAIL09220", + "ticker": "MLU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135148,58 +144418,58 @@ }, "dlong": { "units": "0", - "nano": 418300000 + "nano": 425700000 }, "dshort": { "units": "0", - "nano": 626600000 + "nano": 602400000 }, "dlongMin": { "units": "0", - "nano": 237300000 + "nano": 242200000 }, "dshortMin": { "units": "0", - "nano": 275400000 + "nano": 265900000 }, "shortEnabledFlag": true, - "name": "NG-8.22 Природный газ", + "name": "MAIL-9.22 VK", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-08-29T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "NG", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "VKCO", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-08-29T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_IT", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "2297fcb6-cf59-47f0-8f64-029c418c70db", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a3bd4-4113-440c-aa02-842ee062fb36", - "basicAssetPositionUid": "", + "uid": "a30635e6-f6c6-44e1-91ce-cb782ec911d1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a605f-c7d0-4efa-a795-2a8aaf2700bf", + "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", "forIisFlag": true, - "first1minCandleDate": "2022-02-21T08:22:00Z", - "first1dayCandleDate": "2022-02-21T07:00:00Z", + "first1minCandleDate": "2022-04-06T15:36:00Z", + "first1dayCandleDate": "2022-04-06T07:00:00Z", "type": "Futures", - "step": 0.001 + "step": 1.0 }, - "LKM2": { - "figi": "FUTLKOH06220", - "ticker": "LKM2", + "BRJ2": { + "figi": "FUTBR0422000", + "ticker": "BRJ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135213,54 +144483,54 @@ }, "dlong": { "units": "0", - "nano": 279500000 + "nano": 284800000 }, "dshort": { "units": "0", - "nano": 354100000 + "nano": 597200000 }, "dlongMin": { "units": "0", - "nano": 151200000 + "nano": 154300000 }, "dshortMin": { "units": "0", - "nano": 163700000 + "nano": 263800000 }, "shortEnabledFlag": true, - "name": "LKOH-6.22 Лукойл", + "name": "BR-4.22 \u041d\u0435\u0444\u0442\u044c Brent", "exchange": "FORTS", - "firstTradeDate": "2021-06-02T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "LKOH", + "firstTradeDate": "2021-03-25T21:00:00Z", + "lastTradeDate": "2022-03-31T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-04-01T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a32f-2244-418a-a544-9c50e995b8f9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a34a-a963-4142-80ed-39071cf8529f", - "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", + "uid": "1f99022d-c84e-4f72-8dc3-8e2b49c81e60", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99034f-5747-4830-9610-162b8188af69", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-08T07:23:00Z", - "first1dayCandleDate": "2021-06-08T07:00:00Z", + "first1minCandleDate": "2021-03-26T08:44:00Z", + "first1dayCandleDate": "2021-03-26T07:00:00Z", "type": "Futures", "step": 0 }, - "MTZ2": { - "figi": "FUTMTSI12220", - "ticker": "MTZ2", + "RSU2": { + "figi": "FUTRTSS09220", + "ticker": "RSU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135274,37 +144544,37 @@ }, "dlong": { "units": "0", - "nano": 326300000 + "nano": 284000000 }, "dshort": { "units": "0", - "nano": 492400000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 179200000 + "nano": 153900000 }, "dshortMin": { "units": "0", - "nano": 221600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "MTSI-12.22 МТС", + "name": "RTSS-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0433\u043e\u043b\u0443\u0431\u044b\u0445 \u0444\u0438\u0448\u0435\u043a", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MTSS", + "firstTradeDate": "2022-04-12T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTSS", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -135313,19 +144583,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "ec79946a-c381-4bc3-9c3c-e74c99c9165e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b20ab-f4e9-4ab4-8381-d879ff89b214", - "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", + "uid": "5d2eb74b-af1f-41b9-aa92-190edfdbeb5e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e14-35ef-4df4-9ee4-f0185f7107e2", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-03-31T12:48:00Z", - "first1dayCandleDate": "2022-03-31T07:00:00Z", + "first1minCandleDate": "2022-06-14T07:41:00Z", + "first1dayCandleDate": "2022-06-14T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SAH2": { - "figi": "FUTSUGR03220", - "ticker": "SAH2", + "BRG2": { + "figi": "FUTBR0222000", + "ticker": "BRG2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135339,54 +144609,54 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 294400000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 345600000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 160000000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 160000000 }, "shortEnabledFlag": true, - "name": "SUGR-3.22 Сахар", + "name": "BR-2.22 \u041d\u0435\u0444\u0442\u044c Brent", "exchange": "FORTS", - "firstTradeDate": "2021-06-24T20:59:59Z", - "lastTradeDate": "2022-02-28T20:59:59Z", + "firstTradeDate": "2021-01-25T21:00:00Z", + "lastTradeDate": "2022-01-31T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "SUGR", + "basicAsset": "Brent", "basicAssetSize": { - "units": "1016", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-01T00:00:00Z", + "expirationDate": "2022-02-01T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98c3ad-cb2c-4cc1-a915-65311e439e2c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98c24a-62df-455d-94fe-6d2b14ef6e96", + "uid": "1f9883f5-a9c0-4d33-aa9c-3dcca72594cd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f988333-d191-4110-ac3f-ae898bf9e604", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-08-02T08:13:00Z", - "first1dayCandleDate": "2021-08-02T07:00:00Z", + "first1minCandleDate": "2021-01-26T18:14:00Z", + "first1dayCandleDate": "2021-01-26T07:00:00Z", "type": "Futures", "step": 0 }, - "FSM2": { - "figi": "FUTFEES06220", - "ticker": "FSM2", + "MGU2": { + "figi": "FUTMAGN09220", + "ticker": "MGU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135400,54 +144670,58 @@ }, "dlong": { "units": "0", - "nano": 392400000 + "nano": 328400000 }, "dshort": { "units": "0", - "nano": 386200000 + "nano": 262500000 }, "dlongMin": { "units": "0", - "nano": 220500000 + "nano": 180500000 }, "dshortMin": { "units": "0", - "nano": 177400000 + "nano": 123600000 }, "shortEnabledFlag": true, - "name": "FEES-6.22 ФСК ЕЭС", + "name": "MAGN-9.22 \u041c\u041c\u041a", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "FEES", + "basicAsset": "MAGN", "basicAssetSize": { - "units": "100000", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a36e-790a-4e28-bff2-a2a322617865", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a326-fc60-4536-9b96-361c8d8b7e71", - "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", + "uid": "572d14c6-7f2e-46b1-88b2-fb2918e79a93", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6026-18a4-46aa-9471-ceb06645fe58", + "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T04:08:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", + "first1minCandleDate": "2022-05-25T07:09:00Z", + "first1dayCandleDate": "2022-05-25T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "SiZ3": { - "figi": "FUTSI1223000", - "ticker": "SiZ3", + "SPH2": { + "figi": "FUTSBPR03220", + "ticker": "SPH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135461,58 +144735,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 354500000 }, "dshort": { "units": "0", - "nano": 656700000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 196600000 }, "dshortMin": { "units": "0", - "nano": 287100000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "Si-12.23 Курс доллар - рубль", + "name": "SBPR-3.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-12-10T20:59:59Z", - "lastTradeDate": "2023-12-21T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SBERP", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2023-12-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9f2ae6-3ee0-448e-bb73-b3e1aace788b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9f2b36-099d-48b3-b1b6-632f1dc3fb93", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f98e4f9-53b5-4fc2-96a5-2b71b2701444", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5fc-5502-4182-acc9-4c28cce5f59d", + "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", "forIisFlag": true, - "first1minCandleDate": "2021-12-13T04:05:00Z", - "first1dayCandleDate": "2021-12-13T07:00:00Z", + "first1minCandleDate": "2021-09-09T15:24:00Z", + "first1dayCandleDate": "2021-09-09T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "AFM2": { - "figi": "FUTAFLT06220", - "ticker": "AFM2", + "USDRUBF": { + "figi": "FUTUSDRUBF00", + "ticker": "USDRUBF", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135526,54 +144796,58 @@ }, "dlong": { "units": "0", - "nano": 537700000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 435100000 }, "dlongMin": { "units": "0", - "nano": 320000000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 198000000 }, "shortEnabledFlag": true, - "name": "AFLT-6.22 Аэрофлот", - "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "AFLT", + "name": "USDRUBF \u0414\u043e\u043b\u043b\u0430\u0440 - \u0420\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-25T21:00:00Z", + "lastTradeDate": "2099-12-30T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2099-12-31T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a29e-5124-46fa-832c-07adc3f92a20", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a25a-0318-4b96-af93-2cb2bc317a7a", - "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "uid": "48706c30-0bd7-42ad-a936-150287cd9de4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "20cf3ef5-e757-44b8-99d5-8a17e8f19d4f", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-11-22T12:27:00Z", - "first1dayCandleDate": "2021-11-22T07:00:00Z", + "first1minCandleDate": "2022-04-26T07:00:00Z", + "first1dayCandleDate": "2022-04-26T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "YNZ2": { - "figi": "FUTYNDF12220", - "ticker": "YNZ2", + "EURRUBF": { + "figi": "FUTEURRUBF00", + "ticker": "EURRUBF", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135587,58 +144861,58 @@ }, "dlong": { "units": "0", - "nano": 431000000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 490300000 + "nano": 531300000 }, "dlongMin": { "units": "0", - "nano": 245700000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 220800000 + "nano": 237400000 }, "shortEnabledFlag": true, - "name": "YNDF-12.22 Яндекс", - "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "YNDX", + "name": "EURRUBF \u0415\u0432\u0440\u043e - \u0420\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-25T21:00:00Z", + "lastTradeDate": "2099-12-30T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2099-12-31T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1eeb05d1-577f-43dd-bcaa-fc2c473344e5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b214b-0967-4013-ab2e-3d7b6b849434", - "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", + "uid": "e797d92b-d398-47a6-aca9-856e3106d78d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "20cf3f9f-218c-4d27-a823-2f8245318ecb", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2022-03-31T13:07:00Z", - "first1dayCandleDate": "2022-03-31T07:00:00Z", + "first1minCandleDate": "2022-04-26T07:03:00Z", + "first1dayCandleDate": "2022-04-26T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "SNM2": { - "figi": "FUTSNGR06220", - "ticker": "SNM2", + "MMU5": { + "figi": "FUTMXI092500", + "ticker": "MMU5", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135652,54 +144926,58 @@ }, "dlong": { "units": "0", - "nano": 295100000 + "nano": 523500000 }, "dshort": { "units": "0", - "nano": 551100000 + "nano": 738800000 }, "dlongMin": { "units": "0", - "nano": 160400000 + "nano": 309700000 }, "dshortMin": { "units": "0", - "nano": 245400000 + "nano": 318600000 }, - "shortEnabledFlag": true, - "name": "SNGR-6.22 Сургутнефтегаз", - "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SNGS", + "shortEnabledFlag": false, + "name": "MXI-9.25 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-22T20:59:59Z", + "lastTradeDate": "2025-09-18T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2025-09-18T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a278-2c51-46ed-9c68-fe3fb06eaa15", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2d4-b2d0-4e2b-adbc-a54ee9e88065", - "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", + "uid": "5dad1f41-39cc-4cf7-bfe1-12df272b9d0a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa66535-5b59-45c8-b502-489b058a11e8", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-15T07:54:00Z", - "first1dayCandleDate": "2021-12-15T07:00:00Z", + "first1minCandleDate": "2022-07-11T14:40:00Z", + "first1dayCandleDate": "2022-07-11T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.05 }, - "PDU2": { - "figi": "FUTPLD092200", - "ticker": "PDU2", + "MNZ2": { + "figi": "FUTMGNT12220", + "ticker": "MNZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135713,58 +144991,58 @@ }, "dlong": { "units": "0", - "nano": 459600000 + "nano": 265400000 }, "dshort": { "units": "0", - "nano": 725500000 + "nano": 325900000 }, "dlongMin": { "units": "0", - "nano": 264900000 + "nano": 142900000 }, "dshortMin": { "units": "0", - "nano": 313600000 + "nano": 151500000 }, "shortEnabledFlag": true, - "name": "PLD-9.22 Палладий", + "name": "MGNT-12.22 \u041c\u0430\u0433\u043d\u0438\u0442", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Palladium", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MGNT", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5eeb-a52e-4723-b930-cb6a4ee3b9fc", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e40-ff1e-4ca1-a98c-a723b3175c91", - "basicAssetPositionUid": "", + "uid": "5b4163db-e7b6-4519-b38c-f2790b034a18", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2098-dd20-49b1-9f49-30151aae7dd3", + "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", "forIisFlag": true, - "first1minCandleDate": "2022-02-16T09:09:00Z", - "first1dayCandleDate": "2022-02-16T07:00:00Z", + "first1minCandleDate": "2022-02-24T12:29:00Z", + "first1dayCandleDate": "2022-02-24T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "SVU2": { - "figi": "FUTSILV09220", - "ticker": "SVU2", + "MMH5": { + "figi": "FUTMXI032500", + "ticker": "MMH5", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135778,58 +145056,58 @@ }, "dlong": { "units": "0", - "nano": 321200000 + "nano": 523500000 }, "dshort": { "units": "0", - "nano": 892700000 + "nano": 738800000 }, "dlongMin": { "units": "0", - "nano": 176100000 + "nano": 309700000 }, "dshortMin": { "units": "0", - "nano": 375800000 + "nano": 318600000 }, "shortEnabledFlag": true, - "name": "SILV-9.22 Серебро", - "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "name": "MXI-3.25 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-24T20:59:59Z", + "lastTradeDate": "2025-03-20T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Silver", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2025-03-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e53-59dc-410f-9b68-9983a6948399", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5f4e-4d73-47b3-a59a-b461e017e599", + "uid": "1fa4e885-7fae-4968-980e-7a035341bf92", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa4e8ae-8c1b-4560-93d3-c4de82f6fbd7", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-03T19:09:00Z", - "first1dayCandleDate": "2021-09-03T07:00:00Z", + "first1minCandleDate": "2022-01-13T07:58:00Z", + "first1dayCandleDate": "2022-01-13T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.05 }, - "NlN2": { - "figi": "FUTNL0722000", - "ticker": "NlN2", + "NAM3": { + "figi": "FUTNASD06230", + "ticker": "NAM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135843,58 +145121,58 @@ }, "dlong": { "units": "0", - "nano": 377200000 + "nano": 190000000 }, "dshort": { "units": "0", - "nano": 434800000 + "nano": 210000000 }, "dlongMin": { "units": "0", - "nano": 210800000 + "nano": 100000000 }, "dshortMin": { "units": "0", - "nano": 197800000 + "nano": 100000000 }, "shortEnabledFlag": true, - "name": "Nl-7.22 Никель", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-07-19T20:59:59Z", + "name": "NASD-6.23 Nasdaq 100", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-09-05T21:00:00Z", + "lastTradeDate": "2023-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Nl", + "assetType": "TYPE_INDEX", + "basicAsset": "Invesco QQQ ETF Trust Unit Series 1", "basicAssetSize": { - "units": "100", + "units": "41", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-07-19T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "5", + "units": "1", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "6610b748-0a47-4569-84cc-c76ffdd83daa", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99e642-889a-4c78-8492-e55b941b9057", + "uid": "1c9fec09-64fe-4693-b20a-a2249e752076", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9da01b-4773-48c6-a5b7-1c5e68a0998e", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-07-11T07:19:00Z", - "first1dayCandleDate": "2022-07-11T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 5.0 + "step": 1.0 }, - "MLU2": { - "figi": "FUTMAIL09220", - "ticker": "MLU2", + "RNU4": { + "figi": "FUTROSN09240", + "ticker": "RNU4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135908,37 +145186,37 @@ }, "dlong": { "units": "0", - "nano": 425700000 + "nano": 397600000 }, "dshort": { "units": "0", - "nano": 602400000 + "nano": 858600000 }, "dlongMin": { "units": "0", - "nano": 242200000 + "nano": 223900000 }, "dshortMin": { "units": "0", - "nano": 265900000 + "nano": 363300000 }, "shortEnabledFlag": true, - "name": "MAIL-9.22 VK", + "name": "ROSN-9.24 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-07-01T20:59:59Z", + "lastTradeDate": "2024-09-19T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "VKCO", + "basicAsset": "ROSN", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_IT", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2024-09-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -135947,19 +145225,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "a30635e6-f6c6-44e1-91ce-cb782ec911d1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a605f-c7d0-4efa-a795-2a8aaf2700bf", - "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", + "uid": "1fa26988-cc67-4b46-90a5-e7f3fbe9b76c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa26825-6cec-460e-9da8-0083b0b7377b", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2022-04-06T15:36:00Z", - "first1dayCandleDate": "2022-04-06T07:00:00Z", + "first1minCandleDate": "2021-08-31T11:54:00Z", + "first1dayCandleDate": "2021-08-31T07:00:00Z", "type": "Futures", "step": 1.0 }, - "RIU3": { - "figi": "FUTRTS092300", - "ticker": "RIU3", + "LKM3": { + "figi": "FUTLKOH06230", + "ticker": "LKM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -135973,58 +145251,58 @@ }, "dlong": { "units": "0", - "nano": 389100000 + "nano": 279500000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 426400000 }, "dlongMin": { "units": "0", - "nano": 218400000 + "nano": 151200000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 194300000 }, - "shortEnabledFlag": true, - "name": "RTS-9.23 Индекс РТС", + "shortEnabledFlag": false, + "name": "LKOH-6.23 \u041b\u0443\u043a\u043e\u0439\u043b", "exchange": "FORTS", - "firstTradeDate": "2021-09-10T20:59:59Z", - "lastTradeDate": "2023-09-21T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "LKOH", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-09-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2023-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "10", + "units": "1", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9e6b9f-3a62-41d1-b68c-20501a2fefb2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9e6b5c-f352-4693-be92-3d4c34076411", - "basicAssetPositionUid": "", + "uid": "0c209c5d-0ff3-455d-964a-138bd45506bd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9da1dc-5b39-4d52-ab6e-fc95eb0af1dc", + "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", "forIisFlag": true, - "first1minCandleDate": "2021-09-28T06:47:00Z", - "first1dayCandleDate": "2021-09-28T07:00:00Z", + "first1minCandleDate": "2022-06-20T07:03:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 1.0 }, - "MMH2": { - "figi": "FUTMXI032200", - "ticker": "MMH2", + "VIM2": { + "figi": "FUTRVI062200", + "ticker": "VIM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136038,54 +145316,54 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 341100000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 996600000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 188300000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 413000000 }, "shortEnabledFlag": true, - "name": "MXI-3.22 Индекс МосБиржи (мини)", + "name": "RVI-6.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-04-08T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "basicAsset": "RVI", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-29T00:00:00Z", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e314-41cd-4eb9-9a92-86034d3041bd", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e3fd-e6bb-4f38-8dcd-d5aab510fbac", + "uid": "c241d25c-7415-4db5-b4d1-641eca5ea02c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a132-160a-4689-a283-623f327c0a03", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-03-19T13:22:00Z", - "first1dayCandleDate": "2021-03-19T07:00:00Z", + "first1minCandleDate": "2022-05-24T07:03:00Z", + "first1dayCandleDate": "2022-05-24T07:00:00Z", "type": "Futures", "step": 0 }, - "BRH3": { - "figi": "FUTBR0323000", - "ticker": "BRH3", + "RNZ2": { + "figi": "FUTROSN12220", + "ticker": "RNZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136099,58 +145377,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 360100000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 543800000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 200100000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 242500000 }, "shortEnabledFlag": true, - "name": "BR-3.23 Нефть Brent", + "name": "ROSN-12.22 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-23T20:59:59Z", - "lastTradeDate": "2023-03-01T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ROSN", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-03-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "5905f7a5-196f-4cde-9060-e80a2a425aa2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9cc3c4-0958-45ec-9aa6-c9a577f2b2cc", - "basicAssetPositionUid": "", + "uid": "1f9b20ae-65e2-4472-8870-ba3559d568c4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20d9-f912-4172-a8ab-8e5fec8c9579", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2022-03-10T10:20:00Z", - "first1dayCandleDate": "2022-03-10T07:00:00Z", + "first1minCandleDate": "2021-12-06T17:51:00Z", + "first1dayCandleDate": "2021-12-06T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "SAV2": { - "figi": "FUTSUGR10220", - "ticker": "SAV2", + "MMZ2": { + "figi": "FUTMXI122200", + "ticker": "MMZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136164,58 +145442,58 @@ }, "dlong": { "units": "0", - "nano": 345000000 + "nano": 264000000 }, "dshort": { "units": "0", - "nano": 341400000 + "nano": 361000000 }, "dlongMin": { "units": "0", - "nano": 190700000 + "nano": 142100000 }, "dshortMin": { "units": "0", - "nano": 158200000 + "nano": 166600000 }, "shortEnabledFlag": true, - "name": "SUGR-10.22 Сахар", - "exchange": "FORTS", - "firstTradeDate": "2022-04-25T20:59:59Z", - "lastTradeDate": "2022-09-30T20:59:59Z", + "name": "MXI-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "SUGR", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "1016", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-10-03T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 50000000 }, "apiTradeAvailableFlag": true, - "uid": "a51bb5e0-7da8-4b77-84db-6b7230b9819a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a8666-e0de-4406-b9c0-2922fb1aa79c", + "uid": "1f9b1fcb-fbeb-4818-9597-b2021a641b19", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1ec9-6bfc-4d00-a530-6f03f6a79215", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-05-04T09:47:00Z", - "first1dayCandleDate": "2022-05-04T07:00:00Z", + "first1minCandleDate": "2021-12-17T04:59:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.05 }, - "GDH3": { - "figi": "FUTGOLD03230", - "ticker": "GDH3", + "JPH2": { + "figi": "FUTUJPY03220", + "ticker": "JPH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136229,58 +145507,54 @@ }, "dlong": { "units": "0", - "nano": 266900000 + "nano": 120000000 }, "dshort": { "units": "0", - "nano": 445200000 + "nano": 267900000 }, "dlongMin": { "units": "0", - "nano": 143800000 + "nano": 61900000 }, "dshortMin": { "units": "0", - "nano": 202200000 + "nano": 126000000 }, "shortEnabledFlag": true, - "name": "GOLD-3.23 Золото", + "name": "UJPY-3.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u042f\u043f\u043e\u043d\u0441\u043a\u0430\u044f \u0439\u0435\u043d\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-04-27T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-03-17T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Gold", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/JPY", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 100000000 - }, "apiTradeAvailableFlag": true, - "uid": "2dbede23-2adb-4d23-8d61-cf823a3e1ecc", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce131-4d51-4949-bb44-1f7dc8ae2e2d", - "basicAssetPositionUid": "", + "uid": "1f98e228-5b2c-48f0-adb2-5d5760c88c77", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e30a-5a20-49c5-a85b-9140813ae2da", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2022-04-27T09:47:00Z", - "first1dayCandleDate": "2022-04-27T07:00:00Z", + "first1minCandleDate": "2021-10-01T08:41:00Z", + "first1dayCandleDate": "2021-10-01T07:00:00Z", "type": "Futures", - "step": 0.1 + "step": 0 }, - "VIM2": { - "figi": "FUTRVI062200", - "ticker": "VIM2", + "AUM2": { + "figi": "FUTAUDU06220", + "ticker": "AUM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136294,54 +145568,58 @@ }, "dlong": { "units": "0", - "nano": 341100000 + "nano": 245400000 }, "dshort": { "units": "0", - "nano": 996600000 + "nano": 425700000 }, "dlongMin": { "units": "0", - "nano": 188300000 + "nano": 131300000 }, "dshortMin": { "units": "0", - "nano": 413000000 + "nano": 194000000 }, "shortEnabledFlag": true, - "name": "RVI-6.22 Волатильность российского рынка", + "name": "AUDU-6.22 \u041a\u0443\u0440\u0441 \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0439\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410", "exchange": "FORTS", - "firstTradeDate": "2022-04-08T20:59:59Z", + "firstTradeDate": "2021-12-03T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RVI", + "assetType": "TYPE_CURRENCY", + "basicAsset": "AUD/USD", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, "apiTradeAvailableFlag": true, - "uid": "c241d25c-7415-4db5-b4d1-641eca5ea02c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a132-160a-4689-a283-623f327c0a03", + "uid": "1f99a1c7-1061-460d-9dc5-ad037c1057ff", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a167-d34b-44ee-8c42-3486a2bde7c2", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-05-24T07:03:00Z", - "first1dayCandleDate": "2022-05-24T07:00:00Z", + "first1minCandleDate": "2021-12-27T09:04:00Z", + "first1dayCandleDate": "2021-12-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.0001 }, - "HYM2": { - "figi": "FUTHYDR06220", - "ticker": "HYM2", + "SFM2": { + "figi": "FUTSPYF06220", + "ticker": "SFM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136355,54 +145633,54 @@ }, "dlong": { "units": "0", - "nano": 298700000 + "nano": 244400000 }, "dshort": { "units": "0", - "nano": 311100000 + "nano": 529900000 }, "dlongMin": { "units": "0", - "nano": 162500000 + "nano": 130800000 }, "dshortMin": { "units": "0", - "nano": 145000000 + "nano": 236900000 }, "shortEnabledFlag": true, - "name": "HYDR-6.22 РусГидро", + "name": "SPYF-6.22 SPDR S&P 500 ETF Trust", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "HYDR", + "firstTradeDate": "2021-06-13T21:00:00Z", + "lastTradeDate": "2022-06-16T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "SPY", "basicAssetSize": { - "units": "10000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a333-2408-4442-ab4e-00538cc82f74", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3d6-f599-45ce-bf66-da843c81ac7b", - "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", + "uid": "1f99a2b9-a13f-4e0d-ae2d-5eb6b337f85e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2b3-b703-489c-9239-83c7ce64a3b2", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-14T04:31:00Z", - "first1dayCandleDate": "2021-12-14T07:00:00Z", + "first1minCandleDate": "2021-06-14T14:44:00Z", + "first1dayCandleDate": "2021-06-14T07:00:00Z", "type": "Futures", "step": 0 }, - "DYM2": { - "figi": "FUTDSKY06220", - "ticker": "DYM2", + "RIM4": { + "figi": "FUTRTS062400", + "ticker": "RIM4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136416,54 +145694,58 @@ }, "dlong": { "units": "0", - "nano": 294900000 + "nano": 389100000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 160300000 + "nano": 218400000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 275500000 }, - "shortEnabledFlag": true, - "name": "DSKY-6.22 Детский мир", - "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "DSKY", + "shortEnabledFlag": false, + "name": "RTS-6.24 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-09T20:59:59Z", + "lastTradeDate": "2024-06-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2024-06-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a271-3019-4196-aebd-5cda3e018926", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a226-0c7f-4843-9583-7ed593c789d0", - "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", + "uid": "cb85248e-4d1e-4b50-8240-f0196e21f816", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa1a8ff-49dd-4d1c-8dfb-48105eedb02f", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-07T14:58:00Z", - "first1dayCandleDate": "2022-04-07T07:00:00Z", + "first1minCandleDate": "2022-09-01T16:26:00Z", + "first1dayCandleDate": "2022-09-01T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "GKZ2": { - "figi": "FUTGMKN12220", - "ticker": "GKZ2", + "MMM2": { + "figi": "FUTMXI062200", + "ticker": "MMM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136477,58 +145759,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 254100000 }, "dshort": { "units": "0", - "nano": 264400000 + "nano": 219500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 136400000 }, "dshortMin": { "units": "0", - "nano": 124500000 + "nano": 104300000 }, "shortEnabledFlag": true, - "name": "GMKN-12.22 Норильский никель", + "name": "MXI-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GMKN", + "firstTradeDate": "2021-06-04T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "5050199b-2b25-4d30-9988-3ad4a5f2c619", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b2163-8c5a-46d2-bcc1-644342062e37", - "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "uid": "1f99a108-4a81-4262-a035-c683dd4664a9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a06e-75b4-4660-8151-ddb88dbdd8cc", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-03-31T12:53:00Z", - "first1dayCandleDate": "2022-03-31T07:00:00Z", + "first1minCandleDate": "2021-07-26T09:21:00Z", + "first1dayCandleDate": "2021-07-26T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "BRQ2": { - "figi": "FUTBR0822000", - "ticker": "BRQ2", + "NAU3": { + "figi": "FUTNASD09230", + "ticker": "NAU3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136542,58 +145820,56 @@ }, "dlong": { "units": "0", - "nano": 385400000 + "nano": 190000000 }, "dshort": { "units": "0", - "nano": 875000000 + "nano": 210000000 }, "dlongMin": { "units": "0", - "nano": 216000000 + "nano": 100000000 }, "dshortMin": { "units": "0", - "nano": 369300000 + "nano": 100000000 }, "shortEnabledFlag": true, - "name": "BR-8.22 Нефть Brent", - "exchange": "FORTS", - "firstTradeDate": "2021-07-27T20:59:59Z", - "lastTradeDate": "2022-08-01T20:59:59Z", + "name": "NASD-9.23 Nasdaq 100", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-09-05T21:00:00Z", + "lastTradeDate": "2023-09-14T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "assetType": "TYPE_INDEX", + "basicAsset": "Invesco QQQ ETF Trust Unit Series 1", "basicAssetSize": { - "units": "10", + "units": "41", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-08-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a0235-8b80-4727-bb72-1e4762202df3", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a02a4-425a-4b27-8142-8fd9b4992f63", + "uid": "b5c4342c-1272-4f6b-8508-337262b38659", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9e5fa3-55ad-44b8-bc07-dd36fe6b0b49", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-07-28T13:27:00Z", - "first1dayCandleDate": "2021-07-28T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "GUM2": { - "figi": "FUTGBPU06220", - "ticker": "GUM2", + "CAH2": { + "figi": "FUTUCAD03220", + "ticker": "CAH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136607,58 +145883,54 @@ }, "dlong": { "units": "0", - "nano": 249000000 + "nano": 120000000 }, "dshort": { "units": "0", - "nano": 396800000 + "nano": 254600000 }, "dlongMin": { "units": "0", - "nano": 133400000 + "nano": 61900000 }, "dshortMin": { "units": "0", - "nano": 181900000 + "nano": 120100000 }, "shortEnabledFlag": true, - "name": "GBPU-6.22 Курс Фунт стерлингов - Доллар", + "name": "UCAD-3.22 \u041a\u0443\u0440\u0441 \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u041a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-03-17T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "GBP/USD", + "basicAsset": "USD/CAD", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", + "expirationDate": "2022-03-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 100000 - }, "apiTradeAvailableFlag": true, - "uid": "1f99a16c-5663-4271-b9bd-7e9bc423fb9d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a1be-ccb4-4c93-95ec-b6c6f549d0c8", - "basicAssetPositionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", + "uid": "1f98e2b0-07c7-4b46-b459-4bea57f1a4a5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e32b-c660-4266-bf59-06d0c47104da", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T06:46:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", + "first1minCandleDate": "2021-10-07T14:58:00Z", + "first1dayCandleDate": "2021-10-07T07:00:00Z", "type": "Futures", - "step": 0.0001 + "step": 0 }, - "OZU2": { - "figi": "FUTOZON09220", - "ticker": "OZU2", + "ALU2": { + "figi": "FUTALRS09220", + "ticker": "ALU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136672,37 +145944,37 @@ }, "dlong": { "units": "0", - "nano": 400000000 + "nano": 380300000 }, "dshort": { "units": "0", - "nano": 828900000 + "nano": 361000000 }, "dlongMin": { "units": "0", - "nano": 225400000 + "nano": 212800000 }, "dshortMin": { "units": "0", - "nano": 352400000 + "nano": 166600000 }, "shortEnabledFlag": true, - "name": "OZON-9.22 Озон", + "name": "ALRS-9.22 \u0410\u043b\u0440\u043e\u0441\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", + "firstTradeDate": "2022-02-03T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "OZON", + "basicAsset": "ALRS", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -136711,19 +145983,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "e34b6d81-7c34-4485-b893-72049ecc1d9b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61f4-463d-480d-93ab-607f258b286c", - "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", + "uid": "6e223749-3586-4fe6-a4c4-506c4766195f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6003-4e41-456b-b796-a6d936aa3a2e", + "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", "forIisFlag": true, - "first1minCandleDate": "2022-05-13T11:39:00Z", - "first1dayCandleDate": "2022-05-13T07:00:00Z", + "first1minCandleDate": "2022-02-09T08:07:00Z", + "first1dayCandleDate": "2022-02-09T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SSM2": { - "figi": "FUTSMLT06220", - "ticker": "SSM2", + "CHM2": { + "figi": "FUTCHMF06220", + "ticker": "CHM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136737,54 +146009,54 @@ }, "dlong": { "units": "0", - "nano": 544500000 + "nano": 472100000 }, "dshort": { "units": "0", - "nano": 509200000 + "nano": 336600000 }, "dlongMin": { "units": "0", - "nano": 325100000 + "nano": 273400000 }, "dshortMin": { "units": "0", - "nano": 228500000 + "nano": 156100000 }, "shortEnabledFlag": true, - "name": "SMLT-6.22 ГК Самолет", + "name": "CHMF-6.22 \u0421\u0435\u0432\u0435\u0440\u0441\u0442\u0430\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", + "firstTradeDate": "2021-12-02T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SMLT", + "basicAsset": "CHMF", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a2b6-3193-4afc-90ea-8a850cc2bdf0", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3d9-a837-4dc9-a00e-5173d684ab9b", - "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", + "uid": "90dbad0e-8752-4e96-886b-57fb6f5614ff", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3eb-4d52-4d92-84ec-a75b214bea6f", + "basicAssetPositionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", "forIisFlag": true, - "first1minCandleDate": "2022-03-29T09:17:00Z", - "first1dayCandleDate": "2022-03-29T07:00:00Z", + "first1minCandleDate": "2021-12-14T04:20:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", "type": "Futures", "step": 0 }, - "GDH2": { - "figi": "FUTGOLD03220", - "ticker": "GDH2", + "W4U2": { + "figi": "FUTWHEA09220", + "ticker": "W4U2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136802,7 +146074,7 @@ }, "dshort": { "units": "0", - "nano": 301900000 + "nano": 200000000 }, "dlongMin": { "units": "0", @@ -136810,42 +146082,46 @@ }, "dshortMin": { "units": "0", - "nano": 141000000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "GOLD-3.22 Золото", + "name": "WHEAT-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u0448\u0435\u043d\u0438\u0446\u044b", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-16T21:00:00Z", + "firstTradeDate": "2022-08-30T21:00:00Z", + "lastTradeDate": "2022-09-29T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Gold", + "assetType": "TYPE_INDEX", + "basicAsset": "WHCPT", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-09-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e359-44b1-4464-9290-08527fd53139", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e3b4-0901-48ff-b83f-a8bbc16025ab", + "uid": "378e2954-1eff-42de-8da8-3057e964eb63", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a7dc5-3f28-4e21-9088-6e2b233a6185", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-03-09T14:13:00Z", - "first1dayCandleDate": "2021-03-09T07:00:00Z", + "first1minCandleDate": "2022-08-31T07:01:00Z", + "first1dayCandleDate": "2022-08-31T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "BRV2": { - "figi": "FUTBR1022000", - "ticker": "BRV2", + "LKZ2": { + "figi": "FUTLKOH12220", + "ticker": "LKZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136859,58 +146135,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 279500000 }, "dshort": { "units": "0", - "nano": 875000000 + "nano": 426400000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 151200000 }, "dshortMin": { "units": "0", - "nano": 369300000 + "nano": 194300000 }, "shortEnabledFlag": true, - "name": "BR-10.22 Нефть Brent", + "name": "LKOH-12.22 \u041b\u0443\u043a\u043e\u0439\u043b", "exchange": "FORTS", - "firstTradeDate": "2021-09-27T20:59:59Z", - "lastTradeDate": "2022-10-03T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "LKOH", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-10-03T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a860e-7336-4081-b985-f11eeb9e6d85", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a863d-1c3d-452b-8d60-ee0654f8391e", - "basicAssetPositionUid": "", + "uid": "1f9b2142-be4f-409d-8541-8ce8b5d5a9f1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20c8-06e8-474f-ba2f-e26e38ca751a", + "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", "forIisFlag": true, - "first1minCandleDate": "2021-09-27T15:16:00Z", - "first1dayCandleDate": "2021-09-27T07:00:00Z", + "first1minCandleDate": "2021-12-07T12:01:00Z", + "first1dayCandleDate": "2021-12-07T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "EuM2": { - "figi": "BBG00YHPF166", - "ticker": "EuM2", + "NAZ2": { + "figi": "FUTNASD12220", + "ticker": "NAZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136924,54 +146200,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 190000000 }, "dshort": { "units": "0", - "nano": 249900000 + "nano": 210000000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 100000000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 100000000 }, "shortEnabledFlag": true, - "name": "Eu-6.22 Курс евро - рубль", - "exchange": "FORTS", - "firstTradeDate": "2020-12-10T21:00:00Z", - "lastTradeDate": "2022-06-16T13:51:10Z", + "name": "NASD-12.22 Nasdaq 100", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-09-05T21:00:00Z", + "lastTradeDate": "2022-12-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "assetType": "TYPE_INDEX", + "basicAsset": "Invesco QQQ ETF Trust Unit Series 1", "basicAssetSize": { - "units": "1000", + "units": "41", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a082-724a-476c-be7c-1f446628e422", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a13f-9ad1-4603-8da8-7c591c2ffd6d", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "5f43bd0a-5a2b-43cf-adea-45bfb66b03c9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20c5-45c0-4ac4-959b-dc2126003b75", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2020-12-21T09:19:00Z", - "first1dayCandleDate": "2020-12-21T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "SRZ2": { - "figi": "FUTSBRF12220", - "ticker": "SRZ2", + "YNM2": { + "figi": "FUTYNDF06220", + "ticker": "YNM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -136985,37 +146265,37 @@ }, "dlong": { "units": "0", - "nano": 490000000 + "nano": 431000000 }, "dshort": { "units": "0", - "nano": 373400000 + "nano": 393500000 }, "dlongMin": { "units": "0", - "nano": 285900000 + "nano": 245700000 }, "dshortMin": { "units": "0", - "nano": 171900000 + "nano": 180500000 }, "shortEnabledFlag": true, - "name": "SBRF-12.22 Сбер Банк (обыкновенные)", + "name": "YNDF-6.22 \u042f\u043d\u0434\u0435\u043a\u0441", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SBER", + "basicAsset": "YNDX", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -137024,19 +146304,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9b2028-6fd8-4cdf-8094-2d95895dbf5f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b20bd-448c-4456-8f5f-adb51086a004", - "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "uid": "1f99a20b-eeaa-45d8-8d56-f45467802b41", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a23e-feb1-4503-a96d-10a8b159138b", + "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": true, - "first1minCandleDate": "2021-12-02T10:27:00Z", - "first1dayCandleDate": "2021-12-02T07:00:00Z", + "first1minCandleDate": "2021-11-17T14:41:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", "type": "Futures", "step": 1.0 }, - "OZH2": { - "figi": "FUTOZON03220", - "ticker": "OZH2", + "MTM2": { + "figi": "FUTMTSI06220", + "ticker": "MTM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137050,54 +146330,54 @@ }, "dlong": { "units": "0", - "nano": 296100000 + "nano": 326300000 }, "dshort": { "units": "0", - "nano": 395500000 + "nano": 492400000 }, "dlongMin": { "units": "0", - "nano": 161000000 + "nano": 179200000 }, "dshortMin": { "units": "0", - "nano": 181300000 + "nano": 221600000 }, "shortEnabledFlag": true, - "name": "OZON-3.22 Озон", + "name": "MTSI-6.22 \u041c\u0422\u0421", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "OZON", + "basicAsset": "MTSS", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e5ea-5bbe-4b9d-b774-24cbcba62cb2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4ea-eb58-45d4-a273-5b42343a0e82", - "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", + "uid": "1f99a201-d7df-4d66-b6b9-a22358c3501f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a268-5107-4611-a771-c97867cd6c47", + "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", "forIisFlag": true, - "first1minCandleDate": "2021-09-27T18:54:00Z", - "first1dayCandleDate": "2021-09-27T07:00:00Z", + "first1minCandleDate": "2021-11-25T19:24:00Z", + "first1dayCandleDate": "2021-11-25T07:00:00Z", "type": "Futures", "step": 0 }, - "AFZ2": { - "figi": "FUTAFLT12220", - "ticker": "AFZ2", + "CSZ2": { + "figi": "FUTCNI122200", + "ticker": "CSZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137111,37 +146391,37 @@ }, "dlong": { "units": "0", - "nano": 537700000 + "nano": 363500000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 460700000 }, "dlongMin": { "units": "0", - "nano": 320000000 + "nano": 202200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 208600000 }, - "shortEnabledFlag": true, - "name": "AFLT-12.22 Аэрофлот", + "shortEnabledFlag": false, + "name": "CNI-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043a\u0442\u043e\u0440\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", + "firstTradeDate": "2022-06-02T20:59:59Z", "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "AFLT", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXCN", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -137150,19 +146430,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "5b8c2928-7fd7-4ac0-ba8e-7019119d78ba", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b2050-d0d6-4781-81c8-06be9140837c", - "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "uid": "328ce275-7f69-4366-b99c-cca630a02773", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e42-5637-40bc-9987-f3d6d5860018", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-22T13:52:00Z", - "first1dayCandleDate": "2022-02-22T07:00:00Z", + "first1minCandleDate": "2022-08-04T13:19:00Z", + "first1dayCandleDate": "2022-08-04T07:00:00Z", "type": "Futures", "step": 1.0 }, - "RNH5": { - "figi": "FUTROSN03250", - "ticker": "RNH5", + "PTU2": { + "figi": "FUTPLT092200", + "ticker": "PTU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137176,58 +146456,58 @@ }, "dlong": { "units": "0", - "nano": 423200000 + "nano": 281900000 }, "dshort": { "units": "0", - "nano": 858600000 + "nano": 403800000 }, "dlongMin": { "units": "0", - "nano": 240500000 + "nano": 152600000 }, "dshortMin": { "units": "0", - "nano": 363300000 + "nano": 184800000 }, "shortEnabledFlag": true, - "name": "ROSN-3.25 Роснефть", - "exchange": "FORTS", - "firstTradeDate": "2021-12-24T20:59:59Z", - "lastTradeDate": "2025-03-20T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "name": "PLT-9.22 \u041f\u043b\u0430\u0442\u0438\u043d\u0430", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-10-13T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "PLT", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2025-03-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "1fa4eabe-c27b-476a-a6d6-a6fc7dc6a58c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa4ea35-c1ce-4b7d-9e38-c05a9ca17a30", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "1f9a5e80-48bc-4c07-a6ec-bf376756e87a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5f68-37b6-4a00-885a-559e645af4a6", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-01-12T14:29:00Z", - "first1dayCandleDate": "2022-01-12T07:00:00Z", + "first1minCandleDate": "2021-10-14T11:16:00Z", + "first1dayCandleDate": "2021-10-14T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.1 }, - "MNH2": { - "figi": "FUTMGNT03220", - "ticker": "MNH2", + "RLZ2": { + "figi": "FUTRUAL12220", + "ticker": "RLZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137241,54 +146521,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 345900000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 367200000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 191200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 169300000 }, - "shortEnabledFlag": true, - "name": "MGNT-3.22 Магнит", + "shortEnabledFlag": false, + "name": "RUAL-12.22 \u0420\u0423\u0421\u0410\u041b", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", - "lastTradeDate": "2022-03-29T21:00:00Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MGNT", + "basicAsset": "RUAL", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-03-31T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e427-0b2e-42f4-8d3f-9069e4ed2887", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4cd-bfcc-4034-86af-b69135ed6cfa", - "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", + "uid": "50bdb79e-c2da-43a1-8f78-b192a0c676ce", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b206b-099e-42cb-a0ac-9036b5649c7c", + "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", "forIisFlag": true, - "first1minCandleDate": "2021-08-17T11:23:00Z", - "first1dayCandleDate": "2021-08-17T07:00:00Z", + "first1minCandleDate": "2022-06-22T12:43:00Z", + "first1dayCandleDate": "2022-06-22T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "BRZ2": { - "figi": "FUTBR1222000", - "ticker": "BRZ2", + "PHU2": { + "figi": "FUTPHOR09220", + "ticker": "PHU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137302,58 +146586,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 303800000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 709000000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 165600000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 307300000 }, "shortEnabledFlag": true, - "name": "BR-12.22 Нефть Brent", + "name": "PHOR-9.22 \u0424\u043e\u0441\u0410\u0433\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2021-11-25T20:59:59Z", - "lastTradeDate": "2022-12-01T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PHOR", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9b03ae-6bce-4b23-8734-c378e31def19", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b0275-8498-4149-ab58-ec80600c9e3b", - "basicAssetPositionUid": "", + "uid": "9f68c3b3-6b85-4680-8949-0a5543ea7550", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6102-c428-4edc-aecc-5b8f6e4dd0dd", + "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", "forIisFlag": true, - "first1minCandleDate": "2021-11-26T05:00:00Z", - "first1dayCandleDate": "2021-11-26T07:00:00Z", + "first1minCandleDate": "2022-04-12T08:13:00Z", + "first1dayCandleDate": "2022-04-12T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "SiZ2": { - "figi": "BBG00YHPF1H4", - "ticker": "SiZ2", + "CAU2": { + "figi": "FUTUCAD09220", + "ticker": "CAU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137367,58 +146651,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 216400000 }, "dshort": { "units": "0", - "nano": 421100000 + "nano": 419700000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 114800000 }, "dshortMin": { "units": "0", - "nano": 192100000 + "nano": 191500000 }, - "shortEnabledFlag": true, - "name": "Si-12.22 Курс доллар - рубль", + "shortEnabledFlag": false, + "name": "UCAD-9.22 \u041a\u0443\u0440\u0441 \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u041a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2020-12-10T21:00:00Z", - "lastTradeDate": "2022-12-15T13:51:10Z", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "basicAsset": "USD/CAD", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "1f9b1edd-ca1a-47cd-b98e-d4e4b921da67", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e9c-ee35-4d5b-8e1c-5741a0422ca7", + "uid": "45e9de54-e518-467d-9a4a-f29e4c8b2e20", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5ec3-5b08-4faf-91ed-366a24214a68", "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2020-12-14T17:00:00Z", - "first1dayCandleDate": "2020-12-14T07:00:00Z", + "first1minCandleDate": "2022-07-04T13:11:00Z", + "first1dayCandleDate": "2022-07-04T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.0001 }, - "BRH2": { - "figi": "FUTBR0322000", - "ticker": "BRH2", + "GUM2": { + "figi": "FUTGBPU06220", + "ticker": "GUM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137432,54 +146716,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 249000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 396800000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 133400000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 181900000 }, "shortEnabledFlag": true, - "name": "BR-3.22 Нефть Brent", + "name": "GBPU-6.22 \u041a\u0443\u0440\u0441 \u0424\u0443\u043d\u0442 \u0441\u0442\u0435\u0440\u043b\u0438\u043d\u0433\u043e\u0432 - \u0414\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-02-19T21:00:00Z", - "lastTradeDate": "2022-02-28T21:00:00Z", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "assetType": "TYPE_CURRENCY", + "basicAsset": "GBP/USD", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-01T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98c3c4-32db-47f5-b413-1bac41ddebbe", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98c366-bef5-403d-a8ff-6f27e74cb0a5", - "basicAssetPositionUid": "", + "uid": "1f99a16c-5663-4271-b9bd-7e9bc423fb9d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a1be-ccb4-4c93-95ec-b6c6f549d0c8", + "basicAssetPositionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", "forIisFlag": true, - "first1minCandleDate": "2021-02-22T14:14:00Z", - "first1dayCandleDate": "2021-02-22T07:00:00Z", + "first1minCandleDate": "2021-12-17T06:46:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", "type": "Futures", "step": 0 }, - "GZZ4": { - "figi": "FUTGAZR12240", - "ticker": "GZZ4", + "IRH2": { + "figi": "FUTIRAO03220", + "ticker": "IRH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137493,37 +146777,37 @@ }, "dlong": { "units": "0", - "nano": 516300000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 544100000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 304500000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 242600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "GAZR-12.24 Газпром", + "name": "IRAO-3.22 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2021-09-22T20:59:59Z", - "lastTradeDate": "2024-12-19T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "basicAsset": "IRAO", "basicAssetSize": { - "units": "100", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2024-12-20T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -137532,19 +146816,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1fa329a0-5c2d-42a6-a532-d9244845aad2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa329fc-184c-440c-86e0-c0e2e1560700", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "1f98e5cb-dc2b-420e-96e9-fdd813719083", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e416-be16-4bc4-8f73-d4c177ed7322", + "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", "forIisFlag": true, - "first1minCandleDate": "2021-09-27T12:51:00Z", - "first1dayCandleDate": "2021-09-27T07:00:00Z", + "first1minCandleDate": "2021-09-28T07:19:00Z", + "first1dayCandleDate": "2021-09-28T07:00:00Z", "type": "Futures", "step": 1.0 }, - "GZZ2": { - "figi": "FUTGAZR12220", - "ticker": "GZZ2", + "SAN2": { + "figi": "FUTSUGR07220", + "ticker": "SAN2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137558,58 +146842,58 @@ }, "dlong": { "units": "0", - "nano": 432300000 + "nano": 345000000 }, "dshort": { "units": "0", - "nano": 451300000 + "nano": 341400000 }, "dlongMin": { "units": "0", - "nano": 246500000 + "nano": 190700000 }, "dshortMin": { "units": "0", - "nano": 204700000 + "nano": 158200000 }, "shortEnabledFlag": true, - "name": "GAZR-12.22 Газпром", - "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "name": "SUGR-7.22 \u0421\u0430\u0445\u0430\u0440", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-02-22T20:59:59Z", + "lastTradeDate": "2022-06-30T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "SUGR", "basicAssetSize": { - "units": "100", + "units": "1016", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-07-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9b20ee-6992-4386-a5b1-ac9e5b4fff1e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b2182-4c32-42e6-a6fc-d9bf1e6aa4c3", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "a858b9dc-501e-450e-8173-240c19a19f72", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99c3f3-8e48-4bfb-9dcd-8904cc7289b1", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-03T08:14:00Z", - "first1dayCandleDate": "2021-12-03T07:00:00Z", + "first1minCandleDate": "2022-03-30T15:12:00Z", + "first1dayCandleDate": "2022-03-30T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "RNH2": { - "figi": "FUTROSN03220", - "ticker": "RNH2", + "CoN2": { + "figi": "FUTCO0722000", + "ticker": "CoN2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137623,54 +146907,54 @@ }, "dlong": { "units": "0", - "nano": 265400000 + "nano": 290000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 434800000 }, "dlongMin": { "units": "0", - "nano": 142900000 + "nano": 157400000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 197800000 }, "shortEnabledFlag": true, - "name": "ROSN-3.22 Роснефть", + "name": "Co-7.22 \u041c\u0435\u0434\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-07-19T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Co", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-07-19T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e41b-e212-4032-ba54-6f0a4ab30d23", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e546-a4e2-4aa2-8f3a-f7b07711973e", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "34caac41-f655-4c3b-985d-d66a3fff2c02", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99e635-1b57-41e1-ba84-77f0f128d771", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-04-26T12:26:00Z", - "first1dayCandleDate": "2021-04-26T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", "step": 0 }, - "ALU2": { - "figi": "FUTALRS09220", - "ticker": "ALU2", + "YNH2": { + "figi": "FUTYNDF03220", + "ticker": "YNH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137684,58 +146968,54 @@ }, "dlong": { "units": "0", - "nano": 380300000 + "nano": 320200000 }, "dshort": { "units": "0", - "nano": 361000000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 212800000 + "nano": 175500000 }, "dshortMin": { "units": "0", - "nano": 166600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "ALRS-9.22 Алроса", + "name": "YNDF-3.22 \u042f\u043d\u0434\u0435\u043a\u0441", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "ALRS", + "basicAsset": "YNDX", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "6e223749-3586-4fe6-a4c4-506c4766195f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6003-4e41-456b-b796-a6d936aa3a2e", - "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "uid": "1f98e4e0-ee15-4c84-b9a4-49e9b68f0095", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4be-388a-4b0a-a25e-66c91413837f", + "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": true, - "first1minCandleDate": "2022-02-09T08:07:00Z", - "first1dayCandleDate": "2022-02-09T07:00:00Z", + "first1minCandleDate": "2021-09-01T07:01:00Z", + "first1dayCandleDate": "2021-09-01T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "GDU2": { - "figi": "FUTGOLD09220", - "ticker": "GDU2", + "RIZ2": { + "figi": "FUTRTS122200", + "ticker": "RIZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137749,58 +147029,58 @@ }, "dlong": { "units": "0", - "nano": 266900000 + "nano": 389100000 }, "dshort": { "units": "0", - "nano": 433800000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 143800000 + "nano": 218400000 }, "dshortMin": { "units": "0", - "nano": 197400000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "GOLD-9.22 Золото", - "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "name": "RTS-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2020-12-11T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Gold", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 100000000 + "units": "10", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e82-97db-4c9a-a2ab-c88adcf578c6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5f35-d338-4ca0-a357-1cd66422cced", + "uid": "1f9b1ec7-ad0d-4336-a2f6-27458941b232", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e3c-50ba-4055-8a5a-0b47765af723", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-09T15:17:00Z", - "first1dayCandleDate": "2021-09-09T07:00:00Z", + "first1minCandleDate": "2020-12-16T07:02:00Z", + "first1dayCandleDate": "2020-12-16T07:00:00Z", "type": "Futures", - "step": 0.1 + "step": 10.0 }, - "RNU2": { - "figi": "FUTROSN09220", - "ticker": "RNU2", + "RNZ4": { + "figi": "FUTROSN12240", + "ticker": "RNZ4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137814,25 +147094,25 @@ }, "dlong": { "units": "0", - "nano": 360100000 + "nano": 463500000 }, "dshort": { "units": "0", - "nano": 473600000 + "nano": 858600000 }, "dlongMin": { "units": "0", - "nano": 200100000 + "nano": 267500000 }, "dshortMin": { "units": "0", - "nano": 213900000 + "nano": 363300000 }, "shortEnabledFlag": true, - "name": "ROSN-9.22 Роснефть", + "name": "ROSN-12.24 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-09-22T20:59:59Z", + "lastTradeDate": "2024-12-19T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", "basicAsset": "ROSN", @@ -137840,11 +147120,11 @@ "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2024-12-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -137853,19 +147133,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a603e-ec5a-4d78-85b7-e9231a018711", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61c3-86d9-4c47-8ad7-58334eedeb04", + "uid": "1fa328ef-9c76-4d7d-b691-514b59dab68e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa3293f-b66a-4b10-a19d-03eb1afc9cbf", "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2021-09-14T11:22:00Z", - "first1dayCandleDate": "2021-09-14T07:00:00Z", + "first1minCandleDate": "2021-09-30T10:39:00Z", + "first1dayCandleDate": "2021-09-30T07:00:00Z", "type": "Futures", "step": 1.0 }, - "FVM2": { - "figi": "FUTFIVE06220", - "ticker": "FVM2", + "MNH2": { + "figi": "FUTMGNT03220", + "ticker": "MNH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137879,54 +147159,54 @@ }, "dlong": { "units": "0", - "nano": 284300000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 419100000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 154000000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 191200000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "FIVE-6.22 X5 RetailGroup", + "name": "MGNT-3.22 \u041c\u0430\u0433\u043d\u0438\u0442", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-29T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "FIVE", + "basicAsset": "MGNT", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-03-31T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a230-7746-4600-9a27-f01873bceeb3", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3ad-21d4-4086-af0b-3e66968465c2", - "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", + "uid": "1f98e427-0b2e-42f4-8d3f-9069e4ed2887", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4cd-bfcc-4034-86af-b69135ed6cfa", + "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", "forIisFlag": true, - "first1minCandleDate": "2021-12-03T15:08:00Z", - "first1dayCandleDate": "2021-12-03T07:00:00Z", + "first1minCandleDate": "2021-08-17T11:23:00Z", + "first1dayCandleDate": "2021-08-17T07:00:00Z", "type": "Futures", "step": 0 }, - "IRH2": { - "figi": "FUTIRAO03220", - "ticker": "IRH2", + "PDH3": { + "figi": "FUTPLD032300", + "ticker": "PDH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -137940,54 +147220,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 485600000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 844500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 282800000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 358100000 }, - "shortEnabledFlag": true, - "name": "IRAO-3.22 Интер РАО ЕЭС", - "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "IRAO", + "shortEnabledFlag": false, + "name": "PLD-3.23 \u041f\u0430\u043b\u043b\u0430\u0434\u0438\u0439", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Palladium", "basicAssetSize": { - "units": "10000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e5cb-dc2b-420e-96e9-fdd813719083", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e416-be16-4bc4-8f73-d4c177ed7322", - "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", + "uid": "413ead4f-58b6-45d1-9f21-8cb24a9c5d24", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce152-0d4c-4f4d-8f32-7a4442d56920", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-28T07:19:00Z", - "first1dayCandleDate": "2021-09-28T07:00:00Z", + "first1minCandleDate": "2022-06-16T11:39:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "TNM2": { - "figi": "FUTTRNF06220", - "ticker": "TNM2", + "PTM2": { + "figi": "FUTPLT062200", + "ticker": "PTM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138001,54 +147285,58 @@ }, "dlong": { "units": "0", - "nano": 363900000 + "nano": 281900000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 403800000 }, "dlongMin": { "units": "0", - "nano": 202400000 + "nano": 152600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 184800000 }, "shortEnabledFlag": true, - "name": "TRNF-6.22 Транснефть (привилегированные)", + "name": "PLT-6.22 \u041f\u043b\u0430\u0442\u0438\u043d\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "TRNFP", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "PLT", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000000 + }, "apiTradeAvailableFlag": true, - "uid": "ecbe1274-f349-46bb-b5f5-99060118104a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a375-a6e6-4cfa-a156-6329cb5cb11a", - "basicAssetPositionUid": "d154098b-135b-4df9-ab3a-e719459debc3", + "uid": "1f99a0f5-fe4f-46bf-970a-09b634d10f41", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a105-03c8-44a8-bb31-ddd75945592a", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-30T14:03:00Z", - "first1dayCandleDate": "2021-12-30T07:00:00Z", + "first1minCandleDate": "2021-09-13T13:18:00Z", + "first1dayCandleDate": "2021-09-13T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.1 }, - "RNU4": { - "figi": "FUTROSN09240", - "ticker": "RNU4", + "RIZ3": { + "figi": "FUTRTS122300", + "ticker": "RIZ3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138062,58 +147350,58 @@ }, "dlong": { "units": "0", - "nano": 397600000 + "nano": 389100000 }, "dshort": { "units": "0", - "nano": 858600000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 223900000 + "nano": 218400000 }, "dshortMin": { "units": "0", - "nano": 363300000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "ROSN-9.24 Роснефть", - "exchange": "FORTS", - "firstTradeDate": "2021-07-01T20:59:59Z", - "lastTradeDate": "2024-09-19T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "name": "RTS-12.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-10T20:59:59Z", + "lastTradeDate": "2023-12-21T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2024-09-20T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-12-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "10", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1fa26988-cc67-4b46-90a5-e7f3fbe9b76c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa26825-6cec-460e-9da8-0083b0b7377b", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "1f9f2bb9-3647-4934-b394-7a695143a24b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9f2b84-0fdd-4d08-a838-45f46e456061", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-08-31T11:54:00Z", - "first1dayCandleDate": "2021-08-31T07:00:00Z", + "first1minCandleDate": "2021-12-17T11:16:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 10.0 }, - "LKZ2": { - "figi": "FUTLKOH12220", - "ticker": "LKZ2", + "SRH3": { + "figi": "FUTSBRF03230", + "ticker": "SRH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138127,37 +147415,37 @@ }, "dlong": { "units": "0", - "nano": 279500000 + "nano": 490000000 }, "dshort": { "units": "0", - "nano": 354100000 + "nano": 390800000 }, "dlongMin": { "units": "0", - "nano": 151200000 + "nano": 285900000 }, "dshortMin": { "units": "0", - "nano": 163700000 + "nano": 179300000 }, "shortEnabledFlag": true, - "name": "LKOH-12.22 Лукойл", + "name": "SBRF-3.23 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "LKOH", + "basicAsset": "SBER", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -138166,19 +147454,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9b2142-be4f-409d-8541-8ce8b5d5a9f1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b20c8-06e8-474f-ba2f-e26e38ca751a", - "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", + "uid": "3b11012a-279d-436c-9dfb-7ef98bc6279f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce258-a54e-448c-9955-90c75a7af365", + "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", "forIisFlag": true, - "first1minCandleDate": "2021-12-07T12:01:00Z", - "first1dayCandleDate": "2021-12-07T07:00:00Z", + "first1minCandleDate": "2022-02-18T09:03:00Z", + "first1dayCandleDate": "2022-02-18T07:00:00Z", "type": "Futures", "step": 1.0 }, - "YNM2": { - "figi": "FUTYNDF06220", - "ticker": "YNM2", + "MEM2": { + "figi": "FUTMOEX06220", + "ticker": "MEM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138192,58 +147480,54 @@ }, "dlong": { "units": "0", - "nano": 431000000 + "nano": 292100000 }, "dshort": { "units": "0", - "nano": 393500000 + "nano": 374100000 }, "dlongMin": { "units": "0", - "nano": 245700000 + "nano": 158600000 }, "dshortMin": { "units": "0", - "nano": 180500000 + "nano": 172200000 }, "shortEnabledFlag": true, - "name": "YNDF-6.22 Яндекс", + "name": "MOEX-6.22 \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0431\u0438\u0440\u0436\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", + "firstTradeDate": "2021-12-02T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "YNDX", + "basicAsset": "MOEX", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f99a20b-eeaa-45d8-8d56-f45467802b41", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a23e-feb1-4503-a96d-10a8b159138b", - "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", + "uid": "1f99a33a-1f3a-49b8-b996-4e7526b7bc19", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a39a-8f6c-43c2-a3c9-f1a4dc7219ac", + "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", "forIisFlag": true, - "first1minCandleDate": "2021-11-17T14:41:00Z", - "first1dayCandleDate": "2021-11-17T07:00:00Z", + "first1minCandleDate": "2021-12-09T07:15:00Z", + "first1dayCandleDate": "2021-12-09T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "REM2": { - "figi": "FUTRSTI06220", - "ticker": "REM2", + "SiH3": { + "figi": "FUTSI0323000", + "ticker": "SiH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138257,54 +147541,58 @@ }, "dlong": { "units": "0", - "nano": 311700000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 461700000 }, "dlongMin": { "units": "0", - "nano": 170400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 209000000 }, "shortEnabledFlag": true, - "name": "RSTI-6.22 Российские сети (обыкновенные)", - "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "RSTI", + "name": "Si-3.23 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-03-12T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "10000", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a3cf-89ec-4ead-8749-033a8d9a9fed", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2d6-0776-461c-9ec9-5639e8342b09", - "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", + "uid": "1f9ce038-d8bb-4b88-90e7-414ba9cafb5c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce0cb-25fb-4e38-bc1a-f24b8e48a153", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2022-05-24T08:36:00Z", - "first1dayCandleDate": "2022-05-24T07:00:00Z", + "first1minCandleDate": "2021-03-17T11:56:00Z", + "first1dayCandleDate": "2021-03-17T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "CSM2": { - "figi": "FUTCNI062200", - "ticker": "CSM2", + "FSM2": { + "figi": "FUTFEES06220", + "ticker": "FSM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138318,54 +147606,58 @@ }, "dlong": { "units": "0", - "nano": 363500000 + "nano": 392400000 }, "dshort": { "units": "0", - "nano": 414700000 + "nano": 386200000 }, "dlongMin": { "units": "0", - "nano": 202200000 + "nano": 220500000 }, "dshortMin": { "units": "0", - "nano": 189400000 + "nano": 177400000 }, "shortEnabledFlag": true, - "name": "CNI-6.22 Индекс Потребительского сектора", + "name": "FEES-6.22 \u0424\u0421\u041a \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXCN", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "FEES", "basicAssetSize": { - "units": "1", + "units": "100000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-06-16T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a1fb-683b-4b8d-94e3-72d8733588dd", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a10e-3675-4766-a0ef-f96f9a27cc27", - "basicAssetPositionUid": "", + "uid": "1f99a36e-790a-4e28-bff2-a2a322617865", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a326-fc60-4536-9b96-361c8d8b7e71", + "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T07:07:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2021-12-17T04:08:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "RBM2": { - "figi": "FUTRGBI06220", - "ticker": "RBM2", + "SRM2": { + "figi": "FUTSBRF06220", + "ticker": "SRM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138379,58 +147671,54 @@ }, "dlong": { "units": "0", - "nano": 225600000 + "nano": 490000000 }, "dshort": { "units": "0", - "nano": 254400000 + "nano": 365900000 }, "dlongMin": { "units": "0", - "nano": 120000000 + "nano": 285900000 }, "dshortMin": { "units": "0", - "nano": 120000000 + "nano": 168700000 }, "shortEnabledFlag": true, - "name": "RGBI-6.22 Индекс Государственных облигаций", + "name": "SBRF-6.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-27T21:00:00Z", - "lastTradeDate": "2022-05-31T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RGBI", + "firstTradeDate": "2021-06-02T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SBER", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_OTHER", - "expirationDate": "2022-06-01T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "398e6826-2ef7-4250-a2a9-61c69349edbe", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9982d7-d0b9-439d-ae25-41b7933ece62", - "basicAssetPositionUid": "", + "uid": "1f99a286-fae5-43f0-a4c9-9b62daf48b9f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a346-4478-4d83-8a4c-834da149a4c3", + "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", "forIisFlag": true, - "first1minCandleDate": "2022-02-28T09:02:00Z", - "first1dayCandleDate": "2022-02-28T07:00:00Z", + "first1minCandleDate": "2021-06-03T20:12:00Z", + "first1dayCandleDate": "2021-06-03T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "VBZ2": { - "figi": "FUTVTBR12220", - "ticker": "VBZ2", + "FNU2": { + "figi": "FUTFNI092200", + "ticker": "FNU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138444,37 +147732,37 @@ }, "dlong": { "units": "0", - "nano": 394100000 + "nano": 348400000 }, "dshort": { "units": "0", - "nano": 431100000 + "nano": 334300000 }, "dlongMin": { "units": "0", - "nano": 221600000 + "nano": 192800000 }, "dshortMin": { "units": "0", - "nano": 196300000 + "nano": 155100000 }, "shortEnabledFlag": true, - "name": "VTBR-12.22 ВТБ", + "name": "FNI-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0424\u0438\u043d\u0430\u043d\u0441\u043e\u0432", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "VTBR", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-09-14T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXFN", "basicAssetSize": { - "units": "100000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -138483,19 +147771,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "9dbad811-4191-439c-9799-39ca4f69b488", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b2115-19a1-4ab0-bd48-b80771dc9f11", - "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", + "uid": "1f9a5f04-cfd9-47f6-bb4f-3166a352ea34", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5fdc-66c9-43be-b4e1-2031e433eddb", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-21T19:19:00Z", - "first1dayCandleDate": "2022-02-21T07:00:00Z", + "first1minCandleDate": "2022-02-08T08:01:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", "step": 1.0 }, - "VIF2": { - "figi": "FUTRVI012200", - "ticker": "VIF2", + "LKH2": { + "figi": "FUTLKOH03220", + "ticker": "LKH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138513,7 +147801,7 @@ }, "dshort": { "units": "0", - "nano": 283000000 + "nano": 250000000 }, "dlongMin": { "units": "0", @@ -138521,42 +147809,42 @@ }, "dshortMin": { "units": "0", - "nano": 132700000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "RVI-1.22 Волатильность российского рынка", + "name": "LKOH-3.22 \u041b\u0443\u043a\u043e\u0439\u043b", "exchange": "FORTS", - "firstTradeDate": "2021-11-05T20:59:59Z", - "lastTradeDate": "2022-01-20T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RVI", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "LKOH", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-01-20T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f9868b8-2d09-4ded-a7cc-ddb90656875f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98698c-8349-468d-9e6b-50591c730bd4", - "basicAssetPositionUid": "", + "uid": "1f98e520-26f6-4cbf-9930-6777da185aa0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5bc-96c7-4b93-9aa8-6581341b534e", + "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", "forIisFlag": true, - "first1minCandleDate": "2021-11-05T13:07:00Z", - "first1dayCandleDate": "2021-11-05T07:00:00Z", + "first1minCandleDate": "2021-04-20T13:10:00Z", + "first1dayCandleDate": "2021-04-20T07:00:00Z", "type": "Futures", "step": 0 }, - "TTH2": { - "figi": "FUTTATN03220", - "ticker": "TTH2", + "SNH2": { + "figi": "FUTSNGR03220", + "ticker": "SNH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138574,7 +147862,7 @@ }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 381300000 }, "dlongMin": { "units": "0", @@ -138582,22 +147870,22 @@ }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 175300000 }, "shortEnabledFlag": true, - "name": "TATN-3.22 Татнефть", + "name": "SNGR-3.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "TATN", + "basicAsset": "SNGS", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", @@ -138605,19 +147893,19 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e599-7035-4d42-94ff-baea52c5d158", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e416-48c5-40d2-999d-f78c190735ed", - "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", + "uid": "1f98e5e7-01d9-4f0b-8f53-1dcc82b6d832", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e56a-b0e9-4acb-8b46-8239c91fea33", + "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", "forIisFlag": true, - "first1minCandleDate": "2021-08-17T09:37:00Z", - "first1dayCandleDate": "2021-08-17T07:00:00Z", + "first1minCandleDate": "2021-09-15T10:19:00Z", + "first1dayCandleDate": "2021-09-15T07:00:00Z", "type": "Futures", "step": 0 }, - "BRG2": { - "figi": "FUTBR0222000", - "ticker": "BRG2", + "EDH2": { + "figi": "FUTED0322000", + "ticker": "EDH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138631,54 +147919,54 @@ }, "dlong": { "units": "0", - "nano": 294400000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 345600000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 160000000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 160000000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "BR-2.22 Нефть Brent", + "name": "ED-3.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-01-25T21:00:00Z", - "lastTradeDate": "2022-01-31T21:00:00Z", + "firstTradeDate": "2021-06-03T21:00:00Z", + "lastTradeDate": "2022-03-16T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/USD", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-02-01T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f9883f5-a9c0-4d33-aa9c-3dcca72594cd", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f988333-d191-4110-ac3f-ae898bf9e604", - "basicAssetPositionUid": "", + "uid": "1f98e3bc-9728-4bb4-8e47-5377e81ea7ce", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e277-39f5-45c7-8d0e-d82e53268013", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2021-01-26T18:14:00Z", - "first1dayCandleDate": "2021-01-26T07:00:00Z", + "first1minCandleDate": "2021-06-21T12:52:00Z", + "first1dayCandleDate": "2021-06-21T07:00:00Z", "type": "Futures", "step": 0 }, - "BRU2": { - "figi": "FUTBR0922000", - "ticker": "BRU2", + "PHM2": { + "figi": "FUTPHOR06220", + "ticker": "PHM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138692,58 +147980,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 303800000 }, "dshort": { "units": "0", - "nano": 875000000 + "nano": 709000000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 165600000 }, "dshortMin": { "units": "0", - "nano": 369300000 + "nano": 307300000 }, "shortEnabledFlag": true, - "name": "BR-9.22 Нефть Brent", + "name": "PHOR-6.22 \u0424\u043e\u0441\u0410\u0433\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2021-08-26T20:59:59Z", - "lastTradeDate": "2022-09-01T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PHOR", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a432e-deed-4cfa-91f3-8045ffdf2885", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a43ad-57c0-4681-886b-75c40c984af9", - "basicAssetPositionUid": "", + "uid": "1f99a2f7-2da6-4299-9ff5-65e00edd57af", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a26f-fdb9-436c-b32a-06ad48e490fa", + "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", "forIisFlag": true, - "first1minCandleDate": "2021-09-01T10:17:00Z", - "first1dayCandleDate": "2021-09-01T07:00:00Z", + "first1minCandleDate": "2022-02-24T04:13:00Z", + "first1dayCandleDate": "2022-02-24T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "MMU2": { - "figi": "FUTMXI092200", - "ticker": "MMU2", + "RMH2": { + "figi": "FUTRTSM03220", + "ticker": "RMH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138757,58 +148045,54 @@ }, "dlong": { "units": "0", - "nano": 254100000 + "nano": 284100000 }, "dshort": { "units": "0", - "nano": 219500000 + "nano": 432300000 }, "dlongMin": { "units": "0", - "nano": 136400000 + "nano": 153900000 }, "dshortMin": { "units": "0", - "nano": 104300000 + "nano": 196800000 }, "shortEnabledFlag": true, - "name": "MXI-9.22 Индекс МосБиржи (мини)", + "name": "RTSM-3.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421 (\u043c\u0438\u043d\u0438)", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-07-27T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "basicAsset": "RTS", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-29T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 50000000 - }, "apiTradeAvailableFlag": true, - "uid": "1f9a5f33-fcf2-4b59-a8ff-4318a9cb0eaf", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e50-7838-4450-b86a-004c414fe2c8", + "uid": "1f98e3df-219a-4a12-ad8d-8d72e57ed7d6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e3ef-b5d5-40f2-9a93-b98b1a110dc8", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-07T04:06:00Z", - "first1dayCandleDate": "2021-09-07T07:00:00Z", + "first1minCandleDate": "2021-08-12T15:04:00Z", + "first1dayCandleDate": "2021-08-12T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 0 }, - "CoN2": { - "figi": "FUTCO0722000", - "ticker": "CoN2", + "EDH3": { + "figi": "FUTED0323000", + "ticker": "EDH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138822,58 +148106,58 @@ }, "dlong": { "units": "0", - "nano": 290000000 + "nano": 235100000 }, "dshort": { "units": "0", - "nano": 434800000 + "nano": 529200000 }, "dlongMin": { "units": "0", - "nano": 157400000 + "nano": 125400000 }, "dshortMin": { "units": "0", - "nano": 197800000 + "nano": 236600000 }, - "shortEnabledFlag": true, - "name": "Co-7.22 Медь", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-07-19T20:59:59Z", + "shortEnabledFlag": false, + "name": "ED-3.23 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e-\u0434\u043e\u043b\u043b\u0430\u0440", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Co", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/USD", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-07-19T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "34caac41-f655-4c3b-985d-d66a3fff2c02", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99e635-1b57-41e1-ba84-77f0f128d771", - "basicAssetPositionUid": "", + "uid": "6c52b29f-98b3-4a6f-9ed8-3462215c2080", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce056-4f78-4ad4-8cfa-fe2ec02071c7", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2022-06-07T07:04:00Z", + "first1dayCandleDate": "2022-06-07T07:00:00Z", "type": "Futures", - "step": 0.5 + "step": 0.0001 }, - "MMH5": { - "figi": "FUTMXI032500", - "ticker": "MMH5", + "CFH2": { + "figi": "FUTUCHF03220", + "ticker": "CFH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138887,58 +148171,58 @@ }, "dlong": { "units": "0", - "nano": 476500000 + "nano": 120000000 }, "dshort": { "units": "0", - "nano": 639100000 + "nano": 179000000 }, "dlongMin": { "units": "0", - "nano": 276500000 + "nano": 61900000 }, "dshortMin": { "units": "0", - "nano": 280300000 + "nano": 85800000 }, "shortEnabledFlag": true, - "name": "MXI-3.25 Индекс МосБиржи (мини)", + "name": "UCHF-3.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0438\u0439 \u0444\u0440\u0430\u043d\u043a", "exchange": "FORTS", - "firstTradeDate": "2021-12-24T20:59:59Z", - "lastTradeDate": "2025-03-20T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-03-17T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/CHF", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2025-03-20T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 50000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "1fa4e885-7fae-4968-980e-7a035341bf92", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa4e8ae-8c1b-4560-93d3-c4de82f6fbd7", - "basicAssetPositionUid": "", + "uid": "1f98e22b-ab30-4a94-9874-6c66de1d2b40", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e2fa-83c1-4ee4-bd50-647beed8c81c", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2022-01-13T07:58:00Z", - "first1dayCandleDate": "2022-01-13T07:00:00Z", + "first1minCandleDate": "2021-09-10T11:47:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 0.0001 }, - "SGM2": { - "figi": "FUTSNGP06220", - "ticker": "SGM2", + "GDH3": { + "figi": "FUTGOLD03230", + "ticker": "GDH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -138952,58 +148236,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 266900000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 445200000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 143800000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 202200000 }, "shortEnabledFlag": true, - "name": "SNGP-6.22 Сургутнефтегаз (привилегированные)", - "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SNGSP", + "name": "GOLD-3.23 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-27T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Gold", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "1f99a3b6-eed5-4d39-8c6a-ff2d484ce282", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a20e-835d-42b3-b66b-6f50ee3d47c8", - "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", + "uid": "2dbede23-2adb-4d23-8d61-cf823a3e1ecc", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce131-4d51-4949-bb44-1f7dc8ae2e2d", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-13T08:00:00Z", - "first1dayCandleDate": "2021-12-13T07:00:00Z", + "first1minCandleDate": "2022-04-27T09:47:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.1 }, - "EURRUBF": { - "figi": "FUTEURRUBF00", - "ticker": "EURRUBF", + "CAM2": { + "figi": "FUTUCAD06220", + "ticker": "CAM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139017,58 +148301,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 216400000 }, "dshort": { "units": "0", - "nano": 531300000 + "nano": 419700000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 114800000 }, "dshortMin": { "units": "0", - "nano": 237400000 + "nano": 191500000 }, "shortEnabledFlag": true, - "name": "EURRUBF Евро - Рубль", + "name": "UCAD-6.22 \u041a\u0443\u0440\u0441 \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u041a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2022-04-25T21:00:00Z", - "lastTradeDate": "2099-12-30T21:00:00Z", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "basicAsset": "USD/CAD", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2099-12-31T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "e797d92b-d398-47a6-aca9-856e3106d78d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "20cf3f9f-218c-4d27-a823-2f8245318ecb", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "1f99a12c-7a4a-470d-a897-c8a8488ab09b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a0c7-cf38-4eee-83a6-341129e372cf", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2022-04-26T07:03:00Z", - "first1dayCandleDate": "2022-04-26T07:00:00Z", + "first1minCandleDate": "2022-02-21T18:05:00Z", + "first1dayCandleDate": "2022-02-21T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.0001 }, - "SRM2": { - "figi": "FUTSBRF06220", - "ticker": "SRM2", + "VIK2": { + "figi": "FUTRVI052200", + "ticker": "VIK2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139082,54 +148366,54 @@ }, "dlong": { "units": "0", - "nano": 490000000 + "nano": 277500000 }, "dshort": { "units": "0", - "nano": 365900000 + "nano": 677000000 }, "dlongMin": { "units": "0", - "nano": 285900000 + "nano": 150000000 }, "dshortMin": { "units": "0", - "nano": 168700000 + "nano": 295000000 }, "shortEnabledFlag": true, - "name": "SBRF-6.22 Сбер Банк (обыкновенные)", + "name": "RVI-5.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-06-02T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SBER", + "firstTradeDate": "2022-04-01T20:59:59Z", + "lastTradeDate": "2022-05-19T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RVI", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-17T00:00:00Z", + "expirationDate": "2022-05-19T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a286-fae5-43f0-a4c9-9b62daf48b9f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a346-4478-4d83-8a4c-834da149a4c3", - "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "uid": "a8f80ca5-be78-4902-9432-dc98f896efe7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9967a0-5a31-415e-8827-ea6990a4c8a5", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-03T20:12:00Z", - "first1dayCandleDate": "2021-06-03T07:00:00Z", + "first1minCandleDate": "2022-04-11T09:20:00Z", + "first1dayCandleDate": "2022-04-11T07:00:00Z", "type": "Futures", "step": 0 }, - "EDH2": { - "figi": "FUTED0322000", - "ticker": "EDH2", + "W4V2": { + "figi": "FUTWHEA10220", + "ticker": "W4V2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139147,7 +148431,7 @@ }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 200100000 }, "dlongMin": { "units": "0", @@ -139155,42 +148439,46 @@ }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 95500000 }, "shortEnabledFlag": true, - "name": "ED-3.22 Курс евро - доллар", + "name": "WHEAT-10.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u0448\u0435\u043d\u0438\u0446\u044b", "exchange": "FORTS", - "firstTradeDate": "2021-06-03T21:00:00Z", - "lastTradeDate": "2022-03-16T21:00:00Z", + "firstTradeDate": "2022-08-30T21:00:00Z", + "lastTradeDate": "2022-10-30T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/USD", + "assetType": "TYPE_INDEX", + "basicAsset": "WHCPT", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-10-31T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "apiTradeAvailableFlag": true, - "uid": "1f98e3bc-9728-4bb4-8e47-5377e81ea7ce", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e277-39f5-45c7-8d0e-d82e53268013", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, + "apiTradeAvailableFlag": true, + "uid": "db43107f-45d1-4371-b4e4-2ddb9806a139", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9abf27-ec9d-463c-8bcb-a8dcfafced0c", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-21T12:52:00Z", - "first1dayCandleDate": "2021-06-21T07:00:00Z", + "first1minCandleDate": "2022-08-31T07:00:00Z", + "first1dayCandleDate": "2022-08-31T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "NMU2": { - "figi": "FUTNLMK09220", - "ticker": "NMU2", + "GZH3": { + "figi": "FUTGAZR03230", + "ticker": "GZH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139204,37 +148492,37 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 516300000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 546200000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 304500000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 243500000 }, "shortEnabledFlag": true, - "name": "NLMK-9.22 НЛМК", + "name": "GAZR-3.23 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "NLMK", + "basicAsset": "GAZP", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2023-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -139243,19 +148531,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "282eaef8-5457-44ca-a947-f195697585c5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61f4-ab9b-47cd-9578-9fc9a95f1c7d", - "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "uid": "c7a9830e-399f-425d-963f-db6d31abba45", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce315-7ba5-4463-a382-83a440d96aa2", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2022-02-21T18:37:00Z", - "first1dayCandleDate": "2022-02-21T07:00:00Z", + "first1minCandleDate": "2022-03-25T07:30:00Z", + "first1dayCandleDate": "2022-03-25T07:00:00Z", "type": "Futures", "step": 1.0 }, - "AUM2": { - "figi": "FUTAUDU06220", - "ticker": "AUM2", + "CSU2": { + "figi": "FUTCNI092200", + "ticker": "CSU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139269,58 +148557,58 @@ }, "dlong": { "units": "0", - "nano": 245400000 + "nano": 363500000 }, "dshort": { "units": "0", - "nano": 425700000 + "nano": 414700000 }, "dlongMin": { "units": "0", - "nano": 131300000 + "nano": 202200000 }, "dshortMin": { "units": "0", - "nano": 194000000 + "nano": 189400000 }, "shortEnabledFlag": true, - "name": "AUDU-6.22 Курс Австралийский доллар - Доллар США", + "name": "CNI-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043a\u0442\u043e\u0440\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-09-14T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "AUD/USD", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXCN", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 100000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a1c7-1061-460d-9dc5-ad037c1057ff", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a167-d34b-44ee-8c42-3486a2bde7c2", + "uid": "1f9a5e5f-b2d9-4beb-82fe-b3cbf60bb0ff", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e7f-f46c-452d-9dac-f9a781a3161f", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-27T09:04:00Z", - "first1dayCandleDate": "2021-12-27T07:00:00Z", + "first1minCandleDate": "2022-02-08T09:02:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", - "step": 0.0001 + "step": 1.0 }, - "YNU2": { - "figi": "FUTYNDF09220", - "ticker": "YNU2", + "TTM2": { + "figi": "FUTTATN06220", + "ticker": "TTM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139334,37 +148622,37 @@ }, "dlong": { "units": "0", - "nano": 431000000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 393500000 + "nano": 258400000 }, "dlongMin": { "units": "0", - "nano": 245700000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 180500000 + "nano": 121800000 }, "shortEnabledFlag": true, - "name": "YNDF-9.22 Яндекс", + "name": "TATN-6.22 \u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "YNDX", + "basicAsset": "TATN", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -139373,19 +148661,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "388cb363-d37c-4bb2-8b24-c6248ac53bc1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6076-ec99-417d-84d9-1f9f32c91dc8", - "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", + "uid": "1f99a37d-2537-4473-af71-b8aa2ba1f685", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3c9-e7c3-49a5-8068-cf5cdd82b5b5", + "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", "forIisFlag": true, - "first1minCandleDate": "2022-02-03T16:16:00Z", - "first1dayCandleDate": "2022-02-03T07:00:00Z", + "first1minCandleDate": "2021-11-17T14:42:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", "type": "Futures", "step": 1.0 }, - "PZH2": { - "figi": "FUTPLZL03220", - "ticker": "PZH2", + "MXZ2": { + "figi": "FUTMIX122200", + "ticker": "MXZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139399,54 +148687,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 279500000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 308900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 151200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 144100000 }, "shortEnabledFlag": true, - "name": "PLZL-3.22 Полюс Золото", - "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "PLZL", + "name": "MIX-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "25", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e544-082f-4e99-987a-4f4efe213142", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5f8-7c96-4f7e-86b1-952719c7c730", - "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", + "uid": "1f9b1f38-60bc-4556-bc00-10e36f52a5e5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e27-7c87-4b10-9318-f60ea9ad076f", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-13T16:44:00Z", - "first1dayCandleDate": "2021-09-13T07:00:00Z", + "first1minCandleDate": "2021-12-13T09:30:00Z", + "first1dayCandleDate": "2021-12-13T07:00:00Z", "type": "Futures", - "step": 0 + "step": 25.0 }, - "BRK2": { - "figi": "FUTBR0522000", - "ticker": "BRK2", + "YNZ2": { + "figi": "FUTYNDF12220", + "ticker": "YNZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139460,54 +148752,58 @@ }, "dlong": { "units": "0", - "nano": 284800000 + "nano": 431000000 }, "dshort": { "units": "0", - "nano": 597200000 + "nano": 490300000 }, "dlongMin": { "units": "0", - "nano": 154300000 + "nano": 245700000 }, "dshortMin": { "units": "0", - "nano": 263800000 + "nano": 220800000 }, "shortEnabledFlag": true, - "name": "BR-5.22 Нефть Brent", + "name": "YNDF-12.22 \u042f\u043d\u0434\u0435\u043a\u0441", "exchange": "FORTS", - "firstTradeDate": "2021-04-26T21:00:00Z", - "lastTradeDate": "2022-05-03T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "YNDX", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-05-04T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f9945b8-ed9e-4f00-8f6b-97e7dabc72fe", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9944a8-eea9-4f15-a710-9ad697a1fd43", - "basicAssetPositionUid": "", + "uid": "1eeb05d1-577f-43dd-bcaa-fc2c473344e5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b214b-0967-4013-ab2e-3d7b6b849434", + "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": true, - "first1minCandleDate": "2021-04-28T07:59:00Z", - "first1dayCandleDate": "2021-04-28T07:00:00Z", + "first1minCandleDate": "2022-03-31T13:07:00Z", + "first1dayCandleDate": "2022-03-31T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "RLM2": { - "figi": "FUTRUAL06220", - "ticker": "RLM2", + "RMM3": { + "figi": "FUTRTSM06230", + "ticker": "RMM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139521,54 +148817,58 @@ }, "dlong": { "units": "0", - "nano": 290700000 + "nano": 390400000 }, "dshort": { "units": "0", - "nano": 367200000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 157800000 + "nano": 219200000 }, "dshortMin": { "units": "0", - "nano": 169300000 + "nano": 275500000 }, - "shortEnabledFlag": true, - "name": "RUAL-6.22 РУСАЛ", - "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "RUAL", + "shortEnabledFlag": false, + "name": "RTSM-6.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-09T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 500000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a3aa-0123-4fe7-b394-0cb1973bc588", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a249-2863-4d39-9253-fa5f870d17ee", - "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", + "uid": "e16e9fbc-d859-41f9-b228-9b7b4dfb2109", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9fb3-2846-4717-8ec1-9687cf03476d", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-17T04:00:00Z", - "first1dayCandleDate": "2022-02-17T07:00:00Z", + "first1minCandleDate": "2022-07-11T10:00:00Z", + "first1dayCandleDate": "2022-07-11T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.5 }, - "SiH3": { - "figi": "FUTSI0323000", - "ticker": "SiH3", + "RNM4": { + "figi": "FUTROSN06240", + "ticker": "RNM4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139582,37 +148882,37 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 397600000 }, "dshort": { "units": "0", - "nano": 461700000 + "nano": 858600000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 223900000 }, "dshortMin": { "units": "0", - "nano": 209000000 + "nano": 363300000 }, "shortEnabledFlag": true, - "name": "Si-3.23 Курс доллар - рубль", + "name": "ROSN-6.24 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-03-12T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "firstTradeDate": "2021-05-13T20:59:59Z", + "lastTradeDate": "2024-06-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ROSN", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2024-06-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -139621,19 +148921,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9ce038-d8bb-4b88-90e7-414ba9cafb5c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce0cb-25fb-4e38-bc1a-f24b8e48a153", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1fa1aa97-3803-4dde-9c04-0995a0400d38", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa1ab8f-f1fc-4169-a3a0-abb43ddc4194", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2021-03-17T11:56:00Z", - "first1dayCandleDate": "2021-03-17T07:00:00Z", + "first1minCandleDate": "2021-06-24T09:49:00Z", + "first1dayCandleDate": "2021-06-24T07:00:00Z", "type": "Futures", "step": 1.0 }, - "NMH2": { - "figi": "FUTNLMK03220", - "ticker": "NMH2", + "DYZ2": { + "figi": "FUTDSKY12220", + "ticker": "DYZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139647,54 +148947,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 294900000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 401400000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 160300000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 183800000 }, - "shortEnabledFlag": true, - "name": "NLMK-3.22 НЛМК", + "shortEnabledFlag": false, + "name": "DSKY-12.22 \u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "NLMK", + "basicAsset": "DSKY", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e427-550a-4a63-b8ba-806cc5e04202", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e46f-edb8-4fd4-a840-231ef4a68444", - "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "uid": "89a7e40f-eaec-48c5-b445-3f9754301fa2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2189-593e-45b9-88bf-d8967a9ebd91", + "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", "forIisFlag": true, - "first1minCandleDate": "2021-08-12T12:38:00Z", - "first1dayCandleDate": "2021-08-12T07:00:00Z", + "first1minCandleDate": "2022-06-23T12:36:00Z", + "first1dayCandleDate": "2022-06-23T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "GZM4": { - "figi": "FUTGAZR06240", - "ticker": "GZM4", + "HOH2": { + "figi": "FUTHOME03220", + "ticker": "HOH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139708,58 +149012,58 @@ }, "dlong": { "units": "0", - "nano": 516300000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 544100000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 304500000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 242600000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "GAZR-6.24 Газпром", + "name": "HOME-3.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0439 \u043d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-05-13T20:59:59Z", - "lastTradeDate": "2024-06-20T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "firstTradeDate": "2022-01-30T21:00:00Z", + "lastTradeDate": "2022-03-22T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MREDC", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2024-06-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-03-23T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "10", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1fa1abf1-5ec4-4652-af20-3779b3cc60ee", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa1ab73-4e65-42c5-b9ed-3628bc327e4e", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "1f98e3dc-c7c7-48a3-aa87-c47f06957a24", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e340-99b0-49b3-9db9-8316c4128381", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-05-14T17:23:00Z", - "first1dayCandleDate": "2021-05-14T07:00:00Z", + "first1minCandleDate": "2022-01-31T07:17:00Z", + "first1dayCandleDate": "2022-01-31T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 10.0 }, - "ALZ2": { - "figi": "FUTALRS12220", - "ticker": "ALZ2", + "SRM3": { + "figi": "FUTSBRF06230", + "ticker": "SRM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139773,37 +149077,37 @@ }, "dlong": { "units": "0", - "nano": 380300000 + "nano": 490000000 }, "dshort": { "units": "0", - "nano": 376700000 + "nano": 567500000 }, "dlongMin": { "units": "0", - "nano": 212800000 + "nano": 285900000 }, "dshortMin": { "units": "0", - "nano": 173300000 + "nano": 252000000 }, - "shortEnabledFlag": true, - "name": "ALRS-12.22 Алроса", + "shortEnabledFlag": false, + "name": "SBRF-6.23 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "ALRS", + "basicAsset": "SBER", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -139812,19 +149116,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "99e89917-5f0b-4c28-97a4-dc4b43c8ff4a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b211b-de09-40e8-83de-b69d453c7fe9", - "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "uid": "0183911c-d682-42e7-a013-37b456e19887", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9da013-2328-477c-ae88-264cd3613951", + "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", "forIisFlag": true, - "first1minCandleDate": "2022-04-05T08:50:00Z", - "first1dayCandleDate": "2022-04-05T07:00:00Z", + "first1minCandleDate": "2022-06-10T14:48:00Z", + "first1dayCandleDate": "2022-06-10T07:00:00Z", "type": "Futures", "step": 1.0 }, - "GZM2": { - "figi": "FUTGAZR06220", - "ticker": "GZM2", + "EuM2": { + "figi": "BBG00YHPF166", + "ticker": "EuM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139838,54 +149142,54 @@ }, "dlong": { "units": "0", - "nano": 421500000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 415100000 + "nano": 249900000 }, "dlongMin": { "units": "0", - "nano": 239400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 189600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "GAZR-6.22 Газпром", + "name": "Eu-6.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-06-02T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "firstTradeDate": "2020-12-10T21:00:00Z", + "lastTradeDate": "2022-06-16T13:51:10Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a228-1701-448b-90b5-34f4f9af5020", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2e4-517b-49f1-bf39-a88619138a94", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "1f99a082-724a-476c-be7c-1f446628e422", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a13f-9ad1-4603-8da8-7c591c2ffd6d", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2021-06-03T14:57:00Z", - "first1dayCandleDate": "2021-06-03T07:00:00Z", + "first1minCandleDate": "2020-12-21T09:19:00Z", + "first1dayCandleDate": "2020-12-21T07:00:00Z", "type": "Futures", "step": 0 }, - "PZU2": { - "figi": "FUTPLZL09220", - "ticker": "PZU2", + "EDU2": { + "figi": "FUTED0922000", + "ticker": "EDU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139899,58 +149203,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 231200000 }, "dshort": { "units": "0", - "nano": 308200000 + "nano": 518500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 123200000 }, "dshortMin": { "units": "0", - "nano": 143800000 + "nano": 232300000 }, "shortEnabledFlag": true, - "name": "PLZL-9.22 Полюс Золото", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", + "name": "ED-9.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0434\u043e\u043b\u043b\u0430\u0440", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-03T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "PLZL", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/USD", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "5d122fcc-f8df-4403-a025-87ffac14cd65", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a601c-791f-4981-a0c0-159ff2882b7e", - "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", + "uid": "1f9a5e59-f5fa-43ad-87d7-100a7c40c3d6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e6b-1b09-4c19-9244-5e5fe898a62d", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2022-04-12T13:44:00Z", - "first1dayCandleDate": "2022-04-12T07:00:00Z", + "first1minCandleDate": "2022-01-11T15:28:00Z", + "first1dayCandleDate": "2022-01-11T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.0001 }, - "NGV2": { - "figi": "FUTNG1022000", - "ticker": "NGV2", + "PHZ2": { + "figi": "FUTPHOR12220", + "ticker": "PHZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -139964,58 +149268,58 @@ }, "dlong": { "units": "0", - "nano": 418300000 + "nano": 368800000 }, "dshort": { "units": "0", - "nano": 626600000 + "nano": 709000000 }, "dlongMin": { "units": "0", - "nano": 237300000 + "nano": 205500000 }, "dshortMin": { "units": "0", - "nano": 275400000 + "nano": 307300000 }, - "shortEnabledFlag": true, - "name": "NG-10.22 Природный газ", + "shortEnabledFlag": false, + "name": "PHOR-12.22 \u0424\u043e\u0441\u0410\u0433\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2022-04-22T20:59:59Z", - "lastTradeDate": "2022-10-27T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "NG", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PHOR", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-10-27T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "8f3634ae-86f4-45ae-a282-2a8954059245", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ab7e8-5d3d-40fc-8348-a88791899cfb", - "basicAssetPositionUid": "", + "uid": "38703b4e-72a7-4be6-829f-b0cf3ac8707c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20b2-e59b-4393-9805-d541ec08052f", + "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", "forIisFlag": true, - "first1minCandleDate": "2022-04-27T09:38:00Z", - "first1dayCandleDate": "2022-04-27T07:00:00Z", + "first1minCandleDate": "2022-07-29T10:46:00Z", + "first1dayCandleDate": "2022-07-29T07:00:00Z", "type": "Futures", - "step": 0.001 + "step": 1.0 }, - "POU2": { - "figi": "FUTPOLY09220", - "ticker": "POU2", + "OGU2": { + "figi": "FUTOGI092200", + "ticker": "OGU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140029,37 +149333,37 @@ }, "dlong": { "units": "0", - "nano": 322600000 + "nano": 332900000 }, "dshort": { "units": "0", - "nano": 285600000 + "nano": 499900000 }, "dlongMin": { "units": "0", - "nano": 177000000 + "nano": 183300000 }, "dshortMin": { "units": "0", - "nano": 133800000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "POLY-9.22 Polymetal", + "name": "OGI-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041d\u0435\u0444\u0442\u0438 \u0438 \u0433\u0430\u0437\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "POLY", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-09-14T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXOG", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -140068,19 +149372,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "2502142d-06ec-44a7-b382-861b9a8b6053", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61c1-9d80-4363-9972-1b05823b59c2", - "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", + "uid": "1f9a5efe-e4a0-48a5-8f86-fd673041cc0e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5ff5-b775-4e34-937f-16f86c694a09", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-07T07:40:00Z", - "first1dayCandleDate": "2022-04-07T07:00:00Z", + "first1minCandleDate": "2022-02-08T09:02:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SOH2": { - "figi": "FUTSIBN03220", - "ticker": "SOH2", + "REZ2": { + "figi": "FUTRSTI12220", + "ticker": "REZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140094,54 +149398,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 336800000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 309200000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 185600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 144200000 }, - "shortEnabledFlag": true, - "name": "SIBN-3.22 Газпром нефть", + "shortEnabledFlag": false, + "name": "RSTI-12.22 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u0438", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SIBN", + "basicAsset": "RSTI", "basicAssetSize": { - "units": "10", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e5b7-fd20-45c9-9656-cba013f62917", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4ac-6dee-4678-b437-f78afa6a7a05", - "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", + "uid": "e1a80838-9559-465d-a85c-c7b646bb42a9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2068-757c-44b3-bbc8-5d7d7612d710", + "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T08:46:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2022-08-03T10:36:00Z", + "first1dayCandleDate": "2022-08-03T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "IRU2": { - "figi": "FUTIRAO09220", - "ticker": "IRU2", + "BRJ3": { + "figi": "FUTBR0423000", + "ticker": "BRJ3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140155,58 +149463,58 @@ }, "dlong": { "units": "0", - "nano": 349500000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 258100000 + "nano": 897300000 }, "dlongMin": { "units": "0", - "nano": 193500000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 121700000 + "nano": 377400000 }, "shortEnabledFlag": true, - "name": "IRAO-9.22 Интер РАО ЕЭС", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "IRAO", + "name": "BR-4.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-26T20:59:59Z", + "lastTradeDate": "2023-04-03T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "10000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-04-03T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "89698971-6c4e-4cf5-8327-5efcb8408ab1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61c3-720c-4c89-b3b6-555dddc70bf9", - "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", + "uid": "d3e64273-e8eb-47aa-99fb-ba03f12d5df2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d0649-2d64-4780-825c-313f67a0ce0b", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-06-07T10:33:00Z", - "first1dayCandleDate": "2022-06-07T07:00:00Z", + "first1minCandleDate": "2022-05-19T08:02:00Z", + "first1dayCandleDate": "2022-05-19T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "CYM2": { - "figi": "FUTCY0622000", - "ticker": "CYM2", + "AFU2": { + "figi": "FUTAFLT09220", + "ticker": "AFU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140220,54 +149528,58 @@ }, "dlong": { "units": "0", - "nano": 318700000 + "nano": 537700000 }, "dshort": { "units": "0", - "nano": 327200000 + "nano": 302500000 }, "dlongMin": { "units": "0", - "nano": 174600000 + "nano": 320000000 }, "dshortMin": { "units": "0", - "nano": 152000000 + "nano": 141300000 }, "shortEnabledFlag": true, - "name": "CY-6.22 Курс Юань - Рубль", + "name": "AFLT-9.22 \u0410\u044d\u0440\u043e\u0444\u043b\u043e\u0442", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "CNY/RUB", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFLT", "basicAssetSize": { - "units": "10000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "a22593e4-73d5-4939-9eb9-96ae972edc58", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a0ec-98d7-4f92-822b-609186bbd9e5", - "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", + "uid": "df74a4f1-e31c-4343-95c2-610c2b1cbe25", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60cf-fd57-458c-9cf3-e9b3af3480c9", + "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", "forIisFlag": true, - "first1minCandleDate": "2022-03-23T07:24:00Z", - "first1dayCandleDate": "2022-03-23T07:00:00Z", + "first1minCandleDate": "2022-02-09T17:09:00Z", + "first1dayCandleDate": "2022-02-09T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "MNM2": { - "figi": "FUTMGNT06220", - "ticker": "MNM2", + "RNU2": { + "figi": "FUTROSN09220", + "ticker": "RNU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140281,37 +149593,37 @@ }, "dlong": { "units": "0", - "nano": 257500000 + "nano": 360100000 }, "dshort": { "units": "0", - "nano": 325900000 + "nano": 473600000 }, "dlongMin": { "units": "0", - "nano": 138300000 + "nano": 200100000 }, "dshortMin": { "units": "0", - "nano": 151500000 + "nano": 213900000 }, "shortEnabledFlag": true, - "name": "MGNT-6.22 Магнит", + "name": "ROSN-9.22 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MGNT", + "basicAsset": "ROSN", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -140320,19 +149632,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a2dc-6247-4c69-9003-a28b1a4bdd9b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a324-948c-4d7b-94d4-98a3dcda1036", - "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", + "uid": "1f9a603e-ec5a-4d78-85b7-e9231a018711", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61c3-86d9-4c47-8ad7-58334eedeb04", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2021-11-22T16:07:00Z", - "first1dayCandleDate": "2021-11-22T07:00:00Z", + "first1minCandleDate": "2021-09-14T11:22:00Z", + "first1dayCandleDate": "2021-09-14T07:00:00Z", "type": "Futures", "step": 1.0 }, - "CAM2": { - "figi": "FUTUCAD06220", - "ticker": "CAM2", + "NGV2": { + "figi": "FUTNG1022000", + "ticker": "NGV2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140346,54 +149658,58 @@ }, "dlong": { "units": "0", - "nano": 216400000 + "nano": 418300000 }, "dshort": { "units": "0", - "nano": 419700000 + "nano": 626600000 }, "dlongMin": { "units": "0", - "nano": 114800000 + "nano": 237300000 }, "dshortMin": { "units": "0", - "nano": 191500000 + "nano": 275400000 }, "shortEnabledFlag": true, - "name": "UCAD-6.22 Курс Доллар США - Канадский доллар", - "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "name": "NG-10.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-22T20:59:59Z", + "lastTradeDate": "2022-10-27T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/CAD", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-10-27T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 1000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a12c-7a4a-470d-a897-c8a8488ab09b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a0c7-cf38-4eee-83a6-341129e372cf", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "8f3634ae-86f4-45ae-a282-2a8954059245", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ab7e8-5d3d-40fc-8348-a88791899cfb", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-21T18:05:00Z", - "first1dayCandleDate": "2022-02-21T07:00:00Z", + "first1minCandleDate": "2022-04-27T09:38:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.001 }, - "MMM4": { - "figi": "FUTMXI062400", - "ticker": "MMM4", + "SGZ2": { + "figi": "FUTSNGP12220", + "ticker": "SGZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140407,58 +149723,58 @@ }, "dlong": { "units": "0", - "nano": 455700000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 398100000 + "nano": 249900000 }, "dlongMin": { "units": "0", - "nano": 262200000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 182400000 + "nano": 118000000 }, - "shortEnabledFlag": true, - "name": "MXI-6.24 Индекс МосБиржи (мини)", + "shortEnabledFlag": false, + "name": "SNGP-12.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-05-13T20:59:59Z", - "lastTradeDate": "2024-06-20T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SNGSP", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2024-06-20T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 50000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1fa1a858-74f1-4f3a-8a96-af72edac0d75", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa1a9aa-9939-4ade-8983-3881b61b6a75", - "basicAssetPositionUid": "", + "uid": "f4d64bb5-7d88-494c-8518-1aa9388fdfa4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b217f-c120-4937-9b05-81707c90ca9a", + "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", "forIisFlag": true, - "first1minCandleDate": "2021-05-17T09:37:00Z", - "first1dayCandleDate": "2021-05-17T07:00:00Z", + "first1minCandleDate": "2022-06-22T14:06:00Z", + "first1dayCandleDate": "2022-06-22T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 1.0 }, - "VIJ2": { - "figi": "FUTRVI042200", - "ticker": "VIJ2", + "RLH2": { + "figi": "FUTRUAL03220", + "ticker": "RLH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140476,7 +149792,7 @@ }, "dshort": { "units": "0", - "nano": 677000000 + "nano": 256400000 }, "dlongMin": { "units": "0", @@ -140484,42 +149800,46 @@ }, "dshortMin": { "units": "0", - "nano": 295000000 + "nano": 120900000 }, "shortEnabledFlag": true, - "name": "RVI-4.22 Волатильность российского рынка", + "name": "RUAL-3.22 \u0420\u0423\u0421\u0410\u041b", "exchange": "FORTS", - "firstTradeDate": "2022-02-04T20:59:59Z", - "lastTradeDate": "2022-04-21T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RVI", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "RUAL", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-04-21T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "15d8df21-35a8-4c4f-b458-c6090f52e61b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f992ac6-1d00-4f79-a8be-8cd910fc1bb3", - "basicAssetPositionUid": "", + "uid": "1f98e5f2-6690-473d-b0c6-128e0e4b680d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e58d-39a9-43a7-9685-79512db7d46f", + "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", "forIisFlag": true, - "first1minCandleDate": "2022-02-21T12:35:00Z", - "first1dayCandleDate": "2022-02-21T07:00:00Z", + "first1minCandleDate": "2022-02-15T12:52:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "MCM2": { - "figi": "FUTMTLR06220", - "ticker": "MCM2", + "FVZ2": { + "figi": "FUTFIVE12220", + "ticker": "FVZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140533,37 +149853,37 @@ }, "dlong": { "units": "0", - "nano": 448200000 + "nano": 317100000 }, "dshort": { "units": "0", - "nano": 966600000 + "nano": 419100000 }, "dlongMin": { "units": "0", - "nano": 257200000 + "nano": 173600000 }, "dshortMin": { "units": "0", - "nano": 402400000 + "nano": 191200000 }, - "shortEnabledFlag": true, - "name": "MTLR-6.22 Мечел (обыкновенные)", + "shortEnabledFlag": false, + "name": "FIVE-12.22 X5 RetailGroup", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MTLR", + "basicAsset": "FIVE", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -140572,19 +149892,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a2ba-7988-4110-a282-b158f121fda0", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a29a-2641-483d-a566-11116e2b68a9", - "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", + "uid": "d789593a-e1a1-453f-b281-766514eabd8d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b21c9-92ae-48da-b775-821f581b1b6d", + "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", "forIisFlag": true, - "first1minCandleDate": "2022-03-29T07:16:00Z", - "first1dayCandleDate": "2022-03-29T07:00:00Z", + "first1minCandleDate": "2022-06-06T11:13:00Z", + "first1dayCandleDate": "2022-06-06T07:00:00Z", "type": "Futures", "step": 1.0 - }, - "MMH3": { - "figi": "FUTMXI032300", - "ticker": "MMH3", + }, + "IRZ2": { + "figi": "FUTIRAO12220", + "ticker": "IRZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140598,58 +149918,58 @@ }, "dlong": { "units": "0", - "nano": 264000000 + "nano": 349500000 }, "dshort": { "units": "0", - "nano": 361000000 + "nano": 276400000 }, "dlongMin": { "units": "0", - "nano": 142100000 + "nano": 193500000 }, "dshortMin": { "units": "0", - "nano": 166600000 + "nano": 129800000 }, - "shortEnabledFlag": true, - "name": "MXI-3.23 Индекс МосБиржи (мини)", + "shortEnabledFlag": false, + "name": "IRAO-12.22 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2022-04-18T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "IRAO", "basicAssetSize": { - "units": "1", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 50000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "c99dbdeb-dcf5-4ea7-8c8d-b93c9436b1d3", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce02d-b9d9-4bbf-8bc2-e34fe04e9dc6", - "basicAssetPositionUid": "", + "uid": "d7f9f50b-ef0a-4256-b615-ae1db6c30f13", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b212e-ca02-4716-8df6-7ee4a2d72e15", + "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", "forIisFlag": true, - "first1minCandleDate": "2022-04-20T13:51:00Z", - "first1dayCandleDate": "2022-04-20T07:00:00Z", + "first1minCandleDate": "2022-06-23T12:30:00Z", + "first1dayCandleDate": "2022-06-23T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 1.0 }, - "BRK3": { - "figi": "FUTBR0523000", - "ticker": "BRK3", + "RLU2": { + "figi": "FUTRUAL09220", + "ticker": "RLU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140663,58 +149983,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 290700000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 367200000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 157800000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 169300000 }, "shortEnabledFlag": true, - "name": "BR-5.23 Нефть Brent", + "name": "RUAL-9.22 \u0420\u0423\u0421\u0410\u041b", "exchange": "FORTS", - "firstTradeDate": "2022-04-26T20:59:59Z", - "lastTradeDate": "2023-05-01T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "RUAL", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-05-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "23ebeada-28c1-4d5c-af48-dfc44ec40c39", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9d4200-cf22-4d0a-96d2-f5e1886ee744", - "basicAssetPositionUid": "", + "uid": "3c2dfe66-c79e-40d3-8d6f-c92de64e1d58", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a608a-4deb-47d7-8e35-34fed5080dba", + "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", "forIisFlag": true, - "first1minCandleDate": "2022-04-27T07:20:00Z", - "first1dayCandleDate": "2022-04-27T07:00:00Z", + "first1minCandleDate": "2022-06-14T07:12:00Z", + "first1dayCandleDate": "2022-06-14T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "NGG2": { - "figi": "FUTNG0222000", - "ticker": "NGG2", + "MEU2": { + "figi": "FUTMOEX09220", + "ticker": "MEU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140728,54 +150048,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 292100000 }, "dshort": { "units": "0", - "nano": 345600000 + "nano": 374100000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 158600000 }, "dshortMin": { "units": "0", - "nano": 160000000 + "nano": 172200000 }, "shortEnabledFlag": true, - "name": "NG-2.22 Природный газ", + "name": "MOEX-9.22 \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0431\u0438\u0440\u0436\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-08-23T20:59:59Z", - "lastTradeDate": "2022-02-24T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "GASE", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MOEX", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-02-24T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98b04e-07cb-4543-8707-c90c2d41b59e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98b066-8709-4b75-b935-dc087de58fcb", - "basicAssetPositionUid": "", + "uid": "0a317bce-3da1-4baa-a566-8cd34305cf46", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6182-2e0b-4199-8261-4b05b197ae69", + "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", "forIisFlag": true, - "first1minCandleDate": "2021-08-24T15:37:00Z", - "first1dayCandleDate": "2021-08-24T07:00:00Z", + "first1minCandleDate": "2022-04-27T15:02:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "HOH2": { - "figi": "FUTHOME03220", - "ticker": "HOH2", + "TTH2": { + "figi": "FUTTATN03220", + "ticker": "TTH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140789,54 +150113,58 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "HOME-3.22 Индекс московской недвижимости", + "name": "TATN-3.22 \u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-01-30T21:00:00Z", - "lastTradeDate": "2022-03-22T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MREDC", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "TATN", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-03-23T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e3dc-c7c7-48a3-aa87-c47f06957a24", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e340-99b0-49b3-9db9-8316c4128381", - "basicAssetPositionUid": "", + "uid": "1f98e599-7035-4d42-94ff-baea52c5d158", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e416-48c5-40d2-999d-f78c190735ed", + "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", "forIisFlag": true, - "first1minCandleDate": "2022-01-31T07:17:00Z", - "first1dayCandleDate": "2022-01-31T07:00:00Z", + "first1minCandleDate": "2021-08-17T09:37:00Z", + "first1dayCandleDate": "2021-08-17T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "VBM2": { - "figi": "FUTVTBR06220", - "ticker": "VBM2", + "ALM2": { + "figi": "FUTALRS06220", + "ticker": "ALM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140850,58 +150178,54 @@ }, "dlong": { "units": "0", - "nano": 394100000 + "nano": 380300000 }, "dshort": { "units": "0", - "nano": 431100000 + "nano": 361000000 }, "dlongMin": { "units": "0", - "nano": 221600000 + "nano": 212800000 }, "dshortMin": { "units": "0", - "nano": 196300000 + "nano": 166600000 }, "shortEnabledFlag": true, - "name": "VTBR-6.22 ВТБ", + "name": "ALRS-6.22 \u0410\u043b\u0440\u043e\u0441\u0430", "exchange": "FORTS", "firstTradeDate": "2021-11-15T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "VTBR", + "basicAsset": "ALRS", "basicAssetSize": { - "units": "100000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f99a3bc-a4d7-4568-8816-993249b86722", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a310-4741-432c-85e5-67cbcbaeef64", - "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", + "uid": "1f99a2d8-a51f-4801-84c2-5ee4dbe99f10", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a361-0fad-42f6-897f-d86192d3fa02", + "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", "forIisFlag": true, - "first1minCandleDate": "2021-11-17T19:06:00Z", - "first1dayCandleDate": "2021-11-17T07:00:00Z", + "first1minCandleDate": "2021-11-25T19:55:00Z", + "first1dayCandleDate": "2021-11-25T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "SAK2": { - "figi": "FUTSUGR05220", - "ticker": "SAK2", + "REM2": { + "figi": "FUTRSTI06220", + "ticker": "REM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140915,54 +150239,54 @@ }, "dlong": { "units": "0", - "nano": 203600000 + "nano": 311700000 }, "dshort": { "units": "0", - "nano": 238800000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 107600000 + "nano": 170400000 }, "dshortMin": { "units": "0", - "nano": 113000000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "SUGR-5.22 Сахар", + "name": "RSTI-6.22 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u0438 (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-09-24T20:59:59Z", - "lastTradeDate": "2022-04-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "SUGR", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "RSTI", "basicAssetSize": { - "units": "1016", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-05-04T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f994405-7920-4f3b-b94b-038d21f4ee87", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99454b-73d4-43d8-83ca-e70edc1b17bd", - "basicAssetPositionUid": "", + "uid": "1f99a3cf-89ec-4ead-8749-033a8d9a9fed", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2d6-0776-461c-9ec9-5639e8342b09", + "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", "forIisFlag": true, - "first1minCandleDate": "2021-10-21T14:54:00Z", - "first1dayCandleDate": "2021-10-21T07:00:00Z", + "first1minCandleDate": "2022-05-24T08:36:00Z", + "first1dayCandleDate": "2022-05-24T07:00:00Z", "type": "Futures", "step": 0 }, - "MEU2": { - "figi": "FUTMOEX09220", - "ticker": "MEU2", + "SOU2": { + "figi": "FUTSIBN09220", + "ticker": "SOU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -140976,37 +150300,37 @@ }, "dlong": { "units": "0", - "nano": 292100000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 374100000 + "nano": 281500000 }, "dlongMin": { "units": "0", - "nano": 158600000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 172200000 + "nano": 132000000 }, "shortEnabledFlag": true, - "name": "MOEX-9.22 Московская биржа", + "name": "SIBN-9.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", "firstTradeDate": "2022-04-06T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MOEX", + "basicAsset": "SIBN", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -141015,19 +150339,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "0a317bce-3da1-4baa-a566-8cd34305cf46", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6182-2e0b-4199-8261-4b05b197ae69", - "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", + "uid": "782fc74d-eee0-4092-adb5-bc1ce5f42487", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6010-52f0-4259-b228-0d1959d8119e", + "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", "forIisFlag": true, - "first1minCandleDate": "2022-04-27T15:02:00Z", - "first1dayCandleDate": "2022-04-27T07:00:00Z", + "first1minCandleDate": "2022-04-26T08:16:00Z", + "first1dayCandleDate": "2022-04-26T07:00:00Z", "type": "Futures", "step": 1.0 }, - "TTU2": { - "figi": "FUTTATN09220", - "ticker": "TTU2", + "RNM2": { + "figi": "FUTROSN06220", + "ticker": "RNM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141041,58 +150365,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 360100000 }, "dshort": { "units": "0", - "nano": 258400000 + "nano": 473600000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 200100000 }, "dshortMin": { "units": "0", - "nano": 121800000 + "nano": 213900000 }, "shortEnabledFlag": true, - "name": "TATN-9.22 Татнефть", + "name": "ROSN-6.22 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-06-02T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "TATN", + "basicAsset": "ROSN", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "950c1029-b53a-48b7-9fb1-2bc637b26a75", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60dd-f999-44a5-ab58-ee123eed639f", - "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", + "uid": "1f99a284-096e-4bba-b957-adeb3a63cd64", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a242-9fb4-4902-a29e-d5912b4f359b", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2022-02-10T12:08:00Z", - "first1dayCandleDate": "2022-02-10T07:00:00Z", + "first1minCandleDate": "2021-06-14T13:50:00Z", + "first1dayCandleDate": "2021-06-14T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "NKU2": { - "figi": "FUTNOTK09220", - "ticker": "NKU2", + "GZH2": { + "figi": "FUTGAZR03220", + "ticker": "GZH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141106,37 +150426,37 @@ }, "dlong": { "units": "0", - "nano": 278600000 + "nano": 312800000 }, "dshort": { "units": "0", - "nano": 429400000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 150600000 + "nano": 171000000 }, "dshortMin": { "units": "0", - "nano": 195600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "NOTK-9.22 Новатэк", + "name": "GAZR-3.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "NVTK", + "basicAsset": "GAZP", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -141145,19 +150465,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "e4ee2878-48b3-4f1e-a4b9-4fce1849dd88", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6056-d84e-469c-85c9-bf15f720aa38", - "basicAssetPositionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", + "uid": "1f98e527-6ca8-41fd-8786-fd146c66c135", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4ca-fc6b-41a3-848b-1d0485737f0e", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2022-04-29T12:01:00Z", - "first1dayCandleDate": "2022-04-29T07:00:00Z", + "first1minCandleDate": "2021-03-09T20:40:00Z", + "first1dayCandleDate": "2021-03-09T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SPU2": { - "figi": "FUTSBPR09220", - "ticker": "SPU2", + "SRU2": { + "figi": "FUTSBRF09220", + "ticker": "SRU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141171,37 +150491,37 @@ }, "dlong": { "units": "0", - "nano": 474700000 + "nano": 490000000 }, "dshort": { "units": "0", - "nano": 308200000 + "nano": 365900000 }, "dlongMin": { "units": "0", - "nano": 275200000 + "nano": 285900000 }, "dshortMin": { "units": "0", - "nano": 143800000 + "nano": 168700000 }, "shortEnabledFlag": true, - "name": "SBPR-9.22 Сбер Банк (привилегированные)", + "name": "SBRF-9.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SBERP", + "basicAsset": "SBER", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -141210,19 +150530,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "6b20be2d-96af-498e-bbd0-dc98b1647e36", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6126-f516-4919-b0f0-c54c2d9d5d0b", - "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", + "uid": "1f9a60b2-103f-462a-8794-e096a0fc585b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6150-dac2-4a37-88a4-d33dd4db273f", + "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", "forIisFlag": true, - "first1minCandleDate": "2022-04-12T13:18:00Z", - "first1dayCandleDate": "2022-04-12T07:00:00Z", + "first1minCandleDate": "2021-09-02T10:56:00Z", + "first1dayCandleDate": "2021-09-02T07:00:00Z", "type": "Futures", "step": 1.0 }, - "CNYRUBF": { - "figi": "FUTCNYRUBF00", - "ticker": "CNYRUBF", + "EuH3": { + "figi": "FUTEU0323000", + "ticker": "EuH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141236,58 +150556,58 @@ }, "dlong": { "units": "0", - "nano": 271200000 + "nano": 253200000 }, "dshort": { "units": "0", - "nano": 419100000 + "nano": 373100000 }, "dlongMin": { "units": "0", - "nano": 146300000 + "nano": 135800000 }, "dshortMin": { "units": "0", - "nano": 191200000 + "nano": 171800000 }, "shortEnabledFlag": true, - "name": "CNYRUBF Юань - Рубль", - "exchange": "FORTS", - "firstTradeDate": "2022-04-25T21:00:00Z", - "lastTradeDate": "2099-12-30T21:00:00Z", + "name": "Eu-3.23 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-10T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "CNY/RUB", + "basicAsset": "EUR/RUB", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2099-12-31T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "c300543d-aa18-4249-b110-615409dde036", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "20cf3eec-7277-4e9f-a392-c1641bf32821", - "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", + "uid": "1f9ce093-1002-4b5a-acbd-12fe5fe05623", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce174-97c7-4ba2-a691-5bccc07c241e", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2022-04-26T07:05:00Z", - "first1dayCandleDate": "2022-04-26T07:00:00Z", + "first1minCandleDate": "2021-09-14T13:54:00Z", + "first1dayCandleDate": "2021-09-14T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "JPM2": { - "figi": "FUTUJPY06220", - "ticker": "JPM2", + "LKH3": { + "figi": "FUTLKOH03230", + "ticker": "LKH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141301,58 +150621,58 @@ }, "dlong": { "units": "0", - "nano": 221400000 + "nano": 279500000 }, "dshort": { "units": "0", - "nano": 428400000 + "nano": 426400000 }, "dlongMin": { "units": "0", - "nano": 117600000 + "nano": 151200000 }, "dshortMin": { "units": "0", - "nano": 195200000 + "nano": 194300000 }, - "shortEnabledFlag": true, - "name": "UJPY-6.22 Курс доллар США - Японская йена", + "shortEnabledFlag": false, + "name": "LKOH-3.23 \u041b\u0443\u043a\u043e\u0439\u043b", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/JPY", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "LKOH", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2023-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a02c-c86b-4713-ac6c-5512d338c234", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a13a-16d7-48ba-8a71-b56942f33707", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "0a034a89-7b7a-4b4f-a847-c574a7187f2c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce346-fa2f-4844-95ae-44d8abe1898d", + "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", "forIisFlag": true, - "first1minCandleDate": "2021-12-28T14:44:00Z", - "first1dayCandleDate": "2021-12-28T07:00:00Z", + "first1minCandleDate": "2022-06-15T12:06:00Z", + "first1dayCandleDate": "2022-06-15T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "SNU2": { - "figi": "FUTSNGR09220", - "ticker": "SNU2", + "RIU2": { + "figi": "FUTRTS092200", + "ticker": "RIU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141366,58 +150686,58 @@ }, "dlong": { "units": "0", - "nano": 297700000 + "nano": 386500000 }, "dshort": { "units": "0", - "nano": 702800000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 162000000 + "nano": 216700000 }, "dshortMin": { "units": "0", - "nano": 304900000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "SNGR-9.22 Сургутнефтегаз", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", + "name": "RTS-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2020-09-10T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SNGS", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "10", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "427bb9cd-fbc6-40e2-8934-f8c44a5aba0a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60a5-cd81-4e21-9bef-2a112b1e374c", - "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", + "uid": "1f9a5fe7-dfb1-4650-ba73-9d82fbc7bd23", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5fb4-7375-4e0d-95b7-20b7690656ba", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-25T07:35:00Z", - "first1dayCandleDate": "2022-04-25T07:00:00Z", + "first1minCandleDate": "2020-09-10T18:10:00Z", + "first1dayCandleDate": "2020-09-10T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 10.0 }, - "MMZ4": { - "figi": "FUTMXI122400", - "ticker": "MMZ4", + "NAH3": { + "figi": "FUTNASD03230", + "ticker": "NAH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141431,58 +150751,58 @@ }, "dlong": { "units": "0", - "nano": 476500000 + "nano": 190000000 }, "dshort": { "units": "0", - "nano": 639100000 + "nano": 210000000 }, "dlongMin": { "units": "0", - "nano": 276500000 + "nano": 100000000 }, "dshortMin": { "units": "0", - "nano": 280300000 + "nano": 100000000 }, "shortEnabledFlag": true, - "name": "MXI-12.24 Индекс МосБиржи (мини)", - "exchange": "FORTS", - "firstTradeDate": "2021-09-22T20:59:59Z", - "lastTradeDate": "2024-12-19T20:59:59Z", + "name": "NASD-3.23 Nasdaq 100", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-09-05T21:00:00Z", + "lastTradeDate": "2023-03-16T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "basicAsset": "Invesco QQQ ETF Trust Unit Series 1", "basicAssetSize": { - "units": "1", + "units": "41", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2024-12-19T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 50000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1fa3275c-9b13-4c22-89f0-51e2db3f11a4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa327f7-bad2-46b0-a375-9aaf20ba4d7d", + "uid": "bf14c44d-5110-4c1d-b236-3f4bf7be6ed2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce33c-87ab-4c5a-b0d5-fb3e926ccb07", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-10-21T20:22:00Z", - "first1dayCandleDate": "2021-10-21T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 1.0 }, - "RMU2": { - "figi": "FUTRTSM09220", - "ticker": "RMU2", + "PDM2": { + "figi": "FUTPLD062200", + "ticker": "PDM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141496,58 +150816,54 @@ }, "dlong": { "units": "0", - "nano": 384500000 + "nano": 459600000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 725500000 }, "dlongMin": { "units": "0", - "nano": 215500000 + "nano": 264900000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 313600000 }, "shortEnabledFlag": true, - "name": "RTSM-9.22 Индекс РТС (мини)", + "name": "PLD-6.22 \u041f\u0430\u043b\u043b\u0430\u0434\u0438\u0439", "exchange": "FORTS", - "firstTradeDate": "2021-09-10T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Palladium", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 500000000 - }, "apiTradeAvailableFlag": true, - "uid": "1f9a5f2c-bed0-4500-8ade-b421fb5912df", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e10-34ee-4718-b49d-f1adce9f0e82", + "uid": "1f99a096-0159-47d1-a154-601688c88eb6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a0a5-2e35-497f-9e1e-312c56686970", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-10-19T10:00:00Z", - "first1dayCandleDate": "2021-10-19T07:00:00Z", + "first1minCandleDate": "2021-09-14T12:46:00Z", + "first1dayCandleDate": "2021-09-14T07:00:00Z", "type": "Futures", - "step": 0.5 + "step": 0 }, - "HOU2": { - "figi": "FUTHOME09220", - "ticker": "HOU2", + "MCU2": { + "figi": "FUTMTLR09220", + "ticker": "MCU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141561,58 +150877,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 448200000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 706800000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 257200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 306500000 }, "shortEnabledFlag": true, - "name": "HOME-9.22 Индекс московской недвижимости", + "name": "MTLR-9.22 \u041c\u0435\u0447\u0435\u043b", "exchange": "FORTS", - "firstTradeDate": "2022-03-23T20:59:59Z", - "lastTradeDate": "2022-09-21T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MREDC", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MTLR", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-09-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "10", + "units": "1", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "2d7c14da-2b03-44d9-9848-d5b8bf0255e5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6ae2-6af1-4e08-bc8a-bbd08b58b9ff", - "basicAssetPositionUid": "", + "uid": "856d610f-4424-440d-8079-eade4d7938ff", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a603a-d8b3-42a6-91f0-1cb358f40981", + "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", "forIisFlag": true, - "first1minCandleDate": "2022-06-03T10:49:00Z", - "first1dayCandleDate": "2022-06-03T07:00:00Z", + "first1minCandleDate": "2022-04-14T07:12:00Z", + "first1dayCandleDate": "2022-04-14T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 1.0 }, - "SPH2": { - "figi": "FUTSBPR03220", - "ticker": "SPH2", + "VIG2": { + "figi": "FUTRVI022200", + "ticker": "VIG2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141626,54 +150942,58 @@ }, "dlong": { "units": "0", - "nano": 354500000 + "nano": 277500000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 322500000 }, "dlongMin": { "units": "0", - "nano": 196600000 + "nano": 150000000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 150000000 }, "shortEnabledFlag": true, - "name": "SBPR-3.22 Сбер Банк (привилегированные)", + "name": "RVI-2.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SBERP", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-02-17T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RVI", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-30T00:00:00Z", + "expirationDate": "2022-02-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e4f9-53b5-4fc2-96a5-2b71b2701444", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5fc-5502-4182-acc9-4c28cce5f59d", - "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", + "uid": "1f98a3a4-59a0-4e51-8d45-3f3361f6d4f7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98a24d-04c6-4f1d-9e37-b5aafbd4c612", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-09T15:24:00Z", - "first1dayCandleDate": "2021-09-09T07:00:00Z", + "first1minCandleDate": "2022-01-13T18:09:00Z", + "first1dayCandleDate": "2022-01-13T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.05 }, - "NlQ2": { - "figi": "FUTNL0822000", - "ticker": "NlQ2", + "NlG2": { + "figi": "FUTNL0222000", + "ticker": "NlG2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141687,25 +151007,25 @@ }, "dlong": { "units": "0", - "nano": 377200000 + "nano": 207900000 }, "dshort": { "units": "0", - "nano": 434800000 + "nano": 232100000 }, "dlongMin": { "units": "0", - "nano": 210800000 + "nano": 110000000 }, "dshortMin": { "units": "0", - "nano": 197800000 + "nano": 110000000 }, "shortEnabledFlag": true, - "name": "Nl-8.22 Никель", + "name": "Nl-2.22 \u041d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-04-29T20:59:59Z", - "lastTradeDate": "2022-08-16T20:59:59Z", + "firstTradeDate": "2021-11-02T20:59:59Z", + "lastTradeDate": "2022-02-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", "basicAsset": "Nl", @@ -141713,32 +151033,28 @@ "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-08-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-02-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "5", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "8d23801a-69c8-401f-937a-bfdfbd283166", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a2023-835e-4b19-9512-17eb08d6dd12", + "uid": "1f989fb4-78ec-4005-9052-a7d274b0fdcc", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f989f98-68e7-48dc-8337-69bd2bc52a71", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2021-12-22T07:49:00Z", + "first1dayCandleDate": "2021-12-22T07:00:00Z", "type": "Futures", - "step": 5.0 + "step": 0 }, - "MTU2": { - "figi": "FUTMTSI09220", - "ticker": "MTU2", + "POZ2": { + "figi": "FUTPOLY12220", + "ticker": "POZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141752,37 +151068,37 @@ }, "dlong": { "units": "0", - "nano": 326300000 + "nano": 414000000 }, "dshort": { "units": "0", - "nano": 492400000 + "nano": 435800000 }, "dlongMin": { "units": "0", - "nano": 179200000 + "nano": 234500000 }, "dshortMin": { "units": "0", - "nano": 221600000 + "nano": 198200000 }, - "shortEnabledFlag": true, - "name": "MTSI-9.22 МТС", + "shortEnabledFlag": false, + "name": "POLY-12.22 Polymetal", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MTSS", + "basicAsset": "POLY", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -141791,19 +151107,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "31f30ae2-1f63-491b-94e0-a0cc2965d10a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6156-c724-4cfb-9f4c-73c76e328aad", - "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", + "uid": "33b5341a-3bf4-4845-bb5c-c94037e4bedf", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20c2-ef04-4c48-a528-9d3ad84e0a5f", + "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", "forIisFlag": true, - "first1minCandleDate": "2022-02-04T17:15:00Z", - "first1dayCandleDate": "2022-02-04T07:00:00Z", + "first1minCandleDate": "2022-06-03T09:14:00Z", + "first1dayCandleDate": "2022-06-03T07:00:00Z", "type": "Futures", "step": 1.0 }, - "NGN2": { - "figi": "FUTNG0722000", - "ticker": "NGN2", + "GKU2": { + "figi": "FUTGMKN09220", + "ticker": "GKU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141817,58 +151133,58 @@ }, "dlong": { "units": "0", - "nano": 418300000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 618700000 + "nano": 274200000 }, "dlongMin": { "units": "0", - "nano": 237300000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 272300000 + "nano": 128800000 }, "shortEnabledFlag": true, - "name": "NG-7.22 Природный газ", + "name": "GMKN-9.22 \u041d\u043e\u0440\u0438\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-01-21T20:59:59Z", - "lastTradeDate": "2022-07-27T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "NG", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GMKN", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-07-27T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 1000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "c52145a1-cf3d-458d-b412-c557cfe08bb6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99f767-6e88-49b6-aeab-8eb779714c51", - "basicAssetPositionUid": "", + "uid": "84a70c5c-340d-43ef-af24-09880a9151dc", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60c8-2c3f-4432-ac74-e44641c7dc34", + "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", "forIisFlag": true, - "first1minCandleDate": "2022-01-21T20:44:00Z", - "first1dayCandleDate": "2022-01-21T07:00:00Z", + "first1minCandleDate": "2022-02-25T20:37:00Z", + "first1dayCandleDate": "2022-02-25T07:00:00Z", "type": "Futures", - "step": 0.001 + "step": 1.0 }, - "SOU2": { - "figi": "FUTSIBN09220", - "ticker": "SOU2", + "PTZ2": { + "figi": "FUTPLT122200", + "ticker": "PTZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141882,58 +151198,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 289000000 }, "dshort": { "units": "0", - "nano": 281500000 + "nano": 532600000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 156800000 }, "dshortMin": { "units": "0", - "nano": 132000000 + "nano": 238000000 }, "shortEnabledFlag": true, - "name": "SIBN-9.22 Газпром нефть", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SIBN", + "name": "PLT-12.22 \u041f\u043b\u0430\u0442\u0438\u043d\u0430", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "PLT", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "782fc74d-eee0-4092-adb5-bc1ce5f42487", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6010-52f0-4259-b228-0d1959d8119e", - "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", + "uid": "f5e7fa56-49db-4460-bd62-83286fe530e8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e70-55e4-4733-8fac-23fc272a6cc6", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-26T08:16:00Z", - "first1dayCandleDate": "2022-04-26T07:00:00Z", + "first1minCandleDate": "2022-02-24T04:44:00Z", + "first1dayCandleDate": "2022-02-24T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.1 }, - "GKM2": { - "figi": "FUTGMKN06220", - "ticker": "GKM2", + "MGM2": { + "figi": "FUTMAGN06220", + "ticker": "MGM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -141947,34 +151263,34 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 312700000 }, "dshort": { "units": "0", - "nano": 264400000 + "nano": 262500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 170900000 }, "dshortMin": { "units": "0", - "nano": 124500000 + "nano": 123600000 }, "shortEnabledFlag": true, - "name": "GMKN-6.22 Норильский никель", + "name": "MAGN-6.22 \u041c\u041c\u041a", "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", + "firstTradeDate": "2021-12-02T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "GMKN", + "basicAsset": "MAGN", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", @@ -141982,19 +151298,19 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a3bc-75d9-4d22-ade8-407f0c40cee0", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a343-ee26-4f8f-b94b-792efd3e9cab", - "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "uid": "1f99a395-3534-44a2-9501-136279fd82c6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3c3-6631-40f1-8c56-f8cb644583f2", + "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", "forIisFlag": true, - "first1minCandleDate": "2021-11-17T15:43:00Z", - "first1dayCandleDate": "2021-11-17T07:00:00Z", + "first1minCandleDate": "2021-12-14T10:43:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", "type": "Futures", "step": 0 }, - "VIN2": { - "figi": "FUTRVI072200", - "ticker": "VIN2", + "LKU2": { + "figi": "FUTLKOH09220", + "ticker": "LKU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142008,58 +151324,58 @@ }, "dlong": { "units": "0", - "nano": 399600000 + "nano": 279500000 }, "dshort": { "units": "0", - "nano": 996600000 + "nano": 426400000 }, "dlongMin": { "units": "0", - "nano": 225100000 + "nano": 151200000 }, "dshortMin": { "units": "0", - "nano": 413000000 + "nano": 194300000 }, "shortEnabledFlag": true, - "name": "RVI-7.22 Волатильность российского рынка", + "name": "LKOH-9.22 \u041b\u0443\u043a\u043e\u0439\u043b", "exchange": "FORTS", - "firstTradeDate": "2022-05-01T21:00:00Z", - "lastTradeDate": "2022-07-20T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RVI", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "LKOH", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-07-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 50000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "8c23bee1-89bb-46a7-a50f-e17a578fc61f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99eafe-8c0a-4164-bdae-bd005c7531f4", - "basicAssetPositionUid": "", + "uid": "1f9a6029-a50d-4093-80ca-e7579c0b91be", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a613b-aba4-4612-9f59-6bc5c84574b2", + "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", "forIisFlag": true, - "first1minCandleDate": "2022-05-13T13:39:00Z", - "first1dayCandleDate": "2022-05-13T07:00:00Z", + "first1minCandleDate": "2021-09-08T13:14:00Z", + "first1dayCandleDate": "2021-09-08T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 1.0 }, - "PIM2": { - "figi": "FUTPIKK06220", - "ticker": "PIM2", + "NlV2": { + "figi": "FUTNL1022000", + "ticker": "NlV2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142073,58 +151389,58 @@ }, "dlong": { "units": "0", - "nano": 365700000 + "nano": 377200000 }, "dshort": { "units": "0", - "nano": 396500000 + "nano": 434800000 }, "dlongMin": { "units": "0", - "nano": 203600000 + "nano": 210800000 }, "dshortMin": { "units": "0", - "nano": 181700000 + "nano": 197800000 }, - "shortEnabledFlag": true, - "name": "PIKK-6.22 ПИК", + "shortEnabledFlag": false, + "name": "Nl-10.22 \u041d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "PIKK", + "firstTradeDate": "2022-07-06T20:59:59Z", + "lastTradeDate": "2022-10-18T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Nl", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-10-18T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "5", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a22b-8cfb-4276-95e3-e0cb07699fc1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3f1-94ce-4912-b6a6-b43baeb9493f", - "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", + "uid": "a45b9a19-f5e9-4fbf-8112-fa9320a6262c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9aa5d6-7dd4-49b9-9dfa-0dc048d02af0", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T13:52:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 5.0 }, - "POH2": { - "figi": "FUTPOLY03220", - "ticker": "POH2", + "EuM3": { + "figi": "FUTEU0623000", + "ticker": "EuM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142138,54 +151454,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 253200000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 503300000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 135800000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 226100000 }, "shortEnabledFlag": true, - "name": "POLY-3.22 Polymetal", - "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "POLY", + "name": "Eu-6.23 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-10T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e432-d5db-4caf-a172-80985f0f1ae9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5da-3df0-46cf-89b5-4f60890175d0", - "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", + "uid": "1f9d9fdb-a6ff-42ed-9422-5d91bfa40608", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9e56-f02a-4078-9b1c-ba199e6d45ca", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2021-09-10T07:56:00Z", - "first1dayCandleDate": "2021-09-10T07:00:00Z", + "first1minCandleDate": "2021-12-14T09:11:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "RMH2": { - "figi": "FUTRTSM03220", - "ticker": "RMH2", + "SSU2": { + "figi": "FUTSMLT09220", + "ticker": "SSU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142199,54 +151519,58 @@ }, "dlong": { "units": "0", - "nano": 284100000 + "nano": 544500000 }, "dshort": { "units": "0", - "nano": 432300000 + "nano": 509200000 }, "dlongMin": { "units": "0", - "nano": 153900000 + "nano": 325100000 }, "dshortMin": { "units": "0", - "nano": 196800000 + "nano": 228500000 }, "shortEnabledFlag": true, - "name": "RTSM-3.22 Индекс РТС (мини)", + "name": "SMLT-9.22 \u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442", "exchange": "FORTS", - "firstTradeDate": "2021-07-27T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SMLT", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-29T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e3df-219a-4a12-ad8d-8d72e57ed7d6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e3ef-b5d5-40f2-9a93-b98b1a110dc8", - "basicAssetPositionUid": "", + "uid": "d8a2b9bb-87ba-4609-bced-8d7eb2fec230", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61f5-fb85-448c-aae5-c61f921e8d99", + "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", "forIisFlag": true, - "first1minCandleDate": "2021-08-12T15:04:00Z", - "first1dayCandleDate": "2021-08-12T07:00:00Z", + "first1minCandleDate": "2022-04-08T13:29:00Z", + "first1dayCandleDate": "2022-04-08T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "CFM2": { - "figi": "FUTUCHF06220", - "ticker": "CFM2", + "SFH3": { + "figi": "FUTSPYF03230", + "ticker": "SFH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142260,58 +151584,58 @@ }, "dlong": { "units": "0", - "nano": 214900000 + "nano": 257300000 }, "dshort": { "units": "0", - "nano": 487900000 + "nano": 529900000 }, "dlongMin": { "units": "0", - "nano": 114000000 + "nano": 138200000 }, "dshortMin": { "units": "0", - "nano": 219800000 + "nano": 236900000 }, - "shortEnabledFlag": true, - "name": "UCHF-6.22 Курс доллар США - Швейцарский франк", - "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "shortEnabledFlag": false, + "name": "SPYF-3.23 S&P 500", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-30T20:59:59Z", + "lastTradeDate": "2023-03-17T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/CHF", + "assetType": "TYPE_INDEX", + "basicAsset": "SPDR S&P 500 ETF Trust", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2023-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 100000 + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f99a1c2-1ee0-412d-a95f-9a4c952ea528", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a036-725c-4ba2-92c9-653ef24e0aec", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "75fc6932-50bd-4866-8e54-02968e9e16a7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce365-9494-429b-b18d-67d82b049801", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-01-26T20:21:00Z", - "first1dayCandleDate": "2022-01-26T07:00:00Z", + "first1minCandleDate": "2022-06-30T13:46:00Z", + "first1dayCandleDate": "2022-06-30T07:00:00Z", "type": "Futures", - "step": 0.0001 + "step": 0.01 }, - "SFZ2": { - "figi": "FUTSPYF12220", - "ticker": "SFZ2", + "PDZ2": { + "figi": "FUTPLD122200", + "ticker": "PDZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142325,37 +151649,37 @@ }, "dlong": { "units": "0", - "nano": 244400000 + "nano": 459600000 }, "dshort": { "units": "0", - "nano": 529900000 + "nano": 728100000 }, "dlongMin": { "units": "0", - "nano": 130800000 + "nano": 264900000 }, "dshortMin": { "units": "0", - "nano": 236900000 + "nano": 314600000 }, "shortEnabledFlag": true, - "name": "SPYF-12.22 SPDR S&P 500 ETF Trust", - "exchange": "FORTS", - "firstTradeDate": "2021-12-13T20:59:59Z", - "lastTradeDate": "2022-12-16T20:59:59Z", + "name": "PLD-12.22 \u041f\u0430\u043b\u043b\u0430\u0434\u0438\u0439", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "SPY", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Palladium", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -142364,19 +151688,19 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9b20bf-8827-44b4-9914-7262b4e4c20e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b2166-badf-408f-a805-1865f7e41188", + "uid": "e4f42442-60be-4f5d-9754-d72618181ed4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e90-ad1e-4d63-82c7-7648b912217a", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-13T19:47:00Z", - "first1dayCandleDate": "2021-12-13T07:00:00Z", + "first1minCandleDate": "2022-04-18T09:39:00Z", + "first1dayCandleDate": "2022-04-18T07:00:00Z", "type": "Futures", "step": 0.01 }, - "RMH3": { - "figi": "FUTRTSM03230", - "ticker": "RMH3", + "NGF3": { + "figi": "FUTNG0123000", + "ticker": "NGF3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142390,58 +151714,58 @@ }, "dlong": { "units": "0", - "nano": 390400000 + "nano": 418300000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 626600000 }, "dlongMin": { "units": "0", - "nano": 219200000 + "nano": 237300000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 275400000 }, - "shortEnabledFlag": true, - "name": "RTSM-3.23 Индекс РТС (мини)", - "exchange": "FORTS", - "firstTradeDate": "2022-04-18T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", + "shortEnabledFlag": false, + "name": "NG-1.23 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-07-21T20:59:59Z", + "lastTradeDate": "2023-01-27T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-01-27T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 500000000 + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "e1ab5d20-6bcc-4ce2-a107-74b801402480", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce0be-fd1f-46af-bc0c-cdf7ed7a9060", + "uid": "2b2c558c-c4de-4062-b432-f3881d21f08f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9c769c-d1af-4050-a3e4-072e6a79a4fa", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-05-06T08:32:00Z", - "first1dayCandleDate": "2022-05-06T07:00:00Z", + "first1minCandleDate": "2022-07-21T07:53:00Z", + "first1dayCandleDate": "2022-07-21T07:00:00Z", "type": "Futures", - "step": 0.5 + "step": 0.001 }, - "BRN2": { - "figi": "FUTBR0722000", - "ticker": "BRN2", + "CAZ2": { + "figi": "FUTUCAD12220", + "ticker": "CAZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142455,58 +151779,58 @@ }, "dlong": { "units": "0", - "nano": 385400000 + "nano": 216400000 }, "dshort": { "units": "0", - "nano": 875000000 + "nano": 419700000 }, "dlongMin": { "units": "0", - "nano": 216000000 + "nano": 114800000 }, "dshortMin": { "units": "0", - "nano": 369300000 + "nano": 191500000 }, - "shortEnabledFlag": true, - "name": "BR-7.22 Нефть Brent", + "shortEnabledFlag": false, + "name": "UCAD-12.22 \u041a\u0443\u0440\u0441 \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u041a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-06-24T21:00:00Z", - "lastTradeDate": "2022-06-30T21:00:00Z", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/CAD", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-07-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 100000 }, "apiTradeAvailableFlag": true, - "uid": "1f99c2ea-7cab-4863-9900-57f208a83b47", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99c326-a824-4109-ab52-29791d954e2a", - "basicAssetPositionUid": "", + "uid": "f5c5b960-2ca1-44c9-a525-ce34e31f13f7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1f94-33db-4050-9a8d-b2876a893e91", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-06-25T13:51:00Z", - "first1dayCandleDate": "2021-06-25T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.0001 }, - "RTH2": { - "figi": "FUTRTKM03220", - "ticker": "RTH2", + "JPM2": { + "figi": "FUTUJPY06220", + "ticker": "JPM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142520,54 +151844,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 221400000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 428400000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 117600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 195200000 }, "shortEnabledFlag": true, - "name": "RTKM-3.22 Ростелеком", + "name": "UJPY-6.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u042f\u043f\u043e\u043d\u0441\u043a\u0430\u044f \u0439\u0435\u043d\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "RTKM", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/JPY", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e44b-222c-4c24-a93f-29bf80bcf575", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5a9-4c01-4e68-9dd3-565d9d4bc951", - "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", + "uid": "1f99a02c-c86b-4713-ac6c-5512d338c234", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a13a-16d7-48ba-8a71-b56942f33707", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-09-22T04:52:00Z", - "first1dayCandleDate": "2021-09-22T07:00:00Z", + "first1minCandleDate": "2021-12-28T14:44:00Z", + "first1dayCandleDate": "2021-12-28T07:00:00Z", "type": "Futures", "step": 0 }, - "PHU2": { - "figi": "FUTPHOR09220", - "ticker": "PHU2", + "TTZ2": { + "figi": "FUTTATN12220", + "ticker": "TTZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142581,37 +151905,37 @@ }, "dlong": { "units": "0", - "nano": 303800000 + "nano": 255300000 }, "dshort": { "units": "0", - "nano": 709000000 + "nano": 290700000 }, "dlongMin": { "units": "0", - "nano": 165600000 + "nano": 137100000 }, "dshortMin": { "units": "0", - "nano": 307300000 + "nano": 136100000 }, "shortEnabledFlag": true, - "name": "PHOR-9.22 ФосАгро", + "name": "TATN-12.22 \u0422\u0430\u0442\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "PHOR", + "basicAsset": "TATN", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -142620,19 +151944,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "9f68c3b3-6b85-4680-8949-0a5543ea7550", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6102-c428-4edc-aecc-5b8f6e4dd0dd", - "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", + "uid": "d957c9ff-de38-40ae-86bf-4baa2d7e77b3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b203e-c55d-4e52-94af-14b90b4f83e1", + "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", "forIisFlag": true, - "first1minCandleDate": "2022-04-12T08:13:00Z", - "first1dayCandleDate": "2022-04-12T07:00:00Z", + "first1minCandleDate": "2022-03-31T13:12:00Z", + "first1dayCandleDate": "2022-03-31T07:00:00Z", "type": "Futures", "step": 1.0 }, - "MGH2": { - "figi": "FUTMAGN03220", - "ticker": "MGH2", + "RSM2": { + "figi": "FUTRTSS06220", + "ticker": "RSM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142646,7 +151970,7 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 284000000 }, "dshort": { "units": "0", @@ -142654,46 +151978,46 @@ }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 153900000 }, "dshortMin": { "units": "0", "nano": 118000000 }, "shortEnabledFlag": true, - "name": "MAGN-3.22 ММК", + "name": "RTSS-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0433\u043e\u043b\u0443\u0431\u044b\u0445 \u0444\u0438\u0448\u0435\u043a", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MAGN", + "firstTradeDate": "2021-12-10T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTSS", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e5e8-1ce7-4a77-bd60-f04470e2c94b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4a5-e71e-469e-bf44-76c56c364d87", - "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", + "uid": "7f1d28f2-41e7-4f84-89e3-15b76d0e1bd8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a065-9de9-42b9-a5a3-98071238efe5", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-17T08:19:00Z", - "first1dayCandleDate": "2021-09-17T07:00:00Z", + "first1minCandleDate": "2022-01-26T19:06:00Z", + "first1dayCandleDate": "2022-01-26T07:00:00Z", "type": "Futures", "step": 0 }, - "MMM2": { - "figi": "FUTMXI062200", - "ticker": "MMM2", + "SiH2": { + "figi": "BBG00SF88HL5", + "ticker": "SiH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142707,54 +152031,54 @@ }, "dlong": { "units": "0", - "nano": 254100000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 219500000 + "nano": 249900000 }, "dlongMin": { "units": "0", - "nano": 136400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 104300000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "MXI-6.22 Индекс МосБиржи (мини)", + "name": "Si-3.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-06-04T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2020-03-13T13:51:10Z", + "lastTradeDate": "2022-03-17T13:51:10Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-16T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a108-4a81-4262-a035-c683dd4664a9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a06e-75b4-4660-8151-ddb88dbdd8cc", - "basicAssetPositionUid": "", + "uid": "1f98e22d-fda2-487e-a654-9f060ab881b7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e308-a00f-4c7a-a1db-8feaa3e5d054", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-07-26T09:21:00Z", - "first1dayCandleDate": "2021-07-26T07:00:00Z", + "first1minCandleDate": "2020-05-08T11:28:00Z", + "first1dayCandleDate": "2020-05-08T07:00:00Z", "type": "Futures", "step": 0 }, - "NlH2": { - "figi": "FUTNL0322000", - "ticker": "NlH2", + "IRM2": { + "figi": "FUTIRAO06220", + "ticker": "IRM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142768,54 +152092,58 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 349500000 }, "dshort": { "units": "0", - "nano": 262300000 + "nano": 253400000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 193500000 }, "dshortMin": { "units": "0", - "nano": 123500000 + "nano": 119600000 }, "shortEnabledFlag": true, - "name": "Nl-3.22 Никель", + "name": "IRAO-6.22 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2021-12-01T20:59:59Z", - "lastTradeDate": "2022-03-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Nl", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "IRAO", "basicAssetSize": { - "units": "100", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-15T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98de0d-4541-4501-9bc0-4dbb42dd6953", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98df3d-2b88-47e9-bb80-96854a37c37c", - "basicAssetPositionUid": "", + "uid": "1f99a2c9-f2c5-4e42-81ba-4212b621cde2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a221-bc93-49a2-999d-a72ddf566884", + "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", "forIisFlag": true, - "first1minCandleDate": "2021-12-22T07:41:00Z", - "first1dayCandleDate": "2021-12-22T07:00:00Z", + "first1minCandleDate": "2021-12-17T10:02:00Z", + "first1dayCandleDate": "2021-12-17T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "EuU2": { - "figi": "BBG00ZMKXM17", - "ticker": "EuU2", + "DYU2": { + "figi": "FUTDSKY09220", + "ticker": "DYU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142829,37 +152157,37 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 294900000 }, "dshort": { "units": "0", - "nano": 341400000 + "nano": 273900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 160300000 }, "dshortMin": { "units": "0", - "nano": 158200000 + "nano": 128700000 }, "shortEnabledFlag": true, - "name": "Eu-9.22 Курс евро - рубль", + "name": "DSKY-9.22 \u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-03-11T21:00:00Z", - "lastTradeDate": "2022-09-15T13:51:10Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "DSKY", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -142868,19 +152196,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e4a-252b-4b15-98e7-00fc03a5832b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5eff-510a-4930-8b0c-556273ecbe06", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "48bc3499-bfd4-43e2-ad28-52b6f23eb0e2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a607d-f9fe-49af-97ac-0fd7c9825e9f", + "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", "forIisFlag": true, - "first1minCandleDate": "2021-03-16T06:18:00Z", - "first1dayCandleDate": "2021-03-16T07:00:00Z", + "first1minCandleDate": "2022-06-16T08:35:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", "type": "Futures", "step": 1.0 }, - "GUH2": { - "figi": "FUTGBPU03220", - "ticker": "GUH2", + "MMH3": { + "figi": "FUTMXI032300", + "ticker": "MMH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142894,54 +152222,58 @@ }, "dlong": { "units": "0", - "nano": 120000000 + "nano": 264000000 }, "dshort": { "units": "0", - "nano": 201900000 + "nano": 361000000 }, "dlongMin": { "units": "0", - "nano": 61900000 + "nano": 142100000 }, "dshortMin": { "units": "0", - "nano": 96300000 + "nano": 166600000 }, "shortEnabledFlag": true, - "name": "GBPU-3.22 Курс Фунт стерлингов - Доллар", - "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-17T20:59:59Z", + "name": "MXI-3.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-18T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "GBP/USD", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e399-9d98-4ef4-9746-4c94c04cf7a9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e2c4-1866-4155-bfca-bc54d73b2b55", - "basicAssetPositionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", + "uid": "c99dbdeb-dcf5-4ea7-8c8d-b93c9436b1d3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce02d-b9d9-4bbf-8bc2-e34fe04e9dc6", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-14T14:26:00Z", - "first1dayCandleDate": "2021-09-14T07:00:00Z", + "first1minCandleDate": "2022-04-20T13:51:00Z", + "first1dayCandleDate": "2022-04-20T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.05 }, - "FSH2": { - "figi": "FUTFEES03220", - "ticker": "FSH2", + "NMH2": { + "figi": "FUTNLMK03220", + "ticker": "NMH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -142970,39 +152302,39 @@ "nano": 118000000 }, "shortEnabledFlag": true, - "name": "FEES-3.22 ФСК ЕЭС", + "name": "NLMK-3.22 \u041d\u041b\u041c\u041a", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", + "firstTradeDate": "2021-08-11T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "FEES", + "basicAsset": "NLMK", "basicAssetSize": { - "units": "100000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e5f5-40ab-4c10-8406-79613747d756", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4b5-c603-4351-86c2-35c49b26e821", - "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", + "uid": "1f98e427-550a-4a63-b8ba-806cc5e04202", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e46f-edb8-4fd4-a840-231ef4a68444", + "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", "forIisFlag": true, - "first1minCandleDate": "2021-09-10T14:31:00Z", - "first1dayCandleDate": "2021-09-10T07:00:00Z", + "first1minCandleDate": "2021-08-12T12:38:00Z", + "first1dayCandleDate": "2021-08-12T07:00:00Z", "type": "Futures", "step": 0 }, - "GDM3": { - "figi": "FUTGOLD06230", - "ticker": "GDM3", + "NlH2": { + "figi": "FUTNL0322000", + "ticker": "NlH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143016,58 +152348,58 @@ }, "dlong": { "units": "0", - "nano": 266900000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 445200000 + "nano": 262300000 }, "dlongMin": { "units": "0", - "nano": 143800000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 202200000 + "nano": 123500000 }, "shortEnabledFlag": true, - "name": "GOLD-6.23 Золото", + "name": "Nl-3.22 \u041d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-06-08T21:00:00Z", - "lastTradeDate": "2023-06-14T21:00:00Z", + "firstTradeDate": "2021-12-01T20:59:59Z", + "lastTradeDate": "2022-03-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "Gold", + "basicAsset": "Nl", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-06-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 100000000 + "units": "5", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "17f774b3-d11e-4981-a110-6f5ed7ccea8b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9d9ede-0722-4976-99bd-a5a0ea8e01f6", + "uid": "1f98de0d-4541-4501-9bc0-4dbb42dd6953", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98df3d-2b88-47e9-bb80-96854a37c37c", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-06-09T08:20:00Z", - "first1dayCandleDate": "2022-06-09T07:00:00Z", + "first1minCandleDate": "2021-12-22T07:41:00Z", + "first1dayCandleDate": "2021-12-22T07:00:00Z", "type": "Futures", - "step": 0.1 + "step": 5.0 }, - "GDM2": { - "figi": "FUTGOLD06220", - "ticker": "GDM2", + "SiZ3": { + "figi": "FUTSI1223000", + "ticker": "SiZ3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143081,54 +152413,58 @@ }, "dlong": { "units": "0", - "nano": 266900000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 433800000 + "nano": 656700000 }, "dlongMin": { "units": "0", - "nano": 143800000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 197400000 + "nano": 287100000 }, "shortEnabledFlag": true, - "name": "GOLD-6.22 Золото", - "exchange": "FORTS", - "firstTradeDate": "2021-06-03T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", + "name": "Si-12.23 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-10T20:59:59Z", + "lastTradeDate": "2023-12-21T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Gold", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-12-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a0f8-db65-4c38-8356-e9a74d34e3a4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a11a-e695-40e2-8be3-857ab36c5fe6", - "basicAssetPositionUid": "", + "uid": "1f9f2ae6-3ee0-448e-bb73-b3e1aace788b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9f2b36-099d-48b3-b1b6-632f1dc3fb93", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-06-08T05:14:00Z", - "first1dayCandleDate": "2021-06-08T07:00:00Z", + "first1minCandleDate": "2021-12-13T04:05:00Z", + "first1dayCandleDate": "2021-12-13T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "SNH2": { - "figi": "FUTSNGR03220", - "ticker": "SNH2", + "MLH2": { + "figi": "FUTMAIL03220", + "ticker": "MLH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143142,54 +152478,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 284100000 }, "dshort": { "units": "0", - "nano": 381300000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 153900000 }, "dshortMin": { "units": "0", - "nano": 175300000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "SNGR-3.22 Сургутнефтегаз", + "name": "MAIL-3.22 VK", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SNGS", + "basicAsset": "VKCO", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_IT", "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e5e7-01d9-4f0b-8f53-1dcc82b6d832", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e56a-b0e9-4acb-8b46-8239c91fea33", - "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", + "uid": "1f98e4b6-f7fd-485f-a8ed-6260b6884135", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4b4-f5eb-4525-99fe-8c33777fd655", + "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", "forIisFlag": true, - "first1minCandleDate": "2021-09-15T10:19:00Z", - "first1dayCandleDate": "2021-09-15T07:00:00Z", + "first1minCandleDate": "2021-09-13T12:43:00Z", + "first1dayCandleDate": "2021-09-13T07:00:00Z", "type": "Futures", "step": 0 }, - "SVM2": { - "figi": "FUTSILV06220", - "ticker": "SVM2", + "RMU2": { + "figi": "FUTRTSM09220", + "ticker": "RMU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143203,54 +152539,58 @@ }, "dlong": { "units": "0", - "nano": 321200000 + "nano": 384500000 }, "dshort": { "units": "0", - "nano": 892700000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 176100000 + "nano": 215500000 }, "dshortMin": { "units": "0", - "nano": 375800000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "SILV-6.22 Серебро", - "exchange": "FORTS", - "firstTradeDate": "2021-06-03T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", + "name": "RTSM-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-10T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Silver", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 500000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a07b-73cc-44e6-83b4-961b91115f31", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a088-0435-4278-a05a-09cb165bede1", + "uid": "1f9a5f2c-bed0-4500-8ade-b421fb5912df", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e10-34ee-4718-b49d-f1adce9f0e82", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-11T06:18:00Z", - "first1dayCandleDate": "2021-06-11T07:00:00Z", + "first1minCandleDate": "2021-10-19T10:00:00Z", + "first1dayCandleDate": "2021-10-19T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.5 }, - "DYH2": { - "figi": "FUTDSKY03220", - "ticker": "DYH2", + "AFZ2": { + "figi": "FUTAFLT12220", + "ticker": "AFZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143264,54 +152604,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 537700000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 302500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 320000000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 141300000 }, "shortEnabledFlag": true, - "name": "DSKY-3.22 Детский мир", + "name": "AFLT-12.22 \u0410\u044d\u0440\u043e\u0444\u043b\u043e\u0442", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-02-18T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "DSKY", + "basicAsset": "AFLT", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e484-4884-42b1-a49d-4d9ab2a24fa1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4af-693a-4925-9aa1-0ca21f5e3052", - "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", + "uid": "5b8c2928-7fd7-4ac0-ba8e-7019119d78ba", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2050-d0d6-4781-81c8-06be9140837c", + "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T08:05:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2022-02-22T13:52:00Z", + "first1dayCandleDate": "2022-02-22T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "MXM2": { - "figi": "FUTMIX062200", - "ticker": "MXM2", + "SFH2": { + "figi": "FUTSPYF03220", + "ticker": "SFH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143325,54 +152669,54 @@ }, "dlong": { "units": "0", - "nano": 249000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 236200000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 133400000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 111900000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "MIX-6.22 Индекс МосБиржи", + "name": "SPYF-3.22 SPDR S&P 500 ETF Trust", "exchange": "FORTS", - "firstTradeDate": "2021-05-25T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", + "firstTradeDate": "2021-05-24T21:00:00Z", + "lastTradeDate": "2022-03-17T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "basicAsset": "SPY", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-16T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-18T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a1c3-7c1a-4eea-8c92-74ccd5dc5e72", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a0a1-a761-4acb-85a9-d075c057ab6e", + "uid": "1f98e4d5-b8c8-4bbf-9b48-e35533baf477", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e481-76cc-4cd6-a04e-5d60742e6848", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-15T15:34:00Z", - "first1dayCandleDate": "2021-06-15T07:00:00Z", + "first1minCandleDate": "2021-05-27T06:14:00Z", + "first1dayCandleDate": "2021-05-27T07:00:00Z", "type": "Futures", "step": 0 }, - "SiU3": { - "figi": "FUTSI0923000", - "ticker": "SiU3", + "EuZ2": { + "figi": "FUTEU1222000", + "ticker": "EuZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143390,7 +152734,7 @@ }, "dshort": { "units": "0", - "nano": 598200000 + "nano": 373100000 }, "dlongMin": { "units": "0", @@ -143398,25 +152742,25 @@ }, "dshortMin": { "units": "0", - "nano": 264200000 + "nano": 171800000 }, "shortEnabledFlag": true, - "name": "Si-9.23 Курс доллар - рубль", - "exchange": "FORTS", - "firstTradeDate": "2021-09-10T20:59:59Z", - "lastTradeDate": "2023-09-21T20:59:59Z", + "name": "Eu-12.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-06-10T21:00:00Z", + "lastTradeDate": "2022-12-14T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "basicAsset": "EUR/RUB", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2023-09-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -143425,19 +152769,84 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9e6a2e-aff1-4e9c-8b22-17de45443e2b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9e6a30-d67d-4236-94d0-11ca110a24b5", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f9b1eb0-6608-4b54-be46-6b5ceea8eb29", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e69-fc4e-4b3f-8486-b3099a477f94", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "forIisFlag": true, + "first1minCandleDate": "2021-06-18T13:16:00Z", + "first1dayCandleDate": "2021-06-18T07:00:00Z", + "type": "Futures", + "step": 1.0 + }, + "CNYRUBF": { + "figi": "FUTCNYRUBF00", + "ticker": "CNYRUBF", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 271200000 + }, + "dshort": { + "units": "0", + "nano": 419100000 + }, + "dlongMin": { + "units": "0", + "nano": 146300000 + }, + "dshortMin": { + "units": "0", + "nano": 191200000 + }, + "shortEnabledFlag": true, + "name": "CNYRUBF \u042e\u0430\u043d\u044c - \u0420\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-25T21:00:00Z", + "lastTradeDate": "2099-12-30T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "CNY/RUB", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2099-12-31T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, + "apiTradeAvailableFlag": true, + "uid": "c300543d-aa18-4249-b110-615409dde036", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "20cf3eec-7277-4e9f-a392-c1641bf32821", + "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", "forIisFlag": true, - "first1minCandleDate": "2021-09-13T14:33:00Z", - "first1dayCandleDate": "2021-09-13T07:00:00Z", + "first1minCandleDate": "2022-04-26T07:05:00Z", + "first1dayCandleDate": "2022-04-26T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "NGF2": { - "figi": "FUTNG0122000", - "ticker": "NGF2", + "HOZ2": { + "figi": "FUTHOME12220", + "ticker": "HOZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143451,54 +152860,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 251300000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 118600000 + "nano": 95400000 }, - "shortEnabledFlag": true, - "name": "NG-1.22 Природный газ", + "shortEnabledFlag": false, + "name": "HOME-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0439 \u043d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-07-22T20:59:59Z", - "lastTradeDate": "2022-01-27T20:59:59Z", + "firstTradeDate": "2022-06-08T20:59:59Z", + "lastTradeDate": "2022-12-21T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "GASE", + "assetType": "TYPE_INDEX", + "basicAsset": "MREDC", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-01-27T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-12-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f987627-05c7-407a-937c-a35540d19678", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f987717-5f9f-4e18-8307-b5bd56aa6eaa", + "uid": "d747cdea-effe-4126-b231-ba1a15bb7976", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2a45-99a1-4a9d-8711-d9dd163130f0", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-07-27T09:36:00Z", - "first1dayCandleDate": "2021-07-27T07:00:00Z", + "first1minCandleDate": "2022-06-23T15:48:00Z", + "first1dayCandleDate": "2022-06-23T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "SSU2": { - "figi": "FUTSMLT09220", - "ticker": "SSU2", + "RNH2": { + "figi": "FUTROSN03220", + "ticker": "RNH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143512,58 +152925,54 @@ }, "dlong": { "units": "0", - "nano": 544500000 + "nano": 265400000 }, "dshort": { "units": "0", - "nano": 509200000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 325100000 + "nano": 142900000 }, "dshortMin": { "units": "0", - "nano": 228500000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "SMLT-9.22 ГК Самолет", + "name": "ROSN-3.22 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SMLT", + "basicAsset": "ROSN", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "d8a2b9bb-87ba-4609-bced-8d7eb2fec230", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a61f5-fb85-448c-aae5-c61f921e8d99", - "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", + "uid": "1f98e41b-e212-4032-ba54-6f0a4ab30d23", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e546-a4e2-4aa2-8f3a-f7b07711973e", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2022-04-08T13:29:00Z", - "first1dayCandleDate": "2022-04-08T07:00:00Z", + "first1minCandleDate": "2021-04-26T12:26:00Z", + "first1dayCandleDate": "2021-04-26T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "RSM2": { - "figi": "FUTRTSS06220", - "ticker": "RSM2", + "RIH4": { + "figi": "FUTRTS032400", + "ticker": "RIH4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143577,54 +152986,58 @@ }, "dlong": { "units": "0", - "nano": 284000000 + "nano": 389100000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 153900000 + "nano": 218400000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 275500000 }, - "shortEnabledFlag": true, - "name": "RTSS-6.22 Индекс голубых фишек", - "exchange": "FORTS", - "firstTradeDate": "2021-12-10T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "shortEnabledFlag": false, + "name": "RTS-3.24 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2024-03-21T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "RTSS", + "basicAsset": "RTS", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2024-03-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "7f1d28f2-41e7-4f84-89e3-15b76d0e1bd8", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a065-9de9-42b9-a5a3-98071238efe5", + "uid": "5d1e8230-21b3-45fe-a242-11ca5b774692", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa0ebf1-3321-487f-9e7e-bd7da3deccf1", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-01-26T19:06:00Z", - "first1dayCandleDate": "2022-01-26T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "RMZ2": { - "figi": "FUTRTSM12220", - "ticker": "RMZ2", + "IRU2": { + "figi": "FUTIRAO09220", + "ticker": "IRU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143638,58 +153051,58 @@ }, "dlong": { "units": "0", - "nano": 390400000 + "nano": 349500000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 258100000 }, "dlongMin": { "units": "0", - "nano": 219200000 + "nano": 193500000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 121700000 }, "shortEnabledFlag": true, - "name": "RTSM-12.22 Индекс РТС (мини)", + "name": "IRAO-9.22 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2021-12-10T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "IRAO", "basicAssetSize": { - "units": "1", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9b1f9c-8da6-43d8-ab22-31fc988447d4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1f62-6197-4376-ac60-d34028d9dcd0", - "basicAssetPositionUid": "", + "uid": "89698971-6c4e-4cf5-8327-5efcb8408ab1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61c3-720c-4c89-b3b6-555dddc70bf9", + "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", "forIisFlag": true, - "first1minCandleDate": "2022-01-14T07:06:00Z", - "first1dayCandleDate": "2022-01-14T07:00:00Z", + "first1minCandleDate": "2022-06-07T10:33:00Z", + "first1dayCandleDate": "2022-06-07T07:00:00Z", "type": "Futures", - "step": 0.5 + "step": 1.0 }, - "FVH2": { - "figi": "FUTFIVE03220", - "ticker": "FVH2", + "HOU2": { + "figi": "FUTHOME09220", + "ticker": "HOU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143718,39 +153131,43 @@ "nano": 118000000 }, "shortEnabledFlag": true, - "name": "FIVE-3.22 X5 RetailGroup", + "name": "HOME-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0439 \u043d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "FIVE", + "firstTradeDate": "2022-03-23T20:59:59Z", + "lastTradeDate": "2022-09-21T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MREDC", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-09-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e4e0-6c93-4794-b51d-579bab470485", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e588-c2a6-4408-8d34-041614767144", - "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", + "uid": "2d7c14da-2b03-44d9-9848-d5b8bf0255e5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6ae2-6af1-4e08-bc8a-bbd08b58b9ff", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-07T11:21:00Z", - "first1dayCandleDate": "2021-09-07T07:00:00Z", + "first1minCandleDate": "2022-06-03T10:49:00Z", + "first1dayCandleDate": "2022-06-03T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "PTH2": { - "figi": "FUTPLT032200", - "ticker": "PTH2", + "NGJ2": { + "figi": "FUTNG0422000", + "ticker": "NGJ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143764,54 +153181,54 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 290200000 }, "dshort": { "units": "0", - "nano": 281400000 + "nano": 426800000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 157500000 }, "dshortMin": { "units": "0", - "nano": 132000000 + "nano": 194500000 }, "shortEnabledFlag": true, - "name": "PLT-3.22 Платина", + "name": "NG-4.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", "exchange": "FORTS", - "firstTradeDate": "2021-06-03T21:00:00Z", - "lastTradeDate": "2022-03-16T21:00:00Z", + "firstTradeDate": "2021-10-21T20:59:59Z", + "lastTradeDate": "2022-04-27T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "PLT", + "basicAsset": "GASE", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_OTHER", - "expirationDate": "2022-03-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-04-27T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e2ee-e463-4b28-9d02-94ab59fc63f7", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e357-8314-444f-8a81-2c0d4c7ee1bc", + "uid": "1f993607-26da-4f70-a124-88d05c02021f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9936d5-9c12-41ad-b09f-cb5b513a988d", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-16T12:33:00Z", - "first1dayCandleDate": "2021-06-16T07:00:00Z", + "first1minCandleDate": "2021-10-21T14:33:00Z", + "first1dayCandleDate": "2021-10-21T07:00:00Z", "type": "Futures", "step": 0 }, - "REH2": { - "figi": "FUTRSTI03220", - "ticker": "REH2", + "SFZ2": { + "figi": "FUTSPYF12220", + "ticker": "SFZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143825,54 +153242,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 244400000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 529900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 130800000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 236900000 }, "shortEnabledFlag": true, - "name": "RSTI-3.22 Российские сети (обыкновенные)", - "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "RSTI", + "name": "SPYF-12.22 S&P 500", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-13T20:59:59Z", + "lastTradeDate": "2022-12-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "SPDR S&P 500 ETF Trust", "basicAssetSize": { - "units": "10000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e597-0fad-4fe4-8472-6e8d0784624b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e534-42da-4b2d-aff2-2f96855213ca", - "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", + "uid": "1f9b20bf-8827-44b4-9914-7262b4e4c20e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2166-badf-408f-a805-1865f7e41188", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T08:57:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2021-12-13T19:47:00Z", + "first1dayCandleDate": "2021-12-13T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "OZM2": { - "figi": "FUTOZON06220", - "ticker": "OZM2", + "SiM3": { + "figi": "FUTSI0623000", + "ticker": "SiM3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143886,54 +153307,58 @@ }, "dlong": { "units": "0", - "nano": 400000000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 828900000 + "nano": 598200000 }, "dlongMin": { "units": "0", - "nano": 225400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 352400000 + "nano": 264200000 }, "shortEnabledFlag": true, - "name": "OZON-6.22 Озон", - "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "OZON", + "name": "Si-6.23 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-06-11T20:59:59Z", + "lastTradeDate": "2023-06-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2023-06-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a31c-73f2-4efa-9979-be2e16444d87", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a242-ee72-48c3-a61b-0f5622d35187", - "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", + "uid": "1f9d9f48-b541-40f5-91a8-b95d73bd52d5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d9eaf-c53c-4957-b02d-9b686c242d93", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-12-16T13:51:00Z", - "first1dayCandleDate": "2021-12-16T07:00:00Z", + "first1minCandleDate": "2021-06-14T04:05:00Z", + "first1dayCandleDate": "2021-06-14T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "LKU2": { - "figi": "FUTLKOH09220", - "ticker": "LKU2", + "MEH2": { + "figi": "FUTMOEX03220", + "ticker": "MEH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -143947,37 +153372,37 @@ }, "dlong": { "units": "0", - "nano": 279500000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 354100000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 151200000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 163700000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "LKOH-9.22 Лукойл", + "name": "MOEX-3.22 \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0431\u0438\u0440\u0436\u0430", "exchange": "FORTS", "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "LKOH", + "basicAsset": "MOEX", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -143986,19 +153411,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a6029-a50d-4093-80ca-e7579c0b91be", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a613b-aba4-4612-9f59-6bc5c84574b2", - "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", + "uid": "1f98e4e1-fd41-4a51-981b-78e29fe1480b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e432-275c-41d2-b6f9-152987454743", + "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", "forIisFlag": true, - "first1minCandleDate": "2021-09-08T13:14:00Z", - "first1dayCandleDate": "2021-09-08T07:00:00Z", + "first1minCandleDate": "2021-09-06T04:01:00Z", + "first1dayCandleDate": "2021-09-06T07:00:00Z", "type": "Futures", "step": 1.0 }, - "MEM2": { - "figi": "FUTMOEX06220", - "ticker": "MEM2", + "MMM4": { + "figi": "FUTMXI062400", + "ticker": "MMM4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144012,54 +153437,58 @@ }, "dlong": { "units": "0", - "nano": 292100000 + "nano": 455700000 }, "dshort": { "units": "0", - "nano": 374100000 + "nano": 433800000 }, "dlongMin": { "units": "0", - "nano": 158600000 + "nano": 262200000 }, "dshortMin": { "units": "0", - "nano": 172200000 + "nano": 197400000 }, "shortEnabledFlag": true, - "name": "MOEX-6.22 Московская биржа", - "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MOEX", + "name": "MXI-6.24 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-05-13T20:59:59Z", + "lastTradeDate": "2024-06-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2024-06-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a33a-1f3a-49b8-b996-4e7526b7bc19", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a39a-8f6c-43c2-a3c9-f1a4dc7219ac", - "basicAssetPositionUid": "1b33fa68-cfc8-43e1-bd0e-2155d0199e7d", + "uid": "1fa1a858-74f1-4f3a-8a96-af72edac0d75", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa1a9aa-9939-4ade-8983-3881b61b6a75", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-09T07:15:00Z", - "first1dayCandleDate": "2021-12-09T07:00:00Z", + "first1minCandleDate": "2021-05-17T09:37:00Z", + "first1dayCandleDate": "2021-05-17T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.05 }, - "PHH2": { - "figi": "FUTPHOR03220", - "ticker": "PHH2", + "MGH2": { + "figi": "FUTMAGN03220", + "ticker": "MGH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144077,7 +153506,7 @@ }, "dshort": { "units": "0", - "nano": 487200000 + "nano": 250000000 }, "dlongMin": { "units": "0", @@ -144085,22 +153514,22 @@ }, "dshortMin": { "units": "0", - "nano": 219500000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "PHOR-3.22 ФосАгро", + "name": "MAGN-3.22 \u041c\u041c\u041a", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "PHOR", + "basicAsset": "MAGN", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", @@ -144108,19 +153537,19 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e5ab-7d13-45a1-9a88-30f58542b681", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5d4-b013-47b3-9727-b6e7d18fe6a3", - "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", + "uid": "1f98e5e8-1ce7-4a77-bd60-f04470e2c94b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4a5-e71e-469e-bf44-76c56c364d87", + "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T11:28:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2021-09-17T08:19:00Z", + "first1dayCandleDate": "2021-09-17T07:00:00Z", "type": "Futures", "step": 0 }, - "HYH2": { - "figi": "FUTHYDR03220", - "ticker": "HYH2", + "HOM2": { + "figi": "FUTHOME06220", + "ticker": "HOM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144134,54 +153563,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "HYDR-3.22 РусГидро", + "name": "HOME-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0439 \u043d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "HYDR", + "firstTradeDate": "2022-01-30T21:00:00Z", + "lastTradeDate": "2022-06-21T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MREDC", "basicAssetSize": { - "units": "10000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-06-22T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e55a-f0d0-445b-9121-7275335ddf59", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5ed-a89d-4982-b680-2d3d35e7ac74", - "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", + "uid": "1f99a078-d272-443c-b577-422346f5c1d1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a010-0cee-44d9-afd8-623e87157793", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-08T12:22:00Z", - "first1dayCandleDate": "2021-09-08T07:00:00Z", + "first1minCandleDate": "2021-07-27T09:02:00Z", + "first1dayCandleDate": "2022-01-31T07:00:00Z", "type": "Futures", "step": 0 }, - "FNM2": { - "figi": "FUTFNI062200", - "ticker": "FNM2", + "FNZ2": { + "figi": "FUTFNI122200", + "ticker": "FNZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144199,7 +153628,7 @@ }, "dshort": { "units": "0", - "nano": 334300000 + "nano": 383900000 }, "dlongMin": { "units": "0", @@ -144207,13 +153636,13 @@ }, "dshortMin": { "units": "0", - "nano": 155100000 + "nano": 176400000 }, - "shortEnabledFlag": true, - "name": "FNI-6.22 Индекс Финансов", + "shortEnabledFlag": false, + "name": "FNI-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0424\u0438\u043d\u0430\u043d\u0441\u043e\u0432", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", "basicAsset": "MOEXFN", @@ -144221,28 +153650,32 @@ "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a0ed-ede4-4c0a-8335-940014e17ef4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a191-da76-47ed-9685-a00633998dfe", + "uid": "57742f67-3932-4a6e-8cf2-1d5036363083", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1f1a-3877-4f30-9357-d8590e45cef0", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T07:09:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2022-06-23T12:34:00Z", + "first1dayCandleDate": "2022-06-23T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "MGU2": { - "figi": "FUTMAGN09220", - "ticker": "MGU2", + "SiU2": { + "figi": "BBG00X86FJ70", + "ticker": "SiU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144256,37 +153689,37 @@ }, "dlong": { "units": "0", - "nano": 312700000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 262500000 + "nano": 389500000 }, "dlongMin": { "units": "0", - "nano": 170900000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 123600000 + "nano": 178800000 }, "shortEnabledFlag": true, - "name": "MAGN-9.22 ММК", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MAGN", + "name": "Si-9.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2020-09-09T21:00:00Z", + "lastTradeDate": "2022-09-15T13:51:10Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -144295,19 +153728,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "572d14c6-7f2e-46b1-88b2-fb2918e79a93", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6026-18a4-46aa-9471-ceb06645fe58", - "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", + "uid": "1f9a5e82-8309-40ab-b99b-188de7f41562", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5f67-6075-4f4a-86f8-305ce1f6fbb6", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2022-05-25T07:09:00Z", - "first1dayCandleDate": "2022-05-25T07:00:00Z", + "first1minCandleDate": "2020-10-20T07:39:00Z", + "first1dayCandleDate": "2020-10-20T07:00:00Z", "type": "Futures", "step": 1.0 }, - "MTH2": { - "figi": "FUTMTSI03220", - "ticker": "MTH2", + "REH2": { + "figi": "FUTRSTI03220", + "ticker": "REH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144336,39 +153769,43 @@ "nano": 118000000 }, "shortEnabledFlag": true, - "name": "MTSI-3.22 МТС", + "name": "RSTI-3.22 \u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0441\u0435\u0442\u0438 (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", + "firstTradeDate": "2022-02-15T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MTSS", + "basicAsset": "RSTI", "basicAssetSize": { - "units": "100", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e5fe-77a6-4f6f-b2f9-cde9ae769f37", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e546-848e-44f3-aa06-48647874f3e1", - "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", + "uid": "1f98e597-0fad-4fe4-8472-6e8d0784624b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e534-42da-4b2d-aff2-2f96855213ca", + "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", "forIisFlag": true, - "first1minCandleDate": "2021-08-25T15:07:00Z", - "first1dayCandleDate": "2021-08-25T07:00:00Z", + "first1minCandleDate": "2022-02-15T08:57:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "JPH2": { - "figi": "FUTUJPY03220", - "ticker": "JPH2", + "NKZ2": { + "figi": "FUTNOTK12220", + "ticker": "NKZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144382,54 +153819,58 @@ }, "dlong": { "units": "0", - "nano": 120000000 + "nano": 281400000 }, "dshort": { "units": "0", - "nano": 267900000 + "nano": 429400000 }, "dlongMin": { "units": "0", - "nano": 61900000 + "nano": 152300000 }, "dshortMin": { "units": "0", - "nano": 126000000 + "nano": 195600000 }, - "shortEnabledFlag": true, - "name": "UJPY-3.22 Курс доллар США - Японская йена", + "shortEnabledFlag": false, + "name": "NOTK-12.22 \u041d\u043e\u0432\u0430\u0442\u044d\u043a", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-17T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/JPY", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "NVTK", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e228-5b2c-48f0-adb2-5d5760c88c77", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e30a-5a20-49c5-a85b-9140813ae2da", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "a186e17d-10f1-4744-8818-5b10be545423", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b201f-6f25-418f-96bf-da0eda62746a", + "basicAssetPositionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", "forIisFlag": true, - "first1minCandleDate": "2021-10-01T08:41:00Z", - "first1dayCandleDate": "2021-10-01T07:00:00Z", + "first1minCandleDate": "2022-06-16T10:57:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "MLM2": { - "figi": "FUTMAIL06220", - "ticker": "MLM2", + "FSZ2": { + "figi": "FUTFEES12220", + "ticker": "FSZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144443,54 +153884,58 @@ }, "dlong": { "units": "0", - "nano": 425700000 + "nano": 392400000 }, "dshort": { "units": "0", - "nano": 602400000 + "nano": 543400000 }, "dlongMin": { "units": "0", - "nano": 242200000 + "nano": 220500000 }, "dshortMin": { "units": "0", - "nano": 265900000 + "nano": 242300000 }, - "shortEnabledFlag": true, - "name": "MAIL-6.22 VK", + "shortEnabledFlag": false, + "name": "FEES-12.22 \u0424\u0421\u041a \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "VKCO", + "basicAsset": "FEES", "basicAssetSize": { - "units": "10", + "units": "100000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_IT", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a3c5-9364-4f76-a869-a2dea90ad7d2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a35b-67de-4bb4-b346-9060d7ebf66e", - "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", + "uid": "94a5afb4-dfa0-472c-856d-8c1e3e7bd204", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b207e-98fa-484f-ab8f-e2ebb229e4c2", + "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", "forIisFlag": true, - "first1minCandleDate": "2021-12-07T15:10:00Z", - "first1dayCandleDate": "2021-12-07T07:00:00Z", + "first1minCandleDate": "2022-06-10T09:43:00Z", + "first1dayCandleDate": "2022-06-10T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "FSU2": { - "figi": "FUTFEES09220", - "ticker": "FSU2", + "W4X2": { + "figi": "FUTWHEA11220", + "ticker": "W4X2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144504,58 +153949,58 @@ }, "dlong": { "units": "0", - "nano": 392400000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 493400000 + "nano": 200100000 }, "dlongMin": { "units": "0", - "nano": 220500000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 222000000 + "nano": 95500000 }, "shortEnabledFlag": true, - "name": "FEES-9.22 ФСК ЕЭС", + "name": "WHEAT-11.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u0448\u0435\u043d\u0438\u0446\u044b", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "FEES", + "firstTradeDate": "2022-08-30T21:00:00Z", + "lastTradeDate": "2022-11-29T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "WHCPT", "basicAssetSize": { - "units": "100000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-11-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "10", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "d877ed98-d8fe-4394-b907-ec7b4e94cc65", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6027-6c62-4d1d-901d-0544e78eead7", - "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", + "uid": "38d8530c-6f2e-41a3-b6a9-baa23732bd49", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9afca7-b18e-4265-a259-ec1a8a02f9ee", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-18T14:21:00Z", - "first1dayCandleDate": "2022-04-18T07:00:00Z", + "first1minCandleDate": "2022-08-31T08:47:00Z", + "first1dayCandleDate": "2022-08-31T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 10.0 }, - "AFU2": { - "figi": "FUTAFLT09220", - "ticker": "AFU2", + "SPZ2": { + "figi": "FUTSBPR12220", + "ticker": "SPZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144569,37 +154014,37 @@ }, "dlong": { "units": "0", - "nano": 537700000 + "nano": 474700000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 308200000 }, "dlongMin": { "units": "0", - "nano": 320000000 + "nano": 275200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 143800000 }, - "shortEnabledFlag": true, - "name": "AFLT-9.22 Аэрофлот", + "shortEnabledFlag": false, + "name": "SBPR-12.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "AFLT", + "basicAsset": "SBERP", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -144608,19 +154053,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "df74a4f1-e31c-4343-95c2-610c2b1cbe25", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60cf-fd57-458c-9cf3-e9b3af3480c9", - "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "uid": "e0bfb1ce-9bbe-4e43-80c7-8cc4c1752705", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b217a-109c-42a2-8582-a7fb24d30927", + "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", "forIisFlag": true, - "first1minCandleDate": "2022-02-09T17:09:00Z", - "first1dayCandleDate": "2022-02-09T07:00:00Z", + "first1minCandleDate": "2022-06-09T07:01:00Z", + "first1dayCandleDate": "2022-06-09T07:00:00Z", "type": "Futures", "step": 1.0 }, - "CHU2": { - "figi": "FUTCHMF09220", - "ticker": "CHU2", + "BRN2": { + "figi": "FUTBR0722000", + "ticker": "BRN2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144634,58 +154079,119 @@ }, "dlong": { "units": "0", - "nano": 472100000 + "nano": 385400000 }, "dshort": { "units": "0", - "nano": 336600000 + "nano": 875000000 }, "dlongMin": { "units": "0", - "nano": 273400000 + "nano": 216000000 }, "dshortMin": { "units": "0", - "nano": 156100000 + "nano": 369300000 }, "shortEnabledFlag": true, - "name": "CHMF-9.22 Северсталь", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "CHMF", + "name": "BR-7.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-06-24T21:00:00Z", + "lastTradeDate": "2022-06-30T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-07-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", + "apiTradeAvailableFlag": true, + "uid": "1f99c2ea-7cab-4863-9900-57f208a83b47", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99c326-a824-4109-ab52-29791d954e2a", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-06-25T13:51:00Z", + "first1dayCandleDate": "2021-06-25T07:00:00Z", + "type": "Futures", + "step": 0 + }, + "EDZ2": { + "figi": "FUTED1222000", + "ticker": "EDZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 250000000 + }, + "dshort": { + "units": "0", + "nano": 529200000 + }, + "dlongMin": { + "units": "0", + "nano": 134000000 + }, + "dshortMin": { + "units": "0", + "nano": 236600000 + }, + "shortEnabledFlag": true, + "name": "ED-12.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e-\u0434\u043e\u043b\u043b\u0430\u0440", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-03-23T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/USD", + "basicAssetSize": { + "units": "1000", "nano": 0 }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, "apiTradeAvailableFlag": true, - "uid": "5a50b3c1-faee-489e-9373-7464ec646e4a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6192-e355-4a41-b4ef-2e4e05cfa391", - "basicAssetPositionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", + "uid": "e6409b1c-f7bf-4431-aeb7-8bdeeb064ee2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1f49-416d-4656-b1d4-6411303c9c9a", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2022-05-24T13:55:00Z", - "first1dayCandleDate": "2022-05-24T07:00:00Z", + "first1minCandleDate": "2022-03-28T08:14:00Z", + "first1dayCandleDate": "2022-03-28T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.0001 }, - "SFM2": { - "figi": "FUTSPYF06220", - "ticker": "SFM2", + "NlK2": { + "figi": "FUTNL0522000", + "ticker": "NlK2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144699,54 +154205,54 @@ }, "dlong": { "units": "0", - "nano": 244400000 + "nano": 278500000 }, "dshort": { "units": "0", - "nano": 529900000 + "nano": 262300000 }, "dlongMin": { "units": "0", - "nano": 130800000 + "nano": 150600000 }, "dshortMin": { "units": "0", - "nano": 236900000 + "nano": 123500000 }, "shortEnabledFlag": true, - "name": "SPYF-6.22 SPDR S&P 500 ETF Trust", + "name": "Nl-5.22 \u041d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-06-13T21:00:00Z", - "lastTradeDate": "2022-06-16T21:00:00Z", + "firstTradeDate": "2022-02-02T20:59:59Z", + "lastTradeDate": "2022-05-17T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "SPY", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Nl", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-05-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a2b9-a13f-4e0d-ae2d-5eb6b337f85e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2b3-b703-489c-9239-83c7ce64a3b2", + "uid": "0ffcd544-5d9e-4d9e-8f2b-53def9ebcdac", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f996386-1659-43ff-a2a9-ed1e4d08e3a4", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-14T14:44:00Z", - "first1dayCandleDate": "2021-06-14T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", "step": 0 }, - "RNZ2": { - "figi": "FUTROSN12220", - "ticker": "RNZ2", + "NGK2": { + "figi": "FUTNG0522000", + "ticker": "NGK2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144760,58 +154266,58 @@ }, "dlong": { "units": "0", - "nano": 360100000 + "nano": 290200000 }, "dshort": { "units": "0", - "nano": 543800000 + "nano": 426800000 }, "dlongMin": { "units": "0", - "nano": 200100000 + "nano": 157500000 }, "dshortMin": { "units": "0", - "nano": 242500000 + "nano": 194500000 }, "shortEnabledFlag": true, - "name": "ROSN-12.22 Роснефть", + "name": "NG-5.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "firstTradeDate": "2021-11-22T20:59:59Z", + "lastTradeDate": "2022-05-26T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-05-26T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9b20ae-65e2-4472-8870-ba3559d568c4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b20d9-f912-4172-a8ab-8e5fec8c9579", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "1f9975fc-3436-4168-b037-ff924bc53c85", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9974d3-435d-4455-a8c7-6a36719b1fed", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-06T17:51:00Z", - "first1dayCandleDate": "2021-12-06T07:00:00Z", + "first1minCandleDate": "2021-11-22T12:47:00Z", + "first1dayCandleDate": "2021-11-22T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.001 }, - "MXH3": { - "figi": "FUTMIX032300", - "ticker": "MXH3", + "SPU2": { + "figi": "FUTSBPR09220", + "ticker": "SPU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144825,58 +154331,58 @@ }, "dlong": { "units": "0", - "nano": 279500000 + "nano": 474700000 }, "dshort": { "units": "0", - "nano": 308900000 + "nano": 308200000 }, "dlongMin": { "units": "0", - "nano": 151200000 + "nano": 275200000 }, "dshortMin": { "units": "0", - "nano": 144100000 + "nano": 143800000 }, "shortEnabledFlag": true, - "name": "MIX-3.23 Индекс МосБиржи", + "name": "SBPR-9.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-04-18T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SBERP", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "25", + "units": "1", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "0aaafbeb-cadb-4e9e-9ac9-3117142bbbeb", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce0a1-a67a-48cc-bf75-2b1755f52c60", - "basicAssetPositionUid": "", + "uid": "6b20be2d-96af-498e-bbd0-dc98b1647e36", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6126-f516-4919-b0f0-c54c2d9d5d0b", + "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", "forIisFlag": true, - "first1minCandleDate": "2022-04-22T15:17:00Z", - "first1dayCandleDate": "2022-04-22T07:00:00Z", + "first1minCandleDate": "2022-04-12T13:18:00Z", + "first1dayCandleDate": "2022-04-12T07:00:00Z", "type": "Futures", - "step": 25.0 + "step": 1.0 }, - "RNZ4": { - "figi": "FUTROSN12240", - "ticker": "RNZ4", + "RTU2": { + "figi": "FUTRTKM09220", + "ticker": "RTU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144890,37 +154396,37 @@ }, "dlong": { "units": "0", - "nano": 397600000 + "nano": 282200000 }, "dshort": { "units": "0", - "nano": 858600000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 223900000 + "nano": 152700000 }, "dshortMin": { "units": "0", - "nano": 363300000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "ROSN-12.24 Роснефть", + "name": "RTKM-9.22 \u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2021-09-22T20:59:59Z", - "lastTradeDate": "2024-12-19T20:59:59Z", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "basicAsset": "RTKM", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2024-12-20T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -144929,19 +154435,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1fa328ef-9c76-4d7d-b691-514b59dab68e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa3293f-b66a-4b10-a19d-03eb1afc9cbf", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "30320400-2634-4fdd-bb11-13d308e89036", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6106-05ab-47b7-b2fd-41798516f7c2", + "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", "forIisFlag": true, - "first1minCandleDate": "2021-09-30T10:39:00Z", - "first1dayCandleDate": "2021-09-30T07:00:00Z", + "first1minCandleDate": "2022-04-14T15:05:00Z", + "first1dayCandleDate": "2022-04-14T07:00:00Z", "type": "Futures", "step": 1.0 }, - "MXH2": { - "figi": "FUTMIX032200", - "ticker": "MXH2", + "AUH2": { + "figi": "FUTAUDU03220", + "ticker": "AUH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -144955,54 +154461,54 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 120000000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 211500000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 61900000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 100700000 }, "shortEnabledFlag": true, - "name": "MIX-3.22 Индекс МосБиржи", + "name": "AUDU-3.22 \u041a\u0443\u0440\u0441 \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0439\u0441\u043a\u0438\u0439 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0414\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-03-17T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_CURRENCY", + "basicAsset": "AUD/USD", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-29T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-03-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e3a3-5bb1-45d6-bf3f-48f65f57c89e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e26c-ef87-4191-b06f-721683013dfe", + "uid": "1f98e394-e7dc-4d4e-982c-6fe0859d4754", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e32e-d5c9-4c9b-8dbc-706da9040de5", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-04-06T07:39:00Z", - "first1dayCandleDate": "2021-04-06T07:00:00Z", + "first1minCandleDate": "2021-09-16T04:35:00Z", + "first1dayCandleDate": "2021-09-16T07:00:00Z", "type": "Futures", "step": 0 }, - "MMU4": { - "figi": "FUTMXI092400", - "ticker": "MMU4", + "CoM2": { + "figi": "FUTCO0622000", + "ticker": "CoM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145016,58 +154522,54 @@ }, "dlong": { "units": "0", - "nano": 455700000 + "nano": 268300000 }, "dshort": { "units": "0", - "nano": 433800000 + "nano": 393800000 }, "dlongMin": { "units": "0", - "nano": 262200000 + "nano": 144600000 }, "dshortMin": { "units": "0", - "nano": 197400000 + "nano": 180600000 }, "shortEnabledFlag": true, - "name": "MXI-9.24 Индекс МосБиржи (мини)", + "name": "Co-6.22 \u041c\u0435\u0434\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-07-01T20:59:59Z", - "lastTradeDate": "2024-09-19T20:59:59Z", + "firstTradeDate": "2022-04-01T20:59:59Z", + "lastTradeDate": "2022-06-14T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Co", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2024-09-19T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-14T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 50000000 - }, "apiTradeAvailableFlag": true, - "uid": "1fa26684-09f3-4a85-988f-77829ae04f20", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa2668e-7a7d-405a-a655-773a0ebd9959", + "uid": "1508b25d-c5c9-4aff-8942-c21b40b9a3f9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f999d64-3edf-4d82-a6c0-6d1d3fd7030d", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-08-17T10:12:00Z", - "first1dayCandleDate": "2021-08-17T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0.05 + "step": 0 }, - "VIG2": { - "figi": "FUTRVI022200", - "ticker": "VIG2", + "TNZ2": { + "figi": "FUTTRNF12220", + "ticker": "TNZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145081,54 +154583,58 @@ }, "dlong": { "units": "0", - "nano": 277500000 + "nano": 363900000 }, "dshort": { "units": "0", - "nano": 322500000 + "nano": 360600000 }, "dlongMin": { "units": "0", - "nano": 150000000 + "nano": 202400000 }, "dshortMin": { "units": "0", - "nano": 150000000 + "nano": 166500000 }, - "shortEnabledFlag": true, - "name": "RVI-2.22 Волатильность российского рынка", + "shortEnabledFlag": false, + "name": "TRNF-12.22 \u0422\u0440\u0430\u043d\u0441\u043d\u0435\u0444\u0442\u044c (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-02-17T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RVI", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "TRNFP", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-02-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98a3a4-59a0-4e51-8d45-3f3361f6d4f7", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98a24d-04c6-4f1d-9e37-b5aafbd4c612", - "basicAssetPositionUid": "", + "uid": "fe8ad944-989e-46cc-bfb8-32e8016fc840", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b209d-f795-4bf6-b01d-77331f6a5a09", + "basicAssetPositionUid": "d154098b-135b-4df9-ab3a-e719459debc3", "forIisFlag": true, - "first1minCandleDate": "2022-01-13T18:09:00Z", - "first1dayCandleDate": "2022-01-13T07:00:00Z", + "first1minCandleDate": "2022-08-10T10:22:00Z", + "first1dayCandleDate": "2022-08-10T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "SiM3": { - "figi": "FUTSI0623000", - "ticker": "SiM3", + "FSH2": { + "figi": "FUTFEES03220", + "ticker": "FSH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145146,7 +154652,7 @@ }, "dshort": { "units": "0", - "nano": 598200000 + "nano": 250000000 }, "dlongMin": { "units": "0", @@ -145154,46 +154660,42 @@ }, "dshortMin": { "units": "0", - "nano": 264200000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "Si-6.23 Курс доллар - рубль", + "name": "FEES-3.22 \u0424\u0421\u041a \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2021-06-11T20:59:59Z", - "lastTradeDate": "2023-06-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "FEES", "basicAssetSize": { - "units": "1000", + "units": "100000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2023-06-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9d9f48-b541-40f5-91a8-b95d73bd52d5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9d9eaf-c53c-4957-b02d-9b686c242d93", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f98e5f5-40ab-4c10-8406-79613747d756", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4b5-c603-4351-86c2-35c49b26e821", + "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", "forIisFlag": true, - "first1minCandleDate": "2021-06-14T04:05:00Z", - "first1dayCandleDate": "2021-06-14T07:00:00Z", + "first1minCandleDate": "2021-09-10T14:31:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "YNH2": { - "figi": "FUTYNDF03220", - "ticker": "YNH2", + "PDH2": { + "figi": "FUTPLD032200", + "ticker": "PDH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145207,54 +154709,58 @@ }, "dlong": { "units": "0", - "nano": 320200000 + "nano": 324200000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 498200000 }, "dlongMin": { "units": "0", - "nano": 175500000 + "nano": 177900000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 224000000 }, "shortEnabledFlag": true, - "name": "YNDF-3.22 Яндекс", + "name": "PLD-3.22 \u041f\u0430\u043b\u043b\u0430\u0434\u0438\u0439", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "YNDX", + "firstTradeDate": "2021-06-03T21:00:00Z", + "lastTradeDate": "2022-03-16T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Palladium", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e4e0-ee15-4c84-b9a4-49e9b68f0095", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4be-388a-4b0a-a25e-66c91413837f", - "basicAssetPositionUid": "cb51e157-1f73-4c62-baac-93f11755056a", + "uid": "1f98e29c-33f0-4c71-9beb-0470c391fdba", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e281-f7be-4ab3-a72f-aeacd21fe4e0", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-01T07:01:00Z", - "first1dayCandleDate": "2021-09-01T07:00:00Z", + "first1minCandleDate": "2021-08-11T20:45:00Z", + "first1dayCandleDate": "2021-08-11T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "MNZ2": { - "figi": "FUTMGNT12220", - "ticker": "MNZ2", + "NMU2": { + "figi": "FUTNLMK09220", + "ticker": "NMU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145268,37 +154774,37 @@ }, "dlong": { "units": "0", - "nano": 265400000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 325900000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 142900000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 151500000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "MGNT-12.22 Магнит", + "name": "NLMK-9.22 \u041d\u041b\u041c\u041a", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2022-02-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MGNT", + "basicAsset": "NLMK", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -145307,19 +154813,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "5b4163db-e7b6-4519-b38c-f2790b034a18", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b2098-dd20-49b1-9f49-30151aae7dd3", - "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", + "uid": "282eaef8-5457-44ca-a947-f195697585c5", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a61f4-ab9b-47cd-9578-9fc9a95f1c7d", + "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", "forIisFlag": true, - "first1minCandleDate": "2022-02-24T12:29:00Z", - "first1dayCandleDate": "2022-02-24T07:00:00Z", + "first1minCandleDate": "2022-02-21T18:37:00Z", + "first1dayCandleDate": "2022-02-21T07:00:00Z", "type": "Futures", "step": 1.0 }, - "NGJ2": { - "figi": "FUTNG0422000", - "ticker": "NGJ2", + "BRK3": { + "figi": "FUTBR0523000", + "ticker": "BRK3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145333,54 +154839,58 @@ }, "dlong": { "units": "0", - "nano": 290200000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 426800000 + "nano": 897300000 }, "dlongMin": { "units": "0", - "nano": 157500000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 194500000 + "nano": 377400000 }, "shortEnabledFlag": true, - "name": "NG-4.22 Природный газ", - "exchange": "FORTS", - "firstTradeDate": "2021-10-21T20:59:59Z", - "lastTradeDate": "2022-04-27T20:59:59Z", + "name": "BR-5.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-26T20:59:59Z", + "lastTradeDate": "2023-05-01T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "GASE", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-04-27T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2023-05-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f993607-26da-4f70-a124-88d05c02021f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9936d5-9c12-41ad-b09f-cb5b513a988d", + "uid": "23ebeada-28c1-4d5c-af48-dfc44ec40c39", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9d4200-cf22-4d0a-96d2-f5e1886ee744", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-10-21T14:33:00Z", - "first1dayCandleDate": "2021-10-21T07:00:00Z", + "first1minCandleDate": "2022-04-27T07:20:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "RNM2": { - "figi": "FUTROSN06220", - "ticker": "RNM2", + "SiZ2": { + "figi": "BBG00YHPF1H4", + "ticker": "SiZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145394,54 +154904,58 @@ }, "dlong": { "units": "0", - "nano": 360100000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 473600000 + "nano": 421100000 }, "dlongMin": { "units": "0", - "nano": 200100000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 213900000 + "nano": 192100000 }, "shortEnabledFlag": true, - "name": "ROSN-6.22 Роснефть", - "exchange": "FORTS", - "firstTradeDate": "2021-06-02T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "name": "Si-12.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2020-12-10T21:00:00Z", + "lastTradeDate": "2022-12-15T13:51:10Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a284-096e-4bba-b957-adeb3a63cd64", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a242-9fb4-4902-a29e-d5912b4f359b", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "1f9b1edd-ca1a-47cd-b98e-d4e4b921da67", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1e9c-ee35-4d5b-8e1c-5741a0422ca7", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-06-14T13:50:00Z", - "first1dayCandleDate": "2021-06-14T07:00:00Z", + "first1minCandleDate": "2020-12-14T17:00:00Z", + "first1dayCandleDate": "2020-12-14T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "RNM4": { - "figi": "FUTROSN06240", - "ticker": "RNM4", + "FVM2": { + "figi": "FUTFIVE06220", + "ticker": "FVM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145455,54 +154969,50 @@ }, "dlong": { "units": "0", - "nano": 397600000 + "nano": 284300000 }, "dshort": { "units": "0", - "nano": 572400000 + "nano": 419100000 }, "dlongMin": { "units": "0", - "nano": 223900000 + "nano": 154000000 }, "dshortMin": { "units": "0", - "nano": 254000000 + "nano": 191200000 }, "shortEnabledFlag": true, - "name": "ROSN-6.24 Роснефть", + "name": "FIVE-6.22 X5 RetailGroup", "exchange": "FORTS", - "firstTradeDate": "2021-05-13T20:59:59Z", - "lastTradeDate": "2024-06-20T20:59:59Z", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "ROSN", + "basicAsset": "FIVE", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2024-06-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1fa1aa97-3803-4dde-9c04-0995a0400d38", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa1ab8f-f1fc-4169-a3a0-abb43ddc4194", - "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", + "uid": "1f99a230-7746-4600-9a27-f01873bceeb3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3ad-21d4-4086-af0b-3e66968465c2", + "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", "forIisFlag": true, - "first1minCandleDate": "2021-06-24T09:49:00Z", - "first1dayCandleDate": "2021-06-24T07:00:00Z", + "first1minCandleDate": "2021-12-03T15:08:00Z", + "first1dayCandleDate": "2021-12-03T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, "NGU2": { "figi": "FUTNG0922000", @@ -145524,7 +155034,7 @@ }, "dshort": { "units": "0", - "nano": 626600000 + "nano": 618700000 }, "dlongMin": { "units": "0", @@ -145532,11 +155042,11 @@ }, "dshortMin": { "units": "0", - "nano": 275400000 + "nano": 272300000 }, "shortEnabledFlag": true, - "name": "NG-9.22 Природный газ", - "exchange": "FORTS", + "name": "NG-9.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", "firstTradeDate": "2022-04-12T20:59:59Z", "lastTradeDate": "2022-09-28T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", @@ -145546,11 +155056,11 @@ "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", "expirationDate": "2022-09-28T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -145560,7 +155070,7 @@ }, "apiTradeAvailableFlag": true, "uid": "0521976f-15f9-4ff0-9f13-1df52e8685d9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", + "realExchange": "REAL_EXCHANGE_RTS", "positionUid": "1f9a7882-e654-4647-beae-6b96b35424e0", "basicAssetPositionUid": "", "forIisFlag": true, @@ -145569,9 +155079,9 @@ "type": "Futures", "step": 0.001 }, - "IRM2": { - "figi": "FUTIRAO06220", - "ticker": "IRM2", + "RTM2": { + "figi": "FUTRTKM06220", + "ticker": "RTM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145585,54 +155095,54 @@ }, "dlong": { "units": "0", - "nano": 349500000 + "nano": 282200000 }, "dshort": { "units": "0", - "nano": 253400000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 193500000 + "nano": 152700000 }, "dshortMin": { "units": "0", - "nano": 119600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "IRAO-6.22 Интер РАО ЕЭС", + "name": "RTKM-6.22 \u0420\u043e\u0441\u0442\u0435\u043b\u0435\u043a\u043e\u043c", "exchange": "FORTS", "firstTradeDate": "2021-12-02T20:59:59Z", "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "IRAO", + "basicAsset": "RTKM", "basicAssetSize": { - "units": "10000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a2c9-f2c5-4e42-81ba-4212b621cde2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a221-bc93-49a2-999d-a72ddf566884", - "basicAssetPositionUid": "427f9bcc-2cab-4561-bf94-942d4261fbb7", + "uid": "1f99a324-0beb-459d-83d7-f4fcc727fd05", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a388-d01c-431f-a8a3-42ca0a5e2f51", + "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T10:02:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", + "first1minCandleDate": "2021-12-08T18:11:00Z", + "first1dayCandleDate": "2021-12-08T07:00:00Z", "type": "Futures", "step": 0 }, - "USDRUBF": { - "figi": "FUTUSDRUBF00", - "ticker": "USDRUBF", + "OZM2": { + "figi": "FUTOZON06220", + "ticker": "OZM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145646,58 +155156,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 400000000 }, "dshort": { "units": "0", - "nano": 435100000 + "nano": 828900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 225400000 }, "dshortMin": { "units": "0", - "nano": 198000000 + "nano": 352400000 }, "shortEnabledFlag": true, - "name": "USDRUBF Доллар - Рубль", + "name": "OZON-6.22 \u041e\u0437\u043e\u043d", "exchange": "FORTS", - "firstTradeDate": "2022-04-25T21:00:00Z", - "lastTradeDate": "2099-12-30T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "OZON", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2099-12-31T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "48706c30-0bd7-42ad-a936-150287cd9de4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "20cf3ef5-e757-44b8-99d5-8a17e8f19d4f", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f99a31c-73f2-4efa-9979-be2e16444d87", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a242-ee72-48c3-a61b-0f5622d35187", + "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", "forIisFlag": true, - "first1minCandleDate": "2022-04-26T07:00:00Z", - "first1dayCandleDate": "2022-04-26T07:00:00Z", + "first1minCandleDate": "2021-12-16T13:51:00Z", + "first1dayCandleDate": "2021-12-16T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0 }, - "NlK2": { - "figi": "FUTNL0522000", - "ticker": "NlK2", + "CSM2": { + "figi": "FUTCNI062200", + "ticker": "CSM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145711,54 +155217,54 @@ }, "dlong": { "units": "0", - "nano": 278500000 + "nano": 363500000 }, "dshort": { "units": "0", - "nano": 262300000 + "nano": 414700000 }, "dlongMin": { "units": "0", - "nano": 150600000 + "nano": 202200000 }, "dshortMin": { "units": "0", - "nano": 123500000 + "nano": 189400000 }, "shortEnabledFlag": true, - "name": "Nl-5.22 Никель", + "name": "CNI-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043a\u0442\u043e\u0440\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-02-02T20:59:59Z", - "lastTradeDate": "2022-05-17T20:59:59Z", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Nl", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXCN", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-05-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "0ffcd544-5d9e-4d9e-8f2b-53def9ebcdac", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f996386-1659-43ff-a2a9-ed1e4d08e3a4", + "uid": "1f99a1fb-683b-4b8d-94e3-72d8733588dd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a10e-3675-4766-a0ef-f96f9a27cc27", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2022-02-08T07:07:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", "step": 0 }, - "EDM2": { - "figi": "FUTED0622000", - "ticker": "EDM2", + "SiU3": { + "figi": "FUTSI0923000", + "ticker": "SiU3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145772,54 +155278,58 @@ }, "dlong": { "units": "0", - "nano": 231200000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 518500000 + "nano": 598200000 }, "dlongMin": { "units": "0", - "nano": 123200000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 232300000 + "nano": 264200000 }, "shortEnabledFlag": true, - "name": "ED-6.22 Курс евро - доллар", - "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "name": "Si-9.23 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-10T20:59:59Z", + "lastTradeDate": "2023-09-21T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/USD", + "basicAsset": "USD/RUB", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2023-09-21T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a147-b137-4290-895e-dc5c11e52b42", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a06a-4705-4ba1-8a5a-289e2e973cf7", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "1f9e6a2e-aff1-4e9c-8b22-17de45443e2b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9e6a30-d67d-4236-94d0-11ca110a24b5", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-09-15T08:40:00Z", - "first1dayCandleDate": "2021-09-15T07:00:00Z", + "first1minCandleDate": "2021-09-13T14:33:00Z", + "first1dayCandleDate": "2021-09-13T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "HYU2": { - "figi": "FUTHYDR09220", - "ticker": "HYU2", + "VBM2": { + "figi": "FUTVTBR06220", + "ticker": "VBM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145833,58 +155343,54 @@ }, "dlong": { "units": "0", - "nano": 298700000 + "nano": 394100000 }, "dshort": { "units": "0", - "nano": 311100000 + "nano": 431100000 }, "dlongMin": { "units": "0", - "nano": 162500000 + "nano": 221600000 }, "dshortMin": { "units": "0", - "nano": 145000000 + "nano": 196300000 }, "shortEnabledFlag": true, - "name": "HYDR-9.22 РусГидро", + "name": "VTBR-6.22 \u0412\u0422\u0411", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "HYDR", + "basicAsset": "VTBR", "basicAssetSize": { - "units": "10000", + "units": "100000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "4948578e-f6f9-4ee6-9e43-4257a7f69847", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6026-cf10-4303-8426-a0f179fd9ced", - "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", + "uid": "1f99a3bc-a4d7-4568-8816-993249b86722", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a310-4741-432c-85e5-67cbcbaeef64", + "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", "forIisFlag": true, - "first1minCandleDate": "2022-04-11T07:34:00Z", - "first1dayCandleDate": "2022-04-11T07:00:00Z", + "first1minCandleDate": "2021-11-17T19:06:00Z", + "first1dayCandleDate": "2021-11-17T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "DYU2": { - "figi": "FUTDSKY09220", - "ticker": "DYU2", + "MXU2": { + "figi": "FUTMIX092200", + "ticker": "MXU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145898,58 +155404,58 @@ }, "dlong": { "units": "0", - "nano": 294900000 + "nano": 249000000 }, "dshort": { "units": "0", - "nano": 273900000 + "nano": 236200000 }, "dlongMin": { "units": "0", - "nano": 160300000 + "nano": 133400000 }, "dshortMin": { "units": "0", - "nano": 128700000 + "nano": 111900000 }, "shortEnabledFlag": true, - "name": "DSKY-9.22 Детский мир", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", + "name": "MIX-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-03T20:59:59Z", "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "DSKY", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "25", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "48bc3499-bfd4-43e2-ad28-52b6f23eb0e2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a607d-f9fe-49af-97ac-0fd7c9825e9f", - "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", + "uid": "1f9a5e94-9c76-4cd0-81f9-535b0507620d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5f45-ecc6-4815-b6e2-29aae1c0dd17", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-06-16T08:35:00Z", - "first1dayCandleDate": "2022-06-16T07:00:00Z", + "first1minCandleDate": "2021-09-16T11:50:00Z", + "first1dayCandleDate": "2021-09-16T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 25.0 }, - "BRG3": { - "figi": "FUTBR0223000", - "ticker": "BRG3", + "GZU5": { + "figi": "FUTGAZR09250", + "ticker": "GZU5", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -145963,58 +155469,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 516300000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 601300000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 304500000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 265400000 }, - "shortEnabledFlag": true, - "name": "BR-2.23 Нефть Brent", + "shortEnabledFlag": false, + "name": "GAZR-9.25 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2022-01-26T20:59:59Z", - "lastTradeDate": "2023-02-01T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-06-22T20:59:59Z", + "lastTradeDate": "2025-09-18T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GAZP", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-02-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2025-09-19T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "9c366ed4-a2bd-4518-b3cd-50ac210e95a8", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9c82d7-7b53-4f62-b7a0-bea3827fe64e", - "basicAssetPositionUid": "", + "uid": "be07c358-185f-4cdd-a2f9-8fc06cfb20ce", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa66705-a124-4da9-b551-f37ceb1236ff", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2022-01-26T07:53:00Z", - "first1dayCandleDate": "2022-01-26T07:00:00Z", + "first1minCandleDate": "2022-06-22T09:17:00Z", + "first1dayCandleDate": "2022-06-22T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "EuZ2": { - "figi": "FUTEU1222000", - "ticker": "EuZ2", + "GDU2": { + "figi": "FUTGOLD09220", + "ticker": "GDU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146028,58 +155534,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 266900000 }, "dshort": { "units": "0", - "nano": 373100000 + "nano": 433800000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 143800000 }, "dshortMin": { "units": "0", - "nano": 171800000 + "nano": 197400000 }, "shortEnabledFlag": true, - "name": "Eu-12.22 Курс евро - рубль", - "exchange": "FORTS", - "firstTradeDate": "2021-06-10T21:00:00Z", - "lastTradeDate": "2022-12-14T21:00:00Z", + "name": "GOLD-9.22 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Gold", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 100000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9b1eb0-6608-4b54-be46-6b5ceea8eb29", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e69-fc4e-4b3f-8486-b3099a477f94", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "1f9a5e82-97db-4c9a-a2ab-c88adcf578c6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5f35-d338-4ca0-a357-1cd66422cced", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-06-18T13:16:00Z", - "first1dayCandleDate": "2021-06-18T07:00:00Z", + "first1minCandleDate": "2021-09-09T15:17:00Z", + "first1dayCandleDate": "2021-09-09T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.1 }, - "AFH2": { - "figi": "FUTAFLT03220", - "ticker": "AFH2", + "DYM2": { + "figi": "FUTDSKY06220", + "ticker": "DYM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146093,7 +155599,7 @@ }, "dlong": { "units": "0", - "nano": 404900000 + "nano": 294900000 }, "dshort": { "units": "0", @@ -146101,46 +155607,46 @@ }, "dlongMin": { "units": "0", - "nano": 228600000 + "nano": 160300000 }, "dshortMin": { "units": "0", "nano": 118000000 }, "shortEnabledFlag": true, - "name": "AFLT-3.22 Аэрофлот", + "name": "DSKY-6.22 \u0414\u0435\u0442\u0441\u043a\u0438\u0439 \u043c\u0438\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "AFLT", + "basicAsset": "DSKY", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-03-30T00:00:00Z", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e473-6f84-4d1b-a827-c597f2242499", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5f3-66dd-45c9-b7ae-336993a98a56", - "basicAssetPositionUid": "8615c3f2-758c-42be-a69d-c97ac9d95f04", + "uid": "1f99a271-3019-4196-aebd-5cda3e018926", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a226-0c7f-4843-9583-7ed593c789d0", + "basicAssetPositionUid": "e07311a4-fac4-472b-b1d7-c3a7b3e56a6d", "forIisFlag": true, - "first1minCandleDate": "2021-08-12T09:20:00Z", - "first1dayCandleDate": "2021-08-12T07:00:00Z", + "first1minCandleDate": "2022-04-07T14:58:00Z", + "first1dayCandleDate": "2022-04-07T07:00:00Z", "type": "Futures", "step": 0 }, - "SAN2": { - "figi": "FUTSUGR07220", - "ticker": "SAN2", + "POH2": { + "figi": "FUTPOLY03220", + "ticker": "POH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146154,119 +155660,58 @@ }, "dlong": { "units": "0", - "nano": 345000000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 341400000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 190700000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 158200000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "SUGR-7.22 Сахар", + "name": "POLY-3.22 Polymetal", "exchange": "FORTS", - "firstTradeDate": "2022-02-22T20:59:59Z", - "lastTradeDate": "2022-06-30T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "SUGR", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "POLY", "basicAssetSize": { - "units": "1016", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-07-01T00:00:00Z", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "apiTradeAvailableFlag": true, - "uid": "a858b9dc-501e-450e-8173-240c19a19f72", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99c3f3-8e48-4bfb-9dcd-8904cc7289b1", - "basicAssetPositionUid": "", - "forIisFlag": true, - "first1minCandleDate": "2022-03-30T15:12:00Z", - "first1dayCandleDate": "2022-03-30T07:00:00Z", - "type": "Futures", - "step": 0 - }, - "CRZ2": { - "figi": "FUTCNY122200", - "ticker": "CRZ2", - "classCode": "SPBFUT", - "lot": 1, - "currency": "rub", - "klong": { - "units": "2", - "nano": 0 - }, - "kshort": { - "units": "2", - "nano": 0 - }, - "dlong": { - "units": "0", - "nano": 318700000 - }, - "dshort": { - "units": "0", - "nano": 500900000 - }, - "dlongMin": { - "units": "0", - "nano": 174600000 - }, - "dshortMin": { - "units": "0", - "nano": 225100000 - }, - "shortEnabledFlag": true, - "name": "CNY-12.22 Курс Юань - Рубль", - "exchange": "FORTS", - "firstTradeDate": "2022-06-19T21:00:00Z", - "lastTradeDate": "2022-12-14T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "CNY/RUB", - "basicAssetSize": { - "units": "1000", - "nano": 0 - }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", - "otcFlag": false, - "buyAvailableFlag": true, - "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "93db7477-6afb-4783-adb3-53334833b330", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1f84-e2ae-452a-8b69-2627cd52f57b", - "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", + "uid": "1f98e432-d5db-4caf-a172-80985f0f1ae9", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5da-3df0-46cf-89b5-4f60890175d0", + "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", "forIisFlag": true, - "first1minCandleDate": "2022-06-20T11:34:00Z", - "first1dayCandleDate": "2022-06-20T07:00:00Z", + "first1minCandleDate": "2021-09-10T07:56:00Z", + "first1dayCandleDate": "2021-09-10T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "RBU2": { - "figi": "FUTRGBI09220", - "ticker": "RBU2", + "SSZ2": { + "figi": "FUTSMLT12220", + "ticker": "SSZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146280,37 +155725,37 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 544500000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 716000000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 325100000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 310000000 }, - "shortEnabledFlag": true, - "name": "RGBI-9.22 Индекс Государственных облигаций", + "shortEnabledFlag": false, + "name": "SMLT-12.22 \u0413\u041a \u0421\u0430\u043c\u043e\u043b\u0435\u0442", "exchange": "FORTS", - "firstTradeDate": "2022-05-18T21:00:00Z", - "lastTradeDate": "2022-08-31T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RGBI", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "SMLT", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_OTHER", - "expirationDate": "2022-09-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -146319,19 +155764,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "0c4574df-6f95-4bcd-ac5c-d90bb878ef89", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a43df-5682-4549-aaae-6a23531280ec", - "basicAssetPositionUid": "", + "uid": "c5dde92c-8335-4361-ad64-970732e9ab81", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20fa-233e-4b0a-b9f7-8682edccc42c", + "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", "forIisFlag": true, - "first1minCandleDate": "2022-06-01T11:50:00Z", - "first1dayCandleDate": "2022-06-01T07:00:00Z", + "first1minCandleDate": "2022-06-20T07:36:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Futures", "step": 1.0 }, - "REU2": { - "figi": "FUTRSTI09220", - "ticker": "REU2", + "CoU2": { + "figi": "FUTCO0922000", + "ticker": "CoU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146345,54 +155790,54 @@ }, "dlong": { "units": "0", - "nano": 311700000 + "nano": 290000000 }, "dshort": { "units": "0", - "nano": 309200000 + "nano": 434800000 }, "dlongMin": { "units": "0", - "nano": 170400000 + "nano": 157400000 }, "dshortMin": { "units": "0", - "nano": 144200000 + "nano": 197800000 }, - "shortEnabledFlag": true, - "name": "RSTI-9.22 Российские сети (обыкновенные)", + "shortEnabledFlag": false, + "name": "Co-9.22 \u041c\u0435\u0434\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "RSTI", + "firstTradeDate": "2022-05-31T20:59:59Z", + "lastTradeDate": "2022-09-20T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Co", "basicAssetSize": { - "units": "10000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_UTILITIES", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "aa1121e5-d0d0-4512-9ce9-be6775c3db13", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6162-c797-4066-8108-7be09b68b766", - "basicAssetPositionUid": "574b87b9-590f-4d5d-9c25-b010810eed58", + "uid": "bdac1ca7-5104-4061-9f78-3e88daba3dc7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6994-7a1c-4c20-935f-eac254483d5a", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-06-14T07:44:00Z", - "first1dayCandleDate": "2022-06-14T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.5 }, "NlM2": { "figi": "FUTNL0622000", @@ -146425,7 +155870,7 @@ "nano": 180600000 }, "shortEnabledFlag": true, - "name": "Nl-6.22 Никель", + "name": "Nl-6.22 \u041d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", "firstTradeDate": "2022-04-01T20:59:59Z", "lastTradeDate": "2022-06-14T20:59:59Z", @@ -146436,8 +155881,8 @@ "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", "expirationDate": "2022-06-14T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", @@ -146446,18 +155891,18 @@ "sellAvailableFlag": true, "apiTradeAvailableFlag": true, "uid": "d81040e0-154c-444a-baf9-8dba90f4011b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", + "realExchange": "REAL_EXCHANGE_RTS", "positionUid": "1f999d7e-04a1-40e1-b4d1-c9f279058072", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", "step": 0 }, - "LKH2": { - "figi": "FUTLKOH03220", - "ticker": "LKH2", + "NKM2": { + "figi": "FUTNOTK06220", + "ticker": "NKM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146471,54 +155916,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 278600000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 296700000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 150600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 138700000 }, "shortEnabledFlag": true, - "name": "LKOH-3.22 Лукойл", + "name": "NOTK-6.22 \u041d\u043e\u0432\u0430\u0442\u044d\u043a", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "LKOH", + "basicAsset": "NVTK", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-03-30T00:00:00Z", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e520-26f6-4cbf-9930-6777da185aa0", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5bc-96c7-4b93-9aa8-6581341b534e", - "basicAssetPositionUid": "3213e01a-7bce-4946-b01e-5b0aaa3fc9b4", + "uid": "803b7831-133c-44f4-b1dd-5850a1ce0347", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a299-6a53-4c0e-9b73-6896a1728221", + "basicAssetPositionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", "forIisFlag": true, - "first1minCandleDate": "2021-04-20T13:10:00Z", - "first1dayCandleDate": "2021-04-20T07:00:00Z", + "first1minCandleDate": "2021-12-14T04:19:00Z", + "first1dayCandleDate": "2021-12-14T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "FVU2": { - "figi": "FUTFIVE09220", - "ticker": "FVU2", + "MMH2": { + "figi": "FUTMXI032200", + "ticker": "MMH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146532,37 +155981,102 @@ }, "dlong": { "units": "0", - "nano": 284300000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 419100000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 154000000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 191200000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "FIVE-9.22 X5 RetailGroup", + "name": "MXI-3.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438 (\u043c\u0438\u043d\u0438)", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", + "basicAssetSize": { + "units": "1", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-29T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 50000000 + }, + "apiTradeAvailableFlag": true, + "uid": "1f98e314-41cd-4eb9-9a92-86034d3041bd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e3fd-e6bb-4f38-8dcd-d5aab510fbac", + "basicAssetPositionUid": "", + "forIisFlag": true, + "first1minCandleDate": "2021-03-19T13:22:00Z", + "first1dayCandleDate": "2021-03-19T07:00:00Z", + "type": "Futures", + "step": 0.05 + }, + "MGZ2": { + "figi": "FUTMAGN12220", + "ticker": "MGZ2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 343400000 + }, + "dshort": { + "units": "0", + "nano": 262500000 + }, + "dlongMin": { + "units": "0", + "nano": 189700000 + }, + "dshortMin": { + "units": "0", + "nano": 123600000 + }, + "shortEnabledFlag": false, + "name": "MAGN-12.22 \u041c\u041c\u041a", + "exchange": "FORTS", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "FIVE", + "basicAsset": "MAGN", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -146571,19 +156085,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "fcdd2171-1a0b-41a0-a8d4-beb02471e00a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a615c-086b-4746-8bc9-05feb0e0aebb", - "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", + "uid": "467ac5c8-d476-40bc-add0-7adfc0433749", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20e4-b288-4682-babc-bc7ad05682b1", + "basicAssetPositionUid": "3e2d3ee8-e757-418b-8443-306b9a9988a3", "forIisFlag": true, - "first1minCandleDate": "2022-04-14T15:22:00Z", - "first1dayCandleDate": "2022-04-14T07:00:00Z", + "first1minCandleDate": "2022-06-07T09:33:00Z", + "first1dayCandleDate": "2022-06-07T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SiM2": { - "figi": "BBG00VHGV1J0", - "ticker": "SiM2", + "CYM2": { + "figi": "FUTCY0622000", + "ticker": "CYM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146597,34 +156111,34 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 318700000 }, "dshort": { "units": "0", - "nano": 340500000 + "nano": 327200000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 174600000 }, "dshortMin": { "units": "0", - "nano": 157800000 + "nano": 152000000 }, "shortEnabledFlag": true, - "name": "Si-6.22 Курс доллар - рубль", + "name": "CY-6.22 \u041a\u0443\u0440\u0441 \u042e\u0430\u043d\u044c - \u0420\u0443\u0431\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2020-06-15T13:51:10Z", - "lastTradeDate": "2022-06-16T13:51:10Z", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "basicAsset": "CNY/RUB", "basicAssetSize": { - "units": "1000", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", @@ -146632,19 +156146,19 @@ "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a0f6-1190-46b9-be2a-e256be464526", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a06e-890a-49c3-a3fc-e9dab5a2c4d2", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "a22593e4-73d5-4939-9eb9-96ae972edc58", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a0ec-98d7-4f92-822b-609186bbd9e5", + "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", "forIisFlag": true, - "first1minCandleDate": "2020-06-16T07:09:00Z", - "first1dayCandleDate": "2020-06-16T07:00:00Z", + "first1minCandleDate": "2022-03-23T07:24:00Z", + "first1dayCandleDate": "2022-03-23T07:00:00Z", "type": "Futures", "step": 0 }, - "EuH3": { - "figi": "FUTEU0323000", - "ticker": "EuH3", + "SVU2": { + "figi": "FUTSILV09220", + "ticker": "SVU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146658,58 +156172,58 @@ }, "dlong": { "units": "0", - "nano": 253200000 + "nano": 321200000 }, "dshort": { "units": "0", - "nano": 373100000 + "nano": 892700000 }, "dlongMin": { "units": "0", - "nano": 135800000 + "nano": 176100000 }, "dshortMin": { "units": "0", - "nano": 171800000 + "nano": 375800000 }, "shortEnabledFlag": true, - "name": "Eu-3.23 Курс евро - рубль", - "exchange": "FORTS", - "firstTradeDate": "2021-09-10T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", + "name": "SILV-9.22 \u0421\u0435\u0440\u0435\u0431\u0440\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Silver", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9ce093-1002-4b5a-acbd-12fe5fe05623", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce174-97c7-4ba2-a691-5bccc07c241e", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "1f9a5e53-59dc-410f-9b68-9983a6948399", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5f4e-4d73-47b3-a59a-b461e017e599", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-14T13:54:00Z", - "first1dayCandleDate": "2021-09-14T07:00:00Z", + "first1minCandleDate": "2021-09-03T19:09:00Z", + "first1dayCandleDate": "2021-09-03T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "VIK2": { - "figi": "FUTRVI052200", - "ticker": "VIK2", + "SAV2": { + "figi": "FUTSUGR10220", + "ticker": "SAV2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146723,54 +156237,58 @@ }, "dlong": { "units": "0", - "nano": 277500000 + "nano": 345000000 }, "dshort": { "units": "0", - "nano": 677000000 + "nano": 341400000 }, "dlongMin": { "units": "0", - "nano": 150000000 + "nano": 190700000 }, "dshortMin": { "units": "0", - "nano": 295000000 + "nano": 158200000 }, "shortEnabledFlag": true, - "name": "RVI-5.22 Волатильность российского рынка", - "exchange": "FORTS", - "firstTradeDate": "2022-04-01T20:59:59Z", - "lastTradeDate": "2022-05-19T20:59:59Z", + "name": "SUGR-10.22 \u0421\u0430\u0445\u0430\u0440", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-25T20:59:59Z", + "lastTradeDate": "2022-09-30T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RVI", + "assetType": "TYPE_COMMODITY", + "basicAsset": "SUGR", "basicAssetSize": { - "units": "1", + "units": "1016", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-05-19T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-10-03T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "a8f80ca5-be78-4902-9432-dc98f896efe7", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9967a0-5a31-415e-8827-ea6990a4c8a5", + "uid": "a51bb5e0-7da8-4b77-84db-6b7230b9819a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a8666-e0de-4406-b9c0-2922fb1aa79c", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-11T09:20:00Z", - "first1dayCandleDate": "2022-04-11T07:00:00Z", + "first1minCandleDate": "2022-05-04T09:47:00Z", + "first1dayCandleDate": "2022-05-04T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "ALM2": { - "figi": "FUTALRS06220", - "ticker": "ALM2", + "NGN2": { + "figi": "FUTNG0722000", + "ticker": "NGN2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146784,54 +156302,54 @@ }, "dlong": { "units": "0", - "nano": 380300000 + "nano": 418300000 }, "dshort": { "units": "0", - "nano": 361000000 + "nano": 618700000 }, "dlongMin": { "units": "0", - "nano": 212800000 + "nano": 237300000 }, "dshortMin": { "units": "0", - "nano": 166600000 + "nano": 272300000 }, "shortEnabledFlag": true, - "name": "ALRS-6.22 Алроса", - "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "ALRS", + "name": "NG-7.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-01-21T20:59:59Z", + "lastTradeDate": "2022-07-27T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", + "expirationDate": "2022-07-27T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a2d8-a51f-4801-84c2-5ee4dbe99f10", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a361-0fad-42f6-897f-d86192d3fa02", - "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "uid": "c52145a1-cf3d-458d-b412-c557cfe08bb6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99f767-6e88-49b6-aeab-8eb779714c51", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-11-25T19:55:00Z", - "first1dayCandleDate": "2021-11-25T07:00:00Z", + "first1minCandleDate": "2022-01-21T20:44:00Z", + "first1dayCandleDate": "2022-01-21T07:00:00Z", "type": "Futures", "step": 0 }, - "TNU2": { - "figi": "FUTTRNF09220", - "ticker": "TNU2", + "ALH2": { + "figi": "FUTALRS03220", + "ticker": "ALH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146845,7 +156363,7 @@ }, "dlong": { "units": "0", - "nano": 363900000 + "nano": 250000000 }, "dshort": { "units": "0", @@ -146853,29 +156371,29 @@ }, "dlongMin": { "units": "0", - "nano": 202400000 + "nano": 134000000 }, "dshortMin": { "units": "0", "nano": 118000000 }, "shortEnabledFlag": true, - "name": "TRNF-9.22 Транснефть (привилегированные)", + "name": "ALRS-3.22 \u0410\u043b\u0440\u043e\u0441\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "TRNFP", + "basicAsset": "ALRS", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -146884,19 +156402,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1df182d1-724f-40d2-bcbf-6b711f301df6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6157-e63b-4f21-bf04-dab29dc5a2e2", - "basicAssetPositionUid": "d154098b-135b-4df9-ab3a-e719459debc3", + "uid": "1f98e4c2-b661-4ae8-8740-9936b3c5795f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e46c-fd0f-4f7c-a1f0-e35f73c72189", + "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", "forIisFlag": true, - "first1minCandleDate": "2022-06-09T15:15:00Z", - "first1dayCandleDate": "2022-06-09T07:00:00Z", + "first1minCandleDate": "2021-08-12T07:11:00Z", + "first1dayCandleDate": "2021-08-12T07:00:00Z", "type": "Futures", "step": 1.0 }, - "BRJ2": { - "figi": "FUTBR0422000", - "ticker": "BRJ2", + "VIN2": { + "figi": "FUTRVI072200", + "ticker": "VIN2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146910,54 +156428,54 @@ }, "dlong": { "units": "0", - "nano": 284800000 + "nano": 399600000 }, "dshort": { "units": "0", - "nano": 597200000 + "nano": 996600000 }, "dlongMin": { "units": "0", - "nano": 154300000 + "nano": 225100000 }, "dshortMin": { "units": "0", - "nano": 263800000 + "nano": 413000000 }, "shortEnabledFlag": true, - "name": "BR-4.22 Нефть Brent", + "name": "RVI-7.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-03-25T21:00:00Z", - "lastTradeDate": "2022-03-31T21:00:00Z", + "firstTradeDate": "2022-05-01T21:00:00Z", + "lastTradeDate": "2022-07-20T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "assetType": "TYPE_INDEX", + "basicAsset": "RVI", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-04-01T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-07-21T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99022d-c84e-4f72-8dc3-8e2b49c81e60", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99034f-5747-4830-9610-162b8188af69", + "uid": "8c23bee1-89bb-46a7-a50f-e17a578fc61f", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99eafe-8c0a-4164-bdae-bd005c7531f4", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-03-26T08:44:00Z", - "first1dayCandleDate": "2021-03-26T07:00:00Z", + "first1minCandleDate": "2022-05-13T13:39:00Z", + "first1dayCandleDate": "2022-05-13T07:00:00Z", "type": "Futures", "step": 0 }, - "BRX2": { - "figi": "FUTBR1122000", - "ticker": "BRX2", + "GKH2": { + "figi": "FUTGMKN03220", + "ticker": "GKH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -146971,58 +156489,54 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "BR-11.22 Нефть Brent", + "name": "GMKN-3.22 \u041d\u043e\u0440\u0438\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-10-26T20:59:59Z", - "lastTradeDate": "2022-11-01T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GMKN", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-11-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "1f9ac29e-37bf-48f1-83f3-43c5835d35dd", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ac32a-041d-4bb9-8caa-08366b44fd6b", - "basicAssetPositionUid": "", + "uid": "1f98e448-4c42-44ba-bc3e-055d69daf417", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5ef-573a-4654-aa8d-af81e880681d", + "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", "forIisFlag": true, - "first1minCandleDate": "2021-10-27T16:18:00Z", - "first1dayCandleDate": "2021-10-27T07:00:00Z", + "first1minCandleDate": "2021-08-19T09:10:00Z", + "first1dayCandleDate": "2021-08-19T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0 }, - "SGU2": { - "figi": "FUTSNGP09220", - "ticker": "SGU2", + "SOZ2": { + "figi": "FUTSIBN12220", + "ticker": "SOZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147036,37 +156550,37 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 320300000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 281500000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 175600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 132000000 }, - "shortEnabledFlag": true, - "name": "SNGP-9.22 Сургутнефтегаз (привилегированные)", + "shortEnabledFlag": false, + "name": "SIBN-12.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SNGSP", + "basicAsset": "SIBN", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -147075,19 +156589,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "aec9db7d-7d4b-4169-9bfc-667ee32706e1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60c4-ab3d-4f6b-9a27-830fd8e2d18e", - "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", + "uid": "a461e5da-103c-4a1d-ad4d-bae5a39b32d7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b21e3-f5b3-45a5-9395-a10b1f763345", + "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", "forIisFlag": true, - "first1minCandleDate": "2022-04-27T07:58:00Z", - "first1dayCandleDate": "2022-04-27T07:00:00Z", + "first1minCandleDate": "2022-07-05T14:01:00Z", + "first1dayCandleDate": "2022-07-05T07:00:00Z", "type": "Futures", "step": 1.0 }, - "GZU4": { - "figi": "FUTGAZR09240", - "ticker": "GZU4", + "OZH2": { + "figi": "FUTOZON03220", + "ticker": "OZH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147101,58 +156615,54 @@ }, "dlong": { "units": "0", - "nano": 516300000 + "nano": 296100000 }, "dshort": { "units": "0", - "nano": 544100000 + "nano": 395500000 }, "dlongMin": { "units": "0", - "nano": 304500000 + "nano": 161000000 }, "dshortMin": { "units": "0", - "nano": 242600000 + "nano": 181300000 }, "shortEnabledFlag": true, - "name": "GAZR-9.24 Газпром", + "name": "OZON-3.22 \u041e\u0437\u043e\u043d", "exchange": "FORTS", - "firstTradeDate": "2021-07-01T20:59:59Z", - "lastTradeDate": "2024-09-19T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "basicAsset": "OZON", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2024-09-20T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1fa26857-4ebe-41e9-9d4d-c7738499bdcb", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa268c5-2123-4a49-aa52-9f7baaf5610f", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "1f98e5ea-5bbe-4b9d-b774-24cbcba62cb2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4ea-eb58-45d4-a273-5b42343a0e82", + "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", "forIisFlag": true, - "first1minCandleDate": "2021-07-09T09:19:00Z", - "first1dayCandleDate": "2021-07-09T07:00:00Z", + "first1minCandleDate": "2021-09-27T18:54:00Z", + "first1dayCandleDate": "2021-09-27T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "MNU2": { - "figi": "FUTMGNT09220", - "ticker": "MNU2", + "SRH2": { + "figi": "FUTSBRF03220", + "ticker": "SRH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147166,58 +156676,54 @@ }, "dlong": { "units": "0", - "nano": 257500000 + "nano": 366700000 }, "dshort": { "units": "0", - "nano": 325900000 + "nano": 232300000 }, "dlongMin": { "units": "0", - "nano": 138300000 + "nano": 204200000 }, "dshortMin": { "units": "0", - "nano": 151500000 + "nano": 110100000 }, "shortEnabledFlag": true, - "name": "MGNT-9.22 Магнит", + "name": "SBRF-3.22 \u0421\u0431\u0435\u0440 \u0411\u0430\u043d\u043a (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "MGNT", + "basicAsset": "SBER", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "376569ac-b5eb-48ae-ba05-97a9df8519e7", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a616a-02e5-41aa-8c52-0367b186b902", - "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", + "uid": "1f98e4fc-ddb1-4853-aceb-52f2afd0d30d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e498-76e8-43ac-9c0e-dc29eff2b1ba", + "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", "forIisFlag": true, - "first1minCandleDate": "2022-02-14T05:24:00Z", - "first1dayCandleDate": "2022-02-14T07:00:00Z", + "first1minCandleDate": "2021-03-09T13:33:00Z", + "first1dayCandleDate": "2021-03-09T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "GZU2": { - "figi": "FUTGAZR09220", - "ticker": "GZU2", + "BRG3": { + "figi": "FUTBR0223000", + "ticker": "BRG3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147231,58 +156737,58 @@ }, "dlong": { "units": "0", - "nano": 432300000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 415100000 + "nano": 897300000 }, "dlongMin": { "units": "0", - "nano": 246500000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 189600000 + "nano": 377400000 }, "shortEnabledFlag": true, - "name": "GAZR-9.22 Газпром", - "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "name": "BR-2.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-01-26T20:59:59Z", + "lastTradeDate": "2023-02-01T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-02-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9a612f-2841-4d18-bd27-c03128a3c896", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60c9-7d3d-43a5-9620-10ea44c64dd9", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "9c366ed4-a2bd-4518-b3cd-50ac210e95a8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9c82d7-7b53-4f62-b7a0-bea3827fe64e", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-06T09:10:00Z", - "first1dayCandleDate": "2021-09-06T07:00:00Z", + "first1minCandleDate": "2022-01-26T07:53:00Z", + "first1dayCandleDate": "2022-01-26T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "SRU2": { - "figi": "FUTSBRF09220", - "ticker": "SRU2", + "NGX2": { + "figi": "FUTNG1122000", + "ticker": "NGX2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147296,58 +156802,58 @@ }, "dlong": { "units": "0", - "nano": 490000000 + "nano": 418300000 }, "dshort": { "units": "0", - "nano": 365900000 + "nano": 626600000 }, "dlongMin": { "units": "0", - "nano": 285900000 + "nano": 237300000 }, "dshortMin": { "units": "0", - "nano": 168700000 + "nano": 275400000 }, - "shortEnabledFlag": true, - "name": "SBRF-9.22 Сбер Банк (обыкновенные)", - "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SBER", + "shortEnabledFlag": false, + "name": "NG-11.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-05-20T20:59:59Z", + "lastTradeDate": "2022-11-28T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-11-28T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 1000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9a60b2-103f-462a-8794-e096a0fc585b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a6150-dac2-4a37-88a4-d33dd4db273f", - "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "uid": "e6465037-5b0a-4c62-877b-eddad4069e88", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9af85d-5406-4733-a698-d4cdb10a3e12", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-02T10:56:00Z", - "first1dayCandleDate": "2021-09-02T07:00:00Z", + "first1minCandleDate": "2022-05-24T09:13:00Z", + "first1dayCandleDate": "2022-05-24T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.001 }, - "CFH2": { - "figi": "FUTUCHF03220", - "ticker": "CFH2", + "PTH2": { + "figi": "FUTPLT032200", + "ticker": "PTH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147361,54 +156867,54 @@ }, "dlong": { "units": "0", - "nano": 120000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 179000000 + "nano": 281400000 }, "dlongMin": { "units": "0", - "nano": 61900000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 85800000 + "nano": 132000000 }, "shortEnabledFlag": true, - "name": "UCHF-3.22 Курс доллар США - Швейцарский франк", + "name": "PLT-3.22 \u041f\u043b\u0430\u0442\u0438\u043d\u0430", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-17T20:59:59Z", + "firstTradeDate": "2021-06-03T21:00:00Z", + "lastTradeDate": "2022-03-16T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/CHF", + "assetType": "TYPE_COMMODITY", + "basicAsset": "PLT", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", "expirationDate": "2022-03-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e22b-ab30-4a94-9874-6c66de1d2b40", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e2fa-83c1-4ee4-bd50-647beed8c81c", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f98e2ee-e463-4b28-9d02-94ab59fc63f7", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e357-8314-444f-8a81-2c0d4c7ee1bc", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-10T11:47:00Z", - "first1dayCandleDate": "2021-09-10T07:00:00Z", + "first1minCandleDate": "2021-06-16T12:33:00Z", + "first1dayCandleDate": "2021-06-16T07:00:00Z", "type": "Futures", "step": 0 }, - "PZM2": { - "figi": "FUTPLZL06220", - "ticker": "PZM2", + "SAH3": { + "figi": "FUTSUGR03230", + "ticker": "SAH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147422,54 +156928,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 345000000 }, "dshort": { "units": "0", - "nano": 308200000 + "nano": 534400000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 190700000 }, "dshortMin": { "units": "0", - "nano": 143800000 + "nano": 238700000 }, - "shortEnabledFlag": true, - "name": "PLZL-6.22 Полюс Золото", - "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "PLZL", + "shortEnabledFlag": false, + "name": "SUGR-3.23 \u0421\u0430\u0445\u0430\u0440", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-24T20:59:59Z", + "lastTradeDate": "2023-02-28T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "SUGR", "basicAssetSize": { - "units": "10", + "units": "1016", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2023-03-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a2cb-1469-48d1-93db-80a83bff61d6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a201-64f7-4124-afe7-d4b563f8c4df", - "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", + "uid": "55216a3b-517d-46df-8c0e-103a7b9c1619", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9cc24f-7010-487d-bf41-f1934092e402", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-15T20:22:00Z", - "first1dayCandleDate": "2021-12-15T07:00:00Z", + "first1minCandleDate": "2022-07-18T10:07:00Z", + "first1dayCandleDate": "2022-07-18T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "SGH2": { - "figi": "FUTSNGP03220", - "ticker": "SGH2", + "EuU2": { + "figi": "BBG00ZMKXM17", + "ticker": "EuU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147487,7 +156997,7 @@ }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 341400000 }, "dlongMin": { "units": "0", @@ -147495,42 +157005,46 @@ }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 158200000 }, "shortEnabledFlag": true, - "name": "SNGP-3.22 Сургутнефтегаз (привилегированные)", - "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SNGSP", + "name": "Eu-9.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0440\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-03-11T21:00:00Z", + "lastTradeDate": "2022-09-15T13:51:10Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/RUB", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e5c0-93ef-48c6-8fcb-f0b26a1c5e6b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e582-b3e9-46d7-82b5-4b15609b3c22", - "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", + "uid": "1f9a5e4a-252b-4b15-98e7-00fc03a5832b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5eff-510a-4930-8b0c-556273ecbe06", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2021-09-02T07:49:00Z", - "first1dayCandleDate": "2021-09-02T07:00:00Z", + "first1minCandleDate": "2021-03-16T06:18:00Z", + "first1dayCandleDate": "2021-03-16T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "ALH2": { - "figi": "FUTALRS03220", - "ticker": "ALH2", + "HYH2": { + "figi": "FUTHYDR03220", + "ticker": "HYH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147559,39 +157073,43 @@ "nano": 118000000 }, "shortEnabledFlag": true, - "name": "ALRS-3.22 Алроса", + "name": "HYDR-3.22 \u0420\u0443\u0441\u0413\u0438\u0434\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "ALRS", + "basicAsset": "HYDR", "basicAssetSize": { - "units": "100", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e4c2-b661-4ae8-8740-9936b3c5795f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e46c-fd0f-4f7c-a1f0-e35f73c72189", - "basicAssetPositionUid": "962f3a99-3b2d-4af6-995e-26be412b7b22", + "uid": "1f98e55a-f0d0-445b-9121-7275335ddf59", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5ed-a89d-4982-b680-2d3d35e7ac74", + "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", "forIisFlag": true, - "first1minCandleDate": "2021-08-12T07:11:00Z", - "first1dayCandleDate": "2021-08-12T07:00:00Z", + "first1minCandleDate": "2021-09-08T12:22:00Z", + "first1dayCandleDate": "2021-09-08T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "NlG2": { - "figi": "FUTNL0222000", - "ticker": "NlG2", + "EDM2": { + "figi": "FUTED0622000", + "ticker": "EDM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147605,54 +157123,54 @@ }, "dlong": { "units": "0", - "nano": 207900000 + "nano": 231200000 }, "dshort": { "units": "0", - "nano": 232100000 + "nano": 518500000 }, "dlongMin": { "units": "0", - "nano": 110000000 + "nano": 123200000 }, "dshortMin": { "units": "0", - "nano": 110000000 + "nano": 232300000 }, "shortEnabledFlag": true, - "name": "Nl-2.22 Никель", + "name": "ED-6.22 \u041a\u0443\u0440\u0441 \u0435\u0432\u0440\u043e - \u0434\u043e\u043b\u043b\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-11-02T20:59:59Z", - "lastTradeDate": "2022-02-15T20:59:59Z", + "firstTradeDate": "2021-09-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Nl", + "assetType": "TYPE_CURRENCY", + "basicAsset": "EUR/USD", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-02-15T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f989fb4-78ec-4005-9052-a7d274b0fdcc", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f989f98-68e7-48dc-8337-69bd2bc52a71", - "basicAssetPositionUid": "", + "uid": "1f99a147-b137-4290-895e-dc5c11e52b42", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a06a-4705-4ba1-8a5a-289e2e973cf7", + "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", "forIisFlag": true, - "first1minCandleDate": "2021-12-22T07:49:00Z", - "first1dayCandleDate": "2021-12-22T07:00:00Z", + "first1minCandleDate": "2021-09-15T08:40:00Z", + "first1dayCandleDate": "2021-09-15T07:00:00Z", "type": "Futures", "step": 0 }, - "CRM2": { - "figi": "FUTCNY062200", - "ticker": "CRM2", + "MNM2": { + "figi": "FUTMGNT06220", + "ticker": "MNM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147666,54 +157184,54 @@ }, "dlong": { "units": "0", - "nano": 318700000 + "nano": 257500000 }, "dshort": { "units": "0", - "nano": 327200000 + "nano": 325900000 }, "dlongMin": { "units": "0", - "nano": 174600000 + "nano": 138300000 }, "dshortMin": { "units": "0", - "nano": 152000000 - }, - "shortEnabledFlag": true, - "name": "CNY-6.22 Курс Юань - Рубль", - "exchange": "FORTS", - "firstTradeDate": "2022-04-20T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "CNY/RUB", + "nano": 151500000 + }, + "shortEnabledFlag": true, + "name": "MGNT-6.22 \u041c\u0430\u0433\u043d\u0438\u0442", + "exchange": "FORTS", + "firstTradeDate": "2021-11-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MGNT", "basicAssetSize": { - "units": "1000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-06-16T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "e6b1dd63-d297-45fb-84de-ef1ff21b7387", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a1be-4a1d-4ddc-a546-b716697b7984", - "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", + "uid": "1f99a2dc-6247-4c69-9003-a28b1a4bdd9b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a324-948c-4d7b-94d4-98a3dcda1036", + "basicAssetPositionUid": "6980e298-3ef5-4a1d-9148-6aba5668aa69", "forIisFlag": true, - "first1minCandleDate": "2022-04-21T07:06:00Z", - "first1dayCandleDate": "2022-04-21T07:00:00Z", + "first1minCandleDate": "2021-11-22T16:07:00Z", + "first1dayCandleDate": "2021-11-22T07:00:00Z", "type": "Futures", "step": 0 }, - "OGU2": { - "figi": "FUTOGI092200", - "ticker": "OGU2", + "OZZ2": { + "figi": "FUTOZON12220", + "ticker": "OZZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147727,37 +157245,37 @@ }, "dlong": { "units": "0", - "nano": 275000000 + "nano": 400000000 }, "dshort": { "units": "0", - "nano": 499900000 + "nano": 828900000 }, "dlongMin": { "units": "0", - "nano": 148500000 + "nano": 225400000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 352400000 }, - "shortEnabledFlag": true, - "name": "OGI-9.22 Индекс Нефти и газа", + "shortEnabledFlag": false, + "name": "OZON-12.22 \u041e\u0437\u043e\u043d", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-09-14T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXOG", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "OZON", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -147766,19 +157284,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5efe-e4a0-48a5-8f86-fd673041cc0e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5ff5-b775-4e34-937f-16f86c694a09", - "basicAssetPositionUid": "", + "uid": "e05c9e2b-566f-49c4-a85d-769cd636a184", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2139-3b31-407f-946a-9d71319344a1", + "basicAssetPositionUid": "fa9e3f7d-c343-40f8-ae2a-38650ffe3f40", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T09:02:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2022-06-15T10:12:00Z", + "first1dayCandleDate": "2022-06-15T07:00:00Z", "type": "Futures", "step": 1.0 }, - "SiH2": { - "figi": "BBG00SF88HL5", - "ticker": "SiH2", + "BRQ2": { + "figi": "FUTBR0822000", + "ticker": "BRQ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147792,54 +157310,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 385400000 }, "dshort": { "units": "0", - "nano": 249900000 + "nano": 875000000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 216000000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 369300000 }, "shortEnabledFlag": true, - "name": "Si-3.22 Курс доллар - рубль", - "exchange": "FORTS", - "firstTradeDate": "2020-03-13T13:51:10Z", - "lastTradeDate": "2022-03-17T13:51:10Z", + "name": "BR-8.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-07-27T20:59:59Z", + "lastTradeDate": "2022-08-01T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/RUB", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-03-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-08-01T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e22d-fda2-487e-a654-9f060ab881b7", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e308-a00f-4c7a-a1db-8feaa3e5d054", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f9a0235-8b80-4727-bb72-1e4762202df3", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a02a4-425a-4b27-8142-8fd9b4992f63", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2020-05-08T11:28:00Z", - "first1dayCandleDate": "2020-05-08T07:00:00Z", + "first1minCandleDate": "2021-07-28T13:27:00Z", + "first1dayCandleDate": "2021-07-28T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "POM2": { - "figi": "FUTPOLY06220", - "ticker": "POM2", + "BRK2": { + "figi": "FUTBR0522000", + "ticker": "BRK2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147853,54 +157375,54 @@ }, "dlong": { "units": "0", - "nano": 322600000 + "nano": 284800000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 597200000 }, "dlongMin": { "units": "0", - "nano": 177000000 + "nano": 154300000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 263800000 }, "shortEnabledFlag": true, - "name": "POLY-6.22 Polymetal", + "name": "BR-5.22 \u041d\u0435\u0444\u0442\u044c Brent", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "POLY", + "firstTradeDate": "2021-04-26T21:00:00Z", + "lastTradeDate": "2022-05-03T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", + "expirationDate": "2022-05-04T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a2bd-1ff2-4541-ac82-58c550892156", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2b6-eaf3-4194-9fe5-dc246e879c74", - "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", + "uid": "1f9945b8-ed9e-4f00-8f6b-97e7dabc72fe", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9944a8-eea9-4f15-a710-9ad697a1fd43", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-06T16:48:00Z", - "first1dayCandleDate": "2021-12-06T07:00:00Z", + "first1minCandleDate": "2021-04-28T07:59:00Z", + "first1dayCandleDate": "2021-04-28T07:00:00Z", "type": "Futures", "step": 0 }, - "TTZ2": { - "figi": "FUTTATN12220", - "ticker": "TTZ2", + "SNZ2": { + "figi": "FUTSNGR12220", + "ticker": "SNZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147914,37 +157436,37 @@ }, "dlong": { "units": "0", - "nano": 255300000 + "nano": 297700000 }, "dshort": { "units": "0", - "nano": 290700000 + "nano": 702800000 }, "dlongMin": { "units": "0", - "nano": 137100000 + "nano": 162000000 }, "dshortMin": { "units": "0", - "nano": 136100000 + "nano": 304900000 }, - "shortEnabledFlag": true, - "name": "TATN-12.22 Татнефть", + "shortEnabledFlag": false, + "name": "SNGR-12.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "TATN", + "basicAsset": "SNGS", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -147953,19 +157475,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "d957c9ff-de38-40ae-86bf-4baa2d7e77b3", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b203e-c55d-4e52-94af-14b90b4f83e1", - "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", + "uid": "62c6fe97-d2a5-415b-9e3d-0405a36a33bd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2131-89fc-4692-b7aa-6afd261b7101", + "basicAssetPositionUid": "87a7f6b3-f42d-423e-b213-1a013ea30ef3", "forIisFlag": true, - "first1minCandleDate": "2022-03-31T13:12:00Z", - "first1dayCandleDate": "2022-03-31T07:00:00Z", + "first1minCandleDate": "2022-06-28T14:23:00Z", + "first1dayCandleDate": "2022-06-28T07:00:00Z", "type": "Futures", "step": 1.0 }, - "BRJ3": { - "figi": "FUTBR0423000", - "ticker": "BRJ3", + "FVU2": { + "figi": "FUTFIVE09220", + "ticker": "FVU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -147979,58 +157501,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 284300000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 419100000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 154000000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 191200000 }, "shortEnabledFlag": true, - "name": "BR-4.23 Нефть Brent", + "name": "FIVE-9.22 X5 RetailGroup", "exchange": "FORTS", - "firstTradeDate": "2022-04-26T20:59:59Z", - "lastTradeDate": "2023-04-03T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "FIVE", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2023-04-03T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 10000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "d3e64273-e8eb-47aa-99fb-ba03f12d5df2", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9d0649-2d64-4780-825c-313f67a0ce0b", - "basicAssetPositionUid": "", + "uid": "fcdd2171-1a0b-41a0-a8d4-beb02471e00a", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a615c-086b-4746-8bc9-05feb0e0aebb", + "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", "forIisFlag": true, - "first1minCandleDate": "2022-05-19T08:02:00Z", - "first1dayCandleDate": "2022-05-19T07:00:00Z", + "first1minCandleDate": "2022-04-14T15:22:00Z", + "first1dayCandleDate": "2022-04-14T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 1.0 }, - "RLU2": { - "figi": "FUTRUAL09220", - "ticker": "RLU2", + "BRN3": { + "figi": "FUTBR0723000", + "ticker": "BRN3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148044,58 +157566,58 @@ }, "dlong": { "units": "0", - "nano": 290700000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 367200000 + "nano": 897300000 }, "dlongMin": { "units": "0", - "nano": 157800000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 169300000 + "nano": 377400000 }, - "shortEnabledFlag": true, - "name": "RUAL-9.22 РУСАЛ", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "RUAL", + "shortEnabledFlag": false, + "name": "BR-7.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-27T20:59:59Z", + "lastTradeDate": "2023-07-03T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2023-07-03T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "3c2dfe66-c79e-40d3-8d6f-c92de64e1d58", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a608a-4deb-47d7-8e35-34fed5080dba", - "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", + "uid": "02b1d8bf-c235-41c1-b5a1-d82274c967f4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9dc6c4-aeaf-4b11-bd72-c0701d726bbb", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-06-14T07:12:00Z", - "first1dayCandleDate": "2022-06-14T07:00:00Z", + "first1minCandleDate": "2022-06-29T15:36:00Z", + "first1dayCandleDate": "2022-06-29T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "MAM2": { - "figi": "FUTMMI062200", - "ticker": "MAM2", + "NGM2": { + "figi": "FUTNG0622000", + "ticker": "NGM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148109,54 +157631,54 @@ }, "dlong": { "units": "0", - "nano": 212500000 + "nano": 418300000 }, "dshort": { "units": "0", - "nano": 249300000 + "nano": 618700000 }, "dlongMin": { "units": "0", - "nano": 112600000 + "nano": 237300000 }, "dshortMin": { "units": "0", - "nano": 117700000 + "nano": 272300000 }, "shortEnabledFlag": true, - "name": "MMI-6.22 Индекс Металлов и добычи", + "name": "NG-6.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", + "firstTradeDate": "2021-12-23T20:59:59Z", + "lastTradeDate": "2022-06-28T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXMM", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-16T00:00:00Z", + "expirationDate": "2022-06-28T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a007-a1fd-464f-b030-199c7f94fc3d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a0b1-cb3d-419e-ba87-23bfc70299d7", + "uid": "1f99b8a2-f34d-43d9-a598-e0f69b9d741e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99b9c1-cd8d-4be6-bdd1-67faf8bd06b2", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T07:55:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2021-12-23T12:01:00Z", + "first1dayCandleDate": "2021-12-23T07:00:00Z", "type": "Futures", "step": 0 }, - "RIZ2": { - "figi": "FUTRTS122200", - "ticker": "RIZ2", + "PHH2": { + "figi": "FUTPHOR03220", + "ticker": "PHH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148170,58 +157692,54 @@ }, "dlong": { "units": "0", - "nano": 389100000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 487200000 }, "dlongMin": { "units": "0", - "nano": 218400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 219500000 }, "shortEnabledFlag": true, - "name": "RTS-12.22 Индекс РТС", + "name": "PHOR-3.22 \u0424\u043e\u0441\u0410\u0433\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2020-12-11T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PHOR", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "10", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9b1ec7-ad0d-4336-a2f6-27458941b232", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e3c-50ba-4055-8a5a-0b47765af723", - "basicAssetPositionUid": "", + "uid": "1f98e5ab-7d13-45a1-9a88-30f58542b681", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5d4-b013-47b3-9727-b6e7d18fe6a3", + "basicAssetPositionUid": "72c2e413-4c68-4e81-b412-910458d380a6", "forIisFlag": true, - "first1minCandleDate": "2020-12-16T07:02:00Z", - "first1dayCandleDate": "2020-12-16T07:00:00Z", + "first1minCandleDate": "2022-02-15T11:28:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 0 }, - "BRF3": { - "figi": "FUTBR0123000", - "ticker": "BRF3", + "CoQ2": { + "figi": "FUTCO0822000", + "ticker": "CoQ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148235,58 +157753,58 @@ }, "dlong": { "units": "0", - "nano": 396500000 + "nano": 290000000 }, "dshort": { "units": "0", - "nano": 897300000 + "nano": 434800000 }, "dlongMin": { "units": "0", - "nano": 223200000 + "nano": 157400000 }, "dshortMin": { "units": "0", - "nano": 377400000 + "nano": 197800000 }, "shortEnabledFlag": true, - "name": "BR-1.23 Нефть Brent", + "name": "Co-8.22 \u041c\u0435\u0434\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-12-27T20:59:59Z", - "lastTradeDate": "2022-12-30T20:59:59Z", + "firstTradeDate": "2022-04-29T20:59:59Z", + "lastTradeDate": "2022-08-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "basicAsset": "Co", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-08-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { "units": "0", - "nano": 10000000 + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "7ceb8636-0169-47b3-8682-1b60a0dfcc1d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b3c28-9e28-4797-8151-1d38f6850655", + "uid": "38f1f60c-7f68-4e1e-9d44-fad3222b0e0e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a2070-a9be-4c40-8906-c69ca47596ae", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-01-05T09:59:00Z", - "first1dayCandleDate": "2022-01-05T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0.5 }, - "CSU2": { - "figi": "FUTCNI092200", - "ticker": "CSU2", + "GZU2": { + "figi": "FUTGAZR09220", + "ticker": "GZU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148300,37 +157818,37 @@ }, "dlong": { "units": "0", - "nano": 363500000 + "nano": 432300000 }, "dshort": { "units": "0", - "nano": 414700000 + "nano": 518800000 }, "dlongMin": { "units": "0", - "nano": 202200000 + "nano": 246500000 }, "dshortMin": { "units": "0", - "nano": 189400000 + "nano": 232400000 }, "shortEnabledFlag": true, - "name": "CNI-9.22 Индекс Потребительского сектора", + "name": "GAZR-9.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-09-14T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXCN", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "GAZP", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_CONSUMER", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -148339,19 +157857,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e5f-b2d9-4beb-82fe-b3cbf60bb0ff", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e7f-f46c-452d-9dac-f9a781a3161f", - "basicAssetPositionUid": "", + "uid": "1f9a612f-2841-4d18-bd27-c03128a3c896", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60c9-7d3d-43a5-9620-10ea44c64dd9", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T09:02:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2021-09-06T09:10:00Z", + "first1dayCandleDate": "2021-09-06T07:00:00Z", "type": "Futures", "step": 1.0 }, - "NKM2": { - "figi": "FUTNOTK06220", - "ticker": "NKM2", + "SOH2": { + "figi": "FUTSIBN03220", + "ticker": "SOH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148365,54 +157883,54 @@ }, "dlong": { "units": "0", - "nano": 278600000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 296700000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 150600000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 138700000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "NOTK-6.22 Новатэк", + "name": "SIBN-3.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c \u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "NVTK", + "basicAsset": "SIBN", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "803b7831-133c-44f4-b1dd-5850a1ce0347", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a299-6a53-4c0e-9b73-6896a1728221", - "basicAssetPositionUid": "e9aa66a5-573d-4b96-9ebc-7c4c3d520e44", + "uid": "1f98e5b7-fd20-45c9-9656-cba013f62917", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e4ac-6dee-4678-b437-f78afa6a7a05", + "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", "forIisFlag": true, - "first1minCandleDate": "2021-12-14T04:19:00Z", - "first1dayCandleDate": "2021-12-14T07:00:00Z", + "first1minCandleDate": "2022-02-15T08:46:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Futures", "step": 0 }, - "TTM2": { - "figi": "FUTTATN06220", - "ticker": "TTM2", + "SGH2": { + "figi": "FUTSNGP03220", + "ticker": "SGH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148430,7 +157948,7 @@ }, "dshort": { "units": "0", - "nano": 258400000 + "nano": 250000000 }, "dlongMin": { "units": "0", @@ -148438,42 +157956,42 @@ }, "dshortMin": { "units": "0", - "nano": 121800000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "TATN-6.22 Татнефть", + "name": "SNGP-3.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "TATN", + "basicAsset": "SNGSP", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a37d-2537-4473-af71-b8aa2ba1f685", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3c9-e7c3-49a5-8068-cf5cdd82b5b5", - "basicAssetPositionUid": "43ba384c-a484-4ee7-842d-59b80260fa3f", + "uid": "1f98e5c0-93ef-48c6-8fcb-f0b26a1c5e6b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e582-b3e9-46d7-82b5-4b15609b3c22", + "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", "forIisFlag": true, - "first1minCandleDate": "2021-11-17T14:42:00Z", - "first1dayCandleDate": "2021-11-17T07:00:00Z", + "first1minCandleDate": "2021-09-02T07:49:00Z", + "first1dayCandleDate": "2021-09-02T07:00:00Z", "type": "Futures", "step": 0 }, - "OGM2": { - "figi": "FUTOGI062200", - "ticker": "OGM2", + "RNH3": { + "figi": "FUTROSN03230", + "ticker": "RNH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148487,37 +158005,37 @@ }, "dlong": { "units": "0", - "nano": 275000000 + "nano": 360100000 }, "dshort": { "units": "0", - "nano": 499900000 + "nano": 572400000 }, "dlongMin": { "units": "0", - "nano": 148500000 + "nano": 200100000 }, "dshortMin": { "units": "0", - "nano": 224700000 + "nano": 254000000 }, - "shortEnabledFlag": true, - "name": "OGI-6.22 Индекс Нефти и газа", + "shortEnabledFlag": false, + "name": "ROSN-3.23 \u0420\u043e\u0441\u043d\u0435\u0444\u0442\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXOG", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "ROSN", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-02-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2023-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -148526,19 +158044,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f98a0c1-4a04-4741-926d-0f9fb3a960bf", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98a0d8-1d94-4a08-82a6-d3cb912c6830", - "basicAssetPositionUid": "", + "uid": "4bf83f60-428d-47d0-a664-15f708030f79", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce2bc-c028-4d5a-84c2-3b6131a00056", + "basicAssetPositionUid": "0a0acc65-84db-4ffc-b359-faa00de99d41", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T07:02:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2022-06-16T11:32:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", "type": "Futures", "step": 1.0 }, - "GZH5": { - "figi": "FUTGAZR03250", - "ticker": "GZH5", + "CRZ2": { + "figi": "FUTCNY122200", + "ticker": "CRZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148552,58 +158070,58 @@ }, "dlong": { "units": "0", - "nano": 516300000 + "nano": 318700000 }, "dshort": { "units": "0", - "nano": 544100000 + "nano": 500900000 }, "dlongMin": { "units": "0", - "nano": 304500000 + "nano": 174600000 }, "dshortMin": { "units": "0", - "nano": 242600000 + "nano": 225100000 }, "shortEnabledFlag": true, - "name": "GAZR-3.25 Газпром", - "exchange": "FORTS", - "firstTradeDate": "2021-12-24T20:59:59Z", - "lastTradeDate": "2025-03-20T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "name": "CNY-12.22 \u041a\u0443\u0440\u0441 \u042e\u0430\u043d\u044c - \u0420\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-19T21:00:00Z", + "lastTradeDate": "2022-12-14T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "CNY/RUB", "basicAssetSize": { - "units": "100", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2025-03-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1fa4ea04-638c-4cb2-a085-7a21e611d22e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1fa4eb67-8836-43ce-85f3-841602f644b9", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "93db7477-6afb-4783-adb3-53334833b330", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1f84-e2ae-452a-8b69-2627cd52f57b", + "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", "forIisFlag": true, - "first1minCandleDate": "2022-01-17T08:00:00Z", - "first1dayCandleDate": "2022-01-17T07:00:00Z", + "first1minCandleDate": "2022-06-20T11:34:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "SRH3": { - "figi": "FUTSBRF03230", - "ticker": "SRH3", + "W4Z2": { + "figi": "FUTWHEA12220", + "ticker": "W4Z2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148617,58 +158135,58 @@ }, "dlong": { "units": "0", - "nano": 490000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 390800000 + "nano": 200100000 }, "dlongMin": { "units": "0", - "nano": 285900000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 179300000 + "nano": 95500000 }, "shortEnabledFlag": true, - "name": "SBRF-3.23 Сбер Банк (обыкновенные)", + "name": "WHEAT-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041f\u0448\u0435\u043d\u0438\u0446\u044b", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SBER", + "firstTradeDate": "2022-08-30T21:00:00Z", + "lastTradeDate": "2022-12-29T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "WHCPT", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_CONSUMER", + "expirationDate": "2022-12-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "10", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "3b11012a-279d-436c-9dfb-7ef98bc6279f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce258-a54e-448c-9955-90c75a7af365", - "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "uid": "550abe68-eed8-46ef-8f87-cc5c98c6b366", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b3d70-5316-4d44-af1e-a404972820d4", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-18T09:03:00Z", - "first1dayCandleDate": "2022-02-18T07:00:00Z", + "first1minCandleDate": "2022-08-31T08:48:00Z", + "first1dayCandleDate": "2022-08-31T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 10.0 }, - "GZH3": { - "figi": "FUTGAZR03230", - "ticker": "GZH3", + "FNM2": { + "figi": "FUTFNI062200", + "ticker": "FNM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148682,58 +158200,54 @@ }, "dlong": { "units": "0", - "nano": 516300000 + "nano": 348400000 }, "dshort": { "units": "0", - "nano": 544100000 + "nano": 334300000 }, "dlongMin": { "units": "0", - "nano": 304500000 + "nano": 192800000 }, "dshortMin": { "units": "0", - "nano": 242600000 + "nano": 155100000 }, "shortEnabledFlag": true, - "name": "GAZR-3.23 Газпром", + "name": "FNI-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0424\u0438\u043d\u0430\u043d\u0441\u043e\u0432", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "MOEXFN", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2023-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "c7a9830e-399f-425d-963f-db6d31abba45", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce315-7ba5-4463-a382-83a440d96aa2", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "1f99a0ed-ede4-4c0a-8335-940014e17ef4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a191-da76-47ed-9685-a00633998dfe", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-03-25T07:30:00Z", - "first1dayCandleDate": "2022-03-25T07:00:00Z", + "first1minCandleDate": "2022-02-08T07:09:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "NMM2": { - "figi": "FUTNLMK06220", - "ticker": "NMM2", + "NlN2": { + "figi": "FUTNL0722000", + "ticker": "NlN2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148747,54 +158261,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 377200000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 434800000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 210800000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 197800000 }, "shortEnabledFlag": true, - "name": "NLMK-6.22 НЛМК", + "name": "Nl-7.22 \u041d\u0438\u043a\u0435\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "NLMK", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-07-19T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Nl", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", + "expirationDate": "2022-07-19T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a34c-1430-4f05-9d6e-5487c52a5a99", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a21f-4f48-407c-acab-c51df8c083c8", - "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "uid": "6610b748-0a47-4569-84cc-c76ffdd83daa", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99e642-889a-4c78-8492-e55b941b9057", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-11-17T14:42:00Z", - "first1dayCandleDate": "2021-11-17T07:00:00Z", + "first1minCandleDate": "2022-07-11T07:19:00Z", + "first1dayCandleDate": "2022-07-11T07:00:00Z", "type": "Futures", "step": 0 }, - "PTU2": { - "figi": "FUTPLT092200", - "ticker": "PTU2", + "POM2": { + "figi": "FUTPOLY06220", + "ticker": "POM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148808,58 +158322,54 @@ }, "dlong": { "units": "0", - "nano": 281900000 + "nano": 322600000 }, "dshort": { "units": "0", - "nano": 403800000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 152600000 + "nano": 177000000 }, "dshortMin": { "units": "0", - "nano": 184800000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "PLT-9.22 Платина", + "name": "POLY-6.22 Polymetal", "exchange": "FORTS", - "firstTradeDate": "2021-10-13T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "PLT", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "POLY", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_OTHER", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 100000000 - }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e80-48bc-4c07-a6ec-bf376756e87a", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5f68-37b6-4a00-885a-559e645af4a6", - "basicAssetPositionUid": "", + "uid": "1f99a2bd-1ff2-4541-ac82-58c550892156", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2b6-eaf3-4194-9fe5-dc246e879c74", + "basicAssetPositionUid": "f869a0b6-e4cd-4e15-a25a-095c936f2e3f", "forIisFlag": true, - "first1minCandleDate": "2021-10-14T11:16:00Z", - "first1dayCandleDate": "2021-10-14T07:00:00Z", + "first1minCandleDate": "2021-12-06T16:48:00Z", + "first1dayCandleDate": "2021-12-06T07:00:00Z", "type": "Futures", - "step": 0.1 + "step": 0 }, - "SRH2": { - "figi": "FUTSBRF03220", - "ticker": "SRH2", + "MXM2": { + "figi": "FUTMIX062200", + "ticker": "MXM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148873,54 +158383,54 @@ }, "dlong": { "units": "0", - "nano": 366700000 + "nano": 249000000 }, "dshort": { "units": "0", - "nano": 232300000 + "nano": 236200000 }, "dlongMin": { "units": "0", - "nano": 204200000 + "nano": 133400000 }, "dshortMin": { "units": "0", - "nano": 110100000 + "nano": 111900000 }, "shortEnabledFlag": true, - "name": "SBRF-3.22 Сбер Банк (обыкновенные)", + "name": "MIX-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SBER", + "firstTradeDate": "2021-05-25T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-30T00:00:00Z", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e4fc-ddb1-4853-aceb-52f2afd0d30d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e498-76e8-43ac-9c0e-dc29eff2b1ba", - "basicAssetPositionUid": "41eb2102-5333-4713-bf15-72b204c4bf7b", + "uid": "1f99a1c3-7c1a-4eea-8c92-74ccd5dc5e72", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a0a1-a761-4acb-85a9-d075c057ab6e", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-03-09T13:33:00Z", - "first1dayCandleDate": "2021-03-09T07:00:00Z", + "first1minCandleDate": "2021-06-15T15:34:00Z", + "first1dayCandleDate": "2021-06-15T07:00:00Z", "type": "Futures", "step": 0 }, - "CoM2": { - "figi": "FUTCO0622000", - "ticker": "CoM2", + "MTH2": { + "figi": "FUTMTSI03220", + "ticker": "MTH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148934,54 +158444,54 @@ }, "dlong": { "units": "0", - "nano": 268300000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 393800000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 144600000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 180600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "Co-6.22 Медь", + "name": "MTSI-3.22 \u041c\u0422\u0421", "exchange": "FORTS", - "firstTradeDate": "2022-04-01T20:59:59Z", - "lastTradeDate": "2022-06-14T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Co", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "MTSS", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-14T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_TELECOM", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1508b25d-c5c9-4aff-8942-c21b40b9a3f9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f999d64-3edf-4d82-a6c0-6d1d3fd7030d", - "basicAssetPositionUid": "", + "uid": "1f98e5fe-77a6-4f6f-b2f9-cde9ae769f37", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e546-848e-44f3-aa06-48647874f3e1", + "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2021-08-25T15:07:00Z", + "first1dayCandleDate": "2021-08-25T07:00:00Z", "type": "Futures", "step": 0 }, - "NGM2": { - "figi": "FUTNG0622000", - "ticker": "NGM2", + "BRZ2": { + "figi": "FUTBR1222000", + "ticker": "BRZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -148995,54 +158505,58 @@ }, "dlong": { "units": "0", - "nano": 418300000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 618700000 + "nano": 875000000 }, "dlongMin": { "units": "0", - "nano": 237300000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 272300000 + "nano": 369300000 }, "shortEnabledFlag": true, - "name": "NG-6.22 Природный газ", - "exchange": "FORTS", - "firstTradeDate": "2021-12-23T20:59:59Z", - "lastTradeDate": "2022-06-28T20:59:59Z", + "name": "BR-12.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-11-25T20:59:59Z", + "lastTradeDate": "2022-12-01T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "NG", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-28T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-12-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99b8a2-f34d-43d9-a598-e0f69b9d741e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99b9c1-cd8d-4be6-bdd1-67faf8bd06b2", + "uid": "1f9b03ae-6bce-4b23-8734-c378e31def19", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b0275-8498-4149-ab58-ec80600c9e3b", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-23T12:01:00Z", - "first1dayCandleDate": "2021-12-23T07:00:00Z", + "first1minCandleDate": "2021-11-26T05:00:00Z", + "first1dayCandleDate": "2021-11-26T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "RIH2": { - "figi": "FUTRTS032200", - "ticker": "RIH2", + "VIJ2": { + "figi": "FUTRVI042200", + "ticker": "VIJ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149056,54 +158570,54 @@ }, "dlong": { "units": "0", - "nano": 285600000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 432300000 + "nano": 677000000 }, "dlongMin": { "units": "0", - "nano": 154800000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 196800000 + "nano": 295000000 }, "shortEnabledFlag": true, - "name": "RTS-3.22 Индекс РТС", + "name": "RVI-4.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", "exchange": "FORTS", - "firstTradeDate": "2020-03-12T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-02-04T20:59:59Z", + "lastTradeDate": "2022-04-21T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "basicAsset": "RVI", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-29T00:00:00Z", + "expirationDate": "2022-04-21T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e393-2636-4714-ab59-57b8b8e52360", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e304-5867-4428-85f7-70f3e4b48715", + "uid": "15d8df21-35a8-4c4f-b458-c6090f52e61b", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f992ac6-1d00-4f79-a8be-8cd910fc1bb3", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2020-05-18T13:36:00Z", - "first1dayCandleDate": "2020-05-18T07:00:00Z", + "first1minCandleDate": "2022-02-21T12:35:00Z", + "first1dayCandleDate": "2022-02-21T07:00:00Z", "type": "Futures", "step": 0 }, - "MXZ2": { - "figi": "FUTMIX122200", - "ticker": "MXZ2", + "NGZ2": { + "figi": "FUTNG1222000", + "ticker": "NGZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149117,58 +158631,58 @@ }, "dlong": { "units": "0", - "nano": 279500000 + "nano": 418300000 }, "dshort": { "units": "0", - "nano": 308900000 + "nano": 626600000 }, "dlongMin": { "units": "0", - "nano": 151200000 + "nano": 237300000 }, "dshortMin": { "units": "0", - "nano": 144100000 + "nano": 275400000 }, - "shortEnabledFlag": true, - "name": "MIX-12.22 Индекс МосБиржи", - "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "shortEnabledFlag": false, + "name": "NG-12.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-06-22T20:59:59Z", + "lastTradeDate": "2022-12-28T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_COMMODITY", + "basicAsset": "NG", "basicAssetSize": { - "units": "1", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-28T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "25", - "nano": 0 + "units": "0", + "nano": 1000000 }, - "apiTradeAvailableFlag": true, - "uid": "1f9b1f38-60bc-4556-bc00-10e36f52a5e5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e27-7c87-4b10-9318-f60ea9ad076f", + "apiTradeAvailableFlag": true, + "uid": "fd3aa0c6-8c1e-401a-8573-94473f16e1e2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b3888-7f6f-430e-ae11-6abe33bb211d", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-13T09:30:00Z", - "first1dayCandleDate": "2021-12-13T07:00:00Z", + "first1minCandleDate": "2022-06-23T14:30:00Z", + "first1dayCandleDate": "2022-06-23T07:00:00Z", "type": "Futures", - "step": 25.0 + "step": 0.001 }, - "GZH2": { - "figi": "FUTGAZR03220", - "ticker": "GZH2", + "MCM2": { + "figi": "FUTMTLR06220", + "ticker": "MCM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149182,54 +158696,54 @@ }, "dlong": { "units": "0", - "nano": 312800000 + "nano": 448200000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 966600000 }, "dlongMin": { "units": "0", - "nano": 171000000 + "nano": 257200000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 402400000 }, "shortEnabledFlag": true, - "name": "GAZR-3.22 Газпром", + "name": "MTLR-6.22 \u041c\u0435\u0447\u0435\u043b (\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2021-03-03T21:00:00Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "GAZP", + "basicAsset": "MTLR", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e527-6ca8-41fd-8786-fd146c66c135", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e4ca-fc6b-41a3-848b-1d0485737f0e", - "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", + "uid": "1f99a2ba-7988-4110-a282-b158f121fda0", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a29a-2641-483d-a566-11116e2b68a9", + "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", "forIisFlag": true, - "first1minCandleDate": "2021-03-09T20:40:00Z", - "first1dayCandleDate": "2021-03-09T07:00:00Z", + "first1minCandleDate": "2022-03-29T07:16:00Z", + "first1dayCandleDate": "2022-03-29T07:00:00Z", "type": "Futures", "step": 0 }, - "NGH2": { - "figi": "FUTNG0322000", - "ticker": "NGH2", + "SAK2": { + "figi": "FUTSUGR05220", + "ticker": "SAK2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149243,54 +158757,54 @@ }, "dlong": { "units": "0", - "nano": 290200000 + "nano": 203600000 }, "dshort": { "units": "0", - "nano": 426800000 + "nano": 238800000 }, "dlongMin": { "units": "0", - "nano": 157500000 + "nano": 107600000 }, "dshortMin": { "units": "0", - "nano": 194500000 + "nano": 113000000 }, "shortEnabledFlag": true, - "name": "NG-3.22 Природный газ", + "name": "SUGR-5.22 \u0421\u0430\u0445\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-09-22T20:59:59Z", - "lastTradeDate": "2022-03-29T20:59:59Z", + "firstTradeDate": "2021-09-24T20:59:59Z", + "lastTradeDate": "2022-04-28T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "GASE", + "basicAsset": "SUGR", "basicAssetSize": { - "units": "100", + "units": "1016", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-29T00:00:00Z", + "expirationDate": "2022-05-04T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98fbaf-852c-44c5-aa0a-837548623ad4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98fb18-4ad2-4977-b7ae-b45012a920e9", + "uid": "1f994405-7920-4f3b-b94b-038d21f4ee87", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99454b-73d4-43d8-83ca-e70edc1b17bd", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-23T07:08:00Z", - "first1dayCandleDate": "2021-09-23T07:00:00Z", + "first1minCandleDate": "2021-10-21T14:54:00Z", + "first1dayCandleDate": "2021-10-21T07:00:00Z", "type": "Futures", "step": 0 }, - "PDH2": { - "figi": "FUTPLD032200", - "ticker": "PDH2", + "RIH3": { + "figi": "FUTRTS032300", + "ticker": "RIH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149304,54 +158818,58 @@ }, "dlong": { "units": "0", - "nano": 324200000 + "nano": 389100000 }, "dshort": { "units": "0", - "nano": 498200000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 177900000 + "nano": 218400000 }, "dshortMin": { "units": "0", - "nano": 224000000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "PLD-3.22 Палладий", - "exchange": "FORTS", - "firstTradeDate": "2021-06-03T21:00:00Z", - "lastTradeDate": "2022-03-16T21:00:00Z", + "name": "RTS-3.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-03-12T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Palladium", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "10", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e29c-33f0-4c71-9beb-0470c391fdba", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e281-f7be-4ab3-a72f-aeacd21fe4e0", + "uid": "1f9ce1d3-6a42-4a9e-8ef1-27c91afbc83d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce1cc-ddec-416c-aff8-6d24f1d9b0df", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-08-11T20:45:00Z", - "first1dayCandleDate": "2021-08-11T07:00:00Z", + "first1minCandleDate": "2021-04-27T11:42:00Z", + "first1dayCandleDate": "2021-04-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 10.0 }, - "SFH2": { - "figi": "FUTSPYF03220", - "ticker": "SFH2", + "CRU2": { + "figi": "FUTCNY092200", + "ticker": "CRU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149365,54 +158883,58 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 318700000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 334600000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 174600000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 155300000 }, "shortEnabledFlag": true, - "name": "SPYF-3.22 SPDR S&P 500 ETF Trust", - "exchange": "FORTS", - "firstTradeDate": "2021-05-24T21:00:00Z", - "lastTradeDate": "2022-03-17T21:00:00Z", + "name": "CNY-9.22 \u041a\u0443\u0440\u0441 \u042e\u0430\u043d\u044c - \u0420\u0443\u0431\u043b\u044c", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-20T21:00:00Z", + "lastTradeDate": "2022-09-14T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "SPY", + "assetType": "TYPE_CURRENCY", + "basicAsset": "CNY/RUB", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-03-18T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e4d5-b8c8-4bbf-9b48-e35533baf477", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e481-76cc-4cd6-a04e-5d60742e6848", - "basicAssetPositionUid": "", + "uid": "b5874cf2-6a42-4e0b-8a79-d4e13c77f0e8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e46-c311-40b5-90a5-e4d969e96146", + "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", "forIisFlag": true, - "first1minCandleDate": "2021-05-27T06:14:00Z", - "first1dayCandleDate": "2021-05-27T07:00:00Z", + "first1minCandleDate": "2022-05-12T07:20:00Z", + "first1dayCandleDate": "2022-05-12T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "NMZ2": { - "figi": "FUTNLMK12220", - "ticker": "NMZ2", + "CoV2": { + "figi": "FUTCO1022000", + "ticker": "CoV2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149426,58 +158948,58 @@ }, "dlong": { "units": "0", - "nano": 337700000 + "nano": 290000000 }, "dshort": { "units": "0", - "nano": 280500000 + "nano": 434800000 }, "dlongMin": { "units": "0", - "nano": 186200000 + "nano": 157400000 }, "dshortMin": { "units": "0", - "nano": 131600000 + "nano": 197800000 }, - "shortEnabledFlag": true, - "name": "NLMK-12.22 НЛМК", + "shortEnabledFlag": false, + "name": "Co-10.22 \u041c\u0435\u0434\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "NLMK", + "firstTradeDate": "2022-07-06T20:59:59Z", + "lastTradeDate": "2022-10-18T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Co", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-10-18T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "c2241520-202f-48dc-9fed-5ab3951f9423", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b209d-8193-4aac-b710-e9198b27414b", - "basicAssetPositionUid": "9f4c35ea-c5da-4526-89a1-1e29509a750f", + "uid": "7e5e6b08-9013-4618-a65b-764cefc4a361", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9aa5a6-f0c5-4ea3-a3cf-bb59e0d6af66", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-06T08:51:00Z", - "first1dayCandleDate": "2022-04-06T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.5 }, - "CRU2": { - "figi": "FUTCNY092200", - "ticker": "CRU2", + "CFM2": { + "figi": "FUTUCHF06220", + "ticker": "CFM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149491,58 +159013,54 @@ }, "dlong": { "units": "0", - "nano": 318700000 + "nano": 214900000 }, "dshort": { "units": "0", - "nano": 334600000 + "nano": 487900000 }, "dlongMin": { "units": "0", - "nano": 174600000 + "nano": 114000000 }, "dshortMin": { "units": "0", - "nano": 155300000 + "nano": 219800000 }, "shortEnabledFlag": true, - "name": "CNY-9.22 Курс Юань - Рубль", + "name": "UCHF-6.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410 - \u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0438\u0439 \u0444\u0440\u0430\u043d\u043a", "exchange": "FORTS", - "firstTradeDate": "2022-04-20T21:00:00Z", - "lastTradeDate": "2022-09-14T21:00:00Z", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_CURRENCY", - "basicAsset": "CNY/RUB", + "basicAsset": "USD/CHF", "basicAssetSize": { "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "b5874cf2-6a42-4e0b-8a79-d4e13c77f0e8", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e46-c311-40b5-90a5-e4d969e96146", - "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", + "uid": "1f99a1c2-1ee0-412d-a95f-9a4c952ea528", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a036-725c-4ba2-92c9-653ef24e0aec", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2022-05-12T07:20:00Z", - "first1dayCandleDate": "2022-05-12T07:00:00Z", + "first1minCandleDate": "2022-01-26T20:21:00Z", + "first1dayCandleDate": "2022-01-26T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0 }, - "SSH2": { - "figi": "FUTSMLT03220", - "ticker": "SSH2", + "SGU2": { + "figi": "FUTSNGP09220", + "ticker": "SGU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149556,54 +159074,58 @@ }, "dlong": { "units": "0", - "nano": 410500000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 300500000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 232200000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 140400000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "SMLT-3.22 ГК Самолет", + "name": "SNGP-9.22 \u0421\u0443\u0440\u0433\u0443\u0442\u043d\u0435\u0444\u0442\u0435\u0433\u0430\u0437 (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "SMLT", + "basicAsset": "SNGSP", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e594-7d04-4a48-808f-2f24b4b45529", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e56f-3770-4f96-8c4e-a7894dc13245", - "basicAssetPositionUid": "b53c2bb7-a997-457c-be08-7ef80be6547f", + "uid": "aec9db7d-7d4b-4169-9bfc-667ee32706e1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a60c4-ab3d-4f6b-9a27-830fd8e2d18e", + "basicAssetPositionUid": "178797ec-6065-4b32-b6ba-a79a54bc1479", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T08:04:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2022-04-27T07:58:00Z", + "first1dayCandleDate": "2022-04-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "RIZ3": { - "figi": "FUTRTS122300", - "ticker": "RIZ3", + "MAM2": { + "figi": "FUTMMI062200", + "ticker": "MAM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149617,58 +159139,54 @@ }, "dlong": { "units": "0", - "nano": 389100000 + "nano": 212500000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 249300000 }, "dlongMin": { "units": "0", - "nano": 218400000 + "nano": 112600000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 117700000 }, "shortEnabledFlag": true, - "name": "RTS-12.23 Индекс РТС", + "name": "MMI-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u0435\u0442\u0430\u043b\u043b\u043e\u0432 \u0438 \u0434\u043e\u0431\u044b\u0447\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-12-10T20:59:59Z", - "lastTradeDate": "2023-12-21T20:59:59Z", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "basicAsset": "MOEXMM", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-12-21T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "10", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9f2bb9-3647-4934-b394-7a695143a24b", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9f2b84-0fdd-4d08-a838-45f46e456061", + "uid": "1f99a007-a1fd-464f-b030-199c7f94fc3d", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a0b1-cb3d-419e-ba87-23bfc70299d7", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-17T11:16:00Z", - "first1dayCandleDate": "2021-12-17T07:00:00Z", + "first1minCandleDate": "2022-02-08T07:55:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 0 }, - "RMM2": { - "figi": "FUTRTSM06220", - "ticker": "RMM2", + "RMZ2": { + "figi": "FUTRTSM12220", + "ticker": "RMZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149682,7 +159200,7 @@ }, "dlong": { "units": "0", - "nano": 384500000 + "nano": 390400000 }, "dshort": { "units": "0", @@ -149690,17 +159208,17 @@ }, "dlongMin": { "units": "0", - "nano": 215500000 + "nano": 219200000 }, "dshortMin": { "units": "0", "nano": 275500000 }, "shortEnabledFlag": true, - "name": "RTSM-6.22 Индекс РТС (мини)", - "exchange": "FORTS", - "firstTradeDate": "2021-07-27T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "name": "RTSM-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-10T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", "basicAsset": "RTS", @@ -149708,11 +159226,11 @@ "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -149721,19 +159239,19 @@ "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "1f99a096-530a-4b0e-a553-8599e7dbd572", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a1e1-bb08-4732-9f12-49d9579d4d7b", + "uid": "1f9b1f9c-8da6-43d8-ab22-31fc988447d4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1f62-6197-4376-ac60-d34028d9dcd0", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-07T15:23:00Z", - "first1dayCandleDate": "2021-09-07T07:00:00Z", + "first1minCandleDate": "2022-01-14T07:06:00Z", + "first1dayCandleDate": "2022-01-14T07:00:00Z", "type": "Futures", "step": 0.5 }, - "VBU2": { - "figi": "FUTVTBR09220", - "ticker": "VBU2", + "RIH2": { + "figi": "FUTRTS032200", + "ticker": "RIH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149747,58 +159265,54 @@ }, "dlong": { "units": "0", - "nano": 394100000 + "nano": 285600000 }, "dshort": { "units": "0", - "nano": 431100000 + "nano": 432300000 }, "dlongMin": { "units": "0", - "nano": 221600000 + "nano": 154800000 }, "dshortMin": { "units": "0", - "nano": 196300000 + "nano": 196800000 }, "shortEnabledFlag": true, - "name": "VTBR-9.22 ВТБ", + "name": "RTS-3.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421", "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "VTBR", + "firstTradeDate": "2020-03-12T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "100000", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-29T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "416bd0c5-add2-47a5-b449-a252d7659735", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a603f-23e7-4e13-b8f2-f7346ad38c7d", - "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", + "uid": "1f98e393-2636-4714-ab59-57b8b8e52360", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e304-5867-4428-85f7-70f3e4b48715", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-03T18:32:00Z", - "first1dayCandleDate": "2022-02-03T07:00:00Z", + "first1minCandleDate": "2020-05-18T13:36:00Z", + "first1dayCandleDate": "2020-05-18T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "MTM2": { - "figi": "FUTMTSI06220", - "ticker": "MTM2", + "BRU2": { + "figi": "FUTBR0922000", + "ticker": "BRU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149812,58 +159326,54 @@ }, "dlong": { "units": "0", - "nano": 326300000 + "nano": 385400000 }, "dshort": { "units": "0", - "nano": 492400000 + "nano": 875000000 }, "dlongMin": { "units": "0", - "nano": 179200000 + "nano": 216000000 }, "dshortMin": { "units": "0", - "nano": 221600000 + "nano": 369300000 }, "shortEnabledFlag": true, - "name": "MTSI-6.22 МТС", - "exchange": "FORTS", - "firstTradeDate": "2021-11-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MTSS", + "name": "BR-9.22 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-08-26T20:59:59Z", + "lastTradeDate": "2022-09-01T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-01T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f99a201-d7df-4d66-b6b9-a22358c3501f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a268-5107-4611-a771-c97867cd6c47", - "basicAssetPositionUid": "13d8a23f-3b23-45c9-a1b8-7ab48d4ec252", + "uid": "1f9a432e-deed-4cfa-91f3-8045ffdf2885", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a43ad-57c0-4681-886b-75c40c984af9", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-11-25T19:24:00Z", - "first1dayCandleDate": "2021-11-25T07:00:00Z", + "first1minCandleDate": "2021-09-01T10:17:00Z", + "first1dayCandleDate": "2021-09-01T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "MAU2": { - "figi": "FUTMMI092200", - "ticker": "MAU2", + "PIM2": { + "figi": "FUTPIKK06220", + "ticker": "PIM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149877,58 +159387,54 @@ }, "dlong": { "units": "0", - "nano": 212500000 + "nano": 365700000 }, "dshort": { "units": "0", - "nano": 249300000 + "nano": 396500000 }, "dlongMin": { "units": "0", - "nano": 112600000 + "nano": 203600000 }, "dshortMin": { "units": "0", - "nano": 117700000 + "nano": 181700000 }, "shortEnabledFlag": true, - "name": "MMI-9.22 Индекс Металлов и добычи", + "name": "PIKK-6.22 \u041f\u0418\u041a", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-09-14T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXMM", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PIKK", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-06-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "1", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9a5f24-bc21-46c0-be59-619094225c9d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e8a-561f-46e4-9ad2-35200cee2e9b", - "basicAssetPositionUid": "", + "uid": "1f99a22b-8cfb-4276-95e3-e0cb07699fc1", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a3f1-94ce-4912-b6a6-b43baeb9493f", + "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T09:02:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2022-02-15T13:52:00Z", + "first1dayCandleDate": "2022-02-15T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0 }, - "RLH2": { - "figi": "FUTRUAL03220", - "ticker": "RLH2", + "GZM2": { + "figi": "FUTGAZR06220", + "ticker": "GZM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -149942,54 +159448,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 421500000 }, "dshort": { "units": "0", - "nano": 256400000 + "nano": 415100000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 239400000 }, "dshortMin": { "units": "0", - "nano": 120900000 + "nano": 189600000 }, "shortEnabledFlag": true, - "name": "RUAL-3.22 РУСАЛ", + "name": "GAZR-6.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", + "firstTradeDate": "2021-06-02T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "RUAL", + "basicAsset": "GAZP", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e5f2-6690-473d-b0c6-128e0e4b680d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e58d-39a9-43a7-9685-79512db7d46f", - "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", + "uid": "1f99a228-1701-448b-90b5-34f4f9af5020", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a2e4-517b-49f1-bf39-a88619138a94", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T12:52:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2021-06-03T14:57:00Z", + "first1dayCandleDate": "2021-06-03T07:00:00Z", "type": "Futures", "step": 0 }, - "GKH2": { - "figi": "FUTGMKN03220", - "ticker": "GKH2", + "SAH2": { + "figi": "FUTSUGR03220", + "ticker": "SAH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150003,54 +159509,54 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "GMKN-3.22 Норильский никель", + "name": "SUGR-3.22 \u0421\u0430\u0445\u0430\u0440", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GMKN", + "firstTradeDate": "2021-06-24T20:59:59Z", + "lastTradeDate": "2022-02-28T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "SUGR", "basicAssetSize": { - "units": "1", + "units": "1016", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", + "expirationDate": "2022-03-01T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e448-4c42-44ba-bc3e-055d69daf417", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5ef-573a-4654-aa8d-af81e880681d", - "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "uid": "1f98c3ad-cb2c-4cc1-a915-65311e439e2c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98c24a-62df-455d-94fe-6d2b14ef6e96", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-08-19T09:10:00Z", - "first1dayCandleDate": "2021-08-19T07:00:00Z", + "first1minCandleDate": "2021-08-02T08:13:00Z", + "first1dayCandleDate": "2021-08-02T07:00:00Z", "type": "Futures", "step": 0 }, - "SOM2": { - "figi": "FUTSIBN06220", - "ticker": "SOM2", + "CRM2": { + "figi": "FUTCNY062200", + "ticker": "CRM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150064,54 +159570,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 318700000 }, "dshort": { "units": "0", - "nano": 281500000 + "nano": 327200000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 174600000 }, "dshortMin": { "units": "0", - "nano": 132000000 + "nano": 152000000 }, "shortEnabledFlag": true, - "name": "SIBN-6.22 Газпром нефть", + "name": "CNY-6.22 \u041a\u0443\u0440\u0441 \u042e\u0430\u043d\u044c - \u0420\u0443\u0431\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SIBN", + "firstTradeDate": "2022-04-20T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "CNY/RUB", "basicAssetSize": { - "units": "10", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_ENERGY", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a2db-904a-4503-aa9d-d5315d0337cf", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3f8-325e-40f5-91e1-260d91bb976c", - "basicAssetPositionUid": "fdf347d4-9262-474d-ae19-aedcd8c375a1", + "uid": "e6b1dd63-d297-45fb-84de-ef1ff21b7387", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a1be-4a1d-4ddc-a546-b716697b7984", + "basicAssetPositionUid": "176c3dbf-b346-48a6-b20c-daa9d028f031", "forIisFlag": true, - "first1minCandleDate": "2022-02-22T12:42:00Z", - "first1dayCandleDate": "2022-02-22T07:00:00Z", + "first1minCandleDate": "2022-04-21T07:06:00Z", + "first1dayCandleDate": "2022-04-21T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "EDU2": { - "figi": "FUTED0922000", - "ticker": "EDU2", + "NGF2": { + "figi": "FUTNG0122000", + "ticker": "NGF2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150125,58 +159635,54 @@ }, "dlong": { "units": "0", - "nano": 231200000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 518500000 + "nano": 251300000 }, "dlongMin": { "units": "0", - "nano": 123200000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 232300000 + "nano": 118600000 }, "shortEnabledFlag": true, - "name": "ED-9.22 Курс евро - доллар", + "name": "NG-1.22 \u041f\u0440\u0438\u0440\u043e\u0434\u043d\u044b\u0439 \u0433\u0430\u0437", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-07-22T20:59:59Z", + "lastTradeDate": "2022-01-27T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/USD", + "assetType": "TYPE_COMMODITY", + "basicAsset": "GASE", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-01-27T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 100000 - }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e59-f5fa-43ad-87d7-100a7c40c3d6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5e6b-1b09-4c19-9244-5e5fe898a62d", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "1f987627-05c7-407a-937c-a35540d19678", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f987717-5f9f-4e18-8307-b5bd56aa6eaa", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-01-11T15:28:00Z", - "first1dayCandleDate": "2022-01-11T07:00:00Z", + "first1minCandleDate": "2021-07-27T09:36:00Z", + "first1dayCandleDate": "2021-07-27T07:00:00Z", "type": "Futures", - "step": 0.0001 + "step": 0 }, - "CAH2": { - "figi": "FUTUCAD03220", - "ticker": "CAH2", + "RLM2": { + "figi": "FUTRUAL06220", + "ticker": "RLM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150190,54 +159696,58 @@ }, "dlong": { "units": "0", - "nano": 120000000 + "nano": 290700000 }, "dshort": { "units": "0", - "nano": 254600000 + "nano": 367200000 }, "dlongMin": { "units": "0", - "nano": 61900000 + "nano": 157800000 }, "dshortMin": { "units": "0", - "nano": 120100000 + "nano": 169300000 }, "shortEnabledFlag": true, - "name": "UCAD-3.22 Курс Доллар США - Канадский доллар", + "name": "RUAL-6.22 \u0420\u0423\u0421\u0410\u041b", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-17T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "USD/CAD", + "firstTradeDate": "2022-02-15T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "RUAL", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-03-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-06-17T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e2b0-07c7-4b46-b459-4bea57f1a4a5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e32b-c660-4266-bf59-06d0c47104da", - "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", + "uid": "1f99a3aa-0123-4fe7-b394-0cb1973bc588", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a249-2863-4d39-9253-fa5f870d17ee", + "basicAssetPositionUid": "b303003a-c09d-4169-ab12-c9f67f183695", "forIisFlag": true, - "first1minCandleDate": "2021-10-07T14:58:00Z", - "first1dayCandleDate": "2021-10-07T07:00:00Z", + "first1minCandleDate": "2022-02-17T04:00:00Z", + "first1dayCandleDate": "2022-02-17T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "HOM2": { - "figi": "FUTHOME06220", - "ticker": "HOM2", + "OGM2": { + "figi": "FUTOGI062200", + "ticker": "OGM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150251,54 +159761,58 @@ }, "dlong": { "units": "0", - "nano": 200000000 + "nano": 275000000 }, "dshort": { "units": "0", - "nano": 199900000 + "nano": 499900000 }, "dlongMin": { "units": "0", - "nano": 105600000 + "nano": 148500000 }, "dshortMin": { "units": "0", - "nano": 95400000 + "nano": 224700000 }, "shortEnabledFlag": true, - "name": "HOME-6.22 Индекс московской недвижимости", + "name": "OGI-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041d\u0435\u0444\u0442\u0438 \u0438 \u0433\u0430\u0437\u0430", "exchange": "FORTS", - "firstTradeDate": "2022-01-30T21:00:00Z", - "lastTradeDate": "2022-06-21T21:00:00Z", + "firstTradeDate": "2022-02-07T21:00:00Z", + "lastTradeDate": "2022-06-15T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "MREDC", + "basicAsset": "MOEXOG", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-06-22T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-02-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a078-d272-443c-b577-422346f5c1d1", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a010-0cee-44d9-afd8-623e87157793", + "uid": "1f98a0c1-4a04-4741-926d-0f9fb3a960bf", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98a0d8-1d94-4a08-82a6-d3cb912c6830", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-07-27T09:02:00Z", - "first1dayCandleDate": "2022-01-31T07:00:00Z", + "first1minCandleDate": "2022-02-08T07:02:00Z", + "first1dayCandleDate": "2022-02-08T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "BRM2": { - "figi": "FUTBR0622000", - "ticker": "BRM2", + "MLZ2": { + "figi": "FUTMAIL12220", + "ticker": "MLZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150312,54 +159826,58 @@ }, "dlong": { "units": "0", - "nano": 385400000 + "nano": 425700000 }, "dshort": { "units": "0", - "nano": 875000000 + "nano": 689700000 }, "dlongMin": { "units": "0", - "nano": 216000000 + "nano": 242200000 }, "dshortMin": { "units": "0", - "nano": 369300000 + "nano": 299900000 }, - "shortEnabledFlag": true, - "name": "BR-6.22 Нефть Brent", + "shortEnabledFlag": false, + "name": "MAIL-12.22 VK", "exchange": "FORTS", - "firstTradeDate": "2021-05-24T21:00:00Z", - "lastTradeDate": "2022-05-31T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Brent", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "VKCO", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-01T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_IT", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f9983e6-1ae4-44c9-b65a-3b928988265c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99833c-50ec-432d-a24b-104156b1a99f", - "basicAssetPositionUid": "", + "uid": "f8ae808c-3e3c-42f6-aca5-ce6b0eac6691", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2190-27d9-4720-b179-d7d664f99480", + "basicAssetPositionUid": "5900ee2b-efd9-4642-aec4-f4035f902323", "forIisFlag": true, - "first1minCandleDate": "2021-05-27T15:37:00Z", - "first1dayCandleDate": "2021-05-27T07:00:00Z", + "first1minCandleDate": "2022-06-20T08:45:00Z", + "first1dayCandleDate": "2022-06-20T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "CHM2": { - "figi": "FUTCHMF06220", - "ticker": "CHM2", + "GZZ4": { + "figi": "FUTGAZR12240", + "ticker": "GZZ4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150373,54 +159891,58 @@ }, "dlong": { "units": "0", - "nano": 472100000 + "nano": 516300000 }, "dshort": { "units": "0", - "nano": 336600000 + "nano": 584400000 }, "dlongMin": { "units": "0", - "nano": 273400000 + "nano": 304500000 }, "dshortMin": { "units": "0", - "nano": 156100000 + "nano": 258700000 }, "shortEnabledFlag": true, - "name": "CHMF-6.22 Северсталь", + "name": "GAZR-12.24 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2021-09-22T20:59:59Z", + "lastTradeDate": "2024-12-19T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "CHMF", + "basicAsset": "GAZP", "basicAssetSize": { "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2024-12-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "90dbad0e-8752-4e96-886b-57fb6f5614ff", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a3eb-4d52-4d92-84ec-a75b214bea6f", - "basicAssetPositionUid": "50aac9d1-b53b-4d96-934e-941fe78e38aa", + "uid": "1fa329a0-5c2d-42a6-a532-d9244845aad2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa329fc-184c-440c-86e0-c0e2e1560700", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2021-12-14T04:20:00Z", - "first1dayCandleDate": "2021-12-14T07:00:00Z", + "first1minCandleDate": "2021-09-27T12:51:00Z", + "first1dayCandleDate": "2021-09-27T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "GDZ2": { - "figi": "FUTGOLD12220", - "ticker": "GDZ2", + "AKH2": { + "figi": "FUTAFKS03220", + "ticker": "AKH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150434,58 +159956,56 @@ }, "dlong": { "units": "0", - "nano": 266900000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 445200000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 143800000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 202200000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "GOLD-12.22 Золото", + "name": "AFKS-3.22 \u0410\u0424\u041a \u0421\u0438\u0441\u0442\u0435\u043c\u0430 - \u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Gold", + "firstTradeDate": "2021-09-01T21:00:00Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "AFKS", "basicAssetSize": { - "units": "1", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9b1e87-9f8e-4be3-93aa-e2b14c52c85d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1fa9-a3b9-4938-9276-9b51a16970b5", - "basicAssetPositionUid": "", + "uid": "1f98e5e3-3ef0-446a-8da9-b7d331803ad8", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e495-0b62-47f1-8e89-81dab364e9d8", + "basicAssetPositionUid": "388f516c-149f-4e44-b969-0a50868a0591", "forIisFlag": true, - "first1minCandleDate": "2021-12-03T10:33:00Z", - "first1dayCandleDate": "2021-12-03T07:00:00Z", "type": "Futures", - "step": 0.1 + "step": 1.0 }, - "PIU2": { - "figi": "FUTPIKK09220", - "ticker": "PIU2", + "GZZ2": { + "figi": "FUTGAZR12220", + "ticker": "GZZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150499,37 +160019,37 @@ }, "dlong": { "units": "0", - "nano": 365700000 + "nano": 432300000 }, "dshort": { "units": "0", - "nano": 440100000 + "nano": 518800000 }, "dlongMin": { "units": "0", - "nano": 203600000 + "nano": 246500000 }, "dshortMin": { "units": "0", - "nano": 200100000 + "nano": 232400000 }, "shortEnabledFlag": true, - "name": "PIKK-9.22 ПИК", + "name": "GAZR-12.22 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-12-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "PIKK", + "basicAsset": "GAZP", "basicAssetSize": { - "units": "10", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -150538,19 +160058,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "e2129f17-85a6-4314-b50b-bbb85b0e6f7f", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60b3-e834-48dc-8c1c-e230ccbd97ac", - "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", + "uid": "1f9b20ee-6992-4386-a5b1-ac9e5b4fff1e", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2182-4c32-42e6-a6fc-d9bf1e6aa4c3", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2022-06-10T14:42:00Z", - "first1dayCandleDate": "2022-06-10T07:00:00Z", + "first1minCandleDate": "2021-12-03T08:14:00Z", + "first1dayCandleDate": "2021-12-03T07:00:00Z", "type": "Futures", "step": 1.0 }, - "RIH3": { - "figi": "FUTRTS032300", - "ticker": "RIH3", + "PZH2": { + "figi": "FUTPLZL03220", + "ticker": "PZH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150564,58 +160084,54 @@ }, "dlong": { "units": "0", - "nano": 389100000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 218400000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 118000000 }, - "shortEnabledFlag": true, - "name": "RTS-3.23 Индекс РТС", - "exchange": "FORTS", - "firstTradeDate": "2021-03-12T20:59:59Z", - "lastTradeDate": "2023-03-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "shortEnabledFlag": true, + "name": "PLZL-3.22 \u041f\u043e\u043b\u044e\u0441 \u0417\u043e\u043b\u043e\u0442\u043e", + "exchange": "FORTS", + "firstTradeDate": "2021-09-02T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PLZL", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-03-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-30T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "10", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9ce1d3-6a42-4a9e-8ef1-27c91afbc83d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9ce1cc-ddec-416c-aff8-6d24f1d9b0df", - "basicAssetPositionUid": "", + "uid": "1f98e544-082f-4e99-987a-4f4efe213142", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5f8-7c96-4f7e-86b1-952719c7c730", + "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", "forIisFlag": true, - "first1minCandleDate": "2021-04-27T11:42:00Z", - "first1dayCandleDate": "2021-04-27T07:00:00Z", + "first1minCandleDate": "2021-09-13T16:44:00Z", + "first1dayCandleDate": "2021-09-13T07:00:00Z", "type": "Futures", - "step": 10.0 + "step": 0 }, - "PDZ2": { - "figi": "FUTPLD122200", - "ticker": "PDZ2", + "GDH2": { + "figi": "FUTGOLD03220", + "ticker": "GDH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150629,58 +160145,54 @@ }, "dlong": { "units": "0", - "nano": 459600000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 728100000 + "nano": 301900000 }, "dlongMin": { "units": "0", - "nano": 264900000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 314600000 + "nano": 141000000 }, "shortEnabledFlag": true, - "name": "PLD-12.22 Палладий", + "name": "GOLD-3.22 \u0417\u043e\u043b\u043e\u0442\u043e", "exchange": "FORTS", - "firstTradeDate": "2022-04-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-16T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "Palladium", + "basicAsset": "Gold", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "0", - "nano": 10000000 - }, "apiTradeAvailableFlag": true, - "uid": "e4f42442-60be-4f5d-9754-d72618181ed4", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e90-ad1e-4d63-82c7-7648b912217a", + "uid": "1f98e359-44b1-4464-9290-08527fd53139", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e3b4-0901-48ff-b83f-a8bbc16025ab", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-18T09:39:00Z", - "first1dayCandleDate": "2022-04-18T07:00:00Z", + "first1minCandleDate": "2021-03-09T14:13:00Z", + "first1dayCandleDate": "2021-03-09T07:00:00Z", "type": "Futures", - "step": 0.01 + "step": 0 }, - "MCH2": { - "figi": "FUTMTLR03220", - "ticker": "MCH2", + "BRH3": { + "figi": "FUTBR0323000", + "ticker": "BRH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150694,54 +160206,58 @@ }, "dlong": { "units": "0", - "nano": 313600000 + "nano": 396500000 }, "dshort": { "units": "0", - "nano": 657400000 + "nano": 897300000 }, "dlongMin": { "units": "0", - "nano": 171500000 + "nano": 223200000 }, "dshortMin": { "units": "0", - "nano": 287400000 + "nano": 377400000 }, "shortEnabledFlag": true, - "name": "MTLR-3.22 Мечел (обыкновенные)", - "exchange": "FORTS", - "firstTradeDate": "2022-02-15T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MTLR", + "name": "BR-3.23 \u041d\u0435\u0444\u0442\u044c Brent", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-02-23T20:59:59Z", + "lastTradeDate": "2023-03-01T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Brent", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-03-30T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "expirationDate": "2023-03-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e462-2c76-4e40-9da4-673a911185b3", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e55d-58c5-4e00-aaa9-d1e6d34fdb2d", - "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", + "uid": "5905f7a5-196f-4cde-9060-e80a2a425aa2", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9cc3c4-0958-45ec-9aa6-c9a577f2b2cc", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-15T08:41:00Z", - "first1dayCandleDate": "2022-02-15T07:00:00Z", + "first1minCandleDate": "2022-03-10T10:20:00Z", + "first1dayCandleDate": "2022-03-10T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "PTM2": { - "figi": "FUTPLT062200", - "ticker": "PTM2", + "PDU2": { + "figi": "FUTPLD092200", + "ticker": "PDU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150755,54 +160271,58 @@ }, "dlong": { "units": "0", - "nano": 281900000 + "nano": 459600000 }, "dshort": { "units": "0", - "nano": 403800000 + "nano": 725500000 }, "dlongMin": { "units": "0", - "nano": 152600000 + "nano": 264900000 }, "dshortMin": { "units": "0", - "nano": 184800000 + "nano": 313600000 }, "shortEnabledFlag": true, - "name": "PLT-6.22 Платина", - "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "name": "PLD-9.22 \u041f\u0430\u043b\u043b\u0430\u0434\u0438\u0439", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2021-12-03T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "PLT", + "basicAsset": "Palladium", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_OTHER", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 10000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a0f5-fe4f-46bf-970a-09b634d10f41", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a105-03c8-44a8-bb31-ddd75945592a", + "uid": "1f9a5eeb-a52e-4723-b930-cb6a4ee3b9fc", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e40-ff1e-4ca1-a98c-a723b3175c91", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-13T13:18:00Z", - "first1dayCandleDate": "2021-09-13T07:00:00Z", + "first1minCandleDate": "2022-02-16T09:09:00Z", + "first1dayCandleDate": "2022-02-16T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.01 }, - "EuH2": { - "figi": "BBG00X869ZD4", - "ticker": "EuH2", + "FSU2": { + "figi": "FUTFEES09220", + "ticker": "FSU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150816,54 +160336,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 392400000 }, "dshort": { "units": "0", - "nano": 249900000 + "nano": 493400000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 220500000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 222000000 }, "shortEnabledFlag": true, - "name": "Eu-3.22 Курс евро - рубль", + "name": "FEES-9.22 \u0424\u0421\u041a \u0415\u042d\u0421", "exchange": "FORTS", - "firstTradeDate": "2020-09-09T21:00:00Z", - "lastTradeDate": "2022-03-17T13:51:10Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "FEES", "basicAssetSize": { - "units": "1000", + "units": "100000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e322-8b78-4bdc-a78b-1bb636057aa5", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e327-ca76-4248-adad-dba3c95a38c4", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "d877ed98-d8fe-4394-b907-ec7b4e94cc65", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6027-6c62-4d1d-901d-0544e78eead7", + "basicAssetPositionUid": "4fedb973-dfc3-48de-b202-2940d8056542", "forIisFlag": true, - "first1minCandleDate": "2020-10-23T15:21:00Z", - "first1dayCandleDate": "2020-10-23T07:00:00Z", + "first1minCandleDate": "2022-04-18T14:21:00Z", + "first1dayCandleDate": "2022-04-18T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "PTZ2": { - "figi": "FUTPLT122200", - "ticker": "PTZ2", + "TNU2": { + "figi": "FUTTRNF09220", + "ticker": "TNU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150877,58 +160401,58 @@ }, "dlong": { "units": "0", - "nano": 289000000 + "nano": 363900000 }, "dshort": { "units": "0", - "nano": 532600000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 156800000 + "nano": 202400000 }, "dshortMin": { "units": "0", - "nano": 238000000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "PLT-12.22 Платина", + "name": "TRNF-9.22 \u0422\u0440\u0430\u043d\u0441\u043d\u0435\u0444\u0442\u044c (\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)", "exchange": "FORTS", - "firstTradeDate": "2022-02-18T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "PLT", + "firstTradeDate": "2022-04-06T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "TRNFP", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_OTHER", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2022-09-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 100000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "f5e7fa56-49db-4460-bd62-83286fe530e8", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e70-55e4-4733-8fac-23fc272a6cc6", - "basicAssetPositionUid": "", + "uid": "1df182d1-724f-40d2-bcbf-6b711f301df6", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a6157-e63b-4f21-bf04-dab29dc5a2e2", + "basicAssetPositionUid": "d154098b-135b-4df9-ab3a-e719459debc3", "forIisFlag": true, - "first1minCandleDate": "2022-02-24T04:44:00Z", - "first1dayCandleDate": "2022-02-24T07:00:00Z", + "first1minCandleDate": "2022-06-09T15:15:00Z", + "first1dayCandleDate": "2022-06-09T07:00:00Z", "type": "Futures", - "step": 0.1 + "step": 1.0 }, - "AKM2": { - "figi": "FUTAFKS06220", - "ticker": "AKM2", + "GZU4": { + "figi": "FUTGAZR09240", + "ticker": "GZU4", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -150942,37 +160466,37 @@ }, "dlong": { "units": "0", - "nano": 305400000 + "nano": 516300000 }, "dshort": { "units": "0", - "nano": 355100000 + "nano": 584400000 }, "dlongMin": { "units": "0", - "nano": 166600000 + "nano": 304500000 }, "dshortMin": { "units": "0", - "nano": 164100000 + "nano": 258700000 }, "shortEnabledFlag": true, - "name": "AFKS-6.22 АФК Система (обыкновенные)", + "name": "GAZR-9.24 \u0413\u0430\u0437\u043f\u0440\u043e\u043c", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2021-07-01T20:59:59Z", + "lastTradeDate": "2024-09-19T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "AFKS", + "basicAsset": "GAZP", "basicAssetSize": { - "units": "1000", + "units": "100", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_ENERGY", + "expirationDate": "2024-09-20T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -150981,19 +160505,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f99a39e-116a-4f48-b121-3449e50fea40", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2bf-f0be-4913-bff4-65f349d640f8", - "basicAssetPositionUid": "388f516c-149f-4e44-b969-0a50868a0591", + "uid": "1fa26857-4ebe-41e9-9d4d-c7738499bdcb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1fa268c5-2123-4a49-aa52-9f7baaf5610f", + "basicAssetPositionUid": "4f9d0c81-cdf9-4735-8295-bacbfa3b8a51", "forIisFlag": true, - "first1minCandleDate": "2021-12-02T16:32:00Z", - "first1dayCandleDate": "2021-12-02T07:00:00Z", + "first1minCandleDate": "2021-07-09T09:19:00Z", + "first1dayCandleDate": "2021-07-09T07:00:00Z", "type": "Futures", "step": 1.0 }, - "CoQ2": { - "figi": "FUTCO0822000", - "ticker": "CoQ2", + "PIZ2": { + "figi": "FUTPIKK12220", + "ticker": "PIZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151007,58 +160531,58 @@ }, "dlong": { "units": "0", - "nano": 290000000 + "nano": 369900000 }, "dshort": { "units": "0", - "nano": 434800000 + "nano": 440100000 }, "dlongMin": { "units": "0", - "nano": 157400000 + "nano": 206200000 }, "dshortMin": { "units": "0", - "nano": 197800000 + "nano": 200100000 }, - "shortEnabledFlag": true, - "name": "Co-8.22 Медь", + "shortEnabledFlag": false, + "name": "PIKK-12.22 \u041f\u0418\u041a", "exchange": "FORTS", - "firstTradeDate": "2022-04-29T20:59:59Z", - "lastTradeDate": "2022-08-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Co", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PIKK", "basicAssetSize": { - "units": "100", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-08-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_REAL_ESTATE", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "0", - "nano": 500000000 + "units": "1", + "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "38f1f60c-7f68-4e1e-9d44-fad3222b0e0e", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a2070-a9be-4c40-8906-c69ca47596ae", - "basicAssetPositionUid": "", + "uid": "0d908d79-e7af-4a69-97de-b6d20915ab19", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2103-659a-4c8c-8bc1-fd4b067aaa1f", + "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", "forIisFlag": true, - "first1minCandleDate": "2022-07-18T07:00:00Z", - "first1dayCandleDate": "2022-07-18T07:00:00Z", + "first1minCandleDate": "2022-08-16T07:07:00Z", + "first1dayCandleDate": "2022-08-16T07:00:00Z", "type": "Futures", - "step": 0.5 + "step": 1.0 }, - "RTM2": { - "figi": "FUTRTKM06220", - "ticker": "RTM2", + "HYZ2": { + "figi": "FUTHYDR12220", + "ticker": "HYZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151072,54 +160596,58 @@ }, "dlong": { "units": "0", - "nano": 282200000 + "nano": 298700000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 319100000 }, "dlongMin": { "units": "0", - "nano": 152700000 + "nano": 162500000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 148500000 }, - "shortEnabledFlag": true, - "name": "RTKM-6.22 Ростелеком", + "shortEnabledFlag": false, + "name": "HYDR-12.22 \u0420\u0443\u0441\u0413\u0438\u0434\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", "assetType": "TYPE_SECURITY", - "basicAsset": "RTKM", + "basicAsset": "HYDR", "basicAssetSize": { - "units": "100", + "units": "10000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_TELECOM", - "expirationDate": "2022-06-17T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_UTILITIES", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a324-0beb-459d-83d7-f4fcc727fd05", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a388-d01c-431f-a8a3-42ca0a5e2f51", - "basicAssetPositionUid": "fe4d90a1-c6e9-478f-a1de-dbab19e29390", + "uid": "f034d32e-743d-4027-8524-46a9e57f6ff4", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b20c5-1d5e-4a1d-9125-5577609e8133", + "basicAssetPositionUid": "9857cf24-8e1f-4632-bbdf-d3a1448ef7e4", "forIisFlag": true, - "first1minCandleDate": "2021-12-08T18:11:00Z", - "first1dayCandleDate": "2021-12-08T07:00:00Z", + "first1minCandleDate": "2022-06-16T11:34:00Z", + "first1dayCandleDate": "2022-06-16T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "MXU2": { - "figi": "FUTMIX092200", - "ticker": "MXU2", + "SVH2": { + "figi": "FUTSILV03220", + "ticker": "SVH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151133,58 +160661,54 @@ }, "dlong": { "units": "0", - "nano": 249000000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 236200000 + "nano": 608800000 }, "dlongMin": { "units": "0", - "nano": 133400000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 111900000 + "nano": 268400000 }, "shortEnabledFlag": true, - "name": "MIX-9.22 Индекс МосБиржи", + "name": "SILV-3.22 \u0421\u0435\u0440\u0435\u0431\u0440\u043e", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", + "firstTradeDate": "2021-03-03T21:00:00Z", + "lastTradeDate": "2022-03-16T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "IMOEX", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Silver", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-03-17T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, - "minPriceIncrement": { - "units": "25", - "nano": 0 - }, "apiTradeAvailableFlag": true, - "uid": "1f9a5e94-9c76-4cd0-81f9-535b0507620d", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5f45-ecc6-4815-b6e2-29aae1c0dd17", + "uid": "1f98e3ff-8b9d-48a8-a166-ac09fb89d6aa", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e3d1-8fd6-47d0-b6f1-dcacbf1a2957", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-16T11:50:00Z", - "first1dayCandleDate": "2021-09-16T07:00:00Z", + "first1minCandleDate": "2021-03-05T13:44:00Z", + "first1dayCandleDate": "2021-03-05T07:00:00Z", "type": "Futures", - "step": 25.0 + "step": 0 }, - "AUH2": { - "figi": "FUTAUDU03220", - "ticker": "AUH2", + "VBH2": { + "figi": "FUTVTBR03220", + "ticker": "VBH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151198,54 +160722,54 @@ }, "dlong": { "units": "0", - "nano": 120000000 + "nano": 291500000 }, "dshort": { "units": "0", - "nano": 211500000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 61900000 + "nano": 158300000 }, "dshortMin": { "units": "0", - "nano": 100700000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "AUDU-3.22 Курс Австралийский доллар - Доллар США", + "name": "VTBR-3.22 \u0412\u0422\u0411", "exchange": "FORTS", - "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-03-17T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "AUD/USD", + "firstTradeDate": "2021-08-11T20:59:59Z", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "VTBR", "basicAssetSize": { - "units": "1000", + "units": "100000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "", - "expirationDate": "2022-03-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e394-e7dc-4d4e-982c-6fe0859d4754", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e32e-d5c9-4c9b-8dbc-706da9040de5", - "basicAssetPositionUid": "", + "uid": "1f98e44e-f5de-4c49-a268-1b0a2bf6539c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e5e9-a77d-43f6-b596-3aedad7a2ef9", + "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", "forIisFlag": true, - "first1minCandleDate": "2021-09-16T04:35:00Z", - "first1dayCandleDate": "2021-09-16T07:00:00Z", + "first1minCandleDate": "2021-08-13T20:01:00Z", + "first1dayCandleDate": "2021-08-13T07:00:00Z", "type": "Futures", "step": 0 }, - "MCU2": { - "figi": "FUTMTLR09220", - "ticker": "MCU2", + "RMH3": { + "figi": "FUTRTSM03230", + "ticker": "RMH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151259,58 +160783,58 @@ }, "dlong": { "units": "0", - "nano": 448200000 + "nano": 390400000 }, "dshort": { "units": "0", - "nano": 966600000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 257200000 + "nano": 219200000 }, "dshortMin": { "units": "0", - "nano": 402400000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "MTLR-9.22 Мечел (обыкновенные)", - "exchange": "FORTS", - "firstTradeDate": "2022-04-06T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "MTLR", + "name": "RTSM-3.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421 (\u043c\u0438\u043d\u0438)", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-18T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 500000000 }, "apiTradeAvailableFlag": true, - "uid": "856d610f-4424-440d-8079-eade4d7938ff", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a603a-d8b3-42a6-91f0-1cb358f40981", - "basicAssetPositionUid": "ad00cb52-0cf5-48b3-81d1-b842493a35ae", + "uid": "e1ab5d20-6bcc-4ce2-a107-74b801402480", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce0be-fd1f-46af-bc0c-cdf7ed7a9060", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-04-14T07:12:00Z", - "first1dayCandleDate": "2022-04-14T07:00:00Z", + "first1minCandleDate": "2022-05-06T08:32:00Z", + "first1dayCandleDate": "2022-05-06T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.5 }, - "PIH2": { - "figi": "FUTPIKK03220", - "ticker": "PIH2", + "RMM2": { + "figi": "FUTRTSM06220", + "ticker": "RMM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151324,54 +160848,58 @@ }, "dlong": { "units": "0", - "nano": 269700000 + "nano": 384500000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 627000000 }, "dlongMin": { "units": "0", - "nano": 145400000 + "nano": 215500000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 275500000 }, "shortEnabledFlag": true, - "name": "PIKK-3.22 ПИК", + "name": "RTSM-6.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0420\u0422\u0421 (\u043c\u0438\u043d\u0438)", "exchange": "FORTS", - "firstTradeDate": "2021-09-02T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "PIKK", + "firstTradeDate": "2021-07-27T20:59:59Z", + "lastTradeDate": "2022-06-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RTS", "basicAssetSize": { - "units": "10", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_REAL_ESTATE", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 500000000 + }, "apiTradeAvailableFlag": true, - "uid": "1f98e43e-4a97-4341-9bc1-1824639214e6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e471-152f-43b6-b686-266189792d45", - "basicAssetPositionUid": "d8b8bd17-fedd-40f9-8942-a8e866c76605", + "uid": "1f99a096-530a-4b0e-a553-8599e7dbd572", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a1e1-bb08-4732-9f12-49d9579d4d7b", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-09-27T17:44:00Z", - "first1dayCandleDate": "2021-09-27T07:00:00Z", + "first1minCandleDate": "2021-09-07T15:23:00Z", + "first1dayCandleDate": "2021-09-07T07:00:00Z", "type": "Futures", - "step": 0 + "step": 0.5 }, - "SPM2": { - "figi": "FUTSBPR06220", - "ticker": "SPM2", + "RBU2": { + "figi": "FUTRGBI09220", + "ticker": "RBU2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151385,54 +160913,58 @@ }, "dlong": { "units": "0", - "nano": 474700000 + "nano": 200000000 }, "dshort": { "units": "0", - "nano": 308200000 + "nano": 199900000 }, "dlongMin": { "units": "0", - "nano": 275200000 + "nano": 105600000 }, "dshortMin": { "units": "0", - "nano": 143800000 + "nano": 95400000 }, "shortEnabledFlag": true, - "name": "SBPR-6.22 Сбер Банк (привилегированные)", + "name": "RGBI-9.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043e\u0431\u043b\u0438\u0433\u0430\u0446\u0438\u0439", "exchange": "FORTS", - "firstTradeDate": "2021-12-02T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "SBERP", + "firstTradeDate": "2022-05-18T21:00:00Z", + "lastTradeDate": "2022-08-31T21:00:00Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "RGBI", "basicAssetSize": { - "units": "100", + "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-17T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_OTHER", + "expirationDate": "2022-09-01T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a276-c545-40a0-a9c2-fd02fb5bebf9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a2c9-c725-40e1-9b6e-88fcda23443f", - "basicAssetPositionUid": "9cf9718d-50df-4326-a205-cf306933607e", + "uid": "0c4574df-6f95-4bcd-ac5c-d90bb878ef89", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a43df-5682-4549-aaae-6a23531280ec", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-06T13:45:00Z", - "first1dayCandleDate": "2021-12-06T07:00:00Z", + "first1minCandleDate": "2022-06-01T11:50:00Z", + "first1dayCandleDate": "2022-06-01T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, - "RIM2": { - "figi": "FUTRTS062200", - "ticker": "RIM2", + "MAZ2": { + "figi": "FUTMMI122200", + "ticker": "MAZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151446,50 +160978,54 @@ }, "dlong": { "units": "0", - "nano": 386500000 + "nano": 295100000 }, "dshort": { "units": "0", - "nano": 627000000 + "nano": 272300000 }, "dlongMin": { "units": "0", - "nano": 216700000 + "nano": 160400000 }, "dshortMin": { "units": "0", - "nano": 275500000 + "nano": 128000000 }, - "shortEnabledFlag": true, - "name": "RTS-6.22 Индекс РТС", + "shortEnabledFlag": false, + "name": "MMI-12.22 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u0435\u0442\u0430\u043b\u043b\u043e\u0432 \u0438 \u0434\u043e\u0431\u044b\u0447\u0438", "exchange": "FORTS", - "firstTradeDate": "2020-06-14T21:00:00Z", - "lastTradeDate": "2022-06-15T21:00:00Z", + "firstTradeDate": "2022-06-02T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_INDEX", - "basicAsset": "RTS", + "basicAsset": "MOEXMM", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-06-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "1", + "nano": 0 + }, "apiTradeAvailableFlag": true, - "uid": "1f99a179-863a-4005-b1c7-f72e27fd8b6c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a000-d450-46f8-9cb8-f38e6575145d", + "uid": "8c343d66-ae7e-4a82-9e15-533cb5badbdb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b1fdb-fecf-415f-b243-2519f922eb78", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2020-06-25T18:27:00Z", - "first1dayCandleDate": "2020-06-25T07:00:00Z", + "first1minCandleDate": "2022-09-06T07:00:00Z", + "first1dayCandleDate": "2022-09-06T07:00:00Z", "type": "Futures", - "step": 0 + "step": 1.0 }, "VIH2": { "figi": "FUTRVI032200", @@ -151522,7 +161058,7 @@ "nano": 295000000 }, "shortEnabledFlag": true, - "name": "RVI-3.22 Волатильность российского рынка", + "name": "RVI-3.22 \u0412\u043e\u043b\u0430\u0442\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u0440\u044b\u043d\u043a\u0430", "exchange": "FORTS", "firstTradeDate": "2022-01-07T20:59:59Z", "lastTradeDate": "2022-03-28T21:00:00Z", @@ -151533,8 +161069,8 @@ "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_FINANCIAL", "expirationDate": "2022-03-29T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", @@ -151543,7 +161079,7 @@ "sellAvailableFlag": true, "apiTradeAvailableFlag": true, "uid": "42b092dc-2652-4c75-905b-cd68b68d0254", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", + "realExchange": "REAL_EXCHANGE_RTS", "positionUid": "1f98e33e-76cf-4eeb-80e6-d8f53f79d95d", "basicAssetPositionUid": "", "forIisFlag": true, @@ -151552,9 +161088,9 @@ "type": "Futures", "step": 0 }, - "EuM3": { - "figi": "FUTEU0623000", - "ticker": "EuM3", + "SVH3": { + "figi": "FUTSILV03230", + "ticker": "SVH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151568,58 +161104,58 @@ }, "dlong": { "units": "0", - "nano": 253200000 + "nano": 326500000 }, "dshort": { "units": "0", - "nano": 503300000 + "nano": 892700000 }, "dlongMin": { "units": "0", - "nano": 135800000 + "nano": 179300000 }, "dshortMin": { "units": "0", - "nano": 226100000 + "nano": 375800000 }, "shortEnabledFlag": true, - "name": "Eu-6.23 Курс евро - рубль", - "exchange": "FORTS", - "firstTradeDate": "2021-12-10T20:59:59Z", - "lastTradeDate": "2023-06-15T20:59:59Z", + "name": "SILV-3.23 \u0421\u0435\u0440\u0435\u0431\u0440\u043e", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-27T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_CURRENCY", - "basicAsset": "EUR/RUB", + "assetType": "TYPE_COMMODITY", + "basicAsset": "Silver", "basicAssetSize": { - "units": "1000", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2023-06-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", - "nano": 0 + "units": "0", + "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9d9fdb-a6ff-42ed-9422-5d91bfa40608", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9d9e56-f02a-4078-9b1c-ba199e6d45ca", - "basicAssetPositionUid": "2415fb51-2ebe-4669-8ea4-9ba09e765366", + "uid": "650c9f9d-4176-478f-b514-9ffabab58a7c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce16c-6817-45a6-bfcc-1bcd4209593a", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-14T09:11:00Z", - "first1dayCandleDate": "2021-12-14T07:00:00Z", + "first1minCandleDate": "2022-04-28T15:23:00Z", + "first1dayCandleDate": "2022-04-28T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 0.01 }, - "FNU2": { - "figi": "FUTFNI092200", - "ticker": "FNU2", + "PZZ2": { + "figi": "FUTPLZL12220", + "ticker": "PZZ2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151633,37 +161169,37 @@ }, "dlong": { "units": "0", - "nano": 348400000 + "nano": 262300000 }, "dshort": { "units": "0", - "nano": 334300000 + "nano": 330400000 }, "dlongMin": { "units": "0", - "nano": 192800000 + "nano": 141100000 }, "dshortMin": { "units": "0", - "nano": 155100000 + "nano": 153400000 }, - "shortEnabledFlag": true, - "name": "FNI-9.22 Индекс Финансов", + "shortEnabledFlag": false, + "name": "PLZL-12.22 \u041f\u043e\u043b\u044e\u0441 \u0417\u043e\u043b\u043e\u0442\u043e", "exchange": "FORTS", - "firstTradeDate": "2022-02-07T21:00:00Z", - "lastTradeDate": "2022-09-14T21:00:00Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_INDEX", - "basicAsset": "MOEXFN", + "firstTradeDate": "2022-06-01T20:59:59Z", + "lastTradeDate": "2022-12-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "PLZL", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-09-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_MATERIALS", + "expirationDate": "2022-12-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -151672,19 +161208,19 @@ "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "1f9a5f04-cfd9-47f6-bb4f-3166a352ea34", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a5fdc-66c9-43be-b4e1-2031e433eddb", - "basicAssetPositionUid": "", + "uid": "b7194f42-0c67-43a9-85cd-3270fc1b4fbd", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9b2019-1b1e-4d3e-96f5-2bc680eaa47a", + "basicAssetPositionUid": "cfa0ac6c-7cc5-47f0-9486-9a5073a55313", "forIisFlag": true, - "first1minCandleDate": "2022-02-08T08:01:00Z", - "first1dayCandleDate": "2022-02-08T07:00:00Z", + "first1minCandleDate": "2022-06-30T07:22:00Z", + "first1dayCandleDate": "2022-06-30T07:00:00Z", "type": "Futures", "step": 1.0 }, - "PDM2": { - "figi": "FUTPLD062200", - "ticker": "PDM2", + "FVH2": { + "figi": "FUTFIVE03220", + "ticker": "FVH2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151698,54 +161234,54 @@ }, "dlong": { "units": "0", - "nano": 459600000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 725500000 + "nano": 250000000 }, "dlongMin": { "units": "0", - "nano": 264900000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 313600000 + "nano": 118000000 }, "shortEnabledFlag": true, - "name": "PLD-6.22 Палладий", + "name": "FIVE-3.22 X5 RetailGroup", "exchange": "FORTS", "firstTradeDate": "2021-09-03T20:59:59Z", - "lastTradeDate": "2022-06-16T20:59:59Z", - "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", - "assetType": "TYPE_COMMODITY", - "basicAsset": "Palladium", + "lastTradeDate": "2022-03-28T21:00:00Z", + "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", + "assetType": "TYPE_SECURITY", + "basicAsset": "FIVE", "basicAssetSize": { - "units": "1", + "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-06-16T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2022-03-30T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f99a096-0159-47d1-a154-601688c88eb6", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f99a0a5-2e35-497f-9e1e-312c56686970", - "basicAssetPositionUid": "", + "uid": "1f98e4e0-6c93-4794-b51d-579bab470485", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f98e588-c2a6-4408-8d34-041614767144", + "basicAssetPositionUid": "561ec26b-608e-4c83-8c9d-ab5f3b03e235", "forIisFlag": true, - "first1minCandleDate": "2021-09-14T12:46:00Z", - "first1dayCandleDate": "2021-09-14T07:00:00Z", + "first1minCandleDate": "2021-09-07T11:21:00Z", + "first1dayCandleDate": "2021-09-07T07:00:00Z", "type": "Futures", "step": 0 }, - "GKU2": { - "figi": "FUTGMKN09220", - "ticker": "GKU2", + "MXH3": { + "figi": "FUTMIX032300", + "ticker": "MXH3", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151759,58 +161295,58 @@ }, "dlong": { "units": "0", - "nano": 250000000 + "nano": 279500000 }, "dshort": { "units": "0", - "nano": 264400000 + "nano": 308900000 }, "dlongMin": { "units": "0", - "nano": 134000000 + "nano": 151200000 }, "dshortMin": { "units": "0", - "nano": 124500000 + "nano": 144100000 }, "shortEnabledFlag": true, - "name": "GMKN-9.22 Норильский никель", - "exchange": "FORTS", - "firstTradeDate": "2022-02-03T20:59:59Z", - "lastTradeDate": "2022-09-15T20:59:59Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "GMKN", + "name": "MIX-3.23 \u0418\u043d\u0434\u0435\u043a\u0441 \u041c\u043e\u0441\u0411\u0438\u0440\u0436\u0438", + "exchange": "FORTS_EVENING", + "firstTradeDate": "2022-04-18T20:59:59Z", + "lastTradeDate": "2023-03-16T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_INDEX", + "basicAsset": "IMOEX", "basicAssetSize": { "units": "1", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-09-16T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "SECTOR_FINANCIAL", + "expirationDate": "2023-03-16T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "minPriceIncrement": { - "units": "1", + "units": "25", "nano": 0 }, "apiTradeAvailableFlag": true, - "uid": "84a70c5c-340d-43ef-af24-09880a9151dc", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9a60c8-2c3f-4432-ac74-e44641c7dc34", - "basicAssetPositionUid": "8dfc66ef-bd19-4cbc-91b6-22ab581d7dae", + "uid": "0aaafbeb-cadb-4e9e-9ac9-3117142bbbeb", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9ce0a1-a67a-48cc-bf75-2b1755f52c60", + "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2022-02-25T20:37:00Z", - "first1dayCandleDate": "2022-02-25T07:00:00Z", + "first1minCandleDate": "2022-04-22T15:17:00Z", + "first1dayCandleDate": "2022-04-22T07:00:00Z", "type": "Futures", - "step": 1.0 + "step": 25.0 }, - "SVZ2": { - "figi": "FUTSILV12220", - "ticker": "SVZ2", + "BRM2": { + "figi": "FUTBR0622000", + "ticker": "BRM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151824,37 +161360,37 @@ }, "dlong": { "units": "0", - "nano": 321200000 + "nano": 385400000 }, "dshort": { "units": "0", - "nano": 892700000 + "nano": 875000000 }, "dlongMin": { "units": "0", - "nano": 176100000 + "nano": 216000000 }, "dshortMin": { "units": "0", - "nano": 375800000 + "nano": 369300000 }, "shortEnabledFlag": true, - "name": "SILV-12.22 Серебро", + "name": "BR-6.22 \u041d\u0435\u0444\u0442\u044c Brent", "exchange": "FORTS", - "firstTradeDate": "2021-12-03T20:59:59Z", - "lastTradeDate": "2022-12-15T20:59:59Z", + "firstTradeDate": "2021-05-24T21:00:00Z", + "lastTradeDate": "2022-05-31T21:00:00Z", "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", "assetType": "TYPE_COMMODITY", - "basicAsset": "Silver", + "basicAsset": "Brent", "basicAssetSize": { "units": "10", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "sector": "SECTOR_MATERIALS", - "expirationDate": "2022-12-15T00:00:00Z", - "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", + "expirationDate": "2022-06-01T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, @@ -151863,19 +161399,19 @@ "nano": 10000000 }, "apiTradeAvailableFlag": true, - "uid": "1f9b1e6e-1c9d-4a4b-b435-fae20ae90af9", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f9b1e15-a027-41ec-b026-29aab788db04", + "uid": "1f9983e6-1ae4-44c9-b65a-3b928988265c", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99833c-50ec-432d-a24b-104156b1a99f", "basicAssetPositionUid": "", "forIisFlag": true, - "first1minCandleDate": "2021-12-06T15:31:00Z", - "first1dayCandleDate": "2021-12-06T07:00:00Z", + "first1minCandleDate": "2021-05-27T15:37:00Z", + "first1dayCandleDate": "2021-05-27T07:00:00Z", "type": "Futures", "step": 0.01 }, - "VBH2": { - "figi": "FUTVTBR03220", - "ticker": "VBH2", + "SiM2": { + "figi": "BBG00VHGV1J0", + "ticker": "SiM2", "classCode": "SPBFUT", "lot": 1, "currency": "rub", @@ -151889,50 +161425,115 @@ }, "dlong": { "units": "0", - "nano": 291500000 + "nano": 250000000 }, "dshort": { "units": "0", - "nano": 250000000 + "nano": 340500000 }, "dlongMin": { "units": "0", - "nano": 158300000 + "nano": 134000000 }, "dshortMin": { "units": "0", - "nano": 118000000 + "nano": 157800000 }, "shortEnabledFlag": true, - "name": "VTBR-3.22 ВТБ", + "name": "Si-6.22 \u041a\u0443\u0440\u0441 \u0434\u043e\u043b\u043b\u0430\u0440 - \u0440\u0443\u0431\u043b\u044c", "exchange": "FORTS", - "firstTradeDate": "2021-08-11T20:59:59Z", - "lastTradeDate": "2022-03-28T21:00:00Z", - "futuresType": "DELIVERY_TYPE_PHYSICAL_DELIVERY", - "assetType": "TYPE_SECURITY", - "basicAsset": "VTBR", + "firstTradeDate": "2020-06-15T13:51:10Z", + "lastTradeDate": "2022-06-16T13:51:10Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "USD/RUB", "basicAssetSize": { - "units": "100000", + "units": "1000", "nano": 0 }, - "countryOfRisk": "", - "countryOfRiskName": "", - "sector": "SECTOR_FINANCIAL", - "expirationDate": "2022-03-30T00:00:00Z", + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-06-16T00:00:00Z", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": false, "buyAvailableFlag": true, "sellAvailableFlag": true, "apiTradeAvailableFlag": true, - "uid": "1f98e44e-f5de-4c49-a268-1b0a2bf6539c", - "realExchange": "REAL_EXCHANGE_UNSPECIFIED", - "positionUid": "1f98e5e9-a77d-43f6-b596-3aedad7a2ef9", - "basicAssetPositionUid": "626d2ab0-3359-4d2d-8366-daedd2a0d000", + "uid": "1f99a0f6-1190-46b9-be2a-e256be464526", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f99a06e-890a-49c3-a3fc-e9dab5a2c4d2", + "basicAssetPositionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": true, - "first1minCandleDate": "2021-08-13T20:01:00Z", - "first1dayCandleDate": "2021-08-13T07:00:00Z", + "first1minCandleDate": "2020-06-16T07:09:00Z", + "first1dayCandleDate": "2020-06-16T07:00:00Z", "type": "Futures", "step": 0 + }, + "GUU2": { + "figi": "FUTGBPU09220", + "ticker": "GUU2", + "classCode": "SPBFUT", + "lot": 1, + "currency": "rub", + "klong": { + "units": "2", + "nano": 0 + }, + "kshort": { + "units": "2", + "nano": 0 + }, + "dlong": { + "units": "0", + "nano": 249000000 + }, + "dshort": { + "units": "0", + "nano": 396800000 + }, + "dlongMin": { + "units": "0", + "nano": 133400000 + }, + "dshortMin": { + "units": "0", + "nano": 181900000 + }, + "shortEnabledFlag": false, + "name": "GBPU-9.22 \u041a\u0443\u0440\u0441 \u0424\u0443\u043d\u0442 \u0441\u0442\u0435\u0440\u043b\u0438\u043d\u0433\u043e\u0432 - \u0414\u043e\u043b\u043b\u0430\u0440", + "exchange": "FORTS", + "firstTradeDate": "2022-05-12T20:59:59Z", + "lastTradeDate": "2022-09-15T20:59:59Z", + "futuresType": "DELIVERY_TYPE_CASH_SETTLEMENT", + "assetType": "TYPE_CURRENCY", + "basicAsset": "GBP/USD", + "basicAssetSize": { + "units": "1000", + "nano": 0 + }, + "countryOfRisk": "RU", + "countryOfRiskName": "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "sector": "", + "expirationDate": "2022-09-15T00:00:00Z", + "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", + "otcFlag": false, + "buyAvailableFlag": true, + "sellAvailableFlag": true, + "minPriceIncrement": { + "units": "0", + "nano": 100000 + }, + "apiTradeAvailableFlag": true, + "uid": "d44a8464-ede1-4602-acdc-fa6d5a1d2016", + "realExchange": "REAL_EXCHANGE_RTS", + "positionUid": "1f9a5e9b-fa2c-4028-9541-dd83308d9f82", + "basicAssetPositionUid": "f1ecc477-ec8b-40e9-ab47-7706ac56a935", + "forIisFlag": true, + "first1minCandleDate": "2022-06-02T10:16:00Z", + "first1dayCandleDate": "2022-06-02T07:00:00Z", + "type": "Futures", + "step": 0.0001 } } } \ No newline at end of file diff --git a/tests/InstrumentsInfoDump.md b/tests/InstrumentsInfoDump.md index 7b1888d..a723b2a 100644 --- a/tests/InstrumentsInfoDump.md +++ b/tests/InstrumentsInfoDump.md @@ -1,2969 +1,3120 @@ # All available instruments from Tinkoff Broker server for current user token -* **Actual on date:** [2022-07-21 14:26] (UTC) -* **Currencies:** [19] -* **Shares:** [1870] -* **Bonds:** [652] -* **Etfs:** [105] -* **Futures:** [284] +* **Actual on date:** [2022-09-07 10:16 UTC] +* **Currencies:** [17] +* **Shares:** [1947] +* **Bonds:** [660] +* **Etfs:** [91] +* **Futures:** [366] -## Currencies available. Total: [19] +## Currencies available. Total: [17] -| Ticker | Full name | FIGI | Cur | Lot | Step -|--------------|----------------------------------------------------------------|--------------|-----|--------|--------- -| AMDRUB_TOM | Армянский драм | BBG0013J7V24 | rub | 10000 | 0.0025 -| TRYRUB_TOM | Турецкая лира | BBG0013J12N1 | rub | 1000 | 0.0001 -| GLDRUB_TOM | Золото | BBG000VJ5YR4 | rub | 1 | 0.01 -| USDCHF_TOM | Швейцарский франк - Доллар США | BBG0013HPJ07 | chf | 1000 | 1e-05 -| AEDRUB_TOM | Дирхам ОАЭ | BBG0013HJ924 | rub | 1000 | 0.0025 -| EUR_RUB__TOM | Евро | BBG0013HJJ31 | rub | 1000 | 0.0025 -| SLVRUB_TOM | Серебро | BBGSLVRUBTOM | rub | 100 | 0.01 -| EURUSD000TOM | Евро - Доллар США | BBG0013HGRV5 | usd | 1000 | 1e-05 -| HKDRUB_TOM | Гонконгский доллар | BBG0013HSW87 | rub | 1000 | 0.0001 -| USDCNY_TOM | Юань - Доллар США | BBG0013HQ016 | cny | 1000 | 1e-05 -| CNYRUB_TOM | Юань | BBG0013HRTL0 | rub | 1000 | 0.0001 -| RUB000UTSTOM | Российский рубль | RUB000UTSTOM | rub | 1 | 0.0025 -| UZSRUB_TOM | Узбекский сум | BBG0013HQ310 | rub | 1000000| 0.0025 -| USD000UTSTOM | Доллар США | BBG0013HGFT4 | rub | 1000 | 0.0025 -| ZARRUB_TOM | Южноафриканский рэнд | BBG0013HLF18 | rub | 10000 | 0.0025 -| JPYRUB_TOM | Иена | BBG0013HQ524 | rub | 100000 | 0.0001 -| CHFRUB_TOM | Швейцарский франк | BBG0013HQ5K4 | rub | 1000 | 0.0025 -| GBPRUB_TOM | Фунт стерлингов | BBG0013HQ5F0 | rub | 1000 | 0.0025 -| GBPUSD_TOM | Фунт стерлингов - Доллар США | BBG0013HFH84 | usd | 1000 | 1e-05 +| Ticker | Full name | FIGI | Cur | Lot | Step | +|--------------|-----------------------------------------------------------|--------------|-----|---------|------------| +| AMDRUB_TOM | Армянский драм | BBG0013J7V24 | rub | 10000 | 0.0025 | +| JPYRUB_TOM | Иена | BBG0013HQ524 | rub | 100000 | 0.0001 | +| KZTRUB_TOM | Тенге | BBG0013HG026 | rub | 10000 | 0.0025 | +| CHFRUB_TOM | Швейцарский франк | BBG0013HQ5K4 | rub | 1000 | 0.0025 | +| RUB000UTSTOM | Российский рубль | RUB000UTSTOM | rub | 1 | 0.0025 | +| UZSRUB_TOM | Узбекский сум | BBG0013HQ310 | rub | 1000000 | 0.0025 | +| USD000UTSTOM | Доллар США | BBG0013HGFT4 | rub | 1000 | 0.0025 | +| CNYRUB_TOM | Юань | BBG0013HRTL0 | rub | 1000 | 0.001 | +| BYNRUB_TOM | Белорусский рубль | BBG00D87WQY7 | rub | 1000 | 0.0025 | +| EUR_RUB__TOM | Евро | BBG0013HJJ31 | rub | 1000 | 0.0025 | +| GBPRUB_TOM | Фунт стерлингов | BBG0013HQ5F0 | rub | 1000 | 0.0025 | +| HKDRUB_TOM | Гонконгский доллар | BBG0013HSW87 | rub | 1000 | 0.0001 | +| GLDRUB_TOM | Золото | BBG000VJ5YR4 | rub | 1 | 0.01 | +| TRYRUB_TOM | Турецкая лира | BBG0013J12N1 | rub | 1000 | 0.0001 | +| ZARRUB_TOM | Южноафриканский рэнд | BBG0013HLF18 | rub | 10000 | 0.0025 | +| SLVRUB_TOM | Серебро | BBG000VHQTD1 | rub | 100 | 0.01 | +| AEDRUB_TOM | Дирхам ОАЭ | BBG0013HJ924 | rub | 1000 | 0.0025 | -## Shares available. Total: [1870] +## Shares available. Total: [1947] -| Ticker | Full name | FIGI | Cur | Lot | Step -|--------------|----------------------------------------------------------------|--------------|-----|--------|--------- -| IDCC | InterDigital | BBG000HLJ7M4 | usd | 1 | 0.01 -| RH | RH | BBG002293PJ4 | usd | 1 | 0.01 -| SGEN | Seagen Inc. | BBG000BH0FR6 | usd | 1 | 0.01 -| NAVI | Navient | BBG004MN1R41 | usd | 1 | 0.01 -| WGO | Winnebago Industries Inc | BBG000BWS3F3 | usd | 1 | 0.01 -| MDMG | Мать и дитя | BBG00Y3XYV94 | rub | 1 | 0.1 -| TWST | Twist Bioscience | BBG006KDCHJ4 | usd | 1 | 0.01 -| RHI | Robert Half | BBG000BS5DR2 | usd | 1 | 0.01 -| UNVR | Univar Solutions Inc | BBG000BDHD29 | usd | 1 | 0.01 -| FIXP | Fix Price Group | BBG00ZHCX1X2 | rub | 1 | 0.1 -| UI | Ubiquiti Inc | BBG001R72SR9 | usd | 1 | 0.01 -| CERN | Cerner | BBG000BFDLV8 | usd | 1 | 0.01 -| SHLS | Shoals Technologies Group, Inc. | BBG00YQ82275 | usd | 1 | 0.01 -| TMX | Terminix Global Holdings | BBG002WMH2F2 | usd | 1 | 0.01 -| DDD | 3D Systems Corp | BBG000D42FJ0 | usd | 1 | 0.01 -| KMT | Kennametal Inc | BBG000BMWKC5 | usd | 1 | 0.01 -| OKE | ONEOK | BBG000BQHGR6 | usd | 1 | 0.01 -| MCD | McDonald’s | BBG000BNSZP1 | usd | 1 | 0.01 -| BBSI | Barrett Business Services Inc | BBG000BHJSC4 | usd | 1 | 0.01 -| 1928 | Sands China | BBG000PSNMN1 | hkd | 100 | 0.01 -| MGPI | MGP Ingredients | BBG000BXK6C5 | usd | 1 | 0.01 -| JD | JD.com | BBG005YHY0Q7 | usd | 1 | 0.01 -| TCRR | TCR2 Therapeutics Inc | BBG00FH3FM15 | usd | 1 | 0.01 -| WTTR | Select Energy Services Inc | BBG00G4Y2DC1 | usd | 1 | 0.01 -| ZNH | China Southern Airlines | BBG000BXQ7R1 | usd | 1 | 0.01 -| ALGT | Allegiant Travel Co | BBG000LJS6B8 | usd | 1 | 0.01 -| IR | Ingersoll-Rand | BBG002R1CW27 | usd | 1 | 0.01 -| WHR | Whirlpool | BBG000BWSV34 | usd | 1 | 0.01 -| WMS | Advanced Drainage Systems | BBG000G7CDN9 | usd | 1 | 0.01 -| WH | Wyndham Hotels & Resorts | BBG00HCY3Q67 | usd | 1 | 0.01 -| PUM@DE | PUMA SE | BBG000BLMTR3 | eur | 1 | 0.01 -| MOEX | Московская Биржа | BBG004730JJ5 | rub | 10 | 0.01 -| MET | MetLife | BBG000BB6KF5 | usd | 1 | 0.01 -| AGIO | Agios Pharmaceuticals Inc | BBG000QY4ZD0 | usd | 1 | 0.01 -| OMCL | Omnicell Inc | BBG000BTNGZ4 | usd | 1 | 0.01 -| PFE | Pfizer | BBG000BR2B91 | usd | 1 | 0.01 -| WIRE | Encore Wire Corporation | BBG000CQCCK6 | usd | 1 | 0.01 -| STX | Seagate | BBG0113JGQF0 | usd | 1 | 0.01 -| ALTR | Altair Engineering Inc | BBG000PN9NB9 | usd | 1 | 0.01 -| DFS | Discover Financial Services | BBG000QBR5J5 | usd | 1 | 0.01 -| TTD | Trade Desk Inc/The | BBG00629NGT2 | usd | 1 | 0.01 -| THG | Hanover Insurance Group | BBG000FJH8W0 | usd | 1 | 0.01 -| FICO | Fair Isaac Corp | BBG000DW76Y6 | usd | 1 | 0.01 -| TRV | Travelers Cos | BBG000BJ81C1 | usd | 1 | 0.01 -| COO | The Cooper Companies | BBG000BG3445 | usd | 1 | 0.01 -| PLUS | ePlus Inc | BBG000HN7W02 | usd | 1 | 0.01 -| FANG | Diamondback Energy Inc | BBG002PHSYX9 | usd | 1 | 0.01 -| 2382 | Sunny Optical Technology | BBG000C16952 | hkd | 10 | 0.05 -| CME | CME GROUP | BBG000BHLYP4 | usd | 1 | 0.01 -| CHRW | C.H. Robinson Worldwide | BBG000BTCH57 | usd | 1 | 0.01 -| CROX | Crocs Inc | BBG000BLY663 | usd | 1 | 0.01 -| TRGP | Targa Resources | BBG0015XMW40 | usd | 1 | 0.01 -| IRBT | iRobot Corp | BBG000HXJB21 | usd | 1 | 0.01 -| MRKU | МРСК Урала | BBG000VKG4R5 | rub | 10000 | 0.0002 -| BLUE | Bluebird Bio Inc | BBG000QGWY50 | usd | 1 | 0.01 -| ALRM | Alarm com Holdings Inc | BBG007GNPYY7 | usd | 1 | 0.01 -| MRK | Merck | BBG000BPD168 | usd | 1 | 0.01 -| ED | Consolidated Edison | BBG000BHLYS1 | usd | 1 | 0.01 -| SAH | Sonic Automotive | BBG000BBMNG0 | usd | 1 | 0.01 -| MAS | Masco | BBG000BNNKG9 | usd | 1 | 0.01 -| KDP | Keurig Dr Pepper | BBG000TJM7F0 | usd | 1 | 0.01 -| WABC | Westamerica Bancorporation | BBG000DD3KP1 | usd | 1 | 0.01 -| NOW | ServiceNow Inc | BBG000M1R011 | usd | 1 | 0.01 -| BRC | Brady | BBG000BDNV95 | usd | 1 | 0.01 -| COIN | Coinbase | BBG00ZGF7771 | usd | 1 | 0.01 -| WAL | Western Alliance Bancorp | BBG000Q1KFH4 | usd | 1 | 0.01 -| WTFC | Wintrust Financial | BBG000HD3DW5 | usd | 1 | 0.01 -| GDDY | GoDaddy Inc | BBG006MDLY05 | usd | 1 | 0.01 -| COUR | Coursera, Inc. | BBG002WLDMW5 | usd | 1 | 0.01 -| LAD | LIthia Motors Inc | BBG000K3BC83 | usd | 1 | 0.01 -| MRKZ | Россети Северо-Запад | BBG000TJ6F42 | rub | 10000 | 5e-05 -| MUSA | Murphy USA Inc | BBG001Z0Q6T5 | usd | 1 | 0.01 -| BRK.B | Berkshire Hathaway | BBG000DWG505 | usd | 1 | 0.01 -| TGKB | ТГК-2 | BBG000Q7GG57 | rub | 1000000| 5e-06 -| PAYC | Paycom Software Inc | BBG0064N0ZZ5 | usd | 1 | 0.01 -| VZ | Verizon Communications | BBG000HS77T5 | usd | 1 | 0.01 -| FOE | Ferro Corp | BBG000BJQK11 | usd | 1 | 0.01 -| DY | Dycom Industries Inc | BBG000C4SKT1 | usd | 1 | 0.01 -| EVBG | Everbridge Inc | BBG0022FMPD5 | usd | 1 | 0.01 -| APLS | Apellis Pharmaceuticals | BBG007KGRPY4 | usd | 1 | 0.01 -| KZOS | ПАО «КАЗАНЬОРГСИНТЕЗ» | BBG0029SFXB3 | rub | 10 | 0.1 -| ANSS | ANSYS | BBG000GXZ4W7 | usd | 1 | 0.01 -| TTWO | Take-Two Interactive Software | BBG000BS1YV5 | usd | 1 | 0.01 -| JBSS | John B Sanfilippo & Son Inc | BBG000CHPMY5 | usd | 1 | 0.01 -| 1810 | Xiaomi | BBG00KVTBY91 | hkd | 100 | 0.01 -| CRTX | Cortexyme Inc | BBG00BTK1DT8 | usd | 1 | 0.01 -| VNDA | Vanda Pharmaceuticals Inc | BBG000HT5MG6 | usd | 1 | 0.01 -| WMT | Wal-Mart Stores | BBG000BWXBC2 | usd | 1 | 0.01 -| MELI | MercadoLibre Inc | BBG000GQPB11 | usd | 1 | 0.01 -| VNO | Vornado REIT | BBG000BWHD54 | usd | 1 | 0.01 -| CHNG | Change Healthcare Inc | BBG0059KNH10 | usd | 1 | 0.01 -| GATX | GATX Corporation | BBG000BKGXQ4 | usd | 1 | 0.01 -| JBHT | JB Hunt | BBG000BMDBZ1 | usd | 1 | 0.01 -| ASTR | Astra Space | BBG00W7FG4V8 | usd | 1 | 0.01 -| EOAN@DE | E.ON SE | BBG000BR7PK2 | eur | 1 | 0.01 -| INTU | Intuit | BBG000BH5DV1 | usd | 1 | 0.01 -| AFG | American Financial Group | BBG000DPKKK0 | usd | 1 | 0.01 -| PRTS | CarParts.com | BBG000N26V95 | usd | 1 | 0.01 -| APTV | Aptiv | BBG001QD41M9 | usd | 1 | 0.01 -| DNMR | Danimer Scientific | BBG00S4VMQT2 | usd | 1 | 0.01 -| FOCS | Focus Financial Partners Inc | BBG00L0YTFN8 | usd | 1 | 0.01 -| MLAB | Mesa Laboratories Inc | BBG000BP3PW7 | usd | 1 | 0.01 -| HSC | Harsco Corp | BBG000BLH3P8 | usd | 1 | 0.01 -| JOUT | Johnson Outdoors Inc | BBG000HCXFS4 | usd | 1 | 0.01 -| ROCK | Gibraltar Industries Inc | BBG000BKQDQ7 | usd | 1 | 0.01 -| ENTA | Enanta Pharmaceuticals Inc | BBG001V9NSB4 | usd | 1 | 0.01 -| GDOT | Green Dot Corp | BBG000QDJT53 | usd | 1 | 0.01 -| VRNT | Verint Systems Inc | BBG000BCBYT2 | usd | 1 | 0.01 -| LOW | Lowe's | BBG000BNDN65 | usd | 1 | 0.01 -| MTG | MGIC Investment Corp | BBG000CBMH27 | usd | 1 | 0.01 -| ICPT | Intercept Pharmaceuticals Inc | BBG001J1QN87 | usd | 1 | 0.01 -| IEX | IDEX Corp | BBG000C1HN22 | usd | 1 | 0.01 -| DUOL | Duolingo | BBG003D4V951 | usd | 1 | 0.01 -| INSP | Inspire Medical Systems Inc | BBG00209SZJ7 | usd | 1 | 0.01 -| TSLA | Tesla Motors | BBG000N9MNX3 | usd | 1 | 0.01 -| HE | Hawaiian Electric Industries, Inc. | BBG000BL0P40 | usd | 1 | 0.01 -| ON | ON Semiconductor Corp | BBG000DV7MX4 | usd | 1 | 0.01 -| MSTR | MicroStrategy Inc | BBG000GQJPZ0 | usd | 1 | 0.01 -| MBT | АДР МТС | BBG000CSZKR2 | usd | 1 | 0.01 -| CLX | The Clorox Company | BBG000BFS7D3 | usd | 1 | 0.01 -| USM | United States Cellular Corp | BBG000BW6P59 | usd | 1 | 0.01 -| DLB | Dolby Laboratories Inc | BBG000DGLTG5 | usd | 1 | 0.01 -| KNX | Knight-Swift Transportation | BBG000BFC848 | usd | 1 | 0.01 -| NU | Nubank | BBG0136WM1M4 | usd | 1 | 0.01 -| WDFC | WD-40 Co | BBG000BWNV93 | usd | 1 | 0.01 -| BXP | Boston Properties REIT | BBG000BS5CM9 | usd | 1 | 0.01 -| CSGP | CoStar Group Inc | BBG000D7JKW9 | usd | 1 | 0.01 -| NEWR | New Relic Inc | BBG001NFKJ68 | usd | 1 | 0.01 -| PD | Pagerduty Inc | BBG0043BYPB8 | usd | 1 | 0.01 -| GSHD | Goosehead Insurance, Inc. | BBG00KHHBMC5 | usd | 1 | 0.01 -| DISH | DISH Network Corp | BBG000C2YHG9 | usd | 1 | 0.01 -| BLMN | Bloomin Brands, Inc. | BBG002VZ68Y2 | usd | 1 | 0.01 -| TCS | TCS Group (Tinkoff Bank holder) | BBG005DXJS36 | usd | 1 | 0.01 -| IVZ | Invesco | BBG000BY2Y78 | usd | 1 | 0.01 -| EW | Edwards Lifesciences | BBG000BRXP69 | usd | 1 | 0.01 -| PNFP | Pinnacle Financial Partners In | BBG000C1XKF6 | usd | 1 | 0.01 -| NYT | New York Times | BBG000FFC0B3 | usd | 1 | 0.01 -| CVET | Covetrus Inc | BBG00KR691K8 | usd | 1 | 0.01 -| YNDX | Yandex | BBG006L8G4H1 | rub | 1 | 0.2 -| BLNK | Blink Charging Co | BBG000F9XKN7 | usd | 1 | 0.01 -| TNET | TriNet Group Inc | BBG000BR2040 | usd | 1 | 0.01 -| PBH | Prestige Consumer Healthcare I | BBG000QM0RZ4 | usd | 1 | 0.01 -| BRX | Brixmor Property Group REIT | BBG001LFLZZ1 | usd | 1 | 0.01 -| BURL | Burlington Stores Inc | BBG004S641N5 | usd | 1 | 0.01 -| LNT | Alliant Energy | BBG000DW4Q75 | usd | 1 | 0.01 -| SSD | Simpson Manufacturing Co Inc | BBG000JLC8L8 | usd | 1 | 0.01 -| APA | APA Corporation | BBG00YTS96G2 | usd | 1 | 0.01 -| ES | Eversource Energy | BBG000BQ87N0 | usd | 1 | 0.01 -| CHE | Chemed Corp | BBG000C19QW1 | usd | 1 | 0.01 -| NTRS | Northern Trust | BBG000BQ74K1 | usd | 1 | 0.01 -| DECK | Deckers Outdoor Corp | BBG000BKXYX5 | usd | 1 | 0.01 -| ASH | Ashland Global Holdings Inc | BBG00D0Y81M1 | usd | 1 | 0.01 -| DPZ | Domino's Pizza Inc | BBG000P458P3 | usd | 1 | 0.01 -| MPWR | Monolithic Power Systems | BBG000C30L48 | usd | 1 | 0.01 -| VTBR | Банк ВТБ | BBG004730ZJ9 | rub | 10000 | 5e-06 -| KTB | Kontoor Brands Inc | BBG00LPTHYD5 | usd | 1 | 0.01 -| CABO | Cable One | BBG000F02T51 | usd | 1 | 0.01 -| BJ | BJs Wholesale Club Holdings, Inc. | BBG00FQ8T4G3 | usd | 1 | 0.01 -| SKX | Skechers U.S.A. Inc | BBG000C4HKK2 | usd | 1 | 0.01 -| ZM | Zoom Video Communications Inc | BBG0042V6JM8 | usd | 1 | 0.01 -| GOLD | Barrick Gold | BBG000BB07P9 | usd | 1 | 0.01 -| MORN | Morningstar | BBG000CGQ4F7 | usd | 1 | 0.01 -| ZUO | Zuora Inc | BBG000BT3HG5 | usd | 1 | 0.01 -| SON | Sonoco Products Co | BBG000D7HF89 | usd | 1 | 0.01 -| MYGN | Myriad Genetics Inc | BBG000D9H9F1 | usd | 1 | 0.01 -| FCN | FTI Consulting Inc | BBG000K88H58 | usd | 1 | 0.01 -| DAR | Darling Ingredients Inc | BBG000BN8ZK8 | usd | 1 | 0.01 -| GEF | Greif Inc | BBG000BLFNC0 | usd | 1 | 0.01 -| ENPG | En+ Group | BBG000RMWQD4 | rub | 1 | 0.5 -| RCL | Royal Caribbean Cruises | BBG000BB5792 | usd | 1 | 0.01 -| 1113 | CK Asset Holdings | BBG007WDD4B5 | hkd | 10 | 0.05 -| TTMI | TTM Technologies Inc | BBG000BYQ0B1 | usd | 1 | 0.01 -| AFL | Aflac Incorporated | BBG000BBBNC6 | usd | 1 | 0.01 -| MCRI | Monarch Casino & Resort Inc | BBG000BJ0932 | usd | 1 | 0.01 -| GLBE | Global-E Online Ltd | BBG00ZKY1P71 | usd | 1 | 0.01 -| SYF | Synchrony Financial | BBG00658F3P3 | usd | 1 | 0.01 -| FFIN | First Financial Bankshares, Inc. | BBG000BL8476 | usd | 1 | 0.01 -| EAT | Brinker International Inc | BBG000BK28N7 | usd | 1 | 0.01 -| TEL | TE Connectivity | BBG000RGM5P1 | usd | 1 | 0.01 -| CHMK | ЧМК | BBG000RP8V70 | rub | 1 | 5. -| OGN | Organon & Co. | BBG00ZQRGW24 | usd | 1 | 0.01 -| FEES | ФСК ЕЭС | BBG00475JZZ6 | rub | 10000 | 2e-05 -| CTRA | Coterra Energy | BBG000C3GN47 | usd | 1 | 0.01 -| NDSN | Nordson Corp | BBG000BPWGR1 | usd | 1 | 0.01 -| SKM | SK Telecom Co. | BBG000BLN497 | usd | 1 | 0.01 -| ALL | The Allstate Corporation | BBG000BVMGF2 | usd | 1 | 0.01 -| CSII | Cardiovascular Systems Inc | BBG000NWQ9S5 | usd | 1 | 0.01 -| SBAC | SBA Communications REIT | BBG000D2M0Z7 | usd | 1 | 0.01 -| PRAX | Praxis Precision Medicines | BBG00W9LF2G5 | usd | 1 | 0.01 -| BAC | Bank of America Corp | BBG000BCTLF6 | usd | 1 | 0.01 -| OVV | Ovintiv Inc. | BBG00R2NHQ65 | usd | 1 | 0.01 -| DINO | HF Sinclair Corporation | BBG0135B2214 | usd | 1 | 0.01 -| AMAT | Applied Materials | BBG000BBPFB9 | usd | 1 | 0.01 -| EHTH | eHealth Inc | BBG000P5JQX6 | usd | 1 | 0.01 -| DIS | Walt Disney | BBG000BH4R78 | usd | 1 | 0.01 -| ANAB | AnaptysBio Inc | BBG0026ZDHR0 | usd | 1 | 0.01 -| APEI | American Public Education Inc | BBG000RVD346 | usd | 1 | 0.01 -| NWLI | National Western Life Group In | BBG008HNHZ07 | usd | 1 | 0.01 -| AAPL | Apple | BBG000B9XRY4 | usd | 1 | 0.01 -| NABL | N-able | BBG00YJKWXD8 | usd | 1 | 0.01 -| HUN | Huntsman | BBG000NS26Q8 | usd | 1 | 0.01 -| ROST | Ross Stores | BBG000BSBZH7 | usd | 1 | 0.01 -| GDRX | GoodRx Holdings Inc | BBG00X0VP8D9 | usd | 1 | 0.01 -| AYI | Acuity Brands | BBG000BJ5HK0 | usd | 1 | 0.01 -| BIGC | BigCommerce Holdings | BBG00W1PSSJ0 | usd | 1 | 0.01 -| SHEL | Shell АДР | BBG0147BN6G2 | usd | 1 | 0.01 -| OKTA | Okta Inc | BBG001YV1SM4 | usd | 1 | 0.01 -| JACK | Jack in the Box | BBG000GZYVY1 | usd | 1 | 0.01 -| CON@DE | Continental AG | BBG000BBZBV5 | eur | 1 | 0.01 -| APTK | Аптечная сеть 36,6 | BBG000K3STR7 | rub | 10 | 0.002 -| BKI | Black Knight Inc | BBG00GX77LW3 | usd | 1 | 0.01 -| CFG | Citizens Financial Group | BBG006Q0HY77 | usd | 1 | 0.01 -| BKNG | Booking | BBG000BLBVN4 | usd | 1 | 0.01 -| HST | Host Hotels & Resorts REIT | BBG000BL8804 | usd | 1 | 0.01 -| EXPE | Expedia | BBG000QY3XZ2 | usd | 1 | 0.01 -| ZEN | Zendesk Inc | BBG001HRFJG4 | usd | 1 | 0.01 -| PTC | PTC Inc | BBG000C2VBB0 | usd | 1 | 0.01 -| NEE | NextEra Energy | BBG000BJSBJ0 | usd | 1 | 0.01 -| MAR | Marriott International | BBG000BGD7W6 | usd | 1 | 0.01 -| TAL | TAL Education Group | BBG0016XJ8S0 | usd | 1 | 0.01 -| OXY | Occidental Petroleum | BBG000BQQ2S6 | usd | 1 | 0.01 -| SCHW | The Charles Schwab Corporation | BBG000BSLZY7 | usd | 1 | 0.01 -| MDT | Medtronic | BBG000BNWG87 | usd | 1 | 0.01 -| TWNK | Hostess Brands Inc | BBG00B6KGNN1 | usd | 1 | 0.01 -| PFGC | Performance Food Group Co | BBG009XW2WB8 | usd | 1 | 0.01 -| APPF | Appfolio Inc | BBG008GC8CP6 | usd | 1 | 0.01 -| NFLX | Netflix | BBG000CL9VN6 | usd | 1 | 0.01 -| TFC | Truist Financial Corporation | BBG000BYYLS8 | usd | 1 | 0.01 -| PZZA | Papa John's International Inc | BBG000BFWF13 | usd | 1 | 0.01 -| MTH | Meritage Homes Corp | BBG000F4F1N0 | usd | 1 | 0.01 -| EMBC | Embecta | BBG014L7D4G1 | usd | 1 | 0.01 -| PKG | Packaging Corp of America | BBG000BB8SW7 | usd | 1 | 0.01 -| FDS | FactSet Research Systems Inc | BBG000BDJL83 | usd | 1 | 0.01 -| EVH | Evolent Health Inc | BBG005CHLM96 | usd | 1 | 0.01 -| INO | Inovio Pharmaceuticals | BBG000BK6YX5 | usd | 1 | 0.01 -| PBA | Pembina Pipeline Corporation | BBG001732GF9 | usd | 1 | 0.01 -| RUGR | Русгрэйн | BBG0014PFYM2 | rub | 10 | 0.002 -| INTC | Intel Corporation | BBG000C0G1D1 | usd | 1 | 0.01 -| HEI@DE | HeidelbergCement AG | BBG000BWRTS3 | eur | 1 | 0.01 -| NGVT | Ingevity Corp | BBG009LM28K6 | usd | 1 | 0.01 -| NVR | NVR Inc | BBG000BQBYR3 | usd | 1 | 0.01 -| LPX | Louisiana-Pacific Corporation | BBG000BNF508 | usd | 1 | 0.01 -| ZGNX | Zogenix Inc | BBG000VDC3G9 | usd | 1 | 0.01 -| ECPG | Encore Capital Group Inc | BBG000F369C7 | usd | 1 | 0.01 -| AVY | Avery Dennison | BBG000BCQ4P6 | usd | 1 | 0.01 -| MRO | Marathon Oil | BBG000C8H633 | usd | 1 | 0.01 -| NUE | Nucor | BBG000BQ8KV2 | usd | 1 | 0.01 -| MOS | Mosaic | BBG000BFXHL6 | usd | 1 | 0.01 -| NWE | NorthWestern Corporation | BBG000Q1NMJ4 | usd | 1 | 0.01 -| CARG | Cargurus Inc | BBG00HQ77DS2 | usd | 1 | 0.01 -| LULU | Lululemon Athletica Inc | BBG000R8ZVD1 | usd | 1 | 0.01 -| KRG | Kite Realty Group REIT | BBG000BC2KW8 | usd | 1 | 0.01 -| VIR | Vir Biotechnology | BBG00H2QQ8T5 | usd | 1 | 0.01 -| WDAY | Workday Inc | BBG000VC0T95 | usd | 1 | 0.01 -| DBK@DE | Deutsche Bank AG | BBG000BBZW12 | eur | 1 | 0.01 -| ROLL | RBC Bearings Inc | BBG000GMGNB3 | usd | 1 | 0.01 -| PLNT | Planet FItness Inc | BBG009H04M17 | usd | 1 | 0.01 -| TREE | LendingTree Inc | BBG000TVRB50 | usd | 1 | 0.01 -| INCY | Incyte | BBG000BNPSQ9 | usd | 1 | 0.01 -| FOXA | Twenty-First Century Fox (A) | BBG00JHNJW99 | usd | 1 | 0.01 -| SWX | Southwest Gas Holdings | BBG00FWP4JW4 | usd | 1 | 0.01 -| SSTK | Shutterstock Inc | BBG002ZCK2V9 | usd | 1 | 0.01 -| DOCN | DigitalOcean Holdings | BBG00ZGF6SS3 | usd | 1 | 0.01 -| EXR | Extra Space Storage REIT | BBG000PV27K3 | usd | 1 | 0.01 -| OHI | Omega Healthcare Investors REIT | BBG000BGBTC2 | usd | 1 | 0.01 -| HHR | HeadHunter Group PLC | BBG00KHGQ0H4 | usd | 1 | 0.01 -| OTIS | Otis Worldwide | BBG00RP60KV0 | usd | 1 | 0.01 -| LYLT | Loyalty Ventures | BBG012QVD574 | usd | 1 | 0.01 -| UGI | UGI Corp | BBG000BVYN55 | usd | 1 | 0.01 -| RVLV | Revolve Group Inc | BBG00M4RHBD0 | usd | 1 | 0.01 -| SGZH | Сегежа | BBG0100R9963 | rub | 100 | 0.001 -| SRPT | Sarepta Therapeutics Inc | BBG000BCJ161 | usd | 1 | 0.01 -| DM | Desktop Metal | BBG00P17H053 | usd | 1 | 0.01 -| AVLR | Avalara Inc | BBG000R4Y9C1 | usd | 1 | 0.01 -| SCI | Service Corp International/US | BBG000BTHH16 | usd | 1 | 0.01 -| HUBS | HubSpot Inc | BBG000N7MZ06 | usd | 1 | 0.01 -| KHC | Kraft Heinz | BBG005CPNTQ2 | usd | 1 | 0.01 -| INT | World Fuel Services Corporation | BBG000BM3CJ8 | usd | 1 | 0.01 -| SITM | SiTime | BBG00QNSY1H7 | usd | 1 | 0.01 -| CLOV | Clover Health Investments, Corp. | BBG00SHY90J5 | usd | 1 | 0.01 -| TRIP | TripAdvisor | BBG001M8HHB7 | usd | 1 | 0.01 -| TRMB | Trimble Inc | BBG000BNPS52 | usd | 1 | 0.01 -| ATGE | Adtalem Global Education Inc | BBG000DQBZJ7 | usd | 1 | 0.01 -| MRKV | МРСК Волги | BBG000PKWCQ7 | rub | 10000 | 5e-05 -| PETQ | PetIQ Inc | BBG00H1CY328 | usd | 1 | 0.01 -| GD | General Dynamics | BBG000BK67C7 | usd | 1 | 0.01 -| WPM | Wheaton Precious Metals | BBG000PVRDL2 | usd | 1 | 0.01 -| GOOGL | Alphabet Class A | BBG009S39JX6 | usd | 1 | 0.01 -| AWK | American Water Works | BBG000TRJ294 | usd | 1 | 0.01 -| NTR | Nutrien | BBG00JM9XLN6 | usd | 1 | 0.01 -| AAP | Advance Auto Parts | BBG000F7RCJ1 | usd | 1 | 0.01 -| NWL | Newell Brands | BBG000BQC9V2 | usd | 1 | 0.01 -| DVN | Devon Energy | BBG000BBVJZ8 | usd | 1 | 0.01 -| MTCH | Match Group Inc | BBG00B6WH9G3 | usd | 1 | 0.01 -| MTTR | Matterport | BBG00XS0FV56 | usd | 1 | 0.01 -| MNDY | Monday.Com | BBG00GF8K4W4 | usd | 1 | 0.01 -| NWSA | News Corp (A) | BBG0035LY913 | usd | 1 | 0.01 -| AXSM | Axsome Therapeutics Inc | BBG00B6G7GL7 | usd | 1 | 0.01 -| BTAI | BioXcel Therapeutics | BBG00K20GVD2 | usd | 1 | 0.01 -| ASO | Academy Sports & Outdoors | BBG00X7L1C14 | usd | 1 | 0.01 -| FHI | Federated Hermes | BBG000BP0929 | usd | 1 | 0.01 -| EVR | Evercore | BBG000BP30Y0 | usd | 1 | 0.01 -| ALRS | АЛРОСА | BBG004S68B31 | rub | 10 | 0.01 -| CHKP | Check Point Software Technologies Ltd | BBG000K82ZT8 | usd | 1 | 0.01 -| INMD | Inmode Ltd | BBG00PPS73P4 | usd | 1 | 0.01 -| ETRN | Equitrans Midstream Corporation | BBG00K53L394 | usd | 1 | 0.01 -| LEGH | Legacy Housing Corp | BBG00MJDR6J9 | usd | 1 | 0.01 -| CDK | CDK Global | BBG006B6PVN9 | usd | 1 | 0.01 -| UBS | UBS Group | BBG007DJM539 | usd | 1 | 0.01 -| ACH | Aluminum Corp of China | BBG000CMRVH1 | usd | 1 | 0.01 -| PG | Procter & Gamble | BBG000BR2TH3 | usd | 1 | 0.01 -| SELG | Селигдар | BBG002458LF8 | rub | 10 | 0.01 -| AIZ | Assurant | BBG000BZX1N5 | usd | 1 | 0.01 -| SMAR | Smartsheet Inc | BBG00GQK3WB5 | usd | 1 | 0.01 -| ADUS | Addus HomeCare Corp | BBG000NJGX84 | usd | 1 | 0.01 -| APPS | Digital Turbine Inc | BBG000HZ3562 | usd | 1 | 0.01 -| PGTI | PGT Innovations Inc | BBG000FX3Y66 | usd | 1 | 0.01 -| XRAY | Dentsply Sirona | BBG000BX57K1 | usd | 1 | 0.01 -| SUPN | Supernus Pharmaceuticals Inc | BBG000BP0HX7 | usd | 1 | 0.01 -| LKOD@GS | LUKOIL PJSC | BBG000NN8497 | usd | 1 | 0.01 -| HNP | Huaneng Power International | BBG000BX5YM0 | usd | 1 | 0.01 -| META | Meta Platforms | BBG000MM2P62 | usd | 1 | 0.01 -| WDC | Western Digital | BBG000BWNFZ9 | usd | 1 | 0.01 -| CHX | ChampionX Corporation | BBG00JH9TZ56 | usd | 1 | 0.01 -| CARR | Carrier Global | BBG00RP5HYS8 | usd | 1 | 0.01 -| PSTG | Pure Storage Inc | BBG00212PVZ5 | usd | 1 | 0.01 -| PAGS | Pagseguro Digital Ltd | BBG00JM7QBR6 | usd | 1 | 0.01 -| BMO | Bank of Montreal | BBG000DLY9B9 | usd | 1 | 0.01 -| MGM | MGM Resorts International | BBG000C2BXK4 | usd | 1 | 0.01 -| TDS | Telephone & Data Systems Inc | BBG000BV0VK7 | usd | 1 | 0.01 -| FIVN | Five9 Inc | BBG001KHJM17 | usd | 1 | 0.01 -| SWTX | SpringWorks Therapeutics | BBG00Q011TW9 | usd | 1 | 0.01 -| PPG | PPG Industries | BBG000BRJ809 | usd | 1 | 0.01 -| TGNA | TEGNA | BBG000BK5DP1 | usd | 1 | 0.01 -| SMG | Scotts Miracle-Gro Co The | BBG000BT5PG5 | usd | 1 | 0.01 -| MCHP | Microchip Technology | BBG000BHCP19 | usd | 1 | 0.01 -| TAP | Molson Coors Brewing | BBG000BS7KS3 | usd | 1 | 0.01 -| PEG | Public Service Enterprise Group | BBG000BQZMH4 | usd | 1 | 0.01 -| HLT | Hilton | BBG0058KMH30 | usd | 1 | 0.01 -| SNBR | Sleep Number Corp | BBG000DM2BF3 | usd | 1 | 0.01 -| GO | Grocery Outlet Holding Corp | BBG00P4R3079 | usd | 1 | 0.01 -| ENS | EnerSys | BBG000PWTD92 | usd | 1 | 0.01 -| SWK | Stanley Black & Decker | BBG000BTQR96 | usd | 1 | 0.01 -| CTSH | Cognizant Technology Solutions | BBG000BBDV81 | usd | 1 | 0.01 -| BAH | Booz Allen Hamilton | BBG000R2YFG7 | usd | 1 | 0.01 -| ADPT | Adaptive Biotechnologies | BBG001J2PFF5 | usd | 1 | 0.01 -| KLSB | Калужская сбытовая компания | BBG000DBD6F6 | rub | 100 | 0.01 -| GPS | Gap | BBG000BKLH74 | usd | 1 | 0.01 -| LIFE | Фармсинтез | BBG0019K04R5 | rub | 100 | 0.005 -| RBLX | ROBLOX Corp | BBG001R1GCT0 | usd | 1 | 0.01 -| TTM | Tata Motors | BBG000PVGDH9 | usd | 1 | 0.01 -| RMD | ResMed Inc | BBG000L4M7F1 | usd | 1 | 0.01 -| USPH | US Physical Therapy Inc | BBG000CSRSG6 | usd | 1 | 0.01 -| NUS | Nu Skin Enterprises Inc | BBG000HG21Y3 | usd | 1 | 0.01 -| DK | Delek US Holdings Inc | BBG00FZYFVC5 | usd | 1 | 0.01 -| RACE | Ferrari N.V. | BBG009PH3Q86 | usd | 1 | 0.01 -| TPR | Tapestry | BBG000BY29C7 | usd | 1 | 0.01 -| FLOT | Совкомфлот | BBG000R04X57 | rub | 10 | 0.01 -| FLGT | Fulgent Genetics | BBG00DR7LTG2 | usd | 1 | 0.01 -| HXL | Hexcel Corp | BBG000BLMDQ9 | usd | 1 | 0.01 -| GMS | GMS Inc | BBG009Q036D0 | usd | 1 | 0.01 -| WY | Weyerhaeuser REIT | BBG000BX3BL3 | usd | 1 | 0.01 -| GRNT | Городские Инновационные Технологии | BBG00B8NN386 | rub | 100 | 0.0005 -| PRLB | Proto Labs Inc | BBG000BT13B3 | usd | 1 | 0.01 -| GILD | GILEAD | BBG000CKGBP2 | usd | 1 | 0.01 -| ENRU | Энел Россия | BBG000F6YP24 | rub | 1000 | 0.0002 -| GTRK | ГТМ | BBG00HY6V6H5 | rub | 10 | 0.05 -| ANIK | Anika Therapeutics Inc | BBG000BBKZD8 | usd | 1 | 0.01 -| CLF | Cleveland-Cliffs | BBG000BFRF55 | usd | 1 | 0.01 -| QS | QuantumScape Corporation | BBG00VJ17DS2 | usd | 1 | 0.01 -| IIVI | II-VI Inc | BBG000BLW102 | usd | 1 | 0.01 -| PAR | PAR Technology Corporation | BBG000BRP9K8 | usd | 1 | 0.01 -| PINS | Pinterest Inc | BBG002583CV8 | usd | 1 | 0.01 -| ARWR | Arrowhead Pharmaceuticals Inc | BBG000BRVKH0 | usd | 1 | 0.01 -| BPMC | Blueprint Medicines Corp | BBG001MC8YF7 | usd | 1 | 0.01 -| SFIN | ЭсЭфАй | BBG003LYCMB1 | rub | 10 | 0.2 -| TRNO | Terreno REIT | BBG000PV3J62 | usd | 1 | 0.01 -| NSSC | Napco Security Technologies | BBG000BQ6CT5 | usd | 1 | 0.01 -| LPRO | Open Lending Corp | BBG00VDHLSQ6 | usd | 1 | 0.01 -| KEP | Korea Electric Power | BBG000BCWG90 | usd | 1 | 0.01 -| JHG | Janus Henderson Group | BBG00GSNPM07 | usd | 1 | 0.01 -| TXG | 10X Genomics Inc | BBG007WX14X0 | usd | 1 | 0.01 -| HTA | Healthcare Trust of America REIT | BBG000PRJCX9 | usd | 1 | 0.01 -| WEX | WEX Inc | BBG000BVZP59 | usd | 1 | 0.01 -| RHM@DE | Rheinmetall AG | BBG000BWT790 | eur | 1 | 0.01 -| MGNT | Магнит | BBG004RVFCY3 | rub | 1 | 0.5 -| SMLT | ГК Самолет | BBG00F6NKQX3 | rub | 1 | 0.5 -| EGHT | 8x8 Inc | BBG000BCGHH7 | usd | 1 | 0.01 -| CMCO | Columbus McKinnon Corp | BBG000BCWWV0 | usd | 1 | 0.01 -| GNTX | Gentex Corporation | BBG000BKJ092 | usd | 1 | 0.01 -| JLL | Jones Lang LaSalle Inc | BBG000C2L2L0 | usd | 1 | 0.01 -| BROS | Dutch Bros | BBG01282ZHB3 | usd | 1 | 0.01 -| BOH | Bank of Hawaii | BBG000C8D8G9 | usd | 1 | 0.01 -| AJRD | Aerojet Rocketdyne Holdings In | BBG000BKRHQ7 | usd | 1 | 0.01 -| TDG | TransDigm | BBG000L8CBX4 | usd | 1 | 0.01 -| SOFI | SoFi Technologies | BBG00YB1ZD58 | usd | 1 | 0.01 -| PUBM | PubMatic | BBG001PKMK06 | usd | 1 | 0.01 -| HOLX | Hologic | BBG000C3NTN5 | usd | 1 | 0.01 -| RETA | Reata Pharmaceuticals Inc | BBG000R33BD1 | usd | 1 | 0.01 -| AXNX | Axonics | BBG0067QVJ50 | usd | 1 | 0.01 -| ACAD | ACADIA Pharmaceuticals Inc | BBG000BHG9K0 | usd | 1 | 0.01 -| CUBE | CubeSmart REIT | BBG000HF28Q9 | usd | 1 | 0.01 -| AES | The AES Corporation | BBG000C23KJ3 | usd | 1 | 0.01 -| FMC | FMC | BBG000BJP882 | usd | 1 | 0.01 -| MAN | ManpowerGroup Inc | BBG000BNMHS4 | usd | 1 | 0.01 -| M | Macy's | BBG000C46HM9 | usd | 1 | 0.01 -| LH | LabCorp | BBG000D9DMK0 | usd | 1 | 0.01 -| WAB | Wabtec Corp. | BBG000BDD940 | usd | 1 | 0.01 -| BIDU | Baidu | BBG000QXWHD1 | usd | 1 | 0.01 -| DPW@DE | Deutsche Post AG | BBG000LW3NX5 | eur | 1 | 0.01 -| CNC | Centene Corporation | BBG000BDXCJ5 | usd | 1 | 0.01 -| GTHX | G1 Therapeutics Inc | BBG005F1DK91 | usd | 1 | 0.01 -| LPL | LG Display | BBG000FJ0RK9 | usd | 1 | 0.01 -| SI | Silvergate Capital Corp. | BBG00MMM95S7 | usd | 1 | 0.01 -| IDXX | IDEXX | BBG000BLRT07 | usd | 1 | 0.01 -| FCFS | FirstCash | BBG0145KL747 | usd | 1 | 0.01 -| CCOI | Cogent Communications | BBG000D0SMY8 | usd | 1 | 0.01 -| WW | WW International, Inc. | BBG000DY6735 | usd | 1 | 0.01 -| CCJ | Cameco Corporation | BBG000DSZTN6 | usd | 1 | 0.01 -| CPRI | Capri Holdings Limited | BBG0029SNR63 | usd | 1 | 0.01 -| CARA | Cara Therapeutics Inc | BBG001J2QYS9 | usd | 1 | 0.01 -| OGZD@GS | Gazprom PJSC | BBG000KGYRF8 | usd | 1 | 0.01 -| ROKU | Roku Inc | BBG001ZZPQJ6 | usd | 1 | 0.01 -| ORCL | Oracle | BBG000BQLTW7 | usd | 1 | 0.01 -| WOR | Worthington Industries Inc | BBG000HL7499 | usd | 1 | 0.01 -| QRTEA | Qurate Retail Inc | BBG000PCQQL6 | usd | 1 | 0.01 -| FVRR | Fiverr International | BBG002YSC5M7 | usd | 1 | 0.01 -| VEON-RX | VEON | BBG00R4Z2NT4 | rub | 10 | 0.05 -| FE | FirstEnergy | BBG000BB6M98 | usd | 1 | 0.01 -| SYNH | Syneos Health Inc | BBG0078Y1D92 | usd | 1 | 0.01 -| SPR | Spirit AeroSystems Holdings | BBG000PRJ2Z9 | usd | 1 | 0.01 -| AVT | Avnet | BBG000BCPB71 | usd | 1 | 0.01 -| PODD | Insulet Corp | BBG000R7XX87 | usd | 1 | 0.01 -| LNZL | Лензолото | BBG000SK7JS5 | rub | 1 | 10. -| BMRN | BioMarin Pharmaceutical Inc | BBG000CZWZ05 | usd | 1 | 0.01 -| SCSC | ScanSource Inc | BBG000BHTPZ4 | usd | 1 | 0.01 -| PGR | Progressive | BBG000BR37X2 | usd | 1 | 0.01 -| XYL | Xylem | BBG001D8R5D0 | usd | 1 | 0.01 -| RCII | Rent-A-Center | BBG000BHQJX3 | usd | 1 | 0.01 -| CCXI | ChemoCentryx, Inc | BBG000PTSB12 | usd | 1 | 0.01 -| OI | O-I Glass | BBG00R2JZG39 | usd | 1 | 0.01 -| A | Agilent Technologies | BBG000C2V3D6 | usd | 1 | 0.01 -| AXON | Axon Enterprise Inc | BBG000BHJWG1 | usd | 1 | 0.01 -| ROK | Rockwell Automation | BBG000BBCDZ2 | usd | 1 | 0.01 -| LSPD | Lightspeed Commerce | BBG00PZ78ZM0 | usd | 1 | 0.01 -| NBIX | Neurocrine Biosciences Inc | BBG000GJS7C1 | usd | 1 | 0.01 -| BMW@DE | Bayerische Motoren Werke AG | BBG000BBXB74 | eur | 1 | 0.01 -| JJSF | J&J Snack Foods Corp | BBG000BMGPW0 | usd | 1 | 0.01 -| MCK | McKesson | BBG000DYGNW7 | usd | 1 | 0.01 -| CHEF | Chefs' Warehouse Inc | BBG001MFW6D6 | usd | 1 | 0.01 -| AMCX | AMC Networks Inc | BBG000H01H92 | usd | 1 | 0.01 -| SRC | Spirit Realty Capital REIT | BBG0027Z6X10 | usd | 1 | 0.01 -| PPC | Pilgrim's Pride Corp | BBG000BFLXV3 | usd | 1 | 0.01 -| CCK | Crown Holdings Inc | BBG000BF6756 | usd | 1 | 0.01 -| KNSL | Kinsale Capital Group | BBG00D8JD9Z9 | usd | 1 | 0.01 -| SITE | SiteOne Landscape Supply Inc | BBG009T22D49 | usd | 1 | 0.01 -| FME@DE | Fresenius Medical Care AG & Co | BBG000DHXTF1 | eur | 1 | 0.01 -| AFMD | Affimed NV | BBG006R5SSH5 | usd | 1 | 0.01 -| EGRX | Eagle Pharmaceuticals Inc | BBG005Y3XWH9 | usd | 1 | 0.01 -| NJR | New Jersey Resources Corp | BBG000BPZVW9 | usd | 1 | 0.01 -| TSM | Taiwan Semiconductor Manufacturing | BBG000BD8ZK0 | usd | 1 | 0.01 -| MHO | M/I Homes Inc | BBG000BL9MZ4 | usd | 1 | 0.01 -| AIR | AAR Corp | BBG000BBGQF1 | usd | 1 | 0.01 -| MRKP | Россети Центр и Приволжье | BBG000VG1034 | rub | 10000 | 0.0001 -| SMTC | Semtech Corp | BBG000DBKR53 | usd | 1 | 0.01 -| MMS | MAXIMUS Inc | BBG000BC5WJ4 | usd | 1 | 0.01 -| DTE@DE | Deutsche Telekom AG | BBG000HJTMS9 | eur | 1 | 0.01 -| F | Ford | BBG000BQPC32 | usd | 1 | 0.01 -| KAZTP | КуйбышевАзот - Акции привилегированные | BBG002B9T6Y1 | rub | 10 | 0.2 -| LKOH | ЛУКОЙЛ | BBG004731032 | rub | 1 | 0.5 -| GLW | Corning | BBG000BKFZM4 | usd | 1 | 0.01 -| HQY | HealthEquity Inc | BBG000TYXCT9 | usd | 1 | 0.01 -| INVH | Invitation Homes REIT | BBG00FQH6BS9 | usd | 1 | 0.01 -| HCCI | Heritage-Crystal Clean Inc | BBG000CCFB17 | usd | 1 | 0.01 -| PIPR | Piper Sandler Companies | BBG000FQXC75 | usd | 1 | 0.01 -| PLZL | Полюс Золото | BBG000R607Y3 | rub | 1 | 0.5 -| DE | Deere & Company | BBG000BH1NH9 | usd | 1 | 0.01 -| XP | XP Inc | BBG00QVJYGM9 | usd | 1 | 0.01 -| EPAY | Bottomline Technologies DE Inc | BBG000BRNH31 | usd | 1 | 0.01 -| MAA | Mid-America Apartment REIT | BBG000BLMY92 | usd | 1 | 0.01 -| FL | Foot Locker | BBG000BX8DC4 | usd | 1 | 0.01 -| REX | REX American Resources Corp | BBG000D2ZK61 | usd | 1 | 0.01 -| PGNY | Progyny Inc | BBG002H1K1H1 | usd | 1 | 0.01 -| NVTA | Invitae Corp | BBG005DJFD43 | usd | 1 | 0.01 -| DORM | Dorman Products Inc | BBG000BM22F5 | usd | 1 | 0.01 -| COKE | Coca-Cola Consolidated Inc | BBG000BG1SX2 | usd | 1 | 0.01 -| MD | Pediatrix Medical Group | BBG000H8LGK2 | usd | 1 | 0.01 -| MDLZ | Mondelez | BBG000D4LWF6 | usd | 1 | 0.01 -| BL | Blackline Inc | BBG0029KJVB0 | usd | 1 | 0.01 -| AME | AMETEK | BBG000B9XG87 | usd | 1 | 0.01 -| BSPB | Банк Санкт-Петербург | BBG000QJW156 | rub | 10 | 0.01 -| 2007 | Country Garden Holdings | BBG000QQCY41 | hkd | 100 | 0.01 -| MLKN | MillerKnoll | BBG000BP46T2 | usd | 1 | 0.01 -| SBH | Sally Beauty Holdings Inc | BBG000LR8515 | usd | 1 | 0.01 -| FSLY | Fastly Inc | BBG004NLQHL0 | usd | 1 | 0.01 -| LHX | L3Harris Technologies Inc | BBG000BLGFJ9 | usd | 1 | 0.01 -| CDLX | Cardlytics Inc | BBG00225ZDD0 | usd | 1 | 0.01 -| IGMS | IGM Biosciences Inc | BBG00PNR1BT2 | usd | 1 | 0.01 -| ARMK | Aramark | BBG001KY4N87 | usd | 1 | 0.01 -| CTXS | Citrix Systems | BBG000FQ6PY6 | usd | 1 | 0.01 -| PXD | Pioneer Natural Resources | BBG000BXRPH1 | usd | 1 | 0.01 -| NWS | News Corp | BBG0035M2ZB7 | usd | 1 | 0.01 -| EXC | Exelon Corporation | BBG000J6XT05 | usd | 1 | 0.01 -| ABBV | AbbVie | BBG0025Y4RY4 | usd | 1 | 0.01 -| CYRX | Cryoport | BBG000PNTXP0 | usd | 1 | 0.01 -| SQ | Block | BBG0018SLC07 | usd | 1 | 0.01 -| WERN | Werner Enterprises Inc | BBG000BWPP85 | usd | 1 | 0.01 -| UFPI | UUFP Industries, Inc | BBG000BL0T06 | usd | 1 | 0.01 -| CASY | Casey's General Stores Inc | BBG000BF0672 | usd | 1 | 0.01 -| VTR | Ventas REIT | BBG000FRVHB9 | usd | 1 | 0.01 -| CSL | Carlisle Companies Incorporated | BBG000BGGBT8 | usd | 1 | 0.01 -| SAM | Boston Beer Co Inc The | BBG000BCZBF1 | usd | 1 | 0.01 -| FLS | Flowserve | BBG000FFH4P5 | usd | 1 | 0.01 -| UNKL | ЮУНК | BBG002YFXL29 | rub | 1 | 10. -| AVNT | Avient Corporation | BBG000C8NJ10 | usd | 1 | 0.01 -| ZION | Zions Bancorporation | BBG000BX9WL1 | usd | 1 | 0.01 -| TRHC | Tabula Rasa HealthCare In | BBG00BT7PPY8 | usd | 1 | 0.01 -| MATV | Mativ Holdings | BBG000C3CWZ7 | usd | 1 | 0.01 -| MSST | Мультисистема | BBG001BBSZV8 | rub | 100 | 0.001 -| AMGN | Amgen | BBG000BBS2Y0 | usd | 1 | 0.01 -| VNE | Veoneer Inc | BBG00K4MPP27 | usd | 1 | 0.01 -| AOS | A. O. Smith Corporation | BBG000BC1L02 | usd | 1 | 0.01 -| WYNN | Wynn Resorts | BBG000LD9JQ8 | usd | 1 | 0.01 -| SIVB | SVB Financial Group | BBG000BT0CM2 | usd | 1 | 0.01 -| BWA | BorgWarner | BBG000BJ49H3 | usd | 1 | 0.01 -| AMCR | Amcor | BBG00LNJRQ09 | usd | 1 | 0.01 -| EA | Electronic Arts | BBG000BP0KQ8 | usd | 1 | 0.01 -| TCSG | TCS Group | BBG00QPYJ5H0 | rub | 1 | 0.5 -| RGA | Reinsurance Group of America I | BBG000BDLCQ0 | usd | 1 | 0.01 -| RRX | Regal Rexnord | BBG000BRXTR8 | usd | 1 | 0.01 -| UNH | UnitedHealth | BBG000CH5208 | usd | 1 | 0.01 -| DASH | DoorDash | BBG005D7QCJ3 | usd | 1 | 0.01 -| FUL | HB Fuller Co | BBG000BJZ7V7 | usd | 1 | 0.01 -| DKNG | DraftKings | BBG0134WCM78 | usd | 1 | 0.01 -| VRT | Vertiv Holdings Co | BBG00L2B8KW8 | usd | 1 | 0.01 -| TXRH | Texas Roadhouse Inc | BBG000PSJMV7 | usd | 1 | 0.01 -| CHWY | Chewy Inc | BBG00P19DKZ6 | usd | 1 | 0.01 -| WTW | Willis Towers Watson | BBG000DB3KT1 | usd | 1 | 0.01 -| POOL | Pool Corp | BBG000BCVG28 | usd | 1 | 0.01 -| UTL | Unitil Corporation | BBG000BW7X97 | usd | 1 | 0.01 -| WBS | Webster Financial Corporation | BBG000BWMX63 | usd | 1 | 0.01 -| LUMN | Lumen Technologies | BBG000BGLRN3 | usd | 1 | 0.01 -| MTB | M&T Bank | BBG000D9KWL9 | usd | 1 | 0.01 -| PPL | PPL | BBG000BRJL00 | usd | 1 | 0.01 -| MGTSP | МГТС - акции привилегированные | BBG000PZ0833 | rub | 1 | 2. -| KRC | Kilroy Realty Corp REIT | BBG000BLMXN8 | usd | 1 | 0.01 -| BGS | B&G Foods Inc | BBG000RKXRQ1 | usd | 1 | 0.01 -| LVS | Las Vegas Sands Corp | BBG000JWD753 | usd | 1 | 0.01 -| PCRX | Pacira BioSciences Inc | BBG0018FQNS6 | usd | 1 | 0.01 -| LI | Li Auto | BBG00W0KZD98 | usd | 1 | 0.01 -| VSAT | Viasat | BBG000HHLBF9 | usd | 1 | 0.01 -| SSNC | SS&C Technologies Holdings Inc | BBG000RJ2J04 | usd | 1 | 0.01 -| YY | JOYY Inc | BBG003H0XV18 | usd | 1 | 0.01 -| ANET | Arista Networks Inc | BBG000N2HDY5 | usd | 1 | 0.01 -| HUBG | Hub Group Inc | BBG000G9W6L0 | usd | 1 | 0.01 -| EBAY | eBay | BBG000C43RR5 | usd | 1 | 0.01 -| STLD | Steel Dynamics Inc | BBG000HGYNZ9 | usd | 1 | 0.01 -| SBER | Сбер Банк | BBG004730N88 | rub | 10 | 0.01 -| ECL | Ecolab | BBG000BHKYH4 | usd | 1 | 0.01 -| APPN | Appian Corp | BBG001C7PMJ2 | usd | 1 | 0.01 -| CDNS | Cadence Design Systems | BBG000C13CD9 | usd | 1 | 0.01 -| IFX@DE | Infineon Technologies AG | BBG000C8L273 | eur | 1 | 0.01 -| MSM | MSC Industrial Direct Co Inc | BBG000BCLYL9 | usd | 1 | 0.01 -| DVA | DaVita HealthCare Partners | BBG000MQ1SN9 | usd | 1 | 0.01 -| PCAR | PACCAR | BBG000BQVTF5 | usd | 1 | 0.01 -| PTR | PetroChina | BBG000BR85F1 | usd | 1 | 0.01 -| ORLY | O'Reilly Automotive | BBG000BGYWY6 | usd | 1 | 0.01 -| AFRM | Affirm Holdings | BBG00Y7BP8Y1 | usd | 1 | 0.01 -| ATR | AptarGroup | BBG000BGX2S0 | usd | 1 | 0.01 -| FARO | FARO Technologies Inc | BBG000BJD7C2 | usd | 1 | 0.01 -| MOH | Molina Healthcare Inc | BBG000MBHNC8 | usd | 1 | 0.01 -| IDA | IDACORP, Inc. | BBG000BLR3Y7 | usd | 1 | 0.01 -| RL | Ralph Lauren | BBG000BS0ZF1 | usd | 1 | 0.01 -| COUP | Coupa Software Inc | BBG001J4BCN4 | usd | 1 | 0.01 -| NVAX | Novavax | BBG000NVSBL7 | usd | 1 | 0.01 -| ATNI | ATN International, Inc | BBG000F8RCH1 | usd | 1 | 0.01 -| 1COV@DE | Covestro AG | BBG00DW0PN34 | eur | 1 | 0.01 -| SPG | Simon Property Group REIT | BBG000BJ2D31 | usd | 1 | 0.01 -| SFM | Sprouts Farmers Market Inc | BBG001KFKQM7 | usd | 1 | 0.01 -| O | Realty Income REIT | BBG000DHPN63 | usd | 1 | 0.01 -| APAM | Artisan Partners Asset Management | BBG001M6CZY1 | usd | 1 | 0.01 -| RAMP | LiveRamp Holdings Inc | BBG000BB4HM6 | usd | 1 | 0.01 -| H | Hyatt Hotels Corp | BBG000CVRFS4 | usd | 1 | 0.01 -| AI | C3.ai, Inc | BBG00Y6G6X31 | usd | 1 | 0.01 -| CGEN | Compugen | BBG000B9ZLB0 | usd | 1 | 0.01 -| GLPI | Gaming and Leisure Properties REIT | BBG003MSMCS6 | usd | 1 | 0.01 -| FSR | Fisker | BBG00LPWLFD4 | usd | 1 | 0.01 -| FGEN | FIBROGEN INC | BBG000FW5ZL6 | usd | 1 | 0.01 -| AMZN | Amazon.com | BBG000BVPV84 | usd | 1 | 0.01 -| PHOR | ФосАгро | BBG004S689R0 | rub | 1 | 1. -| PII | Polaris Industries Inc | BBG000D5S4M0 | usd | 1 | 0.01 -| U | Unity Software | BBG0056JW5G6 | usd | 1 | 0.01 -| PRFN | ЧЗПСН | BBG003BNWBP3 | rub | 100 | 0.001 -| SVAV | СОЛЛЕРС | BBG004S68JR8 | rub | 10 | 0.5 -| MANU | Manchester United Plc | BBG0035WV4N9 | usd | 1 | 0.01 -| XM | Qualtrics International Inc. | BBG00M9BHPZ5 | usd | 1 | 0.01 -| VTRS | Viatris Inc | BBG00Y4RQNH4 | usd | 1 | 0.01 -| ENV | Envestnet Inc | BBG000Q4NZ54 | usd | 1 | 0.01 -| IIPR | Innovative Industrial Properties REIT | BBG00F0SW7N8 | usd | 1 | 0.01 -| TPTX | Turning Point Therapeutics Inc | BBG00NPL9WH7 | usd | 1 | 0.01 -| DBX | Dropbox Inc | BBG0018SLDN0 | usd | 1 | 0.01 -| PJT | PJT Partners Inc. | BBG0079T1PZ6 | usd | 1 | 0.01 -| UNAC | Объединенная авиастроительная корпорация | BBG000Q7ZZY2 | rub | 1000 | 0.0005 -| IRGZ | Иркутскэнерго | BBG000NL6ZD9 | rub | 100 | 0.02 -| FR | First Industrial REIT | BBG000CKGDS5 | usd | 1 | 0.01 -| SNY | Sanofi | BBG000BBD5N1 | usd | 1 | 0.01 -| NMIH | NMI Holdings Inc | BBG005DLMMZ6 | usd | 1 | 0.01 -| BOX | Box Inc | BBG000PMSK08 | usd | 1 | 0.01 -| EWBC | East West Ban | BBG000CR20B1 | usd | 1 | 0.01 -| IONS | Ionis Pharmaceuticals Inc | BBG000JH6683 | usd | 1 | 0.01 -| ELV | Elevance Health | BBG000BCG930 | usd | 1 | 0.01 -| CNQ | Canadian Natural Resources | BBG000HW5GX3 | usd | 1 | 0.01 -| GXO | GXO Logistics, Inc. | BBG00YDGX945 | usd | 1 | 0.01 -| SBCF | Seacoast Banking Corp of Flori | BBG000KK3464 | usd | 1 | 0.01 -| HA | Hawaiian Holdings Inc | BBG000BC4185 | usd | 1 | 0.01 -| ZD | Ziff Davis | BBG000F3CWW7 | usd | 1 | 0.01 -| STEM | Stem | BBG00XP8NQN4 | usd | 1 | 0.01 -| XPEL | XPEL | BBG000R5XCX9 | usd | 1 | 0.01 -| INGR | Ingredion Inc | BBG000BXPZB7 | usd | 1 | 0.01 -| HGV | Hilton Grand Vacations Inc | BBG00CBYY6M1 | usd | 1 | 0.01 -| TYL | Tyler Technologies Inc | BBG000BVWZF9 | usd | 1 | 0.01 -| AVTR | Avantor Inc | BBG00G2HHYD7 | usd | 1 | 0.01 -| XEL | Xcel Energy | BBG000BCTQ65 | usd | 1 | 0.01 -| ETSY | Etsy Inc | BBG000N7MXL8 | usd | 1 | 0.01 -| KTOS | Kratos Defense & Security Solutions | BBG000C1HQ43 | usd | 1 | 0.01 -| DXC | DXC Technology | BBG00FN64XT9 | usd | 1 | 0.01 -| LEG | Leggett & Platt | BBG000BN53G7 | usd | 1 | 0.01 -| TW | Tradeweb Markets | BBG00NK8H8T2 | usd | 1 | 0.01 -| AUPH | Aurinia Pharmaceuticals | BBG000BCRJM5 | usd | 1 | 0.01 -| REZI | Resideo Technologies Inc | BBG00HY28K89 | usd | 1 | 0.01 -| MPW | Medical Properties REIT | BBG000BGRB25 | usd | 1 | 0.01 -| SHL@DE | Siemens Healthineers AG | BBG00KY6K4L0 | eur | 1 | 0.01 -| ONTO | Onto Innovation Inc | BBG000BPRN29 | usd | 1 | 0.01 -| SYNA | Synaptics Inc | BBG000BQV1S2 | usd | 1 | 0.01 -| KKR | KKR & Co. Inc. | BBG000BCQ6J8 | usd | 1 | 0.01 -| ZTS | Zoetis | BBG0039320N9 | usd | 1 | 0.01 -| IAA | IAA, Inc. | BBG00K7ZQ662 | usd | 1 | 0.01 -| HEAR | Turtle Beach Corp | BBG000BM6N47 | usd | 1 | 0.01 -| SLGN | Silgan Holdings Inc. | BBG000BPDDB6 | usd | 1 | 0.01 -| FCNCA | First Citizens BancShares, Inc. | BBG000BJCDS3 | usd | 1 | 0.01 -| MTOR | Meritor Inc | BBG000BH92D1 | usd | 1 | 0.01 -| PSMT | PriceSmart, Inc. | BBG000BTKR92 | usd | 1 | 0.01 -| APH | Amphenol | BBG000B9YJ35 | usd | 1 | 0.01 -| JPM | JPMorgan | BBG000DMBXR2 | usd | 1 | 0.01 -| 288 | WH Group | BBG00699M8Q7 | hkd | 100 | 0.01 -| PBI | Pitney Bowes | BBG000BQTMJ9 | usd | 1 | 0.01 -| EEFT | Euronet Worldwide Inc | BBG000BMNBY1 | usd | 1 | 0.01 -| CNI | Canadian National Railway Co | BBG000HS74G6 | usd | 1 | 0.01 -| GWRE | Guidewire Software Inc | BBG001C7PM75 | usd | 1 | 0.01 -| VEEV | Veeva Systems Inc | BBG001CGB489 | usd | 1 | 0.01 -| COLD | Americold Realty Trust REIT | BBG000QF05R6 | usd | 1 | 0.01 -| MTX@DE | MTU Aero Engines AG | BBG000BVTPQ3 | eur | 1 | 0.01 -| MMI | Marcus & Millichap Inc | BBG005GBRSR6 | usd | 1 | 0.01 -| BRO | Brown & Brown | BBG000BWSGF4 | usd | 1 | 0.01 -| KMPR | Kemper | BBG000H3GDJ8 | usd | 1 | 0.01 -| HD | The Home Depot | BBG000BKZB36 | usd | 1 | 0.01 -| VSTO | Vista Outdoor | BBG006F8QZK4 | usd | 1 | 0.01 -| STZ | Constellation Brands | BBG000J1QLT0 | usd | 1 | 0.01 -| RUSP | Русполимет | BBG000R466J1 | rub | 1000 | 0.0005 -| MED | Medifast Inc | BBG000BWBW76 | usd | 1 | 0.01 -| NET | CloudFlare Inc | BBG001WMKHH5 | usd | 1 | 0.01 -| ATRC | AtriCure | BBG000BL6CB5 | usd | 1 | 0.01 -| ALLO | Allogene Therapeutics Inc | BBG00KHRRDX3 | usd | 1 | 0.01 -| SWN | Southwestern Energy | BBG000BTR593 | usd | 1 | 0.01 -| S | SentinelOne, Inc. | BBG00B6F2F09 | usd | 1 | 0.01 -| THS | TreeHouse Foods Inc | BBG000GQGJT4 | usd | 1 | 0.01 -| RRR | Red Rock Resorts | BBG00B6G8077 | usd | 1 | 0.01 -| SSA@GS | Sistema PJSFC | BBG000G7B4C2 | usd | 1 | 0.01 -| CSWI | CSW Industrials Inc | BBG007NLG4L3 | usd | 1 | 0.01 -| CNK | Cinemark Holdings Inc | BBG000QDVR53 | usd | 1 | 0.01 -| MO | Altria Group | BBG000BP6LJ8 | usd | 1 | 0.01 -| W | Wayfair Inc | BBG001B17MV2 | usd | 1 | 0.01 -| MRVL | Marvell Technology, Inc. | BBG00ZXBJ153 | usd | 1 | 0.01 -| EME | EMCOR Group | BBG000BBRPL4 | usd | 1 | 0.01 -| ONEM | 1Life Healthcare | BBG0026ZDDQ0 | usd | 1 | 0.01 -| CFLT | Confluent | BBG007HWGYQ5 | usd | 1 | 0.01 -| LITE | Lumentum Holdings Inc | BBG0073F9RT7 | usd | 1 | 0.01 -| CEVA | CEVA | BBG000BN3P07 | usd | 1 | 0.01 -| ARNC | Arconic | BBG00R45JYB7 | usd | 1 | 0.01 -| BSY | Bentley Systems | BBG000BMSRR9 | usd | 1 | 0.01 -| KRYS | Krystal Biotech Inc | BBG00HDGRHH7 | usd | 1 | 0.01 -| SNAP | Snap Inc | BBG00441QMJ7 | usd | 1 | 0.01 -| CSGS | CSG Systems International Inc | BBG000G3TQV2 | usd | 1 | 0.01 -| SJI | South Jersey Industries, Inc | BBG000BT0T72 | usd | 1 | 0.01 -| HI | Hillenbrand | BBG000KT0GV3 | usd | 1 | 0.01 -| APP | AppLovin Corporation | BBG006HFPX77 | usd | 1 | 0.01 -| AMG | Affiliated Managers Group | BBG000C060M4 | usd | 1 | 0.01 -| CORT | Corcept Therapeutics Inc | BBG000BKJG33 | usd | 1 | 0.01 -| ALG | Alamo Group Inc. | BBG000BJTZX0 | usd | 1 | 0.01 -| PBF | PBF Energy Inc | BBG002832GV8 | usd | 1 | 0.01 -| RRC | Range Resources | BBG000FVXD63 | usd | 1 | 0.01 -| TSN | Tyson Foods | BBG000DKCC19 | usd | 1 | 0.01 -| CENTA | Central Garden & Pet Co | BBG000KTYB56 | usd | 1 | 0.01 -| GBX | Greenbrier Cos Inc | BBG000CF5097 | usd | 1 | 0.01 -| CVLT | CommVault Systems Inc | BBG000BG88X9 | usd | 1 | 0.01 -| BKR | Baker Hughes | BBG00GBVBK51 | usd | 1 | 0.01 -| AAON | AAON | BBG000C2LZP3 | usd | 1 | 0.01 -| HEN3@DE | Henkel AG & Co | BBG000BC3BJ2 | eur | 1 | 0.01 -| NTLA | Intellia Therapeutics Inc | BBG007KC7PB0 | usd | 1 | 0.01 -| ALSN | Allison Transmission Holdings | BBG001KY3845 | usd | 1 | 0.01 -| HLI | Houlihan Lokey, Inc. | BBG000CZTB66 | usd | 1 | 0.01 -| ROP | Roper Technologies | BBG000F1ZSN5 | usd | 1 | 0.01 -| SHOO | Steven Madden, Ltd. | BBG000BLV2Q3 | usd | 1 | 0.01 -| LEN | Lennar | BBG000BN5HF7 | usd | 1 | 0.01 -| AEE | Ameren | BBG000B9X8C0 | usd | 1 | 0.01 -| BCO | Brink's Co | BBG000DR5QP5 | usd | 1 | 0.01 -| LANC | Lancaster Colony | BBG000BN1M88 | usd | 1 | 0.01 -| VG | Vonage Holdings Corp | BBG000BRB5D9 | usd | 1 | 0.01 -| 1177 | Sino Biopharmaceutical | BBG000C6XDL4 | hkd | 100 | 0.01 -| SNA | Snap-on | BBG000BT7JW9 | usd | 1 | 0.01 -| SR | Spire Inc. | BBG000BN6KG8 | usd | 1 | 0.01 -| KRTX | Karuna Therapeutics Inc | BBG00NN875G0 | usd | 1 | 0.01 -| CBU | Community Bank System | BBG000BF4D19 | usd | 1 | 0.01 -| FAST | Fastenal Company | BBG000BJ8YN7 | usd | 1 | 0.01 -| ZY | Zymergen Inc. | BBG0077HPN74 | usd | 1 | 0.01 -| AA | Alcoa Corporation | BBG00B3T3HD3 | usd | 1 | 0.01 -| CRUS | Cirrus Logic Inc | BBG000C1DHF5 | usd | 1 | 0.01 -| SLQT | SelectQuote | BBG000GTP1B6 | usd | 1 | 0.01 -| FISV | Fiserv | BBG000BJKPG0 | usd | 1 | 0.01 -| SEIC | SEI Investments Company | BBG000BSQLT9 | usd | 1 | 0.01 -| GE | General Electric Company | BBG000BK6MB5 | usd | 1 | 0.01 -| MXL | MaxLinear Inc | BBG000BB6R33 | usd | 1 | 0.01 -| PFSI | PennyMac Financial Services | BBG00LMYX123 | usd | 1 | 0.01 -| KMI | Kinder Morgan | BBG0019JZ882 | usd | 1 | 0.01 -| AMT | American Tower REIT | BBG000B9XYV2 | usd | 1 | 0.01 -| VVX | V2X, Inc. | BBG005PG80K4 | usd | 1 | 0.01 -| COTY | Coty | BBG000F395V1 | usd | 1 | 0.01 -| APPH | AppHarvest | BBG00VDGP717 | usd | 1 | 0.01 -| PLXS | Plexus Corp | BBG000BRBX66 | usd | 1 | 0.01 -| DB1@DE | Deutsche Boerse AG | BBG000D54HT0 | eur | 1 | 0.01 -| BALL | Ball Corporation | BBG000BDDNH5 | usd | 1 | 0.01 -| CMC | Commercial Metals Company | BBG000BFSND8 | usd | 1 | 0.01 -| VXRT | Vaxart Inc | BBG000DR0RZ7 | usd | 1 | 0.01 -| HIBB | Hibbett, Inc. | BBG000H001V3 | usd | 1 | 0.01 -| ABC | AmerisourceBergen Corp | BBG000MDCQC2 | usd | 1 | 0.01 -| VOYA | Voya Financial | BBG000BCWKD6 | usd | 1 | 0.01 -| JCI | Johnson Controls | BBG000BVWLJ6 | usd | 1 | 0.01 -| AMN | AMN Healthcare Services Inc | BBG000BCT197 | usd | 1 | 0.01 -| WELL | Welltower REIT | BBG000BKY1G5 | usd | 1 | 0.01 -| PSX | Phillips 66 | BBG00286S4N9 | usd | 1 | 0.01 -| ITCI | Intra-Cellular Therapies, Inc | BBG0026ZFZC4 | usd | 1 | 0.01 -| WSO | Watsco Inc | BBG000DJN7L9 | usd | 1 | 0.01 -| HEI | HEICO | BBG000BL16Q7 | usd | 1 | 0.01 -| BBBY | Bed Bath & Beyond | BBG000CSY9H9 | usd | 1 | 0.01 -| SLAB | Silicon Laboratories Inc | BBG000BB99S3 | usd | 1 | 0.01 -| CNHI | CNH Industrial N.V. | BBG0059JSF49 | usd | 1 | 0.01 -| WSM | Williams-Sonoma Inc | BBG000FSMWC3 | usd | 1 | 0.01 -| REGI | Renewable Energy Group Inc | BBG0016SSV00 | usd | 1 | 0.01 -| HPQ | HP | BBG000KHWT55 | usd | 1 | 0.01 -| GPRO | GoPro | BBG001LWHLJ8 | usd | 1 | 0.01 -| ASIX | AdvanSix Inc | BBG00CWTTQ41 | usd | 1 | 0.01 -| TM | Toyota Motor Corp | BBG000BPH299 | usd | 1 | 0.01 -| GTN | Gray Television Inc | BBG000DSQLQ0 | usd | 1 | 0.01 -| KO | COCA-COLA | BBG000BMX289 | usd | 1 | 0.01 -| MKL | Markel Corp | BBG000FC7366 | usd | 1 | 0.01 -| MLCO | Melco Resorts & Entertainment | BBG000BHP8J4 | usd | 1 | 0.01 -| AAL | American Airlines Group | BBG005P7Q881 | usd | 1 | 0.01 -| PM | Philip Morris | BBG000J2XL74 | usd | 1 | 0.01 -| RRGB | Red Robin Gourmet Burgers Inc | BBG000MXH9C1 | usd | 1 | 0.01 -| CL | Colgate-Palmolive | BBG000BFQYY3 | usd | 1 | 0.01 -| AEM | Agnico Eagle Mines | BBG000DLVDK3 | usd | 1 | 0.01 -| EQT | EQT Corporation | BBG000BHZ5J9 | usd | 1 | 0.01 -| QNST | QuinStreet Inc | BBG000S9XXB8 | usd | 1 | 0.01 -| AMEZ | Ашинский метзавод | BBG000RJWGC4 | rub | 100 | 0.005 -| DSKY | Детский Мир | BBG000BN56Q9 | rub | 10 | 0.02 -| UBER | Uber | BBG002B04MT8 | usd | 1 | 0.01 -| PKI | PerkinElmer | BBG000FXW512 | usd | 1 | 0.01 -| MSEX | Middlesex Water Company | BBG000BPGQ60 | usd | 1 | 0.01 -| UNF | UniFirst Corp MA | BBG000BW29L1 | usd | 1 | 0.01 -| COP | ConocoPhillips | BBG000BQQH30 | usd | 1 | 0.01 -| IBKR | Interactive Brokers Group Inc | BBG000LV0836 | usd | 1 | 0.01 -| ARW | Arrow Electronics Inc | BBG000BCD3D5 | usd | 1 | 0.01 -| TSCO | Tractor Supply | BBG000BLXZN1 | usd | 1 | 0.01 -| GRMN | Garmin | BBG000C4LN67 | usd | 1 | 0.01 -| DLTH | Duluth Holdings Inc | BBG002GBMZG4 | usd | 1 | 0.01 -| SBRA | Sabra Health Care REIT | BBG000MTDW24 | usd | 1 | 0.01 -| LAC | Lithium Americas Corp. | BBG000BGM5P8 | usd | 1 | 0.01 -| OC | Owens Corning | BBG000M44VW8 | usd | 1 | 0.01 -| KMX | CarMax | BBG000BLMZK6 | usd | 1 | 0.01 -| WWE | World Wrestling Entertainment | BBG000F5YH15 | usd | 1 | 0.01 -| IBN | ICICI Bank | BBG000DRM643 | usd | 1 | 0.01 -| ARVN | Arvinas Inc | BBG00LW7YK82 | usd | 1 | 0.01 -| FTI | TechnipFMC | BBG00DL8NMV2 | usd | 1 | 0.01 -| QUOT | Quotient Technology Inc | BBG001QYNR63 | usd | 1 | 0.01 -| NTUS | Natus Medical Inc | BBG000DPZHS3 | usd | 1 | 0.01 -| GKOS | Glaukos Corp | BBG000WG2LQ1 | usd | 1 | 0.01 -| RKLB | Rocket Lab | BBG00Y61SZL5 | usd | 1 | 0.01 -| PLAN | Anaplan Inc | BBG002DZS299 | usd | 1 | 0.01 -| WM | Waste Management | BBG000BWVSR1 | usd | 1 | 0.01 -| VMI | Valmont Industries | BBG000BWB7V4 | usd | 1 | 0.01 -| JBT | John Bean Technologies | BBG000VLBCQ1 | usd | 1 | 0.01 -| QCOM | Qualcomm | BBG000CGC1X8 | usd | 1 | 0.01 -| APLT | Applied Therapeutics | BBG000DD0489 | usd | 1 | 0.01 -| NARI | Inari Medical Inc | BBG009J8K7M0 | usd | 1 | 0.01 -| CRSP | CRISPR Therapeutics AG | BBG00DBBGRX1 | usd | 1 | 0.01 -| MASI | Masimo Corporation | BBG000C3W281 | usd | 1 | 0.01 -| TRUP | Trupanion Inc | BBG002BC7WC5 | usd | 1 | 0.01 -| ILMN | Illumina | BBG000DSMS70 | usd | 1 | 0.01 -| GPK | Graphic Packaging Holding Company | BBG000GQ7K93 | usd | 1 | 0.01 -| YETI | YETI Holdings Inc | BBG00D8JC882 | usd | 1 | 0.01 -| NFG | National Fuel Gas Company | BBG000BPYD87 | usd | 1 | 0.01 -| VIRT | Virtu Financial, Inc. | BBG0064N2T78 | usd | 1 | 0.01 -| SLG | SL Green REIT | BBG000BVP5P2 | usd | 1 | 0.01 -| DKS | Dick's Sporting Goods Inc | BBG000F6ZWH2 | usd | 1 | 0.01 -| RIVN | Rivian Automotive | BBG00741Y1N2 | usd | 1 | 0.01 -| MRKY | МРСК Юга | BBG000C7P5M7 | rub | 10000 | 5e-05 -| SNOW | Snowflake Inc | BBG007DHGNJ4 | usd | 1 | 0.01 -| MOMO | Hello Group | BBG007HTCQT0 | usd | 1 | 0.01 -| KSPI@GS | ГДР Kaspi.kz JSC | BBG00XV2T033 | usd | 1 | 0.01 -| AZTA | Azenta | BBG000DX9JV7 | usd | 1 | 0.01 -| KOD | Kodiak Sciences Inc | BBG00BVR0D02 | usd | 1 | 0.01 -| CHD | Church & Dwight | BBG000BFJT36 | usd | 1 | 0.01 -| ELS | Equity LifeStyle Properties REIT | BBG000BB7SX7 | usd | 1 | 0.01 -| TPG | TPG | BBG0145FSNR1 | usd | 1 | 0.01 -| VFC | VF | BBG000BWCKB6 | usd | 1 | 0.01 -| MDB | MongoDB Inc | BBG0022FDRY8 | usd | 1 | 0.01 -| SYK | Stryker | BBG000DN7P92 | usd | 1 | 0.01 -| SGMO | Sangamo Therapeutics | BBG000BHYT80 | usd | 1 | 0.01 -| EMN | Eastman Chemical Company | BBG000BLW530 | usd | 1 | 0.01 -| LDOS | Leidos Holdings | BBG000C23PB0 | usd | 1 | 0.01 -| DV | DoubleVerify Holdings, Inc. | BBG00ZNRRJM2 | usd | 1 | 0.01 -| NVS | Novartis AG | BBG000LYF3S8 | usd | 1 | 0.01 -| L | Loews | BBG000C45984 | usd | 1 | 0.01 -| LOGI | Logitech International SA | BBG000BQNNP6 | usd | 1 | 0.01 -| UWGN | ОВК | BBG008HD3V85 | rub | 1 | 0.1 -| IRDM | Iridium Communications Inc | BBG000VC0FC1 | usd | 1 | 0.01 -| LGIH | LGI Homes Inc | BBG0056655S1 | usd | 1 | 0.01 -| ATEX | Anterix | BBG0081NLHR0 | usd | 1 | 0.01 -| WRK | WestRock | BBG008NXC572 | usd | 1 | 0.01 -| OSIS | OSI Systems Inc | BBG000BWPR54 | usd | 1 | 0.01 -| MSA | MSA Safety | BBG000BPDXF8 | usd | 1 | 0.01 -| BJRI | BJ's Restaurants Inc | BBG000H9LNX1 | usd | 1 | 0.01 -| SLVM | Sylvamo Corp. | BBG0122M8031 | usd | 1 | 0.01 -| TWLO | Twilio Inc | BBG0029ZX840 | usd | 1 | 0.01 -| UHS | Universal Health Services | BBG000CB8Q50 | usd | 1 | 0.01 -| JBL | Jabil Inc. | BBG000BJNGN9 | usd | 1 | 0.01 -| CNX | CNX Resources Corporation | BBG000CKVSG8 | usd | 1 | 0.01 -| TXN | Texas Instruments | BBG000BVV7G1 | usd | 1 | 0.01 -| UAL | United Airlines Holdings | BBG000M65M61 | usd | 1 | 0.01 -| GEMC | United medical group | BBG011MCM288 | rub | 1 | 0.1 -| TTEK | Tetra Tech | BBG000BYZ0Q5 | usd | 1 | 0.01 -| HSIC | Henry Schein | BBG000BNMMJ3 | usd | 1 | 0.01 -| BLD | TopBuild Corp | BBG0077VS2C0 | usd | 1 | 0.01 -| BRBR | BellRing Brands | BBG013QNJHP8 | usd | 1 | 0.01 -| BELU | Белуга Групп ПАО ао | BBG000TY1CD1 | rub | 1 | 1. -| OMF | OneMain Holdings | BBG005497GZ3 | usd | 1 | 0.01 -| CVM | CEL SCI Corporation | BBG000H5G6L5 | usd | 1 | 0.01 -| MRVI | Maravai LifeSciences Holdings | BBG00Y1DFV91 | usd | 1 | 0.01 -| CCSI | Consensus Cloud Solutions | BBG0105XBRH0 | usd | 1 | 0.01 -| MPC | Marathon Petroleum | BBG001DCCGR8 | usd | 1 | 0.01 -| SPGI | S&P Global | BBG000BP1Q11 | usd | 1 | 0.01 -| HUBB | Hubbell | BBG000BLK267 | usd | 1 | 0.01 -| EDIT | Editas Medicine Inc | BBG005MX5GZ2 | usd | 1 | 0.01 -| BLDR | Builders FirstSource Inc | BBG000BKD3K9 | usd | 1 | 0.01 -| LECO | Lincoln Electric Holdings | BBG000BB72K8 | usd | 1 | 0.01 -| NKHP | НКХП | BBG00BGKYH17 | rub | 10 | 0.5 -| PLTR | Palantir Technologies Inc | BBG000N7QR55 | usd | 1 | 0.01 -| FRE@DE | Fresenius SE | BBG000BS3CD1 | eur | 1 | 0.01 -| DHER@DE | Delivery Hero SE | BBG00GVXMJ74 | eur | 1 | 0.01 -| SBGI | Sinclair Broadcast Group Inc | BBG000F2XXP2 | usd | 1 | 0.01 -| GNRC | Generac Holdings Inc | BBG000PQ4W72 | usd | 1 | 0.01 -| ACGL | Arch Capital Group | BBG000HXNN20 | usd | 1 | 0.01 -| HOG | Harley-Davidson | BBG000BKZTP3 | usd | 1 | 0.01 -| BLKB | Blackbaud Inc | BBG000BGGTW5 | usd | 1 | 0.01 -| AXP | American Express | BBG000BCQZS4 | usd | 1 | 0.01 -| PCOR | Procore Technologies | BBG0026ZJ304 | usd | 1 | 0.01 -| MVIS | MicroVision | BBG000BVKXQ5 | usd | 1 | 0.01 -| SONY | Sony Corp | BBG000BT7ZK6 | usd | 1 | 0.01 -| HHC | Howard Hughes Corp | BBG000MJRJJ2 | usd | 1 | 0.01 -| FOLD | Amicus Therapeutics | BBG000PLF6N0 | usd | 1 | 0.01 -| DRQ | Dril-Quip Inc | BBG000BVDBY2 | usd | 1 | 0.01 -| NSC | Norfolk Southern | BBG000BQ5DS5 | usd | 1 | 0.01 -| SJM | JM Smucker | BBG000BT1715 | usd | 1 | 0.01 -| DLTR | Dollar Tree | BBG000BSC0K9 | usd | 1 | 0.01 -| GOOG | Alphabet Class C | BBG009S3NB30 | usd | 1 | 0.01 -| CTAS | Cintas | BBG000H3YXF8 | usd | 1 | 0.01 -| PRU | Prudential Financial | BBG000HCJMF9 | usd | 1 | 0.01 -| KLAC | KLA-Tencor | BBG000BMTFR4 | usd | 1 | 0.01 -| LCII | LCI Industries | BBG000DNLMB0 | usd | 1 | 0.01 -| CM | Canadian Imperial Bank of Commerce | BBG000FKTHQ1 | usd | 1 | 0.01 -| CNTLP | Центральный Телеграф - акции привилегированные | BBG0027F0Y27 | rub | 100 | 0.02 -| KLIC | Kulicke & Soffa Industries | BBG000BMTX31 | usd | 1 | 0.01 -| BEN | Franklin Resources | BBG000BD0TF8 | usd | 1 | 0.01 -| CACC | Credit Acceptance Corp | BBG000CS0D96 | usd | 1 | 0.01 -| BERY | Berry Global Group Inc | BBG000Q1R1Y9 | usd | 1 | 0.01 -| BVB@DE | Borussia Dortmund GmbH & Co KG | BBG000D54JC4 | eur | 1 | 0.01 -| GLTR | Globaltrans Investment PLC | BBG000VFX6Y4 | rub | 1 | 0.05 -| SPT | Sprout Social | BBG001K1CT23 | usd | 1 | 0.01 -| JKHY | Jack Henry & Associates Inc | BBG000BMH2Q7 | usd | 1 | 0.01 -| FWRD | Forward Air Corporation | BBG000BRCHB4 | usd | 1 | 0.01 -| TDOC | Teladoc Health Inc | BBG0019T5SG0 | usd | 1 | 0.01 -| PCTY | Paylocity Holding Corp | BBG006598YS8 | usd | 1 | 0.01 -| WAFD | Washington Federal, Inc. | BBG000BWQTD0 | usd | 1 | 0.01 -| TMUS | T-Mobile US Inc | BBG000NDV1D4 | usd | 1 | 0.01 -| 9618 | JD.com | BBG00VC6RYV6 | hkd | 10 | 0.2 -| GS | Goldman Sachs | BBG000C6CFJ5 | usd | 1 | 0.01 -| HASI | Hannon Armstrong REIT | BBG0044K5DM4 | usd | 1 | 0.01 -| POST | Post Holdings Inc | BBG001WTBC36 | usd | 1 | 0.01 -| CAG | Conagra Brands | BBG000BDXGP9 | usd | 1 | 0.01 -| GMED | Globus Medical Inc | BBG002V87SD0 | usd | 1 | 0.01 -| MA | Mastercard | BBG000F1ZSQ2 | usd | 1 | 0.01 -| AIG | American International Group | BBG000BBDZG3 | usd | 1 | 0.01 -| OMC | Omnicom Group | BBG000BS9489 | usd | 1 | 0.01 -| FIVE | ГДР X5 RetailGroup | BBG00JXPFBN0 | rub | 1 | 0.5 -| UCTT | Ultra Clean Holdings Inc | BBG000HSLV70 | usd | 1 | 0.01 -| VRTS | Virtus Investment Partners | BBG000DMFQS2 | usd | 1 | 0.01 -| OIS | Oil States International Inc | BBG000BDDN94 | usd | 1 | 0.01 -| MSGS | Madison Square Garden Co | BBG007FG0C23 | usd | 1 | 0.01 -| WB | Weibo Corporation | BBG0065XPGX9 | usd | 1 | 0.01 -| R | Ryder System | BBG000BRVP70 | usd | 1 | 0.01 -| LKQ | LKQ Corporation | BBG000PXDL44 | usd | 1 | 0.01 -| BILI | Bilibili Inc | BBG00K7T3037 | usd | 1 | 0.01 -| COHR | Coherent Inc | BBG000BG1DH3 | usd | 1 | 0.01 -| IOSP | Innospec | BBG000BMFNP4 | usd | 1 | 0.01 -| TER | Teradyne Inc | BBG000BV4DR6 | usd | 1 | 0.01 -| CPS | Cooper-Standard Holdings Inc | BBG000PSXT64 | usd | 1 | 0.01 -| SKIN | The Beauty Health Company | BBG00XKM1DC3 | usd | 1 | 0.01 -| SAP | АДР SAP | BBG000BDSLD7 | usd | 1 | 0.01 -| SBUX | Starbucks Corporation | BBG000CTQBF3 | usd | 1 | 0.01 -| BANE | Башнефть | BBG004S68758 | rub | 1 | 0.5 -| CAT | Caterpillar | BBG000BF0K17 | usd | 1 | 0.01 -| OKEY | O'Key Group SA | BBG00172J7S9 | rub | 10 | 0.01 -| TREX | Trex Co Inc | BBG000BTGKK9 | usd | 1 | 0.01 -| IART | Integra LifeSciences Holdings | BBG000BZJQL8 | usd | 1 | 0.01 -| ROG | Rogers Corp | BBG000BS9HN3 | usd | 1 | 0.01 -| PYPL | PayPal Holdings | BBG0077VNXV6 | usd | 1 | 0.01 -| SONO | SONOS INC | BBG001JZPSQ2 | usd | 1 | 0.01 -| CCI | Crown Castle REIT | BBG000FV1Z23 | usd | 1 | 0.01 -| AEO | American Eagle Outfitters Inc | BBG000BGXZB5 | usd | 1 | 0.01 -| NXST | Nexstar Media Group Inc | BBG000DZJVH0 | usd | 1 | 0.01 -| CVS | CVS Health Corporation | BBG000BGRY34 | usd | 1 | 0.01 -| NEO | NeoGenomics Inc | BBG000BKH263 | usd | 1 | 0.01 -| HCA | HCA Healthcare | BBG000QW7VC1 | usd | 1 | 0.01 -| TSP | TuSimple Holdings | BBG00ZSDS6T8 | usd | 1 | 0.01 -| IBTX | Independent Bank Group, Inc. | BBG003981NS4 | usd | 1 | 0.01 -| PLZL@GS | Polyus PJSC | BBG00H2CS6K7 | usd | 1 | 0.01 -| UDR | UDR REIT | BBG000C41023 | usd | 1 | 0.01 -| UPS | United Parcel Service | BBG000L9CV04 | usd | 1 | 0.01 -| AJG | Arthur J. Gallagher & Co | BBG000BBHXQ3 | usd | 1 | 0.01 -| YUMC | Yum China Holdings | BBG00B8N0HG1 | usd | 1 | 0.01 -| RNR | RenaissanceRe Holdings | BBG000BFVZ83 | usd | 1 | 0.01 -| NVTK@GS | Novatek PJSC | BBG000QY6FL3 | usd | 1 | 0.01 -| TRMK | Трубная Металлургическая Компания | BBG004TC84Z8 | rub | 10 | 0.02 -| SIE@DE | Siemens AG | BBG000BCCT76 | eur | 1 | 0.01 -| POSI | Positive Technologies | TCS00A103X66 | rub | 1 | 0.2 -| CVCO | Cavco Industries Inc | BBG000K4WS65 | usd | 1 | 0.01 -| ROL | Rollins | BBG000BSBBP1 | usd | 1 | 0.01 -| BANEP | Башнефть - привилегированные акции | BBG004S686N0 | rub | 1 | 0.5 -| WFC | Wells Fargo & Company | BBG000BWQFY7 | usd | 1 | 0.01 -| LPLA | LPL Financial Holdings | BBG000P2TYL8 | usd | 1 | 0.01 -| RUAL | РУСАЛ | BBG008F2T3T2 | rub | 10 | 0.005 -| CRL | Charles River Laboratories Int | BBG000BG5BL8 | usd | 1 | 0.01 -| NVRO | Nevro | BBG001K61W36 | usd | 1 | 0.01 -| BOOT | Boot Barn Holdings Inc | BBG0077SYZV6 | usd | 1 | 0.01 -| WAT | Waters | BBG000FQRVM3 | usd | 1 | 0.01 -| MBUU | Malibu Boats Inc | BBG005PXTR70 | usd | 1 | 0.01 -| FDX | FedEx | BBG000BJF1Z8 | usd | 1 | 0.01 -| GTLS | Chart Industries Inc | BBG000P1K2X6 | usd | 1 | 0.01 -| RPD | Rapid7 Inc | BBG009DFHWG6 | usd | 1 | 0.01 -| OSH | Oak Street Health | BBG00W0L8GW3 | usd | 1 | 0.01 -| VLDR | Velodyne Lidar | BBG00M0X4584 | usd | 1 | 0.01 -| SIG | Signet Jewelers | BBG000C4ZZ10 | usd | 1 | 0.01 -| HIG | Hartford Financial Services | BBG000G0Z878 | usd | 1 | 0.01 -| MSGE | Madison Square Garden Entertainment | BBG00L9HLWV8 | usd | 1 | 0.01 -| TTLK | Таттелеком | BBG000RJL816 | rub | 1000 | 0.0005 -| COF | Capital One | BBG000BGKTF9 | usd | 1 | 0.01 -| FITB | Fifth Third Bancorp | BBG000BJL3N0 | usd | 1 | 0.01 -| RIOT | Riot Blockchain | BBG000BQ4512 | usd | 1 | 0.01 -| CHGG | Chegg Inc | BBG0014XR0N5 | usd | 1 | 0.01 -| YUM | Yum! | BBG000BH3GZ2 | usd | 1 | 0.01 -| ESAB | ESAB Corporation | BBG0028ZMP45 | usd | 1 | 0.01 -| MS | Morgan Stanley | BBG000BLZRJ2 | usd | 1 | 0.01 -| NDAQ | Nasdaq | BBG000F5VVB6 | usd | 1 | 0.01 -| SEDG | SolarEdge Technologies Inc | BBG0084BBZY6 | usd | 1 | 0.01 -| GMKN | Норильский никель | BBG004731489 | rub | 1 | 2. -| MEI | Methode Electronics Inc | BBG000BNY197 | usd | 1 | 0.01 -| GEVO | Gevo | BBG000P7S7L7 | usd | 1 | 0.01 -| RGEN | Repligen Corporation | BBG000BS48J3 | usd | 1 | 0.01 -| FLOW | SPX FLOW Inc | BBG007FL7ZD2 | usd | 1 | 0.01 -| SRE | Sempra Energy | BBG000C2ZCH8 | usd | 1 | 0.01 -| OGE | OGE Energy Corp. | BBG000BQGLS5 | usd | 1 | 0.01 -| TFX | Teleflex Inc | BBG000BV59Y6 | usd | 1 | 0.01 -| HPE | Hewlett Packard Enterprise | BBG0078W3NQ3 | usd | 1 | 0.01 -| WPC | WP Carey REIT | BBG000BCQM58 | usd | 1 | 0.01 -| IBM | IBM | BBG000BLNNH6 | usd | 1 | 0.01 -| CVGW | Calavo Growers Inc | BBG000BGPQW1 | usd | 1 | 0.01 -| NTCT | NetScout Systems Inc | BBG000C136Z8 | usd | 1 | 0.01 -| CIEN | Ciena Corp | BBG000BP1152 | usd | 1 | 0.01 -| DLR | Digital Realty REIT | BBG000Q5ZRM7 | usd | 1 | 0.01 -| BHF | Brighthouse Financial | BBG00DYPZ4T0 | usd | 1 | 0.01 -| SWBI | Smith & Wesson Brands | BBG000BM0QL7 | usd | 1 | 0.01 -| GBCI | Glacier Ban | BBG000C3KB84 | usd | 1 | 0.01 -| MSRS | МОЭСК | BBG004S687G6 | rub | 1000 | 0.0005 -| NVST | Envista Holdings | BBG00LN4B5N0 | usd | 1 | 0.01 -| Z | Zillow Group Inc | BBG009NRSWJ4 | usd | 1 | 0.01 -| SIGI | Selective Insurance Group | BBG000BSZ738 | usd | 1 | 0.01 -| TPX | Tempur Sealy International Inc | BBG000PXGT62 | usd | 1 | 0.01 -| NYCB | New York Community Bancorp | BBG000BVXPZ8 | usd | 1 | 0.01 -| QIWI | QIWI | BBG005D1WCQ1 | rub | 1 | 0.5 -| WWD | Woodward Inc | BBG000BD53V2 | usd | 1 | 0.01 -| IRKT | Корпорация ИРКУТ | BBG000FWGSZ5 | rub | 100 | 0.02 -| NEOG | Neogen Corp | BBG000C1BCK2 | usd | 1 | 0.01 -| DMTK | DermTech | BBG00H19F184 | usd | 1 | 0.01 -| ISKJ | ИСКЧ | BBG000N16BP3 | rub | 10 | 0.02 -| NUVA | NuVasive Inc | BBG000LNL298 | usd | 1 | 0.01 -| APLE | Apple Hospitality REIT | BBG006473QX9 | usd | 1 | 0.01 -| CHH | Choice Hotels International In | BBG000BPBTL2 | usd | 1 | 0.01 -| VTSC@DE | Vitesco Technologies Group AG | BBG00ZVC67K7 | eur | 1 | 0.01 -| OZON | Ozon Holdings PLC | BBG00Y91R9T3 | rub | 1 | 0.5 -| SPCE | Virgin Galactic Holdings Inc Class A | BBG00HTN2CQ3 | usd | 1 | 0.01 -| VOW3@DE | Volkswagen AG | BBG000BFCS17 | eur | 1 | 0.01 -| FFIV | F5 | BBG000CXYSZ6 | usd | 1 | 0.01 -| GPI | Group 1 Automotive Inc | BBG000BB88K4 | usd | 1 | 0.01 -| EFX | Equifax | BBG000BHPL78 | usd | 1 | 0.01 -| SPOT | Spotify Technology SA | BBG003T4VFC2 | usd | 1 | 0.01 -| ARE | Alexandria Real Estate Equities REIT | BBG000BC33T9 | usd | 1 | 0.01 -| CC | Chemours Company | BBG005H82GB2 | usd | 1 | 0.01 -| TASK | TaskUs | BBG009CL6VK3 | usd | 1 | 0.01 -| QTWO | Q2 Holdings Inc | BBG005ZVK9P2 | usd | 1 | 0.01 -| SPLK | Splunk | BBG001C7TST4 | usd | 1 | 0.01 -| ADP | Automatic Data Processing | BBG000JG0547 | usd | 1 | 0.01 -| ERIE | Erie IndemnIty Co | BBG000BBTJZ1 | usd | 1 | 0.01 -| ZI | ZoomInfo Technologies Inc | BBG00S1HJ3M8 | usd | 1 | 0.01 -| UPRO | Юнипро | BBG004S686W0 | rub | 1000 | 0.001 -| SSB | SouthState Corp | BBG000BNPYN9 | usd | 1 | 0.01 -| TKR | Timken Co The | BBG000BV95H9 | usd | 1 | 0.01 -| RS | Reliance Steel & Aluminum Co | BBG000CJ2181 | usd | 1 | 0.01 -| VUZI | Vuzix Corp | BBG000QKVV49 | usd | 1 | 0.01 -| MDC | M.D.C. Holdings | BBG000BNTTY4 | usd | 1 | 0.01 -| AZN | AstraZeneca PLC | BBG000BZ0DK8 | usd | 1 | 0.01 -| GH | Guardant Health Inc | BBG006D97VY9 | usd | 1 | 0.01 -| DCPH | Deciphera Pharmaceuticals Inc | BBG00HMJ9H54 | usd | 1 | 0.01 -| MFGP | Micro Focus | BBG00HFWVGN0 | usd | 1 | 0.01 -| XOM | Exxon Mobil Corporation | BBG000GZQ728 | usd | 1 | 0.01 -| AWH | Aspira Womens Health | BBG000BTYP37 | usd | 1 | 0.01 -| SHAK | Shake Shack Inc | BBG0063GCHH8 | usd | 1 | 0.01 -| IOVA | Iovance Biotherapeutics Inc | BBG000FTLBV7 | usd | 1 | 0.01 -| PVH | PVH | BBG000BRRG02 | usd | 1 | 0.01 -| NKLA | Nikola | BBG00L4CWQ45 | usd | 1 | 0.01 -| ALK | Alaska Air Group | BBG000BBL0Y1 | usd | 1 | 0.01 -| RY | Royal Bank of Canada | BBG000BSSC44 | usd | 1 | 0.01 -| WST | West Pharmaceutical Services I | BBG000BX24N8 | usd | 1 | 0.01 -| MTLRP | Мечел - Привилегированные акции | BBG004S68FR6 | rub | 10 | 0.05 -| SLB | Schlumberger | BBG000BT41Q8 | usd | 1 | 0.01 -| FTDR | Frontdoor, Inc. | BBG00H9MNDZ2 | usd | 1 | 0.01 -| TROW | T Rowe Price Group | BBG000BVMPN3 | usd | 1 | 0.01 -| KZOSP | ПАО «КАЗАНЬОРГСИНТЕЗ» - акции привилегированные | BBG0029SG1C1 | rub | 10 | 0.01 -| SAP@DE | SAP SE | BBG000BG7GX2 | eur | 1 | 0.01 -| LSNG | Ленэнерго | BBG000NLC9Z6 | rub | 100 | 0.01 -| SNX | SYNNEX Corp | BBG000CL9JV4 | usd | 1 | 0.01 -| HYDR | РусГидро | BBG00475K2X9 | rub | 1000 | 0.0001 -| GRPH | Graphite Bio, Inc. | BBG00XDH4NZ2 | usd | 1 | 0.01 -| ATRI | Atrion Corp | BBG000DTT624 | usd | 1 | 0.01 -| EXPI | eXp World Holdings | BBG001DCTG63 | usd | 1 | 0.01 -| INGN | Inogen Inc | BBG0021PH456 | usd | 1 | 0.01 -| CMS | CMS Energy Corporation | BBG000BFVXX0 | usd | 1 | 0.01 -| LHA@DE | Deutsche Lufthansa AG | BBG000BC6M41 | eur | 1 | 0.01 -| VCEL | Vericel Corp | BBG000BDCM24 | usd | 1 | 0.01 -| RIG | Transocean | BBG000BH5LT6 | usd | 1 | 0.01 -| ENR | Energizer Holdings Inc | BBG006FCB019 | usd | 1 | 0.01 -| PSN | Parsons | BBG000C3TKY6 | usd | 1 | 0.01 -| MANH | Manhattan Associates Inc | BBG000BFV758 | usd | 1 | 0.01 -| RTKMP | Ростелеком - Привилегированные акции | BBG004S685M3 | rub | 10 | 0.05 -| ICLR | ICON plc | BBG000CTSZQ6 | usd | 1 | 0.01 -| AFKS | АФК Система | BBG004S68614 | rub | 100 | 0.001 -| FULC | Fulcrum Therapeutics | BBG00DDY1RK9 | usd | 1 | 0.01 -| MNRO | Monro | BBG000C0BZD1 | usd | 1 | 0.01 -| WTS | Watts Water Technologies Inc | BBG000C4Z6C2 | usd | 1 | 0.01 -| ICUI | ICU Medical Inc | BBG000CQV2N4 | usd | 1 | 0.01 -| PRG | PROG Holdings | BBG00VSH86G4 | usd | 1 | 0.01 -| NTES | NetEase Inc | BBG000BX72V8 | usd | 1 | 0.01 -| KNBE | KnowBe4 | BBG00C4DL9L4 | usd | 1 | 0.01 -| FLR | Fluor | BBG000BB1TH9 | usd | 1 | 0.01 -| VRSB | ТНС энерго Воронеж | BBG000BX7DH0 | rub | 10 | 0.2 -| GBT | Global Blood Therapeutics Inc | BBG00341H6M0 | usd | 1 | 0.01 -| ATUS | Altice USA Inc | BBG00GFMPRK0 | usd | 1 | 0.01 -| TAK | Takeda Pharmaceutical Co Ltd | BBG000LF8708 | usd | 1 | 0.01 -| AZO | AutoZone | BBG000C7LMS8 | usd | 1 | 0.01 -| PARA | Paramount Global | BBG000C496P7 | usd | 1 | 0.01 -| WKHS | Workhorse Group Inc | BBG000BDPB15 | usd | 1 | 0.01 -| DAL | Delta Air Lines | BBG000R7Z112 | usd | 1 | 0.01 -| DLO | DLocal | BBG00XGCHFV7 | usd | 1 | 0.01 -| ANIP | ANI Pharmaceuticals Inc | BBG000KK1L04 | usd | 1 | 0.01 -| MSFT | Microsoft Corporation | BBG000BPH459 | usd | 1 | 0.01 -| DHI | D.R. Horton | BBG000DQTXY6 | usd | 1 | 0.01 -| NCNO | nCino | BBG014GJ8XH2 | usd | 1 | 0.01 -| FOXF | Fox Factory Holding Corp | BBG004T7VS53 | usd | 1 | 0.01 -| ACIW | ACI Worldwide, Inc. | BBG000PMBV39 | usd | 1 | 0.01 -| WSC | WillScot Mobile Mini Holdings | BBG00B0FS947 | usd | 1 | 0.01 -| ROSN | Роснефть | BBG004731354 | rub | 1 | 0.05 -| NKNC | Нижнекамскнефтехим | BBG000GQSRR5 | rub | 10 | 0.05 -| PAAS | Pan American Silver Corp | BBG000C0RGY3 | usd | 1 | 0.01 -| MCO | Moody's | BBG000F86GP6 | usd | 1 | 0.01 -| POR | Portland General Electric | BBG000BCRMW7 | usd | 1 | 0.01 -| FROG | JFrog Ltd. | BBG006PWZX16 | usd | 1 | 0.01 -| AON | Aon | BBG00SSQFPK6 | usd | 1 | 0.01 -| ET | Energy Transfer LP | BBG000BM2FL9 | usd | 1 | 0.01 -| UTHR | United Therapeutics Corp | BBG000BV4XJ1 | usd | 1 | 0.01 -| PB | Prosperity Bancshares | BBG000BHY4D9 | usd | 1 | 0.01 -| PTCT | PTC Therapeutics | BBG000QT15P7 | usd | 1 | 0.01 -| NLSN | Nielsen Holdings plc | BBG0088CYPX8 | usd | 1 | 0.01 -| VRTX | Vertex Pharmaceuticals | BBG000C1S2X2 | usd | 1 | 0.01 -| IFF | International Flavors & Fragrances | BBG000BLSL58 | usd | 1 | 0.01 -| BABA | Alibaba | BBG006G2JVL2 | usd | 1 | 0.01 -| AMP | Ameriprise Financial | BBG000G3QLY3 | usd | 1 | 0.01 -| AVB | AvalonBay Communities REIT | BBG000BLPBL5 | usd | 1 | 0.01 -| WIX | Wix.com Ltd | BBG005CM7J89 | usd | 1 | 0.01 -| WRB | WR Berkley | BBG000BD1HP2 | usd | 1 | 0.01 -| VEON | VEON | BBG000QCW561 | usd | 1 | 0.01 -| ARCC | Ares Capital Corp | BBG000PD6X77 | usd | 1 | 0.01 -| HAS | Hasbro | BBG000BKVJK4 | usd | 1 | 0.01 -| WING | Wingstop Inc | BBG008N298Y8 | usd | 1 | 0.01 -| ESPR | Esperion Therapeutics Inc | BBG004KB3S72 | usd | 1 | 0.01 -| URBN | Urban Outfitters | BBG000BL79J3 | usd | 1 | 0.01 -| GNL | Global Net Lease REIT | BBG004HXD0G8 | usd | 1 | 0.01 -| PH | Parker-Hannifin | BBG000BR3KL6 | usd | 1 | 0.01 -| EIX | Edison International | BBG000D7RKJ5 | usd | 1 | 0.01 -| MTD | Mettler Toledo | BBG000BZCKH3 | usd | 1 | 0.01 -| GGG | Graco | BBG000BK9W84 | usd | 1 | 0.01 -| SLDB | Solid Biosciences | BBG00JN4FXG8 | usd | 1 | 0.01 -| ALB | Albemarle | BBG000BJ26K7 | usd | 1 | 0.01 -| KEY | KeyCorp | BBG000BMQPL1 | usd | 1 | 0.01 -| ALLY | Ally Financial Inc | BBG000BC2R71 | usd | 1 | 0.01 -| AVAV | AeroVironment Inc | BBG000GX14P2 | usd | 1 | 0.01 -| BFH | Bread Financial | BBG000BFNR17 | usd | 1 | 0.01 -| SJW | SJW Group | BBG000BT1ZY7 | usd | 1 | 0.01 -| RCUS | Arcus Biosciences | BBG00DQD26W3 | usd | 1 | 0.01 -| ICFI | ICF International, Inc. | BBG000BBXVK5 | usd | 1 | 0.01 -| GAZP | Газпром | BBG004730RP0 | rub | 10 | 0.01 -| LSCC | Lattice Semiconductor Corp | BBG000C2D1C1 | usd | 1 | 0.01 -| MSCI | MSCI Inc | BBG000RTDY25 | usd | 1 | 0.01 -| EL | The Estee Lauder Companies | BBG000FKJRC5 | usd | 1 | 0.01 -| EXP | Eagle Materials Inc | BBG000BJW241 | usd | 1 | 0.01 -| LYB | LyondellBasell | BBG000WCFV84 | usd | 1 | 0.01 -| KAP@GS | NAC Kazatomprom JSC | BBG00MJM7K82 | usd | 1 | 0.01 -| MTX | Minerals Technologies Inc. | BBG000BB61F7 | usd | 1 | 0.01 -| KRKNP | Саратовский НПЗ - акции привилегированные | BBG002B2J5X0 | rub | 1 | 20. -| BLK | BlackRock | BBG000C2PW58 | usd | 1 | 0.01 -| ALE | ALLETE, Inc. | BBG000CYW7N5 | usd | 1 | 0.01 -| SHW | Sherwin-Williams | BBG000BSXQV7 | usd | 1 | 0.01 -| KD | Kyndryl Holdings | BBG012W99DN6 | usd | 1 | 0.01 -| BAX | Baxter International | BBG000BCVJ77 | usd | 1 | 0.01 -| DG | Dollar General | BBG000NV1KK7 | usd | 1 | 0.01 -| CB | Chubb | BBG000BR14K5 | usd | 1 | 0.01 -| BMI | Badger Meter Inc | BBG000BDGHD9 | usd | 1 | 0.01 -| DRI | Darden Restaurants | BBG000BBNYF6 | usd | 1 | 0.01 -| BSX | Boston Scientific Corporation | BBG000C0LW92 | usd | 1 | 0.01 -| RASP | Распадская | BBG004S68696 | rub | 10 | 0.05 -| SILK | Silk Road Medical | BBG0026ZJRY4 | usd | 1 | 0.01 -| IAC | IAC InterActiveCorp | BBG00S1LR2C3 | usd | 1 | 0.01 -| WMB | The Williams Companies | BBG000BWVCP8 | usd | 1 | 0.01 -| RARE | Ultragenyx Pharmaceutical Inc | BBG001RWPDW6 | usd | 1 | 0.01 -| ABG | Asbury Automotive Group Inc | BBG000BKDWB5 | usd | 1 | 0.01 -| VMC | Vulcan Materials | BBG000BWGYF8 | usd | 1 | 0.01 -| SXT | Sensient Technologies Corp | BBG000J79P80 | usd | 1 | 0.01 -| PLUG | Plug Power Inc | BBG000C1XSP8 | usd | 1 | 0.01 -| PDCO | Patterson | BBG000BQY289 | usd | 1 | 0.01 -| SVST@GS | Severstal PJSC | BBG000Q3XWC4 | usd | 1 | 0.01 -| CHMF | Северсталь | BBG00475K6C3 | rub | 1 | 0.2 -| ETLN | ГДР Etalon Group PLC | BBG001M2SC01 | rub | 1 | 0.02 -| KALU | Kaiser Aluminum Corp | BBG000PKZDX4 | usd | 1 | 0.01 -| SFTL | ГДР Softline | BBG0136BTL03 | rub | 1 | 0.1 -| VALE | Vale SA | BBG000BN5LG7 | usd | 1 | 0.01 -| BRKR | Bruker Corp | BBG000CL1FG7 | usd | 1 | 0.01 -| SAIA | Saia Inc | BBG000P5LMQ0 | usd | 1 | 0.01 -| STE | STERIS | BBG00MRHG523 | usd | 1 | 0.01 -| BDX | Becton, Dickinson and Company | BBG000BCZYD3 | usd | 1 | 0.01 -| RSTIP | Российские сети - акции привилегированные | BBG000KTF667 | rub | 1000 | 0.001 -| RJF | Raymond James Financial | BBG000BS73J1 | usd | 1 | 0.01 -| TCX | Tucows Inc | BBG000L69KL5 | usd | 1 | 0.01 -| AAN | The Aarons Company | BBG00WCNDCZ6 | usd | 1 | 0.01 -| FTV | Fortive | BBG00BLVZ228 | usd | 1 | 0.01 -| INFO | IHS Markit | BBG006G063F9 | usd | 1 | 0.01 -| LFST | LifeStance Health Group | BBG01138DGZ7 | usd | 1 | 0.01 -| MMSI | MerIt Medical Systems Inc | BBG000C42VX0 | usd | 1 | 0.01 -| NTGR | NETGEAR Inc | BBG000C4GBR6 | usd | 1 | 0.01 -| PAG | Penske Automotive Group | BBG000H6K1B0 | usd | 1 | 0.01 -| TCBI | Texas Capital Bancshares Inc | BBG000DN4ZT1 | usd | 1 | 0.01 -| FRME | First Merchants Corporation | BBG000BBSJ28 | usd | 1 | 0.01 -| COWN | Cowen, Inc. | BBG000ND1SB0 | usd | 1 | 0.01 -| VNT | Vontier Corporation | BBG00RRGSJR4 | usd | 1 | 0.01 -| QRVO | Qorvo | BBG007TJF1N7 | usd | 1 | 0.01 -| WTRG | Essential Utilities, Inc. | BBG000BRMJN6 | usd | 1 | 0.01 -| GRUB | АДР Just Eat Takeaway.com N.V. | BBG010R8C3Y4 | usd | 1 | 0.01 -| LII | Lennox International Inc | BBG000BB5B84 | usd | 1 | 0.01 -| FIZZ | National Beverage Corp | BBG000BF8CB6 | usd | 1 | 0.01 -| CRMT | America's Car-Mart Inc TX | BBG000CM6L31 | usd | 1 | 0.01 -| LHCG | LHC Group Inc | BBG000G7W420 | usd | 1 | 0.01 -| MOV | Movado Group Inc | BBG000BL30Y9 | usd | 1 | 0.01 -| SF | Stifel Financial | BBG000BSS5C0 | usd | 1 | 0.01 -| UBSI | United Bankshares, Inc. | BBG000BVXC87 | usd | 1 | 0.01 -| ZBRA | Zebra Technologies Corp | BBG000CC7LQ7 | usd | 1 | 0.01 -| NKTR | Nektar Therapeutics | BBG000BHCYJ1 | usd | 1 | 0.01 -| VPG | Vishay Precision Group Inc | BBG000PRQ0V9 | usd | 1 | 0.01 -| BZUN | Baozun Inc | BBG008HNS333 | usd | 1 | 0.01 -| ICE | Intercontinental Exchange | BBG000C1FB75 | usd | 1 | 0.01 -| SQSP | Squarespace, Inc. | BBG00389GQ73 | usd | 1 | 0.01 -| CMI | Cummins | BBG000BGPTV6 | usd | 1 | 0.01 -| CMA | Comerica Incorporated | BBG000C75N77 | usd | 1 | 0.01 -| LEA | Lear Corp | BBG000PTLGZ1 | usd | 1 | 0.01 -| SWAV | Shockwave Medical Inc | BBG005XVXML5 | usd | 1 | 0.01 -| VST | Vistra | BBG00DXDL6Q1 | usd | 1 | 0.01 -| FRPT | Freshpet Inc | BBG001D0HB36 | usd | 1 | 0.01 -| QLYS | Qualys Inc | BBG000HT5G06 | usd | 1 | 0.01 -| CHTR | Charter Communications | BBG000VPGNR2 | usd | 1 | 0.01 -| CI | Cigna | BBG00KXRCDP0 | usd | 1 | 0.01 -| SBERP | Сбер Банк - привилегированные акции | BBG0047315Y7 | rub | 10 | 0.01 -| ATKR | Atkore International Group Inc | BBG000QTFDQ4 | usd | 1 | 0.01 -| CLVT | Clarivate | BBG00P1919G5 | usd | 1 | 0.01 -| CRNC | Cerence | BBG00MMDJG84 | usd | 1 | 0.01 -| POGR | Petropavlovsk PLC | BBG00VPKLPX4 | rub | 100 | 0.005 -| VRNS | Varonis Systems Inc | BBG001Y04TN6 | usd | 1 | 0.01 -| WCC | WESCO International Inc | BBG000D0FNV3 | usd | 1 | 0.01 -| HOT@DE | Hochtief AG | BBG000BC3WH8 | eur | 1 | 0.01 -| LBRDK | Liberty Broadband Corporation | BBG006GNSZW5 | usd | 1 | 0.01 -| HON | Honeywell | BBG000H556T9 | usd | 1 | 0.01 -| LSI | Life Storage REIT | BBG000C42VL3 | usd | 1 | 0.01 -| LMT | Lockheed Martin | BBG000C1BW00 | usd | 1 | 0.01 -| MODV | ModivCare Inc. | BBG000P1B7C8 | usd | 1 | 0.01 -| BYND | Beyond Meat Inc | BBG003CVJP50 | usd | 1 | 0.01 -| RYN | Rayonier REIT | BBG000BG7L34 | usd | 1 | 0.01 -| DOCU | DocuSign Inc | BBG000N7KJX8 | usd | 1 | 0.01 -| ACM | AECOM | BBG000F61RJ8 | usd | 1 | 0.01 -| LUV | Southwest Airlines | BBG000BNJHS8 | usd | 1 | 0.01 -| BECN | Beacon Roofing Supply Inc | BBG000BKTXF2 | usd | 1 | 0.01 -| RRBI | Red River Bancshares | BBG000QKNLB2 | usd | 1 | 0.01 -| REYN | Reynolds Consumer Products Inc. | BBG00QVJVYB5 | usd | 1 | 0.01 -| NVCR | NovoCure Limited | BBG009XW8PY2 | usd | 1 | 0.01 -| CP | Canadian Pacific Railway | BBG000BCVMH9 | usd | 1 | 0.01 -| BF.B | Brown-Forman | BBG000BD2NY8 | usd | 1 | 0.01 -| CHEP | ЧТПЗ | BBG000Q49F45 | rub | 10 | 0.5 -| LEVI | Levi Strauss & Co | BBG000BQDF10 | usd | 1 | 0.01 -| PFG | Principal Financial Group | BBG000NSCNT7 | usd | 1 | 0.01 -| IQV | IQVIA Holdings Inc | BBG00333FYS2 | usd | 1 | 0.01 -| TRI | Thomson Reuters Corporation | BBG000BBS9F6 | usd | 1 | 0.01 -| LYFT | Lyft Inc | BBG004M9ZHX5 | usd | 1 | 0.01 -| CRI | Carter's Inc | BBG000CTM4J9 | usd | 1 | 0.01 -| RSG | Republic Services | BBG000BPXVJ6 | usd | 1 | 0.01 -| PRAA | PRA Group Inc | BBG000BNTW77 | usd | 1 | 0.01 -| SEE | Sealed Air | BBG000C22QV7 | usd | 1 | 0.01 -| ARNA | Arena Pharmaceuticals Inc | BBG000BKXBV7 | usd | 1 | 0.01 -| RE | Everest Re Group | BBG000C1XVK6 | usd | 1 | 0.01 -| DOV | Dover | BBG000BHB3M6 | usd | 1 | 0.01 -| CAH | Cardinal Health | BBG000D898T9 | usd | 1 | 0.01 -| CDNA | CareDx Inc | BBG006JS5785 | usd | 1 | 0.01 -| MMC | Marsh & McLennan | BBG000BP4MH0 | usd | 1 | 0.01 -| MAC | Macerich REIT | BBG000BL9C59 | usd | 1 | 0.01 -| JEF | Jefferies Financial Group | BBG000BNHSP9 | usd | 1 | 0.01 -| MSI | Motorola Solutions | BBG000BP8Z50 | usd | 1 | 0.01 -| MP | MP Materials | BBG00TJGL0F0 | usd | 1 | 0.01 -| BIG | Big Lots Inc | BBG000J0D904 | usd | 1 | 0.01 -| VCYT | Veracyte Inc | BBG001J2M542 | usd | 1 | 0.01 -| AMD | AMD | BBG000BBQCY0 | usd | 1 | 0.01 -| FBHS | Fortune Brands Home & Security | BBG001B4BV87 | usd | 1 | 0.01 -| CGNX | Cognex Corp | BBG000BPBVW5 | usd | 1 | 0.01 -| BBIO | Bridgebio Pharma | BBG00P9KDZK6 | usd | 1 | 0.01 -| PUMP | ProPetro Holding Corp | BBG00FYCQ352 | usd | 1 | 0.01 -| FTNT | Fortinet Inc | BBG000BCMBG4 | usd | 1 | 0.01 -| RSKD | Riskified | BBG011P2TCH8 | usd | 1 | 0.01 -| HP | Helmerich & Payne | BBG000BLCPY4 | usd | 1 | 0.01 -| CNXC | Concentrix Corporation | BBG00RCNQMX3 | usd | 1 | 0.01 -| WWW | Wolverine World Wide Inc | BBG000BX2YN2 | usd | 1 | 0.01 -| ZIM | ZIM Integrated Shipping Services | BBG00YQ7XR05 | usd | 1 | 0.01 -| GTX | Garrett Motion Inc | BBG00HY28P97 | usd | 1 | 0.01 -| CBRE | CBRE Group | BBG000C04224 | usd | 1 | 0.01 -| CEA | China Eastern Airlines | BBG000BCFNR4 | usd | 1 | 0.01 -| FIGS | FIGS | BBG004SK5VL9 | usd | 1 | 0.01 -| LNTH | Lantheus Holdings Inc | BBG006Q52RD0 | usd | 1 | 0.01 -| IPGP | IPG Photonics Corporation | BBG000DCGRL8 | usd | 1 | 0.01 -| NOV | National Oilwell Varco | BBG000BJX8C8 | usd | 1 | 0.01 -| CENT | Central Garden & Pet Co | BBG000BFD605 | usd | 1 | 0.01 -| DOCS | Doximity, Inc. | BBG0026ZJQX7 | usd | 1 | 0.01 -| HRL | Hormel Foods | BBG000BLF8D2 | usd | 1 | 0.01 -| LOPE | Grand Canyon Education Inc | BBG000FV28W9 | usd | 1 | 0.01 -| WHD | Cactus Inc | BBG00JRH1P95 | usd | 1 | 0.01 -| EBS | Emergent BioSolutions Inc | BBG000GW06J7 | usd | 1 | 0.01 -| RF | Regions Financial | BBG000Q3JN03 | usd | 1 | 0.01 -| ANDE | Andersons Inc | BBG000BF8CN3 | usd | 1 | 0.01 -| NTCO | Natura & Co Holding S.A. | BBG00R4ZKPN5 | usd | 1 | 0.01 -| LENT | Лента | BBG0063FKTD9 | rub | 1 | 0.5 -| NPK | National Presto Industries Inc | BBG000BQ4GG2 | usd | 1 | 0.01 -| USB | US Bancorp | BBG000FFDM15 | usd | 1 | 0.01 -| EVT@DE | Evotec AG | BBG000C23DD5 | eur | 1 | 0.01 -| GIS | General Mills | BBG000BKCFC2 | usd | 1 | 0.01 -| FELE | Franklin Electric Co | BBG000BJGGV8 | usd | 1 | 0.01 -| CDW | CDW Corp | BBG001P63B80 | usd | 1 | 0.01 -| HCSG | Healthcare Services Group Inc | BBG000BKYVF0 | usd | 1 | 0.01 -| STWD | Starwood Property Trust REIT | BBG000M1J270 | usd | 1 | 0.01 -| ALLE | Allegion | BBG003PS7JV1 | usd | 1 | 0.01 -| GCHE | Группа Черкизово | BBG000RTHVK7 | rub | 1 | 0.5 -| BKU | BankUnited, Inc. | BBG000PQPCM6 | usd | 1 | 0.01 -| GCP | GCP Applied Technologies Inc | BBG0082W8Q12 | usd | 1 | 0.01 -| ZIMV | ZimVie | BBG014630587 | usd | 1 | 0.01 -| VNA@DE | Vonovia SE | BBG000BT0ZM1 | eur | 1 | 0.01 -| BNGO | Bionano Genomics, Inc. | BBG001KWWRS9 | usd | 1 | 0.01 -| HSKA | Heska Corp | BBG000BWFH48 | usd | 1 | 0.01 -| HALO | Halozyme Therapeutics Inc | BBG000CZ8W54 | usd | 1 | 0.01 -| JNJ | Johnson & Johnson | BBG000BMHYD1 | usd | 1 | 0.01 -| AQUA | Русская аквакультура | BBG000W325F7 | rub | 1 | 0.5 -| BLNG | Белон | BBG000VQWH86 | rub | 100 | 0.005 -| MSNG | Мосэнерго | BBG004S687W8 | rub | 1000 | 0.0005 -| AIN | Albany International Corp. | BBG000BRWWH3 | usd | 1 | 0.01 -| CNMD | CONMED Corporation | BBG000BFZVH8 | usd | 1 | 0.01 -| SHI | Sinopec Shanghai Petrochemical | BBG000BHR1H9 | usd | 1 | 0.01 -| AIT | Applied Industrial Technologies | BBG000BBHHP9 | usd | 1 | 0.01 -| CHCO | City Holding Company | BBG000BFJFX3 | usd | 1 | 0.01 -| TATNP | Татнефть - привилегированные акции | BBG004S68829 | rub | 1 | 0.1 -| KR | Kroger | BBG000BMY992 | usd | 1 | 0.01 -| MKTX | MarketAxess Holdings Inc | BBG000BJBZ23 | usd | 1 | 0.01 -| PLD | Prologis REIT | BBG000B9Z0J8 | usd | 1 | 0.01 -| VMEO | Vimeo | BBG00ZNSSKP3 | usd | 1 | 0.01 -| SNGS | Сургутнефтегаз | BBG0047315D0 | rub | 100 | 0.005 -| HOOD | Robinhood Markets, Inc. | BBG008NMBXN8 | usd | 1 | 0.01 -| MLM | Martin Marietta Materials | BBG000BGYMH7 | usd | 1 | 0.01 -| TJX | TJX | BBG000BV8DN6 | usd | 1 | 0.01 -| THRM | Gentherm Inc | BBG000BQLM34 | usd | 1 | 0.01 -| DOW | Dow Inc | BBG00BN96922 | usd | 1 | 0.01 -| MNST | Monster Beverage | BBG008NVB1C0 | usd | 1 | 0.01 -| BUD | Anheuser-Busch InBev | BBG000RYC984 | usd | 1 | 0.01 -| BAND | Bandwidth Inc | BBG001K003W2 | usd | 1 | 0.01 -| NXPI | NXP Semiconductors NV | BBG000BND699 | usd | 1 | 0.01 -| EXAS | Exact Sciences Corp | BBG000CWL0F5 | usd | 1 | 0.01 -| ETR | Entergy Corporation | BBG000C1FQS9 | usd | 1 | 0.01 -| JELD | JELD-WEN Holding Inc | BBG0019GM953 | usd | 1 | 0.01 -| ZBH | Zimmer Biomet Holdings | BBG000BKPL53 | usd | 1 | 0.01 -| WISH | ContextLogic | BBG006DZTJ56 | usd | 1 | 0.01 -| CMCSA | Comcast | BBG000BFT2L4 | usd | 1 | 0.01 -| ALNY | Alnylam Pharmaceuticals Inc | BBG000BFGNJ5 | usd | 1 | 0.01 -| TCMD | Tactile Systems Technology Inc | BBG001B12Z39 | usd | 1 | 0.01 -| CSX | CSX Corp | BBG000BGJRC8 | usd | 1 | 0.01 -| CCL | Carnival | BBG000BF6LY3 | usd | 1 | 0.01 -| LASR | nLight Inc | BBG0020BCPX5 | usd | 1 | 0.01 -| TMHC | Taylor Morrison Home Corp | BBG003PGJHP5 | usd | 1 | 0.01 -| EPC | Edgewell Personal Care Co | BBG000BRW644 | usd | 1 | 0.01 -| TGKA | ТГК-1 | BBG000QFH687 | rub | 100000 | 2.0000000000000003e-06 -| GDEV | Nexters Inc | BBG00Z5KBW72 | usd | 1 | 0.01 -| AMWD | American Woodmark Corp | BBG000BBX657 | usd | 1 | 0.01 -| UPWK | Upwork Inc | BBG00FBJ6390 | usd | 1 | 0.01 -| ADBE | Adobe | BBG000BB5006 | usd | 1 | 0.01 -| NATI | National Instruments | BBG000DZK6N6 | usd | 1 | 0.01 -| RDY | Dr. Reddy's Laboratories | BBG000NJ96L6 | usd | 1 | 0.01 -| TOST | Toast | BBG00BTJVK94 | usd | 1 | 0.01 -| KMB | Kimberly-Clark | BBG000BMW2Z0 | usd | 1 | 0.01 -| TNL | Travel + Leisure Co. | TBG000PV2L86 | usd | 1 | 0.01 -| ALV@DE | Allianz SE | BBG000BBFBD7 | eur | 1 | 0.01 -| EGP | EastGroup Properties REIT | BBG000BHRBT4 | usd | 1 | 0.01 -| JNPR | Juniper Networks | BBG000BY33P5 | usd | 1 | 0.01 -| GSKY | GreenSky Inc | BBG00KT2SCV8 | usd | 1 | 0.01 -| USFD | US Foods Holding Corp | BBG00C6H6D40 | usd | 1 | 0.01 -| SWCH | Switch Inc | BBG00HPDM5Z2 | usd | 1 | 0.01 -| PRGS | Progress Software Corp | BBG000C4QP94 | usd | 1 | 0.01 -| VKCO | VK | BBG00178PGX3 | rub | 1 | 0.2 -| ATRA | Atara Biotherapeutics Inc | BBG005Q3MQY4 | usd | 1 | 0.01 -| NEU | NewMarket Corp | BBG000BJ5SS8 | usd | 1 | 0.01 -| STOR | STORE Capital Corp REIT | BBG00265T6Q4 | usd | 1 | 0.01 -| CWST | Casella Waste Systems | BBG000BT0J38 | usd | 1 | 0.01 -| SAVA | Cassava Sciences | BBG000BK9YW3 | usd | 1 | 0.01 -| URI | United Rentals | BBG000BXMFC3 | usd | 1 | 0.01 -| GL | Globe Life Inc | BBG000BVD6X4 | usd | 1 | 0.01 -| TDY | Teledyne Technologies Inc | BBG000BMT9T6 | usd | 1 | 0.01 -| RNFT | РуссНефть | BBG00F9XX7H4 | rub | 1 | 0.2 -| HAE | Haemonetics Corp | BBG000C7TF41 | usd | 1 | 0.01 -| PSA | Public Storage REIT | BBG000BPPN67 | usd | 1 | 0.01 -| ZYXI | Zynex Inc | BBG000BJBXZ2 | usd | 1 | 0.01 -| CBRL | Cracker Barrel Old Country Sto | BBG000BF33K1 | usd | 1 | 0.01 -| AXGN | Axogen Inc | BBG000BN46R9 | usd | 1 | 0.01 -| MU | Micron Technology | BBG000C5Z1S3 | usd | 1 | 0.01 -| AKRN | Акрон | BBG004S688G4 | rub | 1 | 2. -| PEAK | Healthpeak Properties REIT | BBG000BKYDP9 | usd | 1 | 0.01 -| POSH | Poshmark | BBG0029ZBN50 | usd | 1 | 0.01 -| DCI | Donaldson Co | BBG000BGZP70 | usd | 1 | 0.01 -| CNXN | PC Connection Inc | BBG000BX74M4 | usd | 1 | 0.01 -| MC | Moelis & Co | BBG000RNBH63 | usd | 1 | 0.01 -| UA | Under Armour (C) | BBG009DTD8H2 | usd | 1 | 0.01 -| AGRO | РусАгро | BBG007N0Z367 | rub | 1 | 0.2 -| GTLB | GitLab | BBG00DHTYPH8 | usd | 1 | 0.01 -| TOL | Toll Brothers Inc | BBG000BVHBM1 | usd | 1 | 0.01 -| DNOW | NOW Inc | BBG005BLN209 | usd | 1 | 0.01 -| PAYX | Paychex Inc | BBG000BQSQ38 | usd | 1 | 0.01 -| CYTK | Cytokinetics | BBG000F0R4N9 | usd | 1 | 0.01 -| ATVI | Activision Blizzard | BBG000CVWGS6 | usd | 1 | 0.01 -| STAG | STAG Industrial REIT | BBG000BGLFP7 | usd | 1 | 0.01 -| DIOD | Diodes Inc | BBG000G25P51 | usd | 1 | 0.01 -| Y | Alleghany Corp | BBG000BX6BJ3 | usd | 1 | 0.01 -| CRSR | Corsair Gaming Inc | BBG00HMSHL83 | usd | 1 | 0.01 -| VCRA | Vocera Communications Inc | BBG00179VSY7 | usd | 1 | 0.01 -| BEAM | Beam Therapeutics | BBG00KXC8646 | usd | 1 | 0.01 -| NIC | Nicolet Bankshares | BBG000QK0TG5 | usd | 1 | 0.01 -| CTVA | Corteva Inc | BBG00BN969C1 | usd | 1 | 0.01 -| DRE | Duke Realty REIT | BBG000BHD8S7 | usd | 1 | 0.01 -| ABNB | Airbnb, Inc | BBG001Y2XS07 | usd | 1 | 0.01 -| LRN | Stride, Inc | BBG000QSXPZ9 | usd | 1 | 0.01 -| OSK | Oshkosh Corporation | BBG000CC53X1 | usd | 1 | 0.01 -| HAL | Halliburton | BBG000BKTFN2 | usd | 1 | 0.01 -| YELP | Yelp Inc | BBG000Q2HM09 | usd | 1 | 0.01 -| LRCX | Lam Research | BBG000BNFLM9 | usd | 1 | 0.01 -| TNC | Tennant Company | BBG000JCZJS2 | usd | 1 | 0.01 -| ESE | ESCO Technologies Inc. | BBG000C4S3P3 | usd | 1 | 0.01 -| BFAM | Bright Horizons Family Solutio | BBG003LFWP05 | usd | 1 | 0.01 -| ALGN | Align Technology | BBG000BRNLL2 | usd | 1 | 0.01 -| BA | BOEING | BBG000BCSST7 | usd | 1 | 0.01 -| FATE | Fate Therapeutics Inc | BBG000QP35H2 | usd | 1 | 0.01 -| BLI | Berkeley Lights | BBG00HJ8K617 | usd | 1 | 0.01 -| STLA | Stellantis N.V. | BBG0078ZLDG9 | usd | 1 | 0.01 -| PACB | Pacific Biosciences of California | BBG000QKXH20 | usd | 1 | 0.01 -| T | AT&T | BBG000BSJK37 | usd | 1 | 0.01 -| BOSS@DE | HUGO BOSS AG | BBG000BD0GG5 | eur | 1 | 0.01 -| KMAZ | КАМАЗ | BBG000LNHHJ9 | rub | 10 | 0.1 -| VSCO | Victorias Secret & Co. | BBG01103B471 | usd | 1 | 0.01 -| RWE@DE | RWE AG | BBG000BBQ209 | eur | 1 | 0.01 -| STNE | StoneCo | BBG00M4ZQDK0 | usd | 1 | 0.01 -| EXEL | Exelixis Inc | BBG000BQ4WF8 | usd | 1 | 0.01 -| REGN | Regeneron Pharmaceuticals | BBG000C734W3 | usd | 1 | 0.01 -| AMED | Amedisys Inc | BBG000B9ZV28 | usd | 1 | 0.01 -| BDC | Belden Inc | BBG000Q4XNV1 | usd | 1 | 0.01 -| NLMK@GS | Novolipetsk Steel PJSC | BBG000PR0PJ6 | usd | 1 | 0.01 -| CEG | Constellation Energy | BBG014KFRNP7 | usd | 1 | 0.01 -| LGND | Ligand Pharmaceuticals Inc | BBG000BKF014 | usd | 1 | 0.01 -| KBH | KB Home | BBG000BMLWX8 | usd | 1 | 0.01 -| WLK | Westlake Corporation | BBG000PXZFW2 | usd | 1 | 0.01 -| CIAN | АДР Циан | BBG012YQ6P43 | rub | 1 | 0.2 -| RTX | Raytheon Technologies | BBG000BW8S60 | usd | 1 | 0.01 -| BH | Biglari Holdings Inc | BBG00JPRDQH1 | usd | 1 | 0.01 -| OGKB | Вторая генерирующая компания оптового рынка электроэнергии | BBG000RK52V1 | rub | 1000 | 0.0001 -| CHDN | Churchill Downs Inc | BBG000BGXMG9 | usd | 1 | 0.01 -| TTCF | Tattooed Chef, Inc. | BBG00LN7Q496 | usd | 1 | 0.01 -| DD | DuPont de Nemours Inc | BBG00BN961G4 | usd | 1 | 0.01 -| STAA | STAAR Surgical Co | BBG000C4QB95 | usd | 1 | 0.01 -| SCL | Stepan Company | BBG000BSMFN2 | usd | 1 | 0.01 -| ARVL | Arrival | BBG00YFSF9D7 | usd | 1 | 0.01 -| FLT | FleetCor Technologies Inc | BBG000GPXKX9 | usd | 1 | 0.01 -| AWR | American States Water Co | BBG000F964B6 | usd | 1 | 0.01 -| AX | Axos Financial Inc | BBG000QPHD08 | usd | 1 | 0.01 -| ALC | Alcon | BBG00NPWH832 | usd | 1 | 0.01 -| RSTI | Российские сети | BBG004S682J4 | rub | 1000 | 0.0001 -| VRTV | Veritiv Corp | BBG005XZHR97 | usd | 1 | 0.01 -| HWM | Howmet Aerospace | BBG00DYNJGH9 | usd | 1 | 0.01 -| OLN | Olin Corp | BBG000BQHTV3 | usd | 1 | 0.01 -| CVX | Chevron | BBG000K4ND22 | usd | 1 | 0.01 -| CRVL | CorVel Corp | BBG000CVKZY0 | usd | 1 | 0.01 -| SHEN | Shenandoah Telecommunications | BBG000BTC2N0 | usd | 1 | 0.01 -| AERI | Aerie Pharmaceuticals Inc | BBG001KJ7WJ5 | usd | 1 | 0.01 -| FOX | Twenty-First Century Fox | BBG00JHNKJY8 | usd | 1 | 0.01 -| CBSH | Commerce Bancshares | BBG000BF3G77 | usd | 1 | 0.01 -| PCG | PG&E | BBG000BQWPC5 | usd | 1 | 0.01 -| AYX | Alteryx Inc | BBG000BGZT72 | usd | 1 | 0.01 -| PEN | Penumbra Inc | BBG001BP92V1 | usd | 1 | 0.01 -| ALIT | Alight | BBG00H00J2N1 | usd | 1 | 0.01 -| GPN | Global Payments | BBG000CX0P89 | usd | 1 | 0.01 -| HBAN | Huntington Bancshares | BBG000BKWSR6 | usd | 1 | 0.01 -| LSTR | Landstar System | BBG000BB2KN0 | usd | 1 | 0.01 -| ALV | Autoliv, Inc. | BBG000BVLRY8 | usd | 1 | 0.01 -| BIO | Bio-Rad Laboratories Inc | BBG000DY28W5 | usd | 1 | 0.01 -| WBD | Warner Bros. Discovery | BBG011386VF4 | usd | 1 | 0.01 -| V | Visa | BBG000PSKYX7 | usd | 1 | 0.01 -| NVDA | NVIDIA | BBG000BBJQV0 | usd | 1 | 0.01 -| XNCR | Xencor Inc | BBG0026ZG4W0 | usd | 1 | 0.01 -| CWT | California Water Service | BBG000D8KTN6 | usd | 1 | 0.01 -| TATN | Татнефть | BBG004RVFFC0 | rub | 1 | 0.1 -| CLR | Continental Resources Inc | BBG000BHBGN6 | usd | 1 | 0.01 -| KWR | Quaker Chemical Corp | BBG000DZS2L9 | usd | 1 | 0.01 -| WU | Western Union | BBG000BB5373 | usd | 1 | 0.01 -| ARQT | Arcutis Biotherapeutics | BBG00QN8K4M4 | usd | 1 | 0.01 -| MGNT@GS | Magnit PJSC | BBG000VFBQG4 | usd | 1 | 0.01 -| KOPN | Kopin Corporation | BBG000C2SBZ8 | usd | 1 | 0.01 -| QGEN | QIAGEN NV | BBG000GTYWL7 | usd | 1 | 0.01 -| SAIC | Science Applications Internati | BBG003BW05K6 | usd | 1 | 0.01 -| ELAN | Elanco Animal Health Inc | BBG00LJYS1P8 | usd | 1 | 0.01 -| ZYNE | Zynerba Pharmaceuticals Inc | BBG007BBS8B7 | usd | 1 | 0.01 -| AEIS | Advanced Energy Industries Inc | BBG000FKMP26 | usd | 1 | 0.01 -| AOUT | American Outdoor Brands Inc | BBG00QV8FS02 | usd | 1 | 0.01 -| MARA | Marathon Digital Holdings | BBG001K7WBT8 | usd | 1 | 0.01 -| EOG | EOG Resources | BBG000BZ9223 | usd | 1 | 0.01 -| ODFL | Old Dominion Freight Line Inc | BBG000CHSS88 | usd | 1 | 0.01 -| MDGL | Madrigal Pharmaceuticals Inc | BBG000QS6NV8 | usd | 1 | 0.01 -| DNB | Dun & Bradstreet Holdings | BBG00VCZX9Z6 | usd | 1 | 0.01 -| PNC | PNC Financial Services | BBG000BRD0D8 | usd | 1 | 0.01 -| PMSBP | Пермэнергосбыт - акции привилегированные | BBG000MZL2S9 | rub | 10 | 0.2 -| HRTX | Heron Therapeutics Inc | BBG000G2GJT7 | usd | 1 | 0.01 -| DDS | Dillard's Inc | BBG000BS4MP5 | usd | 1 | 0.01 -| RTKM | Ростелеком | BBG004S682Z6 | rub | 10 | 0.01 -| ENTG | Entegris Inc | BBG000CTV4N4 | usd | 1 | 0.01 -| HRB | H&R Block | BBG000BLDV98 | usd | 1 | 0.01 -| CNS | Cohen & Steers Inc | BBG000BB0WG4 | usd | 1 | 0.01 -| POWI | Power Integrations Inc | BBG000BTT3D1 | usd | 1 | 0.01 -| MATX | Matson Inc | BBG000BBK401 | usd | 1 | 0.01 -| OSTK | Overstock.com | BBG000BF7BV7 | usd | 1 | 0.01 -| SNPS | Synopsys | BBG000BSFRF3 | usd | 1 | 0.01 -| BTI | British American Tobacco | BBG000BWPXQ8 | usd | 1 | 0.01 -| NKE | NIKE | BBG000C5HS04 | usd | 1 | 0.01 -| VSMO | ВСМПО-АВИСМА | BBG004S68CV8 | rub | 1 | 20. -| SCCO | Southern Copper Corp | BBG000BSHH72 | usd | 1 | 0.01 -| CARS | Cars.com Inc | BBG000HGTH33 | usd | 1 | 0.01 -| MGRC | McGrath RentCorp | BBG000BP02D2 | usd | 1 | 0.01 -| ZG | Zillow Group Inc | BBG000D13GN8 | usd | 1 | 0.01 -| HCAT | Health Catalyst | BBG00LDPZMS6 | usd | 1 | 0.01 -| UNP | Union Pacific Corporation | BBG000BW3299 | usd | 1 | 0.01 -| KEYS | Keysight Technologies Inc | BBG0059FN811 | usd | 1 | 0.01 -| CACI | CACI International | BBG000KQY8Y7 | usd | 1 | 0.01 -| AGNC | AGNC Investment REIT | BBG000TJ8XZ7 | usd | 1 | 0.01 -| G | Genpact Limited | BBG000RQBFV2 | usd | 1 | 0.01 -| MTRN | Materion Corp | BBG000BDTT76 | usd | 1 | 0.01 -| VC | Visteon Corp | BBG0016T3GQ0 | usd | 1 | 0.01 -| IPG | IPG | BBG000C90DH9 | usd | 1 | 0.01 -| AMTI | Applied Molecular Transport | BBG00R240WL5 | usd | 1 | 0.01 -| DLX | Deluxe Corp | BBG000BH6360 | usd | 1 | 0.01 -| STRA | Strategic Education Inc | BBG000GRZDV1 | usd | 1 | 0.01 -| PLAY | Dave & Buster's Entertainment Inc | BBG001WWJTK5 | usd | 1 | 0.01 -| PLCE | Children's Place Inc The | BBG000JK9DK4 | usd | 1 | 0.01 -| MVID | М.видео | BBG004S68CP5 | rub | 1 | 0.1 -| VAC | Marriott Vacations Worldwide Corporation | BBG001J2R5H3 | usd | 1 | 0.01 -| TPIC | TPI Composites Inc | BBG0016MQ7C5 | usd | 1 | 0.01 -| MKC | McCormick & Co | BBG000G6Y5W4 | usd | 1 | 0.01 -| SKLZ | Skillz Inc | BBG00RQ732B6 | usd | 1 | 0.01 -| HLNE | Hamilton Lane Incorporated | BBG00FX58Q66 | usd | 1 | 0.01 -| MUR | Murphy Oil | BBG000BPMH90 | usd | 1 | 0.01 -| SRI | Stoneridge Inc | BBG000BB9Q78 | usd | 1 | 0.01 -| ETN | Eaton Corporation | BBG000BJ3PD2 | usd | 1 | 0.01 -| LIN | Linde | BBG00GVR8YQ9 | usd | 1 | 0.01 -| BR | Broadridge Financial Solutions | BBG000PPFKQ7 | usd | 1 | 0.01 -| EPAM | EPAM Systems | BBG000MHTV89 | usd | 1 | 0.01 -| IT | Gartner | BBG000BB65D0 | usd | 1 | 0.01 -| MHK | Mohawk Industries | BBG000FLZN98 | usd | 1 | 0.01 -| PHM | PulteGroup | BBG000BR54L0 | usd | 1 | 0.01 -| ADM | Archer-Daniels-Midland Company | BBG000BB6WG8 | usd | 1 | 0.01 -| LCID | Lucid Group | BBG00W7F99V5 | usd | 1 | 0.01 -| JWN | Nordstrom | BBG000G8N9C6 | usd | 1 | 0.01 -| CRM | Salesforce | BBG000BN2DC2 | usd | 1 | 0.01 -| TGT | Target | BBG000H8TVT2 | usd | 1 | 0.01 -| ULTA | Ulta Beauty | BBG00FWQ4VD6 | usd | 1 | 0.01 -| LAZR | Luminar Technologies | BBG00MS90LK2 | usd | 1 | 0.01 -| OSUR | OraSure Technologies Inc | BBG000J3D1Y8 | usd | 1 | 0.01 -| PNTG | Pennant Group Inc | BBG00P33SY72 | usd | 1 | 0.01 -| AFX@DE | Carl Zeiss Meditec AG | BBG000C7X325 | eur | 1 | 0.01 -| FNKO | Funko Inc | BBG00HXSHDQ9 | usd | 1 | 0.01 -| MGA | Magna International Inc. | BBG000BNLPJ7 | usd | 1 | 0.01 -| FND | Floor & Decor Holdings Inc | BBG007GJ2F81 | usd | 1 | 0.01 -| IP | International Paper | BBG000BM5SR2 | usd | 1 | 0.01 -| HTHT | H World Group | BBG000QFPM65 | usd | 1 | 0.01 -| VLO | Valero Energy Corporation | BBG000BBGGQ1 | usd | 1 | 0.01 -| BMY | Bristol-Myers Squibb | BBG000DQLV23 | usd | 1 | 0.01 -| CVNA | Carvana Co | BBG00GCTWDJ3 | usd | 1 | 0.01 -| KAI | Kadant Inc. | BBG000BKRSZ3 | usd | 1 | 0.01 -| LFUS | Littelfuse | BBG000BGFGT8 | usd | 1 | 0.01 -| ROLO | Русолово | BBG004Z2RGW8 | rub | 100 | 0.005 -| PANW | Palo Alto Networks | BBG0014GJCT9 | usd | 1 | 0.01 -| AMBA | Ambarella | BBG001QZCPJ2 | usd | 1 | 0.01 -| MIDD | Middleby Corp The | BBG000DQN9R3 | usd | 1 | 0.01 -| PIKK | ПИК | BBG004S68BH6 | rub | 1 | 0.1 -| VIPS | Vipshop | BBG002NLDLV8 | usd | 1 | 0.01 -| CORR | CorEnergy Infrastructure REIT | BBG000CN80Y9 | usd | 1 | 0.01 -| AZPN | Aspen Technology | BBG017J18W74 | usd | 1 | 0.01 -| BX | Blackstone | BBG000BH0106 | usd | 1 | 0.01 -| NLMK | НЛМК | BBG004S681B4 | rub | 10 | 0.02 -| CNP | CenterPoint Energy | BBG000FDBX90 | usd | 1 | 0.01 -| CYBR | CyberArk Software Ltd | BBG006Q52QV2 | usd | 1 | 0.01 -| CPB | Campbell Soup | BBG000BG4202 | usd | 1 | 0.01 -| CPT | Camden Property REIT | BBG000BB0V03 | usd | 1 | 0.01 -| AIRC | Apartment Income REIT | BBG00XK3WVD0 | usd | 1 | 0.01 -| WRLD | World Acceptance Corp | BBG000C3G9J2 | usd | 1 | 0.01 -| SFIX | Stitch Fix | BBG0046L1KL9 | usd | 1 | 0.01 -| GHC | Graham Holdings Co | BBG000C3FGH9 | usd | 1 | 0.01 -| OII | Oceaneering International Inc | BBG000CPBCL8 | usd | 1 | 0.01 -| AKAM | Akamai Technologies | BBG000BJQWD2 | usd | 1 | 0.01 -| DNLI | Denali Therapeutics Inc | BBG008P7F869 | usd | 1 | 0.01 -| BILL | Bill.com Holdings Inc | BBG00QVJV6V4 | usd | 1 | 0.01 -| TWTR | Twitter | BBG000H6HNW3 | usd | 1 | 0.01 -| ANGI | Angi Inc | BBG00HVKH3Q0 | usd | 1 | 0.01 -| TDC | Teradata | BBG000R0L5J4 | usd | 1 | 0.01 -| ABMD | Abiomed Inc | BBG000C101X4 | usd | 1 | 0.01 -| AVA | Avista Corporation | BBG000BCNF74 | usd | 1 | 0.01 -| BAYN@DE | Bayer | BBG000BBWF85 | eur | 1 | 0.01 -| NOC | Northrop Grumman | BBG000BQ2C28 | usd | 1 | 0.01 -| TGKN | ТГК-14 | BBG000RG4ZQ4 | rub | 1000000| 1e-05 -| GLOB | Globant SA | BBG00564Y443 | usd | 1 | 0.01 -| APD | Air Products & Chemicals | BBG000BC4JJ4 | usd | 1 | 0.01 -| OFIX | Orthofix Medical Inc | BBG000G1C210 | usd | 1 | 0.01 -| BK | Bank of New York Mellon | BBG000BD8PN9 | usd | 1 | 0.01 -| DT | Dynatrace Inc | BBG00PNN7C40 | usd | 1 | 0.01 -| EXLS | ExlService Holdings Inc | BBG000NS3P30 | usd | 1 | 0.01 -| UMBF | UMB Financial | BBG000DD8WX1 | usd | 1 | 0.01 -| THO | Thor Industries Inc | BBG000BV6R84 | usd | 1 | 0.01 -| EVER | EverQuote | BBG00F17NDH7 | usd | 1 | 0.01 -| GT | Goodyear Tire & Rubber | BBG000BKNX95 | usd | 1 | 0.01 -| KEX | Kirby Corp | BBG000BMQCP6 | usd | 1 | 0.01 -| RGR | Sturm Ruger & Co Inc | BBG000C4FQG6 | usd | 1 | 0.01 -| HBI | Hanesbrands | BBG000D2ZTS8 | usd | 1 | 0.01 -| TRNFP | Транснефть - привилегированные акции | BBG00475KHX6 | rub | 1 | 50. -| AZEK | AZEK Company | BBG00RPJPN67 | usd | 1 | 0.01 -| INSG | Inseego Corp | BBG00DWX7QH0 | usd | 1 | 0.01 -| CGNT | Cognyte Software Ltd. | BBG00R0ZFHV4 | usd | 1 | 0.01 -| ZS | Zscaler Inc | BBG003338H34 | usd | 1 | 0.01 -| ADI | Analog Devices | BBG000BB6G37 | usd | 1 | 0.01 -| VMW | VMware | BBG000BC9938 | usd | 1 | 0.01 -| ITGR | Integer Holdings Corp | BBG000BW6JV4 | usd | 1 | 0.01 -| BIIB | Biogen | BBG000C17X76 | usd | 1 | 0.01 -| WK | Workiva Inc | BBG007BVZ8H9 | usd | 1 | 0.01 -| ESS | Essex Property REIT | BBG000CGJMB9 | usd | 1 | 0.01 -| DGX | Quest Diagnostics | BBG000BN84F3 | usd | 1 | 0.01 -| TNDM | Tandem Diabetes Care Inc | BBG0019V9M65 | usd | 1 | 0.01 -| DHR | Danaher | BBG000BH3JF8 | usd | 1 | 0.01 -| SPB@US | Spectrum Brands Holdings Inc | BBG000DS5588 | usd | 1 | 0.01 -| ENOV | Enovis | BBG000C5Z443 | usd | 1 | 0.01 -| ADSK | Autodesk | BBG000BM7HL0 | usd | 1 | 0.01 -| MEDP | Medpace Holdings Inc | BBG0065B7K59 | usd | 1 | 0.01 -| SO | Southern | BBG000BT9DW0 | usd | 1 | 0.01 -| RGNX | REGENXBIO Inc | BBG007Z9V591 | usd | 1 | 0.01 -| GWW | WW Grainger | BBG000BKR1D6 | usd | 1 | 0.01 -| MTSS | МТС | BBG004S681W1 | rub | 10 | 0.05 -| SPSC | SPS Commerce Inc | BBG000PZGB75 | usd | 1 | 0.01 -| KROT | Красный Октябрь | BBG000NLB2G3 | rub | 10 | 0.5 -| PATK | Patrick Industries Inc | BBG000BQSBB2 | usd | 1 | 0.01 -| D | Dominion Energy Inc | BBG000BGVW60 | usd | 1 | 0.01 -| XRX | Xerox | BBG00NNG2ZJ8 | usd | 1 | 0.01 -| LSRG | Группа ЛСР | BBG004S68C39 | rub | 1 | 0.2 -| SAGE | Sage Therapeutics Inc | BBG0025X16Y5 | usd | 1 | 0.01 -| BOKF | BOK Financial | BBG000CFZ003 | usd | 1 | 0.01 -| USNA | USANA Health Sciences Inc | BBG000BX28M0 | usd | 1 | 0.01 -| AORT | Artivion | BBG000BMLVJ6 | usd | 1 | 0.01 -| MRTX | Mirati Therapeutics Inc | BBG004TPGBP5 | usd | 1 | 0.01 -| YAKG | ЯТЭК | BBG002B298N6 | rub | 10 | 0.05 -| RYTM | Rhythm Pharmaceuticals Inc | BBG007DLZ601 | usd | 1 | 0.01 -| SYY | Sysco | BBG000BTVJ25 | usd | 1 | 0.01 -| FIS | Fidelity National Information | BBG000BK2F42 | usd | 1 | 0.01 -| AWI | Armstrong World Industries Inc | BBG000DW4LB1 | usd | 1 | 0.01 -| FRHC | Freedom Holding Corp/NV | BBG000N625H8 | usd | 1 | 0.01 -| SNGSP | Сургутнефтегаз - привилегированные акции | BBG004S681M2 | rub | 100 | 0.005 -| CERE | Cerevel Therapeutics Holdings | BBG00VCYVLH4 | usd | 1 | 0.01 -| UAA | Under Armour | BBG000BXM6V2 | usd | 1 | 0.01 -| CWEN | Clearway Energy | BBG008LJ4TF3 | usd | 1 | 0.01 -| CINF | Cincinnati Financial Corporation | BBG000BFPK65 | usd | 1 | 0.01 -| NMTP | НМТП | BBG004S68BR5 | rub | 100 | 0.005 -| CMP | Compass Minerals International | BBG000C42WS4 | usd | 1 | 0.01 -| VREX | Varex Imaging Corp | BBG00CZNLR47 | usd | 1 | 0.01 -| HII | Huntington Ingalls Industries Inc | BBG001KJ2HM9 | usd | 1 | 0.01 -| SOHU | Sohu.com | BBG00L2DB535 | usd | 1 | 0.01 -| FTCI | FTC Solar, Inc. | BBG0320C1036 | usd | 1 | 0.01 -| OGS | ONE Gas | BBG004WQKD07 | usd | 1 | 0.01 -| NTNX | Nutanix Inc | BBG001NDW1Z7 | usd | 1 | 0.01 -| MRNA | Moderna Inc | BBG003PHHZT1 | usd | 1 | 0.01 -| RNG | RingCentral Inc | BBG000J094P3 | usd | 1 | 0.01 -| MAGN | Магнитогорский металлургический комбинат | BBG004S68507 | rub | 10 | 0.005 -| XPO | XPO Logistics Inc | BBG000L5CJF3 | usd | 1 | 0.01 -| LSNGP | Ленэнерго - акции привилегированные | BBG000NLCCM3 | rub | 10 | 0.05 -| ABCL | AbCellera Biologics | BBG00LLW2MF2 | usd | 1 | 0.01 -| MAT | Mattel | BBG000BNNYW1 | usd | 1 | 0.01 -| MUV2@DE | Muenchener Rueckversicherungs-Gesellschaft AG | BBG000BD9FD1 | eur | 1 | 0.01 -| BYSI | BeyondSpring | BBG00F9YLST6 | usd | 1 | 0.01 -| DELL | Dell Technologies Inc | BBG00DW3SZS1 | usd | 1 | 0.01 -| TXT | Textron | BBG000BVVQQ8 | usd | 1 | 0.01 -| LNZLP | Лензолото - привилегированные акции | BBG000SR0YS4 | rub | 1 | 5. -| SPBE | СПБ Биржа | BBG002GHV6L9 | usd | 1 | 0.01 -| CALM | Cal-Maine Foods Inc | BBG000CDMJW6 | usd | 1 | 0.01 -| CLSK | Cleanspark Inc | BBG001MB89V6 | usd | 1 | 0.01 -| SATS | EchoStar Corporation | BBG000TGLV00 | usd | 1 | 0.01 -| RXRX | Recursion Pharmaceuticals, Inc. | BBG00PQ4XJ45 | usd | 1 | 0.01 -| PEGA | Pegasystems Inc | BBG000H1RYG7 | usd | 1 | 0.01 -| HAIN | Hain Celestial Group Inc | BBG000BQW085 | usd | 1 | 0.01 -| AVNS | Avanos Medical Inc | BBG005L86G05 | usd | 1 | 0.01 -| CPRT | Copart Inc | BBG000BM9RH1 | usd | 1 | 0.01 -| SIBN | Газпром нефть | BBG004S684M6 | rub | 1 | 0.05 -| NKNCP | Нижнекамскнефтехим - акции привилегированные | BBG000GQSVC2 | rub | 10 | 0.02 -| AVGO | Broadcom | BBG00KHY5S69 | usd | 1 | 0.01 -| EVK@DE | Evonik Industries AG | BBG001PD3L10 | eur | 1 | 0.01 -| ALXO | ALX Oncology Holdings Inc | BBG00VR8SDG8 | usd | 1 | 0.01 -| DVEC | ДЭК | BBG000V07CB8 | rub | 1000 | 0.001 -| NTRA | Natera inc | BBG001J1BQ86 | usd | 1 | 0.01 -| NSVZ | Наука-Связь | BBG002BCQK67 | rub | 10 | 0.5 -| SWKS | Skyworks Solutions | BBG000KLB4Q1 | usd | 1 | 0.01 -| TPH | Tri Pointe Homes, Inc. | BBG0016YQTR5 | usd | 1 | 0.01 -| AGCO | AGCO Corp | BBG000DCCZW2 | usd | 1 | 0.01 -| RENI | Ренессанс Страхование | BBG00QKJSX05 | rub | 10 | 0.01 -| CRWD | Crowdstrike Holdings Inc | BBG00BLYKS03 | usd | 1 | 0.01 -| TGKBP | ТГК-2 - акции привилегированные | BBG000Q7GJ60 | rub | 100000 | 1e-05 -| FLWS | 1-800-Flowers.com Inc | BBG000BBR9P6 | usd | 1 | 0.01 -| UPST | Upstart Holdings | BBG00PKCBY53 | usd | 1 | 0.01 -| ANF | Abercrombie & Fitch | BBG000H9G7X2 | usd | 1 | 0.01 -| PHOR@GS | PhosAgro PJSC | BBG001R16GZ5 | usd | 1 | 0.01 -| ATRO | Astronics Corp | BBG000BCLBY5 | usd | 1 | 0.01 -| TRU | TransUnion | BBG002Q7J5Z1 | usd | 1 | 0.01 -| HURN | Huron Consulting Group Inc | BBG000PV2M48 | usd | 1 | 0.01 -| NEM | Newmont Goldcorp Corporation | BBG000BPWXK1 | usd | 1 | 0.01 -| CE | Celanese Corp | BBG000JYP7L8 | usd | 1 | 0.01 -| GCO | Genesco Inc | BBG000BK5S78 | usd | 1 | 0.01 -| ADS@DE | Adidas | BBG000FR1RP5 | eur | 1 | 0.01 -| LW | Lamb Weston Holdings Inc | BBG003CVMLQ2 | usd | 1 | 0.01 -| TTE | TotalEnergies SE | BBG000CHZ857 | usd | 1 | 0.01 -| TENB | Tenable Holdings Inc | BBG00LBLCD02 | usd | 1 | 0.01 -| SRCL | Stericycle | BBG000H3FZM6 | usd | 1 | 0.01 -| LPSN | LivePerson Inc | BBG000BSV0W5 | usd | 1 | 0.01 -| FLO | Flowers Foods, Inc. | BBG000BB4D72 | usd | 1 | 0.01 -| EMR | Emerson Electric | BBG000BHX7N2 | usd | 1 | 0.01 -| GM | General Motors | BBG000NDYB67 | usd | 1 | 0.01 -| CMG | Chipotle Mexican Grill | BBG000QX74T1 | usd | 1 | 0.01 -| KIDS | OrthoPediatrics Corp | BBG00HFFRW39 | usd | 1 | 0.01 -| IPAR | Inter Parfums Inc | BBG000GCSWR5 | usd | 1 | 0.01 -| MRK@DE | Merck KGaA | BBG000BX4S53 | eur | 1 | 0.01 -| BDTX | Black Diamond Therapeutics Inc | BBG00MS4Y0W9 | usd | 1 | 0.01 -| STT | State Street | BBG000BKFBD7 | usd | 1 | 0.01 -| AVIR | Atea Pharmaceuticals | BBG00TZNCJ75 | usd | 1 | 0.01 -| PRTA | Prothena Corporation | BBG003PDKJF7 | usd | 1 | 0.01 -| ZUMZ | Zumiez Inc | BBG000PYX812 | usd | 1 | 0.01 -| FNF | Fidelity National Financial, Inc. | BBG006N7S6K9 | usd | 1 | 0.01 -| NVTK | НОВАТЭК | BBG00475KKY8 | rub | 1 | 0.2 -| IBP | Installed Building Products | BBG005TJKDZ6 | usd | 1 | 0.01 -| MMM | 3M Company | BBG000BP52R2 | usd | 1 | 0.01 -| FRPH | FRP Holdings Inc | BBG000HCVWW4 | usd | 1 | 0.01 -| SRDX | Surmodics Inc | BBG000BZ2QG2 | usd | 1 | 0.01 -| TGKD | Квадра | BBG000F6H7K3 | rub | 100000 | 5e-06 -| PWR | Quanta Services | BBG000BBL8V7 | usd | 1 | 0.01 -| EQIX | Equinix REIT | BBG000MBDGM6 | usd | 1 | 0.01 -| RGLD | Royal Gold | BBG000BS5170 | usd | 1 | 0.01 -| COFS | ChoiceOne Financial Services, Inc. | BBG000LLRNX3 | usd | 1 | 0.01 -| VRSN | VeriSign | BBG000BGKHZ3 | usd | 1 | 0.01 -| EAR | Eargo | BBG009HSTZ10 | usd | 1 | 0.01 -| MTLR | Мечел | BBG004S68598 | rub | 1 | 0.01 -| NRG | NRG Energy | BBG000D8RG11 | usd | 1 | 0.01 -| DDOG | Datadog Inc | BBG003NJHZT9 | usd | 1 | 0.01 -| CW | Curtiss-Wright | BBG000BGSPS5 | usd | 1 | 0.01 -| FORR | Forrester Research Inc | BBG000HGNYG8 | usd | 1 | 0.01 -| NLOK | NortonLifeLock Inc | BBG000BH2JM1 | usd | 1 | 0.01 -| TSVT | 2seventy bio | BBG00YV1J622 | usd | 1 | 0.01 -| ACLS | Axcelis Technologies | BBG000DW34S2 | usd | 1 | 0.01 -| AN | AutoNation | BBG000BBXLW4 | usd | 1 | 0.01 -| RKKE | РКК Энергия им.С.П.Королева | BBG000LWNRP3 | rub | 1 | 10. -| ITRI | Itron Inc | BBG000BD2167 | usd | 1 | 0.01 -| TWOU | 2U Inc | BBG001KS9450 | usd | 1 | 0.01 -| FSLR | First Solar | BBG000BFL116 | usd | 1 | 0.01 -| MKSI | MKS Instruments | BBG000BVMG26 | usd | 1 | 0.01 -| CTLT | Catalent Inc | BBG005XR47P5 | usd | 1 | 0.01 -| ACMR | ACM Research Inc | BBG00HPSG933 | usd | 1 | 0.01 -| C | Citigroup | BBG000FY4S11 | usd | 1 | 0.01 -| VICR | Vicor Corp | BBG000C3VHF1 | usd | 1 | 0.01 -| MDRX | Allscripts Healthcare Solution | BBG000BLDXH5 | usd | 1 | 0.01 -| PATH | UiPath, Inc. | BBG00GKS1G03 | usd | 1 | 0.01 -| SKY | Skyline Champion | BBG000BT2TP0 | usd | 1 | 0.01 -| BBY | Best Buy Co. | BBG000BCWCG1 | usd | 1 | 0.01 -| AIV | Apartment Investment & Management REIT | BBG000DD3510 | usd | 1 | 0.01 -| MTN | Vail Resorts Inc | BBG000BCMWM1 | usd | 1 | 0.01 -| CCMP | CMC Materials | BBG000BP3NW2 | usd | 1 | 0.01 -| PRFT | Perficient Inc | BBG000BVXFK6 | usd | 1 | 0.01 -| SAFM | Sanderson Farms Inc | BBG000BSHJ96 | usd | 1 | 0.01 -| DWNI@DE | Deutsche Wohnen SE | BBG000GM6Y84 | eur | 1 | 0.01 -| SAVE | Spirit Airlines Inc | BBG000BF6RQ9 | usd | 1 | 0.01 -| ITW | Illinois Tool Works | BBG000BMBL90 | usd | 1 | 0.01 -| TTC | Toro | BBG000BVQRY3 | usd | 1 | 0.01 -| EXPD | Expeditors | BBG000BJ5GK2 | usd | 1 | 0.01 -| ABT | Abbott | BBG000B9ZXB4 | usd | 1 | 0.01 -| MRKS | МРСК Сибири | BBG000VJMH65 | rub | 10000 | 0.0005 -| SLP | Simulations Plus Inc. | BBG000BS2ZD1 | usd | 1 | 0.01 -| FTCH | Farfetch Ltd | BBG00LSD4456 | usd | 1 | 0.01 -| TT | Trane Technologies | BBG000BM6788 | usd | 1 | 0.01 -| CHPT | ChargePoint Holdings | BBG00Q741Z16 | usd | 1 | 0.01 -| LFC | China Life Insurance | BBG000BBK4B9 | usd | 1 | 0.01 -| SMPL | Simply Good Foods Co | BBG00GVP5JL4 | usd | 1 | 0.01 -| IRM | Iron Mountain REIT | BBG000KCZPC3 | usd | 1 | 0.01 -| ZIP | ZipRecruiter Inc | BBG010JBYV98 | usd | 1 | 0.01 -| ORUP | Обувь России | BBG001BBGNS2 | rub | 10 | 0.02 -| HSY | Hershey | BBG000BLHRS2 | usd | 1 | 0.01 -| NCR | NCR Corp | BBG000BMXK89 | usd | 1 | 0.01 -| QDEL | QuidelOrtho Corp | BBG017TGV7M2 | usd | 1 | 0.01 -| ISRG | Intuitive Surgical | BBG000BJPDZ1 | usd | 1 | 0.01 -| MIME | Mimecast Limited | BBG00B6W26V8 | usd | 1 | 0.01 -| PINC | Premier Inc | BBG000G7QX50 | usd | 1 | 0.01 -| DXCM | DexCom Inc | BBG000QTF8K1 | usd | 1 | 0.01 -| ITT | ITT | BBG00CVQZQ96 | usd | 1 | 0.01 -| GVA | Granite Construction Inc | BBG000DVB833 | usd | 1 | 0.01 -| SWI | SolarWinds Corp | BBG00M1CKSK7 | usd | 1 | 0.01 -| CLH | Clean Harbors Inc | BBG000BFRRX8 | usd | 1 | 0.01 -| VZIO | VIZIO Holding Corp. | BBG00ZHDJVK4 | usd | 1 | 0.01 -| LYV | Live Nation Entertainment Inc | BBG000FQ7YR4 | usd | 1 | 0.01 -| PAY | Paymentus Holdings | BBG010MW0N84 | usd | 1 | 0.01 -| NFE | New Fortress Energy | BBG00MJH9LC4 | usd | 1 | 0.01 -| CR | Crane Holdings | BBG017BXPZ85 | usd | 1 | 0.01 -| WBA | Walgreens Boots Alliance | BBG000BWLMJ4 | usd | 1 | 0.01 -| OLED | Universal Display Corp | BBG000BLRP41 | usd | 1 | 0.01 -| MQ | Marqeta, Inc. | BBG0112Z87D8 | usd | 1 | 0.01 -| EYE | National Vision Holdings Inc | BBG00HVQF9K2 | usd | 1 | 0.01 -| LNN | Lindsay Corporation | BBG000FJS1S8 | usd | 1 | 0.01 -| CPNG | Coupang, Inc. | BBG00XMJRPQ8 | usd | 1 | 0.01 -| MRC | MRC Global Inc | BBG000BKLTM1 | usd | 1 | 0.01 -| OLLI | Ollie's Bargain Outlet Holding | BBG0098VVDT9 | usd | 1 | 0.01 -| MDU | MDU Resources Group, Inc. | BBG000BNX3R4 | usd | 1 | 0.01 -| BWXT | BWX Technologies | BBG000D86F25 | usd | 1 | 0.01 -| TMO | Thermo Fisher Scientific | BBG000BVDLH9 | usd | 1 | 0.01 -| SXI | Standex International Corp | BBG000BTT5B8 | usd | 1 | 0.01 -| EXPO | Exponent, Inc. | BBG000F31Z34 | usd | 1 | 0.01 -| SAIL | SailPoint Technologies Holdings | BBG00J0BBZL0 | usd | 1 | 0.01 -| CCS | Century Communities | BBG006G412Q6 | usd | 1 | 0.01 -| CRS | Carpenter Technology Corp | BBG000BGCQT9 | usd | 1 | 0.01 -| EVRG | Evergy, Inc | BBG00H433CR2 | usd | 1 | 0.01 -| PMSB | Пермэнергосбыт | BBG000MZL0Y6 | rub | 10 | 0.1 -| RPM | RPM International Inc | BBG000DCNK80 | usd | 1 | 0.01 -| CLDT | Chatham Lodging REIT | BBG000PT6BR8 | usd | 1 | 0.01 -| ACN | Accenture | BBG000D9D830 | usd | 1 | 0.01 -| PEP | PepsiCo | BBG000DH7JK6 | usd | 1 | 0.01 -| FESH | ДВМП | BBG000QF1Q17 | rub | 100 | 0.01 -| COST | Costco Wholesale | BBG000F6H8W8 | usd | 1 | 0.01 -| POLY | Polymetal | BBG004PYF2N3 | rub | 1 | 0.1 -| AMSF | AMERISAFE, Inc. | BBG000Q0JJQ0 | usd | 1 | 0.01 -| CBOM | МКБ | BBG009GSYN76 | rub | 100 | 0.001 -| RDFN | Redfin Corp | BBG001Q7HP63 | usd | 1 | 0.01 -| SP | SP Plus Corp | BBG000BJ91B1 | usd | 1 | 0.01 -| GPC | Genuine Parts | BBG000BKL348 | usd | 1 | 0.01 -| J | Jacobs Engineering | BBG000BMFFQ0 | usd | 1 | 0.01 -| JOBS | 51job | BBG000BJD1D4 | usd | 1 | 0.01 -| SBER@GS | Sberbank of Russia PJSC | BBG001VBZR00 | usd | 1 | 0.01 -| MSTT | Мостотрест | BBG004S68DD6 | rub | 10 | 0.05 -| ASAN | Asana | BBG00WYHL732 | usd | 1 | 0.01 -| LLY | Eli Lilly & Co | BBG000BNBDC2 | usd | 1 | 0.01 -| ESTC | Elastic NV | BBG00LWZDYB9 | usd | 1 | 0.01 -| MYRG | MYR Group Inc | BBG000BC7VW9 | usd | 1 | 0.01 -| ALLK | Allakos Inc | BBG003QBJKN0 | usd | 1 | 0.01 -| DASB | Дагестанская энергосбытовая компания | BBG000LWVHN8 | rub | 1000 | 0.0001 -| RUN | Sunrun Inc | BBG0025XVR85 | usd | 1 | 0.01 -| KFY | Korn Ferry | BBG000C5QMB5 | usd | 1 | 0.01 -| MANT | ManTech International Corp VA | BBG000BGF8B5 | usd | 1 | 0.01 -| AXTA | Axalta Coating Systems | BBG0060CPLJ5 | usd | 1 | 0.01 -| BC | Brunswick Corp DE | BBG000BCWSS3 | usd | 1 | 0.01 -| BCPC | Balchem Corp | BBG000BCY878 | usd | 1 | 0.01 -| KIM | Kimco Realty REIT | BBG000CN3S73 | usd | 1 | 0.01 -| NSP | InsperIty Inc | BBG000BJ41X2 | usd | 1 | 0.01 -| ENPH | Enphase Energy Inc | BBG001R3MNY9 | usd | 1 | 0.01 -| IRTC | iRhythm Technologies | BBG001J19V24 | usd | 1 | 0.01 -| NTAP | NetApp | BBG000FP1N32 | usd | 1 | 0.01 -| CFR | Cullen/Frost Bankers | BBG000C2PL98 | usd | 1 | 0.01 -| AMEH | Apollo Medical Holdings | BBG000H7ZK57 | usd | 1 | 0.01 -| PTON | Peloton Interactive Inc | BBG00JG0FFZ2 | usd | 1 | 0.01 -| FORM | FormFactor Inc | BBG000D1Y3P1 | usd | 1 | 0.01 -| PRI | Primerica | BBG000T8ZF80 | usd | 1 | 0.01 -| COLM | Columbia Sportswear Company | BBG000BKKQ84 | usd | 1 | 0.01 -| WEC | WEC Energy Group | BBG000BWP7D9 | usd | 1 | 0.01 -| ARCT | Arcturus Therapeutics Holdings | BBG00NNW8JK1 | usd | 1 | 0.01 -| SHOP | Shopify Inc | BBG008HBD923 | usd | 1 | 0.01 -| GOSS | Gossamer Bio Inc | BBG00MVWLLM2 | usd | 1 | 0.01 -| MRKC | Россети Центр | BBG000VH7TZ8 | rub | 1000 | 0.0002 -| LTHM | Livent Corporation | BBG00LV3NRG0 | usd | 1 | 0.01 -| TGTX | TG Therapeutics | BBG000FVZQY1 | usd | 1 | 0.01 -| INDB | Independent Bank Corp | BBG000BM0597 | usd | 1 | 0.01 -| HUM | Humana | BBG000BLKK03 | usd | 1 | 0.01 -| VVV | Valvoline | BBG003DNHV56 | usd | 1 | 0.01 -| CSCO | Cisco | BBG000C3J3C9 | usd | 1 | 0.01 -| WRBY | Warby Parker | BBG005DWN8K8 | usd | 1 | 0.01 -| IRAO | Интер РАО ЕЭС | BBG004S68473 | rub | 100 | 0.0005 -| REG | Regency Centers REIT | BBG000BL46Q4 | usd | 1 | 0.01 -| NRIX | Nurix Therapeutics Inc | BBG00SDJ8M78 | usd | 1 | 0.01 -| K | Kellogg | BBG000BMKDM3 | usd | 1 | 0.01 -| VRSK | Verisk Analytics | BBG000BCZL41 | usd | 1 | 0.01 -| CNTL | Центральный Телеграф | BBG000BBV4M5 | rub | 100 | 0.02 -| KAZT | КуйбышевАзот | BBG002B9MYC1 | rub | 10 | 0.2 -| HES | Hess | BBG000BBD070 | usd | 1 | 0.01 -| HYLN | Hyliion Holdings Corp. | BBG00N9MJTZ9 | usd | 1 | 0.01 -| YEXT | Yext Inc | BBG001MKZGY7 | usd | 1 | 0.01 -| ENDP | Endo International PLC | BBG000C0HQ54 | usd | 1 | 0.01 -| NOK | Nokia | BBG000BNGBW9 | usd | 1 | 0.01 -| FCX | Freeport-McMoRan | BBG000BJDB15 | usd | 1 | 0.01 -| MGY | Magnolia Oil & Gas Corp | BBG00GNC8DL2 | usd | 1 | 0.01 -| AFLT | Аэрофлот | BBG004S683W7 | rub | 10 | 0.02 -| SDGR | Schrodinger Inc | BBG000T88BN2 | usd | 1 | 0.01 -| UNM | Unum | BBG000BW2QX0 | usd | 1 | 0.01 -| BAS@DE | BASF SE | BBG000BBVVK7 | eur | 1 | 0.01 -| ASGN | ASGN Inc | BBG000CRN8N8 | usd | 1 | 0.01 -| AER | AerCap Holdings | BBG000Q9FZL4 | usd | 1 | 0.01 -| CNNE | Cannae Holdings | BBG00GXRNJP4 | usd | 1 | 0.01 -| RIDE | Lordstown Motors Corp | BBG00N6NL712 | usd | 1 | 0.01 -| ABRD | АбрауДюрсо | BBG002W2FT69 | rub | 10 | 0.5 -| 1 | CK Hutchison Holdings | BBG0087DLDQ6 | hkd | 10 | 0.05 -| CF | CF Industries Holdings | BBG000BWJFZ4 | usd | 1 | 0.01 -| NVEE | NV5 Global Inc | BBG005BT60Y8 | usd | 1 | 0.01 -| AMH | American Homes 4 Rent REIT | BBG003NXJNH6 | usd | 1 | 0.01 +| Ticker | Full name | FIGI | Cur | Lot | Step | +|--------------|-----------------------------------------------------------|--------------|-----|---------|------------| +| PKI | PerkinElmer | BBG000FXW512 | usd | 1 | 0.01 | +| APA | APA Corporation | BBG00YTS96G2 | usd | 1 | 0.01 | +| CNX | CNX Resources Corporation | BBG000CKVSG8 | usd | 1 | 0.01 | +| SLM | SLM Corp | BBG000BBCQD7 | usd | 1 | 0.01 | +| SWX | Southwest Gas Holdings | BBG00FWP4JW4 | usd | 1 | 0.01 | +| ACLS | Axcelis Technologies | BBG000DW34S2 | usd | 1 | 0.01 | +| LPL | LG Display | BBG000FJ0RK9 | usd | 1 | 0.01 | +| CAG | Conagra Brands | BBG000BDXGP9 | usd | 1 | 0.01 | +| DSKY | Детский Мир | BBG000BN56Q9 | rub | 10 | 0.02 | +| WW | WW International, Inc. | BBG000DY6735 | usd | 1 | 0.01 | +| MLKN | MillerKnoll | BBG000BP46T2 | usd | 1 | 0.01 | +| BAS@DE | BASF SE | BBG000BBVVK7 | eur | 1 | 0.01 | +| MDT | Medtronic | BBG000BNWG87 | usd | 1 | 0.01 | +| AJG | Arthur J. Gallagher & Co | BBG000BBHXQ3 | usd | 1 | 0.01 | +| RIO | Rio Tinto | BBG000FD28T3 | usd | 1 | 0.01 | +| JOBS | 51job | BBG000BJD1D4 | usd | 1 | 0.01 | +| GWRE | Guidewire Software Inc | BBG001C7PM75 | usd | 1 | 0.01 | +| MAR | Marriott International | BBG000BGD7W6 | usd | 1 | 0.01 | +| ENPG | En+ Group | BBG000RMWQD4 | rub | 1 | 0.5 | +| PAYC | Paycom Software Inc | BBG0064N0ZZ5 | usd | 1 | 0.01 | +| TTCF | Tattooed Chef, Inc. | BBG00LN7Q496 | usd | 1 | 0.01 | +| NCNO | nCino | BBG014GJ8XH2 | usd | 1 | 0.01 | +| CHCO | City Holding Company | BBG000BFJFX3 | usd | 1 | 0.01 | +| DNLI | Denali Therapeutics Inc | BBG008P7F869 | usd | 1 | 0.01 | +| POLY | Polymetal | BBG004PYF2N3 | rub | 1 | 0.1 | +| MTD | Mettler Toledo | BBG000BZCKH3 | usd | 1 | 0.01 | +| THS | TreeHouse Foods Inc | BBG000GQGJT4 | usd | 1 | 0.01 | +| HUBB | Hubbell | BBG000BLK267 | usd | 1 | 0.01 | +| NWSA | News Corp (A) | BBG0035LY913 | usd | 1 | 0.01 | +| AVIR | Atea Pharmaceuticals | BBG00TZNCJ75 | usd | 1 | 0.01 | +| APH | Amphenol | BBG000B9YJ35 | usd | 1 | 0.01 | +| NKNCP | Нижнекамскнефтехим - акции привилегированные | BBG000GQSVC2 | rub | 10 | 0.02 | +| AVT | Avnet | BBG000BCPB71 | usd | 1 | 0.01 | +| DPZ | Domino's Pizza Inc | BBG000P458P3 | usd | 1 | 0.01 | +| ZIM | ZIM Integrated Shipping Services | BBG00YQ7XR05 | usd | 1 | 0.01 | +| GTN | Gray Television Inc | BBG000DSQLQ0 | usd | 1 | 0.01 | +| C | Citigroup | BBG000FY4S11 | usd | 1 | 0.01 | +| GVA | Granite Construction Inc | BBG000DVB833 | usd | 1 | 0.01 | +| R | Ryder System | BBG000BRVP70 | usd | 1 | 0.01 | +| IP | International Paper | BBG000BM5SR2 | usd | 1 | 0.01 | +| KEX | Kirby Corp | BBG000BMQCP6 | usd | 1 | 0.01 | +| ACH | Aluminum Corp of China | BBG000CMRVH1 | usd | 1 | 0.01 | +| EPC | Edgewell Personal Care Co | BBG000BRW644 | usd | 1 | 0.01 | +| COUP | Coupa Software Inc | BBG001J4BCN4 | usd | 1 | 0.01 | +| GILD | GILEAD | BBG000CKGBP2 | usd | 1 | 0.01 | +| WGO | Winnebago Industries Inc | BBG000BWS3F3 | usd | 1 | 0.01 | +| BCRX | BioCryst Pharmaceuticals | BBG000BLYWX6 | usd | 1 | 0.01 | +| SLDB | Solid Biosciences | BBG00JN4FXG8 | usd | 1 | 0.01 | +| MLAB | Mesa Laboratories Inc | BBG000BP3PW7 | usd | 1 | 0.01 | +| WCN | Waste Connections | BBG000FLHZZ2 | usd | 1 | 0.01 | +| AMAT | Applied Materials | BBG000BBPFB9 | usd | 1 | 0.01 | +| INO | Inovio Pharmaceuticals | BBG000BK6YX5 | usd | 1 | 0.01 | +| HLT | Hilton | BBG0058KMH30 | usd | 1 | 0.01 | +| SNA | Snap-on | BBG000BT7JW9 | usd | 1 | 0.01 | +| VNT | Vontier Corporation | BBG00RRGSJR4 | usd | 1 | 0.01 | +| OGN | Organon & Co. | BBG00ZQRGW24 | usd | 1 | 0.01 | +| BMY | Bristol-Myers Squibb | BBG000DQLV23 | usd | 1 | 0.01 | +| AVTR | Avantor Inc | BBG00G2HHYD7 | usd | 1 | 0.01 | +| WTW | Willis Towers Watson | BBG000DB3KT1 | usd | 1 | 0.01 | +| APLE | Apple Hospitality REIT | BBG006473QX9 | usd | 1 | 0.01 | +| CHE | Chemed Corp | BBG000C19QW1 | usd | 1 | 0.01 | +| AMD | AMD | BBG000BBQCY0 | usd | 1 | 0.01 | +| RSTIP | Российские сети - акции привилегированные | BBG000KTF667 | rub | 1000 | 0.001 | +| BR | Broadridge Financial Solutions | BBG000PPFKQ7 | usd | 1 | 0.01 | +| ON | ON Semiconductor Corp | BBG000DV7MX4 | usd | 1 | 0.01 | +| NET | CloudFlare Inc | BBG001WMKHH5 | usd | 1 | 0.01 | +| CTVA | Corteva Inc | BBG00BN969C1 | usd | 1 | 0.01 | +| TGTX | TG Therapeutics | BBG000FVZQY1 | usd | 1 | 0.01 | +| CSGP | CoStar Group Inc | BBG000D7JKW9 | usd | 1 | 0.01 | +| TSCO | Tractor Supply | BBG000BLXZN1 | usd | 1 | 0.01 | +| SPOT | Spotify Technology SA | BBG003T4VFC2 | usd | 1 | 0.01 | +| PZZA | Papa John's International Inc | BBG000BFWF13 | usd | 1 | 0.01 | +| PODD | Insulet Corp | BBG000R7XX87 | usd | 1 | 0.01 | +| HAL | Halliburton | BBG000BKTFN2 | usd | 1 | 0.01 | +| DG | Dollar General | BBG000NV1KK7 | usd | 1 | 0.01 | +| DDS | Dillard's Inc | BBG000BS4MP5 | usd | 1 | 0.01 | +| GXO | GXO Logistics, Inc. | BBG00YDGX945 | usd | 1 | 0.01 | +| RH | RH | BBG002293PJ4 | usd | 1 | 0.01 | +| BWA | BorgWarner | BBG000BJ49H3 | usd | 1 | 0.01 | +| PNC | PNC Financial Services | BBG000BRD0D8 | usd | 1 | 0.01 | +| DOW | Dow Inc | BBG00BN96922 | usd | 1 | 0.01 | +| MUV2@DE | Muenchener Rueckversicherungs-Gesellschaft AG | BBG000BD9FD1 | eur | 1 | 0.01 | +| ZGNX | Zogenix Inc | BBG000VDC3G9 | usd | 1 | 0.01 | +| VXRT | Vaxart Inc | BBG000DR0RZ7 | usd | 1 | 0.01 | +| LCII | LCI Industries | BBG000DNLMB0 | usd | 1 | 0.01 | +| HAIN | Hain Celestial Group Inc | BBG000BQW085 | usd | 1 | 0.01 | +| IRM | Iron Mountain REIT | BBG000KCZPC3 | usd | 1 | 0.01 | +| FBHS | Fortune Brands Home & Security | BBG001B4BV87 | usd | 1 | 0.01 | +| FATE | Fate Therapeutics Inc | BBG000QP35H2 | usd | 1 | 0.01 | +| SLQT | SelectQuote | BBG000GTP1B6 | usd | 1 | 0.01 | +| F | Ford | BBG000BQPC32 | usd | 1 | 0.01 | +| SYNH | Syneos Health Inc | BBG0078Y1D92 | usd | 1 | 0.01 | +| CCXI | ChemoCentryx, Inc | BBG000PTSB12 | usd | 1 | 0.01 | +| ABM | ABM Industries | BBG000B9YYH7 | usd | 1 | 0.01 | +| WSO | Watsco Inc | BBG000DJN7L9 | usd | 1 | 0.01 | +| HUM | Humana | BBG000BLKK03 | usd | 1 | 0.01 | +| RIVN | Rivian Automotive | BBG00741Y1N2 | usd | 1 | 0.01 | +| ABC | AmerisourceBergen Corp | BBG000MDCQC2 | usd | 1 | 0.01 | +| CENTA | Central Garden & Pet Co | BBG000KTYB56 | usd | 1 | 0.01 | +| CVM | CEL SCI Corporation | BBG000H5G6L5 | usd | 1 | 0.01 | +| EW | Edwards Lifesciences | BBG000BRXP69 | usd | 1 | 0.01 | +| SSA@GS | Sistema PJSFC | BBG000G7B4C2 | usd | 1 | 0.01 | +| IGMS | IGM Biosciences Inc | BBG00PNR1BT2 | usd | 1 | 0.01 | +| SNY | Sanofi | BBG000BBD5N1 | usd | 1 | 0.01 | +| FLGT | Fulgent Genetics | BBG00DR7LTG2 | usd | 1 | 0.01 | +| BOH | Bank of Hawaii | BBG000C8D8G9 | usd | 1 | 0.01 | +| DXCM | DexCom Inc | BBG000QTF8K1 | usd | 1 | 0.01 | +| FAF | First American Financial Corporation | BBG000V78V75 | usd | 1 | 0.01 | +| AORT | Artivion | BBG000BMLVJ6 | usd | 1 | 0.01 | +| IRKT | Корпорация ИРКУТ | BBG000FWGSZ5 | rub | 100 | 0.02 | +| OVV | Ovintiv Inc. | BBG00R2NHQ65 | usd | 1 | 0.01 | +| BJ | BJs Wholesale Club Holdings, Inc. | BBG00FQ8T4G3 | usd | 1 | 0.01 | +| IRBT | iRobot Corp | BBG000HXJB21 | usd | 1 | 0.01 | +| VMC | Vulcan Materials | BBG000BWGYF8 | usd | 1 | 0.01 | +| NTAP | NetApp | BBG000FP1N32 | usd | 1 | 0.01 | +| MRKV | МРСК Волги | BBG000PKWCQ7 | rub | 10000 | 0.00005 | +| SMG | Scotts Miracle-Gro Co The | BBG000BT5PG5 | usd | 1 | 0.01 | +| ALE | ALLETE, Inc. | BBG000CYW7N5 | usd | 1 | 0.01 | +| BAH | Booz Allen Hamilton | BBG000R2YFG7 | usd | 1 | 0.01 | +| COHR | Coherent Inc | BBG000BG1DH3 | usd | 1 | 0.01 | +| WMT | Wal-Mart Stores | BBG000BWXBC2 | usd | 1 | 0.01 | +| TSN | Tyson Foods | BBG000DKCC19 | usd | 1 | 0.01 | +| RXRX | Recursion Pharmaceuticals, Inc. | BBG00PQ4XJ45 | usd | 1 | 0.01 | +| HPQ | HP | BBG000KHWT55 | usd | 1 | 0.01 | +| NTR | Nutrien | BBG00JM9XLN6 | usd | 1 | 0.01 | +| AOUT | American Outdoor Brands Inc | BBG00QV8FS02 | usd | 1 | 0.01 | +| RGLD | Royal Gold | BBG000BS5170 | usd | 1 | 0.01 | +| PAY | Paymentus Holdings | BBG010MW0N84 | usd | 1 | 0.01 | +| SAGE | Sage Therapeutics Inc | BBG0025X16Y5 | usd | 1 | 0.01 | +| BIGC | BigCommerce Holdings | BBG00W1PSSJ0 | usd | 1 | 0.01 | +| G | Genpact Limited | BBG000RQBFV2 | usd | 1 | 0.01 | +| GLW | Corning | BBG000BKFZM4 | usd | 1 | 0.01 | +| WLK | Westlake Corporation | BBG000PXZFW2 | usd | 1 | 0.01 | +| HEAR | Turtle Beach Corp | BBG000BM6N47 | usd | 1 | 0.01 | +| PLAN | Anaplan Inc | BBG002DZS299 | usd | 1 | 0.01 | +| QRTEA | Qurate Retail Inc | BBG000PCQQL6 | usd | 1 | 0.01 | +| CAT | Caterpillar | BBG000BF0K17 | usd | 1 | 0.01 | +| NEM | Newmont Goldcorp Corporation | BBG000BPWXK1 | usd | 1 | 0.01 | +| MIDD | Middleby Corp The | BBG000DQN9R3 | usd | 1 | 0.01 | +| YUMC | Yum China Holdings | BBG00B8N0HG1 | usd | 1 | 0.01 | +| LYFT | Lyft Inc | BBG004M9ZHX5 | usd | 1 | 0.01 | +| NLOK | NortonLifeLock Inc | BBG000BH2JM1 | usd | 1 | 0.01 | +| EGRX | Eagle Pharmaceuticals Inc | BBG005Y3XWH9 | usd | 1 | 0.01 | +| VSMO | ВСМПО-АВИСМА | BBG004S68CV8 | rub | 1 | 20 | +| CERE | Cerevel Therapeutics Holdings | BBG00VCYVLH4 | usd | 1 | 0.01 | +| AZTA | Azenta | BBG000DX9JV7 | usd | 1 | 0.01 | +| BDTX | Black Diamond Therapeutics Inc | BBG00MS4Y0W9 | usd | 1 | 0.01 | +| DIS | Walt Disney | BBG000BH4R78 | usd | 1 | 0.01 | +| WK | Workiva Inc | BBG007BVZ8H9 | usd | 1 | 0.01 | +| GDEV | Nexters Inc | BBG00Z5KBW72 | usd | 1 | 0.01 | +| STWD | Starwood Property Trust REIT | BBG000M1J270 | usd | 1 | 0.01 | +| SHI | Sinopec Shanghai Petrochemical | BBG000BHR1H9 | usd | 1 | 0.01 | +| SPR | Spirit AeroSystems Holdings | BBG000PRJ2Z9 | usd | 1 | 0.01 | +| BUD | Anheuser-Busch InBev | BBG000RYC984 | usd | 1 | 0.01 | +| FRME | First Merchants Corporation | BBG000BBSJ28 | usd | 1 | 0.01 | +| UNAC | Объединенная авиастроительная корпорация | BBG000Q7ZZY2 | rub | 1000 | 0.0005 | +| TPR | Tapestry | BBG000BY29C7 | usd | 1 | 0.01 | +| RSG | Republic Services | BBG000BPXVJ6 | usd | 1 | 0.01 | +| AI | C3.ai, Inc | BBG00Y6G6X31 | usd | 1 | 0.01 | +| MMC | Marsh & McLennan | BBG000BP4MH0 | usd | 1 | 0.01 | +| LSRG | Группа ЛСР | BBG004S68C39 | rub | 1 | 0.2 | +| NTRS | Northern Trust | BBG000BQ74K1 | usd | 1 | 0.01 | +| SKY | Skyline Champion | BBG000BT2TP0 | usd | 1 | 0.01 | +| BZUN | Baozun Inc | BBG008HNS333 | usd | 1 | 0.01 | +| FTCI | FTC Solar, Inc. | BBG0320C1036 | usd | 1 | 0.01 | +| SXI | Standex International Corp | BBG000BTT5B8 | usd | 1 | 0.01 | +| DRQ | Dril-Quip Inc | BBG000BVDBY2 | usd | 1 | 0.01 | +| ELS | Equity LifeStyle Properties REIT | BBG000BB7SX7 | usd | 1 | 0.01 | +| RHM@DE | Rheinmetall AG | BBG000BWT790 | eur | 1 | 0.01 | +| WTFC | Wintrust Financial | BBG000HD3DW5 | usd | 1 | 0.01 | +| PLXS | Plexus Corp | BBG000BRBX66 | usd | 1 | 0.01 | +| APPF | Appfolio Inc | BBG008GC8CP6 | usd | 1 | 0.01 | +| TT | Trane Technologies | BBG000BM6788 | usd | 1 | 0.01 | +| ILMN | Illumina | BBG000DSMS70 | usd | 1 | 0.01 | +| NXST | Nexstar Media Group Inc | BBG000DZJVH0 | usd | 1 | 0.01 | +| ARRY | Array Technologies | BBG001V4SF46 | usd | 1 | 0.01 | +| PSA | Public Storage REIT | BBG000BPPN67 | usd | 1 | 0.01 | +| COLD | Americold Realty Trust REIT | BBG000QF05R6 | usd | 1 | 0.01 | +| UPS | United Parcel Service | BBG000L9CV04 | usd | 1 | 0.01 | +| MBUU | Malibu Boats Inc | BBG005PXTR70 | usd | 1 | 0.01 | +| CDK | CDK Global | BBG006B6PVN9 | usd | 1 | 0.01 | +| ZBH | Zimmer Biomet Holdings | BBG000BKPL53 | usd | 1 | 0.01 | +| XP | XP Inc | BBG00QVJYGM9 | usd | 1 | 0.01 | +| BDC | Belden Inc | BBG000Q4XNV1 | usd | 1 | 0.01 | +| HSKA | Heska Corp | BBG000BWFH48 | usd | 1 | 0.01 | +| PPL | PPL | BBG000BRJL00 | usd | 1 | 0.01 | +| CABO | Cable One | BBG000F02T51 | usd | 1 | 0.01 | +| APPH | AppHarvest | BBG00VDGP717 | usd | 1 | 0.01 | +| FDX | FedEx | BBG000BJF1Z8 | usd | 1 | 0.01 | +| VRNS | Varonis Systems Inc | BBG001Y04TN6 | usd | 1 | 0.01 | +| CRL | Charles River Laboratories Int | BBG000BG5BL8 | usd | 1 | 0.01 | +| CNI | Canadian National Railway Co | BBG000HS74G6 | usd | 1 | 0.01 | +| ZION | Zions Bancorporation | BBG000BX9WL1 | usd | 1 | 0.01 | +| IVZ | Invesco | BBG000BY2Y78 | usd | 1 | 0.01 | +| PARA | Paramount Global | BBG000C496P7 | usd | 1 | 0.01 | +| DBX | Dropbox Inc | BBG0018SLDN0 | usd | 1 | 0.01 | +| STEM | Stem | BBG00XP8NQN4 | usd | 1 | 0.01 | +| TTLK | Таттелеком | BBG000RJL816 | rub | 1000 | 0.0005 | +| DRI | Darden Restaurants | BBG000BBNYF6 | usd | 1 | 0.01 | +| DD | DuPont de Nemours Inc | BBG00BN961G4 | usd | 1 | 0.01 | +| CNP | CenterPoint Energy | BBG000FDBX90 | usd | 1 | 0.01 | +| CNTL | Центральный Телеграф | BBG000BBV4M5 | rub | 100 | 0.02 | +| SLAB | Silicon Laboratories Inc | BBG000BB99S3 | usd | 1 | 0.01 | +| ANSS | ANSYS | BBG000GXZ4W7 | usd | 1 | 0.01 | +| SDGR | Schrodinger Inc | BBG000T88BN2 | usd | 1 | 0.01 | +| CROX | Crocs Inc | BBG000BLY663 | usd | 1 | 0.01 | +| SJW | SJW Group | BBG000BT1ZY7 | usd | 1 | 0.01 | +| ATEX | Anterix | BBG0081NLHR0 | usd | 1 | 0.01 | +| QDEL | QuidelOrtho Corp | BBG017TGV7M2 | usd | 1 | 0.01 | +| TDOC | Teladoc Health Inc | BBG0019T5SG0 | usd | 1 | 0.01 | +| OSIS | OSI Systems Inc | BBG000BWPR54 | usd | 1 | 0.01 | +| IBP | Installed Building Products | BBG005TJKDZ6 | usd | 1 | 0.01 | +| SITE | SiteOne Landscape Supply Inc | BBG009T22D49 | usd | 1 | 0.01 | +| IART | Integra LifeSciences Holdings | BBG000BZJQL8 | usd | 1 | 0.01 | +| SIG | Signet Jewelers | BBG000C4ZZ10 | usd | 1 | 0.01 | +| HA | Hawaiian Holdings Inc | BBG000BC4185 | usd | 1 | 0.01 | +| USPH | US Physical Therapy Inc | BBG000CSRSG6 | usd | 1 | 0.01 | +| CWH | Camping World Holdings, Inc. | BBG00D2Z7X83 | usd | 1 | 0.01 | +| CGNX | Cognex Corp | BBG000BPBVW5 | usd | 1 | 0.01 | +| FRT | Federal Realty Investment Trust REIT | BBG000BJVN28 | usd | 1 | 0.01 | +| BGS | B&G Foods Inc | BBG000RKXRQ1 | usd | 1 | 0.01 | +| XM | Qualtrics International Inc. | BBG00M9BHPZ5 | usd | 1 | 0.01 | +| PRGS | Progress Software Corp | BBG000C4QP94 | usd | 1 | 0.01 | +| DLTR | Dollar Tree | BBG000BSC0K9 | usd | 1 | 0.01 | +| WCC | WESCO International Inc | BBG000D0FNV3 | usd | 1 | 0.01 | +| GTX | Garrett Motion Inc | BBG00HY28P97 | usd | 1 | 0.01 | +| PFGC | Performance Food Group Co | BBG009XW2WB8 | usd | 1 | 0.01 | +| CHGG | Chegg Inc | BBG0014XR0N5 | usd | 1 | 0.01 | +| COF | Capital One | BBG000BGKTF9 | usd | 1 | 0.01 | +| KIDS | OrthoPediatrics Corp | BBG00HFFRW39 | usd | 1 | 0.01 | +| LOW | Lowe's | BBG000BNDN65 | usd | 1 | 0.01 | +| AMP | Ameriprise Financial | BBG000G3QLY3 | usd | 1 | 0.01 | +| MGNT | Магнит | BBG004RVFCY3 | rub | 1 | 0.5 | +| SVAV | СОЛЛЕРС | BBG004S68JR8 | rub | 10 | 0.5 | +| AZO | AutoZone | BBG000C7LMS8 | usd | 1 | 0.01 | +| KSPI@GS | ГДР Kaspi.kz JSC | BBG00XV2T033 | usd | 1 | 0.01 | +| PRG | PROG Holdings | BBG00VSH86G4 | usd | 1 | 0.01 | +| ABR | Arbor Realty Trust REIT | BBG000KMVDV1 | usd | 1 | 0.01 | +| ARVL | Arrival | BBG00YFSF9D7 | usd | 1 | 0.01 | +| PETQ | PetIQ Inc | BBG00H1CY328 | usd | 1 | 0.01 | +| GS | Goldman Sachs | BBG000C6CFJ5 | usd | 1 | 0.01 | +| PPG | PPG Industries | BBG000BRJ809 | usd | 1 | 0.01 | +| MKSI | MKS Instruments | BBG000BVMG26 | usd | 1 | 0.01 | +| SCHW | The Charles Schwab Corporation | BBG000BSLZY7 | usd | 1 | 0.01 | +| WYNN | Wynn Resorts | BBG000LD9JQ8 | usd | 1 | 0.01 | +| RDN | Radian Group | BBG000BMWV95 | usd | 1 | 0.01 | +| MCO | Moody's | BBG000F86GP6 | usd | 1 | 0.01 | +| CNXC | Concentrix Corporation | BBG00RCNQMX3 | usd | 1 | 0.01 | +| FTCH | Farfetch Ltd | BBG00LSD4456 | usd | 1 | 0.01 | +| BC | Brunswick Corp DE | BBG000BCWSS3 | usd | 1 | 0.01 | +| SPGI | S&P Global | BBG000BP1Q11 | usd | 1 | 0.01 | +| RDY | Dr. Reddy's Laboratories | BBG000NJ96L6 | usd | 1 | 0.01 | +| ALB | Albemarle | BBG000BJ26K7 | usd | 1 | 0.01 | +| MELI | MercadoLibre Inc | BBG000GQPB11 | usd | 1 | 0.01 | +| CSWI | CSW Industrials Inc | BBG007NLG4L3 | usd | 1 | 0.01 | +| UAA | Under Armour | BBG000BXM6V2 | usd | 1 | 0.01 | +| NLMK@GS | Novolipetsk Steel PJSC | BBG000PR0PJ6 | usd | 1 | 0.01 | +| UNP | Union Pacific Corporation | BBG000BW3299 | usd | 1 | 0.01 | +| NTLA | Intellia Therapeutics Inc | BBG007KC7PB0 | usd | 1 | 0.01 | +| FFIN | First Financial Bankshares, Inc. | BBG000BL8476 | usd | 1 | 0.01 | +| ECPG | Encore Capital Group Inc | BBG000F369C7 | usd | 1 | 0.01 | +| CVET | Covetrus Inc | BBG00KR691K8 | usd | 1 | 0.01 | +| HIG | Hartford Financial Services | BBG000G0Z878 | usd | 1 | 0.01 | +| SAIC | Science Applications Internati | BBG003BW05K6 | usd | 1 | 0.01 | +| WAT | Waters | BBG000FQRVM3 | usd | 1 | 0.01 | +| ACGL | Arch Capital Group | BBG000HXNN20 | usd | 1 | 0.01 | +| SITM | SiTime | BBG00QNSY1H7 | usd | 1 | 0.01 | +| O | Realty Income REIT | BBG000DHPN63 | usd | 1 | 0.01 | +| CDW | CDW Corp | BBG001P63B80 | usd | 1 | 0.01 | +| DGX | Quest Diagnostics | BBG000BN84F3 | usd | 1 | 0.01 | +| ZM | Zoom Video Communications Inc | BBG0042V6JM8 | usd | 1 | 0.01 | +| UHS | Universal Health Services | BBG000CB8Q50 | usd | 1 | 0.01 | +| CSII | Cardiovascular Systems Inc | BBG000NWQ9S5 | usd | 1 | 0.01 | +| HOG | Harley-Davidson | BBG000BKZTP3 | usd | 1 | 0.01 | +| WELL | Welltower REIT | BBG000BKY1G5 | usd | 1 | 0.01 | +| POWI | Power Integrations Inc | BBG000BTT3D1 | usd | 1 | 0.01 | +| KTB | Kontoor Brands Inc | BBG00LPTHYD5 | usd | 1 | 0.01 | +| PAG | Penske Automotive Group | BBG000H6K1B0 | usd | 1 | 0.01 | +| MED | Medifast Inc | BBG000BWBW76 | usd | 1 | 0.01 | +| UGI | UGI Corp | BBG000BVYN55 | usd | 1 | 0.01 | +| SLB | Schlumberger | BBG000BT41Q8 | usd | 1 | 0.01 | +| LPSN | LivePerson Inc | BBG000BSV0W5 | usd | 1 | 0.01 | +| PLZL@GS | Polyus PJSC | BBG00H2CS6K7 | usd | 1 | 0.01 | +| TM | Toyota Motor Corp | BBG000BPH299 | usd | 1 | 0.01 | +| GTLB | GitLab | BBG00DHTYPH8 | usd | 1 | 0.01 | +| BXP | Boston Properties REIT | BBG000BS5CM9 | usd | 1 | 0.01 | +| TEL | TE Connectivity | BBG000RGM5P1 | usd | 1 | 0.01 | +| EIX | Edison International | BBG000D7RKJ5 | usd | 1 | 0.01 | +| JBHT | JB Hunt | BBG000BMDBZ1 | usd | 1 | 0.01 | +| ODFL | Old Dominion Freight Line Inc | BBG000CHSS88 | usd | 1 | 0.01 | +| NEWR | New Relic Inc | BBG001NFKJ68 | usd | 1 | 0.01 | +| AXSM | Axsome Therapeutics Inc | BBG00B6G7GL7 | usd | 1 | 0.01 | +| FCEL | FuelCell Energy | BBG000HQ1LB3 | usd | 1 | 0.01 | +| SBER@GS | Sberbank of Russia PJSC | BBG001VBZR00 | usd | 1 | 0.01 | +| PRFT | Perficient Inc | BBG000BVXFK6 | usd | 1 | 0.01 | +| VIRT | Virtu Financial, Inc. | BBG0064N2T78 | usd | 1 | 0.01 | +| ORUP | Обувь России | BBG001BBGNS2 | rub | 10 | 0.02 | +| ASH | Ashland Inc | BBG00D0Y81M1 | usd | 1 | 0.01 | +| GEVO | Gevo | BBG000P7S7L7 | usd | 1 | 0.01 | +| ABNB | Airbnb, Inc | BBG001Y2XS07 | usd | 1 | 0.01 | +| ETLN | ГДР Etalon Group PLC | BBG001M2SC01 | rub | 1 | 0.02 | +| ET | Energy Transfer LP | BBG000BM2FL9 | usd | 1 | 0.01 | +| AXON | Axon Enterprise Inc | BBG000BHJWG1 | usd | 1 | 0.01 | +| NLY | Annaly Capital Management REIT | BBG000BJFJ98 | usd | 1 | 0.01 | +| APPN | Appian Corp | BBG001C7PMJ2 | usd | 1 | 0.01 | +| 700 | Tencent Holdings | BBG000BJ35N5 | hkd | 1 | 0.2 | +| PSMT | PriceSmart, Inc. | BBG000BTKR92 | usd | 1 | 0.01 | +| VREX | Varex Imaging Corp | BBG00CZNLR47 | usd | 1 | 0.01 | +| TRMB | Trimble Inc | BBG000BNPS52 | usd | 1 | 0.01 | +| WBD | Warner Bros. Discovery | BBG011386VF4 | usd | 1 | 0.01 | +| ROST | Ross Stores | BBG000BSBZH7 | usd | 1 | 0.01 | +| CTAS | Cintas | BBG000H3YXF8 | usd | 1 | 0.01 | +| SHOP | Shopify Inc | BBG008HBD923 | usd | 1 | 0.01 | +| COTY | Coty | BBG000F395V1 | usd | 1 | 0.01 | +| ITGR | Integer Holdings Corp | BBG000BW6JV4 | usd | 1 | 0.01 | +| YUM | Yum! | BBG000BH3GZ2 | usd | 1 | 0.01 | +| TKR | Timken Co The | BBG000BV95H9 | usd | 1 | 0.01 | +| HCSG | Healthcare Services Group Inc | BBG000BKYVF0 | usd | 1 | 0.01 | +| RTKMP | Ростелеком - Привилегированные акции | BBG004S685M3 | rub | 10 | 0.05 | +| FUL | HB Fuller Co | BBG000BJZ7V7 | usd | 1 | 0.01 | +| GRNT | Городские Инновационные Технологии | BBG00B8NN386 | rub | 100 | 0.0005 | +| GEMC | United medical group | BBG011MCM288 | rub | 1 | 0.1 | +| SKLZ | Skillz Inc | BBG00RQ732B6 | usd | 1 | 0.01 | +| ALRM | Alarm com Holdings Inc | BBG007GNPYY7 | usd | 1 | 0.01 | +| NSP | InsperIty Inc | BBG000BJ41X2 | usd | 1 | 0.01 | +| TCRR | TCR2 Therapeutics Inc | BBG00FH3FM15 | usd | 1 | 0.01 | +| PGR | Progressive | BBG000BR37X2 | usd | 1 | 0.01 | +| TRHC | Tabula Rasa HealthCare In | BBG00BT7PPY8 | usd | 1 | 0.01 | +| KRC | Kilroy Realty Corp REIT | BBG000BLMXN8 | usd | 1 | 0.01 | +| CWT | California Water Service | BBG000D8KTN6 | usd | 1 | 0.01 | +| KZOSP | ПАО «КАЗАНЬОРГСИНТЕЗ» - акции привилегированные | BBG0029SG1C1 | rub | 10 | 0.01 | +| AXP | American Express | BBG000BCQZS4 | usd | 1 | 0.01 | +| A | Agilent Technologies | BBG000C2V3D6 | usd | 1 | 0.01 | +| EBS | Emergent BioSolutions Inc | BBG000GW06J7 | usd | 1 | 0.01 | +| CPT | Camden Property REIT | BBG000BB0V03 | usd | 1 | 0.01 | +| W | Wayfair Inc | BBG001B17MV2 | usd | 1 | 0.01 | +| HOLX | Hologic | BBG000C3NTN5 | usd | 1 | 0.01 | +| ANIK | Anika Therapeutics Inc | BBG000BBKZD8 | usd | 1 | 0.01 | +| GEF | Greif Inc | BBG000BLFNC0 | usd | 1 | 0.01 | +| LMT | Lockheed Martin | BBG000C1BW00 | usd | 1 | 0.01 | +| FRPT | Freshpet Inc | BBG001D0HB36 | usd | 1 | 0.01 | +| TMHC | Taylor Morrison Home Corp | BBG003PGJHP5 | usd | 1 | 0.01 | +| BXMT | Blackstone Mortgage Trust REIT | BBG000BGKJ70 | usd | 1 | 0.01 | +| SNOW | Snowflake Inc | BBG007DHGNJ4 | usd | 1 | 0.01 | +| PATH | UiPath, Inc. | BBG00GKS1G03 | usd | 1 | 0.01 | +| SBH | Sally Beauty Holdings Inc | BBG000LR8515 | usd | 1 | 0.01 | +| COP | ConocoPhillips | BBG000BQQH30 | usd | 1 | 0.01 | +| ZBRA | Zebra Technologies Corp | BBG000CC7LQ7 | usd | 1 | 0.01 | +| ASO | Academy Sports & Outdoors | BBG00X7L1C14 | usd | 1 | 0.01 | +| CXW | CoreCivic | BBG000BJSJT2 | usd | 1 | 0.01 | +| SHOO | Steven Madden, Ltd. | BBG000BLV2Q3 | usd | 1 | 0.01 | +| VVX | V2X, Inc. | BBG005PG80K4 | usd | 1 | 0.01 | +| GSHD | Goosehead Insurance, Inc. | BBG00KHHBMC5 | usd | 1 | 0.01 | +| BLDR | Builders FirstSource Inc | BBG000BKD3K9 | usd | 1 | 0.01 | +| AJRD | Aerojet Rocketdyne Holdings In | BBG000BKRHQ7 | usd | 1 | 0.01 | +| DIOD | Diodes Inc | BBG000G25P51 | usd | 1 | 0.01 | +| CSGS | CSG Systems International Inc | BBG000G3TQV2 | usd | 1 | 0.01 | +| AFMD | Affimed NV | BBG006R5SSH5 | usd | 1 | 0.01 | +| HI | Hillenbrand | BBG000KT0GV3 | usd | 1 | 0.01 | +| PRLB | Proto Labs Inc | BBG000BT13B3 | usd | 1 | 0.01 | +| ZTS | Zoetis | BBG0039320N9 | usd | 1 | 0.01 | +| KMAZ | КАМАЗ | BBG000LNHHJ9 | rub | 10 | 0.1 | +| AEM | Agnico Eagle Mines | BBG000DLVDK3 | usd | 1 | 0.01 | +| INTU | Intuit | BBG000BH5DV1 | usd | 1 | 0.01 | +| BRBR | BellRing Brands | BBG013QNJHP8 | usd | 1 | 0.01 | +| KZOS | ПАО «КАЗАНЬОРГСИНТЕЗ» | BBG0029SFXB3 | rub | 10 | 0.1 | +| CHRW | C.H. Robinson Worldwide | BBG000BTCH57 | usd | 1 | 0.01 | +| ORI | Old Republic International Corporation | BBG000C4PLF7 | usd | 1 | 0.01 | +| BBSI | Barrett Business Services Inc | BBG000BHJSC4 | usd | 1 | 0.01 | +| RAMP | LiveRamp Holdings Inc | BBG000BB4HM6 | usd | 1 | 0.01 | +| LII | Lennox International Inc | BBG000BB5B84 | usd | 1 | 0.01 | +| FIXP | Fix Price Group | BBG00ZHCX1X2 | rub | 1 | 0.1 | +| EA | Electronic Arts | BBG000BP0KQ8 | usd | 1 | 0.01 | +| VKCO | VK | BBG00178PGX3 | rub | 1 | 0.2 | +| PACB | Pacific Biosciences of California | BBG000QKXH20 | usd | 1 | 0.01 | +| CDNA | CareDx Inc | BBG006JS5785 | usd | 1 | 0.01 | +| SKM | SK Telecom Co. | BBG000BLN497 | usd | 1 | 0.01 | +| MTOR | Meritor Inc | BBG000BH92D1 | usd | 1 | 0.01 | +| PEP | PepsiCo | BBG000DH7JK6 | usd | 1 | 0.01 | +| IAC | IAC Inc | BBG00S1LR2C3 | usd | 1 | 0.01 | +| TCX | Tucows Inc | BBG000L69KL5 | usd | 1 | 0.01 | +| PHOR | ФосАгро | BBG004S689R0 | rub | 1 | 1 | +| MOH | Molina Healthcare Inc | BBG000MBHNC8 | usd | 1 | 0.01 | +| DLTH | Duluth Holdings Inc | BBG002GBMZG4 | usd | 1 | 0.01 | +| RRX | Regal Rexnord | BBG000BRXTR8 | usd | 1 | 0.01 | +| OSUR | OraSure Technologies Inc | BBG000J3D1Y8 | usd | 1 | 0.01 | +| ORLY | O'Reilly Automotive | BBG000BGYWY6 | usd | 1 | 0.01 | +| AIR | AAR Corp | BBG000BBGQF1 | usd | 1 | 0.01 | +| AVNS | Avanos Medical Inc | BBG005L86G05 | usd | 1 | 0.01 | +| CBRE | CBRE Group | BBG000C04224 | usd | 1 | 0.01 | +| DUK | Duke Energy Corp | BBG000BHGDH5 | usd | 1 | 0.01 | +| HEN3@DE | Henkel AG & Co | BBG000BC3BJ2 | eur | 1 | 0.01 | +| BWXT | BWX Technologies | BBG000D86F25 | usd | 1 | 0.01 | +| MSGS | Madison Square Garden Co | BBG007FG0C23 | usd | 1 | 0.01 | +| RS | Reliance Steel & Aluminum Co | BBG000CJ2181 | usd | 1 | 0.01 | +| SGMO | Sangamo Therapeutics | BBG000BHYT80 | usd | 1 | 0.01 | +| SPBE | СПБ Биржа | BBG002GHV6L9 | usd | 1 | 0.01 | +| MHO | M/I Homes Inc | BBG000BL9MZ4 | usd | 1 | 0.01 | +| CMI | Cummins | BBG000BGPTV6 | usd | 1 | 0.01 | +| PRTS | CarParts.com | BBG000N26V95 | usd | 1 | 0.01 | +| CAH | Cardinal Health | BBG000D898T9 | usd | 1 | 0.01 | +| UCTT | Ultra Clean Holdings Inc | BBG000HSLV70 | usd | 1 | 0.01 | +| RTX | Raytheon Technologies | BBG000BW8S60 | usd | 1 | 0.01 | +| QTWO | Q2 Holdings Inc | BBG005ZVK9P2 | usd | 1 | 0.01 | +| ULTA | Ulta Beauty | BBG00FWQ4VD6 | usd | 1 | 0.01 | +| VMI | Valmont Industries | BBG000BWB7V4 | usd | 1 | 0.01 | +| VRSN | VeriSign | BBG000BGKHZ3 | usd | 1 | 0.01 | +| ABBV | AbbVie | BBG0025Y4RY4 | usd | 1 | 0.01 | +| KEY | KeyCorp | BBG000BMQPL1 | usd | 1 | 0.01 | +| LNZL | Лензолото | BBG000SK7JS5 | rub | 1 | 10 | +| ALG | Alamo Group Inc. | BBG000BJTZX0 | usd | 1 | 0.01 | +| TDG | TransDigm | BBG000L8CBX4 | usd | 1 | 0.01 | +| PLCE | Children's Place Inc The | BBG000JK9DK4 | usd | 1 | 0.01 | +| CACI | CACI International | BBG000KQY8Y7 | usd | 1 | 0.01 | +| LEA | Lear Corp | BBG000PTLGZ1 | usd | 1 | 0.01 | +| VST | Vistra | BBG00DXDL6Q1 | usd | 1 | 0.01 | +| MGTSP | МГТС - акции привилегированные | BBG000PZ0833 | rub | 1 | 2 | +| ZWS | Zurn Elkay Water Solutions | BBG000H8R0N8 | usd | 1 | 0.01 | +| WTS | Watts Water Technologies Inc | BBG000C4Z6C2 | usd | 1 | 0.01 | +| OGE | OGE Energy Corp. | BBG000BQGLS5 | usd | 1 | 0.01 | +| VOW3@DE | Volkswagen AG | BBG000BFCS17 | eur | 1 | 0.01 | +| JBSS | John B Sanfilippo & Son Inc | BBG000CHPMY5 | usd | 1 | 0.01 | +| TSP | TuSimple Holdings | BBG00ZSDS6T8 | usd | 1 | 0.01 | +| PKG | Packaging Corp of America | BBG000BB8SW7 | usd | 1 | 0.01 | +| DMTK | DermTech | BBG00H19F184 | usd | 1 | 0.01 | +| DBK@DE | Deutsche Bank AG | BBG000BBZW12 | eur | 1 | 0.01 | +| MDB | MongoDB Inc | BBG0022FDRY8 | usd | 1 | 0.01 | +| NOK | Nokia | BBG000BNGBW9 | usd | 1 | 0.01 | +| WH | Wyndham Hotels & Resorts | BBG00HCY3Q67 | usd | 1 | 0.01 | +| UDR | UDR REIT | BBG000C41023 | usd | 1 | 0.01 | +| BLK | BlackRock | BBG000C2PW58 | usd | 1 | 0.01 | +| WFC | Wells Fargo & Company | BBG000BWQFY7 | usd | 1 | 0.01 | +| SELG | Селигдар | BBG002458LF8 | rub | 10 | 0.01 | +| OKE | ONEOK | BBG000BQHGR6 | usd | 1 | 0.01 | +| SIVB | SVB Financial Group | BBG000BT0CM2 | usd | 1 | 0.01 | +| OMC | Omnicom Group | BBG000BS9489 | usd | 1 | 0.01 | +| ZYXI | Zynex Inc | BBG000BJBXZ2 | usd | 1 | 0.01 | +| USNA | USANA Health Sciences Inc | BBG000BX28M0 | usd | 1 | 0.01 | +| AGCO | AGCO Corp | BBG000DCCZW2 | usd | 1 | 0.01 | +| HXL | Hexcel Corp | BBG000BLMDQ9 | usd | 1 | 0.01 | +| RBLX | ROBLOX Corp | BBG001R1GCT0 | usd | 1 | 0.01 | +| MTN | Vail Resorts Inc | BBG000BCMWM1 | usd | 1 | 0.01 | +| IDCC | InterDigital | BBG000HLJ7M4 | usd | 1 | 0.01 | +| NIC | Nicolet Bankshares | BBG000QK0TG5 | usd | 1 | 0.01 | +| RCL | Royal Caribbean Cruises | BBG000BB5792 | usd | 1 | 0.01 | +| NOV | National Oilwell Varco | BBG000BJX8C8 | usd | 1 | 0.01 | +| TOST | Toast | BBG00BTJVK94 | usd | 1 | 0.01 | +| ASTR | Astra Space | BBG00W7FG4V8 | usd | 1 | 0.01 | +| HWM | Howmet Aerospace | BBG00DYNJGH9 | usd | 1 | 0.01 | +| TASK | TaskUs | BBG009CL6VK3 | usd | 1 | 0.01 | +| RETA | Reata Pharmaceuticals Inc | BBG000R33BD1 | usd | 1 | 0.01 | +| AVLR | Avalara Inc | BBG000R4Y9C1 | usd | 1 | 0.01 | +| IOSP | Innospec | BBG000BMFNP4 | usd | 1 | 0.01 | +| TWOU | 2U Inc | BBG001KS9450 | usd | 1 | 0.01 | +| AGRO | РусАгро | BBG007N0Z367 | rub | 1 | 0.2 | +| GOOGL | Alphabet Class A | BBG009S39JX6 | usd | 1 | 0.01 | +| IIPR | Innovative Industrial Properties REIT | BBG00F0SW7N8 | usd | 1 | 0.01 | +| TAL | TAL Education Group | BBG0016XJ8S0 | usd | 1 | 0.01 | +| GTHX | G1 Therapeutics Inc | BBG005F1DK91 | usd | 1 | 0.01 | +| TATNP | Татнефть - привилегированные акции | BBG004S68829 | rub | 1 | 0.1 | +| MUR | Murphy Oil | BBG000BPMH90 | usd | 1 | 0.01 | +| NDAQ | Nasdaq | BBG000F5VVB6 | usd | 1 | 0.01 | +| ALLO | Allogene Therapeutics Inc | BBG00KHRRDX3 | usd | 1 | 0.01 | +| ADS@DE | Adidas | BBG000FR1RP5 | eur | 1 | 0.01 | +| AOS | A. O. Smith Corporation | BBG000BC1L02 | usd | 1 | 0.01 | +| VEON-RX | VEON | BBG00R4Z2NT4 | rub | 10 | 0.05 | +| AVY | Avery Dennison | BBG000BCQ4P6 | usd | 1 | 0.01 | +| CB | Chubb | BBG000BR14K5 | usd | 1 | 0.01 | +| ESTC | Elastic NV | BBG00LWZDYB9 | usd | 1 | 0.01 | +| CYRX | Cryoport | BBG000PNTXP0 | usd | 1 | 0.01 | +| SQ | Block | BBG0018SLC07 | usd | 1 | 0.01 | +| OLED | Universal Display Corp | BBG000BLRP41 | usd | 1 | 0.01 | +| DVA | DaVita HealthCare Partners | BBG000MQ1SN9 | usd | 1 | 0.01 | +| FLWS | 1-800-Flowers.com Inc | BBG000BBR9P6 | usd | 1 | 0.01 | +| ORA | Ormat Technologies | BBG000Q5BQ63 | usd | 1 | 0.01 | +| CPRT | Copart Inc | BBG000BM9RH1 | usd | 1 | 0.01 | +| CSL | Carlisle Companies Incorporated | BBG000BGGBT8 | usd | 1 | 0.01 | +| JLL | Jones Lang LaSalle Inc | BBG000C2L2L0 | usd | 1 | 0.01 | +| RACE | Ferrari N.V. | BBG009PH3Q86 | usd | 1 | 0.01 | +| AFRM | Affirm Holdings | BBG00Y7BP8Y1 | usd | 1 | 0.01 | +| MATV | Mativ Holdings | BBG000C3CWZ7 | usd | 1 | 0.01 | +| DECK | Deckers Outdoor Corp | BBG000BKXYX5 | usd | 1 | 0.01 | +| ADP | Automatic Data Processing | BBG000JG0547 | usd | 1 | 0.01 | +| NYT | New York Times | BBG000FFC0B3 | usd | 1 | 0.01 | +| LEGH | Legacy Housing Corp | BBG00MJDR6J9 | usd | 1 | 0.01 | +| SWK | Stanley Black & Decker | BBG000BTQR96 | usd | 1 | 0.01 | +| MS | Morgan Stanley | BBG000BLZRJ2 | usd | 1 | 0.01 | +| MOS | Mosaic | BBG000BFXHL6 | usd | 1 | 0.01 | +| CWST | Casella Waste Systems | BBG000BT0J38 | usd | 1 | 0.01 | +| RMD | ResMed Inc | BBG000L4M7F1 | usd | 1 | 0.01 | +| FARO | FARO Technologies Inc | BBG000BJD7C2 | usd | 1 | 0.01 | +| BLNG | Белон | BBG000VQWH86 | rub | 100 | 0.005 | +| EVBG | Everbridge Inc | BBG0022FMPD5 | usd | 1 | 0.01 | +| NVRO | Nevro | BBG001K61W36 | usd | 1 | 0.01 | +| MASI | Masimo Corporation | BBG000C3W281 | usd | 1 | 0.01 | +| ANF | Abercrombie & Fitch | BBG000H9G7X2 | usd | 1 | 0.01 | +| OGS | ONE Gas | BBG004WQKD07 | usd | 1 | 0.01 | +| GGG | Graco | BBG000BK9W84 | usd | 1 | 0.01 | +| RSKD | Riskified | BBG011P2TCH8 | usd | 1 | 0.01 | +| IDXX | IDEXX | BBG000BLRT07 | usd | 1 | 0.01 | +| FSLR | First Solar | BBG000BFL116 | usd | 1 | 0.01 | +| CCMP | CMC Materials | BBG000BP3NW2 | usd | 1 | 0.01 | +| COUR | Coursera, Inc. | BBG002WLDMW5 | usd | 1 | 0.01 | +| YEXT | Yext Inc | BBG001MKZGY7 | usd | 1 | 0.01 | +| WDFC | WD-40 Co | BBG000BWNV93 | usd | 1 | 0.01 | +| PLUG | Plug Power Inc | BBG000C1XSP8 | usd | 1 | 0.01 | +| KD | Kyndryl Holdings | BBG012W99DN6 | usd | 1 | 0.01 | +| COLB | Columbia Banking System | BBG000CTGXS2 | usd | 1 | 0.01 | +| WST | West Pharmaceutical Services I | BBG000BX24N8 | usd | 1 | 0.01 | +| UTHR | United Therapeutics Corp | BBG000BV4XJ1 | usd | 1 | 0.01 | +| 1COV@DE | Covestro AG | BBG00DW0PN34 | eur | 1 | 0.01 | +| PNTG | Pennant Group Inc | BBG00P33SY72 | usd | 1 | 0.01 | +| FLR | Fluor | BBG000BB1TH9 | usd | 1 | 0.01 | +| FLT | FleetCor Technologies Inc | BBG000GPXKX9 | usd | 1 | 0.01 | +| MD | Pediatrix Medical Group | BBG000H8LGK2 | usd | 1 | 0.01 | +| MDC | M.D.C. Holdings | BBG000BNTTY4 | usd | 1 | 0.01 | +| NVEE | NV5 Global Inc | BBG005BT60Y8 | usd | 1 | 0.01 | +| MANU | Manchester United Plc | BBG0035WV4N9 | usd | 1 | 0.01 | +| RCII | Rent-A-Center | BBG000BHQJX3 | usd | 1 | 0.01 | +| EMN | Eastman Chemical Company | BBG000BLW530 | usd | 1 | 0.01 | +| GPK | Graphic Packaging Holding Company | BBG000GQ7K93 | usd | 1 | 0.01 | +| VMW | VMware | BBG000BC9938 | usd | 1 | 0.01 | +| YETI | YETI Holdings Inc | BBG00D8JC882 | usd | 1 | 0.01 | +| HCCI | Heritage-Crystal Clean Inc | BBG000CCFB17 | usd | 1 | 0.01 | +| NABL | N-able | BBG00YJKWXD8 | usd | 1 | 0.01 | +| HHR | HeadHunter Group PLC | BBG00KHGQ0H4 | usd | 1 | 0.01 | +| ZNTL | Zentalis Pharmaceuticals | BBG00R2K8TF5 | usd | 1 | 0.01 | +| ARW | Arrow Electronics Inc | BBG000BCD3D5 | usd | 1 | 0.01 | +| FCFS | FirstCash | BBG0145KL747 | usd | 1 | 0.01 | +| WDAY | Workday Inc | BBG000VC0T95 | usd | 1 | 0.01 | +| FOCS | Focus Financial Partners Inc | BBG00L0YTFN8 | usd | 1 | 0.01 | +| ADM | Archer-Daniels-Midland Company | BBG000BB6WG8 | usd | 1 | 0.01 | +| NVTK@GS | Novatek PJSC | BBG000QY6FL3 | usd | 1 | 0.01 | +| GPS | Gap | BBG000BKLH74 | usd | 1 | 0.01 | +| RYN | Rayonier REIT | BBG000BG7L34 | usd | 1 | 0.01 | +| UA | Under Armour (C) | BBG009DTD8H2 | usd | 1 | 0.01 | +| XOM | Exxon Mobil Corporation | BBG000GZQ728 | usd | 1 | 0.01 | +| EMBC | Embecta | BBG014L7D4G1 | usd | 1 | 0.01 | +| MAGN | Магнитогорский металлургический комбинат | BBG004S68507 | rub | 10 | 0.005 | +| VTBR | Банк ВТБ | BBG004730ZJ9 | rub | 10000 | 0.000005 | +| LUMN | Lumen Technologies | BBG000BGLRN3 | usd | 1 | 0.01 | +| WMG | Warner Music Group | BBG00RP2T9T6 | usd | 1 | 0.01 | +| DB1@DE | Deutsche Boerse AG | BBG000D54HT0 | eur | 1 | 0.01 | +| SMLT | ГК Самолет | BBG00F6NKQX3 | rub | 1 | 0.5 | +| CEA | China Eastern Airlines | BBG000BCFNR4 | usd | 1 | 0.01 | +| MAT | Mattel | BBG000BNNYW1 | usd | 1 | 0.01 | +| CNMD | CONMED Corporation | BBG000BFZVH8 | usd | 1 | 0.01 | +| WRLD | World Acceptance Corp | BBG000C3G9J2 | usd | 1 | 0.01 | +| VSTO | Vista Outdoor | BBG006F8QZK4 | usd | 1 | 0.01 | +| ARCT | Arcturus Therapeutics Holdings | BBG00NNW8JK1 | usd | 1 | 0.01 | +| LFUS | Littelfuse | BBG000BGFGT8 | usd | 1 | 0.01 | +| SAVA | Cassava Sciences | BBG000BK9YW3 | usd | 1 | 0.01 | +| TPH | Tri Pointe Homes, Inc. | BBG0016YQTR5 | usd | 1 | 0.01 | +| AVNT | Avient Corporation | BBG000C8NJ10 | usd | 1 | 0.01 | +| SJI | South Jersey Industries, Inc | BBG000BT0T72 | usd | 1 | 0.01 | +| EL | The Estee Lauder Companies | BBG000FKJRC5 | usd | 1 | 0.01 | +| AAP | Advance Auto Parts | BBG000F7RCJ1 | usd | 1 | 0.01 | +| KNBE | KnowBe4 | BBG00C4DL9L4 | usd | 1 | 0.01 | +| BANE | Башнефть | BBG004S68758 | rub | 1 | 0.5 | +| ICLR | ICON plc | BBG000CTSZQ6 | usd | 1 | 0.01 | +| TWST | Twist Bioscience | BBG006KDCHJ4 | usd | 1 | 0.01 | +| GHC | Graham Holdings Co | BBG000C3FGH9 | usd | 1 | 0.01 | +| AON | Aon | BBG00SSQFPK6 | usd | 1 | 0.01 | +| TTD | Trade Desk Inc/The | BBG00629NGT2 | usd | 1 | 0.01 | +| AFLT | Аэрофлот | BBG004S683W7 | rub | 10 | 0.02 | +| EFX | Equifax | BBG000BHPL78 | usd | 1 | 0.01 | +| QS | QuantumScape Corporation | BBG00VJ17DS2 | usd | 1 | 0.01 | +| MKC | McCormick & Co | BBG000G6Y5W4 | usd | 1 | 0.01 | +| MCK | McKesson | BBG000DYGNW7 | usd | 1 | 0.01 | +| RPD | Rapid7 Inc | BBG009DFHWG6 | usd | 1 | 0.01 | +| CIAN | АДР Циан | BBG012YQ6P43 | rub | 1 | 0.2 | +| TRUP | Trupanion Inc | BBG002BC7WC5 | usd | 1 | 0.01 | +| VTSC@DE | Vitesco Technologies Group AG | BBG00ZVC67K7 | eur | 1 | 0.01 | +| MHK | Mohawk Industries | BBG000FLZN98 | usd | 1 | 0.01 | +| MA | Mastercard | BBG000F1ZSQ2 | usd | 1 | 0.01 | +| RUAL | РУСАЛ | BBG008F2T3T2 | rub | 10 | 0.005 | +| PDCE | PDC Energy | BBG000BR1KR2 | usd | 1 | 0.01 | +| ATRC | AtriCure | BBG000BL6CB5 | usd | 1 | 0.01 | +| NKHP | НКХП | BBG00BGKYH17 | rub | 10 | 0.5 | +| SMAR | Smartsheet Inc | BBG00GQK3WB5 | usd | 1 | 0.01 | +| GLBE | Global-E Online Ltd | BBG00ZKY1P71 | usd | 1 | 0.01 | +| DT | Dynatrace Inc | BBG00PNN7C40 | usd | 1 | 0.01 | +| SBAC | SBA Communications REIT | BBG000D2M0Z7 | usd | 1 | 0.01 | +| FME@DE | Fresenius Medical Care AG & Co | BBG000DHXTF1 | eur | 1 | 0.01 | +| SIGI | Selective Insurance Group | BBG000BSZ738 | usd | 1 | 0.01 | +| AWR | American States Water Co | BBG000F964B6 | usd | 1 | 0.01 | +| GLPI | Gaming and Leisure Properties REIT | BBG003MSMCS6 | usd | 1 | 0.01 | +| HLNE | Hamilton Lane Incorporated | BBG00FX58Q66 | usd | 1 | 0.01 | +| NMIH | NMI Holdings Inc | BBG005DLMMZ6 | usd | 1 | 0.01 | +| BLI | Berkeley Lights | BBG00HJ8K617 | usd | 1 | 0.01 | +| OSTK | Overstock.com | BBG000BF7BV7 | usd | 1 | 0.01 | +| LTHM | Livent Corporation | BBG00LV3NRG0 | usd | 1 | 0.01 | +| MNDY | Monday.Com | BBG00GF8K4W4 | usd | 1 | 0.01 | +| CGEN | Compugen | BBG000B9ZLB0 | usd | 1 | 0.01 | +| ITCI | Intra-Cellular Therapies, Inc | BBG0026ZFZC4 | usd | 1 | 0.01 | +| CRMT | America's Car-Mart Inc TX | BBG000CM6L31 | usd | 1 | 0.01 | +| AEIS | Advanced Energy Industries Inc | BBG000FKMP26 | usd | 1 | 0.01 | +| TOL | Toll Brothers Inc | BBG000BVHBM1 | usd | 1 | 0.01 | +| SPG | Simon Property Group REIT | BBG000BJ2D31 | usd | 1 | 0.01 | +| NVR | NVR Inc | BBG000BQBYR3 | usd | 1 | 0.01 | +| EVER | EverQuote | BBG00F17NDH7 | usd | 1 | 0.01 | +| AWK | American Water Works | BBG000TRJ294 | usd | 1 | 0.01 | +| CTLT | Catalent Inc | BBG005XR47P5 | usd | 1 | 0.01 | +| BERY | Berry Global Group Inc | BBG000Q1R1Y9 | usd | 1 | 0.01 | +| SCL | Stepan Company | BBG000BSMFN2 | usd | 1 | 0.01 | +| CMC | Commercial Metals Company | BBG000BFSND8 | usd | 1 | 0.01 | +| WHR | Whirlpool | BBG000BWSV34 | usd | 1 | 0.01 | +| BA | BOEING | BBG000BCSST7 | usd | 1 | 0.01 | +| EPAY | Bottomline Technologies DE Inc | BBG000BRNH31 | usd | 1 | 0.01 | +| DASH | DoorDash | BBG005D7QCJ3 | usd | 1 | 0.01 | +| GMED | Globus Medical Inc | BBG002V87SD0 | usd | 1 | 0.01 | +| TFC | Truist Financial Corporation | BBG000BYYLS8 | usd | 1 | 0.01 | +| DINO | HF Sinclair Corporation | BBG0135B2214 | usd | 1 | 0.01 | +| BOSS@DE | HUGO BOSS AG | BBG000BD0GG5 | eur | 1 | 0.01 | +| EAT | Brinker International Inc | BBG000BK28N7 | usd | 1 | 0.01 | +| ACAD | ACADIA Pharmaceuticals Inc | BBG000BHG9K0 | usd | 1 | 0.01 | +| NUVA | NuVasive Inc | BBG000LNL298 | usd | 1 | 0.01 | +| SBER | Сбер Банк | BBG004730N88 | rub | 10 | 0.01 | +| SNAP | Snap Inc | BBG00441QMJ7 | usd | 1 | 0.01 | +| TSM | Taiwan Semiconductor Manufacturing | BBG000BD8ZK0 | usd | 1 | 0.01 | +| SLP | Simulations Plus Inc. | BBG000BS2ZD1 | usd | 1 | 0.01 | +| CHNG | Change Healthcare Inc | BBG0059KNH10 | usd | 1 | 0.01 | +| CPB | Campbell Soup | BBG000BG4202 | usd | 1 | 0.01 | +| VRT | Vertiv Holdings Co | BBG00L2B8KW8 | usd | 1 | 0.01 | +| CHD | Church & Dwight | BBG000BFJT36 | usd | 1 | 0.01 | +| BBWI | Bath & Body Works | BBG000BNGTQ7 | usd | 1 | 0.01 | +| AMCX | AMC Networks Inc | BBG000H01H92 | usd | 1 | 0.01 | +| RUN | Sunrun Inc | BBG0025XVR85 | usd | 1 | 0.01 | +| AKAM | Akamai Technologies | BBG000BJQWD2 | usd | 1 | 0.01 | +| PGNY | Progyny Inc | BBG002H1K1H1 | usd | 1 | 0.01 | +| SR | Spire Inc. | BBG000BN6KG8 | usd | 1 | 0.01 | +| SRE | Sempra Energy | BBG000C2ZCH8 | usd | 1 | 0.01 | +| IBM | IBM | BBG000BLNNH6 | usd | 1 | 0.01 | +| NOVA | Sunnova Energy International | BBG00PLQ1JR1 | usd | 1 | 0.01 | +| ZUMZ | Zumiez Inc | BBG000PYX812 | usd | 1 | 0.01 | +| TMUS | T-Mobile US Inc | BBG000NDV1D4 | usd | 1 | 0.01 | +| TRI | Thomson Reuters Corporation | BBG000BBS9F6 | usd | 1 | 0.01 | +| VNE | Veoneer Inc | BBG00K4MPP27 | usd | 1 | 0.01 | +| USM | United States Cellular Corp | BBG000BW6P59 | usd | 1 | 0.01 | +| ZYNE | Zynerba Pharmaceuticals Inc | BBG007BBS8B7 | usd | 1 | 0.01 | +| ABG | Asbury Automotive Group Inc | BBG000BKDWB5 | usd | 1 | 0.01 | +| MRVL | Marvell Technology, Inc. | BBG00ZXBJ153 | usd | 1 | 0.01 | +| AMTI | Applied Molecular Transport | BBG00R240WL5 | usd | 1 | 0.01 | +| RRR | Red Rock Resorts | BBG00B6G8077 | usd | 1 | 0.01 | +| VCEL | Vericel Corp | BBG000BDCM24 | usd | 1 | 0.01 | +| AVB | AvalonBay Communities REIT | BBG000BLPBL5 | usd | 1 | 0.01 | +| ITRI | Itron Inc | BBG000BD2167 | usd | 1 | 0.01 | +| MTB | M&T Bank | BBG000D9KWL9 | usd | 1 | 0.01 | +| BMO | Bank of Montreal | BBG000DLY9B9 | usd | 1 | 0.01 | +| HON | Honeywell | BBG000H556T9 | usd | 1 | 0.01 | +| TTC | Toro | BBG000BVQRY3 | usd | 1 | 0.01 | +| ACIW | ACI Worldwide, Inc. | BBG000PMBV39 | usd | 1 | 0.01 | +| ESAB | ESAB Corporation | BBG0028ZMP45 | usd | 1 | 0.01 | +| AN | AutoNation | BBG000BBXLW4 | usd | 1 | 0.01 | +| SEE | Sealed Air | BBG000C22QV7 | usd | 1 | 0.01 | +| MDMG | Мать и дитя | BBG00Y3XYV94 | rub | 1 | 0.1 | +| T | AT&T | BBG000BSJK37 | usd | 1 | 0.01 | +| EQH | Equitable Holdings | BBG00J7CBVW8 | usd | 1 | 0.01 | +| ATI | Allegheny Technologies | BBG000LC1FS4 | usd | 1 | 0.01 | +| COIN | Coinbase | BBG00ZGF7771 | usd | 1 | 0.01 | +| CLSK | Cleanspark Inc | BBG001MB89V6 | usd | 1 | 0.01 | +| DNMR | Danimer Scientific | BBG00S4VMQT2 | usd | 1 | 0.01 | +| ATNI | ATN International, Inc | BBG000F8RCH1 | usd | 1 | 0.01 | +| CGNT | Cognyte Software Ltd. | BBG00R0ZFHV4 | usd | 1 | 0.01 | +| CNHI | CNH Industrial N.V. | BBG0059JSF49 | usd | 1 | 0.01 | +| CBU | Community Bank System | BBG000BF4D19 | usd | 1 | 0.01 | +| SRDX | Surmodics Inc | BBG000BZ2QG2 | usd | 1 | 0.01 | +| FCNCA | First Citizens BancShares, Inc. | BBG000BJCDS3 | usd | 1 | 0.01 | +| BNTX | BioNTech SE | BBG00Q70B3V1 | usd | 1 | 0.01 | +| 3690 | Meituan | BBG00LLV9WW6 | hkd | 10 | 0.1 | +| RUSP | Русполимет | BBG000R466J1 | rub | 1000 | 0.0005 | +| IEX | IDEX Corp | BBG000C1HN22 | usd | 1 | 0.01 | +| GTRK | ГТМ | BBG00HY6V6H5 | rub | 10 | 0.05 | +| MVID | М.видео | BBG004S68CP5 | rub | 1 | 0.1 | +| BOX | Box Inc | BBG000PMSK08 | usd | 1 | 0.01 | +| STLD | Steel Dynamics Inc | BBG000HGYNZ9 | usd | 1 | 0.01 | +| ARNC | Arconic | BBG00R45JYB7 | usd | 1 | 0.01 | +| MKTX | MarketAxess Holdings Inc | BBG000BJBZ23 | usd | 1 | 0.01 | +| DFS | Discover Financial Services | BBG000QBR5J5 | usd | 1 | 0.01 | +| SILK | Silk Road Medical | BBG0026ZJRY4 | usd | 1 | 0.01 | +| ENTA | Enanta Pharmaceuticals Inc | BBG001V9NSB4 | usd | 1 | 0.01 | +| INMD | Inmode Ltd | BBG00PPS73P4 | usd | 1 | 0.01 | +| VCYT | Veracyte Inc | BBG001J2M542 | usd | 1 | 0.01 | +| HBAN | Huntington Bancshares | BBG000BKWSR6 | usd | 1 | 0.01 | +| PD | Pagerduty Inc | BBG0043BYPB8 | usd | 1 | 0.01 | +| PCRX | Pacira BioSciences Inc | BBG0018FQNS6 | usd | 1 | 0.01 | +| LKQ | LKQ Corporation | BBG000PXDL44 | usd | 1 | 0.01 | +| POOL | Pool Corp | BBG000BCVG28 | usd | 1 | 0.01 | +| WBS | Webster Financial Corporation | BBG000BWMX63 | usd | 1 | 0.01 | +| HD | The Home Depot | BBG000BKZB36 | usd | 1 | 0.01 | +| QUOT | Quotient Technology Inc | BBG001QYNR63 | usd | 1 | 0.01 | +| BECN | Beacon Roofing Supply Inc | BBG000BKTXF2 | usd | 1 | 0.01 | +| FL | Foot Locker | BBG000BX8DC4 | usd | 1 | 0.01 | +| IPAR | Inter Parfums Inc | BBG000GCSWR5 | usd | 1 | 0.01 | +| ALV@DE | Allianz SE | BBG000BBFBD7 | eur | 1 | 0.01 | +| NTGR | NETGEAR Inc | BBG000C4GBR6 | usd | 1 | 0.01 | +| NARI | Inari Medical Inc | BBG009J8K7M0 | usd | 1 | 0.01 | +| SVST@GS | Severstal PJSC | BBG000Q3XWC4 | usd | 1 | 0.01 | +| J | Jacobs Solutions | BBG019C1BQR4 | usd | 1 | 0.01 | +| BANEP | Башнефть - привилегированные акции | BBG004S686N0 | rub | 1 | 0.5 | +| ROLL | RBC Bearings Inc | BBG000GMGNB3 | usd | 1 | 0.01 | +| BRX | Brixmor Property Group REIT | BBG001LFLZZ1 | usd | 1 | 0.01 | +| OXY | Occidental Petroleum | BBG000BQQ2S6 | usd | 1 | 0.01 | +| APD | Air Products & Chemicals | BBG000BC4JJ4 | usd | 1 | 0.01 | +| VRTV | Veritiv Corp | BBG005XZHR97 | usd | 1 | 0.01 | +| NDSN | Nordson Corp | BBG000BPWGR1 | usd | 1 | 0.01 | +| SWN | Southwestern Energy | BBG000BTR593 | usd | 1 | 0.01 | +| RARE | Ultragenyx Pharmaceutical Inc | BBG001RWPDW6 | usd | 1 | 0.01 | +| SWI | SolarWinds Corp | BBG00M1CKSK7 | usd | 1 | 0.01 | +| CI | Cigna | BBG00KXRCDP0 | usd | 1 | 0.01 | +| OKEY | O'Key Group SA | BBG00172J7S9 | rub | 10 | 0.01 | +| INCY | Incyte | BBG000BNPSQ9 | usd | 1 | 0.01 | +| ALRS | АЛРОСА | BBG004S68B31 | rub | 10 | 0.01 | +| MYRG | MYR Group Inc | BBG000BC7VW9 | usd | 1 | 0.01 | +| ANDE | Andersons Inc | BBG000BF8CN3 | usd | 1 | 0.01 | +| FOUR | Shift4 Payments | BBG00TX393L4 | usd | 1 | 0.01 | +| SBUX | Starbucks Corporation | BBG000CTQBF3 | usd | 1 | 0.01 | +| GBT | Global Blood Therapeutics Inc | BBG00341H6M0 | usd | 1 | 0.01 | +| BFH | Bread Financial | BBG000BFNR17 | usd | 1 | 0.01 | +| SNX | SYNNEX Corp | BBG000CL9JV4 | usd | 1 | 0.01 | +| MSFT | Microsoft Corporation | BBG000BPH459 | usd | 1 | 0.01 | +| TER | Teradyne Inc | BBG000BV4DR6 | usd | 1 | 0.01 | +| TWNK | Hostess Brands Inc | BBG00B6KGNN1 | usd | 1 | 0.01 | +| UFPI | UUFP Industries, Inc | BBG000BL0T06 | usd | 1 | 0.01 | +| RY | Royal Bank of Canada | BBG000BSSC44 | usd | 1 | 0.01 | +| DISH | DISH Network Corp | BBG000C2YHG9 | usd | 1 | 0.01 | +| CPRI | Capri Holdings Limited | BBG0029SNR63 | usd | 1 | 0.01 | +| ALK | Alaska Air Group | BBG000BBL0Y1 | usd | 1 | 0.01 | +| ALLK | Allakos Inc | BBG003QBJKN0 | usd | 1 | 0.01 | +| QCOM | Qualcomm | BBG000CGC1X8 | usd | 1 | 0.01 | +| POSH | Poshmark | BBG0029ZBN50 | usd | 1 | 0.01 | +| HUN | Huntsman | BBG000NS26Q8 | usd | 1 | 0.01 | +| CBRL | Cracker Barrel Old Country Sto | BBG000BF33K1 | usd | 1 | 0.01 | +| MAS | Masco | BBG000BNNKG9 | usd | 1 | 0.01 | +| BKU | BankUnited, Inc. | BBG000PQPCM6 | usd | 1 | 0.01 | +| SAIA | Saia Inc | BBG000P5LMQ0 | usd | 1 | 0.01 | +| SAP | АДР SAP | BBG000BDSLD7 | usd | 1 | 0.01 | +| IIVI | II-VI Inc | BBG000BLW102 | usd | 1 | 0.01 | +| GRMN | Garmin | BBG000C4LN67 | usd | 1 | 0.01 | +| MGY | Magnolia Oil & Gas Corp | BBG00GNC8DL2 | usd | 1 | 0.01 | +| PING | Ping Identity Holding Corp | BBG00Q3GDB13 | usd | 1 | 0.01 | +| ZIP | ZipRecruiter Inc | BBG010JBYV98 | usd | 1 | 0.01 | +| MKL | Markel Corp | BBG000FC7366 | usd | 1 | 0.01 | +| ERIE | Erie IndemnIty Co | BBG000BBTJZ1 | usd | 1 | 0.01 | +| HSC | Harsco Corp | BBG000BLH3P8 | usd | 1 | 0.01 | +| SRCL | Stericycle | BBG000H3FZM6 | usd | 1 | 0.01 | +| TRGP | Targa Resources | BBG0015XMW40 | usd | 1 | 0.01 | +| BDX | Becton, Dickinson and Company | BBG000BCZYD3 | usd | 1 | 0.01 | +| MSGE | Madison Square Garden Entertainment | BBG00L9HLWV8 | usd | 1 | 0.01 | +| LRCX | Lam Research | BBG000BNFLM9 | usd | 1 | 0.01 | +| SONO | SONOS INC | BBG001JZPSQ2 | usd | 1 | 0.01 | +| CNNE | Cannae Holdings | BBG00GXRNJP4 | usd | 1 | 0.01 | +| NRIX | Nurix Therapeutics Inc | BBG00SDJ8M78 | usd | 1 | 0.01 | +| MLCO | Melco Resorts & Entertainment | BBG000BHP8J4 | usd | 1 | 0.01 | +| PG | Procter & Gamble | BBG000BR2TH3 | usd | 1 | 0.01 | +| PCOR | Procore Technologies | BBG0026ZJ304 | usd | 1 | 0.01 | +| HRTX | Heron Therapeutics Inc | BBG000G2GJT7 | usd | 1 | 0.01 | +| STT | State Street | BBG000BKFBD7 | usd | 1 | 0.01 | +| MRKP | Россети Центр и Приволжье | BBG000VG1034 | rub | 10000 | 0.0001 | +| RWE@DE | RWE AG | BBG000BBQ209 | eur | 1 | 0.01 | +| INTC | Intel Corporation | BBG000C0G1D1 | usd | 1 | 0.01 | +| JELD | JELD-WEN Holding Inc | BBG0019GM953 | usd | 1 | 0.01 | +| COKE | Coca-Cola Consolidated Inc | BBG000BG1SX2 | usd | 1 | 0.01 | +| ZNH | China Southern Airlines | BBG000BXQ7R1 | usd | 1 | 0.01 | +| DOCS | Doximity, Inc. | BBG0026ZJQX7 | usd | 1 | 0.01 | +| TCBI | Texas Capital Bancshares Inc | BBG000DN4ZT1 | usd | 1 | 0.01 | +| FR | First Industrial REIT | BBG000CKGDS5 | usd | 1 | 0.01 | +| FELE | Franklin Electric Co | BBG000BJGGV8 | usd | 1 | 0.01 | +| RE | Everest Re Group | BBG000C1XVK6 | usd | 1 | 0.01 | +| AIG | American International Group | BBG000BBDZG3 | usd | 1 | 0.01 | +| ENTG | Entegris Inc | BBG000CTV4N4 | usd | 1 | 0.01 | +| CVCO | Cavco Industries Inc | BBG000K4WS65 | usd | 1 | 0.01 | +| TRV | Travelers Cos | BBG000BJ81C1 | usd | 1 | 0.01 | +| SAH | Sonic Automotive | BBG000BBMNG0 | usd | 1 | 0.01 | +| IONS | Ionis Pharmaceuticals Inc | BBG000JH6683 | usd | 1 | 0.01 | +| ECL | Ecolab | BBG000BHKYH4 | usd | 1 | 0.01 | +| HHC | Howard Hughes Corp | BBG000MJRJJ2 | usd | 1 | 0.01 | +| PAYX | Paychex Inc | BBG000BQSQ38 | usd | 1 | 0.01 | +| FLOT | Совкомфлот | BBG000R04X57 | rub | 10 | 0.01 | +| BROS | Dutch Bros | BBG01282ZHB3 | usd | 1 | 0.01 | +| MRNA | Moderna Inc | BBG003PHHZT1 | usd | 1 | 0.01 | +| SHEN | Shenandoah Telecommunications | BBG000BTC2N0 | usd | 1 | 0.01 | +| ENS | EnerSys | BBG000PWTD92 | usd | 1 | 0.01 | +| OII | Oceaneering International Inc | BBG000CPBCL8 | usd | 1 | 0.01 | +| XPO | XPO Logistics Inc | BBG000L5CJF3 | usd | 1 | 0.01 | +| LDOS | Leidos Holdings | BBG000C23PB0 | usd | 1 | 0.01 | +| SPLK | Splunk | BBG001C7TST4 | usd | 1 | 0.01 | +| KOPN | Kopin Corporation | BBG000C2SBZ8 | usd | 1 | 0.01 | +| AAPL | Apple | BBG000B9XRY4 | usd | 1 | 0.01 | +| NVS | Novartis AG | BBG000LYF3S8 | usd | 1 | 0.01 | +| WM | Waste Management | BBG000BWVSR1 | usd | 1 | 0.01 | +| BNGO | Bionano Genomics, Inc. | BBG001KWWRS9 | usd | 1 | 0.01 | +| DPW@DE | Deutsche Post AG | BBG000LW3NX5 | eur | 1 | 0.01 | +| ALLE | Allegion | BBG003PS7JV1 | usd | 1 | 0.01 | +| AAWW | Atlas Air Worldwide Holdings | BBG000Q57YP0 | usd | 1 | 0.01 | +| ALGT | Allegiant Travel Co | BBG000LJS6B8 | usd | 1 | 0.01 | +| BKNG | Booking | BBG000BLBVN4 | usd | 1 | 0.01 | +| PMSBP | Пермэнергосбыт - акции привилегированные | BBG000MZL2S9 | rub | 10 | 0.2 | +| PRTA | Prothena Corporation | BBG003PDKJF7 | usd | 1 | 0.01 | +| AGIO | Agios Pharmaceuticals Inc | BBG000QY4ZD0 | usd | 1 | 0.01 | +| FND | Floor & Decor Holdings Inc | BBG007GJ2F81 | usd | 1 | 0.01 | +| STAG | STAG Industrial REIT | BBG000BGLFP7 | usd | 1 | 0.01 | +| ETSY | Etsy Inc | BBG000N7MXL8 | usd | 1 | 0.01 | +| HALO | Halozyme Therapeutics Inc | BBG000CZ8W54 | usd | 1 | 0.01 | +| DLO | DLocal | BBG00XGCHFV7 | usd | 1 | 0.01 | +| M | Macy's | BBG000C46HM9 | usd | 1 | 0.01 | +| FIS | Fidelity National Information | BBG000BK2F42 | usd | 1 | 0.01 | +| VICR | Vicor Corp | BBG000C3VHF1 | usd | 1 | 0.01 | +| HE | Hawaiian Electric Industries, Inc. | BBG000BL0P40 | usd | 1 | 0.01 | +| YY | JOYY Inc | BBG003H0XV18 | usd | 1 | 0.01 | +| TATN | Татнефть | BBG004RVFFC0 | rub | 1 | 0.1 | +| NKE | NIKE | BBG000C5HS04 | usd | 1 | 0.01 | +| SYY | Sysco | BBG000BTVJ25 | usd | 1 | 0.01 | +| NRG | NRG Energy | BBG000D8RG11 | usd | 1 | 0.01 | +| LRN | Stride, Inc | BBG000QSXPZ9 | usd | 1 | 0.01 | +| DLX | Deluxe Corp | BBG000BH6360 | usd | 1 | 0.01 | +| FTDR | Frontdoor, Inc. | BBG00H9MNDZ2 | usd | 1 | 0.01 | +| KHC | Kraft Heinz | BBG005CPNTQ2 | usd | 1 | 0.01 | +| FIVE | ГДР X5 RetailGroup | BBG00JXPFBN0 | rub | 1 | 0.5 | +| MSTT | Мостотрест | BBG004S68DD6 | rub | 10 | 0.05 | +| MMSI | MerIt Medical Systems Inc | BBG000C42VX0 | usd | 1 | 0.01 | +| WWD | Woodward Inc | BBG000BD53V2 | usd | 1 | 0.01 | +| BL | Blackline Inc | BBG0029KJVB0 | usd | 1 | 0.01 | +| AUPH | Aurinia Pharmaceuticals | BBG000BCRJM5 | usd | 1 | 0.01 | +| RHI | Robert Half | BBG000BS5DR2 | usd | 1 | 0.01 | +| ITW | Illinois Tool Works | BBG000BMBL90 | usd | 1 | 0.01 | +| ATGE | Adtalem Global Education Inc | BBG000DQBZJ7 | usd | 1 | 0.01 | +| INGN | Inogen Inc | BBG0021PH456 | usd | 1 | 0.01 | +| MTLR | Мечел | BBG004S68598 | rub | 1 | 0.01 | +| SAVE | Spirit Airlines Inc | BBG000BF6RQ9 | usd | 1 | 0.01 | +| OMF | OneMain Holdings | BBG005497GZ3 | usd | 1 | 0.01 | +| WISH | ContextLogic | BBG006DZTJ56 | usd | 1 | 0.01 | +| NUE | Nucor | BBG000BQ8KV2 | usd | 1 | 0.01 | +| QRVO | Qorvo | BBG007TJF1N7 | usd | 1 | 0.01 | +| THG | Hanover Insurance Group | BBG000FJH8W0 | usd | 1 | 0.01 | +| CG | Carlyle Group | BBG000BH3F20 | usd | 1 | 0.01 | +| NTCO | Natura & Co Holding S.A. | BBG00R4ZKPN5 | usd | 1 | 0.01 | +| ENPH | Enphase Energy Inc | BBG001R3MNY9 | usd | 1 | 0.01 | +| LAC | Lithium Americas Corp. | BBG000BGM5P8 | usd | 1 | 0.01 | +| LPLA | LPL Financial Holdings | BBG000P2TYL8 | usd | 1 | 0.01 | +| RRBI | Red River Bancshares | BBG000QKNLB2 | usd | 1 | 0.01 | +| BILL | Bill.com Holdings Inc | BBG00QVJV6V4 | usd | 1 | 0.01 | +| HYLN | Hyliion Holdings Corp. | BBG00N9MJTZ9 | usd | 1 | 0.01 | +| ELAN | Elanco Animal Health Inc | BBG00LJYS1P8 | usd | 1 | 0.01 | +| JOUT | Johnson Outdoors Inc | BBG000HCXFS4 | usd | 1 | 0.01 | +| IPGP | IPG Photonics Corporation | BBG000DCGRL8 | usd | 1 | 0.01 | +| BMI | Badger Meter Inc | BBG000BDGHD9 | usd | 1 | 0.01 | +| POST | Post Holdings Inc | BBG001WTBC36 | usd | 1 | 0.01 | +| UNFI | United Natural Foods | BBG000BXB1M5 | usd | 1 | 0.01 | +| STRA | Strategic Education Inc | BBG000GRZDV1 | usd | 1 | 0.01 | +| KALU | Kaiser Aluminum Corp | BBG000PKZDX4 | usd | 1 | 0.01 | +| CERN | Cerner | BBG000BFDLV8 | usd | 1 | 0.01 | +| QLYS | Qualys Inc | BBG000HT5G06 | usd | 1 | 0.01 | +| TTMI | TTM Technologies Inc | BBG000BYQ0B1 | usd | 1 | 0.01 | +| EEFT | Euronet Worldwide Inc | BBG000BMNBY1 | usd | 1 | 0.01 | +| ROP | Roper Technologies | BBG000F1ZSN5 | usd | 1 | 0.01 | +| CBT | Cabot Corporation | BBG000BF3WW4 | usd | 1 | 0.01 | +| PATK | Patrick Industries Inc | BBG000BQSBB2 | usd | 1 | 0.01 | +| TAK | Takeda Pharmaceutical Co Ltd | BBG000LF8708 | usd | 1 | 0.01 | +| SBRA | Sabra Health Care REIT | BBG000MTDW24 | usd | 1 | 0.01 | +| NWLI | National Western Life Group In | BBG008HNHZ07 | usd | 1 | 0.01 | +| ATUS | Altice USA Inc | BBG00GFMPRK0 | usd | 1 | 0.01 | +| CARA | Cara Therapeutics Inc | BBG001J2QYS9 | usd | 1 | 0.01 | +| TXT | Textron | BBG000BVVQQ8 | usd | 1 | 0.01 | +| ARVN | Arvinas Inc | BBG00LW7YK82 | usd | 1 | 0.01 | +| TEX | Terex Corporation | BBG000C7B436 | usd | 1 | 0.01 | +| BTAI | BioXcel Therapeutics | BBG00K20GVD2 | usd | 1 | 0.01 | +| CASY | Casey's General Stores Inc | BBG000BF0672 | usd | 1 | 0.01 | +| SLG | SL Green REIT | BBG000BVP5P2 | usd | 1 | 0.01 | +| AIZ | Assurant | BBG000BZX1N5 | usd | 1 | 0.01 | +| DKS | Dick's Sporting Goods Inc | BBG000F6ZWH2 | usd | 1 | 0.01 | +| KEYS | Keysight Technologies Inc | BBG0059FN811 | usd | 1 | 0.01 | +| FSR | Fisker | BBG00LPWLFD4 | usd | 1 | 0.01 | +| PBH | Prestige Consumer Healthcare I | BBG000QM0RZ4 | usd | 1 | 0.01 | +| NU | Nubank | BBG0136WM1M4 | usd | 1 | 0.01 | +| OSK | Oshkosh Corporation | BBG000CC53X1 | usd | 1 | 0.01 | +| HII | Huntington Ingalls Industries Inc | BBG001KJ2HM9 | usd | 1 | 0.01 | +| UWGN | ОВК | BBG008HD3V85 | rub | 1 | 0.1 | +| NVAX | Novavax | BBG000NVSBL7 | usd | 1 | 0.01 | +| ZEN | Zendesk Inc | BBG001HRFJG4 | usd | 1 | 0.01 | +| FRE@DE | Fresenius SE | BBG000BS3CD1 | eur | 1 | 0.01 | +| CLB | Core Laboratories N.V. | BBG000JKCWS0 | usd | 1 | 0.01 | +| WSC | WillScot Mobile Mini Holdings | BBG00B0FS947 | usd | 1 | 0.01 | +| INVH | Invitation Homes REIT | BBG00FQH6BS9 | usd | 1 | 0.01 | +| Y | Alleghany Corp | BBG000BX6BJ3 | usd | 1 | 0.01 | +| AKRN | Акрон | BBG004S688G4 | rub | 1 | 2 | +| SFM | Sprouts Farmers Market Inc | BBG001KFKQM7 | usd | 1 | 0.01 | +| MSTR | MicroStrategy Inc | BBG000GQJPZ0 | usd | 1 | 0.01 | +| SNBR | Sleep Number Corp | BBG000DM2BF3 | usd | 1 | 0.01 | +| BHF | Brighthouse Financial | BBG00DYPZ4T0 | usd | 1 | 0.01 | +| SKIN | The Beauty Health Company | BBG00XKM1DC3 | usd | 1 | 0.01 | +| AMH | American Homes 4 Rent REIT | BBG003NXJNH6 | usd | 1 | 0.01 | +| GAZP | Газпром | BBG004730RP0 | rub | 10 | 0.01 | +| EVK@DE | Evonik Industries AG | BBG001PD3L10 | eur | 1 | 0.01 | +| STAA | STAAR Surgical Co | BBG000C4QB95 | usd | 1 | 0.01 | +| HNP | Huaneng Power International | BBG000BX5YM0 | usd | 1 | 0.01 | +| CTSH | Cognizant Technology Solutions | BBG000BBDV81 | usd | 1 | 0.01 | +| JBT | John Bean Technologies | BBG000VLBCQ1 | usd | 1 | 0.01 | +| DVEC | ДЭК | BBG000V07CB8 | rub | 1000 | 0.001 | +| MAA | Mid-America Apartment REIT | BBG000BLMY92 | usd | 1 | 0.01 | +| UI | Ubiquiti Inc | BBG001R72SR9 | usd | 1 | 0.01 | +| CRI | Carter's Inc | BBG000CTM4J9 | usd | 1 | 0.01 | +| MRK@DE | Merck KGaA | BBG000BX4S53 | eur | 1 | 0.01 | +| CMS | CMS Energy Corporation | BBG000BFVXX0 | usd | 1 | 0.01 | +| RNG | RingCentral Inc | BBG000J094P3 | usd | 1 | 0.01 | +| DY | Dycom Industries Inc | BBG000C4SKT1 | usd | 1 | 0.01 | +| 9988 | Alibaba | BBG00QV37ZP9 | hkd | 10 | 0.05 | +| HSY | Hershey | BBG000BLHRS2 | usd | 1 | 0.01 | +| IBN | ICICI Bank | BBG000DRM643 | usd | 1 | 0.01 | +| LH | LabCorp | BBG000D9DMK0 | usd | 1 | 0.01 | +| STNE | StoneCo | BBG00M4ZQDK0 | usd | 1 | 0.01 | +| AMT | American Tower REIT | BBG000B9XYV2 | usd | 1 | 0.01 | +| XEL | Xcel Energy | BBG000BCTQ65 | usd | 1 | 0.01 | +| SBERP | Сбер Банк - привилегированные акции | BBG0047315Y7 | rub | 10 | 0.01 | +| CVGW | Calavo Growers Inc | BBG000BGPQW1 | usd | 1 | 0.01 | +| PH | Parker-Hannifin | BBG000BR3KL6 | usd | 1 | 0.01 | +| RTKM | Ростелеком | BBG004S682Z6 | rub | 10 | 0.01 | +| BH | Biglari Holdings Inc | BBG00JPRDQH1 | usd | 1 | 0.01 | +| CHTR | Charter Communications | BBG000VPGNR2 | usd | 1 | 0.01 | +| VC | Visteon Corp | BBG0016T3GQ0 | usd | 1 | 0.01 | +| EXPO | Exponent, Inc. | BBG000F31Z34 | usd | 1 | 0.01 | +| KMPR | Kemper | BBG000H3GDJ8 | usd | 1 | 0.01 | +| CRNC | Cerence | BBG00MMDJG84 | usd | 1 | 0.01 | +| JNPR | Juniper Networks | BBG000BY33P5 | usd | 1 | 0.01 | +| COOP | Mr. Cooper Group | BBG002V098F7 | usd | 1 | 0.01 | +| LENT | Лента | BBG0063FKTD9 | rub | 1 | 0.5 | +| FTNT | Fortinet Inc | BBG000BCMBG4 | usd | 1 | 0.01 | +| LIFE | Фармсинтез | BBG0019K04R5 | rub | 100 | 0.005 | +| AES | The AES Corporation | BBG000C23KJ3 | usd | 1 | 0.01 | +| EQR | Equity Residential REIT | BBG000BG8M31 | usd | 1 | 0.01 | +| BIO | Bio-Rad Laboratories Inc | BBG000DY28W5 | usd | 1 | 0.01 | +| IOVA | Iovance Biotherapeutics Inc | BBG000FTLBV7 | usd | 1 | 0.01 | +| NEU | NewMarket Corp | BBG000BJ5SS8 | usd | 1 | 0.01 | +| ALLY | Ally Financial Inc | BBG000BC2R71 | usd | 1 | 0.01 | +| ESGR | Enstar Group | BBG000NQKP71 | usd | 1 | 0.01 | +| AMG | Affiliated Managers Group | BBG000C060M4 | usd | 1 | 0.01 | +| KOD | Kodiak Sciences Inc | BBG00BVR0D02 | usd | 1 | 0.01 | +| INSG | Inseego Corp | BBG00DWX7QH0 | usd | 1 | 0.01 | +| FRPH | FRP Holdings Inc | BBG000HCVWW4 | usd | 1 | 0.01 | +| BSPB | Банк Санкт-Петербург | BBG000QJW156 | rub | 10 | 0.01 | +| TMX | Terminix Global Holdings | BBG002WMH2F2 | usd | 1 | 0.01 | +| MTSS | МТС | BBG004S681W1 | rub | 10 | 0.05 | +| DV | DoubleVerify Holdings, Inc. | BBG00ZNRRJM2 | usd | 1 | 0.01 | +| KDP | Keurig Dr Pepper | BBG000TJM7F0 | usd | 1 | 0.01 | +| QNCX | Quince Therapeutics | BBG00BTK1DT8 | usd | 1 | 0.01 | +| AM | Antero Midstream Corp | BBG00GBNZ4M0 | usd | 1 | 0.01 | +| CSCO | Cisco | BBG000C3J3C9 | usd | 1 | 0.01 | +| GIS | General Mills | BBG000BKCFC2 | usd | 1 | 0.01 | +| WIX | Wix.com Ltd | BBG005CM7J89 | usd | 1 | 0.01 | +| NFE | New Fortress Energy | BBG00MJH9LC4 | usd | 1 | 0.01 | +| FSLY | Fastly Inc | BBG004NLQHL0 | usd | 1 | 0.01 | +| RRC | Range Resources | BBG000FVXD63 | usd | 1 | 0.01 | +| NJR | New Jersey Resources Corp | BBG000BPZVW9 | usd | 1 | 0.01 | +| ONEM | 1Life Healthcare | BBG0026ZDDQ0 | usd | 1 | 0.01 | +| CHKP | Check Point Software Technologies Ltd | BBG000K82ZT8 | usd | 1 | 0.01 | +| AYX | Alteryx Inc | BBG000BGZT72 | usd | 1 | 0.01 | +| BILI | Bilibili Inc | BBG00K7T3037 | usd | 1 | 0.01 | +| MOMO | Hello Group | BBG007HTCQT0 | usd | 1 | 0.01 | +| TGKN | ТГК-14 | BBG000RG4ZQ4 | rub | 1000000 | 0.00001 | +| CMCO | Columbus McKinnon Corp | BBG000BCWWV0 | usd | 1 | 0.01 | +| BKR | Baker Hughes | BBG00GBVBK51 | usd | 1 | 0.01 | +| TRNFP | Транснефть - привилегированные акции | BBG00475KHX6 | rub | 1 | 50 | +| VFC | VF | BBG000BWCKB6 | usd | 1 | 0.01 | +| BTI | British American Tobacco | BBG000BWPXQ8 | usd | 1 | 0.01 | +| RKKE | РКК Энергия им.С.П.Королева | BBG000LWNRP3 | rub | 1 | 10 | +| OI | O-I Glass | BBG00R2JZG39 | usd | 1 | 0.01 | +| EXP | Eagle Materials Inc | BBG000BJW241 | usd | 1 | 0.01 | +| DHI | D.R. Horton | BBG000DQTXY6 | usd | 1 | 0.01 | +| SXT | Sensient Technologies Corp | BBG000J79P80 | usd | 1 | 0.01 | +| EXC | Exelon Corporation | BBG000J6XT05 | usd | 1 | 0.01 | +| LSNG | Ленэнерго | BBG000NLC9Z6 | rub | 100 | 0.01 | +| WABC | Westamerica Bancorporation | BBG000DD3KP1 | usd | 1 | 0.01 | +| LUV | Southwest Airlines | BBG000BNJHS8 | usd | 1 | 0.01 | +| RENI | Ренессанс Страхование | BBG00QKJSX05 | rub | 10 | 0.01 | +| PEG | Public Service Enterprise Group | BBG000BQZMH4 | usd | 1 | 0.01 | +| SYF | Synchrony Financial | BBG00658F3P3 | usd | 1 | 0.01 | +| INFO | IHS Markit | BBG006G063F9 | usd | 1 | 0.01 | +| ADUS | Addus HomeCare Corp | BBG000NJGX84 | usd | 1 | 0.01 | +| SSD | Simpson Manufacturing Co Inc | BBG000JLC8L8 | usd | 1 | 0.01 | +| HRB | H&R Block | BBG000BLDV98 | usd | 1 | 0.01 | +| OLN | Olin Corp | BBG000BQHTV3 | usd | 1 | 0.01 | +| ALTR | Altair Engineering Inc | BBG000PN9NB9 | usd | 1 | 0.01 | +| VLO | Valero Energy Corporation | BBG000BBGGQ1 | usd | 1 | 0.01 | +| MOV | Movado Group Inc | BBG000BL30Y9 | usd | 1 | 0.01 | +| MRKC | Россети Центр | BBG000VH7TZ8 | rub | 1000 | 0.0002 | +| GKOS | Glaukos Corp | BBG000WG2LQ1 | usd | 1 | 0.01 | +| HIBB | Hibbett, Inc. | BBG000H001V3 | usd | 1 | 0.01 | +| EPAM | EPAM Systems | BBG000MHTV89 | usd | 1 | 0.01 | +| AMBA | Ambarella | BBG001QZCPJ2 | usd | 1 | 0.01 | +| UTL | Unitil Corporation | BBG000BW7X97 | usd | 1 | 0.01 | +| KBH | KB Home | BBG000BMLWX8 | usd | 1 | 0.01 | +| NVST | Envista Holdings | BBG00LN4B5N0 | usd | 1 | 0.01 | +| CCK | Crown Holdings Inc | BBG000BF6756 | usd | 1 | 0.01 | +| AFL | Aflac Incorporated | BBG000BBBNC6 | usd | 1 | 0.01 | +| ABMD | Abiomed Inc | BBG000C101X4 | usd | 1 | 0.01 | +| REG | Regency Centers REIT | BBG000BL46Q4 | usd | 1 | 0.01 | +| STZ | Constellation Brands | BBG000J1QLT0 | usd | 1 | 0.01 | +| GT | Goodyear Tire & Rubber | BBG000BKNX95 | usd | 1 | 0.01 | +| SAM | Boston Beer Co Inc The | BBG000BCZBF1 | usd | 1 | 0.01 | +| CINF | Cincinnati Financial Corporation | BBG000BFPK65 | usd | 1 | 0.01 | +| ACMR | ACM Research Inc | BBG00HPSG933 | usd | 1 | 0.01 | +| KWR | Quaker Chemical Corp | BBG000DZS2L9 | usd | 1 | 0.01 | +| GL | Globe Life Inc | BBG000BVD6X4 | usd | 1 | 0.01 | +| HAE | Haemonetics Corp | BBG000C7TF41 | usd | 1 | 0.01 | +| CDAY | Ceridian HCM Holding | BBG005D7PF34 | usd | 1 | 0.01 | +| CRUS | Cirrus Logic Inc | BBG000C1DHF5 | usd | 1 | 0.01 | +| EXR | Extra Space Storage REIT | BBG000PV27K3 | usd | 1 | 0.01 | +| ROL | Rollins | BBG000BSBBP1 | usd | 1 | 0.01 | +| TNL | Travel + Leisure Co. | TBG000PV2L86 | usd | 1 | 0.01 | +| LNG | Cheniere Energy | BBG000C3HSR0 | usd | 1 | 0.01 | +| POSI | Positive Technologies | TCS00A103X66 | rub | 1 | 0.2 | +| QGEN | QIAGEN NV | BBG000GTYWL7 | usd | 1 | 0.01 | +| MARA | Marathon Digital Holdings | BBG001K7WBT8 | usd | 1 | 0.01 | +| BSX | Boston Scientific Corporation | BBG000C0LW92 | usd | 1 | 0.01 | +| VCRA | Vocera Communications Inc | BBG00179VSY7 | usd | 1 | 0.01 | +| SPB@US | Spectrum Brands Holdings Inc | BBG000DS5588 | usd | 1 | 0.01 | +| NFG | National Fuel Gas Company | BBG000BPYD87 | usd | 1 | 0.01 | +| WRB | WR Berkley | BBG000BD1HP2 | usd | 1 | 0.01 | +| JWN | Nordstrom | BBG000G8N9C6 | usd | 1 | 0.01 | +| CEVA | CEVA | BBG000BN3P07 | usd | 1 | 0.01 | +| ENV | Envestnet Inc | BBG000Q4NZ54 | usd | 1 | 0.01 | +| RL | Ralph Lauren | BBG000BS0ZF1 | usd | 1 | 0.01 | +| POGR | Petropavlovsk PLC | BBG00VPKLPX4 | rub | 100 | 0.005 | +| CVNA | Carvana Co | BBG00GCTWDJ3 | usd | 1 | 0.01 | +| RPM | RPM International Inc | BBG000DCNK80 | usd | 1 | 0.01 | +| CCS | Century Communities | BBG006G412Q6 | usd | 1 | 0.01 | +| FEES | ФСК ЕЭС | BBG00475JZZ6 | rub | 10000 | 0.00002 | +| LSI | Life Storage REIT | BBG000C42VL3 | usd | 1 | 0.01 | +| SWAV | Shockwave Medical Inc | BBG005XVXML5 | usd | 1 | 0.01 | +| FIGS | FIGS | BBG004SK5VL9 | usd | 1 | 0.01 | +| CNS | Cohen & Steers Inc | BBG000BB0WG4 | usd | 1 | 0.01 | +| KMB | Kimberly-Clark | BBG000BMW2Z0 | usd | 1 | 0.01 | +| JNJ | Johnson & Johnson | BBG000BMHYD1 | usd | 1 | 0.01 | +| MQ | Marqeta, Inc. | BBG0112Z87D8 | usd | 1 | 0.01 | +| KMI | Kinder Morgan | BBG0019JZ882 | usd | 1 | 0.01 | +| DASB | Дагестанская энергосбытовая компания | BBG000LWVHN8 | rub | 1000 | 0.0001 | +| PLNT | Planet FItness Inc | BBG009H04M17 | usd | 1 | 0.01 | +| ZD | Ziff Davis | BBG000F3CWW7 | usd | 1 | 0.01 | +| KROT | Красный Октябрь | BBG000NLB2G3 | rub | 10 | 0.5 | +| SMPL | Simply Good Foods Co | BBG00GVP5JL4 | usd | 1 | 0.01 | +| ROKU | Roku Inc | BBG001ZZPQJ6 | usd | 1 | 0.01 | +| KMX | CarMax | BBG000BLMZK6 | usd | 1 | 0.01 | +| NWE | NorthWestern Corporation | BBG000Q1NMJ4 | usd | 1 | 0.01 | +| KAZT | КуйбышевАзот | BBG002B9MYC1 | rub | 10 | 0.2 | +| APAM | Artisan Partners Asset Management | BBG001M6CZY1 | usd | 1 | 0.01 | +| ZG | Zillow Group Inc | BBG000D13GN8 | usd | 1 | 0.01 | +| ATVI | Activision Blizzard | BBG000CVWGS6 | usd | 1 | 0.01 | +| SWCH | Switch Inc | BBG00HPDM5Z2 | usd | 1 | 0.01 | +| HST | Host Hotels & Resorts REIT | BBG000BL8804 | usd | 1 | 0.01 | +| PUBM | PubMatic | BBG001PKMK06 | usd | 1 | 0.01 | +| TAP | Molson Coors Brewing | BBG000BS7KS3 | usd | 1 | 0.01 | +| EVH | Evolent Health Inc | BBG005CHLM96 | usd | 1 | 0.01 | +| AVAV | AeroVironment Inc | BBG000GX14P2 | usd | 1 | 0.01 | +| MDGL | Madrigal Pharmaceuticals Inc | BBG000QS6NV8 | usd | 1 | 0.01 | +| Z | Zillow Group Inc | BBG009NRSWJ4 | usd | 1 | 0.01 | +| UNM | Unum | BBG000BW2QX0 | usd | 1 | 0.01 | +| PSN | Parsons | BBG000C3TKY6 | usd | 1 | 0.01 | +| JPM | JPMorgan | BBG000DMBXR2 | usd | 1 | 0.01 | +| RUGR | Русгрэйн | BBG0014PFYM2 | rub | 10 | 0.002 | +| KFY | Korn Ferry | BBG000C5QMB5 | usd | 1 | 0.01 | +| TTEK | Tetra Tech | BBG000BYZ0Q5 | usd | 1 | 0.01 | +| PMSB | Пермэнергосбыт | BBG000MZL0Y6 | rub | 10 | 0.1 | +| SLVM | Sylvamo Corp. | BBG0122M8031 | usd | 1 | 0.01 | +| PRFN | ЧЗПСН | BBG003BNWBP3 | rub | 100 | 0.001 | +| FGEN | FIBROGEN INC | BBG000FW5ZL6 | usd | 1 | 0.01 | +| SOHU | Sohu.com | BBG00L2DB535 | usd | 1 | 0.01 | +| MEI | Methode Electronics Inc | BBG000BNY197 | usd | 1 | 0.01 | +| META | Meta Platforms | BBG000MM2P62 | usd | 1 | 0.01 | +| ABCL | AbCellera Biologics | BBG00LLW2MF2 | usd | 1 | 0.01 | +| S | SentinelOne, Inc. | BBG00B6F2F09 | usd | 1 | 0.01 | +| WOLF | Wolfspeed | BBG000BG14P4 | usd | 1 | 0.01 | +| MTG | MGIC Investment Corp | BBG000CBMH27 | usd | 1 | 0.01 | +| NFLX | Netflix | BBG000CL9VN6 | usd | 1 | 0.01 | +| ED | Consolidated Edison | BBG000BHLYS1 | usd | 1 | 0.01 | +| SIBN | Газпром нефть | BBG004S684M6 | rub | 1 | 0.05 | +| WY | Weyerhaeuser REIT | BBG000BX3BL3 | usd | 1 | 0.01 | +| INDB | Independent Bank Corp | BBG000BM0597 | usd | 1 | 0.01 | +| MRK | Merck | BBG000BPD168 | usd | 1 | 0.01 | +| VSCO | Victorias Secret & Co. | BBG01103B471 | usd | 1 | 0.01 | +| BCO | Brink's Co | BBG000DR5QP5 | usd | 1 | 0.01 | +| NPK | National Presto Industries Inc | BBG000BQ4GG2 | usd | 1 | 0.01 | +| YAKG | ЯТЭК | BBG002B298N6 | rub | 10 | 0.05 | +| EQIX | Equinix REIT | BBG000MBDGM6 | usd | 1 | 0.01 | +| VIPS | Vipshop | BBG002NLDLV8 | usd | 1 | 0.01 | +| ELV | Elevance Health | BBG000BCG930 | usd | 1 | 0.01 | +| UMBF | UMB Financial | BBG000DD8WX1 | usd | 1 | 0.01 | +| CFLT | Confluent | BBG007HWGYQ5 | usd | 1 | 0.01 | +| TGKB | ТГК-2 | BBG000Q7GG57 | rub | 1000000 | 0.000005 | +| XRAY | Dentsply Sirona | BBG000BX57K1 | usd | 1 | 0.01 | +| D | Dominion Energy Inc | BBG000BGVW60 | usd | 1 | 0.01 | +| GO | Grocery Outlet Holding Corp | BBG00P4R3079 | usd | 1 | 0.01 | +| GOSS | Gossamer Bio Inc | BBG00MVWLLM2 | usd | 1 | 0.01 | +| BRK.B | Berkshire Hathaway | BBG000DWG505 | usd | 1 | 0.01 | +| BRC | Brady | BBG000BDNV95 | usd | 1 | 0.01 | +| URBN | Urban Outfitters | BBG000BL79J3 | usd | 1 | 0.01 | +| CE | Celanese Corp | BBG000JYP7L8 | usd | 1 | 0.01 | +| KLSB | Калужская сбытовая компания | BBG000DBD6F6 | rub | 100 | 0.01 | +| NXPI | NXP Semiconductors NV | BBG000BND699 | usd | 1 | 0.01 | +| CARG | Cargurus Inc | BBG00HQ77DS2 | usd | 1 | 0.01 | +| GE | General Electric Company | BBG000BK6MB5 | usd | 1 | 0.01 | +| AMGN | Amgen | BBG000BBS2Y0 | usd | 1 | 0.01 | +| HOT@DE | Hochtief AG | BBG000BC3WH8 | eur | 1 | 0.01 | +| CHMK | ЧМК | BBG000RP8V70 | rub | 1 | 5 | +| MTX@DE | MTU Aero Engines AG | BBG000BVTPQ3 | eur | 1 | 0.01 | +| KLIC | Kulicke & Soffa Industries | BBG000BMTX31 | usd | 1 | 0.01 | +| MGA | Magna International Inc. | BBG000BNLPJ7 | usd | 1 | 0.01 | +| WIRE | Encore Wire Corporation | BBG000CQCCK6 | usd | 1 | 0.01 | +| VLDR | Velodyne Lidar | BBG00M0X4584 | usd | 1 | 0.01 | +| HBI | Hanesbrands | BBG000D2ZTS8 | usd | 1 | 0.01 | +| CPNG | Coupang, Inc. | BBG00XMJRPQ8 | usd | 1 | 0.01 | +| HIW | Highwoods Properties | BBG000C43744 | usd | 1 | 0.01 | +| UNF | UniFirst Corp MA | BBG000BW29L1 | usd | 1 | 0.01 | +| CALM | Cal-Maine Foods Inc | BBG000CDMJW6 | usd | 1 | 0.01 | +| WPM | Wheaton Precious Metals | BBG000PVRDL2 | usd | 1 | 0.01 | +| BALL | Ball Corporation | BBG000BDDNH5 | usd | 1 | 0.01 | +| RNFT | РуссНефть | BBG00F9XX7H4 | rub | 1 | 0.2 | +| MSRS | МОЭСК | BBG004S687G6 | rub | 1000 | 0.0005 | +| MRVI | Maravai LifeSciences Holdings | BBG00Y1DFV91 | usd | 1 | 0.01 | +| DAR | Darling Ingredients Inc | BBG000BN8ZK8 | usd | 1 | 0.01 | +| PXD | Pioneer Natural Resources | BBG000BXRPH1 | usd | 1 | 0.01 | +| PFSI | PennyMac Financial Services | BBG00LMYX123 | usd | 1 | 0.01 | +| HGV | Hilton Grand Vacations Inc | BBG00CBYY6M1 | usd | 1 | 0.01 | +| SWBI | Smith & Wesson Brands | BBG000BM0QL7 | usd | 1 | 0.01 | +| CENT | Central Garden & Pet Co | BBG000BFD605 | usd | 1 | 0.01 | +| AYI | Acuity Brands | BBG000BJ5HK0 | usd | 1 | 0.01 | +| ASGN | ASGN Inc | BBG000CRN8N8 | usd | 1 | 0.01 | +| SU | Suncor Energy | BBG000BRK7L6 | usd | 1 | 0.01 | +| DNOW | NOW Inc | BBG005BLN209 | usd | 1 | 0.01 | +| RSTI | Российские сети | BBG004S682J4 | rub | 1000 | 0.0001 | +| CHDN | Churchill Downs Inc | BBG000BGXMG9 | usd | 1 | 0.01 | +| PHM | PulteGroup | BBG000BR54L0 | usd | 1 | 0.01 | +| ESPR | Esperion Therapeutics Inc | BBG004KB3S72 | usd | 1 | 0.01 | +| VRSK | Verisk Analytics | BBG000BCZL41 | usd | 1 | 0.01 | +| CC | Chemours Company | BBG005H82GB2 | usd | 1 | 0.01 | +| EAF | GrafTech International Ltd | BBG00KDYT8C4 | usd | 1 | 0.01 | +| MRKZ | Россети Северо-Запад | BBG000TJ6F42 | rub | 10000 | 0.00005 | +| MSI | Motorola Solutions | BBG000BP8Z50 | usd | 1 | 0.01 | +| ICFI | ICF International, Inc. | BBG000BBXVK5 | usd | 1 | 0.01 | +| LW | Lamb Weston Holdings Inc | BBG003CVMLQ2 | usd | 1 | 0.01 | +| WHD | Cactus Inc | BBG00JRH1P95 | usd | 1 | 0.01 | +| ATO | Atmos Energy Corp | BBG000BRNGM2 | usd | 1 | 0.01 | +| APTK | Аптечная сеть 36,6 | BBG000K3STR7 | rub | 10 | 0.002 | +| 9618 | JD.com | BBG00VC6RYV6 | hkd | 10 | 0.2 | +| COST | Costco Wholesale | BBG000F6H8W8 | usd | 1 | 0.01 | +| CVX | Chevron | BBG000K4ND22 | usd | 1 | 0.01 | +| SYNA | Synaptics Inc | BBG000BQV1S2 | usd | 1 | 0.01 | +| MMI | Marcus & Millichap Inc | BBG005GBRSR6 | usd | 1 | 0.01 | +| AIV | Apartment Investment & Management REIT | BBG000DD3510 | usd | 1 | 0.01 | +| EGP | EastGroup Properties REIT | BBG000BHRBT4 | usd | 1 | 0.01 | +| 1810 | Xiaomi | BBG00KVTBY91 | hkd | 100 | 0.01 | +| TNC | Tennant Company | BBG000JCZJS2 | usd | 1 | 0.01 | +| RJF | Raymond James Financial | BBG000BS73J1 | usd | 1 | 0.01 | +| AIT | Applied Industrial Technologies | BBG000BBHHP9 | usd | 1 | 0.01 | +| ROCK | Gibraltar Industries Inc | BBG000BKQDQ7 | usd | 1 | 0.01 | +| LFC | China Life Insurance | BBG000BBK4B9 | usd | 1 | 0.01 | +| DVN | Devon Energy | BBG000BBVJZ8 | usd | 1 | 0.01 | +| CON@DE | Continental AG | BBG000BBZBV5 | eur | 1 | 0.01 | +| CTXS | Citrix Systems | BBG000FQ6PY6 | usd | 1 | 0.01 | +| AVA | Avista Corporation | BBG000BCNF74 | usd | 1 | 0.01 | +| ARWR | Arrowhead Pharmaceuticals Inc | BBG000BRVKH0 | usd | 1 | 0.01 | +| CME | CME GROUP | BBG000BHLYP4 | usd | 1 | 0.01 | +| AXGN | Axogen Inc | BBG000BN46R9 | usd | 1 | 0.01 | +| FANG | Diamondback Energy Inc | BBG002PHSYX9 | usd | 1 | 0.01 | +| CZR | Caesars Entertainment Corporation | BBG0074Q3NK6 | usd | 1 | 0.01 | +| MSST | Мультисистема | BBG001BBSZV8 | rub | 100 | 0.001 | +| ACM | AECOM | BBG000F61RJ8 | usd | 1 | 0.01 | +| PLUS | ePlus Inc | BBG000HN7W02 | usd | 1 | 0.01 | +| JBL | Jabil Inc. | BBG000BJNGN9 | usd | 1 | 0.01 | +| SBNY | Signature Bank | BBG000M6TR37 | usd | 1 | 0.01 | +| NTRA | Natera inc | BBG001J1BQ86 | usd | 1 | 0.01 | +| AAL | American Airlines Group | BBG005P7Q881 | usd | 1 | 0.01 | +| BSY | Bentley Systems | BBG000BMSRR9 | usd | 1 | 0.01 | +| DEI | Douglas Emmett REIT | BBG000PN1SJ8 | usd | 1 | 0.01 | +| FMC | FMC | BBG000BJP882 | usd | 1 | 0.01 | +| QIWI | QIWI | BBG005D1WCQ1 | rub | 1 | 0.5 | +| PFG | Principal Financial Group | BBG000NSCNT7 | usd | 1 | 0.01 | +| CNXN | PC Connection Inc | BBG000BX74M4 | usd | 1 | 0.01 | +| OTIS | Otis Worldwide | BBG00RP60KV0 | usd | 1 | 0.01 | +| IRAO | Интер РАО ЕЭС | BBG004S68473 | rub | 100 | 0.0005 | +| 2382 | Sunny Optical Technology | BBG000C16952 | hkd | 10 | 0.05 | +| AERI | Aerie Pharmaceuticals Inc | BBG001KJ7WJ5 | usd | 1 | 0.01 | +| LNN | Lindsay Corporation | BBG000FJS1S8 | usd | 1 | 0.01 | +| MAN | ManpowerGroup Inc | BBG000BNMHS4 | usd | 1 | 0.01 | +| BG | Bunge | BBG000DGPR66 | usd | 1 | 0.01 | +| DLR | Digital Realty REIT | BBG000Q5ZRM7 | usd | 1 | 0.01 | +| BAYN@DE | Bayer | BBG000BBWF85 | eur | 1 | 0.01 | +| RYTM | Rhythm Pharmaceuticals Inc | BBG007DLZ601 | usd | 1 | 0.01 | +| PYPL | PayPal Holdings | BBG0077VNXV6 | usd | 1 | 0.01 | +| DOV | Dover | BBG000BHB3M6 | usd | 1 | 0.01 | +| THRM | Gentherm Inc | BBG000BQLM34 | usd | 1 | 0.01 | +| KTOS | Kratos Defense & Security Solutions | BBG000C1HQ43 | usd | 1 | 0.01 | +| 1113 | CK Asset Holdings | BBG007WDD4B5 | hkd | 10 | 0.05 | +| VALE | Vale SA | BBG000BN5LG7 | usd | 1 | 0.01 | +| HYDR | РусГидро | BBG00475K2X9 | rub | 1000 | 0.0001 | +| AGNC | AGNC Investment REIT | BBG000TJ8XZ7 | usd | 1 | 0.01 | +| ADSK | Autodesk | BBG000BM7HL0 | usd | 1 | 0.01 | +| FIZZ | National Beverage Corp | BBG000BF8CB6 | usd | 1 | 0.01 | +| AZPN | Aspen Technology | BBG017J18W74 | usd | 1 | 0.01 | +| SPSC | SPS Commerce Inc | BBG000PZGB75 | usd | 1 | 0.01 | +| OSH | Oak Street Health | BBG00W0L8GW3 | usd | 1 | 0.01 | +| AMEH | Apollo Medical Holdings | BBG000H7ZK57 | usd | 1 | 0.01 | +| PNFP | Pinnacle Financial Partners In | BBG000C1XKF6 | usd | 1 | 0.01 | +| TRU | TransUnion | BBG002Q7J5Z1 | usd | 1 | 0.01 | +| VEON | VEON | BBG000QCW561 | usd | 1 | 0.01 | +| ARCH | Arch Coal Inc | BBG00DZB5D77 | usd | 1 | 0.01 | +| SO | Southern | BBG000BT9DW0 | usd | 1 | 0.01 | +| FORM | FormFactor Inc | BBG000D1Y3P1 | usd | 1 | 0.01 | +| STOR | STORE Capital Corp REIT | BBG00265T6Q4 | usd | 1 | 0.01 | +| ROK | Rockwell Automation | BBG000BBCDZ2 | usd | 1 | 0.01 | +| TFII | TFI International | BBG000HJS1F0 | usd | 1 | 0.01 | +| TGKD | Квадра | BBG000F6H7K3 | rub | 100000 | 0.000005 | +| DOCU | DocuSign Inc | BBG000N7KJX8 | usd | 1 | 0.01 | +| GPI | Group 1 Automotive Inc | BBG000BB88K4 | usd | 1 | 0.01 | +| SLGN | Silgan Holdings Inc. | BBG000BPDDB6 | usd | 1 | 0.01 | +| SQSP | Squarespace, Inc. | BBG00389GQ73 | usd | 1 | 0.01 | +| ZI | ZoomInfo Technologies Inc | BBG00S1HJ3M8 | usd | 1 | 0.01 | +| BLMN | Bloomin Brands, Inc. | BBG002VZ68Y2 | usd | 1 | 0.01 | +| ATRA | Atara Biotherapeutics Inc | BBG005Q3MQY4 | usd | 1 | 0.01 | +| ELY | Callaway Golf Company | BBG000CPCVY1 | usd | 1 | 0.01 | +| HLI | Houlihan Lokey, Inc. | BBG000CZTB66 | usd | 1 | 0.01 | +| DWNI@DE | Deutsche Wohnen SE | BBG000GM6Y84 | eur | 1 | 0.01 | +| PLD | Prologis REIT | BBG000B9Z0J8 | usd | 1 | 0.01 | +| PIPR | Piper Sandler Companies | BBG000FQXC75 | usd | 1 | 0.01 | +| UBS | UBS Group | BBG007DJM539 | usd | 1 | 0.01 | +| 288 | WH Group | BBG00699M8Q7 | hkd | 100 | 0.01 | +| AVGO | Broadcom | BBG00KHY5S69 | usd | 1 | 0.01 | +| VPG | Vishay Precision Group Inc | BBG000PRQ0V9 | usd | 1 | 0.01 | +| NVTA | Invitae Corp | BBG005DJFD43 | usd | 1 | 0.01 | +| PCH | PotlatchDeltic Corporation REIT | BBG000BQX2N3 | usd | 1 | 0.01 | +| CRWD | Crowdstrike Holdings Inc | BBG00BLYKS03 | usd | 1 | 0.01 | +| CORT | Corcept Therapeutics Inc | BBG000BKJG33 | usd | 1 | 0.01 | +| REYN | Reynolds Consumer Products Inc. | BBG00QVJVYB5 | usd | 1 | 0.01 | +| LLY | Eli Lilly & Co | BBG000BNBDC2 | usd | 1 | 0.01 | +| TROW | T Rowe Price Group | BBG000BVMPN3 | usd | 1 | 0.01 | +| SOFI | SoFi Technologies | BBG00YB1ZD58 | usd | 1 | 0.01 | +| MC | Moelis & Co | BBG000RNBH63 | usd | 1 | 0.01 | +| ATRI | Atrion Corp | BBG000DTT624 | usd | 1 | 0.01 | +| NSVZ | Наука-Связь | BBG002BCQK67 | rub | 10 | 0.5 | +| CRVL | CorVel Corp | BBG000CVKZY0 | usd | 1 | 0.01 | +| WDC | Western Digital | BBG000BWNFZ9 | usd | 1 | 0.01 | +| GM | General Motors | BBG000NDYB67 | usd | 1 | 0.01 | +| AEE | Ameren | BBG000B9X8C0 | usd | 1 | 0.01 | +| MCRI | Monarch Casino & Resort Inc | BBG000BJ0932 | usd | 1 | 0.01 | +| MVIS | MicroVision | BBG000BVKXQ5 | usd | 1 | 0.01 | +| NLMK | НЛМК | BBG004S681B4 | rub | 10 | 0.02 | +| BELU | Белуга Групп ПАО ао | BBG000TY1CD1 | rub | 1 | 1 | +| MET | MetLife | BBG000BB6KF5 | usd | 1 | 0.01 | +| GCHE | Группа Черкизово | BBG000RTHVK7 | rub | 1 | 0.5 | +| WB | Weibo Corporation | BBG0065XPGX9 | usd | 1 | 0.01 | +| LNZLP | Лензолото - привилегированные акции | BBG000SR0YS4 | rub | 1 | 5 | +| CCSI | Consensus Cloud Solutions | BBG0105XBRH0 | usd | 1 | 0.01 | +| WKHS | Workhorse Group Inc | BBG000BDPB15 | usd | 1 | 0.01 | +| BAX | Baxter International | BBG000BCVJ77 | usd | 1 | 0.01 | +| ADBE | Adobe | BBG000BB5006 | usd | 1 | 0.01 | +| INSM | Insmed | BBG000BWM5P3 | usd | 1 | 0.01 | +| AEO | American Eagle Outfitters Inc | BBG000BGXZB5 | usd | 1 | 0.01 | +| MCD | McDonald’s | BBG000BNSZP1 | usd | 1 | 0.01 | +| TCSG | TCS Group | BBG00QPYJ5H0 | rub | 1 | 0.5 | +| GNL | Global Net Lease REIT | BBG004HXD0G8 | usd | 1 | 0.01 | +| FULC | Fulcrum Therapeutics | BBG00DDY1RK9 | usd | 1 | 0.01 | +| XYL | Xylem | BBG001D8R5D0 | usd | 1 | 0.01 | +| ICE | Intercontinental Exchange | BBG000C1FB75 | usd | 1 | 0.01 | +| SIE@DE | Siemens AG | BBG000BCCT76 | eur | 1 | 0.01 | +| NEO | NeoGenomics Inc | BBG000BKH263 | usd | 1 | 0.01 | +| VSAT | Viasat | BBG000HHLBF9 | usd | 1 | 0.01 | +| GDRX | GoodRx Holdings Inc | BBG00X0VP8D9 | usd | 1 | 0.01 | +| DNB | Dun & Bradstreet Holdings | BBG00VCZX9Z6 | usd | 1 | 0.01 | +| KO | COCA-COLA | BBG000BMX289 | usd | 1 | 0.01 | +| TTWO | Take-Two Interactive Software | BBG000BS1YV5 | usd | 1 | 0.01 | +| WEC | WEC Energy Group | BBG000BWP7D9 | usd | 1 | 0.01 | +| ANAB | AnaptysBio Inc | BBG0026ZDHR0 | usd | 1 | 0.01 | +| PLTR | Palantir Technologies Inc | BBG000N7QR55 | usd | 1 | 0.01 | +| UNVR | Univar Solutions Inc | BBG000BDHD29 | usd | 1 | 0.01 | +| SCI | Service Corp International/US | BBG000BTHH16 | usd | 1 | 0.01 | +| SBGI | Sinclair Broadcast Group Inc | BBG000F2XXP2 | usd | 1 | 0.01 | +| HLF | Herbalife Nutrition | BBG000MM5VL9 | usd | 1 | 0.01 | +| LFST | LifeStance Health Group | BBG01138DGZ7 | usd | 1 | 0.01 | +| FNF | Fidelity National Financial, Inc. | BBG006N7S6K9 | usd | 1 | 0.01 | +| FIVN | Five9 Inc | BBG001KHJM17 | usd | 1 | 0.01 | +| SNGSP | Сургутнефтегаз - привилегированные акции | BBG004S681M2 | rub | 100 | 0.005 | +| MANT | ManTech International Corp VA | BBG000BGF8B5 | usd | 1 | 0.01 | +| ESE | ESCO Technologies Inc. | BBG000C4S3P3 | usd | 1 | 0.01 | +| GSKY | GreenSky Inc | BBG00KT2SCV8 | usd | 1 | 0.01 | +| BAND | Bandwidth Inc | BBG001K003W2 | usd | 1 | 0.01 | +| TSVT | 2seventy bio | BBG00YV1J622 | usd | 1 | 0.01 | +| NEE | NextEra Energy | BBG000BJSBJ0 | usd | 1 | 0.01 | +| ALGN | Align Technology | BBG000BRNLL2 | usd | 1 | 0.01 | +| 1 | CK Hutchison Holdings | BBG0087DLDQ6 | hkd | 10 | 0.05 | +| ITT | ITT | BBG00CVQZQ96 | usd | 1 | 0.01 | +| INT | World Fuel Services Corporation | BBG000BM3CJ8 | usd | 1 | 0.01 | +| NTCT | NetScout Systems Inc | BBG000C136Z8 | usd | 1 | 0.01 | +| RDFN | Redfin Corp | BBG001Q7HP63 | usd | 1 | 0.01 | +| NVCR | NovoCure Limited | BBG009XW8PY2 | usd | 1 | 0.01 | +| PCTY | Paylocity Holding Corp | BBG006598YS8 | usd | 1 | 0.01 | +| EVR | Evercore | BBG000BP30Y0 | usd | 1 | 0.01 | +| ZIMV | ZimVie | BBG014630587 | usd | 1 | 0.01 | +| MPC | Marathon Petroleum | BBG001DCCGR8 | usd | 1 | 0.01 | +| 1928 | Sands China | BBG000PSNMN1 | hkd | 100 | 0.01 | +| YNDX | Yandex | BBG006L8G4H1 | rub | 1 | 0.2 | +| CL | Colgate-Palmolive | BBG000BFQYY3 | usd | 1 | 0.01 | +| ATKR | Atkore International Group Inc | BBG000QTFDQ4 | usd | 1 | 0.01 | +| XPEL | XPEL | BBG000R5XCX9 | usd | 1 | 0.01 | +| OC | Owens Corning | BBG000M44VW8 | usd | 1 | 0.01 | +| SF | Stifel Financial | BBG000BSS5C0 | usd | 1 | 0.01 | +| WWE | World Wrestling Entertainment | BBG000F5YH15 | usd | 1 | 0.01 | +| SFIN | ЭсЭфАй | BBG003LYCMB1 | rub | 10 | 0.2 | +| MDRX | Allscripts Healthcare Solution | BBG000BLDXH5 | usd | 1 | 0.01 | +| LCID | Lucid Group | BBG00W7F99V5 | usd | 1 | 0.01 | +| FROG | JFrog Ltd. | BBG006PWZX16 | usd | 1 | 0.01 | +| HURN | Huron Consulting Group Inc | BBG000PV2M48 | usd | 1 | 0.01 | +| LEG | Leggett & Platt | BBG000BN53G7 | usd | 1 | 0.01 | +| DTE@DE | Deutsche Telekom AG | BBG000HJTMS9 | eur | 1 | 0.01 | +| LEN | Lennar | BBG000BN5HF7 | usd | 1 | 0.01 | +| MYGN | Myriad Genetics Inc | BBG000D9H9F1 | usd | 1 | 0.01 | +| WBA | Walgreens Boots Alliance | BBG000BWLMJ4 | usd | 1 | 0.01 | +| MFGP | Micro Focus | BBG00HFWVGN0 | usd | 1 | 0.01 | +| TFX | Teleflex Inc | BBG000BV59Y6 | usd | 1 | 0.01 | +| L | Loews | BBG000C45984 | usd | 1 | 0.01 | +| FISV | Fiserv | BBG000BJKPG0 | usd | 1 | 0.01 | +| APO | Apollo Global Management | BBG00ZNLTFK3 | usd | 1 | 0.01 | +| MP | MP Materials | BBG00TJGL0F0 | usd | 1 | 0.01 | +| FESH | ДВМП | BBG000QF1Q17 | rub | 100 | 0.01 | +| ASAN | Asana | BBG00WYHL732 | usd | 1 | 0.01 | +| EXAS | Exact Sciences Corp | BBG000CWL0F5 | usd | 1 | 0.01 | +| JCI | Johnson Controls | BBG000BVWLJ6 | usd | 1 | 0.01 | +| TXG | 10X Genomics Inc | BBG007WX14X0 | usd | 1 | 0.01 | +| REGI | Renewable Energy Group Inc | BBG0016SSV00 | usd | 1 | 0.01 | +| VOYA | Voya Financial | BBG000BCWKD6 | usd | 1 | 0.01 | +| ISRG | Intuitive Surgical | BBG000BJPDZ1 | usd | 1 | 0.01 | +| LI | Li Auto | BBG00W0KZD98 | usd | 1 | 0.01 | +| PHOR@GS | PhosAgro PJSC | BBG001R16GZ5 | usd | 1 | 0.01 | +| AXTA | Axalta Coating Systems | BBG0060CPLJ5 | usd | 1 | 0.01 | +| HOOD | Robinhood Markets, Inc. | BBG008NMBXN8 | usd | 1 | 0.01 | +| TCS | TCS Group (Tinkoff Bank holder) | BBG005DXJS36 | usd | 1 | 0.01 | +| KAP@GS | NAC Kazatomprom JSC | BBG00MJM7K82 | usd | 1 | 0.01 | +| ATR | AptarGroup | BBG000BGX2S0 | usd | 1 | 0.01 | +| GWW | WW Grainger | BBG000BKR1D6 | usd | 1 | 0.01 | +| SUPN | Supernus Pharmaceuticals Inc | BBG000BP0HX7 | usd | 1 | 0.01 | +| ALIT | Alight | BBG00H00J2N1 | usd | 1 | 0.01 | +| LYB | LyondellBasell | BBG000WCFV84 | usd | 1 | 0.01 | +| MDLZ | Mondelez | BBG000D4LWF6 | usd | 1 | 0.01 | +| JEF | Jefferies Financial Group | BBG000BNHSP9 | usd | 1 | 0.01 | +| TDS | Telephone & Data Systems Inc | BBG000BV0VK7 | usd | 1 | 0.01 | +| SHLS | Shoals Technologies Group, Inc. | BBG00YQ82275 | usd | 1 | 0.01 | +| TTM | Tata Motors | BBG000PVGDH9 | usd | 1 | 0.01 | +| DK | Delek US Holdings Inc | BBG00FZYFVC5 | usd | 1 | 0.01 | +| CMG | Chipotle Mexican Grill | BBG000QX74T1 | usd | 1 | 0.01 | +| BX | Blackstone | BBG000BH0106 | usd | 1 | 0.01 | +| NWS | News Corp | BBG0035M2ZB7 | usd | 1 | 0.01 | +| FHI | Federated Hermes | BBG000BP0929 | usd | 1 | 0.01 | +| DRE | Duke Realty REIT | BBG000BHD8S7 | usd | 1 | 0.01 | +| BRO | Brown & Brown | BBG000BWSGF4 | usd | 1 | 0.01 | +| RASP | Распадская | BBG004S68696 | rub | 10 | 0.05 | +| DAVA | Endava АДР | BBG00LBLBBJ7 | usd | 1 | 0.01 | +| PBA | Pembina Pipeline Corporation | BBG001732GF9 | usd | 1 | 0.01 | +| MGM | MGM Resorts International | BBG000C2BXK4 | usd | 1 | 0.01 | +| MPW | Medical Properties REIT | BBG000BGRB25 | usd | 1 | 0.01 | +| RIOT | Riot Blockchain | BBG000BQ4512 | usd | 1 | 0.01 | +| VEEV | Veeva Systems Inc | BBG001CGB489 | usd | 1 | 0.01 | +| NCR | NCR Corp | BBG000BMXK89 | usd | 1 | 0.01 | +| IBKR | Interactive Brokers Group Inc | BBG000LV0836 | usd | 1 | 0.01 | +| CNK | Cinemark Holdings Inc | BBG000QDVR53 | usd | 1 | 0.01 | +| BLUE | Bluebird Bio Inc | BBG000QGWY50 | usd | 1 | 0.01 | +| AFG | American Financial Group | BBG000DPKKK0 | usd | 1 | 0.01 | +| MMM | 3M Company | BBG000BP52R2 | usd | 1 | 0.01 | +| KEP | Korea Electric Power | BBG000BCWG90 | usd | 1 | 0.01 | +| SMTC | Semtech Corp | BBG000DBKR53 | usd | 1 | 0.01 | +| HQY | HealthEquity Inc | BBG000TYXCT9 | usd | 1 | 0.01 | +| BVB@DE | Borussia Dortmund GmbH & Co KG | BBG000D54JC4 | eur | 1 | 0.01 | +| EWBC | East West Ban | BBG000CR20B1 | usd | 1 | 0.01 | +| PUM@DE | PUMA SE | BBG000BLMTR3 | eur | 1 | 0.01 | +| NVTK | НОВАТЭК | BBG00475KKY8 | rub | 1 | 0.2 | +| GATX | GATX Corporation | BBG000BKGXQ4 | usd | 1 | 0.01 | +| EXLS | ExlService Holdings Inc | BBG000NS3P30 | usd | 1 | 0.01 | +| HCC | Warrior Met Coal | BBG00GD1JMV4 | usd | 1 | 0.01 | +| BBIO | Bridgebio Pharma | BBG00P9KDZK6 | usd | 1 | 0.01 | +| BYSI | BeyondSpring | BBG00F9YLST6 | usd | 1 | 0.01 | +| SHAK | Shake Shack Inc | BBG0063GCHH8 | usd | 1 | 0.01 | +| SON | Sonoco Products Co | BBG000D7HF89 | usd | 1 | 0.01 | +| ICPT | Intercept Pharmaceuticals Inc | BBG001J1QN87 | usd | 1 | 0.01 | +| STE | STERIS | BBG00MRHG523 | usd | 1 | 0.01 | +| YELP | Yelp Inc | BBG000Q2HM09 | usd | 1 | 0.01 | +| AMWD | American Woodmark Corp | BBG000BBX657 | usd | 1 | 0.01 | +| EOAN@DE | E.ON SE | BBG000BR7PK2 | eur | 1 | 0.01 | +| ENB | Enbridge | BBG000K5M1S8 | usd | 1 | 0.01 | +| JKHY | Jack Henry & Associates Inc | BBG000BMH2Q7 | usd | 1 | 0.01 | +| UPST | Upstart Holdings | BBG00PKCBY53 | usd | 1 | 0.01 | +| ORCL | Oracle | BBG000BQLTW7 | usd | 1 | 0.01 | +| VZ | Verizon Communications | BBG000HS77T5 | usd | 1 | 0.01 | +| SGEN | Seagen Inc. | BBG000BH0FR6 | usd | 1 | 0.01 | +| MORN | Morningstar | BBG000CGQ4F7 | usd | 1 | 0.01 | +| APPS | Digital Turbine Inc | BBG000HZ3562 | usd | 1 | 0.01 | +| UNKL | ЮУНК | BBG002YFXL29 | rub | 1 | 10 | +| VVV | Valvoline | BBG003DNHV56 | usd | 1 | 0.01 | +| GRUB | АДР Just Eat Takeaway.com N.V. | BBG010R8C3Y4 | usd | 1 | 0.01 | +| ALXO | ALX Oncology Holdings Inc | BBG00VR8SDG8 | usd | 1 | 0.01 | +| KRG | Kite Realty Group REIT | BBG000BC2KW8 | usd | 1 | 0.01 | +| NKNC | Нижнекамскнефтехим | BBG000GQSRR5 | rub | 10 | 0.05 | +| KNSL | Kinsale Capital Group | BBG00D8JD9Z9 | usd | 1 | 0.01 | +| SRPT | Sarepta Therapeutics Inc | BBG000BCJ161 | usd | 1 | 0.01 | +| NTES | NetEase Inc | BBG000BX72V8 | usd | 1 | 0.01 | +| PTON | Peloton Interactive Inc | BBG00JG0FFZ2 | usd | 1 | 0.01 | +| AQUA | Русская аквакультура | BBG000W325F7 | rub | 1 | 0.5 | +| MGPI | MGP Ingredients | BBG000BXK6C5 | usd | 1 | 0.01 | +| BEN | Franklin Resources | BBG000BD0TF8 | usd | 1 | 0.01 | +| FLO | Flowers Foods, Inc. | BBG000BB4D72 | usd | 1 | 0.01 | +| AX | Axos Financial Inc | BBG000QPHD08 | usd | 1 | 0.01 | +| GNTX | Gentex Corporation | BBG000BKJ092 | usd | 1 | 0.01 | +| LVS | Las Vegas Sands Corp | BBG000JWD753 | usd | 1 | 0.01 | +| SHW | Sherwin-Williams | BBG000BSXQV7 | usd | 1 | 0.01 | +| ICUI | ICU Medical Inc | BBG000CQV2N4 | usd | 1 | 0.01 | +| U | Unity Software | BBG0056JW5G6 | usd | 1 | 0.01 | +| VRSB | ТНС энерго Воронеж | BBG000BX7DH0 | rub | 10 | 0.2 | +| FLOW | SPX FLOW Inc | BBG007FL7ZD2 | usd | 1 | 0.01 | +| JACK | Jack in the Box | BBG000GZYVY1 | usd | 1 | 0.01 | +| BIIB | Biogen | BBG000C17X76 | usd | 1 | 0.01 | +| MDU | MDU Resources Group, Inc. | BBG000BNX3R4 | usd | 1 | 0.01 | +| WWW | Wolverine World Wide Inc | BBG000BX2YN2 | usd | 1 | 0.01 | +| CFG | Citizens Financial Group | BBG006Q0HY77 | usd | 1 | 0.01 | +| BYND | Beyond Meat Inc | BBG003CVJP50 | usd | 1 | 0.01 | +| TPTX | Turning Point Therapeutics Inc | BBG00NPL9WH7 | usd | 1 | 0.01 | +| INGR | Ingredion Inc | BBG000BXPZB7 | usd | 1 | 0.01 | +| COO | The Cooper Companies | BBG000BG3445 | usd | 1 | 0.01 | +| FICO | Fair Isaac Corp | BBG000DW76Y6 | usd | 1 | 0.01 | +| LYLT | Loyalty Ventures | BBG012QVD574 | usd | 1 | 0.01 | +| WEX | WEX Inc | BBG000BVZP59 | usd | 1 | 0.01 | +| MSEX | Middlesex Water Company | BBG000BPGQ60 | usd | 1 | 0.01 | +| SGZH | Сегежа | BBG0100R9963 | rub | 100 | 0.001 | +| PUMP | ProPetro Holding Corp | BBG00FYCQ352 | usd | 1 | 0.01 | +| EHTH | eHealth Inc | BBG000P5JQX6 | usd | 1 | 0.01 | +| PM | Philip Morris | BBG000J2XL74 | usd | 1 | 0.01 | +| WAB | Wabtec Corp. | BBG000BDD940 | usd | 1 | 0.01 | +| BKI | Black Knight Inc | BBG00GX77LW3 | usd | 1 | 0.01 | +| TXN | Texas Instruments | BBG000BVV7G1 | usd | 1 | 0.01 | +| ARNA | Arena Pharmaceuticals Inc | BBG000BKXBV7 | usd | 1 | 0.01 | +| CLOV | Clover Health Investments, Corp. | BBG00SHY90J5 | usd | 1 | 0.01 | +| NKLA | Nikola | BBG00L4CWQ45 | usd | 1 | 0.01 | +| MLM | Martin Marietta Materials | BBG000BGYMH7 | usd | 1 | 0.01 | +| GDDY | GoDaddy Inc | BBG006MDLY05 | usd | 1 | 0.01 | +| PRI | Primerica | BBG000T8ZF80 | usd | 1 | 0.01 | +| CHRS | Coherus BioSciences | BBG0063N8V69 | usd | 1 | 0.01 | +| AMN | AMN Healthcare Services Inc | BBG000BCT197 | usd | 1 | 0.01 | +| CRSR | Corsair Gaming Inc | BBG00HMSHL83 | usd | 1 | 0.01 | +| HSIC | Henry Schein | BBG000BNMMJ3 | usd | 1 | 0.01 | +| MANH | Manhattan Associates Inc | BBG000BFV758 | usd | 1 | 0.01 | +| ES | Eversource Energy | BBG000BQ87N0 | usd | 1 | 0.01 | +| PEN | Penumbra Inc | BBG001BP92V1 | usd | 1 | 0.01 | +| RF | Regions Financial | BBG000Q3JN03 | usd | 1 | 0.01 | +| OHI | Omega Healthcare Investors REIT | BBG000BGBTC2 | usd | 1 | 0.01 | +| GBX | Greenbrier Cos Inc | BBG000CF5097 | usd | 1 | 0.01 | +| IFF | International Flavors & Fragrances | BBG000BLSL58 | usd | 1 | 0.01 | +| SAP@DE | SAP SE | BBG000BG7GX2 | eur | 1 | 0.01 | +| SPCE | Virgin Galactic Holdings Inc Class A | BBG00HTN2CQ3 | usd | 1 | 0.01 | +| HCAT | Health Catalyst | BBG00LDPZMS6 | usd | 1 | 0.01 | +| MSA | MSA Safety | BBG000BPDXF8 | usd | 1 | 0.01 | +| CTRA | Coterra Energy | BBG000C3GN47 | usd | 1 | 0.01 | +| CWEN | Clearway Energy | BBG008LJ4TF3 | usd | 1 | 0.01 | +| BPMC | Blueprint Medicines Corp | BBG001MC8YF7 | usd | 1 | 0.01 | +| BLD | TopBuild Corp | BBG0077VS2C0 | usd | 1 | 0.01 | +| PRU | Prudential Financial | BBG000HCJMF9 | usd | 1 | 0.01 | +| HEI | HEICO | BBG000BL16Q7 | usd | 1 | 0.01 | +| LSNGP | Ленэнерго - акции привилегированные | BBG000NLCCM3 | rub | 10 | 0.05 | +| VRTS | Virtus Investment Partners | BBG000DMFQS2 | usd | 1 | 0.01 | +| LITE | Lumentum Holdings Inc | BBG0073F9RT7 | usd | 1 | 0.01 | +| EYE | National Vision Holdings Inc | BBG00HVQF9K2 | usd | 1 | 0.01 | +| NSC | Norfolk Southern | BBG000BQ5DS5 | usd | 1 | 0.01 | +| PSTG | Pure Storage Inc | BBG00212PVZ5 | usd | 1 | 0.01 | +| KR | Kroger | BBG000BMY992 | usd | 1 | 0.01 | +| DOCN | DigitalOcean Holdings | BBG00ZGF6SS3 | usd | 1 | 0.01 | +| URI | United Rentals | BBG000BXMFC3 | usd | 1 | 0.01 | +| EMR | Emerson Electric | BBG000BHX7N2 | usd | 1 | 0.01 | +| KIM | Kimco Realty REIT | BBG000CN3S73 | usd | 1 | 0.01 | +| MNRO | Monro | BBG000C0BZD1 | usd | 1 | 0.01 | +| RIG | Transocean | BBG000BH5LT6 | usd | 1 | 0.01 | +| AMED | Amedisys Inc | BBG000B9ZV28 | usd | 1 | 0.01 | +| IAA | IAA, Inc. | BBG00K7ZQ662 | usd | 1 | 0.01 | +| NKTR | Nektar Therapeutics | BBG000BHCYJ1 | usd | 1 | 0.01 | +| CEG | Constellation Energy | BBG014KFRNP7 | usd | 1 | 0.01 | +| TENB | Tenable Holdings Inc | BBG00LBLCD02 | usd | 1 | 0.01 | +| RGNX | REGENXBIO Inc | BBG007Z9V591 | usd | 1 | 0.01 | +| FITB | Fifth Third Bancorp | BBG000BJL3N0 | usd | 1 | 0.01 | +| LPRO | Open Lending Corp | BBG00VDHLSQ6 | usd | 1 | 0.01 | +| BIDU | Baidu | BBG000QXWHD1 | usd | 1 | 0.01 | +| CLVT | Clarivate | BBG00P1919G5 | usd | 1 | 0.01 | +| EOG | EOG Resources | BBG000BZ9223 | usd | 1 | 0.01 | +| CSX | CSX Corp | BBG000BGJRC8 | usd | 1 | 0.01 | +| CUBE | CubeSmart REIT | BBG000HF28Q9 | usd | 1 | 0.01 | +| SYK | Stryker | BBG000DN7P92 | usd | 1 | 0.01 | +| GPRO | GoPro | BBG001LWHLJ8 | usd | 1 | 0.01 | +| XRX | Xerox | BBG00NNG2ZJ8 | usd | 1 | 0.01 | +| SRI | Stoneridge Inc | BBG000BB9Q78 | usd | 1 | 0.01 | +| GMKN | Норильский никель | BBG004731489 | rub | 1 | 2 | +| LANC | Lancaster Colony | BBG000BN1M88 | usd | 1 | 0.01 | +| RIDE | Lordstown Motors Corp | BBG00N6NL712 | usd | 1 | 0.01 | +| PPC | Pilgrim's Pride Corp | BBG000BFLXV3 | usd | 1 | 0.01 | +| EBAY | eBay | BBG000C43RR5 | usd | 1 | 0.01 | +| DAL | Delta Air Lines | BBG000R7Z112 | usd | 1 | 0.01 | +| AMSF | AMERISAFE, Inc. | BBG000Q0JJQ0 | usd | 1 | 0.01 | +| DUOL | Duolingo | BBG003D4V951 | usd | 1 | 0.01 | +| MU | Micron Technology | BBG000C5Z1S3 | usd | 1 | 0.01 | +| SHEL | Shell АДР | BBG0147BN6G2 | usd | 1 | 0.01 | +| CMP | Compass Minerals International | BBG000C42WS4 | usd | 1 | 0.01 | +| BK | Bank of New York Mellon | BBG000BD8PN9 | usd | 1 | 0.01 | +| PEGA | Pegasystems Inc | BBG000H1RYG7 | usd | 1 | 0.01 | +| BF.B | Brown-Forman | BBG000BD2NY8 | usd | 1 | 0.01 | +| ANET | Arista Networks Inc | BBG000N2HDY5 | usd | 1 | 0.01 | +| LGIH | LGI Homes Inc | BBG0056655S1 | usd | 1 | 0.01 | +| PTCT | PTC Therapeutics | BBG000QT15P7 | usd | 1 | 0.01 | +| BJRI | BJ's Restaurants Inc | BBG000H9LNX1 | usd | 1 | 0.01 | +| PCG | PG&E | BBG000BQWPC5 | usd | 1 | 0.01 | +| MOEX | Московская Биржа | BBG004730JJ5 | rub | 10 | 0.01 | +| AMCR | Amcor | BBG00LNJRQ09 | usd | 1 | 0.01 | +| MTTR | Matterport | BBG00XS0FV56 | usd | 1 | 0.01 | +| KAI | Kadant Inc. | BBG000BKRSZ3 | usd | 1 | 0.01 | +| BE | Bloom Energy | BBG000N7KBZ3 | usd | 1 | 0.01 | +| CNQ | Canadian Natural Resources | BBG000HW5GX3 | usd | 1 | 0.01 | +| TGT | Target | BBG000H8TVT2 | usd | 1 | 0.01 | +| PAAS | Pan American Silver Corp | BBG000C0RGY3 | usd | 1 | 0.01 | +| BAC | Bank of America Corp | BBG000BCTLF6 | usd | 1 | 0.01 | +| AWH | Aspira Womens Health | BBG000BTYP37 | usd | 1 | 0.01 | +| TREE | LendingTree Inc | BBG000TVRB50 | usd | 1 | 0.01 | +| V | Visa | BBG000PSKYX7 | usd | 1 | 0.01 | +| ETR | Entergy Corporation | BBG000C1FQS9 | usd | 1 | 0.01 | +| FDS | FactSet Research Systems Inc | BBG000BDJL83 | usd | 1 | 0.01 | +| NAVI | Navient | BBG004MN1R41 | usd | 1 | 0.01 | +| GBCI | Glacier Ban | BBG000C3KB84 | usd | 1 | 0.01 | +| PBF | PBF Energy Inc | BBG002832GV8 | usd | 1 | 0.01 | +| SNPS | Synopsys | BBG000BSFRF3 | usd | 1 | 0.01 | +| HRMY | Harmony Biosciences Holdings | BBG00WBPG4C2 | usd | 1 | 0.01 | +| COFS | ChoiceOne Financial Services, Inc. | BBG000LLRNX3 | usd | 1 | 0.01 | +| USB | US Bancorp | BBG000FFDM15 | usd | 1 | 0.01 | +| JHG | Janus Henderson Group | BBG00GSNPM07 | usd | 1 | 0.01 | +| MATX | Matson Inc | BBG000BBK401 | usd | 1 | 0.01 | +| GCO | Genesco Inc | BBG000BK5S78 | usd | 1 | 0.01 | +| FORR | Forrester Research Inc | BBG000HGNYG8 | usd | 1 | 0.01 | +| EXPI | eXp World Holdings | BBG001DCTG63 | usd | 1 | 0.01 | +| AXNX | Axonics | BBG0067QVJ50 | usd | 1 | 0.01 | +| EXEL | Exelixis Inc | BBG000BQ4WF8 | usd | 1 | 0.01 | +| LYV | Live Nation Entertainment Inc | BBG000FQ7YR4 | usd | 1 | 0.01 | +| CFR | Cullen/Frost Bankers | BBG000C2PL98 | usd | 1 | 0.01 | +| DCPH | Deciphera Pharmaceuticals Inc | BBG00HMJ9H54 | usd | 1 | 0.01 | +| AWI | Armstrong World Industries Inc | BBG000DW4LB1 | usd | 1 | 0.01 | +| DHR | Danaher | BBG000BH3JF8 | usd | 1 | 0.01 | +| RNR | RenaissanceRe Holdings | BBG000BFVZ83 | usd | 1 | 0.01 | +| SONY | Sony Corp | BBG000BT7ZK6 | usd | 1 | 0.01 | +| EVT@DE | Evotec AG | BBG000C23DD5 | eur | 1 | 0.01 | +| MSCI | MSCI Inc | BBG000RTDY25 | usd | 1 | 0.01 | +| ROG | Rogers Corp | BBG000BS9HN3 | usd | 1 | 0.01 | +| PDCO | Patterson | BBG000BQY289 | usd | 1 | 0.01 | +| BRKR | Bruker Corp | BBG000CL1FG7 | usd | 1 | 0.01 | +| FNV | Franco Nevada Corporation | BBG000RD3CL8 | usd | 1 | 0.01 | +| RGA | Reinsurance Group of America I | BBG000BDLCQ0 | usd | 1 | 0.01 | +| FE | FirstEnergy | BBG000BB6M98 | usd | 1 | 0.01 | +| UPRO | Юнипро | BBG004S686W0 | rub | 1000 | 0.001 | +| WERN | Werner Enterprises Inc | BBG000BWPP85 | usd | 1 | 0.01 | +| LHA@DE | Deutsche Lufthansa AG | BBG000BC6M41 | eur | 1 | 0.01 | +| CM | Canadian Imperial Bank of Commerce | BBG000FKTHQ1 | usd | 1 | 0.01 | +| WTRG | Essential Utilities, Inc. | BBG000BRMJN6 | usd | 1 | 0.01 | +| MRKS | МРСК Сибири | BBG000VJMH65 | rub | 10000 | 0.0005 | +| VNO | Vornado REIT | BBG000BWHD54 | usd | 1 | 0.01 | +| WSM | Williams-Sonoma Inc | BBG000FSMWC3 | usd | 1 | 0.01 | +| MGRC | McGrath RentCorp | BBG000BP02D2 | usd | 1 | 0.01 | +| NOW | ServiceNow Inc | BBG000M1R011 | usd | 1 | 0.01 | +| RKLB | Rocket Lab | BBG00Y61SZL5 | usd | 1 | 0.01 | +| EDIT | Editas Medicine Inc | BBG005MX5GZ2 | usd | 1 | 0.01 | +| REZI | Resideo Technologies Inc | BBG00HY28K89 | usd | 1 | 0.01 | +| LBRDK | Liberty Broadband Corporation | BBG006GNSZW5 | usd | 1 | 0.01 | +| DM | Desktop Metal | BBG00P17H053 | usd | 1 | 0.01 | +| MUSA | Murphy USA Inc | BBG001Z0Q6T5 | usd | 1 | 0.01 | +| K | Kellogg | BBG000BMKDM3 | usd | 1 | 0.01 | +| BBY | Best Buy Co. | BBG000BCWCG1 | usd | 1 | 0.01 | +| MTX | Minerals Technologies Inc. | BBG000BB61F7 | usd | 1 | 0.01 | +| MPWR | Monolithic Power Systems | BBG000C30L48 | usd | 1 | 0.01 | +| CCL | Carnival | BBG000BF6LY3 | usd | 1 | 0.01 | +| SAIL | SailPoint Technologies Holdings | BBG00J0BBZL0 | usd | 1 | 0.01 | +| PBI | Pitney Bowes | BBG000BQTMJ9 | usd | 1 | 0.01 | +| SI | Silvergate Capital Corp. | BBG00MMM95S7 | usd | 1 | 0.01 | +| GPC | Genuine Parts | BBG000BKL348 | usd | 1 | 0.01 | +| ROLO | Русолово | BBG004Z2RGW8 | rub | 100 | 0.005 | +| LSCC | Lattice Semiconductor Corp | BBG000C2D1C1 | usd | 1 | 0.01 | +| PRAX | Praxis Precision Medicines | BBG00W9LF2G5 | usd | 1 | 0.01 | +| TCMD | Tactile Systems Technology Inc | BBG001B12Z39 | usd | 1 | 0.01 | +| EXPE | Expedia | BBG000QY3XZ2 | usd | 1 | 0.01 | +| ABCB | Ameris Bancorp | BBG000CDY3H5 | usd | 1 | 0.01 | +| NOC | Northrop Grumman | BBG000BQ2C28 | usd | 1 | 0.01 | +| FOX | Twenty-First Century Fox | BBG00JHNKJY8 | usd | 1 | 0.01 | +| TNET | TriNet Group Inc | BBG000BR2040 | usd | 1 | 0.01 | +| SCSC | ScanSource Inc | BBG000BHTPZ4 | usd | 1 | 0.01 | +| CMCSA | Comcast | BBG000BFT2L4 | usd | 1 | 0.01 | +| MGNT@GS | Magnit PJSC | BBG000VFBQG4 | usd | 1 | 0.01 | +| MSNG | Мосэнерго | BBG004S687W8 | rub | 1000 | 0.0005 | +| SSTK | Shutterstock Inc | BBG002ZCK2V9 | usd | 1 | 0.01 | +| CRS | Carpenter Technology Corp | BBG000BGCQT9 | usd | 1 | 0.01 | +| AFKS | АФК Система | BBG004S68614 | rub | 100 | 0.001 | +| GOLD | Barrick Gold | BBG000BB07P9 | usd | 1 | 0.01 | +| PGTI | PGT Innovations Inc | BBG000FX3Y66 | usd | 1 | 0.01 | +| LECO | Lincoln Electric Holdings | BBG000BB72K8 | usd | 1 | 0.01 | +| PB | Prosperity Bancshares | BBG000BHY4D9 | usd | 1 | 0.01 | +| ENOV | Enovis | BBG000C5Z443 | usd | 1 | 0.01 | +| LASR | nLight Inc | BBG0020BCPX5 | usd | 1 | 0.01 | +| CCJ | Cameco Corporation | BBG000DSZTN6 | usd | 1 | 0.01 | +| ENR | Energizer Holdings Inc | BBG006FCB019 | usd | 1 | 0.01 | +| SFTL | ГДР Softline | BBG0136BTL03 | rub | 1 | 0.1 | +| BFAM | Bright Horizons Family Solutio | BBG003LFWP05 | usd | 1 | 0.01 | +| TJX | TJX | BBG000BV8DN6 | usd | 1 | 0.01 | +| CLR | Continental Resources Inc | BBG000BHBGN6 | usd | 1 | 0.01 | +| ZY | Zymergen Inc. | BBG0077HPN74 | usd | 1 | 0.01 | +| CARS | Cars.com Inc | BBG000HGTH33 | usd | 1 | 0.01 | +| TYL | Tyler Technologies Inc | BBG000BVWZF9 | usd | 1 | 0.01 | +| TDC | Teradata | BBG000R0L5J4 | usd | 1 | 0.01 | +| FOLD | Amicus Therapeutics | BBG000PLF6N0 | usd | 1 | 0.01 | +| WMS | Advanced Drainage Systems | BBG000G7CDN9 | usd | 1 | 0.01 | +| MRTX | Mirati Therapeutics Inc | BBG004TPGBP5 | usd | 1 | 0.01 | +| DDOG | Datadog Inc | BBG003NJHZT9 | usd | 1 | 0.01 | +| 1177 | Sino Biopharmaceutical | BBG000C6XDL4 | hkd | 100 | 0.01 | +| GLOB | Globant SA | BBG00564Y443 | usd | 1 | 0.01 | +| PLZL | Полюс Золото | BBG000R607Y3 | rub | 1 | 0.5 | +| MAC | Macerich REIT | BBG000BL9C59 | usd | 1 | 0.01 | +| KKR | KKR & Co. Inc. | BBG000BCQ6J8 | usd | 1 | 0.01 | +| KSS | Kohl's Corp | BBG000CS7CT9 | usd | 1 | 0.01 | +| ALC | Alcon | BBG00NPWH832 | usd | 1 | 0.01 | +| SCCO | Southern Copper Corp | BBG000BSHH72 | usd | 1 | 0.01 | +| APEI | American Public Education Inc | BBG000RVD346 | usd | 1 | 0.01 | +| CCOI | Cogent Communications | BBG000D0SMY8 | usd | 1 | 0.01 | +| XNCR | Xencor Inc | BBG0026ZG4W0 | usd | 1 | 0.01 | +| ZS | Zscaler Inc | BBG003338H34 | usd | 1 | 0.01 | +| SSNC | SS&C Technologies Holdings Inc | BBG000RJ2J04 | usd | 1 | 0.01 | +| BMBL | Bumble Inc. | BBG00Z6RF483 | usd | 1 | 0.01 | +| OZON | Ozon Holdings PLC | BBG00Y91R9T3 | rub | 1 | 0.5 | +| BIG | Big Lots Inc | BBG000J0D904 | usd | 1 | 0.01 | +| LKOH | ЛУКОЙЛ | BBG004731032 | rub | 1 | 0.5 | +| BCE | BCE Inc. | BBG000BCXNS3 | usd | 1 | 0.01 | +| CDNS | Cadence Design Systems | BBG000C13CD9 | usd | 1 | 0.01 | +| PVH | PVH | BBG000BRRG02 | usd | 1 | 0.01 | +| ACN | Accenture | BBG000D9D830 | usd | 1 | 0.01 | +| BOKF | BOK Financial | BBG000CFZ003 | usd | 1 | 0.01 | +| SEIC | SEI Investments Company | BBG000BSQLT9 | usd | 1 | 0.01 | +| OKTA | Okta Inc | BBG001YV1SM4 | usd | 1 | 0.01 | +| UBER | Uber | BBG002B04MT8 | usd | 1 | 0.01 | +| CHWY | Chewy Inc | BBG00P19DKZ6 | usd | 1 | 0.01 | +| NTNX | Nutanix Inc | BBG001NDW1Z7 | usd | 1 | 0.01 | +| AA | Alcoa Corporation | BBG00B3T3HD3 | usd | 1 | 0.01 | +| HES | Hess | BBG000BBD070 | usd | 1 | 0.01 | +| NWL | Newell Brands | BBG000BQC9V2 | usd | 1 | 0.01 | +| CVS | CVS Health Corporation | BBG000BGRY34 | usd | 1 | 0.01 | +| THO | Thor Industries Inc | BBG000BV6R84 | usd | 1 | 0.01 | +| ENRU | Энел Россия | BBG000F6YP24 | rub | 1000 | 0.0002 | +| FTV | Fortive | BBG00BLVZ228 | usd | 1 | 0.01 | +| BOOT | Boot Barn Holdings Inc | BBG0077SYZV6 | usd | 1 | 0.01 | +| QNST | QuinStreet Inc | BBG000S9XXB8 | usd | 1 | 0.01 | +| ALSN | Allison Transmission Holdings | BBG001KY3845 | usd | 1 | 0.01 | +| OGKB | Вторая генерирующая компания оптового рынка электроэне... | BBG000RK52V1 | rub | 1000 | 0.0001 | +| IPG | IPG | BBG000C90DH9 | usd | 1 | 0.01 | +| NATI | National Instruments | BBG000DZK6N6 | usd | 1 | 0.01 | +| DDD | 3D Systems Corp | BBG000D42FJ0 | usd | 1 | 0.01 | +| LSPD | Lightspeed Commerce | BBG00PZ78ZM0 | usd | 1 | 0.01 | +| GNRC | Generac Holdings Inc | BBG000PQ4W72 | usd | 1 | 0.01 | +| GMS | GMS Inc | BBG009Q036D0 | usd | 1 | 0.01 | +| NYCB | New York Community Bancorp | BBG000BVXPZ8 | usd | 1 | 0.01 | +| TRNO | Terreno REIT | BBG000PV3J62 | usd | 1 | 0.01 | +| LOPE | Grand Canyon Education Inc | BBG000FV28W9 | usd | 1 | 0.01 | +| WTTR | Select Energy Services Inc | BBG00G4Y2DC1 | usd | 1 | 0.01 | +| MTRN | Materion Corp | BBG000BDTT76 | usd | 1 | 0.01 | +| BBBY | Bed Bath & Beyond | BBG000CSY9H9 | usd | 1 | 0.01 | +| FNKO | Funko Inc | BBG00HXSHDQ9 | usd | 1 | 0.01 | +| IRDM | Iridium Communications Inc | BBG000VC0FC1 | usd | 1 | 0.01 | +| RCUS | Arcus Biosciences | BBG00DQD26W3 | usd | 1 | 0.01 | +| ARE | Alexandria Real Estate Equities REIT | BBG000BC33T9 | usd | 1 | 0.01 | +| LULU | Lululemon Athletica Inc | BBG000R8ZVD1 | usd | 1 | 0.01 | +| OMCL | Omnicell Inc | BBG000BTNGZ4 | usd | 1 | 0.01 | +| COLM | Columbia Sportswear Company | BBG000BKKQ84 | usd | 1 | 0.01 | +| CHX | ChampionX Corporation | BBG00JH9TZ56 | usd | 1 | 0.01 | +| IRGZ | Иркутскэнерго | BBG000NL6ZD9 | rub | 100 | 0.02 | +| MIME | Mimecast Limited | BBG00B6W26V8 | usd | 1 | 0.01 | +| WAL | Western Alliance Bancorp | BBG000Q1KFH4 | usd | 1 | 0.01 | +| ARMK | Aramark | BBG001KY4N87 | usd | 1 | 0.01 | +| FVRR | Fiverr International | BBG002YSC5M7 | usd | 1 | 0.01 | +| LSTR | Landstar System | BBG000BB2KN0 | usd | 1 | 0.01 | +| CLF | Cleveland-Cliffs | BBG000BFRF55 | usd | 1 | 0.01 | +| FTI | TechnipFMC | BBG00DL8NMV2 | usd | 1 | 0.01 | +| SP | SP Plus Corp | BBG000BJ91B1 | usd | 1 | 0.01 | +| LHX | L3Harris Technologies Inc | BBG000BLGFJ9 | usd | 1 | 0.01 | +| NGVT | Ingevity Corp | BBG009LM28K6 | usd | 1 | 0.01 | +| WRBY | Warby Parker | BBG005DWN8K8 | usd | 1 | 0.01 | +| DHER@DE | Delivery Hero SE | BBG00GVXMJ74 | eur | 1 | 0.01 | +| UAL | United Airlines Holdings | BBG000M65M61 | usd | 1 | 0.01 | +| IBTX | Independent Bank Group, Inc. | BBG003981NS4 | usd | 1 | 0.01 | +| SWTX | SpringWorks Therapeutics | BBG00Q011TW9 | usd | 1 | 0.01 | +| USFD | US Foods Holding Corp | BBG00C6H6D40 | usd | 1 | 0.01 | +| AEP | American Electric Power | BBG000BB9KF2 | usd | 1 | 0.01 | +| TPX | Tempur Sealy International Inc | BBG000PXGT62 | usd | 1 | 0.01 | +| PINS | Pinterest Inc | BBG002583CV8 | usd | 1 | 0.01 | +| HUBS | HubSpot Inc | BBG000N7MZ06 | usd | 1 | 0.01 | +| AAN | The Aarons Company | BBG00WCNDCZ6 | usd | 1 | 0.01 | +| DELL | Dell Technologies Inc | BBG00DW3SZS1 | usd | 1 | 0.01 | +| AER | AerCap Holdings | BBG000Q9FZL4 | usd | 1 | 0.01 | +| WRK | WestRock | BBG008NXC572 | usd | 1 | 0.01 | +| UBSI | United Bankshares, Inc. | BBG000BVXC87 | usd | 1 | 0.01 | +| MO | Altria Group | BBG000BP6LJ8 | usd | 1 | 0.01 | +| LGND | Ligand Pharmaceuticals Inc | BBG000BKF014 | usd | 1 | 0.01 | +| DAN | Dana Inc | BBG000TCD088 | usd | 1 | 0.01 | +| GLTR | Globaltrans Investment PLC | BBG000VFX6Y4 | rub | 1 | 0.05 | +| MSM | MSC Industrial Direct Co Inc | BBG000BCLYL9 | usd | 1 | 0.01 | +| JD | JD.com | BBG005YHY0Q7 | usd | 1 | 0.01 | +| CARR | Carrier Global | BBG00RP5HYS8 | usd | 1 | 0.01 | +| CORR | CorEnergy Infrastructure REIT | BBG000CN80Y9 | usd | 1 | 0.01 | +| LAD | LIthia Motors Inc | BBG000K3BC83 | usd | 1 | 0.01 | +| CHEF | Chefs' Warehouse Inc | BBG001MFW6D6 | usd | 1 | 0.01 | +| HAS | Hasbro | BBG000BKVJK4 | usd | 1 | 0.01 | +| BEAM | Beam Therapeutics | BBG00KXC8646 | usd | 1 | 0.01 | +| ESS | Essex Property REIT | BBG000CGJMB9 | usd | 1 | 0.01 | +| DKNG | DraftKings | BBG0134WCM78 | usd | 1 | 0.01 | +| EVRG | Evergy, Inc | BBG00H433CR2 | usd | 1 | 0.01 | +| BCPC | Balchem Corp | BBG000BCY878 | usd | 1 | 0.01 | +| FCN | FTI Consulting Inc | BBG000K88H58 | usd | 1 | 0.01 | +| POR | Portland General Electric | BBG000BCRMW7 | usd | 1 | 0.01 | +| NLSN | Nielsen Holdings plc | BBG0088CYPX8 | usd | 1 | 0.01 | +| EME | EMCOR Group | BBG000BBRPL4 | usd | 1 | 0.01 | +| KLAC | KLA-Tencor | BBG000BMTFR4 | usd | 1 | 0.01 | +| CAR | Avis Budget Group | BBG000FLPRH1 | usd | 1 | 0.01 | +| PINC | Premier Inc | BBG000G7QX50 | usd | 1 | 0.01 | +| HPE | Hewlett Packard Enterprise | BBG0078W3NQ3 | usd | 1 | 0.01 | +| KAZTP | КуйбышевАзот - Акции привилегированные | BBG002B9T6Y1 | rub | 10 | 0.2 | +| AOSL | Alpha and Omega Semiconductor | BBG000QLW222 | usd | 1 | 0.01 | +| CW | Curtiss-Wright | BBG000BGSPS5 | usd | 1 | 0.01 | +| PTC | PTC Inc | BBG000C2VBB0 | usd | 1 | 0.01 | +| HASI | Hannon Armstrong REIT | BBG0044K5DM4 | usd | 1 | 0.01 | +| HTHT | H World Group | BBG000QFPM65 | usd | 1 | 0.01 | +| OFIX | Orthofix Medical Inc | BBG000G1C210 | usd | 1 | 0.01 | +| VNA@DE | Vonovia SE | BBG000BT0ZM1 | eur | 1 | 0.01 | +| TMO | Thermo Fisher Scientific | BBG000BVDLH9 | usd | 1 | 0.01 | +| DXC | DXC Technology | BBG00FN64XT9 | usd | 1 | 0.01 | +| AMZN | Amazon.com | BBG000BVPV84 | usd | 1 | 0.01 | +| PAR | PAR Technology Corporation | BBG000BRP9K8 | usd | 1 | 0.01 | +| CRM | Salesforce | BBG000BN2DC2 | usd | 1 | 0.01 | +| FCX | Freeport-McMoRan | BBG000BJDB15 | usd | 1 | 0.01 | +| CVLT | CommVault Systems Inc | BBG000BG88X9 | usd | 1 | 0.01 | +| AIRC | Apartment Income REIT | BBG00XK3WVD0 | usd | 1 | 0.01 | +| CBSH | Commerce Bancshares | BBG000BF3G77 | usd | 1 | 0.01 | +| ALNY | Alnylam Pharmaceuticals Inc | BBG000BFGNJ5 | usd | 1 | 0.01 | +| ARCC | Ares Capital Corp | BBG000PD6X77 | usd | 1 | 0.01 | +| GH | Guardant Health Inc | BBG006D97VY9 | usd | 1 | 0.01 | +| VNDA | Vanda Pharmaceuticals Inc | BBG000HT5MG6 | usd | 1 | 0.01 | +| CNC | Centene Corporation | BBG000BDXCJ5 | usd | 1 | 0.01 | +| IDA | IDACORP, Inc. | BBG000BLR3Y7 | usd | 1 | 0.01 | +| ALV | Autoliv, Inc. | BBG000BVLRY8 | usd | 1 | 0.01 | +| ARQT | Arcutis Biotherapeutics | BBG00QN8K4M4 | usd | 1 | 0.01 | +| BMRN | BioMarin Pharmaceutical Inc | BBG000CZWZ05 | usd | 1 | 0.01 | +| ALL | The Allstate Corporation | BBG000BVMGF2 | usd | 1 | 0.01 | +| LEVI | Levi Strauss & Co | BBG000BQDF10 | usd | 1 | 0.01 | +| KNX | Knight-Swift Transportation | BBG000BFC848 | usd | 1 | 0.01 | +| ACI | Albertsons Companies | BBG009KG1750 | usd | 1 | 0.01 | +| APLS | Apellis Pharmaceuticals | BBG007KGRPY4 | usd | 1 | 0.01 | +| LKOD@GS | LUKOIL PJSC | BBG000NN8497 | usd | 1 | 0.01 | +| SPT | Sprout Social | BBG001K1CT23 | usd | 1 | 0.01 | +| TDY | Teledyne Technologies Inc | BBG000BMT9T6 | usd | 1 | 0.01 | +| CIEN | Ciena Corp | BBG000BP1152 | usd | 1 | 0.01 | +| TWTR | Twitter | BBG000H6HNW3 | usd | 1 | 0.01 | +| FFIV | F5 | BBG000CXYSZ6 | usd | 1 | 0.01 | +| MTCH | Match Group Inc | BBG00B6WH9G3 | usd | 1 | 0.01 | +| TXRH | Texas Roadhouse Inc | BBG000PSJMV7 | usd | 1 | 0.01 | +| WMB | The Williams Companies | BBG000BWVCP8 | usd | 1 | 0.01 | +| MXL | MaxLinear Inc | BBG000BB6R33 | usd | 1 | 0.01 | +| NSSC | Napco Security Technologies | BBG000BQ6CT5 | usd | 1 | 0.01 | +| VRNT | Verint Systems Inc | BBG000BCBYT2 | usd | 1 | 0.01 | +| MBT | АДР МТС | BBG000CSZKR2 | usd | 1 | 0.01 | +| NMTP | НМТП | BBG004S68BR5 | rub | 100 | 0.005 | +| CRSP | CRISPR Therapeutics AG | BBG00DBBGRX1 | usd | 1 | 0.01 | +| MRC | MRC Global Inc | BBG000BKLTM1 | usd | 1 | 0.01 | +| MMS | MAXIMUS Inc | BBG000BC5WJ4 | usd | 1 | 0.01 | +| CCI | Crown Castle REIT | BBG000FV1Z23 | usd | 1 | 0.01 | +| ADI | Analog Devices | BBG000BB6G37 | usd | 1 | 0.01 | +| VTRS | Viatris Inc | BBG00Y4RQNH4 | usd | 1 | 0.01 | +| IR | Ingersoll-Rand | BBG002R1CW27 | usd | 1 | 0.01 | +| VIR | Vir Biotechnology | BBG00H2QQ8T5 | usd | 1 | 0.01 | +| TGKA | ТГК-1 | BBG000QFH687 | rub | 100000 | 0.000002 | +| CMA | Comerica Incorporated | BBG000C75N77 | usd | 1 | 0.01 | +| FOXF | Fox Factory Holding Corp | BBG004T7VS53 | usd | 1 | 0.01 | +| EXPD | Expeditors | BBG000BJ5GK2 | usd | 1 | 0.01 | +| FRC | First Republic Bank | BBG0019LSQ49 | usd | 1 | 0.01 | +| FRHC | Freedom Holding Corp/NV | BBG000N625H8 | usd | 1 | 0.01 | +| ANGI | Angi Inc | BBG00HVKH3Q0 | usd | 1 | 0.01 | +| H | Hyatt Hotels Corp | BBG000CVRFS4 | usd | 1 | 0.01 | +| IQV | IQVIA Holdings Inc | BBG00333FYS2 | usd | 1 | 0.01 | +| VTR | Ventas REIT | BBG000FRVHB9 | usd | 1 | 0.01 | +| BLNK | Blink Charging Co | BBG000F9XKN7 | usd | 1 | 0.01 | +| BABA | Alibaba | BBG006G2JVL2 | usd | 1 | 0.01 | +| GTLS | Chart Industries Inc | BBG000P1K2X6 | usd | 1 | 0.01 | +| SNGS | Сургутнефтегаз | BBG0047315D0 | rub | 100 | 0.005 | +| CBOM | МКБ | BBG009GSYN76 | rub | 100 | 0.001 | +| PJT | PJT Partners Inc. | BBG0079T1PZ6 | usd | 1 | 0.01 | +| REGN | Regeneron Pharmaceuticals | BBG000C734W3 | usd | 1 | 0.01 | +| BURL | Burlington Stores Inc | BBG004S641N5 | usd | 1 | 0.01 | +| CDLX | Cardlytics Inc | BBG00225ZDD0 | usd | 1 | 0.01 | +| STX | Seagate | BBG0113JGQF0 | usd | 1 | 0.01 | +| KRYS | Krystal Biotech Inc | BBG00HDGRHH7 | usd | 1 | 0.01 | +| JJSF | J&J Snack Foods Corp | BBG000BMGPW0 | usd | 1 | 0.01 | +| TRIP | TripAdvisor | BBG001M8HHB7 | usd | 1 | 0.01 | +| LIN | Linde | BBG00GVR8YQ9 | usd | 1 | 0.01 | +| REX | REX American Resources Corp | BBG000D2ZK61 | usd | 1 | 0.01 | +| CR | Crane Holdings | BBG017BXPZ85 | usd | 1 | 0.01 | +| KRTX | Karuna Therapeutics Inc | BBG00NN875G0 | usd | 1 | 0.01 | +| STLA | Stellantis N.V. | BBG0078ZLDG9 | usd | 1 | 0.01 | +| CP | Canadian Pacific Railway | BBG000BCVMH9 | usd | 1 | 0.01 | +| AMEZ | Ашинский метзавод | BBG000RJWGC4 | rub | 100 | 0.005 | +| VET | Vermilion Energy | BBG000PL3C78 | usd | 1 | 0.01 | +| SFIX | Stitch Fix | BBG0046L1KL9 | usd | 1 | 0.01 | +| FOXA | Twenty-First Century Fox (A) | BBG00JHNJW99 | usd | 1 | 0.01 | +| PRAA | PRA Group Inc | BBG000BNTW77 | usd | 1 | 0.01 | +| COWN | Cowen, Inc. | BBG000ND1SB0 | usd | 1 | 0.01 | +| TGKBP | ТГК-2 - акции привилегированные | BBG000Q7GJ60 | rub | 100000 | 0.00001 | +| TPG | TPG | BBG0145FSNR1 | usd | 1 | 0.01 | +| PTR | PetroChina | BBG000BR85F1 | usd | 1 | 0.01 | +| AZEK | AZEK Company | BBG00RPJPN67 | usd | 1 | 0.01 | +| UNH | UnitedHealth | BBG000CH5208 | usd | 1 | 0.01 | +| TGNA | TEGNA | BBG000BK5DP1 | usd | 1 | 0.01 | +| RVLV | Revolve Group Inc | BBG00M4RHBD0 | usd | 1 | 0.01 | +| WING | Wingstop Inc | BBG008N298Y8 | usd | 1 | 0.01 | +| ABRD | АбрауДюрсо | BBG002W2FT69 | rub | 10 | 0.5 | +| CNTLP | Центральный Телеграф - акции привилегированные | BBG0027F0Y27 | rub | 100 | 0.02 | +| TTE | TotalEnergies SE | BBG000CHZ857 | usd | 1 | 0.01 | +| PWR | Quanta Services | BBG000BBL8V7 | usd | 1 | 0.01 | +| DCI | Donaldson Co | BBG000BGZP70 | usd | 1 | 0.01 | +| SHL@DE | Siemens Healthineers AG | BBG00KY6K4L0 | eur | 1 | 0.01 | +| MCHP | Microchip Technology | BBG000BHCP19 | usd | 1 | 0.01 | +| PIKK | ПИК | BBG004S68BH6 | rub | 1 | 0.1 | +| AZN | AstraZeneca PLC | BBG000BZ0DK8 | usd | 1 | 0.01 | +| KMT | Kennametal Inc | BBG000BMWKC5 | usd | 1 | 0.01 | +| SATS | EchoStar Corporation | BBG000TGLV00 | usd | 1 | 0.01 | +| APLT | Applied Therapeutics | BBG000DD0489 | usd | 1 | 0.01 | +| FWRD | Forward Air Corporation | BBG000BRCHB4 | usd | 1 | 0.01 | +| ADPT | Adaptive Biotechnologies | BBG001J2PFF5 | usd | 1 | 0.01 | +| ONTO | Onto Innovation Inc | BBG000BPRN29 | usd | 1 | 0.01 | +| NUS | Nu Skin Enterprises Inc | BBG000HG21Y3 | usd | 1 | 0.01 | +| HUBG | Hub Group Inc | BBG000G9W6L0 | usd | 1 | 0.01 | +| SEDG | SolarEdge Technologies Inc | BBG0084BBZY6 | usd | 1 | 0.01 | +| DE | Deere & Company | BBG000BH1NH9 | usd | 1 | 0.01 | +| PANW | Palo Alto Networks | BBG0014GJCT9 | usd | 1 | 0.01 | +| DLB | Dolby Laboratories Inc | BBG000DGLTG5 | usd | 1 | 0.01 | +| IT | Gartner | BBG000BB65D0 | usd | 1 | 0.01 | +| SRC | Spirit Realty Capital REIT | BBG0027Z6X10 | usd | 1 | 0.01 | +| ROSN | Роснефть | BBG004731354 | rub | 1 | 0.05 | +| MRO | Marathon Oil | BBG000C8H633 | usd | 1 | 0.01 | +| VRTX | Vertex Pharmaceuticals | BBG000C1S2X2 | usd | 1 | 0.01 | +| CF | CF Industries Holdings | BBG000BWJFZ4 | usd | 1 | 0.01 | +| CYBR | CyberArk Software Ltd | BBG006Q52QV2 | usd | 1 | 0.01 | +| WU | Western Union | BBG000BB5373 | usd | 1 | 0.01 | +| PNW | Pinnacle West Capital | BBG000BRDSX5 | usd | 1 | 0.01 | +| MODV | ModivCare Inc. | BBG000P1B7C8 | usd | 1 | 0.01 | +| CELH | Celsius Holdings | BBG000NY37X4 | usd | 1 | 0.01 | +| OLLI | Ollie's Bargain Outlet Holding | BBG0098VVDT9 | usd | 1 | 0.01 | +| MTLRP | Мечел - Привилегированные акции | BBG004S68FR6 | rub | 10 | 0.05 | +| LPX | Louisiana-Pacific Corporation | BBG000BNF508 | usd | 1 | 0.01 | +| HP | Helmerich & Payne | BBG000BLCPY4 | usd | 1 | 0.01 | +| ATRO | Astronics Corp | BBG000BCLBY5 | usd | 1 | 0.01 | +| LHCG | LHC Group Inc | BBG000G7W420 | usd | 1 | 0.01 | +| TRMK | Трубная Металлургическая Компания | BBG004TC84Z8 | rub | 10 | 0.02 | +| ABT | Abbott | BBG000B9ZXB4 | usd | 1 | 0.01 | +| CACC | Credit Acceptance Corp | BBG000CS0D96 | usd | 1 | 0.01 | +| ZUO | Zuora Inc | BBG000BT3HG5 | usd | 1 | 0.01 | +| ANIP | ANI Pharmaceuticals Inc | BBG000KK1L04 | usd | 1 | 0.01 | +| HR | Healthcare Realty Trust REIT | BBG000PRJCX9 | usd | 1 | 0.01 | +| IFX@DE | Infineon Technologies AG | BBG000C8L273 | eur | 1 | 0.01 | +| SWKS | Skyworks Solutions | BBG000KLB4Q1 | usd | 1 | 0.01 | +| AIN | Albany International Corp. | BBG000BRWWH3 | usd | 1 | 0.01 | +| GD | General Dynamics | BBG000BK67C7 | usd | 1 | 0.01 | +| AME | AMETEK | BBG000B9XG87 | usd | 1 | 0.01 | +| PLAY | Dave & Buster's Entertainment Inc | BBG001WWJTK5 | usd | 1 | 0.01 | +| PSX | Phillips 66 | BBG00286S4N9 | usd | 1 | 0.01 | +| WOR | Worthington Industries Inc | BBG000HL7499 | usd | 1 | 0.01 | +| CHPT | ChargePoint Holdings | BBG00Q741Z16 | usd | 1 | 0.01 | +| LNT | Alliant Energy | BBG000DW4Q75 | usd | 1 | 0.01 | +| WAFD | Washington Federal, Inc. | BBG000BWQTD0 | usd | 1 | 0.01 | +| SBCF | Seacoast Banking Corp of Flori | BBG000KK3464 | usd | 1 | 0.01 | +| VAC | Marriott Vacations Worldwide Corporation | BBG001J2R5H3 | usd | 1 | 0.01 | +| PAGS | Pagseguro Digital Ltd | BBG00JM7QBR6 | usd | 1 | 0.01 | +| MRKU | МРСК Урала | BBG000VKG4R5 | rub | 10000 | 0.0002 | +| LAZR | Luminar Technologies | BBG00MS90LK2 | usd | 1 | 0.01 | +| LOGI | Logitech International SA | BBG000BQNNP6 | usd | 1 | 0.01 | +| CLH | Clean Harbors Inc | BBG000BFRRX8 | usd | 1 | 0.01 | +| UPWK | Upwork Inc | BBG00FBJ6390 | usd | 1 | 0.01 | +| GCP | GCP Applied Technologies Inc | BBG0082W8Q12 | usd | 1 | 0.01 | +| RRGB | Red Robin Gourmet Burgers Inc | BBG000MXH9C1 | usd | 1 | 0.01 | +| HRL | Hormel Foods | BBG000BLF8D2 | usd | 1 | 0.01 | +| ETRN | Equitrans Midstream Corporation | BBG00K53L394 | usd | 1 | 0.01 | +| TSLA | Tesla Motors | BBG000N9MNX3 | usd | 1 | 0.01 | +| FAST | Fastenal Company | BBG000BJ8YN7 | usd | 1 | 0.01 | +| SJM | JM Smucker | BBG000BT1715 | usd | 1 | 0.01 | +| AFX@DE | Carl Zeiss Meditec AG | BBG000C7X325 | eur | 1 | 0.01 | +| X | United States Steel | BBG000BX3TD3 | usd | 1 | 0.01 | +| PEAK | Healthpeak Properties REIT | BBG000BKYDP9 | usd | 1 | 0.01 | +| IRTC | iRhythm Technologies | BBG001J19V24 | usd | 1 | 0.01 | +| SKX | Skechers U.S.A. Inc | BBG000C4HKK2 | usd | 1 | 0.01 | +| MRKY | МРСК Юга | BBG000C7P5M7 | rub | 10000 | 0.00005 | +| NBIX | Neurocrine Biosciences Inc | BBG000GJS7C1 | usd | 1 | 0.01 | +| HCA | HCA Healthcare | BBG000QW7VC1 | usd | 1 | 0.01 | +| RGR | Sturm Ruger & Co Inc | BBG000C4FQG6 | usd | 1 | 0.01 | +| OIS | Oil States International Inc | BBG000BDDN94 | usd | 1 | 0.01 | +| EQT | EQT Corporation | BBG000BHZ5J9 | usd | 1 | 0.01 | +| EGHT | 8x8 Inc | BBG000BCGHH7 | usd | 1 | 0.01 | +| GDOT | Green Dot Corp | BBG000QDJT53 | usd | 1 | 0.01 | +| INSP | Inspire Medical Systems Inc | BBG00209SZJ7 | usd | 1 | 0.01 | +| ETN | Eaton Corporation | BBG000BJ3PD2 | usd | 1 | 0.01 | +| PII | Polaris Industries Inc | BBG000D5S4M0 | usd | 1 | 0.01 | +| NVDA | NVIDIA | BBG000BBJQV0 | usd | 1 | 0.01 | +| EAR | Eargo | BBG009HSTZ10 | usd | 1 | 0.01 | +| MEDP | Medpace Holdings Inc | BBG0065B7K59 | usd | 1 | 0.01 | +| BCC | Boise Cascade | BBG000RQKCR4 | usd | 1 | 0.01 | +| APP | AppLovin Corporation | BBG006HFPX77 | usd | 1 | 0.01 | +| SSB | SouthState Corp | BBG000BNPYN9 | usd | 1 | 0.01 | +| BMW@DE | Bayerische Motoren Werke AG | BBG000BBXB74 | eur | 1 | 0.01 | +| TPIC | TPI Composites Inc | BBG0016MQ7C5 | usd | 1 | 0.01 | +| VUZI | Vuzix Corp | BBG000QKVV49 | usd | 1 | 0.01 | +| WPC | WP Carey REIT | BBG000BCQM58 | usd | 1 | 0.01 | +| NEOG | Neogen Corp | BBG000C1BCK2 | usd | 1 | 0.01 | +| GPN | Global Payments | BBG000CX0P89 | usd | 1 | 0.01 | +| PFE | Pfizer | BBG000BR2B91 | usd | 1 | 0.01 | +| TREX | Trex Co Inc | BBG000BTGKK9 | usd | 1 | 0.01 | +| MTH | Meritage Homes Corp | BBG000F4F1N0 | usd | 1 | 0.01 | +| DORM | Dorman Products Inc | BBG000BM22F5 | usd | 1 | 0.01 | +| CHH | Choice Hotels International In | BBG000BPBTL2 | usd | 1 | 0.01 | +| GRPH | Graphite Bio, Inc. | BBG00XDH4NZ2 | usd | 1 | 0.01 | +| MNST | Monster Beverage | BBG008NVB1C0 | usd | 1 | 0.01 | +| CLX | The Clorox Company | BBG000BFS7D3 | usd | 1 | 0.01 | +| FOE | Ferro Corp | BBG000BJQK11 | usd | 1 | 0.01 | +| BLKB | Blackbaud Inc | BBG000BGGTW5 | usd | 1 | 0.01 | +| KRKNP | Саратовский НПЗ - акции привилегированные | BBG002B2J5X0 | rub | 1 | 20 | +| APTV | Aptiv | BBG001QD41M9 | usd | 1 | 0.01 | +| TNDM | Tandem Diabetes Care Inc | BBG0019V9M65 | usd | 1 | 0.01 | +| ASIX | AdvanSix Inc | BBG00CWTTQ41 | usd | 1 | 0.01 | +| 2007 | Country Garden Holdings | BBG000QQCY41 | hkd | 100 | 0.01 | +| AAON | AAON | BBG000C2LZP3 | usd | 1 | 0.01 | +| CHMF | Северсталь | BBG00475K6C3 | rub | 1 | 0.2 | +| TW | Tradeweb Markets | BBG00NK8H8T2 | usd | 1 | 0.01 | +| FLS | Flowserve | BBG000FFH4P5 | usd | 1 | 0.01 | +| TWLO | Twilio Inc | BBG0029ZX840 | usd | 1 | 0.01 | +| CPS | Cooper-Standard Holdings Inc | BBG000PSXT64 | usd | 1 | 0.01 | +| VZIO | VIZIO Holding Corp. | BBG00ZHDJVK4 | usd | 1 | 0.01 | +| RGEN | Repligen Corporation | BBG000BS48J3 | usd | 1 | 0.01 | +| ISKJ | ИСКЧ | BBG000N16BP3 | rub | 10 | 0.02 | +| CLDT | Chatham Lodging REIT | BBG000PT6BR8 | usd | 1 | 0.01 | +| GOOG | Alphabet Class C | BBG009S3NB30 | usd | 1 | 0.01 | +| LNTH | Lantheus Holdings Inc | BBG006Q52RD0 | usd | 1 | 0.01 | +| HEI@DE | HeidelbergCement AG | BBG000BWRTS3 | eur | 1 | 0.01 | +| PCAR | PACCAR | BBG000BQVTF5 | usd | 1 | 0.01 | +| CYTK | Cytokinetics | BBG000F0R4N9 | usd | 1 | 0.01 | +| VMEO | Vimeo | BBG00ZNSSKP3 | usd | 1 | 0.01 | -## Bonds available. Total: [652] +## Bonds available. Total: [660] -| Ticker | Full name | FIGI | Cur | Lot | Step -|--------------|----------------------------------------------------------------|--------------|-----|--------|--------- -| RU000A1013Y3 | Черкизово выпуск 2 | BBG00R05JT04 | rub | 1 | 0.01 -| RU000A0ZZ1F6 | КарМани БО выпуск 2 | BBG00KHGQP89 | rub | 1 | 0.01 -| RU000A100TD8 | Солид-Лизинг выпуск 5 | BBG00Q9K64Q5 | rub | 1 | 0.01 -| RU000A103QL1 | Росагролизинг выпуск 3 | BBG012NW2KW6 | rub | 1 | 0.01 -| RU000A101S16 | Казахстан выпуск 13 | BBG011MDDX15 | rub | 1 | 0.01 -| RU000A103C53 | РЕСО-Лизинг БО-П выпуск 11 | BBG011PC1CT3 | rub | 1 | 0.01 -| RU000A103VD8 | МСБ-Лизинг 002P выпуск 5 | BBG012YS2TP2 | rub | 1 | 0.01 -| RU000A102LD1 | Черкизово выпуск 4 | TCS00A102LD1 | rub | 1 | 0.01 -| RU000A102JZ8 | Альфа-Банк 002Р выпуск 9 | BBG00YMT3ZH8 | rub | 1 | 0.01 -| RU000A103S30 | ДиректЛизинг выпуск 7 | BBG012R0C9K9 | rub | 1 | 0.01 -| RU000A104BU2 | ГК ЕКС выпуск 1 | BBG0147HX1H8 | rub | 1 | 0.01 -| SU26236RMFS8 | ОФЗ 26236 | BBG00YB8K0V8 | rub | 1 | 0.001 -| RU000A0ZZYL5 | Калужская СК выпуск 1 | BBG00MTS7DY5 | rub | 1 | 0.01 -| RU000A0JXU14 | Russia 2047 | BBG00H0HV5C5 | usd | 1 | 0.01 -| RU000A102CX8 | Ульяновская область выпуск 3 | BBG00Y90V3M0 | rub | 1 | 0.01 -| RU000A101QL5 | ГТЛК выпуск 17 | BBG00V6NXQF4 | rub | 1 | 0.01 -| RU000A0JWDN6 | РУСАЛ Братск выпуск 1 | BBG00CNJBLC4 | rub | 1 | 0.01 -| RU000A102895 | Новосибирская область выпуск 21 | BBG00XX7H140 | rub | 1 | 0.01 -| RU000A101RW0 | Казахстан выпуск 8 | BBG011MDBQV9 | rub | 1 | 0.01 -| RU000A100PE4 | РЕСО-Лизинг БО-П выпуск 6 | BBG00PXMNQ97 | rub | 1 | 0.01 -| RU000A100PQ8 | АльфаБанк 002Р выпуск 5 | BBG00PYR5CH7 | rub | 1 | 0.01 -| RU000A1004K1 | Европлан БО 05 | BBG00NHJGKN2 | rub | 1 | 0.01 -| RU000A100W29 | Роделен выпуск 2 | BBG00QJ5M7P3 | rub | 1 | 0.01 -| XS1752568144 | Phosagro | BBG00JRK86V8 | usd | 1 | 0.0001 -| RU000A102M86 | Всеинструменты.ру выпуск 3 | TCS00A102M86 | rub | 1 | 0.01 -| RU000A101XN7 | АФК Система выпуск 14 | BBG00WCMMJ92 | rub | 1 | 0.01 -| RU000A101TR6 | ЭнергоТехСервис выпуск 2 | BBG00VP0CN81 | rub | 1 | 0.01 -| RU000A102LW1 | Асфальтобетонный завод № 1 выпуск 1 | BBG00YS45GT4 | rub | 1 | 0.01 -| RU000A0JXY44 | ПИК БО-П выпуск 3 | BBG00HBPXX50 | rub | 1 | 0.01 -| RU000A1040V2 | Охта Групп выпуск 2 | TCS00A1040V2 | rub | 1 | 0.01 -| RU000A0ZZVE6 | Russia | BBG00MNX53Q3 | eur | 1 | 0.01 -| RU000A1016F5 | ГК Пионер-001P выпуск 4 | BBG00R4C49T4 | rub | 1 | 0.01 -| XS2124187571 | Gazprom | BBG00RRSRHF6 | usd | 1 | 0.0001 -| RU000A100N12 | АФК Система выпуск 11 | BBG00PVL2PM1 | rub | 1 | 0.01 -| RU000A100UG9 | ХКФ Банк выпуск 6 | BBG00QB5VPL5 | rub | 1 | 0.01 -| RU000A0JQRD9 | РЖД выпуск 23 | BBG0000K94P9 | rub | 1 | 0.01 -| ISBNK0424 | Turkiye Is Bankasi | BBG00GH607J6 | usd | 1 | 0.01 -| RU000A0JVVA7 | Роснано выпуск 6 | BBG00B8SVRD7 | rub | 1 | 0.01 -| RU000A0ZZBV2 | Европлан БО 08 | BBG00L9H7QZ3 | rub | 1 | 0.01 -| RU000A101970 | Всеинструменты.ру выпуск 2 | BBG00R83FV73 | rub | 1 | 0.01 -| OMA0148 | Sultanate of Oman | BBG00JQC5C47 | usd | 1 | 0.01 -| RU000A104AQ2 | ДОМ.РФ Социальные облигации 02 | TCS00A104AQ2 | rub | 1 | 0.01 -| RU000A0ZYWU3 | АФК Система выпуск 8 | BBG00K4MR057 | rub | 1 | 0.01 -| GAZP1124 | Gazprom | BBG00J7PCW56 | eur | 1 | 0.01 -| SU26240RMFS0 | ОФЗ 26240 | BBG011MLGP84 | rub | 1 | 0.001 -| RU000A100CG7 | ОбъединениеАгроЭлита выпуск 3 | BBG00PVT6KR6 | rub | 1 | 0.01 -| RU000A104JQ3 | Самолет БО-П11 | BBG015CD9YL8 | rub | 1 | 0.01 -| RU000A0ZYEQ9 | Сэтл Групп выпуск 1 | BBG00HXHKRV2 | rub | 1 | 0.01 -| SU29006RMFS2 | ОФЗ 29006 | BBG007Z13SN3 | rub | 1 | 0.001 -| RU000A0ZYEM8 | Самолет | BBG00HZZDWP4 | rub | 1 | 0.01 -| RU000A1002C2 | РЖД 001Р выпуск 12 | BBG00N6MD6M2 | rub | 1 | 0.01 -| RU000A102101 | ЭБИС выпуск 3 | BBG00WPJ81Z1 | rub | 1 | 0.01 -| RU000A102HB3 | Роснано БО-002P выпуск 5 | BBG00YJKKTF8 | rub | 1 | 0.01 -| SU26220RMFS2 | ОФЗ 26220 | BBG00FX0RDF5 | rub | 1 | 0.001 -| RU000A0JXPD9 | ТМК выпуск 6 | BBG00GDC1GV2 | rub | 1 | 0.01 -| RU000A1037C8 | Урожай выпуск 2 | BBG011C669D9 | rub | 1 | 0.01 -| XS0864383723 | Novatek | BBG003PNSC99 | usd | 1 | 0.0001 -| RU000A100PB0 | ЖКХ Якутии выпуск 1 | BBGYAKUTV001 | rub | 1 | 0.01 -| RU000A101178 | АПРИ Флай Плэнинг БО-П3 | BBG00QXGQYZ9 | rub | 1 | 0.01 -| RU000A101GZ6 | Уралкалий выпуск 6 | TCS00A101GZ6 | rub | 1 | 0.01 -| RU000A1030Y7 | РН Банк БО-1P выпуск 8 | BBG0107GHR16 | rub | 1 | 0.01 -| RU000A101GW3 | ЛЕГЕНДА выпуск 2 | TCS00A101GW3 | rub | 1 | 0.01 -| XS1634369224 | Belarus | BBG00GXQKMJ9 | usd | 1 | 0.0001 -| RU000A0JW1P8 | ГТЛК выпуск 7 | BBG00BRZQ4Y4 | rub | 1 | 0.01 -| RU000A100782 | Лента БО-001P выпуск 2 | BBG00NNMVRW6 | rub | 1 | 0.01 -| RU000A0JVWJ6 | ГТЛК выпуск 6 | BBG00B8SX525 | rub | 1 | 0.01 -| RU000A1003A4 | ГТЛК выпуск 13 | BBG00N9Q06D4 | rub | 1 | 0.01 -| RU000A101R33 | Лента БО-001P выпуск 4 | BBG00V92S1V0 | rub | 1 | 0.01 -| RU000A101GR3 | Банк Открытие БО-П выпуск 6 | BBG00S6QMBP8 | rub | 1 | 0.01 -| RU000A101YV8 | Позитив Текнолоджиз выпуск 1 | TCS00A101YV8 | rub | 1 | 0.01 -| RU000A1011C3 | Русал Братск БО-001Р выпуск 4 | BBG00QXGPWQ4 | rub | 1 | 0.01 -| RU000A102FS1 | АФК Система выпуск 16 | BBG00YG1RQV4 | rub | 1 | 0.01 -| RU000A0ZYJ91 | ФСК ЕЭС БО-4 | BBG00JDS8JM8 | rub | 1 | 0.01 -| RU000A103G00 | Синара - Транспортные Машины выпуск 2 | BBG011YQCC65 | rub | 1 | 0.01 -| RU000A102CD0 | ХК Финанс выпуск 5 | BBG00Y7KXWY9 | rub | 1 | 0.01 -| RU000A102SK1 | Боржоми выпуск 1 | BBG00ZGVRGJ1 | rub | 1 | 0.01 -| SU26232RMFS7 | ОФЗ 26232 | BBG00R0Z4YW8 | rub | 1 | 0.001 -| ISSUANCEBRUS | Брусника 001P-01 | ISSUANCEBRUS | rub | 1 | -| RU000A0JXPN8 | Ростелеком выпуск 2 | BBG00GH12JY2 | rub | 1 | 0.01 -| RU000A0ZYAQ7 | КарМани БО выпуск 1 | BBG00HS78YK1 | rub | 1 | 0.01 -| RU000A104A39 | ИНК-Капитал выпуск 1 | TCS00A104A39 | rub | 1 | 0.01 -| SU26218RMFS6 | ОФЗ 26218 | BBG00B9PJ7V0 | rub | 1 | 0.001 -| RU000A102CU4 | Сбер Банк 001P-SBER19 | BBG00Y9B45C2 | rub | 1 | 0.01 -| RU000A102RS6 | Сбер Банк 001P-SBER24 | BBG00ZZ927H8 | rub | 1 | 0.01 -| XS2019822357 | BCS Structured Products 27jun2024 | BBG00PKCLPS6 | usd | 1 | 0.01 -| RU000A100HY9 | РЖД 001Р выпуск 16 | BBG00PV1JCS0 | rub | 1 | 0.01 -| RU000A102A07 | Альфа-Банк 002Р выпуск 8 | BBG00Y1BKK93 | rub | 1 | 0.01 -| RU000A101XD8 | МаксимаТелеком выпуск 1 | TCS00A101XD8 | rub | 1 | 0.01 -| RU000A102S80 | Альфа-Банк 002Р выпуск 10 | BBG00ZCTLKQ9 | rub | 1 | 0.01 -| RU000A101PJ1 | Магнит выпуск 5 | BBG00V1K0LJ8 | rub | 1 | 0.01 -| RU000A1030U5 | ЭкономЛизинг выпуск 3 | BBG0109ZMRP0 | rub | 1 | 0.01 -| SU26222RMFS8 | ОФЗ 26222 | BBG00GLT6144 | rub | 1 | 0.001 -| RU000A0ZYKH5 | Оренбургская область выпуск 4 | BBG00JG7XG76 | rub | 1 | 0.01 -| RU000A0JW5E3 | ПКТ выпуск 2 | BBG00C7PQK43 | rub | 1 | 0.01 -| RU000A102JB9 | ДОМ.РФ ИА 09 | TCS00A102JB9 | rub | 1 | 0.01 -| XS0830192711 | Газпром нефть | BBG003CQ4DT8 | usd | 1 | 0.0001 -| RU000A103RJ3 | Первое коллекторское бюро 001Р выпуск 2 | BBG012Q8FLM1 | rub | 1 | 0.01 -| RU000A0JXYS9 | Краснодарский край выпуск 1 | BBG00HDD93V9 | rub | 1 | 0.01 -| SU26224RMFS4 | ОФЗ 26224 | BBG00K53FBX6 | rub | 1 | 0.001 -| RU000A0ZYR91 | ГТЛК выпуск 8 | BBG00JYHMLM8 | rub | 1 | 0.01 -| RU000A102ZH2 | ЯТЭК выпуск 2 | BBG00ZZNPB92 | rub | 1 | 0.01 -| RU000A101DU4 | Вита Лайн выпуск 1 | BBG00RP6D594 | rub | 1 | 0.01 -| RU000A1030S9 | Москва выпуск 72 | BBG010GVNPK9 | rub | 1 | 0.01 -| RU000A0ZZ9W4 | Уралкалий выпуск 4 | BBG00L4CT0Z2 | rub | 1 | 0.01 -| RU000A102200 | Вита Лайн 001Р выпуск 1 | ISSUANCEVITA | rub | 1 | 0.01 -| RU000A102HG2 | Охта Групп выпуск 1 | BBG00YPFNJR8 | rub | 1 | 0.01 -| RU000A101H43 | ГК Самолет выпуск 8 | TCS00A101H43 | rub | 1 | 0.01 -| RU000A101PV6 | ТД РКС-Сочи выпуск 1 | BBG00V316KF8 | rub | 1 | 0.01 -| RU000A1029T9 | СофтЛайн Трейд выпуск 4 | TCS00A1029T9 | rub | 1 | 0.01 -| RU000A1021B4 | Обувь России 001P выпуск 3 | BBG00WS5KGV5 | rub | 1 | 0.01 -| RU000A100QA0 | ГК Самолет выпуск 6 | BBG00Q58ZXF2 | rub | 1 | 0.01 -| SU26207RMFS9 | ОФЗ 26207 | BBG002PD3452 | rub | 1 | 0.001 -| RU000A101228 | МОЭК выпуск 3 | BBG00QXGFHS6 | rub | 1 | 0.01 -| RU000A1032S5 | Литана выпуск 1 | BBG010SC6Q70 | rub | 1 | 0.01 -| RU000A1029P7 | ЭР-Телеком Холдинг выпуск 4 | TCS00A1029P7 | rub | 1 | 0.01 -| SU26229RMFS3 | ОФЗ 26229 | BBG00PBZNT41 | rub | 1 | 0.001 -| RU000A103N43 | ДОМ.РФ ИА БО выпуск 9 | TCS00A103N43 | rub | 1 | 0.01 -| VAKI0324 | Vakifbank | BBG00NPGTY64 | usd | 1 | 0.01 -| RU000A1017H9 | Автодор БО-2 выпуск 5 | BBG00R7TP2Y0 | rub | 1 | 0.01 -| RU000A101HU5 | Брусника выпуск 1 | RU000A101HU5 | rub | 1 | 0.01 -| TRY1028 | Republic of Turkey | BBG00KMWBXK3 | usd | 1 | 0.01 -| RU000A103KG4 | Сбербанк выпуск SbD1R | BBG0131NQLG8 | rub | 1 | 0.01 -| RU000A1028C7 | Киви выпуск 1 | TCS00A1028C7 | rub | 1 | 0.01 -| XS1946763361 | BCS Structured Products 27jun2024 выпуск 2 | BBG00NR70S66 | usd | 1 | 0.0001 -| RU000A102TL7 | МФК Займер выпуск 1 | BBG00ZJX2024 | rub | 1 | 0.01 -| RU000A1006S9 | Russia | BBG00NPGNWZ2 | usd | 1 | 0.01 -| RU000A1034P7 | ВТБ СУБ выпуск 5 | BBG01172JM41 | rub | 1 | 0.01 -| XS2010044621 | Sibur | BBG00Q994JS7 | usd | 1 | 0.0001 -| RU000A0ZYCR1 | ТрансКомплектХолдинг выпуск 1 | BBG00HZ0R8T5 | rub | 1 | 0.01 -| RU000A102S23 | Агрофирма-племзавод Победа выпуск 1 | BBG00ZCTRLC6 | rub | 1 | 0.01 -| RU000A100A66 | МТС выпуск 9 | BBG00NZHT902 | rub | 1 | 0.01 -| SU26212RMFS9 | ОФЗ 26212 | BBG00425VG07 | rub | 1 | 0.001 -| SU26219RMFS4 | ОФЗ 26219 | BBG00D6Q7LY6 | rub | 1 | 0.001 -| RU000A100303 | Нафтатранс Плюс выпуск 1 | BBG00N8SH448 | rub | 1 | 0.01 -| RU000A1034K8 | Russia | BBG0113G7SP1 | eur | 1 | 0.01 -| RU000A1023L9 | Калита выпуск 2 | BBG00X6ZL3Z5 | rub | 1 | 0.01 -| RU000A1018X4 | Магнит 003Р выпуск 5 | BBG00R7TPVR4 | rub | 1 | 0.01 -| RU000A101D13 | Сегежа выпуск 1 | BBG00RMFTSM5 | rub | 1 | 0.01 -| RU000A103WD6 | ПИМ выпуск 1 | BBG0135CF8W1 | rub | 1 | 0.01 -| RU000A0JXPG2 | ГТЛК выпуск 4 | BBG00GGS6C84 | rub | 1 | 0.01 -| RU000A0ZYCM2 | Красноярский край выпуск 13 | BBG00HVY2MS2 | rub | 1 | 0.01 -| RU000A0JT965 | Роснефть выпуск 5 | BBG003LQ7J76 | rub | 1 | 0.01 -| ISSUANCESAMO | Самолет БО-П08 | ISSUANCESAMO | rub | 1 | -| RU000A0ZYNY4 | ГТЛК выпуск 7 | BBG00JRTXBC1 | rub | 1 | 0.01 -| RU000A103M85 | Элит Строй выпуск 1 | TCS00A103M85 | rub | 1 | 0.01 -| XS0921331509 | MTS International Funding | BBG004M1PTN8 | usd | 1 | 0.0001 -| SU26227RMFS7 | ОФЗ 26227 | BBG00NQBGZX5 | rub | 1 | 0.001 -| RU000A102TA0 | Росагролизинг выпуск 2 | BBG00ZHZ4Q86 | rub | 1 | 0.01 -| XS1964558339 | Credit Bank of Moscow | BBG00NN90XV7 | usd | 1 | 0.0001 -| SU26234RMFS3 | ОФЗ 26234 | BBG00VCY76T1 | rub | 1 | 0.001 -| RU000A100YG1 | ГК Самолет выпуск 7 | BBG00QPG1GD8 | rub | 1 | 0.01 -| RU000A0ZZGT5 | РЖД 001Р выпуск 8 | BBG00LPNW7Y7 | rub | 1 | 0.01 -| RU000A101Q26 | АФК Система выпуск 13 | BBG00V3L30M3 | rub | 1 | 0.01 -| RU000A102LB5 | ПРОМОМЕД ДМ выпуск 1 | BBG00YRF7834 | rub | 1 | 0.01 -| RU000A101Z66 | Балтийский лизинг БО-П03 | BBG00WFBVRN9 | rub | 1 | 0.01 -| RU000A101MC3 | Магнит 002Р выпуск 2 | BBG00TJW91Z5 | rub | 1 | 0.01 -| RU000A101ST4 | РЕСО-Лизинг БО-П выпуск 3 | BBG00VFJK5W4 | rub | 1 | 0.01 -| RU000A102US0 | Талан-Финанс выпуск 2 | BBG00ZNL19P2 | rub | 1 | 0.01 -| RU000A100KL0 | Русал Братск БО-001Р выпуск 2 | BBG00PSQX526 | rub | 1 | 0.01 -| RU000A102V51 | Нафтатранс Плюс выпуск 3 | BBG00ZQYML62 | rub | 1 | 0.01 -| RU000A100RS0 | ТЕХНО Лизинг выпуск 2 | BBG00Q41F4Y3 | rub | 1 | 0.01 -| RU000A1028H6 | Сибнефтехимтрейд выпуск 1 | TCS00A1028H6 | rub | 1 | 0.01 -| RU000A101WH1 | Гидромашсервис БО выпуск 2 | TCS00A101WH1 | rub | 1 | 0.01 -| RU000A100TF3 | Русал Братск БО-001Р выпуск 3 | BBG00Q9BCQ70 | rub | 1 | 0.01 -| RU000A0JXQ28 | ФПК выпуск 1 | BBG00GH62KJ5 | rub | 1 | 0.01 -| RU000A100YU2 | Акрон выпуск 3 | BBG00QPS5TX8 | rub | 1 | 0.01 -| RU000A101FC7 | Ростелеком 002P выпуск 3 | BBG00RRT2HP0 | rub | 1 | 0.01 -| RU000A0ZYA66 | Эталон выпуск 2 | BBG00HNGJ8K1 | rub | 1 | 0.01 -| RU000A103TS0 | ТЕХНО Лизинг выпуск 5 | BBG012STNNH6 | rub | 1 | 0.01 -| RU000A103KA7 | Мираторг выпуск 1 | TCS00A103KA7 | rub | 1 | 0.01 -| RU000A0ZYDS7 | Газпром нефть ПАО 001P-03R | BBG00J1Z0ZM7 | rub | 1 | 0.01 -| RU000A100D30 | Республика Беларусь выпуск 3 | BBG00PYL4HQ0 | rub | 1 | 0.01 -| RU000A100BB0 | Русал Братск БО-001P выпуск 1 | BBG00P33Q8B6 | rub | 1 | 0.01 -| RU000A0ZYM21 | Домодедово выпуск 1 | BBG00JGF4LC3 | rub | 1 | 0.01 -| RU000A102GY7 | Хэдхантер выпуск 1 | TCS00A102GY7 | rub | 1 | 0.01 -| RU000A103GL2 | МФК ЦФП выпуск 2 | BBG0120X4T49 | rub | 1 | 0.01 -| RU000A101SM9 | Камаз | BBG00VDF8F10 | rub | 1 | 0.01 -| RU000A102952 | ВИС Финанс выпуск 1 | BBG00XYH8FH2 | rub | 1 | 0.01 -| RU000A103XP8 | Ferroni выпуск 1 | BBG01391D0C2 | rub | 1 | 0.01 -| RU000A102Y66 | Легенда выпуск 4 | TCS00A102Y66 | rub | 1 | 0.01 -| RU000A102GU5 | Белуга БО-П04 | TCS00A102GU5 | rub | 1 | 0.01 -| RU000A1015E0 | Белуга Групп БО-П03 | BBG00R2FH979 | rub | 1 | 0.01 -| RU000A101KK0 | Роснано БО-002P выпуск 4 | BBG00SXFWRX7 | rub | 1 | 0.01 -| RU000A1034X1 | Лизинг трейд выпуск 3 | BBG00A1034X1 | rub | 1 | 0.01 -| RU000A101L96 | ЕвроХим выпуск 7 | BBG00T7HZJG4 | rub | 1 | 0.01 -| RU000A101CQ4 | СУЭК-Финанс выпуск 5 | BBG00RLS6TT4 | rub | 1 | 0.01 -| RU000A0ZZ1H2 | ОГК-2 выпуск 3 | BBG00KHD7983 | rub | 1 | 0.01 -| RU000A1034T9 | МТС Банк выпуск 1 | BBG00A1034T9 | rub | 1 | 0.01 -| RU000A101RV2 | Казахстан выпуск 7 | BBG00XH4RHP6 | rub | 1 | 0.01 -| RU000A0JVA10 | ГТЛК БО-04 | BBG0089PCRC1 | rub | 1 | 0.01 -| RU000A0JXU48 | ВЭБ.РФ ПБО-001P-08 | BBG00H14B6Z8 | usd | 1 | 0.0001 -| RU000A101UQ6 | ИКС 5 Финанс выпуск 12 | BBG00VWZ2229 | rub | 1 | 0.01 -| RU000A102SX4 | АФК Система выпуск 19 | BBG00ZHPT667 | rub | 1 | 0.01 -| RU000A102CL3 | Russia | BBG00Y5TQNQ9 | eur | 1 | 0.01 -| XS0316524130 | Gazprom | BBG0000JWX54 | usd | 1 | 0.0001 -| RU000A100XU4 | РЕСО-Лизинг БО-П выпуск 7 | BBG00QN37PX1 | rub | 1 | 0.01 -| RU000A0JWVL2 | Европлан БО 07 | BBG00DY7RMW5 | rub | 1 | 0.01 -| RU000A103KJ8 | Европлан 001Р-03 | TCS00A103KJ8 | rub | 1 | 0.01 -| RU000A0ZYU05 | РЖД 001Р выпуск 5 | BBG00K2B2M16 | rub | 1 | 0.01 -| RU000A101UR4 | Башкирская содовая компания выпуск 2 | BBG00VWZ21H5 | rub | 1 | 0.01 -| RU000A101QA8 | ИКС 5 Финанс выпуск 11 | BBG00V4SVMN7 | rub | 1 | 0.01 -| RU000A101FH6 | МТС выпуск 14 | BBG00RTTRKD7 | rub | 1 | 0.01 -| SU26228RMFS5 | ОФЗ 26228 | BBG00NZHWSQ8 | rub | 1 | 0.001 -| RU000A102QX8 | Лайфстрим выпуск 1 | BBG00Z95Q9G6 | rub | 1 | 0.01 -| RU000A103UY6 | Калита выпуск 3 | BBG012XXXX33 | rub | 1 | 0.01 -| RU000A101Z74 | Газпромбанк выпуск 16 | BBG00WFB0B30 | rub | 1 | 0.01 -| RU000A0ZYT40 | ПАО НК Роснефть 002P-04 | BBG00K2JQWT1 | rub | 1 | 0.01 -| SU26230RMFS1 | ОФЗ 26230 | BBG00PBZNWM4 | rub | 1 | 0.001 -| RU000A1020S0 | Первое коллекторское бюро выпуск 2 | BBG00WMMJMN2 | rub | 1 | 0.01 -| RU000A1023K1 | АФК Система выпуск 15 | BBG00X5FK880 | rub | 1 | 0.01 -| SU29010RMFS4 | ОФЗ 29010 | BBG007Z5FFL1 | rub | 1 | 0.001 -| RU000A0JTM28 | Башнефть выпуск 6 | BBG0043FH1D9 | rub | 1 | 0.01 -| RU000A102SC8 | ТМК 001Р выпуск 2 | BBG00ZDZD5C1 | rub | 1 | 0.01 -| RU000A0JXME4 | ЧТПЗ выпуск 3 | BBG00GB81W02 | rub | 1 | 0.01 -| RU000A100YW8 | Тойота Банк выпуск 3 | BBG00QPHPRQ2 | rub | 1 | 0.01 -| RU000A102FT9 | АФК Система выпуск 17 | TCS00A102FT9 | rub | 1 | 0.01 -| RU000A100X77 | Кредит Европа Банк выпуск 3 | BBG00QKHL1Q8 | rub | 1 | 0.01 -| RU000A0JWV63 | Россельхозбанк 08Т1 | BBG00DYFTK31 | rub | 1 | 0.01 -| RU000A103943 | Аэрофлот выпуск 1 | TCS00A103943 | rub | 1 | 0.01 -| RU000A103935 | re:Store выпуск 1 | TCS00A103935 | rub | 1 | 0.01 -| XS2069992258 | GMK NorNickel | BBG00QN36P08 | usd | 1 | 0.0001 -| RU000A100YD8 | Нафтатранс Плюс выпуск 2 | BBG00QPGLLB7 | rub | 1 | 0.01 -| XS2384475930 | Credit Bank of Moscow | BBG012G07QT0 | usd | 1 | 0.0001 -| RU000A1049P5 | Главторг выпуск 1 | BBG01475RD30 | rub | 1 | 0.01 -| RU000A100D63 | Республика Беларусь выпуск 4 | BBG00PYL4HX2 | rub | 1 | 0.01 -| RU000A100UU0 | РН Банк БО-1P выпуск 6 | BBG00QDF85H6 | rub | 1 | 0.01 -| XS0191754729 | Gazprom | BBG00008WPG3 | usd | 1 | 0.0001 -| RU000A1010M4 | РЖД ОАО БО 001Р-17R | BBG00QTH5DF3 | rub | 1 | 0.01 -| XS0088543193 | Russia 2028 | BBG0000644P5 | usd | 1 | 0.01 -| XS1589324075 | GMK NorNickel | BBG00GCZK5M5 | usd | 1 | 0.0001 -| RU000A102Y58 | Брусника выпуск 2 | BBG00ZX8S6G7 | rub | 1 | 0.01 -| RU000A101QF7 | Ритейл Бел Финанс 001P-01 | BBG00V92X4F6 | rub | 1 | 0.01 -| RU000A0ZYQY7 | АФК Система выпуск 7 | BBG00JX82779 | rub | 1 | 0.01 -| RU000A101RJ7 | МБЭС выпуск 2 | BBG00VHHC305 | rub | 1 | 0.01 -| RU000A1020K7 | ПЮДМ БО-П2 | BBG00X0SRV34 | rub | 1 | 0.01 -| RU000A102GD1 | ДОМ.РФ ИА 08 | TCS00A102GD1 | rub | 1 | 0.01 -| RU000A100NS9 | РЕСО-Лизинг БО-П выпуск 5 | BBG012CQ0V68 | rub | 1 | 0.01 -| RU000A1026C1 | ПИК-Корпорация выпуск 3 | TCS00A1026C1 | rub | 1 | 0.01 -| RU000A102F85 | ЧТПЗ выпуск 6 | BBG00YCZ0M41 | rub | 1 | 0.01 -| RU000A102VY6 | Атомстройкомплекс БО-П01 | TCS00A102VY6 | rub | 1 | 0.01 -| SU29009RMFS6 | ОФЗ 29009 | BBG007Z5F748 | rub | 1 | 0.001 -| RU000A102VW0 | Элемент Лизинг 001P выпуск 3 | TCS00A102VW0 | rub | 1 | 0.01 -| RU000A100WA8 | ЛСР выпуск 4 | BBG00QJ5KYT2 | rub | 1 | 0.01 -| RU000A0JXS59 | Почта России выпуск 3 | BBG00GTQYBZ5 | rub | 1 | 0.01 -| RU000A0JY023 | GTLK | BBG00HKB9M89 | usd | 1 | 0.0001 -| RU000A103828 | ЭнергоТехСервис выпуск 4 | TCS00A103828 | rub | 1 | 0.01 -| USG76237AC37 | Rolls-Royce PLC | BBG00XV1FN94 | usd | 1 | 0.0001 -| RU000A0JWST1 | ГТЛК выпуск 8 | BBG00DQFVRK3 | rub | 1 | 0.01 -| RU000A102X18 | Гарант-Инвест БО 002P-3 | TCS00A102X18 | rub | 1 | 0.01 -| RU000A0JWM56 | Самарская область выпуск 12 | BBG00D5L3Q99 | rub | 1 | 0.01 -| RU000A102WL1 | Экспобанк БО выпуск 3 | TCS00A102WL1 | rub | 1 | 0.01 -| RU000A103M10 | Балтийский лизинг БО-П04 | BBG012BTL6Y4 | rub | 1 | 0.01 -| RU000A100Y50 | СУЭК-Финанс выпуск 4 | BBG00QNGNMR8 | rub | 1 | 0.01 -| XS1577961516 | GTLK | BBG00GQJ3PG8 | usd | 1 | 0.0001 -| RU000A101SD8 | ГТЛК выпуск 19 | BBG00VDF2563 | rub | 1 | 0.01 -| RU000A103RY2 | Интерлизинг выпуск 2 | BBG012QRRBN7 | rub | 1 | 0.01 -| SU26225RMFS1 | ОФЗ 26225 | BBG00K53FX22 | rub | 1 | 0.001 -| RU000A1015A8 | Детский мир выпуск 5 | BBG00R2FKDT2 | rub | 1 | 0.01 -| RU000A100JH0 | Ритейл Бел Финанс выпуск 1 | BBG00PNW0B21 | rub | 1 | 0.01 -| RU000A101CB6 | Лизинг-Трейд выпуск 1 | BBG00RJSK9S6 | rub | 1 | 0.01 -| RU000A101TA2 | Урожай выпуск 1 | BBG00VL9P3K2 | rub | 1 | 0.01 -| RU000A102556 | СЭЗ им. Серго Орджоникидзе выпуск 2 | BBG00XJF7FL9 | rub | 1 | 0.01 -| RU000A0JVUK8 | АФК Система выпуск 1 | BBG00B4MWD80 | rub | 1 | 0.01 -| RU000A1038D4 | Трансмашхолдинг ПБО-06 | TCS00A1038D4 | rub | 1 | 0.01 -| RU000A103YP6 | СГ-транс выпуск 1 | BBG013BSN994 | rub | 1 | 0.01 -| RU000A1013C9 | ИС петролеум выпуск 1 | BBG00QZ0M1V2 | rub | 1 | 0.01 -| RU000A0ZYCD1 | Курская область выпуск 1 | BBG00HT45YG5 | rub | 1 | 0.01 -| RZD0527 | Russian Railways | BBG00P5B0SC9 | eur | 1 | 0.01 -| RU000A101S81 | Русал Братск БО-002Р выпуск 1 | TCS00A101S81 | rub | 1 | 0.01 -| SU26226RMFS9 | ОФЗ 26226 | BBG00N8J90K7 | rub | 1 | 0.001 -| RU000A1029F8 | Лизинг-Трейд выпуск 2 | BBG00XZ93N78 | rub | 1 | 0.01 -| RU000A1014S3 | Новотранс выпуск 1 | BBG00R2HQKS7 | rub | 1 | 0.01 -| RU000A1036X6 | Вита Лайн 001Р выпуск 3 | TCS00A1036X6 | rub | 1 | 0.01 -| RU000A100VQ6 | Норильский Никель БО-001Р выпуск 1 | BBG00QG1PSL0 | rub | 1 | 0.01 -| RU000A0ZYJT2 | ДОМ.РФ ИА 002P | BBG00JGG2N11 | rub | 1 | 0.01 -| SU52001RMFS3 | ОФЗ 52001 | BBG009J6Q4B7 | rub | 1 | 0.001 -| RU000A102TT0 | Русская Аквакультура выпуск 1 | BBG00ZLFQKZ4 | rub | 1 | 0.01 -| RU000A100HE1 | Азбука Вкуса выпуск 1 | BBG00PM8S500 | rub | 1 | 0.01 -| XS0971721450 | Russia | BBG00580HCP7 | usd | 1 | 0.01 -| RU000A104JV3 | Айди Коллект выпуск 2 | TCS00A104JV3 | rub | 1 | 0.01 -| XS2131995958 | GTLK | BBG00S4VCXS9 | usd | 1 | 0.0001 -| XS0971721963 | Russia | BBG00580HD20 | usd | 1 | 0.01 -| RU000A1016Z3 | ПИК-Корпорация выпуск 2 | BBG00R4C0L75 | rub | 1 | 0.01 -| RU000A1022G1 | Бизнес-Недвижимость выпуск 1 | BBG00X0V9H83 | rub | 1 | 0.01 -| RU000A1033Z8 | Москва выпуск 74 | BBG011616RM7 | rub | 1 | 0.01 -| RU000A100YK3 | Камаз БО-П05 | BBG00QPVPLY5 | rub | 1 | 0.01 -| RU000A104L36 | Тойота Банк выпуск 5 | TCS00A104L36 | rub | 1 | 0.01 -| RU000A1008V9 | Роснано выпуск 8 | BBG00NTXZ6S3 | rub | 1 | 0.01 -| RU000A102VK5 | ВИС Финанс выпуск 2 | TCS00A102VK5 | rub | 1 | 0.01 -| RU000A102GJ8 | Газпромбанк выпуск 18 | BBG00YHX6J06 | rub | 1 | 0.01 -| RU000A0JXN21 | АФК Система выпуск 6 | BBG00GF6BJZ2 | rub | 1 | 0.01 -| RU000A103WR6 | ЭР-Телеком Холдинг БО-02 выпуск 1 | BBG0135CF469 | rub | 1 | 0.01 -| RU000A102VL3 | МТС выпуск 18 | TCS00A102VL3 | rub | 1 | 0.01 -| OMA0128 | Sultanate of Oman | BBG00JQC34S1 | usd | 1 | 0.01 -| RU000A0ZZYP6 | ОбъединениеАгроЭлита выпуск 2 | TCS00A0ZZYP6 | rub | 1 | 0.01 -| RU000A102H83 | Ренессанс Кредит выпуск 4 | BBG00YJKHN65 | rub | 1 | 0.01 -| RU000A1030D1 | Альфа-Банк 002Р выпуск 11 | BBG0105J8GV3 | rub | 1 | 0.01 -| RU000A102CZ3 | Онлайн Микрофинанс выпуск 2 | BBG00Y8XPNY9 | rub | 1 | 0.01 -| RU000A0ZYDH0 | ФСК ЕЭС БО-3 | BBG00HY74TD7 | rub | 1 | 0.01 -| SU26237RMFS6 | ОФЗ 26237 | BBG011FJ6573 | rub | 1 | 0.001 -| RU000A0ZYEB1 | ТрансФин-М 001Р выпуск 4 | BBG00HYXLFQ7 | rub | 1 | 0.01 -| RU000A1032X5 | ТЕХНО Лизинг выпуск 4 | BBG0110WZC19 | rub | 1 | 0.01 -| RU000A1049K6 | Альфа-Банк 002Р выпуск 16 | BBG014578XG1 | rub | 1 | 0.01 -| RU000A1017J5 | Газпром нефть ПАО 003P-02R | BBG00R4XLRN5 | rub | 1 | 0.01 -| RU000A100HH4 | Газпромбанк 001P выпуск 11 | BBG00PMK99X0 | rub | 1 | 0.01 -| RU000A102M45 | ДиректЛизинг выпуск 6 | BBG00YRFB429 | rub | 1 | 0.01 -| TTEL0225 | Turk Telekomunikasyon A.S. | BBG00NBJSLV4 | usd | 1 | 0.01 -| RU000A1012K4 | СЭЗ им. Серго Орджоникидзе выпуск 1 | BBG00QYKX940 | rub | 1 | 0.01 -| RU000A103JR3 | Джи-групп выпуск 2 | BBG0124VD0W1 | rub | 1 | 0.01 -| RU000A0JW1K9 | Томская область выпуск 55 | BBG00BQZW6R1 | rub | 1 | 0.01 -| XS1433454243 | Sovcomflot | BBG00D2QX2B8 | usd | 1 | 0.0001 -| RU000A0JXQ44 | РЖД 001Р выпуск 2 | BBG00GK3W839 | rub | 1 | 0.01 -| RU000A100A58 | МТС выпуск 8 | BBG00NZHSKP1 | rub | 1 | 0.01 -| RU000A100DC4 | МСБ-Лизинг 002P выпуск 2 | BBG00PNLY692 | rub | 1 | 0.01 -| RU000A0ZYR18 | Башкирская содовая компания выпуск 1 | BBG00JYHHXN7 | rub | 1 | 0.01 -| RU000A103N84 | Россельхозбанк выпуск 4 | BBG012G45RC0 | rub | 1 | 0.01 -| RU000A0ZZEM5 | Ярославская область выпуск 16 | BBG00LLCGZL5 | rub | 1 | 0.01 -| RU000A103G91 | ПРОМОМЕД ДМ выпуск 2 | TCS00A103G91 | rub | 1 | 0.01 -| RU000A0ZZ4T1 | РСХБ выпуск T1 | BBG00KSL6M30 | rub | 1 | 0.01 -| RU000A0JQ7Z2 | РЖД выпуск 19 | BBG00005V2L5 | rub | 1 | 0.01 -| RU000A102D46 | ДОМ.РФ ИА 018P | TCS00A102D46 | rub | 1 | 0.01 -| RU000A100VG7 | СУЭК-Финанс выпуск 3 | BBG00QFLCT66 | rub | 1 | 0.01 -| RU000A1009B9 | Детский мир выпуск 7 | BBG00NWBZTW2 | rub | 1 | 0.01 -| RU000A103PC2 | Автобан-Финанс выпуск 3 | BBG012JC0J32 | rub | 1 | 0.01 -| RU000A102KQ5 | ТД РКС-Сочи 002Р-1 | BBG00YQ0FTY9 | rub | 1 | 0.01 -| SU26211RMFS1 | ОФЗ 26211 | BBG003TTSBB1 | rub | 1 | 0.001 -| CBOM0224EU | Credit Bank of Moscow | BBG00N8HZBK8 | eur | 1 | 0.01 -| RU000A102TR4 | Ритейл Бел Финанс 001P-02 | TCS00A102TR4 | rub | 1 | 0.01 -| RU000A101TS4 | Джи-групп выпуск 1 | BBG00VQNQ8P9 | rub | 1 | 0.01 -| RU000A103DP0 | КАМАЗ БО-П08 | BBG011R5YX14 | rub | 1 | 0.01 -| RU000A100Z91 | ГТЛК выпуск 15 | BBG00QQ73R50 | rub | 1 | 0.01 -| RU000A103N19 | АПРИ Флай Плэнинг БО-П5 | BBG012F27YT0 | rub | 1 | 0.01 -| RU000A101QW2 | Сбер Банк | BBG00V9STNC5 | rub | 1 | 0.01 -| RU000A103WQ8 | Сэтл Групп выпуск 4 | TCS00A103WQ8 | rub | 1 | 0.01 -| XS0767473852 | Russia | BBG002V2YQY4 | usd | 1 | 0.01 -| RU000A100ZK0 | МТС выпуск 12 | BBG00QS35B41 | rub | 1 | 0.01 -| RU000A101012 | АФК Система выпуск 12 | BBG00QTDV828 | rub | 1 | 0.01 -| RU000A0ZYFC6 | МТС выпуск 3 | BBG00J3MJ9F0 | rub | 1 | 0.01 -| RU000A102DK3 | МаксимаТелеком выпуск 2 | TCS00A102DK3 | rub | 1 | 0.01 -| PLZL0223 | Polyus | BBG00FWXCM88 | usd | 1 | 0.01 -| RU000A1049M2 | Инкаб выпуск 1 | TCS00A1049M2 | rub | 1 | 0.01 -| RU000A100TH9 | РОСБАНК БО-002P выпуск 6 | BBG00Q87PDL9 | rub | 1 | 0.01 -| RU000A1036E6 | АльфаБанк 002Р выпуск 12 | TCS00A1036E6 | rub | 1 | 0.01 -| RU000A103HT3 | М.Видео выпуск 2 | BBG01237K1S0 | rub | 1 | 0.01 -| RU000A1013N6 | Пионер-Лизинг-БО-П03 | BBG00QZ4PBD9 | rub | 1 | 0.01 -| RU000A1022E6 | ПР-Лизинг 002P-01 | ISSUANCEPRLS | rub | 1 | 0.01 -| RU000A103FP5 | МКБ 001Р выпуск 3 | BBG011Y7LMW6 | rub | 1 | 0.01 -| RU000A103RL9 | Петроинжиниринг выпуск 1 | BBG012SMKJQ3 | rub | 1 | 0.01 -| RU000A101RT6 | Казахстан выпуск 5 | BBG011MDB894 | rub | 1 | 0.01 -| RU000A1008D7 | РЖД 001Р выпуск 14 | BBG00NTDT6H6 | rub | 1 | 0.01 -| RU000A100XP4 | Московская область выпуск 12 | BBG00QKPP373 | rub | 1 | 0.01 -| RU000A102NK2 | Обувь России 001P выпуск 4 | BBG00YZ2MHK8 | rub | 1 | 0.01 -| RU000A102T97 | Аэрофьюэлз выпуск 1 | TCS00A102T97 | rub | 1 | 0.01 -| RU000A0ZYVU5 | ПАО НК Роснефть 002P-05 | BBG00K7QTXX0 | rub | 1 | 0.01 -| RU000A103RS4 | Альфа-Банк 002Р выпуск 14 | BBG012QS03Q9 | rub | 1 | 0.01 -| RU000A101FG8 | Ростелеком 002P выпуск 2 | BBG00RT7J0J2 | rub | 1 | 0.01 -| XS2010044381 | GTLK | BBG00QDT3B79 | usd | 1 | 0.0001 -| RU000A103CW8 | МФК Займер выпуск 2 | BBG011QKQ291 | rub | 1 | 0.01 -| RU000A100YR8 | Роснано БО-002P выпуск 3 | BBG00QPRTZJ6 | rub | 1 | 0.01 -| RU000A0JWP46 | ПИК БО выпуск 7 | BBG00DGSQ218 | rub | 1 | 0.01 -| RU000A1018A2 | Томск выпуск 7 | BBG00R7TNJ39 | rub | 1 | 0.01 -| RU000A102RF3 | ХКФ Банк выпуск 7 | BBG00Z84TTZ2 | rub | 1 | 0.01 -| RU000A103F27 | Центральная ППК выпуск 3 | TCS00A103F27 | rub | 1 | 0.01 -| RU000A0JWYQ5 | АФК Система выпуск 4 | BBG00F6NJY77 | rub | 1 | 0.01 -| RU000A104YT6 | Самолет БО-П12 | TCS00A104YT6 | rub | 1 | 0.01 -| RU000A0ZYX28 | Sovcombank | BBG00K87T9V6 | usd | 100 | 0.0001 -| RU000A102234 | ТЕХНО Лизинг выпуск 3 | BBG00WYH0LS7 | rub | 1 | 0.01 -| RU000A0JXLR8 | Банк Открытие БО-П выпуск 03 | BBG00G9GSYG7 | rub | 1 | 0.01 -| RU000A102SM7 | СДЭК-Глобал выпуск 1 | BBG00ZLH4MW3 | rub | 1 | 0.01 -| RU000A102BK7 | О'КЕЙ выпуск 4 | TCS00A102BK7 | rub | 1 | 0.01 -| RU000A103YM3 | Сбер Банк 002P выпуск 1 | BBG013J0F816 | rub | 1 | 0.01 -| RU000A1015S0 | ЭнергоТехСервис выпуск 1 | BBG000000008 | rub | 1 | 0.01 -| RU000A101483 | Быстроденьги 001P-01 | BBG000000009 | rub | 1 | 0.01 -| RU000A1014B9 | О'КЕЙ выпуск 3 | BBG000000006 | rub | 1 | 0.01 -| RU000A100YP2 | Т.Г. Шевченко выпуск 1 | BBG000000005 | rub | 1 | 0.01 -| RU000A0ZYU39 | Эталон-Финанс выпуск 2 | BBG00K1Y24S8 | rub | 1 | 0.01 -| RU000A102TJ1 | ТМК 001Р выпуск 3 | TCS00A102TJ1 | rub | 1 | 0.01 -| RU000A101GD3 | ГТЛК выпуск 16 | BBG00S1L7459 | rub | 1 | 0.01 -| RU000A1018C8 | Трансмашхолдинг ПБО-04 | BBG00R6WV4J0 | rub | 1 | 0.01 -| RU000A0JXN05 | РЖД 001Р выпуск 1 | BBG00GCRTCX7 | rub | 1 | 0.01 -| RU000A1008W7 | Северсталь выпуск 6 | BBG00NTZTZ47 | rub | 1 | 0.01 -| RU000A1037S4 | С-Инновации выпуск 2 | BBG011CFWBP2 | rub | 1 | 0.01 -| RU000A0JWZY6 | АФК Система выпуск 5 | BBG00FB978L6 | rub | 1 | 0.01 -| RU000A0ZZWJ3 | ОбъединениеАгроЭлита выпуск 1 | TCS00A0ZZWJ3 | rub | 1 | 0.01 -| RU000A0ZYHX8 | Санкт-Петербург выпуск 1 | BBG00JCTFXS2 | rub | 1 | 0.01 -| RU000A1035D0 | Синара - Транспортные Машины выпуск 1 | TCS00A1035D0 | rub | 1 | 0.01 -| RU000A1005T9 | Гарант-Инвест БО 001P-05 | BBG00NJ3YSN8 | rub | 1 | 0.01 -| RU000A103QJ5 | МФК Займер выпуск 3 | BBG012NJPWN4 | rub | 1 | 0.01 -| RU000A0JXE06 | ГТЛК выпуск 3 | BBG00FVSZBH9 | rub | 1 | 0.01 -| RU000A102R73 | Банк Открытие БО-П выпуск 7 | BBG00Z8KGGC3 | rub | 1 | 0.01 -| SU26215RMFS2 | ОФЗ 26215 | BBG0058ZL5S7 | rub | 1 | 0.001 -| RU000A100YT4 | Экспобанк БО выпуск 2 | BBG00QPVNQS3 | rub | 1 | 0.01 -| RU000A1034M4 | Всеинструменты.ру выпуск 4 | BBG0116QGN40 | rub | 1 | 0.01 -| SU29012RMFS0 | ОФЗ 29012 | BBG00FFH2Z75 | rub | 1 | 0.001 -| RU000A103NY1 | РН Банк БО-1P выпуск 9 | BBG012G2MQN5 | rub | 1 | 0.01 -| ISSUANCERESO | РЕСО-Лизинг БО-П выпуск 03 | ISSUANCERESO | rub | 1 | -| RU000A102B48 | ЯТЭК выпуск 1 | TCS00A102B48 | rub | 1 | 0.01 -| RU000A1008J4 | АФК Система выпуск 10 | BBG00NRGHQQ0 | rub | 1 | 0.01 -| RU000A102RU2 | Европлан 001Р-01 | TCS00A102RU2 | rub | 1 | 0.01 -| RU000A100W52 | СуперОкс выпуск 1 | BBG00QKPJVK3 | rub | 1 | 0.01 -| RU000A102RT4 | Промсвязьбанк 003P выпуск 4 | BBG00Z9DF8B8 | rub | 1 | 0.01 -| RU000A103DT2 | ИСКЧ выпуск 1 | TCS00A103DT2 | rub | 1 | 0.01 -| RU000A104735 | ГК Пионер-001P выпуск 6 | TCS00A104735 | rub | 1 | 0.01 -| RU000A102SV8 | АФК Система выпуск 18 | BBG00ZH9RB82 | rub | 1 | 0.01 -| SU29007RMFS0 | ОФЗ 29007 | BBG007Z5DF79 | rub | 1 | 0.001 -| RU000A102FC5 | ВЭБ.РФ ПБО-1 выпуск 22 | BBG00YGJWYK4 | rub | 1 | 0.01 -| RU000A104C60 | ВТБ | BBG01496DQ23 | rub | 1 | 0.01 -| SU26239RMFS2 | ОФЗ 26239 | BBG011FHF1F7 | rub | 1 | 0.001 -| RU000A102RN7 | Ренессанс Кредит выпуск 6 | TCS00A102RN7 | rub | 1 | 0.01 -| RU000A101XS6 | МОЭК выпуск 4 | BBG00WFCV2B5 | rub | 1 | 0.01 -| RU000A103L03 | ГК Самолет выпуск 10 | BBG0129FDB02 | rub | 1 | 0.01 -| RU000A1046N6 | Асфальтобетонный завод № 1 выпуск 2 | TCS00A1046N6 | rub | 1 | 0.01 -| RU000A102T63 | ЛСР выпуск 6 | RU000A102T63 | rub | 1 | 0.01 -| RU000A1006C3 | Пионер-Лизинг-БО-П02 | BBG00NLMHM55 | rub | 1 | 0.01 -| RU000A104XR2 | Автодор БО-3 выпуск 2 | TCS00A104XR2 | rub | 1 | 0.01 -| SU26221RMFS0 | ОФЗ 26221 | BBG00G6V7252 | rub | 1 | 0.001 -| RU000A0ZZ8A2 | ПЮДМ БО-П1 | BBG00A0ZZ8A2 | rub | 1 | 0.01 -| RU000A101350 | Газпромбанк 001P выпуск 14 | BBG00QYTBB95 | rub | 1 | 0.01 -| RU000A0JWHA4 | Russia | BBG00CZCT9R8 | usd | 1 | 0.01 -| RU000A0ZZV86 | ДОМ.РФ ИА 006P | BBG00MMJ90B3 | rub | 1 | 0.01 -| RU000A102BF7 | НК Продкорпорация выпуск 1 | TCS00A102BF7 | rub | 1 | 0.01 -| RU000A102SG9 | Селектел выпуск 1 | TCS00A102SG9 | rub | 1 | 0.01 -| ALFAperp | Alfa Bond Issuance PLC | BBG00JS9D851 | usd | 1 | 0.01 -| RU000A100QY0 | Электрощит-Стройсистема выпуск 1 | BBG00Q38CTS4 | rub | 1 | 0.01 -| RU000A0ZYBV5 | ЛСР выпуск 3 | BBG00HTSM1G5 | rub | 1 | 0.01 -| RU000A0ZZ8X4 | Краснодарский край выпуск 2 | BBG00L2L5GP6 | rub | 1 | 0.01 -| RU000A104FX7 | А Девелопмент | BBG014VTFQJ8 | rub | 1 | 0.01 -| XS1843443273 | Evraz | BBG00NQ976S0 | usd | 1 | 0.0001 -| RU000A1026H0 | Гидромашсервис БО выпуск 3 | ISSUANCEHYDR | rub | 1 | 0.01 -| RU000A0ZYX69 | ФПК выпуск 3 | BBG00K7DT3F5 | rub | 1 | 0.01 -| RU000A101RZ3 | Казахстан выпуск 11 | BBG00XH4W3N3 | rub | 1 | 0.01 -| RU000A1016U4 | Гарант-Инвест БО 001P-06 | BBG00R4F67Z2 | rub | 1 | 0.01 -| RU000A0JTMK9 | РусГидро выпуск 8 | BBG00440D136 | rub | 1 | 0.01 -| RU000A101C89 | Сбер Банк 001P-SBER15 | BBG00RKBQ4D2 | rub | 1 | 0.01 -| RU000A100HU7 | МТС выпуск 10 | BBG00PN9H616 | rub | 1 | 0.01 -| RU000A102B97 | Вита Лайн 001Р выпуск 2 | TCS00A102B97 | rub | 1 | 0.01 -| XS0114288789 | Russia 2030 | BBG000056Z49 | usd | 1000 | 0.0001 -| RU000A102RX6 | ГК Самолет выпуск 9 | TCS00A102RX6 | rub | 1 | 0.01 -| RU000A103W91 | Обувь России 002P выпуск 1 | BBG0132XRL10 | rub | 1 | 0.01 -| XS1514045886 | Lukoil | BBG00F3406Z2 | usd | 1 | 0.0001 -| RU000A100L63 | Белуга Групп БО-П02 | BBG00PYL6030 | rub | 1 | 0.01 -| RU000A104693 | АФК Система выпуск 23 | TCS00A104693 | rub | 1 | 0.01 -| RU000A102F28 | РОСБАНК БО-002P выпуск 8 | BBG00YCM0MW9 | rub | 1 | 0.01 -| RU000A103D37 | Тинькофф Ипотечный Агент выпуск 1 | TCS00A103D37 | rub | 1 | 0.01 -| RU000A100RG5 | ЕвроХим выпуск 6 | BBG00Q3G7Y38 | rub | 1 | 0.01 -| RU000A101665 | Нижегородская область выпуск 14 | BBG00R4D6C68 | rub | 1 | 0.01 -| RU000A102CK5 | Russia | BBG00Y5TNGR6 | eur | 1 | 0.01 -| RU000A104WS2 | Whoosh выпуск 1 | TCS00A104WS2 | rub | 1 | 0.01 -| RU000A102FR3 | Сбербанк | BBG00YHVQ768 | rub | 1 | 0.01 -| RU000A1034J0 | Европлан 001Р-02 | BBG0115R0Z30 | rub | 1 | 0.01 -| RU000A100733 | Автобан-Финанс выпуск 2 | BBG00NPS4MC4 | rub | 1 | 0.01 -| RU000A100GY1 | ВЭБ.РФПБО-001Р-17 | BBG00PMHXRL3 | rub | 1 | 0.01 -| RU000A104DZ7 | Сибнефтехимтрейд выпуск 2 | BBG014KC7YW4 | rub | 1 | 0.01 -| XS1961080501 | EuroChem | BBG00NJHVPW6 | usd | 1 | 0.0001 -| RU000A1018K1 | Татнефть БО-001P выпуск 1 | BBG00R72VWS3 | rub | 1 | 0.01 -| RU000A1020W2 | Светофор Групп выпуск 2 | BBG00WMMMHJ4 | rub | 1 | 0.01 -| RU000A1016K5 | Банк Зенит выпуск 5 | BBG00R4C5FF4 | rub | 1 | 0.01 -| RU000A1043K9 | Нижегородская область выпуск 16 | BBG013PZT8B6 | rub | 1 | 0.01 -| RU000A100WC4 | МКБ 001P выпуск 1 | BBG00QHSP5W8 | rub | 1 | 0.01 -| SU52002RMFS1 | ОФЗ 52002 | BBG00KFLDC92 | rub | 1 | 0.001 -| RU000A100D89 | Республика Беларусь выпуск 7 | BBG00TQHNK64 | rub | 1 | 0.01 -| SU52003RMFS9 | ОФЗ 52003 | BBG00XD2M5S2 | rub | 1 | 0.001 -| RU000A100LS3 | ЕвроХим выпуск 4 | BBG00PV1MX64 | rub | 1 | 0.01 -| XS2243636219 | Gazprom Perp EUR | BBG00XV188K2 | eur | 1 | 0.0001 -| RU000A0ZYCZ4 | Республика Карелия выпуск 18 | BBG00HZ418L3 | rub | 1 | 0.01 -| RU000A104BC0 | Калининградская область выпуск 4 | BBG0148NSWQ2 | rub | 1 | 0.01 -| RU000A102KR3 | АПРИ Флай Плэнинг БО-П4 | BBG00YNJ37B7 | rub | 1 | 0.01 -| RU000A102W68 | ХК Финанс выпуск 6 | BBG00ZSJ8ZX8 | rub | 1 | 0.01 -| RU000A102LF6 | Пионер-Лизинг-БО-П04 | BBG00YQ6NDD5 | rub | 1 | 0.01 -| RU000A0JW1G7 | Роснано выпуск 7 | BBG00BRD9CY4 | rub | 1 | 0.01 -| RU000A0ZZ5J9 | Почта России выпуск 5 | BBG00KTDNXH9 | rub | 1 | 0.01 -| RU000A1043N3 | КАМАЗ БО-П09 | BBG013RRTP42 | rub | 1 | 0.01 -| RU000A103NZ8 | Совкомбанк БО-П4 | BBG012G2PXW7 | rub | 1 | 0.01 -| RU000A1031K4 | ДОМ.РФ ИА БО-001Р-08 | TCS00A1031K4 | rub | 1 | 0.01 -| XS1713473608 | GTLK | BBG00NV9NH48 | usd | 1 | 0.0001 -| RU000A100238 | МТС выпуск 7 | BBG00N6FS8J1 | rub | 1 | 0.01 -| RU000A1032P1 | СФО ВТБ РКС-1 выпуск 1 | BBG011DV0155 | rub | 1 | 0.01 -| RU000A104VS4 | Ростелеком 002P выпуск 8 | TCS00A104VS4 | rub | 1 | 0.01 -| RU000A101939 | МТС выпуск 13 | BBG00R7THC95 | rub | 1 | 0.01 -| TRY0141 | Turkey | BBG001CYCG37 | usd | 1 | 0.01 -| RU000A0JXFS8 | Газпром капитал выпуск 5 | BBG00FZMB3Y3 | rub | 1 | 0.01 -| RU000A101YD6 | Легенда выпуск 3 | BBG00WH3QVR8 | rub | 1 | 0.01 -| RU000A101RP4 | Казахстан выпуск 1 | BBG00XH4N488 | rub | 1 | 0.01 -| SU26238RMFS4 | ОФЗ 26238 | BBG011FJ4HS6 | rub | 1 | 0.001 -| RU000A102K39 | РЕСО-Лизинг БО-П выпуск 8 | BBG00YMTR6J4 | rub | 1 | 0.01 -| RU000A0ZYFB8 | Красноярский край выпуск 14 | BBG00J5KYZN8 | rub | 1 | 0.01 -| RU000A101EF3 | Металлоинвест БО выпуск 4 | BBG00RQ1DXY5 | rub | 1 | 0.01 -| RU000A103PE8 | Промсвязьбанк 003P выпуск 7 | BBG012J4Q4W3 | rub | 1 | 0.01 -| RU000A103WB0 | Славянск ЭКО выпуск 1 | BBG01338VXJ4 | rub | 1 | 0.01 -| RU000A103372 | АФК Система выпуск 20 | BBG0110X9D23 | rub | 1 | 0.01 -| RU000A102QY6 | ТФН выпуск 1 | BBG00Z8KBL73 | rub | 1 | 0.01 -| RU000A103CD8 | ЛК Дельта выпуск 1 | TCS00A103CD8 | rub | 1 | 0.01 -| RU000A100YE6 | ТрансКонтейнер ПБО выпуск 1 | BBG00QPG0TF9 | rub | 1 | 0.01 -| RU000A100FE5 | ГТЛК выпуск 14 | BBG00PGVLT83 | rub | 1 | 0.01 -| XS1843434959 | MMK | BBG00PC6QBX8 | usd | 1 | 0.0001 -| RU000A1032D7 | Маныч-Агро выпуск 1 | TCS00A1032D7 | rub | 1 | 0.01 -| RU000A0ZYYN4 | Russia | BBG00KB9VG76 | usd | 1 | 0.01 -| RU000A104FG2 | Сегежа 002P выпуск 3 | TCS00A104FG2 | rub | 1 | 0.01 -| EGPT0329 | The Arab Republic of Egypt | BBG00NDMW359 | usd | 1 | 0.01 -| RU000A100G03 | Буровая компания Евразия выпуск 3 | BBG00PGSFB22 | rub | 1 | 0.01 -| RU000A101LV5 | СофтЛайн Трейд выпуск 3 | BBG00TFS9DH2 | rub | 1 | 0.01 -| RU000A1030T7 | Москва выпуск 73 | BBG010JBJ976 | rub | 1 | 0.01 -| RU000A101M04 | РЖД 001Р выпуск 20 | BBG00TGK62V9 | rub | 1 | 0.01 -| RU000A100GW5 | Alfa Bank | BBG00PNDYR58 | rub | 1 | 0.01 -| SU25084RMFS3 | ОФЗ 25084 | BBG00RRT3TX4 | rub | 1 | 0.001 -| RU000A101S99 | Кировский завод выпуск 1 | BBG00VCVRQQ4 | rub | 1 | 0.01 -| XS1533915721 | Evraz | BBG00G4V94J3 | usd | 1 | 0.0001 -| XS2159874002 | Lukoil | BBG00TJF05J0 | usd | 1 | 0.0001 -| RU000A103C95 | АФК Система выпуск 21 | TCS00A103C95 | rub | 1 | 0.01 -| RU000A1009Z8 | О'КЕЙ выпуск 2 | BBG00NZHNQH2 | rub | 1 | 0.01 -| RU000A100AD8 | Россети Московский регион выпуск 1 | BBG00NZJ4J03 | rub | 1 | 0.01 -| RU000A102AB8 | Завод КриалЭнергоСтрой выпуск 2 | BBG00Y1Q22N4 | rub | 1 | 0.01 -| RU000A0ZYWY5 | МТС выпуск 6 | BBG00K64TZR2 | rub | 1 | 0.01 -| RU000A104UV0 | ДОМ.РФ ИА БО-001Р-18 | TCS00A104UV0 | rub | 1 | 0.01 -| RU000A104V75 | Почта России | TCS00A104V75 | rub | 1 | 0.01 -| RU000A1024W4 | Черкизово выпуск БО-001P-03 | BBG00XH3GY82 | rub | 1 | 0.01 -| RU000A103RT2 | Экспобанк 001Р-01 | TCS00A103RT2 | rub | 1 | 0.01 -| RU000A103125 | ДОМ.РФ ИА БО-001Р-07 | TCS00A103125 | rub | 1 | 0.01 -| RU000A103117 | М.Видео выпуск 1 | TCS00A103117 | rub | 1 | 0.01 -| RU000A0JXSD3 | Волгоградская область выпуск 7 | BBG00GSNVXC3 | rub | 1 | 0.01 -| RU000A0ZZES2 | Газпром БО-22 | BBG00LLM12G8 | rub | 1 | 0.01 -| RU000A0ZYU21 | Альфа-Банк выпуск 40 | BBG00K4MPZ61 | rub | 1 | 0.01 -| RU000A0ZYMJ7 | Томская область выпуск 62 | BBG00JM15X21 | rub | 1 | 0.01 -| XS0997544860 | Gazpromneft | BBG005MCTC09 | usd | 1 | 0.0001 -| RU000A104V26 | РЕСО-Лизинг | TCS00A104V26 | rub | 1 | 0.01 -| XS2099763075 | Credit Bank of Moscow | BBG00RHTYB60 | usd | 1 | 0.0001 -| RU000A103S14 | Европлан 001Р-04 | TCS00A103S14 | rub | 1 | 0.01 -| RU000A100ZL8 | ЛСР выпуск 5 | BBG00QRKJF13 | rub | 1 | 0.01 -| SU26235RMFS0 | ОФЗ 26235 | BBG00Y04Q3V7 | rub | 1 | 0.001 -| RU000A1010X1 | ИКС 5 Финанс выпуск 7 | BBG00QTYPGQ5 | rub | 1 | 0.01 -| RU000A102ZS9 | ЭБИС выпуск 4 | BBG01016PHF2 | rub | 1 | 0.01 -| RU000A1043L7 | МФК Эйрлоанс выпуск 1 | TCS00A1043L7 | rub | 1 | 0.01 -| RU000A103WZ9 | NexTouch выпуск 1 | BBG0136Y8NS2 | rub | 1 | 0.01 -| RU000A104123 | ДОМ.РФ 001Р-09 | BBG013TSL6D8 | rub | 1 | 0.01 -| EGPT0431 | ARAB REPUBLIC | BBG00NTC1SR9 | eur | 1 | 0.01 -| RU000A101QM3 | Газпром капитал БО-001Р выпуск 3 | BBG00V93CKD3 | rub | 1 | 0.01 -| RU000A0ZYLK7 | Верхнебаканский цементный завод 001P выпуск 1 | BBG00JM14CY3 | rub | 1 | 0.01 -| RU000A100LV7 | ЕвроХим выпуск 5 | BBG00PSN47C0 | rub | 1 | 0.01 -| RU000A101HJ8 | Магнит 002Р выпуск 1 | BBG00RVD9KF7 | rub | 1 | 0.01 -| RU000A0ZYG52 | Ростелеком выпуск 3 | BBG00J7HHGH1 | rub | 1 | 0.01 -| RU000A0ZYGM3 | Орловская область 2017 | BBG00JC8FQL0 | rub | 1 | 0.01 -| RU000A1043G7 | Сегежа 002P выпуск 2 | TCS00A1043G7 | rub | 1 | 0.01 -| RU000A103RD6 | ДОМ.РФ Социальные облигации выпуск 1 | TCS00A103RD6 | rub | 1 | 0.01 -| RU000A100Q35 | ПР-Лизинг выпуск 3 | BBG00PZ6T956 | rub | 1 | 0.01 -| RU000A101PU8 | Трансмашхолдинг ПБО-05 | BBG00V3L02Q8 | rub | 1 | 0.01 -| RU000A1030N0 | ФЭС-Агро выпуск 2 | BBG0107RVMG1 | rub | 1 | 0.01 -| RU000A101KJ2 | Калита выпуск 1 | BBG00SY31CX0 | rub | 1 | 0.01 -| XS2249778247 | GTLK | BBG00XXVWNC3 | usd | 1 | 0.0001 -| RU000A1043E2 | Новосибирская область выпуск 22 | TCS00A1043E2 | rub | 1 | 0.01 -| RU000A1015P6 | Обувь России 001P выпуск 2 | BBG00R4Y73X1 | rub | 1 | 0.01 -| RU000A100V79 | Тинькофф Банк выпуск 3 | BBG00QDTJQD2 | rub | 1 | 0.01 -| RU000A103G75 | Сбер Банк 001P-SBER32 | BBG0122KNFZ0 | rub | 1 | 0.01 -| RU000A1007Z2 | РЖД 001Р выпуск 13 | BBG00NQKW4B0 | rub | 1 | 0.01 -| SU26233RMFS5 | ОФЗ 26233 | BBG00RRT3V69 | rub | 1 | 0.001 -| RU000A0JUAG0 | РСГ-Финанс выпуск 1 | BBG005K570Y9 | rub | 1 | 0.01 -| RU000A1030X9 | Сэтл Групп выпуск 3 | TCS00A1030X9 | rub | 1 | 0.01 -| RU000A103H25 | НПО Химтэк выпуск 1 | BBG0121GPL12 | rub | 1 | 0.01 -| RU000A0JXRD5 | Почта России выпуск 2 | BBG00GSG5RB1 | rub | 1 | 0.01 -| RU000A1043Z7 | Биннофарм Групп выпуск 1 | TCS00A1043Z7 | rub | 1 | 0.01 -| SU29008RMFS8 | ОФЗ 29008 | BBG007Z5DZS2 | rub | 1 | 0.001 -| RU000A103N76 | ИКС 5 Финанс 002Р выпуск 1 | BBG012F7Y8K5 | rub | 1 | 0.01 -| GMKN1022 | MMC Finance DAC | BBG00B59DR33 | usd | 1 | 0.01 -| RU000A1045V1 | ЭБИС выпуск 5 | BBG013VR70Y3 | rub | 1 | 0.01 -| RU000A101LJ0 | ЕвроХим выпуск 8 | BBG00TCWB8X6 | rub | 1 | 0.01 -| RU000A103133 | Новотранс выпуск 2 | TCS00A103133 | rub | 1 | 0.01 -| RU000A101NJ6 | ЧЗПСН-Профнастил БО-П2 | BBG00TW9WTR3 | rub | 1 | 0.01 -| RU000A104AX8 | МФК Лайм-Займ выпуск 1 | BBG0147H0889 | rub | 1 | 0.01 -| RU000A101WB4 | ЧТПЗ выпуск 5 | BBG00W1P2G59 | rub | 1 | 0.01 -| RU000A0JX0Z8 | Ямало-Ненецкий АО выпуск 2 | BBG00FGC1ZM9 | rub | 1 | 0.01 -| RU000A101JF2 | Онлайн Микрофинанс выпуск БО-2 | BBG00SKZW8N0 | rub | 1 | 0.01 -| RU000A102DR8 | Омская область выпуск 4 | BBG00YC4R9B2 | rub | 1 | 0.01 -| RU000A1040E8 | Freedom Finance | BBG013J0LT31 | usd | 1 | 0.0001 -| XS1143363940 | Credit Bank of Moscow | BBG007KHNMS0 | rub | 1 | 0.01 -| VTBperp | VTB Perp | BBG003824NB3 | usd | 1 | 0.01 -| RU000A101MT7 | Детский мир выпуск 6 | BBG00TQG4212 | rub | 1 | 0.01 -| RU000A1037L9 | Бифорком Тек выпуск 1 | BBG011CG00T5 | rub | 1 | 0.01 -| RU000A0ZYLF7 | ФПК выпуск 2 | BBG00JGKV6T7 | rub | 1 | 0.01 -| RU000A1024R4 | Донской Ломбард выпуск 1 | BBG00XH486K6 | rub | 1 | 0.01 -| RU000A102H91 | Автодор БО-3 выпуск 1 | BBG00YJJPT66 | rub | 1 | 0.01 -| RU000A102960 | РН Банк БО-1P выпуск 7 | BBG00XZ37219 | rub | 1 | 0.01 -| RU000A102986 | СУЭК-Финанс выпуск 6 | BBG00XZ95JN7 | rub | 1 | 0.01 -| RU000A0ZZZ17 | НКНХ выпуск 1 | BBG00MT69C64 | rub | 1 | 0.01 -| RU000A103QK3 | VK выпуск 1 | TCS00A103QK3 | rub | 1 | 0.01 -| RU000A104CJ3 | Автодом выпуск 1 | TCS00A104CJ3 | rub | 1 | 0.01 -| RU000A103QH9 | Эталон-Финанс выпуск 3 | TCS00A103QH9 | rub | 1 | 0.01 -| RU000A0JX5W4 | Альфа-Банк выпуск 18 | BBG00FRWYRH1 | rub | 1 | 0.01 -| RU000A104B53 | АСПЭК-Домстрой выпуск 1 | BBG0149NW6B9 | rub | 1 | 0.01 -| RU000A1014P9 | КарМани БО выпуск 3 | BBG00R289K33 | rub | 1 | 0.01 -| RU000A100W60 | Европлан БО 03 | BBGHUYNYA0X4 | rub | 1 | 0.01 -| RU000A100VY0 | ЭБИС выпуск 1 | BBGHUYNYA0X3 | rub | 1 | 0.01 -| RU000A0JT940 | Роснефть выпуск 4 | BBG003LLR9S4 | rub | 1 | 0.01 -| RU000A102J57 | Теплоэнерго выпуск 1 | BBG00YLQVM01 | rub | 1 | 0.01 -| RU000A102T55 | МФК ЦФП выпуск 1 | BBG00ZHYDZW2 | rub | 1 | 0.01 -| RU000A1005L6 | АФК Система выпуск 9 | BBG00NHLC0N5 | rub | 1 | 0.01 -| RU000A0JWXF0 | Красноярский край выпуск 12 | BBG00F171QY3 | rub | 1 | 0.01 -| XS0559915961 | VEB | BBG0018V9PN0 | usd | 1 | 0.0001 -| XS1878009866 | BCS Structured Products 20jun2023 | TCS878009866 | usd | 1 | 0.0001 -| RU000A104UA4 | Сегежа | TCS00A104UA4 | rub | 1 | 0.01 -| RU000A102QP4 | РЖД 001Р выпуск 21 | BBG00Z6BQMY7 | rub | 1 | 0.01 -| RU000A0JXJE0 | Гидромашсервис БО выпуск 1 | BBG00FZYDS70 | rub | 1 | 0.01 -| RU000A0ZYBM4 | Альфа-Банк выпуск 21 | BBG00HTLYK93 | rub | 1 | 0.01 -| RU000A101FY1 | МОЭСК 001P выпуск 2 | BBG00RVF4P66 | rub | 1 | 0.01 -| RU000A101SC0 | ГТЛК выпуск 18 | BBG00VDF68J9 | rub | 1 | 0.01 -| RU000A101UD4 | Электрощит-Стройсистема выпуск 2 | BBG00VSYBL16 | rub | 1 | 0.01 -| RU000A103DY2 | БЭЛТИ-ГРАНД выпуск 4 | BBG011RXTDD0 | rub | 1 | 0.01 -| RU000A1042W6 | ВЭБ.РФ ПБО-2 выпуск 31 | TCS00A1042W6 | rub | 1 | 0.01 -| RU000A104362 | Восточная Стивидорная Компания выпуск 2 | TCS00A104362 | rub | 1 | 0.01 -| RU000A1006B5 | ТД Мясничий выпуск 3 | BBG00NLMJ541 | rub | 1 | 0.01 -| RU000A0JWG05 | X5 выпуск 6 | BBG00CSJ8ZX9 | rub | 1 | 0.01 -| RU000A100XC2 | Полюс ПБО-1 | BBG00QKHK9J0 | rub | 1 | 0.01 -| RU000A103Q08 | HENDERSON выпуск 1 | TCS00A103Q08 | rub | 1 | 0.01 -| TRY0228 | Republic of Turkey | BBG00JQ3B6W2 | usd | 1 | 0.01 -| RU000A0ZYC98 | МегаФон БО-1 выпуск 3 | BBG00HTR61W7 | rub | 1 | 0.01 -| RU000A100VS2 | Атомстройкомплекс выпуск 1 | BBGHUYNYA015 | rub | 1 | 0.01 -| RU000A1001L5 | ЮАИЗ выпуск 1 | BBG00N58ZYV9 | rub | 1 | 0.01 -| RU000A103UL3 | Татнефтехим 001P выпуск 1 | BBG012Y8J8C8 | rub | 1 | 0.01 -| RU000A102UZ5 | Кировский завод выпуск 2 | BBG00ZQT2640 | rub | 1 | 0.01 -| RU000A101S08 | Казахстан выпуск 12 | BBG011MDDKK2 | rub | 1 | 0.01 -| RU000A0ZZ1J8 | ГТЛК выпуск 9 | BBG00KHR8SP0 | rub | 1 | 0.01 -| SU26223RMFS6 | ОФЗ 26223 | BBG00K53DJP0 | rub | 1 | 0.001 -| RU000A1048A9 | Брусника выпуск 2Р-1 | BBG0141LK3L0 | rub | 1 | 0.01 -| RU000A102KG6 | ГК Пионер-001Р выпуск 5 | BBG00YN4P9Q6 | rub | 1 | 0.01 -| RU000A1041B2 | Сегежа 002P выпуск 1 | TCS00A1041B2 | rub | 1 | 0.01 -| XS2243631095 | Gazprom Perp USD | BBG00XV2BDX1 | usd | 1 | 0.0001 -| RU000A0ZYDU3 | Свердловская область выпуск 4 | BBG00HY5JWH4 | rub | 1 | 0.01 -| RU000A0JTM44 | Башнефть выпуск 8 | BBG00445QP01 | rub | 1 | 0.01 -| RU000A0JXTS9 | Russia | BBG00H0HVGD0 | usd | 1 | 0.01 -| XS1589106910 | Credit Bank of Moscow | BBG00G9DSXZ5 | usd | 1 | 0.0001 -| RU000A102VR0 | ГТЛК 002P выпуск 1 | BBG00ZRZX9T8 | rub | 1 | 0.01 -| RU000A100881 | Ростелеком 001 выпуск 5 | BBG00NQKWGH7 | rub | 1 | 0.01 -| SU46022RMFS8 | ОФЗ 46022 | BBG0000LFC18 | rub | 1 | 0.001 -| RU000A1011Q3 | Новосибирская область | BBG00QXSLFN2 | rub | 1 | 0.01 -| RU000A1047S3 | Первое коллекторское бюро 001Р выпуск 3 | BBG0140BZS87 | rub | 1 | 0.01 -| RU000A100MG6 | Сэтл Групп выпуск 2 | BBG00PT0ZT82 | rub | 1 | 0.01 -| RU000A100PM7 | РСГ-Финанс выпуск 11 | BBG00Q214T90 | rub | 1 | 0.01 -| RU000A103M36 | ТрансФин-М 001Р-07 | BBG012C34FX0 | rub | 1 | 0.01 -| RU000A0JWHN7 | Ярославская область выпуск 14 | BBG00CXHTFY7 | rub | 1 | 0.01 -| RU000A103C46 | ПИК-Корпорация выпуск 4 | BBG011PCH913 | rub | 1 | 0.01 -| RU000A103PX8 | ЛСР выпуск 7 | TCS00A103PX8 | rub | 1 | 0.01 -| RU000A104BY4 | Бизнес-Недвижимость выпуск 2 | TCS00A104BY4 | rub | 1 | 0.01 -| RU000A101QN1 | Газпром Капитал | BBG00V93GCX5 | rub | 1 | 0.01 -| RU000A0ZZAL5 | ГТЛК выпуск 11 | BBG00L92CX58 | usd | 1 | 0.0001 -| RU000A104SX0 | РЖД | TCS00A104SX0 | rub | 1 | 0.01 -| RU000A0ZYEE5 | ГПБ (АО) БО-17 | BBG00J3T6HB5 | rub | 1 | 0.01 -| RU000A104C78 | Аренза-Про выпуск 1 | TCS00A104C78 | rub | 1 | 0.01 -| XS0893212398 | VEB | BBG0044FD516 | eur | 1 | 0.0001 -| RU000A104SY8 | РЖД | TCS00A104SY8 | rub | 1 | 0.01 -| RU000A103SZ7 | Аэрофьюэлз выпуск 2 | BBG012R5Y2V7 | rub | 1 | 0.01 -| RU000A101P92 | Т.Г. Шевченко выпуск 2 | BBG00V0WL952 | rub | 1 | 0.01 -| RU000A102G50 | Восточная Стивидорная Компания выпуск 1 | BBG00YGKVB04 | rub | 1 | 0.01 -| RU000A100DG5 | Европлан БО 06 | BBG00PC4M4X3 | rub | 1 | 0.01 -| RU000A104SU6 | МТС | TCS00A104SU6 | rub | 1 | 0.01 +| Ticker | Full name | FIGI | Cur | Lot | Step | +|--------------|-----------------------------------------------------------|--------------|-----|---------|------------| +| RU000A101228 | МОЭК выпуск 3 | BBG00QXGFHS6 | rub | 1 | 0.01 | +| RU000A101RZ3 | Казахстан выпуск 11 | BBG00XH4W3N3 | rub | 1 | 0.01 | +| RU000A102R73 | Банк Открытие БО-П выпуск 7 | BBG00Z8KGGC3 | rub | 1 | 0.01 | +| RU000A102D46 | ДОМ.РФ ИА 018P | TCS00A102D46 | rub | 1 | 0.01 | +| RU000A1014B9 | О'КЕЙ выпуск 3 | BBG000000006 | rub | 1 | 0.01 | +| RU000A1022E6 | ПР-Лизинг 002P-01 | ISSUANCEPRLS | rub | 1 | 0.01 | +| RU000A0ZZ8A2 | ПЮДМ БО-П1 | BBG00A0ZZ8A2 | rub | 1 | 0.01 | +| RU000A0JT965 | Роснефть выпуск 5 | BBG003LQ7J76 | rub | 1 | 0.01 | +| RU000A100DC4 | МСБ-Лизинг 002P выпуск 2 | BBG00PNLY692 | rub | 1 | 0.01 | +| RU000A0ZYT40 | ПАО НК Роснефть 002P-04 | BBG00K2JQWT1 | rub | 1 | 0.01 | +| RU000A1046N6 | Асфальтобетонный завод № 1 выпуск 2 | TCS00A1046N6 | rub | 1 | 0.01 | +| RU000A103N84 | Россельхозбанк выпуск 4 | BBG012G45RC0 | rub | 1 | 0.01 | +| RU000A101GD3 | ГТЛК выпуск 16 | BBG00S1L7459 | rub | 1 | 0.01 | +| RU000A1008D7 | РЖД 001Р выпуск 14 | BBG00NTDT6H6 | rub | 1 | 0.01 | +| RU000A101TA2 | Урожай выпуск 1 | BBG00VL9P3K2 | rub | 1 | 0.01 | +| RU000A0ZYR91 | ГТЛК выпуск 8 | BBG00JYHMLM8 | rub | 1 | 0.01 | +| RU000A103DT2 | ИСКЧ выпуск 1 | TCS00A103DT2 | rub | 1 | 0.01 | +| RU000A0ZYKH5 | Оренбургская область выпуск 4 | BBG00JG7XG76 | rub | 1 | 0.01 | +| RU000A1028H6 | Сибнефтехимтрейд выпуск 1 | TCS00A1028H6 | rub | 1 | 0.01 | +| RU000A104UV0 | ДОМ.РФ ИА БО-001Р-18 | TCS00A104UV0 | rub | 1 | 0.01 | +| RU000A104DZ7 | Сибнефтехимтрейд выпуск 2 | BBG014KC7YW4 | rub | 1 | 0.01 | +| RU000A0JXQ44 | РЖД 001Р выпуск 2 | BBG00GK3W839 | rub | 1 | 0.01 | +| RU000A102LF6 | Пионер-Лизинг-БО-П04 | BBG00YQ6NDD5 | rub | 1 | 0.01 | +| RU000A102X18 | Гарант-Инвест БО 002P-3 | TCS00A102X18 | rub | 1 | 0.01 | +| RU000A102LD1 | Черкизово выпуск 4 | TCS00A102LD1 | rub | 1 | 0.01 | +| RU000A103N19 | АПРИ Флай Плэнинг БО-П5 | BBG012F27YT0 | rub | 1 | 0.01 | +| RU000A102BK7 | О'КЕЙ выпуск 4 | TCS00A102BK7 | rub | 1 | 0.01 | +| RU000A103935 | re:Store выпуск 1 | TCS00A103935 | rub | 1 | 0.01 | +| RU000A0ZYDU3 | Свердловская область выпуск 4 | BBG00HY5JWH4 | rub | 1 | 0.01 | +| SU26230RMFS1 | ОФЗ 26230 | BBG00PBZNWM4 | rub | 1 | 0.001 | +| RU000A0JVVA7 | Роснано выпуск 6 | BBG00B8SVRD7 | rub | 1 | 0.01 | +| RU000A101483 | Быстроденьги 001P-01 | BBG000000009 | rub | 1 | 0.01 | +| XS2243636219 | Gazprom Perp EUR | BBG00XV188K2 | eur | 1 | 0.0001 | +| RU000A1043L7 | МФК Эйрлоанс выпуск 1 | TCS00A1043L7 | rub | 1 | 0.01 | +| RU000A1043Z7 | Биннофарм Групп выпуск 1 | TCS00A1043Z7 | rub | 1 | 0.01 | +| XS1433454243 | Sovcomflot | BBG00D2QX2B8 | usd | 1 | 0.0001 | +| RU000A102FT9 | АФК Система выпуск 17 | TCS00A102FT9 | rub | 1 | 0.01 | +| XS1589106910 | Credit Bank of Moscow | BBG00G9DSXZ5 | usd | 1 | 0.0001 | +| RU000A1004K1 | Европлан БО 05 | BBG00NHJGKN2 | rub | 1 | 0.01 | +| RU000A0ZYEQ9 | Сэтл Групп выпуск 1 | BBG00HXHKRV2 | rub | 1 | 0.01 | +| RU000A1015P6 | Обувь России 001P выпуск 2 | BBG00R4Y73X1 | rub | 1 | 0.01 | +| RU000A104BC0 | Калининградская область выпуск 4 | BBG0148NSWQ2 | rub | 1 | 0.01 | +| RU000A104VS4 | Ростелеком 002P выпуск 8 | TCS00A104VS4 | rub | 1 | 0.01 | +| RU000A105518 | Европлан 001Р-05 | TCS00A105518 | rub | 1 | 0.01 | +| ISSUANCEBRUS | Брусника 001P-01 | ISSUANCEBRUS | rub | 1 | 0 | +| RU000A100VS2 | Атомстройкомплекс выпуск 1 | BBGHUYNYA015 | rub | 1 | 0.01 | +| RU000A100YK3 | Камаз БО-П05 | BBG00QPVPLY5 | rub | 1 | 0.01 | +| SU29009RMFS6 | ОФЗ 29009 | BBG007Z5F748 | rub | 1 | 0.001 | +| RU000A1020S0 | Первое коллекторское бюро выпуск 2 | BBG00WMMJMN2 | rub | 1 | 0.01 | +| RU000A0JWDN6 | РУСАЛ Братск выпуск 1 | BBG00CNJBLC4 | rub | 1 | 0.01 | +| RU000A1012K4 | СЭЗ им. Серго Орджоникидзе выпуск 1 | BBG00QYKX940 | rub | 1 | 0.01 | +| RU000A104BY4 | Бизнес-Недвижимость выпуск 2 | TCS00A104BY4 | rub | 1 | 0.01 | +| RU000A1034J0 | Европлан 001Р-02 | BBG0115R0Z30 | rub | 1 | 0.01 | +| RU000A1048A9 | Брусника выпуск 2Р-1 | BBG0141LK3L0 | rub | 1 | 0.01 | +| RU000A1049P5 | Главторг выпуск 1 | BBG01475RD30 | rub | 1 | 0.01 | +| RU000A102ZH2 | ЯТЭК выпуск 2 | BBG00ZZNPB92 | rub | 1 | 0.01 | +| RU000A0ZYR18 | Башкирская содовая компания выпуск 1 | BBG00JYHHXN7 | rub | 1 | 0.01 | +| RU000A101M04 | РЖД 001Р выпуск 20 | BBG00TGK62V9 | rub | 1 | 0.01 | +| RU000A102US0 | Талан-Финанс выпуск 2 | BBG00ZNL19P2 | rub | 1 | 0.01 | +| RU000A100XU4 | РЕСО-Лизинг БО-П выпуск 7 | BBG00QN37PX1 | rub | 1 | 0.01 | +| RU000A103F27 | Центральная ППК выпуск 3 | TCS00A103F27 | rub | 1 | 0.01 | +| RU000A1017J5 | Газпром нефть ПАО 003P-02R | BBG00R4XLRN5 | rub | 1 | 0.01 | +| RU000A100A58 | МТС выпуск 8 | BBG00NZHSKP1 | rub | 1 | 0.01 | +| RU000A100HU7 | МТС выпуск 10 | BBG00PN9H616 | rub | 1 | 0.01 | +| RU000A1008V9 | Роснано выпуск 8 | BBG00NTXZ6S3 | rub | 1 | 0.01 | +| RU000A100W29 | Роделен выпуск 2 | BBG00QJ5M7P3 | rub | 1 | 0.01 | +| RU000A0JVUK8 | АФК Система выпуск 1 | BBG00B4MWD80 | rub | 1 | 0.01 | +| RU000A0ZYNY4 | ГТЛК выпуск 7 | BBG00JRTXBC1 | rub | 1 | 0.01 | +| RU000A1051T3 | МТС 001P-22 | TCS00A1051T3 | rub | 1 | 0.01 | +| RU000A103RJ3 | Первое коллекторское бюро 001Р выпуск 2 | BBG012Q8FLM1 | rub | 1 | 0.01 | +| RU000A102DK3 | МаксимаТелеком выпуск 2 | TCS00A102DK3 | rub | 1 | 0.01 | +| RU000A0ZYU05 | РЖД 001Р выпуск 5 | BBG00K2B2M16 | rub | 1 | 0.01 | +| RU000A102CK5 | Russia 2027 EUR | BBG00Y5TNGR6 | eur | 1 | 0.0001 | +| RU000A101RT6 | Казахстан выпуск 5 | BBG011MDB894 | rub | 1 | 0.01 | +| SU29014RMFS6 | ОФЗ 29014 | BBG00VY13C74 | rub | 1 | 0.001 | +| RU000A102CU4 | Сбер Банк 001P-SBER19 | BBG00Y9B45C2 | rub | 1 | 0.01 | +| RU000A1053A9 | Сэтл Групп | TCS00A1053A9 | rub | 1 | 0.01 | +| EGPT0329 | The Arab Republic of Egypt | BBG00NDMW359 | usd | 1 | 0.01 | +| RU000A104WS2 | Whoosh выпуск 1 | TCS00A104WS2 | rub | 1 | 0.01 | +| RU000A0JWST1 | ГТЛК выпуск 8 | BBG00DQFVRK3 | rub | 1 | 0.01 | +| RU000A1030T7 | Москва выпуск 73 | BBG010JBJ976 | rub | 1 | 0.01 | +| XS2010044621 | Sibur | BBG00Q994JS7 | usd | 1 | 0.0001 | +| SU26227RMFS7 | ОФЗ 26227 | BBG00NQBGZX5 | rub | 1 | 0.001 | +| RU000A0ZYJ91 | ФСК ЕЭС БО-4 | BBG00JDS8JM8 | rub | 1 | 0.01 | +| RU000A101HJ8 | Магнит 002Р выпуск 1 | BBG00RVD9KF7 | rub | 1 | 0.01 | +| RU000A102RF3 | ХКФ Банк выпуск 7 | BBG00Z84TTZ2 | rub | 1 | 0.01 | +| RU000A0ZYC98 | МегаФон БО-1 выпуск 3 | BBG00HTR61W7 | rub | 1 | 0.01 | +| RU000A101EF3 | Металлоинвест БО выпуск 4 | BBG00RQ1DXY5 | rub | 1 | 0.01 | +| SU26237RMFS6 | ОФЗ 26237 | BBG011FJ6573 | rub | 1 | 0.001 | +| XS2099763075 | Credit Bank of Moscow | BBG00RHTYB60 | usd | 1 | 0.0001 | +| RU000A102QX8 | Лайфстрим выпуск 1 | BBG00Z95Q9G6 | rub | 1 | 0.01 | +| RU000A0JXN05 | РЖД 001Р выпуск 1 | BBG00GCRTCX7 | rub | 1 | 0.01 | +| RU000A101ST4 | РЕСО-Лизинг БО-П выпуск 3 | BBG00VFJK5W4 | rub | 1 | 0.01 | +| RU000A100WA8 | ЛСР выпуск 4 | BBG00QJ5KYT2 | rub | 1 | 0.01 | +| RU000A101GZ6 | Уралкалий выпуск 6 | TCS00A101GZ6 | rub | 1 | 0.01 | +| RU000A101NJ6 | ЧЗПСН-Профнастил БО-П2 | BBG00TW9WTR3 | rub | 1 | 0.01 | +| RU000A1032X5 | ТЕХНО Лизинг выпуск 4 | BBG0110WZC19 | rub | 1 | 0.01 | +| RU000A0JXPG2 | ГТЛК выпуск 4 | BBG00GGS6C84 | rub | 1 | 0.01 | +| RU000A100303 | Нафтатранс Плюс выпуск 1 | BBG00N8SH448 | rub | 1 | 0.01 | +| RU000A0JWG05 | X5 выпуск 6 | BBG00CSJ8ZX9 | rub | 1 | 0.01 | +| XS1514045886 | Lukoil | BBG00F3406Z2 | usd | 1 | 0.0001 | +| RU000A0ZYA66 | Эталон выпуск 2 | BBG00HNGJ8K1 | rub | 1 | 0.01 | +| RU000A101PV6 | ТД РКС-Сочи выпуск 1 | BBG00V316KF8 | rub | 1 | 0.01 | +| RU000A100AD8 | Россети Московский регион выпуск 1 | BBG00NZJ4J03 | rub | 1 | 0.01 | +| RU000A1043K9 | Нижегородская область выпуск 16 | BBG013PZT8B6 | rub | 1 | 0.01 | +| RU000A103117 | М.Видео выпуск 1 | TCS00A103117 | rub | 1 | 0.01 | +| XS0191754729 | Gazprom | BBG00008WPG3 | usd | 1 | 0.0001 | +| RU000A1002C2 | РЖД 001Р выпуск 12 | BBG00N6MD6M2 | rub | 1 | 0.01 | +| RU000A101YV8 | Позитив Текнолоджиз выпуск 1 | TCS00A101YV8 | rub | 1 | 0.01 | +| RU000A101PU8 | Трансмашхолдинг ПБО-05 | BBG00V3L02Q8 | rub | 1 | 0.01 | +| RU000A102F85 | ЧТПЗ выпуск 6 | BBG00YCZ0M41 | rub | 1 | 0.01 | +| XS1634369224 | Belarus | BBG00GXQKMJ9 | usd | 1 | 0.0001 | +| RU000A103PC2 | Автобан-Финанс выпуск 3 | BBG012JC0J32 | rub | 1 | 0.01 | +| XS2159874002 | Lukoil | BBG00TJF05J0 | usd | 1 | 0.0001 | +| SU26234RMFS3 | ОФЗ 26234 | BBG00VCY76T1 | rub | 1 | 0.001 | +| XS2019822357 | BCS Structured Products 27jun2024 | BBG00PKCLPS6 | usd | 1 | 0.01 | +| RU000A103133 | Новотранс выпуск 2 | TCS00A103133 | rub | 1 | 0.01 | +| RU000A103G75 | Сбер Банк 001P-SBER32 | BBG0122KNFZ0 | rub | 1 | 0.01 | +| XS0971721450 | Russia 2023 | BBG00580HCP7 | usd | 1 | 0.0001 | +| RU000A0JXU48 | ВЭБ.РФ ПБО-001P-08 | BBG00H14B6Z8 | usd | 1 | 0.0001 | +| RU000A101FH6 | МТС выпуск 14 | BBG00RTTRKD7 | rub | 1 | 0.01 | +| SU52003RMFS9 | ОФЗ 52003 | BBG00XD2M5S2 | rub | 1 | 0.001 | +| RU000A103CW8 | МФК Займер выпуск 2 | BBG011QKQ291 | rub | 1 | 0.01 | +| RU000A101S08 | Казахстан выпуск 12 | BBG011MDDKK2 | rub | 1 | 0.01 | +| XS1752568144 | Phosagro | BBG00JRK86V8 | usd | 1 | 0.0001 | +| RU000A1040E8 | Freedom Finance | BBG013J0LT31 | usd | 1 | 0.0001 | +| RU000A102FR3 | Сбербанк | BBG00YHVQ768 | rub | 1 | 0.01 | +| RU000A1017H9 | Автодор БО-2 выпуск 5 | BBG00R7TP2Y0 | rub | 1 | 0.01 | +| RU000A1013C9 | ИС петролеум выпуск 1 | BBG00QZ0M1V2 | rub | 1 | 0.01 | +| RU000A104AX8 | МФК Лайм-Займ выпуск 1 | BBG0147H0889 | rub | 1 | 0.01 | +| RU000A101PJ1 | Магнит выпуск 5 | BBG00V1K0LJ8 | rub | 1 | 0.01 | +| RU000A101S81 | Русал Братск БО-002Р выпуск 1 | TCS00A101S81 | rub | 1 | 0.01 | +| RU000A101P92 | Т.Г. Шевченко выпуск 2 | BBG00V0WL952 | rub | 1 | 0.01 | +| RU000A1013Y3 | Черкизово выпуск 2 | BBG00R05JT04 | rub | 1 | 0.01 | +| RU000A103WB0 | Славянск ЭКО выпуск 1 | BBG01338VXJ4 | rub | 1 | 0.01 | +| RU000A0ZZYP6 | ОбъединениеАгроЭлита выпуск 2 | TCS00A0ZZYP6 | rub | 1 | 0.01 | +| SU26223RMFS6 | ОФЗ 26223 | BBG00K53DJP0 | rub | 1 | 0.001 | +| RU000A101QM3 | Газпром капитал БО-001Р выпуск 3 | BBG00V93CKD3 | rub | 1 | 0.01 | +| RU000A0ZYCZ4 | Республика Карелия выпуск 18 | BBG00HZ418L3 | rub | 1 | 0.01 | +| SU29007RMFS0 | ОФЗ 29007 | BBG007Z5DF79 | rub | 1 | 0.001 | +| RU000A1005L6 | АФК Система выпуск 9 | BBG00NHLC0N5 | rub | 1 | 0.01 | +| RU000A100XP4 | Московская область выпуск 12 | BBG00QKPP373 | rub | 1 | 0.01 | +| RU000A102LW1 | Асфальтобетонный завод № 1 выпуск 1 | BBG00YS45GT4 | rub | 1 | 0.01 | +| RU000A0ZYGM3 | Орловская область 2017 | BBG00JC8FQL0 | rub | 1 | 0.01 | +| ISSUANCERESO | РЕСО-Лизинг БО-П выпуск 03 | ISSUANCERESO | rub | 1 | 0 | +| RU000A100TF3 | Русал Братск БО-001Р выпуск 3 | BBG00Q9BCQ70 | rub | 1 | 0.01 | +| RU000A103UY6 | Калита выпуск 3 | BBG012XXXX33 | rub | 1 | 0.01 | +| SU26220RMFS2 | ОФЗ 26220 | BBG00FX0RDF5 | rub | 1 | 0.001 | +| RU000A102AB8 | Завод КриалЭнергоСтрой выпуск 2 | BBG00Y1Q22N4 | rub | 1 | 0.01 | +| RU000A0JWHN7 | Ярославская область выпуск 14 | BBG00CXHTFY7 | rub | 1 | 0.01 | +| RU000A1018C8 | Трансмашхолдинг ПБО-04 | BBG00R6WV4J0 | rub | 1 | 0.01 | +| RU000A102HB3 | Роснано БО-002P выпуск 5 | BBG00YJKKTF8 | rub | 1 | 0.01 | +| RU000A103125 | ДОМ.РФ ИА БО-001Р-07 | TCS00A103125 | rub | 1 | 0.01 | +| RU000A100YP2 | Т.Г. Шевченко выпуск 1 | BBG000000005 | rub | 1 | 0.01 | +| RU000A0JUMH3 | Газпромбанк | BBG006JCSQ92 | rub | 1 | 0.01 | +| RU000A0ZYWY5 | МТС выпуск 6 | BBG00K64TZR2 | rub | 1 | 0.01 | +| RU000A101RW0 | Казахстан выпуск 8 | BBG011MDBQV9 | rub | 1 | 0.01 | +| RU000A102ZS9 | ЭБИС выпуск 4 | BBG01016PHF2 | rub | 1 | 0.01 | +| RU000A0JXQ28 | ФПК выпуск 1 | BBG00GH62KJ5 | rub | 1 | 0.01 | +| RU000A102CZ3 | Онлайн Микрофинанс выпуск 2 | BBG00Y8XPNY9 | rub | 1 | 0.01 | +| RU000A1042W6 | ВЭБ.РФ ПБО-2 выпуск 31 | TCS00A1042W6 | rub | 1 | 0.01 | +| RU000A0JVWJ6 | ГТЛК выпуск 6 | BBG00B8SX525 | rub | 1 | 0.01 | +| RU000A1015E0 | Белуга Групп БО-П03 | BBG00R2FH979 | rub | 1 | 0.01 | +| RU000A101MC3 | Магнит 002Р выпуск 2 | BBG00TJW91Z5 | rub | 1 | 0.01 | +| RU000A0JTM28 | Башнефть выпуск 6 | BBG0043FH1D9 | rub | 1 | 0.01 | +| SU26212RMFS9 | ОФЗ 26212 | BBG00425VG07 | rub | 1 | 0.001 | +| RU000A1015S0 | ЭнергоТехСервис выпуск 1 | BBG000000008 | rub | 1 | 0.01 | +| RU000A0JT940 | Роснефть выпуск 4 | BBG003LLR9S4 | rub | 1 | 0.01 | +| RU000A102A07 | Альфа-Банк 002Р выпуск 8 | BBG00Y1BKK93 | rub | 1 | 0.01 | +| XS1533915721 | Evraz | BBG00G4V94J3 | usd | 1 | 0.0001 | +| XS0921331509 | MTS International Funding | BBG004M1PTN8 | usd | 1 | 0.0001 | +| SU29008RMFS8 | ОФЗ 29008 | BBG007Z5DZS2 | rub | 1 | 0.001 | +| RU000A101012 | АФК Система выпуск 12 | BBG00QTDV828 | rub | 1 | 0.01 | +| RU000A101HU5 | Брусника выпуск 1 | RU000A101HU5 | rub | 1 | 0.01 | +| RU000A101178 | АПРИ Флай Плэнинг БО-П3 | BBG00QXGQYZ9 | rub | 1 | 0.01 | +| RU000A102JZ8 | Альфа-Банк 002Р выпуск 9 | BBG00YMT3ZH8 | rub | 1 | 0.01 | +| RU000A100UU0 | РН Банк БО-1P выпуск 6 | BBG00QDF85H6 | rub | 1 | 0.01 | +| RU000A1029P7 | ЭР-Телеком Холдинг выпуск 4 | TCS00A1029P7 | rub | 1 | 0.01 | +| RU000A101WB4 | ЧТПЗ выпуск 5 | BBG00W1P2G59 | rub | 1 | 0.01 | +| RU000A100VG7 | СУЭК-Финанс выпуск 3 | BBG00QFLCT66 | rub | 1 | 0.01 | +| RU000A100PB0 | ЖКХ Якутии выпуск 1 | BBGYAKUTV001 | rub | 1 | 0.01 | +| RU000A103FP5 | МКБ 001Р выпуск 3 | BBG011Y7LMW6 | rub | 1 | 0.01 | +| RU000A0ZYFC6 | МТС выпуск 3 | BBG00J3MJ9F0 | rub | 1 | 0.01 | +| RU000A101SM9 | Камаз | BBG00VDF8F10 | rub | 1 | 0.01 | +| RU000A0JXFS8 | Газпром капитал выпуск 5 | BBG00FZMB3Y3 | rub | 1 | 0.01 | +| RU000A0JXN21 | АФК Система выпуск 6 | BBG00GF6BJZ2 | rub | 1 | 0.01 | +| RU000A1037S4 | С-Инновации выпуск 2 | BBG011CFWBP2 | rub | 1 | 0.01 | +| RU000A0ZZBV2 | Европлан БО 08 | BBG00L9H7QZ3 | rub | 1 | 0.01 | +| RU000A0JX5W4 | Альфа-Банк выпуск 18 | BBG00FRWYRH1 | rub | 1 | 0.01 | +| RU000A102T55 | МФК ЦФП выпуск 1 | BBG00ZHYDZW2 | rub | 1 | 0.01 | +| RU000A0JTM44 | Башнефть выпуск 8 | BBG00445QP01 | rub | 1 | 0.01 | +| RU000A103KJ8 | Европлан 001Р-03 | TCS00A103KJ8 | rub | 1 | 0.01 | +| RU000A103S14 | Европлан 001Р-04 | TCS00A103S14 | rub | 1 | 0.01 | +| XS1964558339 | Credit Bank of Moscow | BBG00NN90XV7 | usd | 1 | 0.0001 | +| RU000A0ZZ1H2 | ОГК-2 выпуск 3 | BBG00KHD7983 | rub | 1 | 0.01 | +| RU000A104L36 | Тойота Банк выпуск 5 | TCS00A104L36 | rub | 1 | 0.01 | +| RU000A1032D7 | Маныч-Агро выпуск 1 | TCS00A1032D7 | rub | 1 | 0.01 | +| RU000A100CG7 | ОбъединениеАгроЭлита выпуск 3 | BBG00PVT6KR6 | rub | 1 | 0.01 | +| RU000A104SY8 | РЖД | TCS00A104SY8 | rub | 1 | 0.01 | +| XS0893212398 | VEB | BBG0044FD516 | eur | 1 | 0.0001 | +| RU000A1002E8 | Газпромбанк | BBG00N84M5Z8 | rub | 1 | 0.01 | +| RU000A0ZZ9W4 | Уралкалий выпуск 4 | BBG00L4CT0Z2 | rub | 1 | 0.01 | +| RU000A104FX7 | А Девелопмент | BBG014VTFQJ8 | rub | 1 | 0.01 | +| RU000A103WQ8 | Сэтл Групп выпуск 4 | TCS00A103WQ8 | rub | 1 | 0.01 | +| RU000A1032P1 | СФО ВТБ РКС-1 выпуск 1 | BBG011DV0155 | rub | 1 | 0.01 | +| RU000A100MG6 | Сэтл Групп выпуск 2 | BBG00PT0ZT82 | rub | 1 | 0.01 | +| RU000A0JVA10 | ГТЛК БО-04 | BBG0089PCRC1 | rub | 1 | 0.01 | +| RU000A100YW8 | Тойота Банк выпуск 3 | BBG00QPHPRQ2 | rub | 1 | 0.01 | +| RU000A1035D0 | Синара - Транспортные Машины выпуск 1 | TCS00A1035D0 | rub | 1 | 0.01 | +| RU000A0JWXF0 | Красноярский край выпуск 12 | BBG00F171QY3 | rub | 1 | 0.01 | +| VTBperp | VTB Perp | BBG003824NB3 | usd | 1 | 0.01 | +| RU000A0ZZ8X4 | Краснодарский край выпуск 2 | BBG00L2L5GP6 | rub | 1 | 0.01 | +| RU000A1052T1 | Делимобиль выпуск 1 | TCS00A1052T1 | rub | 1 | 0.01 | +| XS1961080501 | EuroChem | BBG00NJHVPW6 | usd | 1 | 0.0001 | +| RU000A103G00 | Синара - Транспортные Машины выпуск 2 | BBG011YQCC65 | rub | 1 | 0.01 | +| RU000A102TR4 | Ритейл Бел Финанс 001P-02 | TCS00A102TR4 | rub | 1 | 0.01 | +| RU000A0ZZV86 | ДОМ.РФ ИА 006P | BBG00MMJ90B3 | rub | 1 | 0.01 | +| RU000A1009Z8 | О'КЕЙ выпуск 2 | BBG00NZHNQH2 | rub | 1 | 0.01 | +| RU000A1003A4 | ГТЛК выпуск 13 | BBG00N9Q06D4 | rub | 1 | 0.01 | +| RU000A101QA8 | ИКС 5 Финанс выпуск 11 | BBG00V4SVMN7 | rub | 1 | 0.01 | +| CBOM0224EU | Credit Bank of Moscow | BBG00N8HZBK8 | eur | 1 | 0.01 | +| RU000A104WJ1 | МТС выпуск 21 | TCS00A104WJ1 | rub | 1 | 0.01 | +| RU000A103QH9 | Эталон-Финанс выпуск 3 | TCS00A103QH9 | rub | 1 | 0.01 | +| RU000A102Y66 | Легенда выпуск 4 | TCS00A102Y66 | rub | 1 | 0.01 | +| RU000A0ZYU39 | Эталон-Финанс выпуск 2 | BBG00K1Y24S8 | rub | 1 | 0.01 | +| RU000A101UD4 | Электрощит-Стройсистема выпуск 2 | BBG00VSYBL16 | rub | 1 | 0.01 | +| RU000A102SK1 | Боржоми выпуск 1 | BBG00ZGVRGJ1 | rub | 1 | 0.01 | +| RU000A101R33 | Лента БО-001P выпуск 4 | BBG00V92S1V0 | rub | 1 | 0.01 | +| RU000A104Z71 | Биннофарм Групп | TCS00A104Z71 | rub | 1 | 0.01 | +| RU000A102VK5 | ВИС Финанс выпуск 2 | TCS00A102VK5 | rub | 1 | 0.01 | +| RU000A1029F8 | Лизинг-Трейд выпуск 2 | BBG00XZ93N78 | rub | 1 | 0.01 | +| XS1843443273 | Evraz | BBG00NQ976S0 | usd | 1 | 0.0001 | +| RU000A104UA4 | Сегежа | TCS00A104UA4 | rub | 1 | 0.01 | +| RU000A1037C8 | Урожай выпуск 2 | BBG011C669D9 | rub | 1 | 0.01 | +| RU000A1016F5 | ГК Пионер-001P выпуск 4 | BBG00R4C49T4 | rub | 1 | 0.01 | +| RU000A104V26 | РЕСО-Лизинг | TCS00A104V26 | rub | 1 | 0.01 | +| RU000A101SD8 | ГТЛК выпуск 19 | BBG00VDF2563 | rub | 1 | 0.01 | +| RU000A101Q26 | АФК Система выпуск 13 | BBG00V3L30M3 | rub | 1 | 0.01 | +| RU000A101DU4 | Вита Лайн выпуск 1 | BBG00RP6D594 | rub | 1 | 0.01 | +| RU000A103RT2 | Экспобанк 001Р-01 | TCS00A103RT2 | rub | 1 | 0.01 | +| XS2131995958 | GTLK | BBG00S4VCXS9 | usd | 1 | 0.0001 | +| RU000A0JXLR8 | Банк Открытие БО-П выпуск 03 | BBG00G9GSYG7 | rub | 1 | 0.01 | +| RU000A102QY6 | ТФН выпуск 1 | BBG00Z8KBL73 | rub | 1 | 0.01 | +| RU000A0ZYEE5 | ГПБ (АО) БО-17 | BBG00J3T6HB5 | rub | 1 | 0.01 | +| RU000A102DR8 | Омская область выпуск 4 | BBG00YC4R9B2 | rub | 1 | 0.01 | +| RU000A102M86 | Всеинструменты.ру выпуск 3 | TCS00A102M86 | rub | 1 | 0.01 | +| SU26207RMFS9 | ОФЗ 26207 | BBG002PD3452 | rub | 1 | 0.001 | +| RU000A103M36 | ТрансФин-М 001Р-07 | BBG012C34FX0 | rub | 1 | 0.01 | +| RU000A101SC0 | ГТЛК выпуск 18 | BBG00VDF68J9 | rub | 1 | 0.01 | +| RU000A1040V2 | Охта Групп выпуск 2 | TCS00A1040V2 | rub | 1 | 0.01 | +| RU000A1022G1 | Бизнес-Недвижимость выпуск 1 | BBG00X0V9H83 | rub | 1 | 0.01 | +| SU26221RMFS0 | ОФЗ 26221 | BBG00G6V7252 | rub | 1 | 0.001 | +| RU000A0ZYM21 | Домодедово выпуск 1 | BBG00JGF4LC3 | rub | 1 | 0.01 | +| RU000A103HT3 | М.Видео выпуск 2 | BBG01237K1S0 | rub | 1 | 0.01 | +| RU000A102RU2 | Европлан 001Р-01 | TCS00A102RU2 | rub | 1 | 0.01 | +| RU000A104CJ3 | Автодом выпуск 1 | TCS00A104CJ3 | rub | 1 | 0.01 | +| RU000A1026H0 | Гидромашсервис БО выпуск 3 | ISSUANCEHYDR | rub | 1 | 0.01 | +| SU29006RMFS2 | ОФЗ 29006 | BBG007Z13SN3 | rub | 1 | 0.001 | +| RU000A102RS6 | Сбер Банк 001P-SBER24 | BBG00ZZ927H8 | rub | 1 | 0.01 | +| SU26233RMFS5 | ОФЗ 26233 | BBG00RRT3V69 | rub | 1 | 0.001 | +| SU26240RMFS0 | ОФЗ 26240 | BBG011MLGP84 | rub | 1 | 0.001 | +| RU000A100HH4 | Газпромбанк 001P выпуск 11 | BBG00PMK99X0 | rub | 1 | 0.01 | +| RU000A1030N0 | ФЭС-Агро выпуск 2 | BBG0107RVMG1 | rub | 1 | 0.01 | +| RU000A101KJ2 | Калита выпуск 1 | BBG00SY31CX0 | rub | 1 | 0.01 | +| SU26238RMFS4 | ОФЗ 26238 | BBG011FJ4HS6 | rub | 1 | 0.001 | +| RU000A0ZYFB8 | Красноярский край выпуск 14 | BBG00J5KYZN8 | rub | 1 | 0.01 | +| XS0864383723 | Novatek | BBG003PNSC99 | usd | 1 | 0.0001 | +| RU000A103D37 | Тинькофф Ипотечный Агент выпуск 1 | TCS00A103D37 | rub | 1 | 0.01 | +| XS2124187571 | Gazprom | BBG00RRSRHF6 | usd | 1 | 0.0001 | +| RU000A104JV3 | Айди Коллект выпуск 2 | TCS00A104JV3 | rub | 1 | 0.01 | +| RU000A100YR8 | Роснано БО-002P выпуск 3 | BBG00QPRTZJ6 | rub | 1 | 0.01 | +| RU000A101FY1 | МОЭСК 001P выпуск 2 | BBG00RVF4P66 | rub | 1 | 0.01 | +| SU26228RMFS5 | ОФЗ 26228 | BBG00NZHWSQ8 | rub | 1 | 0.001 | +| RU000A100X77 | Кредит Европа Банк выпуск 3 | BBG00QKHL1Q8 | rub | 1 | 0.01 | +| RU000A1034P7 | ВТБ СУБ выпуск 5 | BBG01172JM41 | rub | 1 | 0.01 | +| XS1589324075 | GMK NorNickel | BBG00GCZK5M5 | usd | 1 | 0.0001 | +| RU000A1011Q3 | Новосибирская область | BBG00QXSLFN2 | rub | 1 | 0.01 | +| RU000A103QJ5 | МФК Займер выпуск 3 | BBG012NJPWN4 | rub | 1 | 0.01 | +| TRY1028 | Republic of Turkey | BBG00KMWBXK3 | usd | 1 | 0.01 | +| RU000A1030S9 | Москва выпуск 72 | BBG010GVNPK9 | rub | 1 | 0.01 | +| RU000A0ZZVE6 | Russia 2025 EUR | BBG00MNX53Q3 | eur | 1 | 0.0001 | +| RU000A100L63 | Белуга Групп БО-П02 | BBG00PYL6030 | rub | 1 | 0.01 | +| RU000A101S99 | Кировский завод выпуск 1 | BBG00VCVRQQ4 | rub | 1 | 0.01 | +| RU000A102F28 | РОСБАНК БО-002P выпуск 8 | BBG00YCM0MW9 | rub | 1 | 0.01 | +| RU000A1053P7 | Сегежа 002P выпуск 5 | TCS00A1053P7 | rub | 1 | 0.01 | +| RU000A101MT7 | Детский мир выпуск 6 | BBG00TQG4212 | rub | 1 | 0.01 | +| RU000A100D89 | Республика Беларусь выпуск 7 | BBG00TQHNK64 | rub | 1 | 0.01 | +| RU000A1001L5 | ЮАИЗ выпуск 1 | BBG00N58ZYV9 | rub | 1 | 0.01 | +| RU000A100WC4 | МКБ 001P выпуск 1 | BBG00QHSP5W8 | rub | 1 | 0.01 | +| RU000A101XN7 | АФК Система выпуск 14 | BBG00WCMMJ92 | rub | 1 | 0.01 | +| RU000A101QF7 | Ритейл Бел Финанс 001P-01 | BBG00V92X4F6 | rub | 1 | 0.01 | +| RU000A1034X1 | Лизинг трейд выпуск 3 | BBG00A1034X1 | rub | 1 | 0.01 | +| RU000A0ZYHX8 | Санкт-Петербург выпуск 1 | BBG00JCTFXS2 | rub | 1 | 0.01 | +| RU000A105104 | РУСАЛ выпуск 5 | TCS00A105104 | cny | 1 | 0.0001 | +| RU000A0JWV63 | Россельхозбанк 08Т1 | BBG00DYFTK31 | rub | 1 | 0.01 | +| RU000A103SZ7 | Аэрофьюэлз выпуск 2 | BBG012R5Y2V7 | rub | 1 | 0.01 | +| RU000A1024W4 | Черкизово выпуск БО-001P-03 | BBG00XH3GY82 | rub | 1 | 0.01 | +| RU000A101TS4 | Джи-групп выпуск 1 | BBG00VQNQ8P9 | rub | 1 | 0.01 | +| RU000A1045V1 | ЭБИС выпуск 5 | BBG013VR70Y3 | rub | 1 | 0.01 | +| RU000A104AQ2 | ДОМ.РФ Социальные облигации 02 | TCS00A104AQ2 | rub | 1 | 0.01 | +| RU000A102H83 | Ренессанс Кредит выпуск 4 | BBG00YJKHN65 | rub | 1 | 0.01 | +| RU000A102GY7 | Хэдхантер выпуск 1 | TCS00A102GY7 | rub | 1 | 0.01 | +| RU000A0ZYVU5 | ПАО НК Роснефть 002P-05 | BBG00K7QTXX0 | rub | 1 | 0.01 | +| RU000A103DP0 | КАМАЗ БО-П08 | BBG011R5YX14 | rub | 1 | 0.01 | +| RU000A102VL3 | МТС выпуск 18 | TCS00A102VL3 | rub | 1 | 0.01 | +| RU000A103RL9 | Петроинжиниринг выпуск 1 | BBG012SMKJQ3 | rub | 1 | 0.01 | +| RU000A1030D1 | Альфа-Банк 002Р выпуск 11 | BBG0105J8GV3 | rub | 1 | 0.01 | +| XS1843434959 | MMK | BBG00PC6QBX8 | usd | 1 | 0.0001 | +| RU000A0JUAG0 | РСГ-Финанс выпуск 1 | BBG005K570Y9 | rub | 1 | 0.01 | +| RU000A1006C3 | Пионер-Лизинг-БО-П02 | BBG00NLMHM55 | rub | 1 | 0.01 | +| RU000A1034M4 | Всеинструменты.ру выпуск 4 | BBG0116QGN40 | rub | 1 | 0.01 | +| RU000A1018X4 | Магнит 003Р выпуск 5 | BBG00R7TPVR4 | rub | 1 | 0.01 | +| RU000A101H43 | ГК Самолет выпуск 8 | TCS00A101H43 | rub | 1 | 0.01 | +| RU000A100NS9 | РЕСО-Лизинг БО-П выпуск 5 | BBG012CQ0V68 | rub | 1 | 0.01 | +| RU000A1034T9 | МТС Банк выпуск 1 | BBG00A1034T9 | rub | 1 | 0.01 | +| SU52002RMFS1 | ОФЗ 52002 | BBG00KFLDC92 | rub | 1 | 0.001 | +| RU000A102SC8 | ТМК 001Р выпуск 2 | BBG00ZDZD5C1 | rub | 1 | 0.01 | +| RU000A101CB6 | Лизинг-Трейд выпуск 1 | BBG00RJSK9S6 | rub | 1 | 0.01 | +| RU000A100DG5 | Европлан БО 06 | BBG00PC4M4X3 | rub | 1 | 0.01 | +| RU000A103H25 | НПО Химтэк выпуск 1 | BBG0121GPL12 | rub | 1 | 0.01 | +| RU000A100G03 | Буровая компания Евразия выпуск 3 | BBG00PGSFB22 | rub | 1 | 0.01 | +| RU000A101TR6 | ЭнергоТехСервис выпуск 2 | BBG00VP0CN81 | rub | 1 | 0.01 | +| RU000A100YD8 | Нафтатранс Плюс выпуск 2 | BBG00QPGLLB7 | rub | 1 | 0.01 | +| RU000A103RS4 | Альфа-Банк 002Р выпуск 14 | BBG012QS03Q9 | rub | 1 | 0.01 | +| RU000A1038D4 | Трансмашхолдинг ПБО-06 | TCS00A1038D4 | rub | 1 | 0.01 | +| RU000A101C89 | Сбер Банк 001P-SBER15 | BBG00RKBQ4D2 | rub | 1 | 0.01 | +| RU000A105054 | ММЦБ выпуск 2 | TCS00A105054 | rub | 1 | 0.01 | +| GMKN1022 | MMC Finance DAC | BBG00B59DR33 | usd | 1 | 0.01 | +| SU26226RMFS9 | ОФЗ 26226 | BBG00N8J90K7 | rub | 1 | 0.001 | +| RU000A103C95 | АФК Система выпуск 21 | TCS00A103C95 | rub | 1 | 0.01 | +| RU000A0JXSD3 | Волгоградская область выпуск 7 | BBG00GSNVXC3 | rub | 1 | 0.01 | +| RU000A104ZC9 | КАМАЗ | TCS00A104ZC9 | rub | 1 | 0.01 | +| RU000A1030U5 | ЭкономЛизинг выпуск 3 | BBG0109ZMRP0 | rub | 1 | 0.01 | +| RU000A104FG2 | Сегежа 002P выпуск 3 | TCS00A104FG2 | rub | 1 | 0.01 | +| RU000A0JXYS9 | Краснодарский край выпуск 1 | BBG00HDD93V9 | rub | 1 | 0.01 | +| RU000A1054W1 | Полюс CNY 01 | TCS00A1054W1 | cny | 1 | 0.0001 | +| SU46022RMFS8 | ОФЗ 46022 | BBG0000LFC18 | rub | 1 | 0.001 | +| RU000A102NK2 | Обувь России 001P выпуск 4 | BBG00YZ2MHK8 | rub | 1 | 0.01 | +| RU000A0ZZGT5 | РЖД 001Р выпуск 8 | BBG00LPNW7Y7 | rub | 1 | 0.01 | +| RU000A100HY9 | РЖД 001Р выпуск 16 | BBG00PV1JCS0 | rub | 1 | 0.01 | +| XS2010044381 | GTLK | BBG00QDT3B79 | usd | 1 | 0.0001 | +| RU000A102JB9 | ДОМ.РФ ИА 09 | TCS00A102JB9 | rub | 1 | 0.01 | +| RU000A0ZYJT2 | ДОМ.РФ ИА 002P | BBG00JGG2N11 | rub | 1 | 0.01 | +| TRY0141 | Turkey | BBG001CYCG37 | usd | 1 | 0.01 | +| RU000A100ZK0 | МТС выпуск 12 | BBG00QS35B41 | rub | 1 | 0.01 | +| RU000A103XP8 | Ferroni выпуск 1 | BBG01391D0C2 | rub | 1 | 0.01 | +| RU000A101S16 | Казахстан выпуск 13 | BBG011MDDX15 | rub | 1 | 0.01 | +| RU000A100RG5 | ЕвроХим выпуск 6 | BBG00Q3G7Y38 | rub | 1 | 0.01 | +| RU000A101QN1 | Газпром Капитал | BBG00V93GCX5 | rub | 1 | 0.01 | +| XS1577961516 | GTLK | BBG00GQJ3PG8 | usd | 1 | 0.0001 | +| RU000A101350 | Газпромбанк 001P выпуск 14 | BBG00QYTBB95 | rub | 1 | 0.01 | +| RU000A102HG2 | Охта Групп выпуск 1 | BBG00YPFNJR8 | rub | 1 | 0.01 | +| RU000A0ZZES2 | Газпром БО-22 | BBG00LLM12G8 | rub | 1 | 0.01 | +| RU000A1008J4 | АФК Система выпуск 10 | BBG00NRGHQQ0 | rub | 1 | 0.01 | +| RU000A1015A8 | Детский мир выпуск 5 | BBG00R2FKDT2 | rub | 1 | 0.01 | +| XS1713473608 | GTLK | BBG00NV9NH48 | usd | 1 | 0.0001 | +| RU000A1018K1 | Татнефть БО-001P выпуск 1 | BBG00R72VWS3 | rub | 1 | 0.01 | +| RU000A100FE5 | ГТЛК выпуск 14 | BBG00PGVLT83 | rub | 1 | 0.01 | +| RU000A103NZ8 | Совкомбанк БО-П4 | BBG012G2PXW7 | rub | 1 | 0.01 | +| XS0767473852 | Russia 2042 | BBG002V2YQY4 | usd | 1 | 0.0001 | +| RU000A0ZZ1F6 | КарМани БО выпуск 2 | BBG00KHGQP89 | rub | 1 | 0.01 | +| RU000A1018A2 | Томск выпуск 7 | BBG00R7TNJ39 | rub | 1 | 0.01 | +| RU000A101RJ7 | МБЭС выпуск 2 | BBG00VHHC305 | rub | 1 | 0.01 | +| XS0316524130 | Gazprom | BBG0000JWX54 | usd | 1 | 0.0001 | +| RU000A104A39 | ИНК-Капитал выпуск 1 | TCS00A104A39 | rub | 1 | 0.01 | +| RU000A102Y58 | Брусника выпуск 2 | BBG00ZX8S6G7 | rub | 1 | 0.01 | +| RU000A1008W7 | Северсталь выпуск 6 | BBG00NTZTZ47 | rub | 1 | 0.01 | +| RU000A0JXME4 | ЧТПЗ выпуск 3 | BBG00GB81W02 | rub | 1 | 0.01 | +| RU000A0ZYU21 | Альфа-Банк выпуск 40 | BBG00K4MPZ61 | rub | 1 | 0.01 | +| RU000A102WL1 | Экспобанк БО выпуск 3 | TCS00A102WL1 | rub | 1 | 0.01 | +| RU000A102952 | ВИС Финанс выпуск 1 | BBG00XYH8FH2 | rub | 1 | 0.01 | +| RU000A0ZYEB1 | ТрансФин-М 001Р выпуск 4 | BBG00HYXLFQ7 | rub | 1 | 0.01 | +| PLZL0223 | Polyus | BBG00FWXCM88 | usd | 1 | 0.01 | +| RU000A100JH0 | Ритейл Бел Финанс выпуск 1 | BBG00PNW0B21 | rub | 1 | 0.01 | +| RU000A103N43 | ДОМ.РФ ИА БО выпуск 9 | TCS00A103N43 | rub | 1 | 0.01 | +| RU000A100782 | Лента БО-001P выпуск 2 | BBG00NNMVRW6 | rub | 1 | 0.01 | +| RU000A102895 | Новосибирская область выпуск 21 | BBG00XX7H140 | rub | 1 | 0.01 | +| RU000A101939 | МТС выпуск 13 | BBG00R7THC95 | rub | 1 | 0.01 | +| RU000A100YG1 | ГК Самолет выпуск 7 | BBG00QPG1GD8 | rub | 1 | 0.01 | +| RU000A103Q08 | HENDERSON выпуск 1 | TCS00A103Q08 | rub | 1 | 0.01 | +| RU000A104V75 | Почта России | TCS00A104V75 | rub | 1 | 0.01 | +| XS1878009866 | BCS Structured Products 20jun2023 | TCS878009866 | usd | 1 | 0.0001 | +| RU000A102SM7 | СДЭК-Глобал выпуск 1 | BBG00ZLH4MW3 | rub | 1 | 0.01 | +| RU000A100W60 | Европлан БО 03 | BBGHUYNYA0X4 | rub | 1 | 0.01 | +| SU26215RMFS2 | ОФЗ 26215 | BBG0058ZL5S7 | rub | 1 | 0.001 | +| RU000A103KG4 | Сбербанк выпуск SbD1R | BBG0131NQLG8 | rub | 1 | 0.01 | +| RU000A102RN7 | Ренессанс Кредит выпуск 6 | TCS00A102RN7 | rub | 1 | 0.01 | +| RU000A103M10 | Балтийский лизинг БО-П04 | BBG012BTL6Y4 | rub | 1 | 0.01 | +| RZD0527 | Russian Railways | BBG00P5B0SC9 | eur | 1 | 0.01 | +| RU000A1021B4 | Обувь России 001P выпуск 3 | BBG00WS5KGV5 | rub | 1 | 0.01 | +| RU000A102234 | ТЕХНО Лизинг выпуск 3 | BBG00WYH0LS7 | rub | 1 | 0.01 | +| RU000A103QL1 | Росагролизинг выпуск 3 | BBG012NW2KW6 | rub | 1 | 0.01 | +| RU000A1014S3 | Новотранс выпуск 1 | BBG00R2HQKS7 | rub | 1 | 0.01 | +| RU000A102986 | СУЭК-Финанс выпуск 6 | BBG00XZ95JN7 | rub | 1 | 0.01 | +| RU000A101YD6 | Легенда выпуск 3 | BBG00WH3QVR8 | rub | 1 | 0.01 | +| TTEL0225 | Turk Telekomunikasyon A.S. | BBG00NBJSLV4 | usd | 1 | 0.01 | +| RU000A0ZYDS7 | Газпром нефть ПАО 001P-03R | BBG00J1Z0ZM7 | rub | 1 | 0.01 | +| GAZP1124 | Gazprom | BBG00J7PCW56 | eur | 1 | 0.01 | +| RU000A100238 | МТС выпуск 7 | BBG00N6FS8J1 | rub | 1 | 0.01 | +| RU000A103372 | АФК Система выпуск 20 | BBG0110X9D23 | rub | 1 | 0.01 | +| RU000A104XR2 | Автодор БО-3 выпуск 2 | TCS00A104XR2 | rub | 1 | 0.01 | +| SU26229RMFS3 | ОФЗ 26229 | BBG00PBZNT41 | rub | 1 | 0.001 | +| SU26211RMFS1 | ОФЗ 26211 | BBG003TTSBB1 | rub | 1 | 0.001 | +| SU26239RMFS2 | ОФЗ 26239 | BBG011FHF1F7 | rub | 1 | 0.001 | +| RU000A0ZZYL5 | Калужская СК выпуск 1 | BBG00MTS7DY5 | rub | 1 | 0.01 | +| RU000A102S80 | Альфа-Банк 002Р выпуск 10 | BBG00ZCTLKQ9 | rub | 1 | 0.01 | +| RU000A103JR3 | Джи-групп выпуск 2 | BBG0124VD0W1 | rub | 1 | 0.01 | +| RU000A0ZYDH0 | ФСК ЕЭС БО-3 | BBG00HY74TD7 | rub | 1 | 0.01 | +| RU000A103GL2 | МФК ЦФП выпуск 2 | BBG0120X4T49 | rub | 1 | 0.01 | +| RU000A1020W2 | Светофор Групп выпуск 2 | BBG00WMMMHJ4 | rub | 1 | 0.01 | +| RU000A101XS6 | МОЭК выпуск 4 | BBG00WFCV2B5 | rub | 1 | 0.01 | +| RU000A102101 | ЭБИС выпуск 3 | BBG00WPJ81Z1 | rub | 1 | 0.01 | +| RU000A1030X9 | Сэтл Групп выпуск 3 | TCS00A1030X9 | rub | 1 | 0.01 | +| VAKI0324 | Vakifbank | BBG00NPGTY64 | usd | 1 | 0.01 | +| RU000A1011C3 | Русал Братск БО-001Р выпуск 4 | BBG00QXGPWQ4 | rub | 1 | 0.01 | +| RU000A1030Y7 | РН Банк БО-1P выпуск 8 | BBG0107GHR16 | rub | 1 | 0.01 | +| XS0971721963 | Russia 2043 | BBG00580HD20 | usd | 1 | 0.0001 | +| RU000A0ZYCM2 | Красноярский край выпуск 13 | BBG00HVY2MS2 | rub | 1 | 0.01 | +| RU000A100LV7 | ЕвроХим выпуск 5 | BBG00PSN47C0 | rub | 1 | 0.01 | +| RU000A0ZYCD1 | Курская область выпуск 1 | BBG00HT45YG5 | rub | 1 | 0.01 | +| RU000A100LS3 | ЕвроХим выпуск 4 | BBG00PV1MX64 | rub | 1 | 0.01 | +| RU000A101FG8 | Ростелеком 002P выпуск 2 | BBG00RT7J0J2 | rub | 1 | 0.01 | +| RU000A100N12 | АФК Система выпуск 11 | BBG00PVL2PM1 | rub | 1 | 0.01 | +| RU000A104JQ3 | Самолет БО-П11 | BBG015CD9YL8 | rub | 1 | 0.01 | +| OMA0148 | Sultanate of Oman | BBG00JQC5C47 | usd | 1 | 0.01 | +| SU26232RMFS7 | ОФЗ 26232 | BBG00R0Z4YW8 | rub | 1 | 0.001 | +| RU000A104693 | АФК Система выпуск 23 | TCS00A104693 | rub | 1 | 0.01 | +| RU000A102556 | СЭЗ им. Серго Орджоникидзе выпуск 2 | BBG00XJF7FL9 | rub | 1 | 0.01 | +| RU000A102J57 | Теплоэнерго выпуск 1 | BBG00YLQVM01 | rub | 1 | 0.01 | +| RU000A0ZYWU3 | АФК Система выпуск 8 | BBG00K4MR057 | rub | 1 | 0.01 | +| RU000A102KG6 | ГК Пионер-001Р выпуск 5 | BBG00YN4P9Q6 | rub | 1 | 0.01 | +| RU000A0ZYAQ7 | КарМани БО выпуск 1 | BBG00HS78YK1 | rub | 1 | 0.01 | +| RU000A102TA0 | Росагролизинг выпуск 2 | BBG00ZHZ4Q86 | rub | 1 | 0.01 | +| RU000A102QP4 | РЖД 001Р выпуск 21 | BBG00Z6BQMY7 | rub | 1 | 0.01 | +| RU000A102T63 | ЛСР выпуск 6 | RU000A102T63 | rub | 1 | 0.01 | +| RU000A101970 | Всеинструменты.ру выпуск 2 | BBG00R83FV73 | rub | 1 | 0.01 | +| RU000A100YE6 | ТрансКонтейнер ПБО выпуск 1 | BBG00QPG0TF9 | rub | 1 | 0.01 | +| XS2384475930 | Credit Bank of Moscow | BBG012G07QT0 | usd | 1 | 0.0001 | +| RU000A103NY1 | РН Банк БО-1P выпуск 9 | BBG012G2MQN5 | rub | 1 | 0.01 | +| XS0997544860 | Gazpromneft | BBG005MCTC09 | usd | 1 | 0.0001 | +| RU000A103YM3 | Сбер Банк 002P выпуск 1 | BBG013J0F816 | rub | 1 | 0.01 | +| RU000A100PE4 | РЕСО-Лизинг БО-П выпуск 6 | BBG00PXMNQ97 | rub | 1 | 0.01 | +| RU000A103828 | ЭнергоТехСервис выпуск 4 | TCS00A103828 | rub | 1 | 0.01 | +| RU000A1028C7 | Киви выпуск 1 | TCS00A1028C7 | rub | 1 | 0.01 | +| RU000A101FC7 | Ростелеком 002P выпуск 3 | BBG00RRT2HP0 | rub | 1 | 0.01 | +| RU000A101D13 | Сегежа выпуск 1 | BBG00RMFTSM5 | rub | 1 | 0.01 | +| RU000A1041B2 | Сегежа 002P выпуск 1 | TCS00A1041B2 | rub | 1 | 0.01 | +| RU000A100KL0 | Русал Братск БО-001Р выпуск 2 | BBG00PSQX526 | rub | 1 | 0.01 | +| RU000A0JWHA4 | Russia 2026 | BBG00CZCT9R8 | usd | 1 | 0.0001 | +| RU000A100Z91 | ГТЛК выпуск 15 | BBG00QQ73R50 | rub | 1 | 0.01 | +| RU000A1013N6 | Пионер-Лизинг-БО-П03 | BBG00QZ4PBD9 | rub | 1 | 0.01 | +| ISBNK0424 | Turkiye Is Bankasi | BBG00GH607J6 | usd | 1 | 0.01 | +| RU000A1016U4 | Гарант-Инвест БО 001P-06 | BBG00R4F67Z2 | rub | 1 | 0.01 | +| SU29010RMFS4 | ОФЗ 29010 | BBG007Z5FFL1 | rub | 1 | 0.001 | +| RU000A1007Z2 | РЖД 001Р выпуск 13 | BBG00NQKW4B0 | rub | 1 | 0.01 | +| RU000A1010M4 | РЖД ОАО БО 001Р-17R | BBG00QTH5DF3 | rub | 1 | 0.01 | +| RU000A102W68 | ХК Финанс выпуск 6 | BBG00ZSJ8ZX8 | rub | 1 | 0.01 | +| RU000A102GJ8 | Газпромбанк выпуск 18 | BBG00YHX6J06 | rub | 1 | 0.01 | +| RU000A1029T9 | СофтЛайн Трейд выпуск 4 | TCS00A1029T9 | rub | 1 | 0.01 | +| RU000A104B53 | АСПЭК-Домстрой выпуск 1 | BBG0149NW6B9 | rub | 1 | 0.01 | +| RU000A0ZYX28 | Sovcombank | BBG00K87T9V6 | usd | 100 | 0.0001 | +| RU000A1036E6 | АльфаБанк 002Р выпуск 12 | TCS00A1036E6 | rub | 1 | 0.01 | +| RU000A0JY023 | GTLK | BBG00HKB9M89 | usd | 1 | 0.0001 | +| RU000A102SV8 | АФК Система выпуск 18 | BBG00ZH9RB82 | rub | 1 | 0.01 | +| RU000A104C78 | Аренза-Про выпуск 1 | TCS00A104C78 | rub | 1 | 0.01 | +| RU000A102G50 | Восточная Стивидорная Компания выпуск 1 | BBG00YGKVB04 | rub | 1 | 0.01 | +| RU000A0JQ7Z2 | РЖД выпуск 19 | BBG00005V2L5 | rub | 1 | 0.01 | +| RU000A1036X6 | Вита Лайн 001Р выпуск 3 | TCS00A1036X6 | rub | 1 | 0.01 | +| OMA0128 | Sultanate of Oman | BBG00JQC34S1 | usd | 1 | 0.01 | +| RU000A0JXU14 | Russia 2047 | BBG00H0HV5C5 | usd | 1 | 0.0001 | +| RU000A103QK3 | VK выпуск 1 | TCS00A103QK3 | rub | 1 | 0.01 | +| RU000A101RV2 | Казахстан выпуск 7 | BBG00XH4RHP6 | rub | 1 | 0.01 | +| RU000A102K39 | РЕСО-Лизинг БО-П выпуск 8 | BBG00YMTR6J4 | rub | 1 | 0.01 | +| RU000A0JXRD5 | Почта России выпуск 2 | BBG00GSG5RB1 | rub | 1 | 0.01 | +| RU000A104C60 | ВТБ | BBG01496DQ23 | rub | 1 | 0.01 | +| RU000A0JW1K9 | Томская область выпуск 55 | BBG00BQZW6R1 | rub | 1 | 0.01 | +| RU000A100GW5 | Alfa Bank | BBG00PNDYR58 | rub | 1 | 0.01 | +| RU000A0JWZY6 | АФК Система выпуск 5 | BBG00FB978L6 | rub | 1 | 0.01 | +| RU000A1051U1 | МТС Банк выпуск 2 | TCS00A1051U1 | rub | 1 | 0.01 | +| RU000A103RD6 | ДОМ.РФ Социальные облигации выпуск 1 | TCS00A103RD6 | rub | 1 | 0.01 | +| RU000A102RX6 | ГК Самолет выпуск 9 | TCS00A102RX6 | rub | 1 | 0.01 | +| RU000A1034K8 | Russia 2036 EUR | BBG0113G7SP1 | eur | 1 | 0.0001 | +| RU000A0ZYCR1 | ТрансКомплектХолдинг выпуск 1 | BBG00HZ0R8T5 | rub | 1 | 0.01 | +| RU000A1051E5 | Ростелеком | TCS00A1051E5 | rub | 1 | 0.01 | +| XS2249778247 | GTLK | BBG00XXVWNC3 | usd | 1 | 0.0001 | +| RU000A102T97 | Аэрофьюэлз выпуск 1 | TCS00A102T97 | rub | 1 | 0.01 | +| RU000A100TH9 | РОСБАНК БО-002P выпуск 6 | BBG00Q87PDL9 | rub | 1 | 0.01 | +| RU000A101UR4 | Башкирская содовая компания выпуск 2 | BBG00VWZ21H5 | rub | 1 | 0.01 | +| RU000A0ZYMJ7 | Томская область выпуск 62 | BBG00JM15X21 | rub | 1 | 0.01 | +| RU000A103WD6 | ПИМ выпуск 1 | BBG0135CF8W1 | rub | 1 | 0.01 | +| RU000A103YP6 | СГ-транс выпуск 1 | BBG013BSN994 | rub | 1 | 0.01 | +| RU000A104YT6 | Самолет БО-П12 | TCS00A104YT6 | rub | 1 | 0.01 | +| RU000A100YU2 | Акрон выпуск 3 | BBG00QPS5TX8 | rub | 1 | 0.01 | +| ISSUANCESAMO | Самолет БО-П08 | ISSUANCESAMO | rub | 1 | 0 | +| RU000A102B48 | ЯТЭК выпуск 1 | TCS00A102B48 | rub | 1 | 0.01 | +| XS1946763361 | BCS Structured Products 27jun2024 выпуск 2 | BBG00NR70S66 | usd | 1 | 0.0001 | +| RU000A1006S9 | Russia 2035 | BBG00NPGNWZ2 | usd | 1 | 0.0001 | +| RU000A102B97 | Вита Лайн 001Р выпуск 2 | TCS00A102B97 | rub | 1 | 0.01 | +| SU26218RMFS6 | ОФЗ 26218 | BBG00B9PJ7V0 | rub | 1 | 0.001 | +| RU000A103RY2 | Интерлизинг выпуск 2 | BBG012QRRBN7 | rub | 1 | 0.01 | +| RU000A104123 | ДОМ.РФ 001Р-09 | BBG013TSL6D8 | rub | 1 | 0.01 | +| RU000A101Z66 | Балтийский лизинг БО-П03 | BBG00WFBVRN9 | rub | 1 | 0.01 | +| RU000A0ZYLK7 | Верхнебаканский цементный завод 001P выпуск 1 | BBG00JM14CY3 | rub | 1 | 0.01 | +| RU000A100881 | Ростелеком 001 выпуск 5 | BBG00NQKWGH7 | rub | 1 | 0.01 | +| RU000A1024R4 | Донской Ломбард выпуск 1 | BBG00XH486K6 | rub | 1 | 0.01 | +| RU000A102GD1 | ДОМ.РФ ИА 08 | TCS00A102GD1 | rub | 1 | 0.01 | +| RU000A103WZ9 | NexTouch выпуск 1 | BBG0136Y8NS2 | rub | 1 | 0.01 | +| RU000A1037L9 | Бифорком Тек выпуск 1 | BBG011CG00T5 | rub | 1 | 0.01 | +| RU000A100W52 | СуперОкс выпуск 1 | BBG00QKPJVK3 | rub | 1 | 0.01 | +| RU000A0JTMK9 | РусГидро выпуск 8 | BBG00440D136 | rub | 1 | 0.01 | +| RU000A0JW5E3 | ПКТ выпуск 2 | BBG00C7PQK43 | rub | 1 | 0.01 | +| RU000A103943 | Аэрофлот выпуск 1 | TCS00A103943 | rub | 1 | 0.01 | +| RU000A103KA7 | Мираторг выпуск 1 | TCS00A103KA7 | rub | 1 | 0.01 | +| XS1143363940 | Credit Bank of Moscow | BBG007KHNMS0 | rub | 1 | 0.01 | +| RU000A102LB5 | ПРОМОМЕД ДМ выпуск 1 | BBG00YRF7834 | rub | 1 | 0.01 | +| RU000A104ZK2 | М.Видео выпуск 3 | TCS00A104ZK2 | rub | 1 | 0.01 | +| RU000A100Q35 | ПР-Лизинг выпуск 3 | BBG00PZ6T956 | rub | 1 | 0.01 | +| RU000A101RP4 | Казахстан выпуск 1 | BBG00XH4N488 | rub | 1 | 0.01 | +| RU000A102V51 | Нафтатранс Плюс выпуск 3 | BBG00ZQYML62 | rub | 1 | 0.01 | +| RU000A0JXJE0 | Гидромашсервис БО выпуск 1 | BBG00FZYDS70 | rub | 1 | 0.01 | +| RU000A1009B9 | Детский мир выпуск 7 | BBG00NWBZTW2 | rub | 1 | 0.01 | +| RU000A102M45 | ДиректЛизинг выпуск 6 | BBG00YRFB429 | rub | 1 | 0.01 | +| RU000A100VQ6 | Норильский Никель БО-001Р выпуск 1 | BBG00QG1PSL0 | rub | 1 | 0.01 | +| SU24021RMFS6 | ОФЗ 24021 | BBG00RKDZWG3 | rub | 1 | 0.001 | +| RU000A1016Z3 | ПИК-Корпорация выпуск 2 | BBG00R4C0L75 | rub | 1 | 0.01 | +| RU000A0JXPN8 | Ростелеком выпуск 2 | BBG00GH12JY2 | rub | 1 | 0.01 | +| RU000A102UZ5 | Кировский завод выпуск 2 | BBG00ZQT2640 | rub | 1 | 0.01 | +| RU000A101GR3 | Банк Открытие БО-П выпуск 6 | BBG00S6QMBP8 | rub | 1 | 0.01 | +| RU000A100A66 | МТС выпуск 9 | BBG00NZHT902 | rub | 1 | 0.01 | +| RU000A101UQ6 | ИКС 5 Финанс выпуск 12 | BBG00VWZ2229 | rub | 1 | 0.01 | +| RU000A104362 | Восточная Стивидорная Компания выпуск 2 | TCS00A104362 | rub | 1 | 0.01 | +| RU000A1016K5 | Банк Зенит выпуск 5 | BBG00R4C5FF4 | rub | 1 | 0.01 | +| RU000A101Z74 | Газпромбанк выпуск 16 | BBG00WFB0B30 | rub | 1 | 0.01 | +| RU000A0ZYQY7 | АФК Система выпуск 7 | BBG00JX82779 | rub | 1 | 0.01 | +| RU000A103C53 | РЕСО-Лизинг БО-П выпуск 11 | BBG011PC1CT3 | rub | 1 | 0.01 | +| RU000A1020K7 | ПЮДМ БО-П2 | BBG00X0SRV34 | rub | 1 | 0.01 | +| TRY0228 | Republic of Turkey | BBG00JQ3B6W2 | usd | 1 | 0.01 | +| RU000A102GU5 | Белуга БО-П04 | TCS00A102GU5 | rub | 1 | 0.01 | +| RU000A102FS1 | АФК Система выпуск 16 | BBG00YG1RQV4 | rub | 1 | 0.01 | +| SU29012RMFS0 | ОФЗ 29012 | BBG00FFH2Z75 | rub | 1 | 0.001 | +| RU000A101KK0 | Роснано БО-002P выпуск 4 | BBG00SXFWRX7 | rub | 1 | 0.01 | +| RU000A0JXS59 | Почта России выпуск 3 | BBG00GTQYBZ5 | rub | 1 | 0.01 | +| RU000A102TT0 | Русская Аквакультура выпуск 1 | BBG00ZLFQKZ4 | rub | 1 | 0.01 | +| RU000A100HE1 | Азбука Вкуса выпуск 1 | BBG00PM8S500 | rub | 1 | 0.01 | +| XS0088543193 | Russia 2028 | BBG0000644P5 | usd | 1 | 0.0001 | +| RU000A101QL5 | ГТЛК выпуск 17 | BBG00V6NXQF4 | rub | 1 | 0.01 | +| RU000A102VR0 | ГТЛК 002P выпуск 1 | BBG00ZRZX9T8 | rub | 1 | 0.01 | +| RU000A102960 | РН Банк БО-1P выпуск 7 | BBG00XZ37219 | rub | 1 | 0.01 | +| RU000A1032S5 | Литана выпуск 1 | BBG010SC6Q70 | rub | 1 | 0.01 | +| RU000A101665 | Нижегородская область выпуск 14 | BBG00R4D6C68 | rub | 1 | 0.01 | +| RU000A100733 | Автобан-Финанс выпуск 2 | BBG00NPS4MC4 | rub | 1 | 0.01 | +| RU000A101CQ4 | СУЭК-Финанс выпуск 5 | BBG00RLS6TT4 | rub | 1 | 0.01 | +| SU52001RMFS3 | ОФЗ 52001 | BBG009J6Q4B7 | rub | 1 | 0.001 | +| XS0114288789 | Russia 2030 | BBG000056Z49 | usd | 1000 | 0.0001 | +| RU000A101QW2 | Сбер Банк | BBG00V9STNC5 | rub | 1 | 0.01 | +| RU000A105112 | РУСАЛ выпуск 06 | TCS00A105112 | cny | 1 | 0.0001 | +| RU000A103PX8 | ЛСР выпуск 7 | TCS00A103PX8 | rub | 1 | 0.01 | +| RU000A104SX0 | РЖД | TCS00A104SX0 | rub | 1 | 0.01 | +| RU000A103TS0 | ТЕХНО Лизинг выпуск 5 | BBG012STNNH6 | rub | 1 | 0.01 | +| RU000A102200 | Вита Лайн 001Р выпуск 1 | ISSUANCEVITA | rub | 1 | 0.01 | +| RU000A1033Z8 | Москва выпуск 74 | BBG011616RM7 | rub | 1 | 0.01 | +| RU000A0ZZ4T1 | РСХБ выпуск T1 | BBG00KSL6M30 | rub | 1 | 0.01 | +| RU000A0JWYQ5 | АФК Система выпуск 4 | BBG00F6NJY77 | rub | 1 | 0.01 | +| SU26225RMFS1 | ОФЗ 26225 | BBG00K53FX22 | rub | 1 | 0.001 | +| SU26224RMFS4 | ОФЗ 26224 | BBG00K53FBX6 | rub | 1 | 0.001 | +| RU000A102CD0 | ХК Финанс выпуск 5 | BBG00Y7KXWY9 | rub | 1 | 0.01 | +| RU000A102H91 | Автодор БО-3 выпуск 1 | BBG00YJJPT66 | rub | 1 | 0.01 | +| RU000A1006B5 | ТД Мясничий выпуск 3 | BBG00NLMJ541 | rub | 1 | 0.01 | +| RU000A103UL3 | Татнефтехим 001P выпуск 1 | BBG012Y8J8C8 | rub | 1 | 0.01 | +| RU000A103G91 | ПРОМОМЕД ДМ выпуск 2 | TCS00A103G91 | rub | 1 | 0.01 | +| RU000A100BB0 | Русал Братск БО-001P выпуск 1 | BBG00P33Q8B6 | rub | 1 | 0.01 | +| XS0559915961 | VEB | BBG0018V9PN0 | usd | 1 | 0.0001 | +| RU000A1043N3 | КАМАЗ БО-П09 | BBG013RRTP42 | rub | 1 | 0.01 | +| RU000A100V79 | Тинькофф Банк выпуск 3 | BBG00QDTJQD2 | rub | 1 | 0.01 | +| RU000A102S23 | Агрофирма-племзавод Победа выпуск 1 | BBG00ZCTRLC6 | rub | 1 | 0.01 | +| RU000A0ZZZ17 | НКНХ выпуск 1 | BBG00MT69C64 | rub | 1 | 0.01 | +| RU000A0ZYYN4 | Russia 2029 | BBG00KB9VG76 | usd | 1 | 0.0001 | +| RU000A100YT4 | Экспобанк БО выпуск 2 | BBG00QPVNQS3 | rub | 1 | 0.01 | +| RU000A103N76 | ИКС 5 Финанс 002Р выпуск 1 | BBG012F7Y8K5 | rub | 1 | 0.01 | +| RU000A0ZZEM5 | Ярославская область выпуск 16 | BBG00LLCGZL5 | rub | 1 | 0.01 | +| RU000A1031K4 | ДОМ.РФ ИА БО-001Р-08 | TCS00A1031K4 | rub | 1 | 0.01 | +| XS2243631095 | Gazprom Perp USD | BBG00XV2BDX1 | usd | 1 | 0.0001 | +| RU000A103L03 | ГК Самолет выпуск 10 | BBG0129FDB02 | rub | 1 | 0.01 | +| RU000A102CX8 | Ульяновская область выпуск 3 | BBG00Y90V3M0 | rub | 1 | 0.01 | +| XS2069992258 | GMK NorNickel | BBG00QN36P08 | usd | 1 | 0.0001 | +| RU000A102VY6 | Атомстройкомплекс БО-П01 | TCS00A102VY6 | rub | 1 | 0.01 | +| RU000A0ZZ5J9 | Почта России выпуск 5 | BBG00KTDNXH9 | rub | 1 | 0.01 | +| RU000A0JW1G7 | Роснано выпуск 7 | BBG00BRD9CY4 | rub | 1 | 0.01 | +| RU000A0ZYBM4 | Альфа-Банк выпуск 21 | BBG00HTLYK93 | rub | 1 | 0.01 | +| RU000A1005T9 | Гарант-Инвест БО 001P-05 | BBG00NJ3YSN8 | rub | 1 | 0.01 | +| RU000A0ZZ1J8 | ГТЛК выпуск 9 | BBG00KHR8SP0 | rub | 1 | 0.01 | +| RU000A0ZZAL5 | ГТЛК выпуск 11 | BBG00L92CX58 | usd | 1 | 0.0001 | +| RU000A100XC2 | Полюс ПБО-1 | BBG00QKHK9J0 | rub | 1 | 0.01 | +| EGPT0431 | ARAB REPUBLIC | BBG00NTC1SR9 | eur | 1 | 0.01 | +| RU000A0JXTS9 | Russia 2027 | BBG00H0HVGD0 | usd | 1 | 0.0001 | +| RU000A102FC5 | ВЭБ.РФ ПБО-1 выпуск 22 | BBG00YGJWYK4 | rub | 1 | 0.01 | +| RU000A1014P9 | КарМани БО выпуск 3 | BBG00R289K33 | rub | 1 | 0.01 | +| RU000A104BU2 | ГК ЕКС выпуск 1 | BBG0147HX1H8 | rub | 1 | 0.01 | +| RU000A103C46 | ПИК-Корпорация выпуск 4 | BBG011PCH913 | rub | 1 | 0.01 | +| RU000A102CL3 | Russia 2032 EUR | BBG00Y5TQNQ9 | eur | 1 | 0.0001 | +| RU000A104XW2 | СИБУР Холдинг 001Р выпуск 1 | TCS00A104XW2 | rub | 1 | 0.01 | +| RU000A0JXE06 | ГТЛК выпуск 3 | BBG00FVSZBH9 | rub | 1 | 0.01 | +| RU000A0ZZWJ3 | ОбъединениеАгроЭлита выпуск 1 | TCS00A0ZZWJ3 | rub | 1 | 0.01 | +| RU000A1043E2 | Новосибирская область выпуск 22 | TCS00A1043E2 | rub | 1 | 0.01 | +| RU000A102TJ1 | ТМК 001Р выпуск 3 | TCS00A102TJ1 | rub | 1 | 0.01 | +| RU000A1023L9 | Калита выпуск 2 | BBG00X6ZL3Z5 | rub | 1 | 0.01 | +| ALFAperp | Alfa Bond Issuance PLC | BBG00JS9D851 | usd | 1 | 0.01 | +| RU000A1049M2 | Инкаб выпуск 1 | TCS00A1049M2 | rub | 1 | 0.01 | +| RU000A103DY2 | БЭЛТИ-ГРАНД выпуск 4 | BBG011RXTDD0 | rub | 1 | 0.01 | +| RU000A103CD8 | ЛК Дельта выпуск 1 | TCS00A103CD8 | rub | 1 | 0.01 | +| RU000A103W91 | Обувь России 002P выпуск 1 | BBG0132XRL10 | rub | 1 | 0.01 | +| RU000A0JX0Z8 | Ямало-Ненецкий АО выпуск 2 | BBG00FGC1ZM9 | rub | 1 | 0.01 | +| RU000A100GY1 | ВЭБ.РФПБО-001Р-17 | BBG00PMHXRL3 | rub | 1 | 0.01 | +| XS0830192711 | Газпром нефть | BBG003CQ4DT8 | usd | 1 | 0.0001 | +| RU000A102VW0 | Элемент Лизинг 001P выпуск 3 | TCS00A102VW0 | rub | 1 | 0.01 | +| RU000A100UG9 | ХКФ Банк выпуск 6 | BBG00QB5VPL5 | rub | 1 | 0.01 | +| RU000A100ZL8 | ЛСР выпуск 5 | BBG00QRKJF13 | rub | 1 | 0.01 | +| RU000A104SU6 | МТС | TCS00A104SU6 | rub | 1 | 0.01 | +| RU000A101XD8 | МаксимаТелеком выпуск 1 | TCS00A101XD8 | rub | 1 | 0.01 | +| RU000A101LV5 | СофтЛайн Трейд выпуск 3 | BBG00TFS9DH2 | rub | 1 | 0.01 | +| RU000A0JQRD9 | РЖД выпуск 23 | BBG0000K94P9 | rub | 1 | 0.01 | +| RU000A0JWVL2 | Европлан БО 07 | BBG00DY7RMW5 | rub | 1 | 0.01 | +| USG76237AC37 | Rolls-Royce PLC | BBG00XV1FN94 | usd | 1 | 0.0001 | +| RU000A1026C1 | ПИК-Корпорация выпуск 3 | TCS00A1026C1 | rub | 1 | 0.01 | +| RU000A101JF2 | Онлайн Микрофинанс выпуск БО-2 | BBG00SKZW8N0 | rub | 1 | 0.01 | +| RU000A0ZYLF7 | ФПК выпуск 2 | BBG00JGKV6T7 | rub | 1 | 0.01 | +| RU000A0JW1P8 | ГТЛК выпуск 7 | BBG00BRZQ4Y4 | rub | 1 | 0.01 | +| RU000A0ZYEM8 | Самолет | BBG00HZZDWP4 | rub | 1 | 0.01 | +| RU000A100QA0 | ГК Самолет выпуск 6 | BBG00Q58ZXF2 | rub | 1 | 0.01 | +| RU000A1049K6 | Альфа-Банк 002Р выпуск 16 | BBG014578XG1 | rub | 1 | 0.01 | +| RU000A103PE8 | Промсвязьбанк 003P выпуск 7 | BBG012J4Q4W3 | rub | 1 | 0.01 | +| RU000A102SX4 | АФК Система выпуск 19 | BBG00ZHPT667 | rub | 1 | 0.01 | +| SU26235RMFS0 | ОФЗ 26235 | BBG00Y04Q3V7 | rub | 1 | 0.001 | +| RU000A1047S3 | Первое коллекторское бюро 001Р выпуск 3 | BBG0140BZS87 | rub | 1 | 0.01 | +| RU000A103WR6 | ЭР-Телеком Холдинг БО-02 выпуск 1 | BBG0135CF469 | rub | 1 | 0.01 | +| SU26236RMFS8 | ОФЗ 26236 | BBG00YB8K0V8 | rub | 1 | 0.001 | +| RU000A101LJ0 | ЕвроХим выпуск 8 | BBG00TCWB8X6 | rub | 1 | 0.01 | +| RU000A1043G7 | Сегежа 002P выпуск 2 | TCS00A1043G7 | rub | 1 | 0.01 | +| RU000A103S30 | ДиректЛизинг выпуск 7 | BBG012R0C9K9 | rub | 1 | 0.01 | +| RU000A0JWM56 | Самарская область выпуск 12 | BBG00D5L3Q99 | rub | 1 | 0.01 | +| RU000A0ZYX69 | ФПК выпуск 3 | BBG00K7DT3F5 | rub | 1 | 0.01 | +| RU000A100Y50 | СУЭК-Финанс выпуск 4 | BBG00QNGNMR8 | rub | 1 | 0.01 | +| SU26219RMFS4 | ОФЗ 26219 | BBG00D6Q7LY6 | rub | 1 | 0.001 | +| SU26222RMFS8 | ОФЗ 26222 | BBG00GLT6144 | rub | 1 | 0.001 | +| RU000A102BF7 | НК Продкорпорация выпуск 1 | TCS00A102BF7 | rub | 1 | 0.01 | +| RU000A103M85 | Элит Строй выпуск 1 | TCS00A103M85 | rub | 1 | 0.01 | +| RU000A102KR3 | АПРИ Флай Плэнинг БО-П4 | BBG00YNJ37B7 | rub | 1 | 0.01 | +| RU000A102SG9 | Селектел выпуск 1 | TCS00A102SG9 | rub | 1 | 0.01 | +| RU000A102TL7 | МФК Займер выпуск 1 | BBG00ZJX2024 | rub | 1 | 0.01 | +| RU000A1023K1 | АФК Система выпуск 15 | BBG00X5FK880 | rub | 1 | 0.01 | +| RU000A0ZYBV5 | ЛСР выпуск 3 | BBG00HTSM1G5 | rub | 1 | 0.01 | +| RU000A101GW3 | ЛЕГЕНДА выпуск 2 | TCS00A101GW3 | rub | 1 | 0.01 | +| RU000A102KQ5 | ТД РКС-Сочи 002Р-1 | BBG00YQ0FTY9 | rub | 1 | 0.01 | +| RU000A103VD8 | МСБ-Лизинг 002P выпуск 5 | BBG012YS2TP2 | rub | 1 | 0.01 | +| RU000A102RT4 | Промсвязьбанк 003P выпуск 4 | BBG00Z9DF8B8 | rub | 1 | 0.01 | +| SU25084RMFS3 | ОФЗ 25084 | BBG00RRT3TX4 | rub | 1 | 0.001 | +| RU000A0JXPD9 | ТМК выпуск 6 | BBG00GDC1GV2 | rub | 1 | 0.01 | +| RU000A101L96 | ЕвроХим выпуск 7 | BBG00T7HZJG4 | rub | 1 | 0.01 | +| RU000A104735 | ГК Пионер-001P выпуск 6 | TCS00A104735 | rub | 1 | 0.01 | +| RU000A0ZYG52 | Ростелеком выпуск 3 | BBG00J7HHGH1 | rub | 1 | 0.01 | -## Etfs available. Total: [105] +## Etfs available. Total: [91] -| Ticker | Full name | FIGI | Cur | Lot | Step -|--------------|----------------------------------------------------------------|--------------|-----|--------|--------- -| TMOS | Тинькофф iMOEX | BBG333333333 | rub | 1 | 0.002 -| FXGD | FinEx Золото | BBG005DXDPK9 | rub | 1 | 0.01 -| VTBE | РСХБ – Фонд Акций развивающихся стран | BBG00PVNWQ15 | usd | 10 | 0.001 -| SCZ | iShares MSCI EAFE Small-Cap ETF | BBG000T1G7X6 | usd | 1 | 0.01 -| VTBU | РСХБ – Корп еврооблигации РФ | BBG00RPRPBY4 | usd | 10 | 0.001 -| RU000A104172 | ЗПИФ ПАРУС-Сберлог | TCS00A104172 | rub | 1 | 0.1 -| SBBE | Первая – Фонд Блокчейн Экономика | TCS00A104B87 | rub | 1 | 0.001 -| AKCH | Альфа-Капитал Китайские Акции | BBG00YM3BX27 | rub | 1 | 0.02 -| FXKZ | FinEx Акции казахстанских компаний | BBG00M8C8Y03 | rub | 1 | 0.1 -| SBRS | Первая – Фонд Осторожный смарт | BBG011C8HRT6 | rub | 1 | 0.001 -| FXUS | FinEx Акции американских компаний | BBG005HLSZ23 | rub | 1 | 0.01 -| FXBC | FinEx Экосистема Блокчейн | BBG01526SWY3 | rub | 1 | 0.01 -| FXRL | FinEx Акции российских компаний | BBG0073DLHS1 | rub | 1 | 0.005 -| SBCS | Первая – Фонд Консервативный смарт | BBG011C8J9N0 | rub | 1 | 0.001 -| FXEM | FinEx Развивающиеся страны без Китая и Индии | BBG013T81ZQ6 | rub | 1 | 0.01 -| FXRB | FinEx Еврооблигации рос. компаний (RUB) | BBG004HNZFH2 | rub | 1 | 0.001 -| VTBB | ВТБ Корпоративные облигации | BBG00MF4JRQ8 | rub | 1 | 0.02 -| SPSB | SPDR Portfolio Short Term Corporate Bond ETF | BBG000Q1MZ15 | usd | 1 | 0.01 -| TSPV | Тинькофф SPAC | TCS00A102YC6 | usd | 100 | 0.0001 -| SBMX | Первая – Фонд Топ Российских акций | BBG00M0C8YM7 | rub | 1 | 0.001 -| AMEM | АТОН Рынки возможностей | TCS00A102XZ9 | rub | 1 | 0.1 -| AMRE | АТОН Российские акции + | TCS00A102XX4 | rub | 1 | 0.1 -| AMCC | АТОН Облачные технологии | TCS00A102XW6 | rub | 1 | 0.1 -| AMRB | АТОН Российские облигации + | TCS00A102XY2 | rub | 1 | 0.1 -| AMVF | АТОН Недооцененные компании США | TCS00A102XV8 | rub | 1 | 0.1 -| AMMF | АТОН Лидеры роста США | TCS00A102XS4 | rub | 1 | 0.1 -| AMIG | АТОН Надежные облигации | TCS00A102XU0 | rub | 1 | 0.1 -| AMHC | АТОН Медицина и биотех США | TCS00A102XT2 | rub | 1 | 0.1 -| VTBX | ВТБ Индекс Мосбиржи | TCS00A101EJ5 | rub | 1 | 0.05 -| AMLV | АТОН Тихая гавань | TCS00A102Y25 | rub | 1 | 0.1 -| AMGM | АТОН Золотодобытчики | TCS00A102XQ8 | rub | 1 | 0.1 -| AMSC | АТОН Цифровое будущее | TCS00A102Y33 | rub | 1 | 0.1 -| AMIN | АТОН Инновации | TCS00A102XR6 | rub | 1 | 0.1 -| AKSP | Альфа-Капитал S&P 500 | BBG00P5M77Y0 | usd | 1 | 0.01 -| AMSL | АТОН Серебро | TCS00A102Y09 | rub | 1 | 0.1 -| AMHY | АТОН Доходные облигации мира | TCS00A102XP0 | rub | 1 | 0.1 -| TGRN | Тинькофф Green Economy | TCS00A1039P6 | usd | 100 | 0.0001 -| AMGF | АТОН Ставка на рост | TCS00A102Y17 | rub | 1 | 0.1 -| TBRU | Тинькофф Bonds RUB | TCS00A1039N1 | rub | 1 | 0.001 -| AMGR | АТОН Генетическая революция | TCS00A102XN5 | rub | 1 | 0.1 -| VTBM | ВТБ Ликвидность | BBG00RPRPX12 | rub | 1 | 0.0001 -| SBHI | Первая–Фонд Халяльные инвестиции | BBG013RTHWK8 | rub | 1 | 0.002 -| AKMD | Альфа-Капитал Медицина | BBG011MM3NT8 | rub | 1 | 0.02 -| AKNX | Альфа-Капитал Технологии 100 | BBG00NNQMD85 | usd | 1 | 0.01 -| FXFA | FinEx Облигаций развитых рынков | BBG00ZXX3KF9 | rub | 1 | 0.01 -| AKGD | Альфа-Капитал Золото | BBG014M8NBM4 | rub | 1 | 0.01 -| TSPX | Тинькофф S&P 500 | TCS00A102EQ8 | usd | 100 | 0.0001 -| SBPS | Первая – Фонд Прогрессивный смарт | BBG011C8JMM2 | rub | 1 | 0.002 -| FXIT | FinEx Акции компаний IT-сектора США | BBG005HLTYH9 | rub | 1 | 1. -| EWP | iShares MSCI Spain ETF | BBG000BK58Q1 | usd | 1 | 0.01 -| SBRB | Первая – Фонд Корпоративные облигации | TCS00A100P44 | rub | 1 | 0.001 -| FXDM | FinEx Акции компаний развитых стран без США | TCS0BMDKNM37 | rub | 1 | 0.01 -| TIPO | Тинькофф Индекс IPO | TCS00A102EM7 | usd | 100 | 0.0001 -| TBIO | Тинькофф NASDAQ Biotech | TCS00A102EK1 | usd | 100 | 0.0001 -| AKVG | Альфа-Капитал Видеоигры | BBG013RTJNG1 | rub | 1 | 0.02 -| AKSC | Альфа-Капитал Космос | BBG012T4JCQ9 | rub | 1 | 0.02 -| SBCB | Первая - Фонд Российские еврооблигации | BBG00NB6KGN0 | usd | 1 | 0.01 -| AKEB | Альфа-Капитал Управляемые еврооблигации | BBG013RTJSX1 | rub | 1 | 0.05 -| RU000A1022Z1 | ЗПИФ ПАРУС-ОЗН | TCS00A1022Z1 | rub | 1 | 1. -| VTBH | РСХБ – Корп облигации США | BBG00PVNWFM6 | usd | 10 | 0.001 -| FXCN | FinEx Акции китайских компаний | BBG005VKB7D7 | rub | 1 | 0.5 -| TCBR | Тинькофф CyberSecurity | TCS00A103VN7 | usd | 100 | 0.0001 -| TBUY | Тинькофф BuyBack Leaders | TCS00A103VL1 | usd | 100 | 0.0001 -| VTBG | ВТБ Фонд Золото | BBG00V9V16J8 | rub | 1 | 0.0001 -| TUSD | Тинькофф Вечный портфель USD | BBG000000000 | usd | 100 | 0.0001 -| TEUR | Тинькофф Вечный портфель EUR | BBG000000002 | eur | 100 | 0.0001 -| TRUR | Тинькофф Вечный портфель RUB | BBG000000001 | rub | 1 | 0.01 -| TSST | Тинькофф ESG Leaders | TCS00A103VM9 | usd | 100 | 0.0001 -| TECH | Тинькофф NASDAQ | BBG111111111 | usd | 100 | 0.0001 -| FXRD | FinEx Облигации с рублевыми дивидендами | BBG01236BLK6 | rub | 1 | 0.01 -| IYT | iShares US Transportation ETF | BBG000BPNZB6 | usd | 1 | 0.01 -| FXIP | FinEx Облигации TIPS (RUB, хедж) | BBG011C7ZVQ2 | rub | 1 | 0.01 -| AKSF | Альфа-Капитал Стратегия будущего | BBG0151LJYV0 | rub | 1 | 0.01 -| TEMS | Тинькофф Emerging Markets | TCS00A103VJ5 | usd | 100 | 0.0001 -| TPAS | Тинькофф PAN-ASIA | TCS00A103VK3 | usd | 100 | 0.0001 -| TFNX | Тинькофф FinTech | TCS00A103VH9 | usd | 100 | 0.0001 -| TSOX | Тинькофф Semiconductors | TCS00A103VF3 | usd | 100 | 0.0001 -| TRAI | Тинькофф AI-Robotics | TCS00A103VG1 | usd | 100 | 0.0001 -| TEUS | Тинькофф Eurostocks 50 | TCS00A103VE6 | eur | 100 | 0.0001 -| FXRU | FinEx Еврооблигации рос. компаний (USD) | BBG005N1KZX4 | rub | 1 | 0.01 -| FXES | FinEx Видеоигры и Киберспорт | BBG011Q55QS3 | rub | 1 | 0.01 -| EWI | iShares MSCI Italy ETF | BBG000BK2V65 | usd | 1 | 0.01 -| AKQU | Альфа-Капитал Квант | BBG012VJJFG7 | usd | 1 | 0.01 -| FXTP | FinEx Облигации TIPS | TCS0BNYK7X86 | rub | 1 | 0.01 -| VTBA | РСХБ - Акции компаний США | BBG00PGVPH30 | usd | 10 | 0.001 -| FXRE | FinEx Фонды недвижимости REIT | BBG013N16YX7 | rub | 1 | 0.01 -| FXRW | FinEx Акции глобального рынка | BBG00R980XY3 | rub | 1 | 0.0001 -| SBGB | Первая – Фонд Государственные облигации | BBG00NJ6XQ74 | rub | 1 | 0.001 -| SBDS | Первая – Фонд Динамичный смарт | BBG011C8G9X2 | rub | 1 | 0.002 -| FXMM | FinEx Казначейские облигации США | BBG006GYFHV6 | rub | 1 | 0.1 -| FXWO | FinEx Акции глобального рынка | BBG00R9805F5 | rub | 1 | 0.0001 -| ESGD | iShares ESG Aware MSCI EAFE ETF | BBG00D7BBRR8 | usd | 1 | 0.01 -| TBEU | Тинькофф Еврооблигации EUR | TCS00A103TD2 | eur | 100 | 0.0001 -| FXIM | FinEx Акции компаний IT-сектора США | BBG00Y6D0N45 | usd | 10 | 0.001 -| SBSP | Первая – Фонд Американские акции | BBG00NTZWLM4 | rub | 1 | 0.2 -| FXDE | FinEx Акции немецких компаний | BBG005H7MXN2 | rub | 1 | 0.005 -| AMDG | АТОН Дивиденды | TCS00A1030P5 | rub | 1 | 0.1 -| TGLD | Тинькофф Золото | BBG222222222 | usd | 100 | 0.0001 -| IEV | iShares Europe ETF | BBG000BXV152 | usd | 1 | 0.01 -| AKME | Альфа-Капитал Управляемые Российские Акции | BBG00YRW4B42 | rub | 1 | 0.02 -| AKMB | Альфа-Капитал Управляемые облигации | BBG00V7649K4 | rub | 1 | 0.0001 -| KBWB | Invesco KBW Bank ETF | BBG0027F1TD5 | usd | 1 | 0.01 -| AKEU | Альфа-Капитал Европа 600 | BBG00Q3HQJ74 | eur | 1 | 0.01 -| FXTB | FinEx Казначейские облигации США (USD) | BBG00NRFC2X2 | rub | 1 | 0.01 -| SBWS | Первая – Фонд Взвешенный смарт | BBG011C8J503 | rub | 1 | 0.002 +| Ticker | Full name | FIGI | Cur | Lot | Step | +|--------------|-----------------------------------------------------------|--------------|-----|---------|------------| +| FXRE | FinEx Фонды недвижимости REIT | BBG013N16YX7 | rub | 1 | 0.01 | +| FXDE | FinEx Акции немецких компаний | BBG005H7MXN2 | rub | 1 | 0.005 | +| FXUS | FinEx Акции американских компаний | BBG005HLSZ23 | rub | 1 | 0.01 | +| AKNX | Альфа-Капитал Технологии 100 | BBG00NNQMD85 | usd | 1 | 0.01 | +| AKEU | Альфа-Капитал Европа 600 | BBG00Q3HQJ74 | eur | 1 | 0.01 | +| SBRB | Первая – Фонд Корпоративные облигации | TCS00A100P44 | rub | 1 | 0.001 | +| VTBU | РСХБ – Корп еврооблигации РФ | BBG00RPRPBY4 | usd | 10 | 0.001 | +| SBCB | Первая - Фонд Российские еврооблигации | BBG00NB6KGN0 | usd | 1 | 0.01 | +| TBUY | Тинькофф BuyBack Leaders | TCS00A103VL1 | usd | 100 | 0.0001 | +| FXKZ | FinEx Акции казахстанских компаний | BBG00M8C8Y03 | rub | 1 | 0.1 | +| TGRN | Тинькофф Green Economy | TCS00A1039P6 | usd | 100 | 0.0001 | +| AKMD | Альфа-Капитал Медицина | BBG011MM3NT8 | rub | 1 | 0.02 | +| SBCS | Первая – Фонд Консервативный смарт | BBG011C8J9N0 | rub | 1 | 0.001 | +| AKVG | Альфа-Капитал Видеоигры | BBG013RTJNG1 | rub | 1 | 0.02 | +| SBHI | Первая–Фонд Халяльные инвестиции | BBG013RTHWK8 | rub | 1 | 0.002 | +| AMRE | АТОН Российские акции + | TCS00A102XX4 | rub | 1 | 0.1 | +| EQMX | ВИМ – Индекс МосБиржи | TCS00A101EJ5 | rub | 1 | 0.05 | +| FXRU | FinEx Еврооблигации рос. компаний (USD) | BBG005N1KZX4 | rub | 1 | 0.01 | +| SBSP | Первая – Фонд Американские акции | BBG00NTZWLM4 | rub | 1 | 0.2 | +| TSPX | Тинькофф USA 500 | TCS00A102EQ8 | usd | 100 | 0.0001 | +| RU000A1022Z1 | ЗПИФ ПАРУС-ОЗН | TCS00A1022Z1 | rub | 1 | 1 | +| FXRD | FinEx Облигации с рублевыми дивидендами | BBG01236BLK6 | rub | 1 | 0.01 | +| FXDM | FinEx Акции компаний развитых стран без США | TCS0BMDKNM37 | rub | 1 | 0.01 | +| FXRW | FinEx Акции глобального рынка | BBG00R980XY3 | rub | 1 | 0.0001 | +| SBPS | Первая – Фонд Прогрессивный смарт | BBG011C8JMM2 | rub | 1 | 0.002 | +| TUSD | Тинькофф Вечный портфель USD | BBG000000000 | usd | 100 | 0.0001 | +| VTBH | РСХБ – Корп облигации США | BBG00PVNWFM6 | usd | 10 | 0.001 | +| TEUR | Тинькофф Вечный портфель EUR | BBG000000002 | eur | 100 | 0.0001 | +| TPAS | Тинькофф PAN-ASIA | TCS00A103VK3 | usd | 100 | 0.0001 | +| FXMM | FinEx Казначейские облигации США | BBG006GYFHV6 | rub | 1 | 0.1 | +| FXWO | FinEx Акции глобального рынка | BBG00R9805F5 | rub | 1 | 0.0001 | +| FXTB | FinEx Казначейские облигации США (USD) | BBG00NRFC2X2 | rub | 1 | 0.01 | +| FXIT | FinEx Акции компаний IT-сектора США | BBG005HLTYH9 | rub | 1 | 1 | +| TMOS | Тинькофф iMOEX | BBG333333333 | rub | 1 | 0.002 | +| LQDT | ВИМ - Ликвидность | BBG00RPRPX12 | rub | 1 | 0.0001 | +| FXEM | FinEx Развивающиеся страны без Китая и Индии | BBG013T81ZQ6 | rub | 1 | 0.01 | +| SBWS | Первая – Фонд Взвешенный смарт | BBG011C8J503 | rub | 1 | 0.002 | +| TGLD | Тинькофф Золото | BBG222222222 | usd | 100 | 0.0001 | +| TBRU | Тинькофф Bonds RUB | TCS00A1039N1 | rub | 1 | 0.001 | +| FXFA | FinEx Облигаций развитых рынков | BBG00ZXX3KF9 | rub | 1 | 0.01 | +| TEUS | Тинькофф Eurostocks 50 | TCS00A103VE6 | eur | 100 | 0.0001 | +| FXES | FinEx Видеоигры и Киберспорт | BBG011Q55QS3 | rub | 1 | 0.01 | +| TSST | Тинькофф ESG Leaders | TCS00A103VM9 | usd | 100 | 0.0001 | +| FXBC | FinEx Экосистема Блокчейн | BBG01526SWY3 | rub | 1 | 0.01 | +| AKGD | Альфа-Капитал Золото | BBG014M8NBM4 | rub | 1 | 0.01 | +| SBBE | Первая – Фонд Блокчейн Экономика | TCS00A104B87 | rub | 1 | 0.001 | +| SCZ | iShares MSCI EAFE Small-Cap ETF | BBG000T1G7X6 | usd | 1 | 0.01 | +| AKME | Альфа-Капитал Управляемые Российские Акции | BBG00YRW4B42 | rub | 1 | 0.02 | +| FXIM | FinEx Акции компаний IT-сектора США | BBG00Y6D0N45 | usd | 10 | 0.001 | +| AKEB | Альфа-Капитал Управляемые еврооблигации | BBG013RTJSX1 | rub | 1 | 0.05 | +| TSOX | Тинькофф Semiconductors | TCS00A103VF3 | usd | 100 | 0.0001 | +| TEMS | Тинькофф Emerging Markets | TCS00A103VJ5 | usd | 100 | 0.0001 | +| AKSC | Альфа-Капитал Космос | BBG012T4JCQ9 | rub | 1 | 0.02 | +| SBGB | Первая – Фонд Государственные облигации | BBG00NJ6XQ74 | rub | 1 | 0.001 | +| TRRE | Тинькофф ЖК Republic-REDS | TCS00A104UC0 | rub | 1 | 1 | +| AKMB | Альфа-Капитал Управляемые облигации | BBG00V7649K4 | rub | 1 | 0.0001 | +| SBRS | Первая – Фонд Осторожный смарт | BBG011C8HRT6 | rub | 1 | 0.001 | +| TRAI | Тинькофф AI-Robotics | TCS00A103VG1 | usd | 100 | 0.0001 | +| FXRB | FinEx Еврооблигации рос. компаний (RUB) | BBG004HNZFH2 | rub | 1 | 0.001 | +| AKQU | Альфа-Капитал Квант | BBG012VJJFG7 | usd | 1 | 0.01 | +| TFNX | Тинькофф FinTech | TCS00A103VH9 | usd | 100 | 0.0001 | +| VTBA | РСХБ - Акции компаний США | BBG00PGVPH30 | usd | 10 | 0.001 | +| IEV | iShares Europe ETF | BBG000BXV152 | usd | 1 | 0.01 | +| KBWB | Invesco KBW Bank ETF | BBG0027F1TD5 | usd | 1 | 0.01 | +| TCBR | Тинькофф CyberSecurity | TCS00A103VN7 | usd | 100 | 0.0001 | +| GOLD | ВИМ Фонд Золото | BBG00V9V16J8 | rub | 1 | 0.0001 | +| ESGD | iShares ESG Aware MSCI EAFE ETF | BBG00D7BBRR8 | usd | 1 | 0.01 | +| FXGD | FinEx Золото | BBG005DXDPK9 | rub | 1 | 0.01 | +| FXRL | FinEx Акции российских компаний | BBG0073DLHS1 | rub | 1 | 0.005 | +| EWI | iShares MSCI Italy ETF | BBG000BK2V65 | usd | 1 | 0.01 | +| AMRB | АТОН Российские облигации + | TCS00A102XY2 | rub | 1 | 0.1 | +| AKSF | Альфа-Капитал Стратегия будущего | BBG0151LJYV0 | rub | 1 | 0.01 | +| FXIP | FinEx Облигации TIPS (RUB) | BBG011C7ZVQ2 | rub | 1 | 0.01 | +| SPSB | SPDR Portfolio Short Term Corporate Bond ETF | BBG000Q1MZ15 | usd | 1 | 0.01 | +| TSPV | Тинькофф SPAC | TCS00A102YC6 | usd | 100 | 0.0001 | +| OBLG | ВИМ – Корпоративные облигации | BBG00MF4JRQ8 | rub | 1 | 0.02 | +| TBEU | Тинькофф Еврооблигации EUR | TCS00A103TD2 | eur | 100 | 0.0001 | +| IYT | iShares US Transportation ETF | BBG000BPNZB6 | usd | 1 | 0.01 | +| AKCH | Альфа-Капитал Китайские Акции | BBG00YM3BX27 | rub | 1 | 0.02 | +| AKSP | Альфа-Капитал S&P 500 | BBG00P5M77Y0 | usd | 1 | 0.01 | +| TIPO | Тинькофф Индекс IPO | TCS00A102EM7 | usd | 100 | 0.0001 | +| RU000A104172 | ЗПИФ ПАРУС-Сберлог | TCS00A104172 | rub | 1 | 0.1 | +| EWP | iShares MSCI Spain ETF | BBG000BK58Q1 | usd | 1 | 0.01 | +| TRUR | Тинькофф Вечный портфель RUB | BBG000000001 | rub | 1 | 0.01 | +| TECH | Тинькофф Technology | BBG111111111 | usd | 100 | 0.0001 | +| TBIO | Тинькофф Biotech | TCS00A102EK1 | usd | 100 | 0.0001 | +| SBDS | Первая – Фонд Динамичный смарт | BBG011C8G9X2 | rub | 1 | 0.002 | +| FXCN | FinEx Акции китайских компаний | BBG005VKB7D7 | rub | 1 | 0.5 | +| VTBE | РСХБ – Фонд Акций развивающихся стран | BBG00PVNWQ15 | usd | 10 | 0.001 | +| SBMX | Первая – Фонд Топ Российских акций | BBG00M0C8YM7 | rub | 1 | 0.001 | +| FXTP | FinEx Облигации TIPS | TCS0BNYK7X86 | rub | 1 | 0.01 | -## Futures available. Total: [284] +## Futures available. Total: [366] -| Ticker | Full name | FIGI | Cur | Lot | Step -|--------------|----------------------------------------------------------------|--------------|-----|--------|--------- -| NlJ2 | Nl-4.22 Никель | FUTNL0422000 | rub | 1 | 5. -| CoK2 | Co-5.22 Медь | FUTCO0522000 | rub | 1 | 0.5 -| MEH2 | MOEX-3.22 Московская биржа | FUTMOEX03220 | rub | 1 | 1. -| EDZ2 | ED-12.22 Курс евро-доллар | FUTED1222000 | rub | 1 | 0.0001 -| AKU2 | AFKS-9.22 АФК Система (обыкновенные) | FUTAFKS09220 | rub | 1 | 1. -| PHM2 | PHOR-6.22 ФосАгро | FUTPHOR06220 | rub | 1 | 1. -| MLH2 | MAIL-3.22 VK | FUTMAIL03220 | rub | 1 | -| SiU2 | Si-9.22 Курс доллар - рубль | BBG00X86FJ70 | rub | 1 | 1. -| RIU2 | RTS-9.22 Индекс РТС | FUTRTS092200 | rub | 1 | 10. -| RSU2 | RTSS-9.22 Индекс голубых фишек | FUTRTSS09220 | rub | 1 | 1. -| NGK2 | NG-5.22 Природный газ | FUTNG0522000 | rub | 1 | -| MGM2 | MAGN-6.22 ММК | FUTMAGN06220 | rub | 1 | 1. -| RIM3 | RTS-6.23 Индекс РТС | FUTRTS062300 | rub | 1 | 10. -| RTU2 | RTKM-9.22 Ростелеком | FUTRTKM09220 | rub | 1 | 1. -| SVH3 | SILV-3.23 Серебро | FUTSILV03230 | rub | 1 | 0.01 -| SFU2 | SPYF-9.22 SPDR S&P 500 ETF Trust | FUTSPYF09220 | rub | 1 | 0.01 -| MMZ2 | MXI-12.22 Индекс МосБиржи (мини) | FUTMXI122200 | rub | 1 | 0.05 -| SVH2 | SILV-3.22 Серебро | FUTSILV03220 | rub | 1 | -| NGQ2 | NG-8.22 Природный газ | FUTNG0822000 | rub | 1 | 0.001 -| LKM2 | LKOH-6.22 Лукойл | FUTLKOH06220 | rub | 1 | -| MTZ2 | MTSI-12.22 МТС | FUTMTSI12220 | rub | 1 | 1. -| SAH2 | SUGR-3.22 Сахар | FUTSUGR03220 | rub | 1 | -| FSM2 | FEES-6.22 ФСК ЕЭС | FUTFEES06220 | rub | 1 | -| SiZ3 | Si-12.23 Курс доллар - рубль | FUTSI1223000 | rub | 1 | 1. -| AFM2 | AFLT-6.22 Аэрофлот | FUTAFLT06220 | rub | 1 | -| YNZ2 | YNDF-12.22 Яндекс | FUTYNDF12220 | rub | 1 | 1. -| SNM2 | SNGR-6.22 Сургутнефтегаз | FUTSNGR06220 | rub | 1 | -| PDU2 | PLD-9.22 Палладий | FUTPLD092200 | rub | 1 | 0.01 -| SVU2 | SILV-9.22 Серебро | FUTSILV09220 | rub | 1 | 0.01 -| NlN2 | Nl-7.22 Никель | FUTNL0722000 | rub | 1 | 5. -| MLU2 | MAIL-9.22 VK | FUTMAIL09220 | rub | 1 | 1. -| RIU3 | RTS-9.23 Индекс РТС | FUTRTS092300 | rub | 1 | 10. -| MMH2 | MXI-3.22 Индекс МосБиржи (мини) | FUTMXI032200 | rub | 1 | -| BRH3 | BR-3.23 Нефть Brent | FUTBR0323000 | rub | 1 | 0.01 -| SAV2 | SUGR-10.22 Сахар | FUTSUGR10220 | rub | 1 | 0.01 -| GDH3 | GOLD-3.23 Золото | FUTGOLD03230 | rub | 1 | 0.1 -| VIM2 | RVI-6.22 Волатильность российского рынка | FUTRVI062200 | rub | 1 | -| HYM2 | HYDR-6.22 РусГидро | FUTHYDR06220 | rub | 1 | -| DYM2 | DSKY-6.22 Детский мир | FUTDSKY06220 | rub | 1 | -| GKZ2 | GMKN-12.22 Норильский никель | FUTGMKN12220 | rub | 1 | 1. -| BRQ2 | BR-8.22 Нефть Brent | FUTBR0822000 | rub | 1 | 0.01 -| GUM2 | GBPU-6.22 Курс Фунт стерлингов - Доллар | FUTGBPU06220 | rub | 1 | 0.0001 -| OZU2 | OZON-9.22 Озон | FUTOZON09220 | rub | 1 | 1. -| SSM2 | SMLT-6.22 ГК Самолет | FUTSMLT06220 | rub | 1 | -| GDH2 | GOLD-3.22 Золото | FUTGOLD03220 | rub | 1 | -| BRV2 | BR-10.22 Нефть Brent | FUTBR1022000 | rub | 1 | 0.01 -| EuM2 | Eu-6.22 Курс евро - рубль | BBG00YHPF166 | rub | 1 | -| SRZ2 | SBRF-12.22 Сбер Банк (обыкновенные) | FUTSBRF12220 | rub | 1 | 1. -| OZH2 | OZON-3.22 Озон | FUTOZON03220 | rub | 1 | -| AFZ2 | AFLT-12.22 Аэрофлот | FUTAFLT12220 | rub | 1 | 1. -| RNH5 | ROSN-3.25 Роснефть | FUTROSN03250 | rub | 1 | 1. -| MNH2 | MGNT-3.22 Магнит | FUTMGNT03220 | rub | 1 | -| BRZ2 | BR-12.22 Нефть Brent | FUTBR1222000 | rub | 1 | 0.01 -| SiZ2 | Si-12.22 Курс доллар - рубль | BBG00YHPF1H4 | rub | 1 | 1. -| BRH2 | BR-3.22 Нефть Brent | FUTBR0322000 | rub | 1 | -| GZZ4 | GAZR-12.24 Газпром | FUTGAZR12240 | rub | 1 | 1. -| GZZ2 | GAZR-12.22 Газпром | FUTGAZR12220 | rub | 1 | 1. -| RNH2 | ROSN-3.22 Роснефть | FUTROSN03220 | rub | 1 | -| ALU2 | ALRS-9.22 Алроса | FUTALRS09220 | rub | 1 | 1. -| GDU2 | GOLD-9.22 Золото | FUTGOLD09220 | rub | 1 | 0.1 -| RNU2 | ROSN-9.22 Роснефть | FUTROSN09220 | rub | 1 | 1. -| FVM2 | FIVE-6.22 X5 RetailGroup | FUTFIVE06220 | rub | 1 | -| IRH2 | IRAO-3.22 Интер РАО ЕЭС | FUTIRAO03220 | rub | 1 | -| TNM2 | TRNF-6.22 Транснефть (привилегированные) | FUTTRNF06220 | rub | 1 | -| RNU4 | ROSN-9.24 Роснефть | FUTROSN09240 | rub | 1 | 1. -| LKZ2 | LKOH-12.22 Лукойл | FUTLKOH12220 | rub | 1 | 1. -| YNM2 | YNDF-6.22 Яндекс | FUTYNDF06220 | rub | 1 | 1. -| REM2 | RSTI-6.22 Российские сети (обыкновенные) | FUTRSTI06220 | rub | 1 | -| CSM2 | CNI-6.22 Индекс Потребительского сектора | FUTCNI062200 | rub | 1 | -| RBM2 | RGBI-6.22 Индекс Государственных облигаций | FUTRGBI06220 | rub | 1 | 1. -| VBZ2 | VTBR-12.22 ВТБ | FUTVTBR12220 | rub | 1 | 1. -| VIF2 | RVI-1.22 Волатильность российского рынка | FUTRVI012200 | rub | 1 | -| TTH2 | TATN-3.22 Татнефть | FUTTATN03220 | rub | 1 | -| BRG2 | BR-2.22 Нефть Brent | FUTBR0222000 | rub | 1 | -| BRU2 | BR-9.22 Нефть Brent | FUTBR0922000 | rub | 1 | 0.01 -| MMU2 | MXI-9.22 Индекс МосБиржи (мини) | FUTMXI092200 | rub | 1 | 0.05 -| CoN2 | Co-7.22 Медь | FUTCO0722000 | rub | 1 | 0.5 -| MMH5 | MXI-3.25 Индекс МосБиржи (мини) | FUTMXI032500 | rub | 1 | 0.05 -| SGM2 | SNGP-6.22 Сургутнефтегаз (привилегированные) | FUTSNGP06220 | rub | 1 | 1. -| EURRUBF | EURRUBF Евро - Рубль | FUTEURRUBF00 | rub | 1 | 0.01 -| SRM2 | SBRF-6.22 Сбер Банк (обыкновенные) | FUTSBRF06220 | rub | 1 | -| EDH2 | ED-3.22 Курс евро - доллар | FUTED0322000 | rub | 1 | -| NMU2 | NLMK-9.22 НЛМК | FUTNLMK09220 | rub | 1 | 1. -| AUM2 | AUDU-6.22 Курс Австралийский доллар - Доллар США | FUTAUDU06220 | rub | 1 | 0.0001 -| YNU2 | YNDF-9.22 Яндекс | FUTYNDF09220 | rub | 1 | 1. -| PZH2 | PLZL-3.22 Полюс Золото | FUTPLZL03220 | rub | 1 | -| BRK2 | BR-5.22 Нефть Brent | FUTBR0522000 | rub | 1 | -| RLM2 | RUAL-6.22 РУСАЛ | FUTRUAL06220 | rub | 1 | -| SiH3 | Si-3.23 Курс доллар - рубль | FUTSI0323000 | rub | 1 | 1. -| NMH2 | NLMK-3.22 НЛМК | FUTNLMK03220 | rub | 1 | -| GZM4 | GAZR-6.24 Газпром | FUTGAZR06240 | rub | 1 | 1. -| ALZ2 | ALRS-12.22 Алроса | FUTALRS12220 | rub | 1 | 1. -| GZM2 | GAZR-6.22 Газпром | FUTGAZR06220 | rub | 1 | -| PZU2 | PLZL-9.22 Полюс Золото | FUTPLZL09220 | rub | 1 | 1. -| NGV2 | NG-10.22 Природный газ | FUTNG1022000 | rub | 1 | 0.001 -| POU2 | POLY-9.22 Polymetal | FUTPOLY09220 | rub | 1 | 1. -| SOH2 | SIBN-3.22 Газпром нефть | FUTSIBN03220 | rub | 1 | -| IRU2 | IRAO-9.22 Интер РАО ЕЭС | FUTIRAO09220 | rub | 1 | 1. -| CYM2 | CY-6.22 Курс Юань - Рубль | FUTCY0622000 | rub | 1 | -| MNM2 | MGNT-6.22 Магнит | FUTMGNT06220 | rub | 1 | 1. -| CAM2 | UCAD-6.22 Курс Доллар США - Канадский доллар | FUTUCAD06220 | rub | 1 | -| MMM4 | MXI-6.24 Индекс МосБиржи (мини) | FUTMXI062400 | rub | 1 | 0.05 -| VIJ2 | RVI-4.22 Волатильность российского рынка | FUTRVI042200 | rub | 1 | -| MCM2 | MTLR-6.22 Мечел (обыкновенные) | FUTMTLR06220 | rub | 1 | 1. -| MMH3 | MXI-3.23 Индекс МосБиржи (мини) | FUTMXI032300 | rub | 1 | 0.05 -| BRK3 | BR-5.23 Нефть Brent | FUTBR0523000 | rub | 1 | 0.01 -| NGG2 | NG-2.22 Природный газ | FUTNG0222000 | rub | 1 | -| HOH2 | HOME-3.22 Индекс московской недвижимости | FUTHOME03220 | rub | 1 | -| VBM2 | VTBR-6.22 ВТБ | FUTVTBR06220 | rub | 1 | 1. -| SAK2 | SUGR-5.22 Сахар | FUTSUGR05220 | rub | 1 | -| MEU2 | MOEX-9.22 Московская биржа | FUTMOEX09220 | rub | 1 | 1. -| TTU2 | TATN-9.22 Татнефть | FUTTATN09220 | rub | 1 | 1. -| NKU2 | NOTK-9.22 Новатэк | FUTNOTK09220 | rub | 1 | 1. -| SPU2 | SBPR-9.22 Сбер Банк (привилегированные) | FUTSBPR09220 | rub | 1 | 1. -| CNYRUBF | CNYRUBF Юань - Рубль | FUTCNYRUBF00 | rub | 1 | 0.01 -| JPM2 | UJPY-6.22 Курс доллар США - Японская йена | FUTUJPY06220 | rub | 1 | 0.01 -| SNU2 | SNGR-9.22 Сургутнефтегаз | FUTSNGR09220 | rub | 1 | 1. -| MMZ4 | MXI-12.24 Индекс МосБиржи (мини) | FUTMXI122400 | rub | 1 | 0.05 -| RMU2 | RTSM-9.22 Индекс РТС (мини) | FUTRTSM09220 | rub | 1 | 0.5 -| HOU2 | HOME-9.22 Индекс московской недвижимости | FUTHOME09220 | rub | 1 | 10. -| SPH2 | SBPR-3.22 Сбер Банк (привилегированные) | FUTSBPR03220 | rub | 1 | -| NlQ2 | Nl-8.22 Никель | FUTNL0822000 | rub | 1 | 5. -| MTU2 | MTSI-9.22 МТС | FUTMTSI09220 | rub | 1 | 1. -| NGN2 | NG-7.22 Природный газ | FUTNG0722000 | rub | 1 | 0.001 -| SOU2 | SIBN-9.22 Газпром нефть | FUTSIBN09220 | rub | 1 | 1. -| GKM2 | GMKN-6.22 Норильский никель | FUTGMKN06220 | rub | 1 | -| VIN2 | RVI-7.22 Волатильность российского рынка | FUTRVI072200 | rub | 1 | 0.05 -| PIM2 | PIKK-6.22 ПИК | FUTPIKK06220 | rub | 1 | 1. -| POH2 | POLY-3.22 Polymetal | FUTPOLY03220 | rub | 1 | -| RMH2 | RTSM-3.22 Индекс РТС (мини) | FUTRTSM03220 | rub | 1 | -| CFM2 | UCHF-6.22 Курс доллар США - Швейцарский франк | FUTUCHF06220 | rub | 1 | 0.0001 -| SFZ2 | SPYF-12.22 SPDR S&P 500 ETF Trust | FUTSPYF12220 | rub | 1 | 0.01 -| RMH3 | RTSM-3.23 Индекс РТС (мини) | FUTRTSM03230 | rub | 1 | 0.5 -| BRN2 | BR-7.22 Нефть Brent | FUTBR0722000 | rub | 1 | 0.01 -| RTH2 | RTKM-3.22 Ростелеком | FUTRTKM03220 | rub | 1 | -| PHU2 | PHOR-9.22 ФосАгро | FUTPHOR09220 | rub | 1 | 1. -| MGH2 | MAGN-3.22 ММК | FUTMAGN03220 | rub | 1 | -| MMM2 | MXI-6.22 Индекс МосБиржи (мини) | FUTMXI062200 | rub | 1 | -| NlH2 | Nl-3.22 Никель | FUTNL0322000 | rub | 1 | -| EuU2 | Eu-9.22 Курс евро - рубль | BBG00ZMKXM17 | rub | 1 | 1. -| GUH2 | GBPU-3.22 Курс Фунт стерлингов - Доллар | FUTGBPU03220 | rub | 1 | -| FSH2 | FEES-3.22 ФСК ЕЭС | FUTFEES03220 | rub | 1 | -| GDM3 | GOLD-6.23 Золото | FUTGOLD06230 | rub | 1 | 0.1 -| GDM2 | GOLD-6.22 Золото | FUTGOLD06220 | rub | 1 | -| SNH2 | SNGR-3.22 Сургутнефтегаз | FUTSNGR03220 | rub | 1 | -| SVM2 | SILV-6.22 Серебро | FUTSILV06220 | rub | 1 | -| DYH2 | DSKY-3.22 Детский мир | FUTDSKY03220 | rub | 1 | -| MXM2 | MIX-6.22 Индекс МосБиржи | FUTMIX062200 | rub | 1 | -| SiU3 | Si-9.23 Курс доллар - рубль | FUTSI0923000 | rub | 1 | 1. -| NGF2 | NG-1.22 Природный газ | FUTNG0122000 | rub | 1 | -| SSU2 | SMLT-9.22 ГК Самолет | FUTSMLT09220 | rub | 1 | 1. -| RSM2 | RTSS-6.22 Индекс голубых фишек | FUTRTSS06220 | rub | 1 | -| RMZ2 | RTSM-12.22 Индекс РТС (мини) | FUTRTSM12220 | rub | 1 | 0.5 -| FVH2 | FIVE-3.22 X5 RetailGroup | FUTFIVE03220 | rub | 1 | -| PTH2 | PLT-3.22 Платина | FUTPLT032200 | rub | 1 | -| REH2 | RSTI-3.22 Российские сети (обыкновенные) | FUTRSTI03220 | rub | 1 | -| OZM2 | OZON-6.22 Озон | FUTOZON06220 | rub | 1 | -| LKU2 | LKOH-9.22 Лукойл | FUTLKOH09220 | rub | 1 | 1. -| MEM2 | MOEX-6.22 Московская биржа | FUTMOEX06220 | rub | 1 | -| PHH2 | PHOR-3.22 ФосАгро | FUTPHOR03220 | rub | 1 | -| HYH2 | HYDR-3.22 РусГидро | FUTHYDR03220 | rub | 1 | -| FNM2 | FNI-6.22 Индекс Финансов | FUTFNI062200 | rub | 1 | -| MGU2 | MAGN-9.22 ММК | FUTMAGN09220 | rub | 1 | 1. -| MTH2 | MTSI-3.22 МТС | FUTMTSI03220 | rub | 1 | -| JPH2 | UJPY-3.22 Курс доллар США - Японская йена | FUTUJPY03220 | rub | 1 | -| MLM2 | MAIL-6.22 VK | FUTMAIL06220 | rub | 1 | -| FSU2 | FEES-9.22 ФСК ЕЭС | FUTFEES09220 | rub | 1 | 1. -| AFU2 | AFLT-9.22 Аэрофлот | FUTAFLT09220 | rub | 1 | 1. -| CHU2 | CHMF-9.22 Северсталь | FUTCHMF09220 | rub | 1 | 1. -| SFM2 | SPYF-6.22 SPDR S&P 500 ETF Trust | FUTSPYF06220 | rub | 1 | -| RNZ2 | ROSN-12.22 Роснефть | FUTROSN12220 | rub | 1 | 1. -| MXH3 | MIX-3.23 Индекс МосБиржи | FUTMIX032300 | rub | 1 | 25. -| RNZ4 | ROSN-12.24 Роснефть | FUTROSN12240 | rub | 1 | 1. -| MXH2 | MIX-3.22 Индекс МосБиржи | FUTMIX032200 | rub | 1 | -| MMU4 | MXI-9.24 Индекс МосБиржи (мини) | FUTMXI092400 | rub | 1 | 0.05 -| VIG2 | RVI-2.22 Волатильность российского рынка | FUTRVI022200 | rub | 1 | -| SiM3 | Si-6.23 Курс доллар - рубль | FUTSI0623000 | rub | 1 | 1. -| YNH2 | YNDF-3.22 Яндекс | FUTYNDF03220 | rub | 1 | -| MNZ2 | MGNT-12.22 Магнит | FUTMGNT12220 | rub | 1 | 1. -| NGJ2 | NG-4.22 Природный газ | FUTNG0422000 | rub | 1 | -| RNM2 | ROSN-6.22 Роснефть | FUTROSN06220 | rub | 1 | -| RNM4 | ROSN-6.24 Роснефть | FUTROSN06240 | rub | 1 | 1. -| NGU2 | NG-9.22 Природный газ | FUTNG0922000 | rub | 1 | 0.001 -| IRM2 | IRAO-6.22 Интер РАО ЕЭС | FUTIRAO06220 | rub | 1 | -| USDRUBF | USDRUBF Доллар - Рубль | FUTUSDRUBF00 | rub | 1 | 0.01 -| NlK2 | Nl-5.22 Никель | FUTNL0522000 | rub | 1 | -| EDM2 | ED-6.22 Курс евро - доллар | FUTED0622000 | rub | 1 | -| HYU2 | HYDR-9.22 РусГидро | FUTHYDR09220 | rub | 1 | 1. -| DYU2 | DSKY-9.22 Детский мир | FUTDSKY09220 | rub | 1 | 1. -| BRG3 | BR-2.23 Нефть Brent | FUTBR0223000 | rub | 1 | 0.01 -| EuZ2 | Eu-12.22 Курс евро - рубль | FUTEU1222000 | rub | 1 | 1. -| AFH2 | AFLT-3.22 Аэрофлот | FUTAFLT03220 | rub | 1 | -| SAN2 | SUGR-7.22 Сахар | FUTSUGR07220 | rub | 1 | -| CRZ2 | CNY-12.22 Курс Юань - Рубль | FUTCNY122200 | rub | 1 | 0.01 -| RBU2 | RGBI-9.22 Индекс Государственных облигаций | FUTRGBI09220 | rub | 1 | 1. -| REU2 | RSTI-9.22 Российские сети (обыкновенные) | FUTRSTI09220 | rub | 1 | 1. -| NlM2 | Nl-6.22 Никель | FUTNL0622000 | rub | 1 | -| LKH2 | LKOH-3.22 Лукойл | FUTLKOH03220 | rub | 1 | -| FVU2 | FIVE-9.22 X5 RetailGroup | FUTFIVE09220 | rub | 1 | 1. -| SiM2 | Si-6.22 Курс доллар - рубль | BBG00VHGV1J0 | rub | 1 | -| EuH3 | Eu-3.23 Курс евро - рубль | FUTEU0323000 | rub | 1 | 1. -| VIK2 | RVI-5.22 Волатильность российского рынка | FUTRVI052200 | rub | 1 | -| ALM2 | ALRS-6.22 Алроса | FUTALRS06220 | rub | 1 | -| TNU2 | TRNF-9.22 Транснефть (привилегированные) | FUTTRNF09220 | rub | 1 | 1. -| BRJ2 | BR-4.22 Нефть Brent | FUTBR0422000 | rub | 1 | -| BRX2 | BR-11.22 Нефть Brent | FUTBR1122000 | rub | 1 | 0.01 -| SGU2 | SNGP-9.22 Сургутнефтегаз (привилегированные) | FUTSNGP09220 | rub | 1 | 1. -| GZU4 | GAZR-9.24 Газпром | FUTGAZR09240 | rub | 1 | 1. -| MNU2 | MGNT-9.22 Магнит | FUTMGNT09220 | rub | 1 | 1. -| GZU2 | GAZR-9.22 Газпром | FUTGAZR09220 | rub | 1 | 1. -| SRU2 | SBRF-9.22 Сбер Банк (обыкновенные) | FUTSBRF09220 | rub | 1 | 1. -| CFH2 | UCHF-3.22 Курс доллар США - Швейцарский франк | FUTUCHF03220 | rub | 1 | -| PZM2 | PLZL-6.22 Полюс Золото | FUTPLZL06220 | rub | 1 | -| SGH2 | SNGP-3.22 Сургутнефтегаз (привилегированные) | FUTSNGP03220 | rub | 1 | -| ALH2 | ALRS-3.22 Алроса | FUTALRS03220 | rub | 1 | -| NlG2 | Nl-2.22 Никель | FUTNL0222000 | rub | 1 | -| CRM2 | CNY-6.22 Курс Юань - Рубль | FUTCNY062200 | rub | 1 | -| OGU2 | OGI-9.22 Индекс Нефти и газа | FUTOGI092200 | rub | 1 | 1. -| SiH2 | Si-3.22 Курс доллар - рубль | BBG00SF88HL5 | rub | 1 | -| POM2 | POLY-6.22 Polymetal | FUTPOLY06220 | rub | 1 | -| TTZ2 | TATN-12.22 Татнефть | FUTTATN12220 | rub | 1 | 1. -| BRJ3 | BR-4.23 Нефть Brent | FUTBR0423000 | rub | 1 | 0.01 -| RLU2 | RUAL-9.22 РУСАЛ | FUTRUAL09220 | rub | 1 | 1. -| MAM2 | MMI-6.22 Индекс Металлов и добычи | FUTMMI062200 | rub | 1 | -| RIZ2 | RTS-12.22 Индекс РТС | FUTRTS122200 | rub | 1 | 10. -| BRF3 | BR-1.23 Нефть Brent | FUTBR0123000 | rub | 1 | 0.01 -| CSU2 | CNI-9.22 Индекс Потребительского сектора | FUTCNI092200 | rub | 1 | 1. -| NKM2 | NOTK-6.22 Новатэк | FUTNOTK06220 | rub | 1 | -| TTM2 | TATN-6.22 Татнефть | FUTTATN06220 | rub | 1 | -| OGM2 | OGI-6.22 Индекс Нефти и газа | FUTOGI062200 | rub | 1 | 1. -| GZH5 | GAZR-3.25 Газпром | FUTGAZR03250 | rub | 1 | 1. -| SRH3 | SBRF-3.23 Сбер Банк (обыкновенные) | FUTSBRF03230 | rub | 1 | 1. -| GZH3 | GAZR-3.23 Газпром | FUTGAZR03230 | rub | 1 | 1. -| NMM2 | NLMK-6.22 НЛМК | FUTNLMK06220 | rub | 1 | -| PTU2 | PLT-9.22 Платина | FUTPLT092200 | rub | 1 | 0.1 -| SRH2 | SBRF-3.22 Сбер Банк (обыкновенные) | FUTSBRF03220 | rub | 1 | -| CoM2 | Co-6.22 Медь | FUTCO0622000 | rub | 1 | -| NGM2 | NG-6.22 Природный газ | FUTNG0622000 | rub | 1 | -| RIH2 | RTS-3.22 Индекс РТС | FUTRTS032200 | rub | 1 | -| MXZ2 | MIX-12.22 Индекс МосБиржи | FUTMIX122200 | rub | 1 | 25. -| GZH2 | GAZR-3.22 Газпром | FUTGAZR03220 | rub | 1 | -| NGH2 | NG-3.22 Природный газ | FUTNG0322000 | rub | 1 | -| PDH2 | PLD-3.22 Палладий | FUTPLD032200 | rub | 1 | -| SFH2 | SPYF-3.22 SPDR S&P 500 ETF Trust | FUTSPYF03220 | rub | 1 | -| NMZ2 | NLMK-12.22 НЛМК | FUTNLMK12220 | rub | 1 | 1. -| CRU2 | CNY-9.22 Курс Юань - Рубль | FUTCNY092200 | rub | 1 | 0.01 -| SSH2 | SMLT-3.22 ГК Самолет | FUTSMLT03220 | rub | 1 | -| RIZ3 | RTS-12.23 Индекс РТС | FUTRTS122300 | rub | 1 | 10. -| RMM2 | RTSM-6.22 Индекс РТС (мини) | FUTRTSM06220 | rub | 1 | 0.5 -| VBU2 | VTBR-9.22 ВТБ | FUTVTBR09220 | rub | 1 | 1. -| MTM2 | MTSI-6.22 МТС | FUTMTSI06220 | rub | 1 | 1. -| MAU2 | MMI-9.22 Индекс Металлов и добычи | FUTMMI092200 | rub | 1 | 1. -| RLH2 | RUAL-3.22 РУСАЛ | FUTRUAL03220 | rub | 1 | -| GKH2 | GMKN-3.22 Норильский никель | FUTGMKN03220 | rub | 1 | -| SOM2 | SIBN-6.22 Газпром нефть | FUTSIBN06220 | rub | 1 | -| EDU2 | ED-9.22 Курс евро - доллар | FUTED0922000 | rub | 1 | 0.0001 -| CAH2 | UCAD-3.22 Курс Доллар США - Канадский доллар | FUTUCAD03220 | rub | 1 | -| HOM2 | HOME-6.22 Индекс московской недвижимости | FUTHOME06220 | rub | 1 | -| BRM2 | BR-6.22 Нефть Brent | FUTBR0622000 | rub | 1 | -| CHM2 | CHMF-6.22 Северсталь | FUTCHMF06220 | rub | 1 | -| GDZ2 | GOLD-12.22 Золото | FUTGOLD12220 | rub | 1 | 0.1 -| PIU2 | PIKK-9.22 ПИК | FUTPIKK09220 | rub | 1 | 1. -| RIH3 | RTS-3.23 Индекс РТС | FUTRTS032300 | rub | 1 | 10. -| PDZ2 | PLD-12.22 Палладий | FUTPLD122200 | rub | 1 | 0.01 -| MCH2 | MTLR-3.22 Мечел (обыкновенные) | FUTMTLR03220 | rub | 1 | -| PTM2 | PLT-6.22 Платина | FUTPLT062200 | rub | 1 | -| EuH2 | Eu-3.22 Курс евро - рубль | BBG00X869ZD4 | rub | 1 | -| PTZ2 | PLT-12.22 Платина | FUTPLT122200 | rub | 1 | 0.1 -| AKM2 | AFKS-6.22 АФК Система (обыкновенные) | FUTAFKS06220 | rub | 1 | 1. -| CoQ2 | Co-8.22 Медь | FUTCO0822000 | rub | 1 | 0.5 -| RTM2 | RTKM-6.22 Ростелеком | FUTRTKM06220 | rub | 1 | -| MXU2 | MIX-9.22 Индекс МосБиржи | FUTMIX092200 | rub | 1 | 25. -| AUH2 | AUDU-3.22 Курс Австралийский доллар - Доллар США | FUTAUDU03220 | rub | 1 | -| MCU2 | MTLR-9.22 Мечел (обыкновенные) | FUTMTLR09220 | rub | 1 | 1. -| PIH2 | PIKK-3.22 ПИК | FUTPIKK03220 | rub | 1 | -| SPM2 | SBPR-6.22 Сбер Банк (привилегированные) | FUTSBPR06220 | rub | 1 | -| RIM2 | RTS-6.22 Индекс РТС | FUTRTS062200 | rub | 1 | -| VIH2 | RVI-3.22 Волатильность российского рынка | FUTRVI032200 | rub | 1 | -| EuM3 | Eu-6.23 Курс евро - рубль | FUTEU0623000 | rub | 1 | 1. -| FNU2 | FNI-9.22 Индекс Финансов | FUTFNI092200 | rub | 1 | 1. -| PDM2 | PLD-6.22 Палладий | FUTPLD062200 | rub | 1 | -| GKU2 | GMKN-9.22 Норильский никель | FUTGMKN09220 | rub | 1 | 1. -| SVZ2 | SILV-12.22 Серебро | FUTSILV12220 | rub | 1 | 0.01 -| VBH2 | VTBR-3.22 ВТБ | FUTVTBR03220 | rub | 1 | +| Ticker | Full name | FIGI | Cur | Lot | Step | +|--------------|-----------------------------------------------------------|--------------|-----|---------|------------| +| SFU2 | SPYF-9.22 S&P 500 | FUTSPYF09220 | rub | 1 | 0.01 | +| SGM2 | SNGP-6.22 Сургутнефтегаз (привилегированные) | FUTSNGP06220 | rub | 1 | 1 | +| ALZ2 | ALRS-12.22 Алроса | FUTALRS12220 | rub | 1 | 1 | +| NMM2 | NLMK-6.22 НЛМК | FUTNLMK06220 | rub | 1 | 0 | +| SNU2 | SNGR-9.22 Сургутнефтегаз (обыкновенные) | FUTSNGR09220 | rub | 1 | 1 | +| SiM4 | Si-6.24 Курс доллар - рубль | FUTSI0624000 | rub | 1 | 1 | +| NGH2 | NG-3.22 Природный газ | FUTNG0322000 | rub | 1 | 0 | +| MTZ2 | MTSI-12.22 МТС | FUTMTSI12220 | rub | 1 | 1 | +| VIU2 | RVI-9.22 Волатильность российского рынка | FUTRVI092200 | rub | 1 | 0.05 | +| RBM2 | RGBI-6.22 Индекс Государственных облигаций | FUTRGBI06220 | rub | 1 | 1 | +| HYM2 | HYDR-6.22 РусГидро | FUTHYDR06220 | rub | 1 | 0 | +| VIF2 | RVI-1.22 Волатильность российского рынка | FUTRVI012200 | rub | 1 | 0 | +| PZU2 | PLZL-9.22 Полюс Золото | FUTPLZL09220 | rub | 1 | 1 | +| AKM2 | AFKS-6.22 АФК Система (обыкновенные) | FUTAFKS06220 | rub | 1 | 0 | +| DYH2 | DSKY-3.22 Детский мир | FUTDSKY03220 | rub | 1 | 1 | +| TTU2 | TATN-9.22 Татнефть | FUTTATN09220 | rub | 1 | 1 | +| MAU2 | MMI-9.22 Индекс Металлов и добычи | FUTMMI092200 | rub | 1 | 1 | +| RIM3 | RTS-6.23 Индекс РТС | FUTRTS062300 | rub | 1 | 10 | +| AUZ2 | AUDU-12.22 Курс Австралийский доллар - Доллар США | FUTAUDU12220 | rub | 1 | 0.0001 | +| NlJ2 | Nl-4.22 Никель | FUTNL0422000 | rub | 1 | 5 | +| MMU4 | MXI-9.24 Индекс МосБиржи (мини) | FUTMXI092400 | rub | 1 | 0.05 | +| MCH2 | MTLR-3.22 Мечел (обыкновенные) | FUTMTLR03220 | rub | 1 | 0 | +| LKM2 | LKOH-6.22 Лукойл | FUTLKOH06220 | rub | 1 | 0 | +| AFH2 | AFLT-3.22 Аэрофлот | FUTAFLT03220 | rub | 1 | 0 | +| GKZ2 | GMKN-12.22 Норильский никель | FUTGMKN12220 | rub | 1 | 1 | +| CoK2 | Co-5.22 Медь | FUTCO0522000 | rub | 1 | 0 | +| SPM2 | SBPR-6.22 Сбер Банк (привилегированные) | FUTSBPR06220 | rub | 1 | 1 | +| GZM3 | GAZR-6.23 Газпром | FUTGAZR06230 | rub | 1 | 1 | +| SOM2 | SIBN-6.22 Газпром нефть | FUTSIBN06220 | rub | 1 | 0 | +| AFM2 | AFLT-6.22 Аэрофлот | FUTAFLT06220 | rub | 1 | 0 | +| PZM2 | PLZL-6.22 Полюс Золото | FUTPLZL06220 | rub | 1 | 1 | +| CHU2 | CHMF-9.22 Северсталь | FUTCHMF09220 | rub | 1 | 1 | +| MXH2 | MIX-3.22 Индекс МосБиржи | FUTMIX032200 | rub | 1 | 0 | +| MMM3 | MXI-6.23 Индекс МосБиржи (мини) | FUTMXI062300 | rub | 1 | 0.05 | +| AKU2 | AFKS-9.22 АФК Система | FUTAFKS09220 | rub | 1 | 1 | +| MCZ2 | MTLR-12.22 Мечел | FUTMTLR12220 | rub | 1 | 1 | +| NlU2 | Nl-9.22 Никель | FUTNL0922000 | rub | 1 | 5 | +| BRF3 | BR-1.23 Нефть Brent | FUTBR0123000 | rub | 1 | 0.01 | +| SiH4 | Si-3.24 Курс доллар - рубль | FUTSI0324000 | rub | 1 | 1 | +| NGG2 | NG-2.22 Природный газ | FUTNG0222000 | rub | 1 | 0 | +| VIQ2 | RVI-8.22 Волатильность российского рынка | FUTRVI082200 | rub | 1 | 0.05 | +| PIH2 | PIKK-3.22 ПИК | FUTPIKK03220 | rub | 1 | 0 | +| PIU2 | PIKK-9.22 ПИК | FUTPIKK09220 | rub | 1 | 1 | +| SVZ2 | SILV-12.22 Серебро | FUTSILV12220 | rub | 1 | 0.01 | +| VBU2 | VTBR-9.22 ВТБ | FUTVTBR09220 | rub | 1 | 1 | +| AUU2 | AUDU-9.22 Курс Австралийский доллар - Доллар США | FUTAUDU09220 | rub | 1 | 0.0001 | +| POU2 | POLY-9.22 Polymetal | FUTPOLY09220 | rub | 1 | 1 | +| GUH2 | GBPU-3.22 Курс Фунт стерлингов - Доллар | FUTGBPU03220 | rub | 1 | 0 | +| NlQ2 | Nl-8.22 Никель | FUTNL0822000 | rub | 1 | 5 | +| RNH5 | ROSN-3.25 Роснефть | FUTROSN03250 | rub | 1 | 1 | +| MMZ4 | MXI-12.24 Индекс МосБиржи (мини) | FUTMXI122400 | rub | 1 | 0.05 | +| TNM2 | TRNF-6.22 Транснефть (привилегированные) | FUTTRNF06220 | rub | 1 | 0 | +| RIM2 | RTS-6.22 Индекс РТС | FUTRTS062200 | rub | 1 | 0 | +| RNU5 | ROSN-9.25 Роснефть | FUTROSN09250 | rub | 1 | 1 | +| BRV2 | BR-10.22 Нефть Brent | FUTBR1022000 | rub | 1 | 0.01 | +| RTZ2 | RTKM-12.22 Ростелеком | FUTRTKM12220 | rub | 1 | 1 | +| BRH2 | BR-3.22 Нефть Brent | FUTBR0322000 | rub | 1 | 0 | +| AKZ2 | AFKS-12.22 АФК Система | FUTAFKS12220 | rub | 1 | 1 | +| EuU3 | Eu-9.23 Курс евро - рубль | FUTEU0923000 | rub | 1 | 1 | +| MEZ2 | MOEX-12.22 Московская биржа | FUTMOEX12220 | rub | 1 | 1 | +| MLM2 | MAIL-6.22 VK | FUTMAIL06220 | rub | 1 | 0 | +| OGZ2 | OGI-12.22 Индекс Нефти и газа | FUTOGI122200 | rub | 1 | 1 | +| GDM2 | GOLD-6.22 Золото | FUTGOLD06220 | rub | 1 | 0.1 | +| NKU2 | NOTK-9.22 Новатэк | FUTNOTK09220 | rub | 1 | 1 | +| EuZ3 | Eu-12.23 Курс евро - рубль | FUTEU1223000 | rub | 1 | 1 | +| SRZ2 | SBRF-12.22 Сбер Банк (обыкновенные) | FUTSBRF12220 | rub | 1 | 1 | +| VBZ2 | VTBR-12.22 ВТБ | FUTVTBR12220 | rub | 1 | 1 | +| SVM3 | SILV-6.23 Серебро | FUTSILV06230 | rub | 1 | 0.01 | +| MNU2 | MGNT-9.22 Магнит | FUTMGNT09220 | rub | 1 | 1 | +| NMZ2 | NLMK-12.22 НЛМК | FUTNLMK12220 | rub | 1 | 1 | +| MXM3 | MIX-6.23 Индекс МосБиржи | FUTMIX062300 | rub | 1 | 25 | +| OZU2 | OZON-9.22 Озон | FUTOZON09220 | rub | 1 | 1 | +| BRX2 | BR-11.22 Нефть Brent | FUTBR1122000 | rub | 1 | 0.01 | +| RNM3 | ROSN-6.23 Роснефть | FUTROSN06230 | rub | 1 | 1 | +| YNU2 | YNDF-9.22 Яндекс | FUTYNDF09220 | rub | 1 | 1 | +| RTH2 | RTKM-3.22 Ростелеком | FUTRTKM03220 | rub | 1 | 0 | +| GUZ2 | GBPU-12.22 Курс Фунт стерлингов - Доллар | FUTGBPU12220 | rub | 1 | 0.0001 | +| PTH3 | PLT-3.23 Платина | FUTPLT032300 | rub | 1 | 0.1 | +| SSH2 | SMLT-3.22 ГК Самолет | FUTSMLT03220 | rub | 1 | 1 | +| SNM2 | SNGR-6.22 Сургутнефтегаз | FUTSNGR06220 | rub | 1 | 1 | +| SFM3 | SPYF-6.23 S&P 500 | FUTSPYF06230 | rub | 1 | 0.01 | +| RIU3 | RTS-9.23 Индекс РТС | FUTRTS092300 | rub | 1 | 10 | +| SSM2 | SMLT-6.22 ГК Самолет | FUTSMLT06220 | rub | 1 | 1 | +| BRM3 | BR-6.23 Нефть Brent | FUTBR0623000 | rub | 1 | 0.01 | +| GZH5 | GAZR-3.25 Газпром | FUTGAZR03250 | rub | 1 | 1 | +| GKM2 | GMKN-6.22 Норильский никель | FUTGMKN06220 | rub | 1 | 0 | +| GZM4 | GAZR-6.24 Газпром | FUTGAZR06240 | rub | 1 | 1 | +| MTU2 | MTSI-9.22 МТС | FUTMTSI09220 | rub | 1 | 1 | +| GDZ2 | GOLD-12.22 Золото | FUTGOLD12220 | rub | 1 | 0.1 | +| REU2 | RSTI-9.22 Российские сети | FUTRSTI09220 | rub | 1 | 1 | +| EuH2 | Eu-3.22 Курс евро - рубль | BBG00X869ZD4 | rub | 1 | 0 | +| NGQ2 | NG-8.22 Природный газ | FUTNG0822000 | rub | 1 | 0.001 | +| HYU2 | HYDR-9.22 РусГидро | FUTHYDR09220 | rub | 1 | 1 | +| GDM3 | GOLD-6.23 Золото | FUTGOLD06230 | rub | 1 | 0.1 | +| MMU2 | MXI-9.22 Индекс МосБиржи (мини) | FUTMXI092200 | rub | 1 | 0.05 | +| SVM2 | SILV-6.22 Серебро | FUTSILV06220 | rub | 1 | 0 | +| CHZ2 | CHMF-12.22 Северсталь | FUTCHMF12220 | rub | 1 | 1 | +| MLU2 | MAIL-9.22 VK | FUTMAIL09220 | rub | 1 | 1 | +| BRJ2 | BR-4.22 Нефть Brent | FUTBR0422000 | rub | 1 | 0 | +| RSU2 | RTSS-9.22 Индекс голубых фишек | FUTRTSS09220 | rub | 1 | 1 | +| BRG2 | BR-2.22 Нефть Brent | FUTBR0222000 | rub | 1 | 0 | +| MGU2 | MAGN-9.22 ММК | FUTMAGN09220 | rub | 1 | 1 | +| SPH2 | SBPR-3.22 Сбер Банк (привилегированные) | FUTSBPR03220 | rub | 1 | 0 | +| USDRUBF | USDRUBF Доллар - Рубль | FUTUSDRUBF00 | rub | 1 | 0.01 | +| EURRUBF | EURRUBF Евро - Рубль | FUTEURRUBF00 | rub | 1 | 0.01 | +| MMU5 | MXI-9.25 Индекс МосБиржи (мини) | FUTMXI092500 | rub | 1 | 0.05 | +| MNZ2 | MGNT-12.22 Магнит | FUTMGNT12220 | rub | 1 | 1 | +| MMH5 | MXI-3.25 Индекс МосБиржи (мини) | FUTMXI032500 | rub | 1 | 0.05 | +| NAM3 | NASD-6.23 Nasdaq 100 | FUTNASD06230 | rub | 1 | 1 | +| RNU4 | ROSN-9.24 Роснефть | FUTROSN09240 | rub | 1 | 1 | +| LKM3 | LKOH-6.23 Лукойл | FUTLKOH06230 | rub | 1 | 1 | +| VIM2 | RVI-6.22 Волатильность российского рынка | FUTRVI062200 | rub | 1 | 0 | +| RNZ2 | ROSN-12.22 Роснефть | FUTROSN12220 | rub | 1 | 1 | +| MMZ2 | MXI-12.22 Индекс МосБиржи (мини) | FUTMXI122200 | rub | 1 | 0.05 | +| JPH2 | UJPY-3.22 Курс доллар США - Японская йена | FUTUJPY03220 | rub | 1 | 0 | +| AUM2 | AUDU-6.22 Курс Австралийский доллар - Доллар США | FUTAUDU06220 | rub | 1 | 0.0001 | +| SFM2 | SPYF-6.22 SPDR S&P 500 ETF Trust | FUTSPYF06220 | rub | 1 | 0 | +| RIM4 | RTS-6.24 Индекс РТС | FUTRTS062400 | rub | 1 | 10 | +| MMM2 | MXI-6.22 Индекс МосБиржи (мини) | FUTMXI062200 | rub | 1 | 0 | +| NAU3 | NASD-9.23 Nasdaq 100 | FUTNASD09230 | rub | 1 | 1 | +| CAH2 | UCAD-3.22 Курс Доллар США - Канадский доллар | FUTUCAD03220 | rub | 1 | 0 | +| ALU2 | ALRS-9.22 Алроса | FUTALRS09220 | rub | 1 | 1 | +| CHM2 | CHMF-6.22 Северсталь | FUTCHMF06220 | rub | 1 | 0 | +| W4U2 | WHEAT-9.22 Индекс Пшеницы | FUTWHEA09220 | rub | 1 | 10 | +| LKZ2 | LKOH-12.22 Лукойл | FUTLKOH12220 | rub | 1 | 1 | +| NAZ2 | NASD-12.22 Nasdaq 100 | FUTNASD12220 | rub | 1 | 1 | +| YNM2 | YNDF-6.22 Яндекс | FUTYNDF06220 | rub | 1 | 1 | +| MTM2 | MTSI-6.22 МТС | FUTMTSI06220 | rub | 1 | 0 | +| CSZ2 | CNI-12.22 Индекс Потребительского сектора | FUTCNI122200 | rub | 1 | 1 | +| PTU2 | PLT-9.22 Платина | FUTPLT092200 | rub | 1 | 0.1 | +| RLZ2 | RUAL-12.22 РУСАЛ | FUTRUAL12220 | rub | 1 | 1 | +| PHU2 | PHOR-9.22 ФосАгро | FUTPHOR09220 | rub | 1 | 1 | +| CAU2 | UCAD-9.22 Курс Доллар США - Канадский доллар | FUTUCAD09220 | rub | 1 | 0.0001 | +| GUM2 | GBPU-6.22 Курс Фунт стерлингов - Доллар | FUTGBPU06220 | rub | 1 | 0 | +| IRH2 | IRAO-3.22 Интер РАО ЕЭС | FUTIRAO03220 | rub | 1 | 1 | +| SAN2 | SUGR-7.22 Сахар | FUTSUGR07220 | rub | 1 | 0.01 | +| CoN2 | Co-7.22 Медь | FUTCO0722000 | rub | 1 | 0 | +| YNH2 | YNDF-3.22 Яндекс | FUTYNDF03220 | rub | 1 | 0 | +| RIZ2 | RTS-12.22 Индекс РТС | FUTRTS122200 | rub | 1 | 10 | +| RNZ4 | ROSN-12.24 Роснефть | FUTROSN12240 | rub | 1 | 1 | +| MNH2 | MGNT-3.22 Магнит | FUTMGNT03220 | rub | 1 | 0 | +| PDH3 | PLD-3.23 Палладий | FUTPLD032300 | rub | 1 | 0.01 | +| PTM2 | PLT-6.22 Платина | FUTPLT062200 | rub | 1 | 0.1 | +| RIZ3 | RTS-12.23 Индекс РТС | FUTRTS122300 | rub | 1 | 10 | +| SRH3 | SBRF-3.23 Сбер Банк (обыкновенные) | FUTSBRF03230 | rub | 1 | 1 | +| MEM2 | MOEX-6.22 Московская биржа | FUTMOEX06220 | rub | 1 | 0 | +| SiH3 | Si-3.23 Курс доллар - рубль | FUTSI0323000 | rub | 1 | 1 | +| FSM2 | FEES-6.22 ФСК ЕЭС | FUTFEES06220 | rub | 1 | 1 | +| SRM2 | SBRF-6.22 Сбер Банк (обыкновенные) | FUTSBRF06220 | rub | 1 | 0 | +| FNU2 | FNI-9.22 Индекс Финансов | FUTFNI092200 | rub | 1 | 1 | +| LKH2 | LKOH-3.22 Лукойл | FUTLKOH03220 | rub | 1 | 0 | +| SNH2 | SNGR-3.22 Сургутнефтегаз | FUTSNGR03220 | rub | 1 | 0 | +| EDH2 | ED-3.22 Курс евро - доллар | FUTED0322000 | rub | 1 | 0 | +| PHM2 | PHOR-6.22 ФосАгро | FUTPHOR06220 | rub | 1 | 1 | +| RMH2 | RTSM-3.22 Индекс РТС (мини) | FUTRTSM03220 | rub | 1 | 0 | +| EDH3 | ED-3.23 Курс евро-доллар | FUTED0323000 | rub | 1 | 0.0001 | +| CFH2 | UCHF-3.22 Курс доллар США - Швейцарский франк | FUTUCHF03220 | rub | 1 | 0.0001 | +| GDH3 | GOLD-3.23 Золото | FUTGOLD03230 | rub | 1 | 0.1 | +| CAM2 | UCAD-6.22 Курс Доллар США - Канадский доллар | FUTUCAD06220 | rub | 1 | 0.0001 | +| VIK2 | RVI-5.22 Волатильность российского рынка | FUTRVI052200 | rub | 1 | 0 | +| W4V2 | WHEAT-10.22 Индекс Пшеницы | FUTWHEA10220 | rub | 1 | 10 | +| GZH3 | GAZR-3.23 Газпром | FUTGAZR03230 | rub | 1 | 1 | +| CSU2 | CNI-9.22 Индекс Потребительского сектора | FUTCNI092200 | rub | 1 | 1 | +| TTM2 | TATN-6.22 Татнефть | FUTTATN06220 | rub | 1 | 1 | +| MXZ2 | MIX-12.22 Индекс МосБиржи | FUTMIX122200 | rub | 1 | 25 | +| YNZ2 | YNDF-12.22 Яндекс | FUTYNDF12220 | rub | 1 | 1 | +| RMM3 | RTSM-6.23 Индекс РТС (мини) | FUTRTSM06230 | rub | 1 | 0.5 | +| RNM4 | ROSN-6.24 Роснефть | FUTROSN06240 | rub | 1 | 1 | +| DYZ2 | DSKY-12.22 Детский мир | FUTDSKY12220 | rub | 1 | 1 | +| HOH2 | HOME-3.22 Индекс московской недвижимости | FUTHOME03220 | rub | 1 | 10 | +| SRM3 | SBRF-6.23 Сбер Банк (обыкновенные) | FUTSBRF06230 | rub | 1 | 1 | +| EuM2 | Eu-6.22 Курс евро - рубль | BBG00YHPF166 | rub | 1 | 0 | +| EDU2 | ED-9.22 Курс евро - доллар | FUTED0922000 | rub | 1 | 0.0001 | +| PHZ2 | PHOR-12.22 ФосАгро | FUTPHOR12220 | rub | 1 | 1 | +| OGU2 | OGI-9.22 Индекс Нефти и газа | FUTOGI092200 | rub | 1 | 1 | +| REZ2 | RSTI-12.22 Российские сети | FUTRSTI12220 | rub | 1 | 1 | +| BRJ3 | BR-4.23 Нефть Brent | FUTBR0423000 | rub | 1 | 0.01 | +| AFU2 | AFLT-9.22 Аэрофлот | FUTAFLT09220 | rub | 1 | 1 | +| RNU2 | ROSN-9.22 Роснефть | FUTROSN09220 | rub | 1 | 1 | +| NGV2 | NG-10.22 Природный газ | FUTNG1022000 | rub | 1 | 0.001 | +| SGZ2 | SNGP-12.22 Сургутнефтегаз (привилегированные) | FUTSNGP12220 | rub | 1 | 1 | +| RLH2 | RUAL-3.22 РУСАЛ | FUTRUAL03220 | rub | 1 | 1 | +| FVZ2 | FIVE-12.22 X5 RetailGroup | FUTFIVE12220 | rub | 1 | 1 | +| IRZ2 | IRAO-12.22 Интер РАО ЕЭС | FUTIRAO12220 | rub | 1 | 1 | +| RLU2 | RUAL-9.22 РУСАЛ | FUTRUAL09220 | rub | 1 | 1 | +| MEU2 | MOEX-9.22 Московская биржа | FUTMOEX09220 | rub | 1 | 1 | +| TTH2 | TATN-3.22 Татнефть | FUTTATN03220 | rub | 1 | 1 | +| ALM2 | ALRS-6.22 Алроса | FUTALRS06220 | rub | 1 | 0 | +| REM2 | RSTI-6.22 Российские сети (обыкновенные) | FUTRSTI06220 | rub | 1 | 0 | +| SOU2 | SIBN-9.22 Газпром нефть | FUTSIBN09220 | rub | 1 | 1 | +| RNM2 | ROSN-6.22 Роснефть | FUTROSN06220 | rub | 1 | 0 | +| GZH2 | GAZR-3.22 Газпром | FUTGAZR03220 | rub | 1 | 1 | +| SRU2 | SBRF-9.22 Сбер Банк (обыкновенные) | FUTSBRF09220 | rub | 1 | 1 | +| EuH3 | Eu-3.23 Курс евро - рубль | FUTEU0323000 | rub | 1 | 1 | +| LKH3 | LKOH-3.23 Лукойл | FUTLKOH03230 | rub | 1 | 1 | +| RIU2 | RTS-9.22 Индекс РТС | FUTRTS092200 | rub | 1 | 10 | +| NAH3 | NASD-3.23 Nasdaq 100 | FUTNASD03230 | rub | 1 | 1 | +| PDM2 | PLD-6.22 Палладий | FUTPLD062200 | rub | 1 | 0 | +| MCU2 | MTLR-9.22 Мечел | FUTMTLR09220 | rub | 1 | 1 | +| VIG2 | RVI-2.22 Волатильность российского рынка | FUTRVI022200 | rub | 1 | 0.05 | +| NlG2 | Nl-2.22 Никель | FUTNL0222000 | rub | 1 | 0 | +| POZ2 | POLY-12.22 Polymetal | FUTPOLY12220 | rub | 1 | 1 | +| GKU2 | GMKN-9.22 Норильский никель | FUTGMKN09220 | rub | 1 | 1 | +| PTZ2 | PLT-12.22 Платина | FUTPLT122200 | rub | 1 | 0.1 | +| MGM2 | MAGN-6.22 ММК | FUTMAGN06220 | rub | 1 | 0 | +| LKU2 | LKOH-9.22 Лукойл | FUTLKOH09220 | rub | 1 | 1 | +| NlV2 | Nl-10.22 Никель | FUTNL1022000 | rub | 1 | 5 | +| EuM3 | Eu-6.23 Курс евро - рубль | FUTEU0623000 | rub | 1 | 1 | +| SSU2 | SMLT-9.22 ГК Самолет | FUTSMLT09220 | rub | 1 | 1 | +| SFH3 | SPYF-3.23 S&P 500 | FUTSPYF03230 | rub | 1 | 0.01 | +| PDZ2 | PLD-12.22 Палладий | FUTPLD122200 | rub | 1 | 0.01 | +| NGF3 | NG-1.23 Природный газ | FUTNG0123000 | rub | 1 | 0.001 | +| CAZ2 | UCAD-12.22 Курс Доллар США - Канадский доллар | FUTUCAD12220 | rub | 1 | 0.0001 | +| JPM2 | UJPY-6.22 Курс доллар США - Японская йена | FUTUJPY06220 | rub | 1 | 0 | +| TTZ2 | TATN-12.22 Татнефть | FUTTATN12220 | rub | 1 | 1 | +| RSM2 | RTSS-6.22 Индекс голубых фишек | FUTRTSS06220 | rub | 1 | 0 | +| SiH2 | Si-3.22 Курс доллар - рубль | BBG00SF88HL5 | rub | 1 | 0 | +| IRM2 | IRAO-6.22 Интер РАО ЕЭС | FUTIRAO06220 | rub | 1 | 1 | +| DYU2 | DSKY-9.22 Детский мир | FUTDSKY09220 | rub | 1 | 1 | +| MMH3 | MXI-3.23 Индекс МосБиржи (мини) | FUTMXI032300 | rub | 1 | 0.05 | +| NMH2 | NLMK-3.22 НЛМК | FUTNLMK03220 | rub | 1 | 0 | +| NlH2 | Nl-3.22 Никель | FUTNL0322000 | rub | 1 | 5 | +| SiZ3 | Si-12.23 Курс доллар - рубль | FUTSI1223000 | rub | 1 | 1 | +| MLH2 | MAIL-3.22 VK | FUTMAIL03220 | rub | 1 | 0 | +| RMU2 | RTSM-9.22 Индекс РТС (мини) | FUTRTSM09220 | rub | 1 | 0.5 | +| AFZ2 | AFLT-12.22 Аэрофлот | FUTAFLT12220 | rub | 1 | 1 | +| SFH2 | SPYF-3.22 SPDR S&P 500 ETF Trust | FUTSPYF03220 | rub | 1 | 0 | +| EuZ2 | Eu-12.22 Курс евро - рубль | FUTEU1222000 | rub | 1 | 1 | +| CNYRUBF | CNYRUBF Юань - Рубль | FUTCNYRUBF00 | rub | 1 | 0.01 | +| HOZ2 | HOME-12.22 Индекс московской недвижимости | FUTHOME12220 | rub | 1 | 10 | +| RNH2 | ROSN-3.22 Роснефть | FUTROSN03220 | rub | 1 | 0 | +| RIH4 | RTS-3.24 Индекс РТС | FUTRTS032400 | rub | 1 | 10 | +| IRU2 | IRAO-9.22 Интер РАО ЕЭС | FUTIRAO09220 | rub | 1 | 1 | +| HOU2 | HOME-9.22 Индекс московской недвижимости | FUTHOME09220 | rub | 1 | 10 | +| NGJ2 | NG-4.22 Природный газ | FUTNG0422000 | rub | 1 | 0 | +| SFZ2 | SPYF-12.22 S&P 500 | FUTSPYF12220 | rub | 1 | 0.01 | +| SiM3 | Si-6.23 Курс доллар - рубль | FUTSI0623000 | rub | 1 | 1 | +| MEH2 | MOEX-3.22 Московская биржа | FUTMOEX03220 | rub | 1 | 1 | +| MMM4 | MXI-6.24 Индекс МосБиржи (мини) | FUTMXI062400 | rub | 1 | 0.05 | +| MGH2 | MAGN-3.22 ММК | FUTMAGN03220 | rub | 1 | 0 | +| HOM2 | HOME-6.22 Индекс московской недвижимости | FUTHOME06220 | rub | 1 | 0 | +| FNZ2 | FNI-12.22 Индекс Финансов | FUTFNI122200 | rub | 1 | 1 | +| SiU2 | Si-9.22 Курс доллар - рубль | BBG00X86FJ70 | rub | 1 | 1 | +| REH2 | RSTI-3.22 Российские сети (обыкновенные) | FUTRSTI03220 | rub | 1 | 1 | +| NKZ2 | NOTK-12.22 Новатэк | FUTNOTK12220 | rub | 1 | 1 | +| FSZ2 | FEES-12.22 ФСК ЕЭС | FUTFEES12220 | rub | 1 | 1 | +| W4X2 | WHEAT-11.22 Индекс Пшеницы | FUTWHEA11220 | rub | 1 | 10 | +| SPZ2 | SBPR-12.22 Сбер Банк (привилегированные) | FUTSBPR12220 | rub | 1 | 1 | +| BRN2 | BR-7.22 Нефть Brent | FUTBR0722000 | rub | 1 | 0 | +| EDZ2 | ED-12.22 Курс евро-доллар | FUTED1222000 | rub | 1 | 0.0001 | +| NlK2 | Nl-5.22 Никель | FUTNL0522000 | rub | 1 | 0 | +| NGK2 | NG-5.22 Природный газ | FUTNG0522000 | rub | 1 | 0.001 | +| SPU2 | SBPR-9.22 Сбер Банк (привилегированные) | FUTSBPR09220 | rub | 1 | 1 | +| RTU2 | RTKM-9.22 Ростелеком | FUTRTKM09220 | rub | 1 | 1 | +| AUH2 | AUDU-3.22 Курс Австралийский доллар - Доллар США | FUTAUDU03220 | rub | 1 | 0 | +| CoM2 | Co-6.22 Медь | FUTCO0622000 | rub | 1 | 0 | +| TNZ2 | TRNF-12.22 Транснефть (привилегированные) | FUTTRNF12220 | rub | 1 | 1 | +| FSH2 | FEES-3.22 ФСК ЕЭС | FUTFEES03220 | rub | 1 | 0 | +| PDH2 | PLD-3.22 Палладий | FUTPLD032200 | rub | 1 | 0.01 | +| NMU2 | NLMK-9.22 НЛМК | FUTNLMK09220 | rub | 1 | 1 | +| BRK3 | BR-5.23 Нефть Brent | FUTBR0523000 | rub | 1 | 0.01 | +| SiZ2 | Si-12.22 Курс доллар - рубль | BBG00YHPF1H4 | rub | 1 | 1 | +| FVM2 | FIVE-6.22 X5 RetailGroup | FUTFIVE06220 | rub | 1 | 0 | +| NGU2 | NG-9.22 Природный газ | FUTNG0922000 | rub | 1 | 0.001 | +| RTM2 | RTKM-6.22 Ростелеком | FUTRTKM06220 | rub | 1 | 0 | +| OZM2 | OZON-6.22 Озон | FUTOZON06220 | rub | 1 | 0 | +| CSM2 | CNI-6.22 Индекс Потребительского сектора | FUTCNI062200 | rub | 1 | 0 | +| SiU3 | Si-9.23 Курс доллар - рубль | FUTSI0923000 | rub | 1 | 1 | +| VBM2 | VTBR-6.22 ВТБ | FUTVTBR06220 | rub | 1 | 0 | +| MXU2 | MIX-9.22 Индекс МосБиржи | FUTMIX092200 | rub | 1 | 25 | +| GZU5 | GAZR-9.25 Газпром | FUTGAZR09250 | rub | 1 | 1 | +| GDU2 | GOLD-9.22 Золото | FUTGOLD09220 | rub | 1 | 0.1 | +| DYM2 | DSKY-6.22 Детский мир | FUTDSKY06220 | rub | 1 | 0 | +| POH2 | POLY-3.22 Polymetal | FUTPOLY03220 | rub | 1 | 1 | +| SSZ2 | SMLT-12.22 ГК Самолет | FUTSMLT12220 | rub | 1 | 1 | +| CoU2 | Co-9.22 Медь | FUTCO0922000 | rub | 1 | 0.5 | +| NlM2 | Nl-6.22 Никель | FUTNL0622000 | rub | 1 | 0 | +| NKM2 | NOTK-6.22 Новатэк | FUTNOTK06220 | rub | 1 | 1 | +| MMH2 | MXI-3.22 Индекс МосБиржи (мини) | FUTMXI032200 | rub | 1 | 0.05 | +| MGZ2 | MAGN-12.22 ММК | FUTMAGN12220 | rub | 1 | 1 | +| CYM2 | CY-6.22 Курс Юань - Рубль | FUTCY0622000 | rub | 1 | 0 | +| SVU2 | SILV-9.22 Серебро | FUTSILV09220 | rub | 1 | 0.01 | +| SAV2 | SUGR-10.22 Сахар | FUTSUGR10220 | rub | 1 | 0.01 | +| NGN2 | NG-7.22 Природный газ | FUTNG0722000 | rub | 1 | 0 | +| ALH2 | ALRS-3.22 Алроса | FUTALRS03220 | rub | 1 | 1 | +| VIN2 | RVI-7.22 Волатильность российского рынка | FUTRVI072200 | rub | 1 | 0 | +| GKH2 | GMKN-3.22 Норильский никель | FUTGMKN03220 | rub | 1 | 0 | +| SOZ2 | SIBN-12.22 Газпром нефть | FUTSIBN12220 | rub | 1 | 1 | +| OZH2 | OZON-3.22 Озон | FUTOZON03220 | rub | 1 | 0 | +| SRH2 | SBRF-3.22 Сбер Банк (обыкновенные) | FUTSBRF03220 | rub | 1 | 0 | +| BRG3 | BR-2.23 Нефть Brent | FUTBR0223000 | rub | 1 | 0.01 | +| NGX2 | NG-11.22 Природный газ | FUTNG1122000 | rub | 1 | 0.001 | +| PTH2 | PLT-3.22 Платина | FUTPLT032200 | rub | 1 | 0 | +| SAH3 | SUGR-3.23 Сахар | FUTSUGR03230 | rub | 1 | 0.01 | +| EuU2 | Eu-9.22 Курс евро - рубль | BBG00ZMKXM17 | rub | 1 | 1 | +| HYH2 | HYDR-3.22 РусГидро | FUTHYDR03220 | rub | 1 | 1 | +| EDM2 | ED-6.22 Курс евро - доллар | FUTED0622000 | rub | 1 | 0 | +| MNM2 | MGNT-6.22 Магнит | FUTMGNT06220 | rub | 1 | 0 | +| OZZ2 | OZON-12.22 Озон | FUTOZON12220 | rub | 1 | 1 | +| BRQ2 | BR-8.22 Нефть Brent | FUTBR0822000 | rub | 1 | 0.01 | +| BRK2 | BR-5.22 Нефть Brent | FUTBR0522000 | rub | 1 | 0 | +| SNZ2 | SNGR-12.22 Сургутнефтегаз (обыкновенные) | FUTSNGR12220 | rub | 1 | 1 | +| FVU2 | FIVE-9.22 X5 RetailGroup | FUTFIVE09220 | rub | 1 | 1 | +| BRN3 | BR-7.23 Нефть Brent | FUTBR0723000 | rub | 1 | 0.01 | +| NGM2 | NG-6.22 Природный газ | FUTNG0622000 | rub | 1 | 0 | +| PHH2 | PHOR-3.22 ФосАгро | FUTPHOR03220 | rub | 1 | 0 | +| CoQ2 | Co-8.22 Медь | FUTCO0822000 | rub | 1 | 0.5 | +| GZU2 | GAZR-9.22 Газпром | FUTGAZR09220 | rub | 1 | 1 | +| SOH2 | SIBN-3.22 Газпром нефть | FUTSIBN03220 | rub | 1 | 0 | +| SGH2 | SNGP-3.22 Сургутнефтегаз (привилегированные) | FUTSNGP03220 | rub | 1 | 0 | +| RNH3 | ROSN-3.23 Роснефть | FUTROSN03230 | rub | 1 | 1 | +| CRZ2 | CNY-12.22 Курс Юань - Рубль | FUTCNY122200 | rub | 1 | 0.01 | +| W4Z2 | WHEAT-12.22 Индекс Пшеницы | FUTWHEA12220 | rub | 1 | 10 | +| FNM2 | FNI-6.22 Индекс Финансов | FUTFNI062200 | rub | 1 | 0 | +| NlN2 | Nl-7.22 Никель | FUTNL0722000 | rub | 1 | 0 | +| POM2 | POLY-6.22 Polymetal | FUTPOLY06220 | rub | 1 | 0 | +| MXM2 | MIX-6.22 Индекс МосБиржи | FUTMIX062200 | rub | 1 | 0 | +| MTH2 | MTSI-3.22 МТС | FUTMTSI03220 | rub | 1 | 0 | +| BRZ2 | BR-12.22 Нефть Brent | FUTBR1222000 | rub | 1 | 0.01 | +| VIJ2 | RVI-4.22 Волатильность российского рынка | FUTRVI042200 | rub | 1 | 0 | +| NGZ2 | NG-12.22 Природный газ | FUTNG1222000 | rub | 1 | 0.001 | +| MCM2 | MTLR-6.22 Мечел (обыкновенные) | FUTMTLR06220 | rub | 1 | 0 | +| SAK2 | SUGR-5.22 Сахар | FUTSUGR05220 | rub | 1 | 0 | +| RIH3 | RTS-3.23 Индекс РТС | FUTRTS032300 | rub | 1 | 10 | +| CRU2 | CNY-9.22 Курс Юань - Рубль | FUTCNY092200 | rub | 1 | 0.01 | +| CoV2 | Co-10.22 Медь | FUTCO1022000 | rub | 1 | 0.5 | +| CFM2 | UCHF-6.22 Курс доллар США - Швейцарский франк | FUTUCHF06220 | rub | 1 | 0 | +| SGU2 | SNGP-9.22 Сургутнефтегаз (привилегированные) | FUTSNGP09220 | rub | 1 | 1 | +| MAM2 | MMI-6.22 Индекс Металлов и добычи | FUTMMI062200 | rub | 1 | 0 | +| RMZ2 | RTSM-12.22 Индекс РТС (мини) | FUTRTSM12220 | rub | 1 | 0.5 | +| RIH2 | RTS-3.22 Индекс РТС | FUTRTS032200 | rub | 1 | 0 | +| BRU2 | BR-9.22 Нефть Brent | FUTBR0922000 | rub | 1 | 0 | +| PIM2 | PIKK-6.22 ПИК | FUTPIKK06220 | rub | 1 | 0 | +| GZM2 | GAZR-6.22 Газпром | FUTGAZR06220 | rub | 1 | 0 | +| SAH2 | SUGR-3.22 Сахар | FUTSUGR03220 | rub | 1 | 0 | +| CRM2 | CNY-6.22 Курс Юань - Рубль | FUTCNY062200 | rub | 1 | 0.01 | +| NGF2 | NG-1.22 Природный газ | FUTNG0122000 | rub | 1 | 0 | +| RLM2 | RUAL-6.22 РУСАЛ | FUTRUAL06220 | rub | 1 | 1 | +| OGM2 | OGI-6.22 Индекс Нефти и газа | FUTOGI062200 | rub | 1 | 1 | +| MLZ2 | MAIL-12.22 VK | FUTMAIL12220 | rub | 1 | 1 | +| GZZ4 | GAZR-12.24 Газпром | FUTGAZR12240 | rub | 1 | 1 | +| AKH2 | AFKS-3.22 АФК Система - обыкновенные акции | FUTAFKS03220 | rub | 1 | 1 | +| GZZ2 | GAZR-12.22 Газпром | FUTGAZR12220 | rub | 1 | 1 | +| PZH2 | PLZL-3.22 Полюс Золото | FUTPLZL03220 | rub | 1 | 0 | +| GDH2 | GOLD-3.22 Золото | FUTGOLD03220 | rub | 1 | 0 | +| BRH3 | BR-3.23 Нефть Brent | FUTBR0323000 | rub | 1 | 0.01 | +| PDU2 | PLD-9.22 Палладий | FUTPLD092200 | rub | 1 | 0.01 | +| FSU2 | FEES-9.22 ФСК ЕЭС | FUTFEES09220 | rub | 1 | 1 | +| TNU2 | TRNF-9.22 Транснефть (привилегированные) | FUTTRNF09220 | rub | 1 | 1 | +| GZU4 | GAZR-9.24 Газпром | FUTGAZR09240 | rub | 1 | 1 | +| PIZ2 | PIKK-12.22 ПИК | FUTPIKK12220 | rub | 1 | 1 | +| HYZ2 | HYDR-12.22 РусГидро | FUTHYDR12220 | rub | 1 | 1 | +| SVH2 | SILV-3.22 Серебро | FUTSILV03220 | rub | 1 | 0 | +| VBH2 | VTBR-3.22 ВТБ | FUTVTBR03220 | rub | 1 | 0 | +| RMH3 | RTSM-3.23 Индекс РТС (мини) | FUTRTSM03230 | rub | 1 | 0.5 | +| RMM2 | RTSM-6.22 Индекс РТС (мини) | FUTRTSM06220 | rub | 1 | 0.5 | +| RBU2 | RGBI-9.22 Индекс Государственных облигаций | FUTRGBI09220 | rub | 1 | 1 | +| MAZ2 | MMI-12.22 Индекс Металлов и добычи | FUTMMI122200 | rub | 1 | 1 | +| VIH2 | RVI-3.22 Волатильность российского рынка | FUTRVI032200 | rub | 1 | 0 | +| SVH3 | SILV-3.23 Серебро | FUTSILV03230 | rub | 1 | 0.01 | +| PZZ2 | PLZL-12.22 Полюс Золото | FUTPLZL12220 | rub | 1 | 1 | +| FVH2 | FIVE-3.22 X5 RetailGroup | FUTFIVE03220 | rub | 1 | 0 | +| MXH3 | MIX-3.23 Индекс МосБиржи | FUTMIX032300 | rub | 1 | 25 | +| BRM2 | BR-6.22 Нефть Brent | FUTBR0622000 | rub | 1 | 0.01 | +| SiM2 | Si-6.22 Курс доллар - рубль | BBG00VHGV1J0 | rub | 1 | 0 | +| GUU2 | GBPU-9.22 Курс Фунт стерлингов - Доллар | FUTGBPU09220 | rub | 1 | 0.0001 | diff --git a/tests/test_TKSBrokerAPI.py b/tests/test_TKSBrokerAPI.py index 99bb2b1..3ae087a 100644 --- a/tests/test_TKSBrokerAPI.py +++ b/tests/test_TKSBrokerAPI.py @@ -82,49 +82,50 @@ def test_GetDatesAsStringCheckType(self): assert isinstance(result[1], str), "Not str type in second parameter returned!" def test_GetDatesAsStringPositive(self): - now = datetime.now(tzutc()) + now = datetime.now(tzutc()).replace(hour=0, minute=0, second=0, microsecond=0) + end = now.replace(hour=23, minute=59, second=59, microsecond=0) delta = timedelta(seconds=1) # diff between expected and actual results must be less than this value testData = [ (None, None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc()), now, + end, )), ("today", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc()), now, + end, )), ("yesterday", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=1), - now.replace(hour=23, minute=59, second=59, microsecond=0) - timedelta(days=1), + now - timedelta(days=1), + end - timedelta(days=1), )), ("week", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=7), - now, + now - timedelta(days=6), + end, )), ("month", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=30), - now, + now - timedelta(days=29), + end, )), ("year", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=365), - now, + now - timedelta(days=364), + end, )), ("-1", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=1), - now, + now - timedelta(days=0), + end, )), ("-2", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=2), - now, + now - timedelta(days=1), + end, )), ("-365", None, ( - now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=365), - now, + now - timedelta(days=364), + end, )), ("2020-02-20", None, ( datetime.strptime("2020-02-20", "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc()), - now, + end, )), ("2020-02-20", "2022-02-22", ( datetime.strptime("2020-02-20", "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc()), @@ -154,10 +155,9 @@ def test_GetDatesAsStringPositive(self): def test_ConsistentOfVariablesNames(self): mainVarNames = [ - "token", "iList", "accountId", - "aliases", "ticker", "figi", "depth", "server", "timeout", "headers", "body", "iList", - "historyLength", "historyInterval", - "instrumentsFile", "pricesFile", "overviewFile", "reportFile", "historyFile", + "token", "accountId", "iList", + "aliases", "aliasesKeys", "ticker", "figi", "depth", "server", "timeout", "headers", "body", + "historyFile", "instrumentsFile", "searchResultsFile", "pricesFile", "overviewFile", "reportFile", "iListDumpFile", ] actualNames = dir(self.server) @@ -234,11 +234,11 @@ def test_SearchByTickerCheckType(self): def test_SearchByTickerPositive(self): testData = [ # tickers and their corresponding instruments: - ("IBM", {"figi": "BBG000BLNNH6", "ticker": "IBM", "classCode": "SPBXM", "isin": "US4592001014", "lot": 1, "currency": "usd", "klong": {"units": "2", "nano": 0}, "kshort": {"units": "2", "nano": 0}, "dlong": {"units": "0", "nano": 500000000}, "dshort": {"units": "0", "nano": 500000000}, "dlongMin": {"units": "0", "nano": 292900000}, "dshortMin": {"units": "0", "nano": 224700000}, "shortEnabledFlag": False, "name": "IBM", "exchange": "SPB", "ipoDate": "1915-11-11T00:00:00Z", "issueSize": "896320073", "countryOfRisk": "US", "countryOfRiskName": "Соединенные Штаты Америки", "sector": "it", "issueSizePlan": "4687500000", "nominal": {"currency": "usd", "units": "0", "nano": 200000000}, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "divYieldFlag": True, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": {"units": "0", "nano": 10000000}, "apiTradeAvailableFlag": True, "uid": "ca370ca5-e42b-44e4-a0a5-daf5e51d02a7", "realExchange": "REAL_EXCHANGE_RTS", "positionUid": "b70a8cfc-90c1-4a66-8c39-f6239705b2fe", "forIisFlag": True, "first1minCandleDate": "2018-01-23T08:51:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01}), - ("YNDX", {"figi": "BBG006L8G4H1", "ticker": "YNDX", "classCode": "TQBR", "isin": "NL0009805522", "lot": 1, "currency": "rub", "klong": {"units": "2", "nano": 0}, "kshort": {"units": "2", "nano": 0}, "dlong": {"units": "0", "nano": 521100000}, "dshort": {"units": "0", "nano": 635900000}, "dlongMin": {"units": "0", "nano": 308000000}, "dshortMin": {"units": "0", "nano": 279000000}, "shortEnabledFlag": True, "name": "Yandex", "exchange": "MOEX_WEEKEND", "ipoDate": "2011-05-24T00:00:00Z", "issueSize": "323800479", "countryOfRisk": "RU", "countryOfRiskName": "Российская Федерация", "sector": "telecom", "issueSizePlan": "0", "nominal": {"currency": "eur", "units": "0", "nano": 10000000}, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "divYieldFlag": False, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": {"units": "0", "nano": 200000000}, "apiTradeAvailableFlag": True, "uid": "10e17a87-3bce-4a1f-9dfc-720396f98a3c", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": True, "first1minCandleDate": "2018-03-07T18:38:00Z", "first1dayCandleDate": "2014-06-04T07:00:00Z", "type": "Shares", "step": 0.2}), - ("USD000UTSTOM", {"figi": "BBG0013HGFT4", "ticker": "USD000UTSTOM", "classCode": "CETS", "isin": "", "lot": 1000, "currency": "rub", "klong": {"units": "2", "nano": 0}, "kshort": {"units": "2", "nano": 0}, "dlong": {"units": "0", "nano": 500000000}, "dshort": {"units": "0", "nano": 500000000}, "dlongMin": {"units": "0", "nano": 292900000}, "dshortMin": {"units": "0", "nano": 224700000}, "shortEnabledFlag": True, "name": "Доллар США", "exchange": "FX", "nominal": {"currency": "usd", "units": "1", "nano": 0}, "countryOfRisk": "", "countryOfRiskName": "", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "isoCurrencyName": "usd", "minPriceIncrement": {"units": "0", "nano": 2500000}, "apiTradeAvailableFlag": True, "uid": "a22a1263-8e1b-4546-a1aa-416463f104d3", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": True, "first1minCandleDate": "2018-03-07T16:16:00Z", "first1dayCandleDate": "2000-05-16T00:00:00Z", "type": "Currencies", "step": 0.0025}), - ("RU000A101YV8", {"figi": "TCS00A101YV8", "ticker": "RU000A101YV8", "classCode": "TQCB", "isin": "RU000A101YV8", "lot": 1, "currency": "rub", "shortEnabledFlag": False, "name": "Позитив Текнолоджиз выпуск 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, "maturityDate": "2023-07-26T00:00:00Z", "nominal": {"currency": "rub", "units": "1000", "nano": 0}, "stateRegDate": "2020-07-21T00:00:00Z", "placementDate": "2020-07-29T00:00:00Z", "placementPrice": {"currency": "rub", "units": "1000", "nano": 0}, "aciValue": {"currency": "rub", "units": "26", "nano": 780000000}, "countryOfRisk": "RU", "countryOfRiskName": "Российская Федерация", "sector": "it", "issueKind": "non_documentary", "issueSize": "500000", "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "floatingCouponFlag": False, "perpetualFlag": False, "amortizationFlag": True, "minPriceIncrement": {"units": "0", "nano": 10000000}, "apiTradeAvailableFlag": True, "uid": "2ee80fbd-356f-4a01-8d64-d2bd1e73745c", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "0500b20b-1a28-4ed5-bf63-958b16a40080", "forIisFlag": True, "type": "Bonds", "step": 0.01}), - ("TGLD", {"figi": "BBG222222222", "ticker": "TGLD", "classCode": "TQTD", "isin": "RU000A101X50", "lot": 100, "currency": "usd", "shortEnabledFlag": False, "name": "Тинькофф Золото", "exchange": "MOEX", "fixedCommission": {"units": "0", "nano": 450000000}, "focusType": "equity", "releasedDate": "2020-07-13T00:00:00Z", "countryOfRisk": "", "countryOfRiskName": "", "sector": "", "rebalancingFreq": "", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "minPriceIncrement": {"units": "0", "nano": 100000}, "apiTradeAvailableFlag": True, "uid": "a4b3adc6-4e04-4f06-9048-431aa1ed07ac", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "548bde28-a5ea-4b7b-83d3-47b4c56a0167", "forIisFlag": True, "first1minCandleDate": "2020-08-26T07:00:00Z", "first1dayCandleDate": "2020-08-26T07:00:00Z", "type": "Etfs", "step": 0.0001}), + ("IBM", {'figi': 'BBG000BLNNH6', 'ticker': 'IBM', 'classCode': 'SPBXM', 'isin': 'US4592001014', 'lot': 1, 'currency': 'usd', 'klong': {'units': '2', 'nano': 0}, 'kshort': {'units': '2', 'nano': 0}, 'dlong': {'units': '0', 'nano': 500000000}, 'dshort': {'units': '0', 'nano': 500000000}, 'dlongMin': {'units': '0', 'nano': 292900000}, 'dshortMin': {'units': '0', 'nano': 224700000}, 'shortEnabledFlag': False, 'name': 'IBM', 'exchange': 'SPB_MORNING', 'ipoDate': '1915-11-11T00:00:00Z', 'issueSize': '896320073', 'countryOfRisk': 'US', 'countryOfRiskName': 'Соединенные Штаты Америки', 'sector': 'it', 'issueSizePlan': '4687500000', 'nominal': {'currency': 'usd', 'units': '0', 'nano': 200000000}, 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'divYieldFlag': True, 'shareType': 'SHARE_TYPE_COMMON', 'minPriceIncrement': {'units': '0', 'nano': 10000000}, 'apiTradeAvailableFlag': True, 'uid': 'ca370ca5-e42b-44e4-a0a5-daf5e51d02a7', 'realExchange': 'REAL_EXCHANGE_RTS', 'positionUid': 'b70a8cfc-90c1-4a66-8c39-f6239705b2fe', 'forIisFlag': True, 'first1minCandleDate': '2018-01-23T08:51:00Z', 'first1dayCandleDate': '1988-09-12T00:00:00Z', 'type': 'Shares', 'step': 0.01}), + ("YNDX", {'figi': 'BBG006L8G4H1', 'ticker': 'YNDX', 'classCode': 'TQBR', 'isin': 'NL0009805522', 'lot': 1, 'currency': 'rub', 'klong': {'units': '2', 'nano': 0}, 'kshort': {'units': '2', 'nano': 0}, 'dlong': {'units': '0', 'nano': 366600000}, 'dshort': {'units': '0', 'nano': 457300000}, 'dlongMin': {'units': '0', 'nano': 204100000}, 'dshortMin': {'units': '0', 'nano': 207200000}, 'shortEnabledFlag': True, 'name': 'Yandex', 'exchange': 'MOEX_WEEKEND', 'ipoDate': '2011-05-24T00:00:00Z', 'issueSize': '323800479', 'countryOfRisk': 'RU', 'countryOfRiskName': 'Российская Федерация', 'sector': 'telecom', 'issueSizePlan': '0', 'nominal': {'currency': 'eur', 'units': '0', 'nano': 10000000}, 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'divYieldFlag': False, 'shareType': 'SHARE_TYPE_COMMON', 'minPriceIncrement': {'units': '0', 'nano': 200000000}, 'apiTradeAvailableFlag': True, 'uid': '10e17a87-3bce-4a1f-9dfc-720396f98a3c', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': 'cb51e157-1f73-4c62-baac-93f11755056a', 'forIisFlag': True, 'first1minCandleDate': '2018-03-07T18:38:00Z', 'first1dayCandleDate': '2014-06-04T07:00:00Z', 'type': 'Shares', 'step': 0.2}), + ("USD000UTSTOM", {'figi': 'BBG0013HGFT4', 'ticker': 'USD000UTSTOM', 'classCode': 'CETS', 'isin': '', 'lot': 1000, 'currency': 'rub', 'klong': {'units': '2', 'nano': 0}, 'kshort': {'units': '2', 'nano': 0}, 'dlong': {'units': '0', 'nano': 499000000}, 'dshort': {'units': '0', 'nano': 499000000}, 'dlongMin': {'units': '0', 'nano': 292200000}, 'dshortMin': {'units': '0', 'nano': 224300000}, 'shortEnabledFlag': True, 'name': 'Доллар США', 'exchange': 'FX', 'nominal': {'currency': 'usd', 'units': '1', 'nano': 0}, 'countryOfRisk': '', 'countryOfRiskName': '', 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'isoCurrencyName': 'usd', 'minPriceIncrement': {'units': '0', 'nano': 2500000}, 'apiTradeAvailableFlag': True, 'uid': 'a22a1263-8e1b-4546-a1aa-416463f104d3', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': '6e97aa9b-50b6-4738-bce7-17313f2b2cc2', 'forIisFlag': True, 'first1minCandleDate': '2018-03-07T16:16:00Z', 'first1dayCandleDate': '2000-05-16T00:00:00Z', 'type': 'Currencies', 'step': 0.0025}), + ("RU000A101YV8", {'figi': 'TCS00A101YV8', 'ticker': 'RU000A101YV8', 'classCode': 'TQCB', 'isin': 'RU000A101YV8', 'lot': 1, 'currency': 'rub', 'shortEnabledFlag': False, 'name': 'Позитив Текнолоджиз выпуск 1', 'exchange': 'MOEX_PLUS', 'couponQuantityPerYear': 4, 'maturityDate': '2023-07-26T00:00:00Z', 'nominal': {'currency': 'rub', 'units': '1000', 'nano': 0}, 'stateRegDate': '2020-07-21T00:00:00Z', 'placementDate': '2020-07-29T00:00:00Z', 'placementPrice': {'currency': 'rub', 'units': '1000', 'nano': 0}, 'aciValue': {'currency': 'rub', 'units': '13', 'nano': 550000000}, 'countryOfRisk': 'RU', 'countryOfRiskName': 'Российская Федерация', 'sector': 'it', 'issueKind': 'non_documentary', 'issueSize': '500000', 'issueSizePlan': '500000', 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'floatingCouponFlag': False, 'perpetualFlag': False, 'amortizationFlag': True, 'minPriceIncrement': {'units': '0', 'nano': 10000000}, 'apiTradeAvailableFlag': True, 'uid': '2ee80fbd-356f-4a01-8d64-d2bd1e73745c', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': '0500b20b-1a28-4ed5-bf63-958b16a40080', 'forIisFlag': True, 'first1minCandleDate': '2020-07-29T13:21:00Z', 'first1dayCandleDate': '2020-07-29T07:00:00Z', 'type': 'Bonds', 'step': 0.01}), + ("TGLD", {'figi': 'BBG222222222', 'ticker': 'TGLD', 'classCode': 'TQTD', 'isin': 'RU000A101X50', 'lot': 100, 'currency': 'usd', 'shortEnabledFlag': False, 'name': 'Тинькофф Золото', 'exchange': 'MOEX', 'fixedCommission': {'units': '0', 'nano': 450000000}, 'focusType': 'equity', 'releasedDate': '2020-07-13T00:00:00Z', 'countryOfRisk': '', 'countryOfRiskName': '', 'sector': '', 'rebalancingFreq': '', 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'minPriceIncrement': {'units': '0', 'nano': 100000}, 'apiTradeAvailableFlag': True, 'uid': 'a4b3adc6-4e04-4f06-9048-431aa1ed07ac', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': '548bde28-a5ea-4b7b-83d3-47b4c56a0167', 'forIisFlag': True, 'first1minCandleDate': '2020-08-26T07:00:00Z', 'first1dayCandleDate': '2020-08-26T07:00:00Z', 'type': 'Etfs', 'step': 0.0001}), ] for test in testData: @@ -246,7 +246,6 @@ def test_SearchByTickerPositive(self): self.server.figi = "" result = self.server.SearchByTicker(requestPrice=False, showInfo=False, debug=False) - assert result == test[1], 'Ticker: {}\nExpected: {}\nActual: {}'.format(test[0], test[1], result) def test_SearchByFIGICheckType(self): @@ -257,11 +256,11 @@ def test_SearchByFIGICheckType(self): def test_SearchByFIGIPositive(self): testData = [ # FIGIs and their corresponding instruments: - ("BBG000BLNNH6", {"figi": "BBG000BLNNH6", "ticker": "IBM", "classCode": "SPBXM", "isin": "US4592001014", "lot": 1, "currency": "usd", "klong": {"units": "2", "nano": 0}, "kshort": {"units": "2", "nano": 0}, "dlong": {"units": "0", "nano": 500000000}, "dshort": {"units": "0", "nano": 500000000}, "dlongMin": {"units": "0", "nano": 292900000}, "dshortMin": {"units": "0", "nano": 224700000}, "shortEnabledFlag": False, "name": "IBM", "exchange": "SPB", "ipoDate": "1915-11-11T00:00:00Z", "issueSize": "896320073", "countryOfRisk": "US", "countryOfRiskName": "Соединенные Штаты Америки", "sector": "it", "issueSizePlan": "4687500000", "nominal": {"currency": "usd", "units": "0", "nano": 200000000}, "tradingStatus": "SECURITY_TRADING_STATUS_NORMAL_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "divYieldFlag": True, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": {"units": "0", "nano": 10000000}, "apiTradeAvailableFlag": True, "uid": "ca370ca5-e42b-44e4-a0a5-daf5e51d02a7", "realExchange": "REAL_EXCHANGE_RTS", "positionUid": "b70a8cfc-90c1-4a66-8c39-f6239705b2fe", "forIisFlag": True, "first1minCandleDate": "2018-01-23T08:51:00Z", "first1dayCandleDate": "1988-09-12T00:00:00Z", "type": "Shares", "step": 0.01}), - ("BBG006L8G4H1", {"figi": "BBG006L8G4H1", "ticker": "YNDX", "classCode": "TQBR", "isin": "NL0009805522", "lot": 1, "currency": "rub", "klong": {"units": "2", "nano": 0}, "kshort": {"units": "2", "nano": 0}, "dlong": {"units": "0", "nano": 521100000}, "dshort": {"units": "0", "nano": 635900000}, "dlongMin": {"units": "0", "nano": 308000000}, "dshortMin": {"units": "0", "nano": 279000000}, "shortEnabledFlag": True, "name": "Yandex", "exchange": "MOEX_WEEKEND", "ipoDate": "2011-05-24T00:00:00Z", "issueSize": "323800479", "countryOfRisk": "RU", "countryOfRiskName": "Российская Федерация", "sector": "telecom", "issueSizePlan": "0", "nominal": {"currency": "eur", "units": "0", "nano": 10000000}, "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "divYieldFlag": False, "shareType": "SHARE_TYPE_COMMON", "minPriceIncrement": {"units": "0", "nano": 200000000}, "apiTradeAvailableFlag": True, "uid": "10e17a87-3bce-4a1f-9dfc-720396f98a3c", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "cb51e157-1f73-4c62-baac-93f11755056a", "forIisFlag": True, "first1minCandleDate": "2018-03-07T18:38:00Z", "first1dayCandleDate": "2014-06-04T07:00:00Z", "type": "Shares", "step": 0.2}), - ("BBG0013HGFT4", {"figi": "BBG0013HGFT4", "ticker": "USD000UTSTOM", "classCode": "CETS", "isin": "", "lot": 1000, "currency": "rub", "klong": {"units": "2", "nano": 0}, "kshort": {"units": "2", "nano": 0}, "dlong": {"units": "0", "nano": 500000000}, "dshort": {"units": "0", "nano": 500000000}, "dlongMin": {"units": "0", "nano": 292900000}, "dshortMin": {"units": "0", "nano": 224700000}, "shortEnabledFlag": True, "name": "Доллар США", "exchange": "FX", "nominal": {"currency": "usd", "units": "1", "nano": 0}, "countryOfRisk": "", "countryOfRiskName": "", "tradingStatus": "SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "isoCurrencyName": "usd", "minPriceIncrement": {"units": "0", "nano": 2500000}, "apiTradeAvailableFlag": True, "uid": "a22a1263-8e1b-4546-a1aa-416463f104d3", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "6e97aa9b-50b6-4738-bce7-17313f2b2cc2", "forIisFlag": True, "first1minCandleDate": "2018-03-07T16:16:00Z", "first1dayCandleDate": "2000-05-16T00:00:00Z", "type": "Currencies", "step": 0.0025}), - ("TCS00A101YV8", {"figi": "TCS00A101YV8", "ticker": "RU000A101YV8", "classCode": "TQCB", "isin": "RU000A101YV8", "lot": 1, "currency": "rub", "shortEnabledFlag": False, "name": "Позитив Текнолоджиз выпуск 1", "exchange": "MOEX_PLUS", "couponQuantityPerYear": 4, "maturityDate": "2023-07-26T00:00:00Z", "nominal": {"currency": "rub", "units": "1000", "nano": 0}, "stateRegDate": "2020-07-21T00:00:00Z", "placementDate": "2020-07-29T00:00:00Z", "placementPrice": {"currency": "rub", "units": "1000", "nano": 0}, "aciValue": {"currency": "rub", "units": "26", "nano": 780000000}, "countryOfRisk": "RU", "countryOfRiskName": "Российская Федерация", "sector": "it", "issueKind": "non_documentary", "issueSize": "500000", "issueSizePlan": "500000", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "floatingCouponFlag": False, "perpetualFlag": False, "amortizationFlag": True, "minPriceIncrement": {"units": "0", "nano": 10000000}, "apiTradeAvailableFlag": True, "uid": "2ee80fbd-356f-4a01-8d64-d2bd1e73745c", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "0500b20b-1a28-4ed5-bf63-958b16a40080", "forIisFlag": True, "type": "Bonds", "step": 0.01}), - ("BBG222222222", {"figi": "BBG222222222", "ticker": "TGLD", "classCode": "TQTD", "isin": "RU000A101X50", "lot": 100, "currency": "usd", "shortEnabledFlag": False, "name": "Тинькофф Золото", "exchange": "MOEX", "fixedCommission": {"units": "0", "nano": 450000000}, "focusType": "equity", "releasedDate": "2020-07-13T00:00:00Z", "countryOfRisk": "", "countryOfRiskName": "", "sector": "", "rebalancingFreq": "", "tradingStatus": "SECURITY_TRADING_STATUS_BREAK_IN_TRADING", "otcFlag": False, "buyAvailableFlag": True, "sellAvailableFlag": True, "minPriceIncrement": {"units": "0", "nano": 100000}, "apiTradeAvailableFlag": True, "uid": "a4b3adc6-4e04-4f06-9048-431aa1ed07ac", "realExchange": "REAL_EXCHANGE_MOEX", "positionUid": "548bde28-a5ea-4b7b-83d3-47b4c56a0167", "forIisFlag": True, "first1minCandleDate": "2020-08-26T07:00:00Z", "first1dayCandleDate": "2020-08-26T07:00:00Z", "type": "Etfs", "step": 0.0001}), + ("BBG000BLNNH6", {'figi': 'BBG000BLNNH6', 'ticker': 'IBM', 'classCode': 'SPBXM', 'isin': 'US4592001014', 'lot': 1, 'currency': 'usd', 'klong': {'units': '2', 'nano': 0}, 'kshort': {'units': '2', 'nano': 0}, 'dlong': {'units': '0', 'nano': 500000000}, 'dshort': {'units': '0', 'nano': 500000000}, 'dlongMin': {'units': '0', 'nano': 292900000}, 'dshortMin': {'units': '0', 'nano': 224700000}, 'shortEnabledFlag': False, 'name': 'IBM', 'exchange': 'SPB_MORNING', 'ipoDate': '1915-11-11T00:00:00Z', 'issueSize': '896320073', 'countryOfRisk': 'US', 'countryOfRiskName': 'Соединенные Штаты Америки', 'sector': 'it', 'issueSizePlan': '4687500000', 'nominal': {'currency': 'usd', 'units': '0', 'nano': 200000000}, 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'divYieldFlag': True, 'shareType': 'SHARE_TYPE_COMMON', 'minPriceIncrement': {'units': '0', 'nano': 10000000}, 'apiTradeAvailableFlag': True, 'uid': 'ca370ca5-e42b-44e4-a0a5-daf5e51d02a7', 'realExchange': 'REAL_EXCHANGE_RTS', 'positionUid': 'b70a8cfc-90c1-4a66-8c39-f6239705b2fe', 'forIisFlag': True, 'first1minCandleDate': '2018-01-23T08:51:00Z', 'first1dayCandleDate': '1988-09-12T00:00:00Z', 'type': 'Shares', 'step': 0.01}), + ("BBG006L8G4H1", {'figi': 'BBG006L8G4H1', 'ticker': 'YNDX', 'classCode': 'TQBR', 'isin': 'NL0009805522', 'lot': 1, 'currency': 'rub', 'klong': {'units': '2', 'nano': 0}, 'kshort': {'units': '2', 'nano': 0}, 'dlong': {'units': '0', 'nano': 366600000}, 'dshort': {'units': '0', 'nano': 457300000}, 'dlongMin': {'units': '0', 'nano': 204100000}, 'dshortMin': {'units': '0', 'nano': 207200000}, 'shortEnabledFlag': True, 'name': 'Yandex', 'exchange': 'MOEX_WEEKEND', 'ipoDate': '2011-05-24T00:00:00Z', 'issueSize': '323800479', 'countryOfRisk': 'RU', 'countryOfRiskName': 'Российская Федерация', 'sector': 'telecom', 'issueSizePlan': '0', 'nominal': {'currency': 'eur', 'units': '0', 'nano': 10000000}, 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'divYieldFlag': False, 'shareType': 'SHARE_TYPE_COMMON', 'minPriceIncrement': {'units': '0', 'nano': 200000000}, 'apiTradeAvailableFlag': True, 'uid': '10e17a87-3bce-4a1f-9dfc-720396f98a3c', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': 'cb51e157-1f73-4c62-baac-93f11755056a', 'forIisFlag': True, 'first1minCandleDate': '2018-03-07T18:38:00Z', 'first1dayCandleDate': '2014-06-04T07:00:00Z', 'type': 'Shares', 'step': 0.2}), + ("BBG0013HGFT4", {'figi': 'BBG0013HGFT4', 'ticker': 'USD000UTSTOM', 'classCode': 'CETS', 'isin': '', 'lot': 1000, 'currency': 'rub', 'klong': {'units': '2', 'nano': 0}, 'kshort': {'units': '2', 'nano': 0}, 'dlong': {'units': '0', 'nano': 499000000}, 'dshort': {'units': '0', 'nano': 499000000}, 'dlongMin': {'units': '0', 'nano': 292200000}, 'dshortMin': {'units': '0', 'nano': 224300000}, 'shortEnabledFlag': True, 'name': 'Доллар США', 'exchange': 'FX', 'nominal': {'currency': 'usd', 'units': '1', 'nano': 0}, 'countryOfRisk': '', 'countryOfRiskName': '', 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'isoCurrencyName': 'usd', 'minPriceIncrement': {'units': '0', 'nano': 2500000}, 'apiTradeAvailableFlag': True, 'uid': 'a22a1263-8e1b-4546-a1aa-416463f104d3', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': '6e97aa9b-50b6-4738-bce7-17313f2b2cc2', 'forIisFlag': True, 'first1minCandleDate': '2018-03-07T16:16:00Z', 'first1dayCandleDate': '2000-05-16T00:00:00Z', 'type': 'Currencies', 'step': 0.0025}), + ("TCS00A101YV8", {'figi': 'TCS00A101YV8', 'ticker': 'RU000A101YV8', 'classCode': 'TQCB', 'isin': 'RU000A101YV8', 'lot': 1, 'currency': 'rub', 'shortEnabledFlag': False, 'name': 'Позитив Текнолоджиз выпуск 1', 'exchange': 'MOEX_PLUS', 'couponQuantityPerYear': 4, 'maturityDate': '2023-07-26T00:00:00Z', 'nominal': {'currency': 'rub', 'units': '1000', 'nano': 0}, 'stateRegDate': '2020-07-21T00:00:00Z', 'placementDate': '2020-07-29T00:00:00Z', 'placementPrice': {'currency': 'rub', 'units': '1000', 'nano': 0}, 'aciValue': {'currency': 'rub', 'units': '13', 'nano': 550000000}, 'countryOfRisk': 'RU', 'countryOfRiskName': 'Российская Федерация', 'sector': 'it', 'issueKind': 'non_documentary', 'issueSize': '500000', 'issueSizePlan': '500000', 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'floatingCouponFlag': False, 'perpetualFlag': False, 'amortizationFlag': True, 'minPriceIncrement': {'units': '0', 'nano': 10000000}, 'apiTradeAvailableFlag': True, 'uid': '2ee80fbd-356f-4a01-8d64-d2bd1e73745c', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': '0500b20b-1a28-4ed5-bf63-958b16a40080', 'forIisFlag': True, 'first1minCandleDate': '2020-07-29T13:21:00Z', 'first1dayCandleDate': '2020-07-29T07:00:00Z', 'type': 'Bonds', 'step': 0.01}), + ("BBG222222222", {'figi': 'BBG222222222', 'ticker': 'TGLD', 'classCode': 'TQTD', 'isin': 'RU000A101X50', 'lot': 100, 'currency': 'usd', 'shortEnabledFlag': False, 'name': 'Тинькофф Золото', 'exchange': 'MOEX', 'fixedCommission': {'units': '0', 'nano': 450000000}, 'focusType': 'equity', 'releasedDate': '2020-07-13T00:00:00Z', 'countryOfRisk': '', 'countryOfRiskName': '', 'sector': '', 'rebalancingFreq': '', 'tradingStatus': 'SECURITY_TRADING_STATUS_NORMAL_TRADING', 'otcFlag': False, 'buyAvailableFlag': True, 'sellAvailableFlag': True, 'minPriceIncrement': {'units': '0', 'nano': 100000}, 'apiTradeAvailableFlag': True, 'uid': 'a4b3adc6-4e04-4f06-9048-431aa1ed07ac', 'realExchange': 'REAL_EXCHANGE_MOEX', 'positionUid': '548bde28-a5ea-4b7b-83d3-47b4c56a0167', 'forIisFlag': True, 'first1minCandleDate': '2020-08-26T07:00:00Z', 'first1dayCandleDate': '2020-08-26T07:00:00Z', 'type': 'Etfs', 'step': 0.0001}), ] for test in testData: @@ -280,7 +279,7 @@ def test_ShowInstrumentsInfoPositive(self): iListInfo = fH.readlines() result = self.server.ShowInstrumentsInfo(showInstruments=False).split("\n") - result[2] = "* **Actual on date:** [2022-07-21 14:26] (UTC)" # replace 3 string with date similar as in InstrumentsInfoDump.md + result[2] = "* **Actual on date:** [2022-09-07 10:16 UTC]" # replace 3 string with date similar as in InstrumentsInfoDump.md for i, line in enumerate(result): assert line + "\n" == iListInfo[i], 'Check `ShowInstrumentsInfo()` method! It returns different info than in `./tests/InstrumentsInfoDump.txt`\nLine: {}\nExpected: `{}`\nActual: `{}`'.format(i + 1, iListInfo[i], line + "\n") diff --git a/tests/test_TKSEnums.py b/tests/test_TKSEnums.py index ec2e3bf..b476542 100644 --- a/tests/test_TKSEnums.py +++ b/tests/test_TKSEnums.py @@ -12,10 +12,11 @@ class TestConstantsConsistent: @pytest.fixture(scope="function", autouse=True) def init(self): self.mainConstants = { + "TKS_DATE_TIME_FORMAT": "", "TKS_INSTRUMENTS": "", "TKS_TICKER_ALIASES": "", "TKS_TICKERS_OR_FIGI_EXCLUDED": "", - "TKS_TIMEFRAMES": "", + "TKS_CANDLE_INTERVALS": "", "TKS_TRADING_STATUSES": "", "TKS_OPERATION_TYPES": "", "TKS_OPERATION_STATES": "", diff --git a/tksbrokerapi/TKSBrokerAPI.py b/tksbrokerapi/TKSBrokerAPI.py index 711d337..ab6a32d 100644 --- a/tksbrokerapi/TKSBrokerAPI.py +++ b/tksbrokerapi/TKSBrokerAPI.py @@ -41,7 +41,6 @@ import re import json import requests -from urllib.parse import quote from multiprocessing import cpu_count from multiprocessing.pool import ThreadPool @@ -112,66 +111,68 @@ def FloatToNano(number: float) -> dict: def GetDatesAsString(start: str = None, end: str = None) -> tuple: """ - If `start=None`, `end=None` then return dates from yesterday to current time. - If `start=some_date_1`, `end=None` then return dates from `some_date_1` to current time. - If `start=some_date_1`, `end=some_date_2` then return dates from `some_date_1` to `some_date_2`. + Create tuple of date and time strings with timezone parsed from user-friendly date. + + User dates format must be like: `%Y-%m-%d`, e.g. `2020-02-03` (3 Feb, 2020). + + Example input: "2022-06-01" "2022-06-20" -> output: ("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z") + An error exception will occur if input date has incorrect format. + + If `start=None`, `end=None` then return dates from yesterday to the end of the day. + If `start=some_date_1`, `end=None` then return dates from `some_date_1` to the end of the day. + If `start=some_date_1`, `end=some_date_2` then return dates from start of `some_date_1` to end of `some_date_2`. Start day may be negative integer numbers: `-1`, `-2`, `-3` - how many days ago. - Also, you can use keywords for start if `dateEnd=None`: - `today` (from 00:00:00 to current time), + Also, you can use keywords for start if `end=None`: + `today` (from 00:00:00 to the end of current day), `yesterday` (-1 day from 00:00:00 to 23:59:59), - `week` (-7 day from 00:00:00 to current date and time), - `month` (-30 day from 00:00:00 to current date and time), - `year` (-365 day from 00:00:00 to current date and time), - - User dates format must be like: `%Y-%m-%d`, e.g. `2020-02-03` (3 Feb, 2020). + `week` (-7 day from 00:00:00 to the end of current day), + `month` (-30 day from 00:00:00 to the end of current day), + `year` (-365 day from 00:00:00 to the end of current day), :return: tuple with 2 strings `(start, end)` dates in UTC ISO time format `%Y-%m-%dT%H:%M:%SZ` for OpenAPI. - Example: `("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")` + See date and time format here: `TKSEnums.TKS_DATE_TIME_FORMAT`. + Example: `("2022-06-01T00:00:00Z", "2022-06-20T23:59:59Z")`. Second string is the end of the last day. """ uLogger.debug("Input start day is [{}] (UTC), end day is [{}] (UTC)".format(start, end)) - now = datetime.now(tzutc()) + s = datetime.now(tzutc()).replace(hour=0, minute=0, second=0, microsecond=0) # start of the current day + e = s.replace(hour=23, minute=59, second=59, microsecond=0) # end of the current day - # showing statistics between start of the current day and current time: + # time between start and the end of the current day: if start is None or start.lower() == "today": - s = now.replace(hour=0, minute=0, second=0, microsecond=0) - e = now + pass # from start of the last day to the end of the last day: elif start.lower() == "yesterday": - s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=1) - e = now.replace(hour=23, minute=59, second=59, microsecond=0) - timedelta(days=1) + s -= timedelta(days=1) + e -= timedelta(days=1) - # week (-7 day from 00:00:00 to current date and time): + # week (-7 day from 00:00:00 to the end of the current day): elif start.lower() == "week": - s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=7) - e = now + s -= timedelta(days=6) # +1 current day already taken into account - # month (-30 day from 00:00:00 to current date and time): + # month (-30 day from 00:00:00 to the end of current day): elif start.lower() == "month": - s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=30) - e = now + s -= timedelta(days=29) # +1 current day already taken into account - # year (-365 day from 00:00:00 to current date and time): + # year (-365 day from 00:00:00 to the end of current day): elif start.lower() == "year": - s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=365) - e = now + s -= timedelta(days=364) # +1 current day already taken into account - # showing statistics from -N days ago to current date and time: + # -N days ago to the end of current day: elif start.startswith('-') and start[1:].isdigit(): - s = now.replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=abs(int(start))) - e = now + s -= timedelta(days=abs(int(start)) - 1) # +1 current day already taken into account - # showing statistics between start day at 00:00:00 and the end day at 23:59:59: + # dates between start day at 00:00:00 and the end of the last day at 23:59:59: else: s = datetime.strptime(start, "%Y-%m-%d").replace(hour=0, minute=0, second=0, microsecond=0, tzinfo=tzutc()) - e = datetime.strptime(end, "%Y-%m-%d").replace(hour=23, minute=59, second=59, microsecond=0, tzinfo=tzutc()) if end is not None else now + e = datetime.strptime(end, "%Y-%m-%d").replace(hour=23, minute=59, second=59, microsecond=0, tzinfo=tzutc()) if end is not None else e # converting to UTC ISO time formatted with Z suffix for Tinkoff Open API: - s = s.strftime("%Y-%m-%dT%H:%M:%SZ") - e = e.strftime("%Y-%m-%dT%H:%M:%SZ") + s = s.strftime(TKS_DATE_TIME_FORMAT) + e = e.strftime(TKS_DATE_TIME_FORMAT) - uLogger.debug("Tinkoff Open API uses this start day (converted to UTC ISO format, with Z): [{}], and the end day: [{}]".format(s, e)) + uLogger.debug("Start day converted to UTC ISO format, with Z: [{}], and the end day: [{}]".format(s, e)) return s, e @@ -248,19 +249,20 @@ def __init__(self, token: str, accountId: str = None, iList: dict = None, useCac uLogger.debug("Broker API server: {}".format(self.server)) self.timeout = 15 - """Server operations timeout in seconds. Default: 15""" + """Server operations timeout in seconds. Default: `15`""" self.headers = {"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {}".format(self.token)} - """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {token}"}`""" + """Headers which send in every request to broker server. Default: `{"Content-Type": "application/json", "accept": "application/json", "Authorization": "Bearer {your_token}"}`""" self.body = None """Request body which send to broker server. Default: `None`""" - self.historyLength = 24 - """How many candles returns if candles history request. For example, if `historyInterval="hour"` and `historyLength=24` it means: "give me last 24 hours". Must be >=1. Default: 24""" + # remove after implemented: #45 Add selector of file types https://github.com/Tim55667757/TKSBrokerAPI/issues/45 + # self.outputFileType = None + # """Switch of types for output files when `--output` key present. You can choose: `.md`, `.csv` and `.xlsx`. By default: `None`, it mean that default types will be used.""" - self.historyInterval = "hour" - """Interval string for Tinkoff API (see: `TKSEnums.TKS_TIMEFRAMES`). Available values are `"1min"`, `"2min"`, `"3min"`, `"5min"`, `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`""" + self.historyFile = None + """Full path to the output file where history candles will be saved or updated. Default: `None`, it mean that returns only pandas dataframe when you request `History()` method.""" self.instrumentsFile = "instruments.md" """Filename where full broker's instruments list will be saved. Default: `instruments.md`""" @@ -274,12 +276,21 @@ def __init__(self, token: str, accountId: str = None, iList: dict = None, useCac self.overviewFile = "overview.md" """Filename where current portfolio, open trades and orders will be saved. Default: `overview.md`""" + self.overviewDigestFile = "overview-digest.md" + """Filename where short digest of the portfolio status will be saved. Default: `overview-digest.md`""" + + self.overviewPositionsFile = "overview-positions.md" + """Filename where only open positions, without everything else will be saved. Default: `overview-positions.md`""" + + self.overviewOrdersFile = "overview-orders.md" + """Filename where open limits and stop orders will be saved. Default: `overview-orders.md`""" + + self.overviewAnalyticsFile = "overview-analytics.md" + """Filename where only the analytics section and the distribution of the portfolio by various categories will be saved. Default: `overview-analytics.md`""" + self.reportFile = "deals.md" """Filename where history of deals and trade statistics will be saved. Default: `deals.md`""" - self.historyFile = None - """Full path to .csv output file where history candles will be saved. Default: `None`, mean that returns only pandas dataframe.""" - self.iListDumpFile = "dump.json" """Filename where raw data about shares, currencies, bonds, etfs and futures will be stored. Default: `dump.json`""" @@ -309,7 +320,7 @@ def __init__(self, token: str, accountId: str = None, iList: dict = None, useCac self.iList = json.load(open(self.iListDumpFile, mode="r", encoding="UTF-8")) # load iList from dump uLogger.debug("Local cache with raw instruments data is used: [{}]".format(os.path.abspath(self.iListDumpFile))) - uLogger.debug("Dump file was modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S"))) + uLogger.debug("Dump file was last modified [{}] UTC".format(dumpTime.strftime("%Y-%m-%d %H:%M:%S"))) else: uLogger.warning("Local cache with raw instruments data not exists! Creating new dump, wait, please...") @@ -407,7 +418,7 @@ def SendAPIRequest(self, url: str, reqType: str = "GET", retry: int = 3, pause: responseJSON = self._ParseJSON(response.text) if errMsg: - uLogger.error("Not `oK` status received from broker server!") + uLogger.error("Not `oK` status received from broker server! See: https://tinkoff.github.io/investAPI/errors/") uLogger.error(" - message: {}".format(errMsg)) # raise Exception("Server returned an error! See full debug log. Also you can set debug=True in SendAPIRequest() and _ParseJSON() methods.") @@ -506,164 +517,166 @@ def DumpInstruments(self, forceUpdate: bool = True) -> str: @staticmethod def ShowInstrumentInfo(iJSON: dict, printInfo: bool = False) -> str: """ - Show information about instrument defined by json and print in Markdown format. + Show information about one instrument defined by json data and prints it in Markdown format. :param iJSON: json data of instrument, e.g. in code `iJSON = self.iList["Shares"][self.ticker]` :param printInfo: if `True` then also printing information about instrument and its current price. - :return: text in Markdown format with information about instrument. + :return: multilines text in Markdown format with information about one instrument. """ + splitLine = "| | |\n" infoText = "" + if iJSON is not None and iJSON and isinstance(iJSON, dict): info = [ "# Information is actual at: [{}] (UTC)\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")), - "| Parameters | Values\n", - "|---------------------------------------------------------|---------------------------------------------------------\n", - "| Ticker: | {}\n".format(iJSON["ticker"]), - "| Full name: | {}\n".format(iJSON["name"]), + "| Parameters | Values |\n", + "|---------------------------------------------------------|---------------------------------------------------------|\n", + "| Ticker: | {:<55} |\n".format(iJSON["ticker"]), + "| Full name: | {:<55} |\n".format(iJSON["name"]), ] if "sector" in iJSON.keys() and iJSON["sector"]: - info.append("| Sector: | {}\n".format(iJSON["sector"])) + info.append("| Sector: | {:<55} |\n".format(iJSON["sector"])) - info.append("| Country of instrument: | {}{}\n".format( + info.append("| Country of instrument: | {:<55} |\n".format("{}{}".format( "({}) ".format(iJSON["countryOfRisk"]) if "countryOfRisk" in iJSON.keys() and iJSON["countryOfRisk"] else "", iJSON["countryOfRiskName"] if "countryOfRiskName" in iJSON.keys() and iJSON["countryOfRiskName"] else "", - )) + ))) info.extend([ - "| |\n", - "| FIGI (Financial Instrument Global Identifier): | {}\n".format(iJSON["figi"]), - "| Exchange: | {}\n".format(iJSON["exchange"]), + splitLine, + "| FIGI (Financial Instrument Global Identifier): | {:<55} |\n".format(iJSON["figi"]), + "| Exchange: | {:<55} |\n".format(iJSON["exchange"]), ]) if "isin" in iJSON.keys() and iJSON["isin"]: - info.append("| ISIN (International Securities Identification Number): | {}\n".format(iJSON["isin"])) + info.append("| ISIN (International Securities Identification Number): | {:<55} |\n".format(iJSON["isin"])) if "classCode" in iJSON.keys(): - info.append("| Class Code: | {}\n".format(iJSON["classCode"])) + info.append("| Class Code: | {:<55} |\n".format(iJSON["classCode"])) info.extend([ - "| |\n", - "| Current broker security trading status: | {}\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]), - "| Buy operations allowed: | {}\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"), - "| Sale operations allowed: | {}\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"), - "| Short positions allowed: | {}\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"), + splitLine, + "| Current broker security trading status: | {:<55} |\n".format(TKS_TRADING_STATUSES[iJSON["tradingStatus"]]), + "| Buy operations allowed: | {:<55} |\n".format("Yes" if iJSON["buyAvailableFlag"] else "No"), + "| Sale operations allowed: | {:<55} |\n".format("Yes" if iJSON["sellAvailableFlag"] else "No"), + "| Short positions allowed: | {:<55} |\n".format("Yes" if iJSON["shortEnabledFlag"] else "No"), ]) - info.append("| |\n") + info.append(splitLine) if "type" in iJSON.keys() and iJSON["type"]: - info.append("| Type of the instrument: | {}\n".format(iJSON["type"])) + info.append("| Type of the instrument: | {:<55} |\n".format(iJSON["type"])) if "futuresType" in iJSON.keys() and iJSON["futuresType"]: - info.append("| Futures type: | {}\n".format(iJSON["futuresType"])) + info.append("| Futures type: | {:<55} |\n".format(iJSON["futuresType"])) if "ipoDate" in iJSON.keys() and iJSON["ipoDate"]: - info.append("| IPO date: | {}\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", ""))) + info.append("| IPO date: | {:<55} |\n".format(iJSON["ipoDate"].replace("T", " ").replace("Z", ""))) if "releasedDate" in iJSON.keys() and iJSON["releasedDate"]: - info.append("| Released date: | {}\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", ""))) + info.append("| Released date: | {:<55} |\n".format(iJSON["releasedDate"].replace("T", " ").replace("Z", ""))) if "rebalancingFreq" in iJSON.keys() and iJSON["rebalancingFreq"]: - info.append("| Rebalancing frequency: | {}\n".format(iJSON["rebalancingFreq"])) + info.append("| Rebalancing frequency: | {:<55} |\n".format(iJSON["rebalancingFreq"])) if "focusType" in iJSON.keys() and iJSON["focusType"]: - info.append("| Focusing type: | {}\n".format(iJSON["focusType"])) + info.append("| Focusing type: | {:<55} |\n".format(iJSON["focusType"])) if "assetType" in iJSON.keys() and iJSON["assetType"]: - info.append("| Asset type: | {}\n".format(iJSON["assetType"])) + info.append("| Asset type: | {:<55} |\n".format(iJSON["assetType"])) if "basicAsset" in iJSON.keys() and iJSON["basicAsset"]: - info.append("| Basic asset: | {}\n".format(iJSON["basicAsset"])) + info.append("| Basic asset: | {:<55} |\n".format(iJSON["basicAsset"])) if "basicAssetSize" in iJSON.keys() and iJSON["basicAssetSize"]: - info.append("| Basic asset size: | {:.2f}\n".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"]))) + info.append("| Basic asset size: | {:<55} |\n".format("{:.2f}".format(NanoToFloat(str(iJSON["basicAssetSize"]["units"]), iJSON["basicAssetSize"]["nano"])))) if "isoCurrencyName" in iJSON.keys() and iJSON["isoCurrencyName"]: - info.append("| ISO currency name: | {}\n".format(iJSON["isoCurrencyName"])) + info.append("| ISO currency name: | {:<55} |\n".format(iJSON["isoCurrencyName"])) if "currency" in iJSON.keys(): - info.append("| Payment currency: | {}\n".format(iJSON["currency"])) + info.append("| Payment currency: | {:<55} |\n".format(iJSON["currency"])) if "firstTradeDate" in iJSON.keys() and iJSON["firstTradeDate"] != 0: - info.append("| First trade date: | {}\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", ""))) + info.append("| First trade date: | {:<55} |\n".format(iJSON["firstTradeDate"].replace("T", " ").replace("Z", ""))) if "lastTradeDate" in iJSON.keys() and iJSON["lastTradeDate"] != 0: - info.append("| Last trade date: | {}\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", ""))) + info.append("| Last trade date: | {:<55} |\n".format(iJSON["lastTradeDate"].replace("T", " ").replace("Z", ""))) if "expirationDate" in iJSON.keys() and iJSON["expirationDate"] != 0: - info.append("| Date of expiration: | {}\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", ""))) + info.append("| Date of expiration: | {:<55} |\n".format(iJSON["expirationDate"].replace("T", " ").replace("Z", ""))) if "stateRegDate" in iJSON.keys() and iJSON["stateRegDate"] != 0: - info.append("| State registration date: | {}\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", ""))) + info.append("| State registration date: | {:<55} |\n".format(iJSON["stateRegDate"].replace("T", " ").replace("Z", ""))) if "placementDate" in iJSON.keys() and iJSON["placementDate"] != 0: - info.append("| Placement date: | {}\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", ""))) + info.append("| Placement date: | {:<55} |\n".format(iJSON["placementDate"].replace("T", " ").replace("Z", ""))) if "maturityDate" in iJSON.keys() and iJSON["maturityDate"] != 0: - info.append("| Maturity date: | {}\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", ""))) + info.append("| Maturity date: | {:<55} |\n".format(iJSON["maturityDate"].replace("T", " ").replace("Z", ""))) if "perpetualFlag" in iJSON.keys() and iJSON["perpetualFlag"]: - info.append("| Perpetual bond: | Yes\n") + info.append("| Perpetual bond: | Yes |\n") if "otcFlag" in iJSON.keys() and iJSON["otcFlag"]: - info.append("| Over-the-counter (OTC) securities: | Yes\n") + info.append("| Over-the-counter (OTC) securities: | Yes |\n") if iJSON["type"] == "Bonds": - info.append("| Bond issue (size / plan): | {} / {}\n".format(iJSON["issueSize"], iJSON["issueSizePlan"])) + info.append("| Bond issue (size / plan): | {:<55} |\n".format("{} / {}".format(iJSON["issueSize"], iJSON["issueSizePlan"]))) - info.append("| Nominal price (100%): | {:.2f} {}\n".format( + info.append("| Nominal price (100%): | {:<55} |\n".format("{:.2f} {}".format( NanoToFloat(str(iJSON["nominal"]["units"]), iJSON["nominal"]["nano"]), iJSON["nominal"]["currency"], - )) + ))) if "floatingCouponFlag" in iJSON.keys(): - info.append("| Floating coupon: | {}\n".format("Yes" if iJSON["floatingCouponFlag"] else "No")) + info.append("| Floating coupon: | {:<55} |\n".format("Yes" if iJSON["floatingCouponFlag"] else "No")) if "amortizationFlag" in iJSON.keys(): - info.append("| Amortization: | {}\n".format("Yes" if iJSON["amortizationFlag"] else "No")) + info.append("| Amortization: | {:<55} |\n".format("Yes" if iJSON["amortizationFlag"] else "No")) if "couponQuantityPerYear" in iJSON.keys() and iJSON["couponQuantityPerYear"]: - info.append("| Number of coupon payments per year: | {}\n".format(iJSON["couponQuantityPerYear"])) + info.append("| Number of coupon payments per year: | {:<55} |\n".format(iJSON["couponQuantityPerYear"])) if "aciValue" in iJSON.keys() and iJSON["aciValue"]: - info.append("| Current ACI (Accrued Interest): | {:.2f} {}\n".format( + info.append("| Current ACI (Accrued Interest): | {:<55} |\n".format("{:.2f} {}".format( NanoToFloat(str(iJSON["aciValue"]["units"]), iJSON["aciValue"]["nano"]), iJSON["aciValue"]["currency"] - )) + ))) if "currentPrice" in iJSON.keys(): - info.append("| |\n") + info.append(splitLine) info.extend([ - "| Previous close price of the instrument: | {}{}\n".format( + "| Previous close price of the instrument: | {:<55} |\n".format("{}{}".format( "{}".format(iJSON["currentPrice"]["closePrice"]).rstrip("0") if iJSON["currentPrice"]["closePrice"] is not None else "N/A", "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""), - ), - "| Last deal price of the instrument: | {}{}\n".format( + )), + "| Last deal price of the instrument: | {:<55} |\n".format("{}{}".format( "{}".format(iJSON["currentPrice"]["lastPrice"]).rstrip("0") if iJSON["currentPrice"]["lastPrice"] is not None else "N/A", "% of nominal price" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""), - ), - "| Changes between last deal price and last close % | {:.2f}%\n".format(iJSON["currentPrice"]["changes"]), - "| Current limit price, min / max: | {}{} / {}{}\n".format( + )), + "| Changes between last deal price and last close % | {:<55} |\n".format("{:.2f}".format(iJSON["currentPrice"]["changes"])), + "| Current limit price, min / max: | {:<55} |\n".format("{}{} / {}{}".format( "{}".format(iJSON["currentPrice"]["limitDown"]).rstrip("0") if iJSON["currentPrice"]["limitDown"] is not None else "N/A", "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""), "{}".format(iJSON["currentPrice"]["limitUp"]).rstrip("0") if iJSON["currentPrice"]["limitUp"] is not None else "N/A", "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""), - ), - "| Actual price, sell / buy: | {}{} / {}{}\n".format( + )), + "| Actual price, sell / buy: | {:<55} |\n".format("{}{} / {}{}".format( "{}".format(iJSON["currentPrice"]["sell"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["sell"] else "N/A", "%" if iJSON["type"] == "Bonds" else " {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""), "{}".format(iJSON["currentPrice"]["buy"][0]["price"]).rstrip("0") if iJSON["currentPrice"]["buy"] else "N/A", "%" if iJSON["type"] == "Bonds" else" {}".format(iJSON["currency"] if "currency" in iJSON.keys() else ""), - ), + )), ]) if "lot" in iJSON.keys(): - info.append("| Minimum lot to buy: | {}\n".format(iJSON["lot"])) + info.append("| Minimum lot to buy: | {:<55} |\n".format(iJSON["lot"])) if "step" in iJSON.keys() and iJSON["step"] != 0: - info.append("| Minimum price increment (step): | {}\n".format(iJSON["step"])) + info.append("| Minimum price increment (step): | {:<55} |\n".format(iJSON["step"])) infoText += "".join(info) @@ -877,10 +890,10 @@ def GetCurrentPrices(self, showPrice: bool = False) -> dict: prices["sell"] = [{"price": NanoToFloat(item["price"]["units"], item["price"]["nano"]), "quantity": int(item["quantity"])} for item in pricesResponse["bids"]] # max price of instrument at this time: - prices["limitUp"] = NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]) if "limitUp" in pricesResponse.keys() else None + prices["limitUp"] = round(NanoToFloat(pricesResponse["limitUp"]["units"], pricesResponse["limitUp"]["nano"]), 6) if "limitUp" in pricesResponse.keys() else None # min price of instrument at this time: - prices["limitDown"] = NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]) if "limitDown" in pricesResponse.keys() else None + prices["limitDown"] = round(NanoToFloat(pricesResponse["limitDown"]["units"], pricesResponse["limitDown"]["nano"]), 6) if "limitDown" in pricesResponse.keys() else None # last price of deal with instrument: prices["lastPrice"] = NanoToFloat(pricesResponse["lastPrice"]["units"], pricesResponse["lastPrice"]["nano"]) if "lastPrice" in pricesResponse.keys() else 0 @@ -955,15 +968,15 @@ def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str: info = [ "# All available instruments from Tinkoff Broker server for current user token\n\n", - "* **Actual on date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")), + "* **Actual on date:** [{} UTC]\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")), ] # add instruments count by type: for iType in self.iList.keys(): info.append("* **{}:** [{}]\n".format(iType, len(self.iList[iType]))) - headerLine = "| Ticker | Full name | FIGI | Cur | Lot | Step\n" - splitLine = "|--------------|----------------------------------------------------------------|--------------|-----|--------|---------\n" + headerLine = "| Ticker | Full name | FIGI | Cur | Lot | Step |\n" + splitLine = "|--------------|-----------------------------------------------------------|--------------|-----|---------|------------|\n" # generating info tables with all instruments by type: for iType in self.iList.keys(): @@ -971,16 +984,16 @@ def ShowInstrumentsInfo(self, showInstruments: bool = False) -> str: for instrument in self.iList[iType].keys(): iName = self.iList[iType][instrument]["name"] # instrument's name - if len(iName) > 63: - iName = "{}...".format(iName[:60]) # right trim for a long string + if len(iName) > 57: + iName = "{}...".format(iName[:54]) # right trim for a long string - info.append("| {:<12} | {:<63}| {:<13}| {:<4}| {:<7}| {}\n".format( + info.append("| {:<12} | {:<57} | {:<12} | {:<3} | {:<7} | {:<10} |\n".format( self.iList[iType][instrument]["ticker"], iName, self.iList[iType][instrument]["figi"], self.iList[iType][instrument]["currency"], self.iList[iType][instrument]["lot"], - str(self.iList[iType][instrument]["step"]).rstrip("0"), + "{:.10f}".format(self.iList[iType][instrument]["step"]).rstrip("0").rstrip(".") if self.iList[iType][instrument]["step"] > 0 else 0, )) infoText = "".join(info) @@ -1089,55 +1102,54 @@ def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> if instruments is None or not instruments: raise Exception("You must define some of tickers or FIGIs to request it's actual prices!") - uLogger.debug("Requesting current prices of list of instruments from Tinkoff Broker server...") - - iList = [] + requestedInstruments = [] for iName in instruments: if iName not in self.aliases.keys(): - iList.append(iName) + if iName not in requestedInstruments: + requestedInstruments.append(iName) else: - iList.append(self.aliases[iName]) - - unique = set() # create list with every figi only one time with the same order position: - tempNames = [item for item in iList if not (item in unique or unique.add(item))] + if iName not in requestedInstruments: + if self.aliases[iName] not in requestedInstruments: + requestedInstruments.append(self.aliases[iName]) - uLogger.debug("Ordered input list of instruments without duplicates of names: {}".format(tempNames)) + uLogger.debug("Requested instruments without duplicates of tickers and FIGIs: {}".format(requestedInstruments)) - iList = [] # try to get info about all unique instruments: - for iName in tempNames: + onlyUniqueFIGIs = [] + for iName in requestedInstruments: self.ticker = iName - iData = self.SearchByTicker(requestPrice=True) + iData = self.SearchByTicker(requestPrice=False) # trying to find instrument by ticker if not iData: self.ticker = "" self.figi = iName - iData = self.SearchByFIGI(requestPrice=True) + iData = self.SearchByFIGI(requestPrice=False) # trying to find instrument by FIGI if not iData: self.figi = "" uLogger.warning("Instrument [{}] not in list of available instruments for current token!".format(iName)) - if iData: - isUnique = True - for item in iList: - if item["figi"] == iData["figi"] or item["ticker"] == iData["ticker"]: - isUnique = False - break + if iData and iData["figi"] not in onlyUniqueFIGIs: + onlyUniqueFIGIs.append(iData["figi"]) + + uLogger.debug("Unique list of FIGIs: {}".format(onlyUniqueFIGIs)) + uLogger.debug("Requesting current prices from Tinkoff Broker server...") - if isUnique: - iList.append(iData) + iList = [] # trying to get info and current prices about all unique instruments: + for self.figi in onlyUniqueFIGIs: + iData = self.SearchByFIGI(requestPrice=True) + iList.append(iData) if showPrices: info = [ "# Actual prices at: [{} UTC]\n\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M")), - "| Ticker | FIGI | Type | Prev. close | Last price | Chg. % | Day limits min/max | Actual sell / buy | Curr.\n", - "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|------\n", + "| Ticker | FIGI | Type | Prev. close | Last price | Chg. % | Day limits min/max | Actual sell / buy | Curr. |\n", + "|--------------|--------------|------------|-------------|-------------|----------|---------------------|---------------------|-------|\n", ] for item in iList: - info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {}\n".format( + info.append("| {:<12} | {:<12} | {:<10} | {:>11} | {:>11} | {:>7}% | {:>19} | {:>19} | {:<5} |\n".format( item["ticker"], item["figi"], item["type"], @@ -1158,7 +1170,7 @@ def GetListOfPrices(self, instruments: list = None, showPrices: bool = False) -> infoText = "".join(info) if showPrices: - uLogger.info("Only unique instruments are shown:\n{}".format(infoText)) + uLogger.info("Only instruments with unique FIGIs are shown:\n{}".format(infoText)) if self.pricesFile: with open(self.pricesFile, "w", encoding="UTF-8") as fH: @@ -1215,7 +1227,7 @@ def RequestPendingOrders(self) -> list: ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.OrdersService/GetOrders" rawOrders = self.SendAPIRequest(ordersURL, reqType="POST")["orders"] - uLogger.debug("[{}] records about pending orders successfully received".format(len(rawOrders))) + uLogger.debug("[{}] records about pending orders received".format(len(rawOrders))) return rawOrders @@ -1232,16 +1244,23 @@ def RequestStopOrders(self) -> list: ordersURL = self.server + r"/tinkoff.public.invest.api.contract.v1.StopOrdersService/GetStopOrders" rawStopOrders = self.SendAPIRequest(ordersURL, reqType="POST")["stopOrders"] - uLogger.debug("[{}] records about stop orders successfully received".format(len(rawStopOrders))) + uLogger.debug("[{}] records about stop orders received".format(len(rawStopOrders))) return rawStopOrders - def Overview(self, showStatistics: bool = False) -> dict: + def Overview(self, showStatistics: bool = False, details: str = "full") -> dict: """ Get portfolio: all open positions, orders and some statistics for defined accountId. - If `overviewFile` is define then also save information to file. + If `overviewFile`, `overviewDigestFile`, `overviewPositionsFile`, `overviewOrdersFile`, `overviewAnalyticsFile` + are defined then also save information to file. :param showStatistics: if `False` then only dictionary returns, if `True` then show more debug information. + :param details: how detailed should the information be? You should specify one of strings: + `full` - shows full available information about portfolio status (by default), + `positions` - shows only open positions, + `digest` - show a short digest of the portfolio status, + `analytics` - shows only the analytics section and the distribution of the portfolio by various categories, + `orders` - shows only sections of open limits and stop orders. :return: dictionary with client's raw portfolio and some statistics. """ view = { @@ -1288,8 +1307,13 @@ def Overview(self, showStatistics: bool = False) -> dict: } } - if showStatistics: - uLogger.debug("Requesting portfolio of a client. Wait, please...") + details = details.lower() + availableDetails = ["full", "positions", "digest", "analytics", "orders"] + if details not in availableDetails: + details = "full" + uLogger.debug("Requested incorrect details! The `details` must be one of this strings: {}. Details parameter set to `full` be default.".format(availableDetails)) + + uLogger.debug("Requesting portfolio of a client. Wait, please...") portfolioResponse = self.RequestPortfolio() # current user's portfolio (dict) view["raw"]["positions"] = self.RequestPositions() # current open positions by instruments (dict) @@ -1504,7 +1528,14 @@ def Overview(self, showStatistics: bool = False) -> dict: } # --- pending orders sector data: + uniquePendingOrders = [] + uniquePendingOrdersFIGIs = [] for item in view["raw"]["orders"]: + if item["figi"] not in uniquePendingOrdersFIGIs: + uniquePendingOrdersFIGIs.append(item["figi"]) + uniquePendingOrders.append(item) + + for item in uniquePendingOrders: self.figi = item["figi"] instrument = self.SearchByFIGI(requestPrice=True) # full raw info about instrument by FIGI @@ -1545,7 +1576,14 @@ def Overview(self, showStatistics: bool = False) -> dict: }) # --- stop orders sector data: + uniqueStopOrders = [] + uniqueStopOrdersFIGIs = [] for item in view["raw"]["stopOrders"]: + if item["figi"] not in uniqueStopOrdersFIGIs: + uniqueStopOrdersFIGIs.append(item["figi"]) + uniqueStopOrders.append(item) + + for item in uniqueStopOrders: self.figi = item["figi"] instrument = self.SearchByFIGI(requestPrice=True) # full raw info about instrument by FIGI @@ -1657,275 +1695,307 @@ def Overview(self, showStatistics: bool = False) -> dict: # --- Prepare text statistics overview in human-readable: if showStatistics: + # Whatever the value `details`, header not changes: info = [ "# Client's portfolio\n\n", - "* **Actual date:** [{}] (UTC)\n".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")), - "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]), - "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format( - "+" if view["stat"]["totalChangesRUB"] > 0 else "", - view["stat"]["totalChangesRUB"], - "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "", - view["stat"]["totalChangesPercentRUB"], - ), - "## Open positions\n\n", - "| Ticker [FIGI] | Volume (blocked) | Lots | Curr. price | Avg. price | Current volume cost | Profit (%)\n", - "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|----------------------\n", - "| Ruble | {:>31} | | | | |\n".format( - "{:.2f} ({:.2f}) rub".format( - view["stat"]["availableRUB"], - view["stat"]["blockedRUB"], - ) - ) + "* **Actual date:** [{} UTC]\n" + "".format(datetime.now(tzutc()).strftime("%Y-%m-%d %H:%M:%S")), ] - def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list: - return [ - "| | | | | | |\n", - "| {:<27} | | | | | {:>19} |\n".format( - noTradeStr if noTradeStr else typeStr, - "" if noTradeStr else "{:.2f} RUB".format(CostRUB), - ), - ] - - def _InfoStr(data: dict, showCurrencyName: bool = False) -> str: - return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {}\n".format( - "{} [{}]".format(data["ticker"], data["figi"]), - "{:.2f} ({:.2f}) {}".format( - data["volume"], - data["blocked"], - data["currency"], - ) if showCurrencyName else "{:.0f} ({:.0f})".format( - data["volume"], - data["blocked"], - ), - "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]), - "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a", - "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a", - "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]), - "{}{:.2f} {} ({}{:.2f}%)".format( - "+" if data["profit"] > 0 else "", - data["profit"], data["baseCurrencyName"], - "+" if data["percentProfit"] > 0 else "", - data["percentProfit"], + if details in ["full", "positions", "digest"]: + info.extend([ + "* **Portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]), + "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n\n".format( + "+" if view["stat"]["totalChangesRUB"] > 0 else "", + view["stat"]["totalChangesRUB"], + "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "", + view["stat"]["totalChangesPercentRUB"], ), - ) + ]) - # --- Show currencies section: - if view["stat"]["Currencies"]: - info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**")) - for item in view["stat"]["Currencies"]: - info.append(_InfoStr(item, showCurrencyName=True)) + if details in ["full", "positions"]: + info.extend([ + "## Open positions\n\n", + "| Ticker [FIGI] | Volume (blocked) | Lots | Curr. price | Avg. price | Current volume cost | Profit (%) |\n", + "|-----------------------------|---------------------------------|----------|--------------|--------------|---------------------|------------------------------|\n", + "| Ruble | {:>31} | | | | | |\n".format( + "{:.2f} ({:.2f}) rub".format( + view["stat"]["availableRUB"], + view["stat"]["blockedRUB"], + ) + ) + ]) - else: - info.extend(_SplitStr(noTradeStr="**Currencies:** no trades")) + def _SplitStr(CostRUB: float = 0, typeStr: str = "", noTradeStr: str = "") -> list: + return [ + "| | | | | | | |\n", + "| {:<27} | | | | | {:>19} | |\n".format( + noTradeStr if noTradeStr else typeStr, + "" if noTradeStr else "{:.2f} RUB".format(CostRUB), + ), + ] - # --- Show shares section: - if view["stat"]["Shares"]: - info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**")) + def _InfoStr(data: dict, showCurrencyName: bool = False) -> str: + return "| {:<27} | {:>31} | {:<8} | {:>12} | {:>12} | {:>19} | {:<28} |\n".format( + "{} [{}]".format(data["ticker"], data["figi"]), + "{:.2f} ({:.2f}) {}".format( + data["volume"], + data["blocked"], + data["currency"], + ) if showCurrencyName else "{:.0f} ({:.0f})".format( + data["volume"], + data["blocked"], + ), + "{:.4f}".format(data["lots"]) if showCurrencyName else "{:.0f}".format(data["lots"]), + "{:.2f} {}".format(data["currentPrice"], data["baseCurrencyName"]) if data["currentPrice"] > 0 else "n/a", + "{:.2f} {}".format(data["average"], data["baseCurrencyName"]) if data["average"] > 0 else "n/a", + "{:.2f} {}".format(data["cost"], data["baseCurrencyName"]), + "{}{:.2f} {} ({}{:.2f}%)".format( + "+" if data["profit"] > 0 else "", + data["profit"], data["baseCurrencyName"], + "+" if data["percentProfit"] > 0 else "", + data["percentProfit"], + ), + ) - for item in view["stat"]["Shares"]: - info.append(_InfoStr(item)) + # --- Show currencies section: + if view["stat"]["Currencies"]: + info.extend(_SplitStr(CostRUB=view["analytics"]["distrByAssets"]["Currencies"]["cost"], typeStr="**Currencies:**")) + for item in view["stat"]["Currencies"]: + info.append(_InfoStr(item, showCurrencyName=True)) - else: - info.extend(_SplitStr(noTradeStr="**Shares:** no trades")) + else: + info.extend(_SplitStr(noTradeStr="**Currencies:** no trades")) - # --- Show bonds section: - if view["stat"]["Bonds"]: - info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**")) + # --- Show shares section: + if view["stat"]["Shares"]: + info.extend(_SplitStr(CostRUB=view["stat"]["sharesCostRUB"], typeStr="**Shares:**")) - for item in view["stat"]["Bonds"]: - info.append(_InfoStr(item)) + for item in view["stat"]["Shares"]: + info.append(_InfoStr(item)) - else: - info.extend(_SplitStr(noTradeStr="**Bonds:** no trades")) + else: + info.extend(_SplitStr(noTradeStr="**Shares:** no trades")) - # --- Show etfs section: - if view["stat"]["Etfs"]: - info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**")) + # --- Show bonds section: + if view["stat"]["Bonds"]: + info.extend(_SplitStr(CostRUB=view["stat"]["bondsCostRUB"], typeStr="**Bonds:**")) - for item in view["stat"]["Etfs"]: - info.append(_InfoStr(item)) + for item in view["stat"]["Bonds"]: + info.append(_InfoStr(item)) - else: - info.extend(_SplitStr(noTradeStr="**Etfs:** no trades")) + else: + info.extend(_SplitStr(noTradeStr="**Bonds:** no trades")) - # --- Show futures section: - if view["stat"]["Futures"]: - info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**")) + # --- Show etfs section: + if view["stat"]["Etfs"]: + info.extend(_SplitStr(CostRUB=view["stat"]["etfsCostRUB"], typeStr="**Etfs:**")) - for item in view["stat"]["Futures"]: - info.append(_InfoStr(item)) + for item in view["stat"]["Etfs"]: + info.append(_InfoStr(item)) - else: - info.extend(_SplitStr(noTradeStr="**Futures:** no trades")) - - # --- Show pending orders section: - if view["stat"]["orders"]: - info.extend([ - "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])), - "\n| Ticker [FIGI] | Order ID | Lots (exec.) | Current price (% delta) | Target price | Action | Type | Create date (UTC)\n", - "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|---------------------\n", - ]) - for item in view["stat"]["orders"]: - info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {}\n".format( - "{} [{}]".format(item["ticker"], item["figi"]), - item["orderID"], - "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]), - "{} {} ({}{:.2f}%)".format( - "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])), - item["baseCurrencyName"], - "+" if item["percentChanges"] > 0 else "", - float(item["percentChanges"]), - ), - "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]), - item["action"], - item["type"], - item["date"], - )) + else: + info.extend(_SplitStr(noTradeStr="**Etfs:** no trades")) - else: - info.append("\n## Total pending limit-orders: 0\n") + # --- Show futures section: + if view["stat"]["Futures"]: + info.extend(_SplitStr(CostRUB=view["stat"]["futuresCostRUB"], typeStr="**Futures:**")) - # --- Show stop orders section: - if view["stat"]["stopOrders"]: - info.extend([ - "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])), - "\n| Ticker [FIGI] | Stop order ID | Lots | Current price (% delta) | Target price | Limit price | Action | Type | Expire type | Create date (UTC) | Expiration (UTC)\n", - "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------\n", - ]) - for item in view["stat"]["stopOrders"]: - info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {}\n".format( - "{} [{}]".format(item["ticker"], item["figi"]), - item["orderID"], - item["lotsRequested"], - "{} {} ({}{:.2f}%)".format( - "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])), - item["baseCurrencyName"], - "+" if item["percentChanges"] > 0 else "", - float(item["percentChanges"]), - ), - "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]), - "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"], - item["action"], - item["type"], - item["expType"], - item["createDate"], - item["expDate"], - )) + for item in view["stat"]["Futures"]: + info.append(_InfoStr(item)) - else: - info.append("\n## Total stop-orders: 0\n") + else: + info.extend(_SplitStr(noTradeStr="**Futures:** no trades")) - # -- Show analytics section: - if view["stat"]["portfolioCostRUB"] > 0: - info.extend([ - "\n# Analytics\n" - "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]), - "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format( - "+" if view["stat"]["totalChangesRUB"] > 0 else "", - view["stat"]["totalChangesRUB"], - "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "", - view["stat"]["totalChangesPercentRUB"], - ), - "\n## Portfolio distribution by assets\n" - "\n| Type | Uniques | Percent | Current cost\n", - "|------------|---------|---------|-----------------\n", - ]) + if details in ["full", "orders"]: + # --- Show pending orders section: + if view["stat"]["orders"]: + info.extend([ + "\n## Opened pending limit-orders: {}\n".format(len(view["stat"]["orders"])), + "\n| Ticker [FIGI] | Order ID | Lots (exec.) | Current price (% delta) | Target price | Action | Type | Create date (UTC) |\n", + "|-----------------------------|----------------|--------------|-------------------------|---------------|-----------|-----------|-------------------------|\n", + ]) - for key in view["analytics"]["distrByAssets"].keys(): - if view["analytics"]["distrByAssets"][key]["cost"] > 0: - info.append("| {:<10} | {:<7} | {:<7} | {:.2f} rub\n".format( - key, - view["analytics"]["distrByAssets"][key]["uniques"], - "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]), - view["analytics"]["distrByAssets"][key]["cost"], + for item in view["stat"]["orders"]: + info.append("| {:<27} | {:<14} | {:<12} | {:>23} | {:>13} | {:<9} | {:<9} | {:<23} |\n".format( + "{} [{}]".format(item["ticker"], item["figi"]), + item["orderID"], + "{} ({})".format(item["lotsRequested"], item["lotsExecuted"]), + "{} {} ({}{:.2f}%)".format( + "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])), + item["baseCurrencyName"], + "+" if item["percentChanges"] > 0 else "", + float(item["percentChanges"]), + ), + "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]), + item["action"], + item["type"], + item["date"], )) - maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()]) - info.extend([ - "\n## Portfolio distribution by companies\n" - "\n| Company{} | Percent | Current cost\n".format(" " * (maxLenNames - 7)), - "|--------{}-|---------|-----------------\n".format("-" * (maxLenNames - 7)), - ]) + else: + info.append("\n## Total pending limit-orders: 0\n") + + # --- Show stop orders section: + if view["stat"]["stopOrders"]: + info.extend([ + "\n## Opened stop-orders: {}\n".format(len(view["stat"]["stopOrders"])), + "\n| Ticker [FIGI] | Stop order ID | Lots | Current price (% delta) | Target price | Limit price | Action | Type | Expire type | Create date (UTC) | Expiration (UTC) |\n", + "|-----------------------------|--------------------------------------|--------|-------------------------|---------------|---------------|-----------|-------------|--------------|---------------------|---------------------|\n", + ]) - for company in view["analytics"]["distrByCompanies"].keys(): - if view["analytics"]["distrByCompanies"][company]["cost"] > 0: - nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) - info.append("| {} | {:<7} | {:.2f} rub\n".format( - "{}{}{}".format( - "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "", - company, - "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)), + for item in view["stat"]["stopOrders"]: + info.append("| {:<27} | {:<14} | {:<6} | {:>23} | {:>13} | {:>13} | {:<9} | {:<11} | {:<12} | {:<19} | {:<19} |\n".format( + "{} [{}]".format(item["ticker"], item["figi"]), + item["orderID"], + item["lotsRequested"], + "{} {} ({}{:.2f}%)".format( + "{}".format(item["currentPrice"]) if isinstance(item["currentPrice"], str) else "{:.2f}".format(float(item["currentPrice"])), + item["baseCurrencyName"], + "+" if item["percentChanges"] > 0 else "", + float(item["percentChanges"]), ), - "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]), - view["analytics"]["distrByCompanies"][company]["cost"], + "{:.2f} {}".format(float(item["targetPrice"]), item["baseCurrencyName"]), + "{:.2f} {}".format(float(item["limitPrice"]), item["baseCurrencyName"]) if item["limitPrice"] and item["limitPrice"] != item["targetPrice"] else TKS_ORDER_TYPES["ORDER_TYPE_MARKET"], + item["action"], + item["type"], + item["expType"], + item["createDate"], + item["expDate"], )) - maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()]) - info.extend([ - "\n## Portfolio distribution by sectors\n" - "\n| Sector{} | Percent | Current cost\n".format(" " * (maxLenSectors - 6)), - "|-------{}-|---------|-----------------\n".format("-" * (maxLenSectors - 6)), - ]) + else: + info.append("\n## Total stop-orders: 0\n") - for sector in view["analytics"]["distrBySectors"].keys(): - if view["analytics"]["distrBySectors"][sector]["cost"] > 0: - info.append("| {}{} | {:<7} | {:.2f} rub\n".format( - sector, - "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)), - "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]), - view["analytics"]["distrBySectors"][sector]["cost"], - )) + if details in ["full", "analytics"]: + # -- Show analytics section: + if view["stat"]["portfolioCostRUB"] > 0: + info.extend([ + "\n# Analytics\n" + "\n* **Current total portfolio cost:** {:.2f} RUB\n".format(view["stat"]["portfolioCostRUB"]), + "* **Changes:** {}{:.2f} RUB ({}{:.2f}%)\n".format( + "+" if view["stat"]["totalChangesRUB"] > 0 else "", + view["stat"]["totalChangesRUB"], + "+" if view["stat"]["totalChangesPercentRUB"] > 0 else "", + view["stat"]["totalChangesPercentRUB"], + ), + "\n## Portfolio distribution by assets\n" + "\n| Type | Uniques | Percent | Current cost |\n", + "|------------|---------|---------|--------------------|\n", + ]) - maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()]) - info.extend([ - "\n## Portfolio distribution by currencies\n" - "\n| Instruments currencies{} | Percent | Current cost\n".format(" " * (maxLenMoney - 22)), - "|-----------------------{}-|---------|-----------------\n".format("-" * (maxLenMoney - 22)), - ]) + for key in view["analytics"]["distrByAssets"].keys(): + if view["analytics"]["distrByAssets"][key]["cost"] > 0: + info.append("| {:<10} | {:<7} | {:<7} | {:<18} |\n".format( + key, + view["analytics"]["distrByAssets"][key]["uniques"], + "{:.2f}%".format(view["analytics"]["distrByAssets"][key]["percent"]), + "{:.2f} rub".format(view["analytics"]["distrByAssets"][key]["cost"]), + )) - for curr in view["analytics"]["distrByCurrencies"].keys(): - if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0: - nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"]) - info.append("| {} | {:<7} | {:.2f} rub\n".format( - "[{}] {}{}".format( - curr, - view["analytics"]["distrByCurrencies"][curr]["name"], - "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen), - ), - "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]), - view["analytics"]["distrByCurrencies"][curr]["cost"], - )) + maxLenNames = 3 + max([len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) for company in view["analytics"]["distrByCompanies"].keys()]) + info.extend([ + "\n## Portfolio distribution by companies\n" + "\n| Company{} | Percent | Current cost |\n".format(" " * (maxLenNames - 7)), + "|--------{}-|---------|--------------------|\n".format("-" * (maxLenNames - 7)), + ]) - maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()])) - info.extend([ - "\n## Portfolio distribution by countries\n" - "\n| Assets by country{} | Percent | Current cost\n".format(" " * (maxLenCountry - 17)), - "|------------------{}-|---------|-----------------\n".format("-" * (maxLenCountry - 17)), - ]) + for company in view["analytics"]["distrByCompanies"].keys(): + if view["analytics"]["distrByCompanies"][company]["cost"] > 0: + nameLen = 3 + len(company) + len(view["analytics"]["distrByCompanies"][company]["ticker"]) + info.append("| {} | {:<7} | {:<18} |\n".format( + "{}{}{}".format( + "[{}] ".format(view["analytics"]["distrByCompanies"][company]["ticker"]) if view["analytics"]["distrByCompanies"][company]["ticker"] else "", + company, + "" if nameLen == maxLenNames else "{}".format(" " * (maxLenNames - nameLen) if view["analytics"]["distrByCompanies"][company]["ticker"] else " " * (maxLenNames - nameLen + 3)), + ), + "{:.2f}%".format(view["analytics"]["distrByCompanies"][company]["percent"]), + "{:.2f} rub".format(view["analytics"]["distrByCompanies"][company]["cost"]), + )) - for country in view["analytics"]["distrByCountries"].keys(): - if view["analytics"]["distrByCountries"][country]["cost"] > 0: - nameLen = len(country) - info.append("| {} | {:<7} | {:.2f} rub\n".format( - "{}{}".format( - country, - "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen), - ), - "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]), - view["analytics"]["distrByCountries"][country]["cost"], - )) + maxLenSectors = max([len(sector) for sector in view["analytics"]["distrBySectors"].keys()]) + info.extend([ + "\n## Portfolio distribution by sectors\n" + "\n| Sector{} | Percent | Current cost |\n".format(" " * (maxLenSectors - 6)), + "|-------{}-|---------|--------------------|\n".format("-" * (maxLenSectors - 6)), + ]) + + for sector in view["analytics"]["distrBySectors"].keys(): + if view["analytics"]["distrBySectors"][sector]["cost"] > 0: + info.append("| {}{} | {:<7} | {:<18} |\n".format( + sector, + "" if len(sector) == maxLenSectors else " " * (maxLenSectors - len(sector)), + "{:.2f}%".format(view["analytics"]["distrBySectors"][sector]["percent"]), + "{:.2f} rub".format(view["analytics"]["distrBySectors"][sector]["cost"]), + )) + + maxLenMoney = 3 + max([len(currency) + len(view["analytics"]["distrByCurrencies"][currency]["name"]) for currency in view["analytics"]["distrByCurrencies"].keys()]) + info.extend([ + "\n## Portfolio distribution by currencies\n" + "\n| Instruments currencies{} | Percent | Current cost |\n".format(" " * (maxLenMoney - 22)), + "|-----------------------{}-|---------|--------------------|\n".format("-" * (maxLenMoney - 22)), + ]) + + for curr in view["analytics"]["distrByCurrencies"].keys(): + if view["analytics"]["distrByCurrencies"][curr]["cost"] > 0: + nameLen = 3 + len(curr) + len(view["analytics"]["distrByCurrencies"][curr]["name"]) + info.append("| {} | {:<7} | {:<18} |\n".format( + "[{}] {}{}".format( + curr, + view["analytics"]["distrByCurrencies"][curr]["name"], + "" if nameLen == maxLenMoney else " " * (maxLenMoney - nameLen), + ), + "{:.2f}%".format(view["analytics"]["distrByCurrencies"][curr]["percent"]), + "{:.2f} rub".format(view["analytics"]["distrByCurrencies"][curr]["cost"]), + )) + + maxLenCountry = max(17, max([len(country) for country in view["analytics"]["distrByCountries"].keys()])) + info.extend([ + "\n## Portfolio distribution by countries\n" + "\n| Assets by country{} | Percent | Current cost |\n".format(" " * (maxLenCountry - 17)), + "|------------------{}-|---------|--------------------|\n".format("-" * (maxLenCountry - 17)), + ]) + + for country in view["analytics"]["distrByCountries"].keys(): + if view["analytics"]["distrByCountries"][country]["cost"] > 0: + nameLen = len(country) + info.append("| {} | {:<7} | {:<18} |\n".format( + "{}{}".format( + country, + "" if nameLen == maxLenCountry else " " * (maxLenCountry - nameLen), + ), + "{:.2f}%".format(view["analytics"]["distrByCountries"][country]["percent"]), + "{:.2f} rub".format(view["analytics"]["distrByCountries"][country]["cost"]), + )) infoText = "".join(info) if showStatistics: - uLogger.info("Statistics of client's portfolio:\n{}".format(infoText)) + uLogger.info(infoText) + + if details == "full" and self.overviewFile: + filename = self.overviewFile - if self.overviewFile: - with open(self.overviewFile, "w", encoding="UTF-8") as fH: + elif details == "digest" and self.overviewDigestFile: + filename = self.overviewDigestFile + + elif details == "positions" and self.overviewPositionsFile: + filename = self.overviewPositionsFile + + elif details == "orders" and self.overviewOrdersFile: + filename = self.overviewOrdersFile + + elif details == "analytics" and self.overviewAnalyticsFile: + filename = self.overviewAnalyticsFile + + else: + filename = "" + + if filename: + with open(filename, "w", encoding="UTF-8") as fH: fH.write(infoText) - uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(self.overviewFile))) + uLogger.info("Client's portfolio is saved to file: [{}]".format(os.path.abspath(filename))) return view @@ -1937,7 +2007,7 @@ def Deals(self, start: str = None, end: str = None, printDeals: bool = False, sh :param start: see docstring in `GetDatesAsString()` method :param end: see docstring in `GetDatesAsString()` method - :param printDeals: if `True` then also print all records to the console. + :param printDeals: if `True` then also prints all records to the console. :param showCancelled: if `False` then remove information about cancelled operations from the deals report. :return: original list of dictionaries with history of deals records from API ("operations" key): https://tinkoff.github.io/investAPI/swagger-ui/#/OperationsService/OperationsService_GetOperations @@ -1955,8 +2025,8 @@ def Deals(self, start: str = None, end: str = None, printDeals: bool = False, sh # --- output report in human-readable format: if printDeals or self.reportFile: - splitLine1 = "| | | | |\n" # Summary section - splitLine2 = "| | | | | | | |\n" # Operations section + splitLine1 = "| | | | | |\n" # Summary section + splitLine2 = "| | | | | | | | |\n" # Operations section nextDay = "" info = ["# Client's operations\n\n* **Period:** from [{}] to [{}]\n\n## Summary (operations executed only)\n\n".format(startDate.split("T")[0], endDate.split("T")[0])] @@ -2074,14 +2144,14 @@ def Deals(self, start: str = None, end: str = None, printDeals: bool = False, sh # --- view "Actions" lines: info.extend([ - "| 1 | 2 | 3 | 4 | 5\n", - "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------\n", - "| **Actions:** | Trades: {:<21} | Trading volumes: | |\n".format(customStat["opsCount"]), - "| | Buy: {:<22} | {:<28} | |\n".format( + "| 1 | 2 | 3 | 4 | 5 |\n", + "|----------------------------|-------------------------------|------------------------------|----------------------|------------------------|\n", + "| **Actions:** | Trades: {:<21} | Trading volumes: | | |\n".format(customStat["opsCount"]), + "| | Buy: {:<22} | {:<28} | | |\n".format( "{} ({:.1f}%)".format(customStat["buyCount"], 100 * customStat["buyCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0, " rub, buy: {:<16}".format("{:.2f}".format(customStat["buyTotal"]["rub"])) if customStat["buyTotal"]["rub"] != 0 else " —", ), - "| | Sell: {:<21} | {:<28} | |\n".format( + "| | Sell: {:<21} | {:<28} | | |\n".format( "{} ({:.1f}%)".format(customStat["sellCount"], 100 * customStat["sellCount"] / customStat["opsCount"]) if customStat["opsCount"] != 0 else 0, " rub, sell: {:<13}".format("+{:.2f}".format(customStat["sellTotal"]["rub"])) if customStat["sellTotal"]["rub"] != 0 else " —", ), @@ -2093,10 +2163,10 @@ def Deals(self, start: str = None, end: str = None, printDeals: bool = False, sh continue info.extend([ - "| | | {:<28} | |\n".format( + "| | | {:<28} | | |\n".format( " {}, buy: {:<16}".format(key, "{:.2f}".format(customStat["buyTotal"][key]) if key and key in customStat["buyTotal"].keys() and customStat["buyTotal"][key] != 0 else 0) ), - "| | | {:<28} | |\n".format( + "| | | {:<28} | | |\n".format( " {}, sell: {:<13}".format(key, "+{:.2f}".format(customStat["sellTotal"][key]) if key and key in customStat["sellTotal"].keys() and customStat["sellTotal"][key] != 0 else 0) ), ]) @@ -2104,7 +2174,7 @@ def Deals(self, start: str = None, end: str = None, printDeals: bool = False, sh info.append(splitLine1) def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") -> str: - return "| | {:<29} | {:<28} | {:<20} | {:<22}\n".format( + return "| | {:<29} | {:<28} | {:<20} | {:<22} |\n".format( " {}: {}{:.2f}".format(cur, "+" if data1[cur] > 0 else "", data1[cur]) if cur and cur in data1.keys() and data1[cur] != 0 else " —", " {}: {}{:.2f}".format(cur, "+" if data2[cur] > 0 else "", data2[cur]) if cur and cur in data2.keys() and data2[cur] != 0 else " —", " {}: {}{:.2f}".format(cur, "+" if data3[cur] > 0 else "", data3[cur]) if cur and cur in data3.keys() and data3[cur] != 0 else " —", @@ -2112,7 +2182,7 @@ def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") ) # --- view "Payments" lines: - info.append("| **Payments:** | Deposit on broker account: | Withdrawals: | Dividends income: | Coupons income:\n") + info.append("| **Payments:** | Deposit on broker account: | Withdrawals: | Dividends income: | Coupons income: |\n") paymentsKeys = sorted(list(set(list(customStat["payIn"].keys()) + list(customStat["payOut"].keys()) + list(customStat["divs"].keys()) + list(customStat["coupons"].keys())))) for key in paymentsKeys: @@ -2121,7 +2191,7 @@ def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") info.append(splitLine1) # --- view "Commissions and taxes" lines: - info.append("| **Commissions and taxes:** | Broker commissions: | Service commissions: | Margin commissions: | All taxes/corrections:\n") + info.append("| **Commissions and taxes:** | Broker commissions: | Service commissions: | Margin commissions: | All taxes/corrections: |\n") comKeys = sorted(list(set(list(customStat["brokerCom"].keys()) + list(customStat["serviceCom"].keys()) + list(customStat["marginCom"].keys()) + list(customStat["allTaxes"].keys())))) for key in comKeys: @@ -2131,8 +2201,8 @@ def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") info.extend([ "\n## All operations{}\n\n".format("" if showCancelled else " (without cancelled status)"), - "| Date and time | FIGI | Ticker | Asset | Value | Payment | Status | Operation type\n", - "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------\n", + "| Date and time | FIGI | Ticker | Asset | Value | Payment | Status | Operation type |\n", + "|---------------------|--------------|--------------|------------|-----------|-----------------|------------|--------------------------------------------------------------------|\n", ]) else: @@ -2156,7 +2226,7 @@ def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") else: nextDay = item["date"].split("T")[0] # saving current day for splitting - info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {}\n".format( + info.append("| {:<19} | {:<12} | {:<12} | {:<10} | {:<9} | {:>15} | {:<10} | {:<66} |\n".format( item["date"].replace("T", " ").replace("Z", "").split(".")[0], self.figi if self.figi else "—", instrument["ticker"] if instrument else "—", @@ -2180,167 +2250,183 @@ def _InfoStr(data1: dict, data2: dict, data3: dict, data4: dict, cur: str = "") return ops, customStat - def History(self, onlyMissing: bool = False): + def History(self, start: str = None, end: str = None, interval: str = "hour", onlyMissing: bool = False, + csvSep: str = ",", printCandles: bool = False, + ) -> pd.DataFrame: """ - This method returns last history candles of the current instrument defined by `ticker`. - If `historyFile` is not None then method save history to this file, otherwise return only pandas dataframe. - `historyLength` define how many candles returns from past to current date. - `historyInterval` define candle interval. Available values are strings: `"1min"`, `"2min"`, `"3min"`, `"5min"`, - `"10min"`, `"15min"`, `"30min"`, `"hour"`, `"day"`, `"week"`, `"month"`. Default: `"hour"`. - Maximum requested history date in the past: `1970.01.02 03:45` + This method returns last history candles of the current instrument defined by `ticker` or `figi` (FIGI id). + + History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`. + Warning! Broker server used ISO UTC time by default. - :param onlyMissing: if history file define then add only last missing candles, do not request all history length. False by default. - WARNING! History appends only from last candle to current time with replace last candle! Intervals must be similar! - :return: pandas dataframe with prices history. Columns: `date`, `time`, `open`, `high`, `low`, `close`, `volume`. + If `historyFile` is not `None` then method save history to file, otherwise return only pandas dataframe. + Also, `historyFile` used to update history with `onlyMissing` parameter. + + :param start: see docstring in `GetDatesAsString()` method. + :param end: see docstring in `GetDatesAsString()` method. + :param interval: this is a candle interval. Current available values are `"1min"`, `"5min"`, `"15min"`, + `"hour"`, `"day"`. Default: `"hour"`. + :param onlyMissing: if `True` then add only last missing candles, do not request all history length from `start`. + False by default. Warning! History appends only from last candle to current time + with always update last candle! + :param csvSep: separator if .csv-file is used, `,` by default. + :param printCandles: if `True` then also prints pandas dataframe to the console. + :return: pandas dataframe with prices history. Headers of columns are defined by default: + `["date", "time", "open", "high", "low", "close", "volume"]`. """ + strStartDate, strEndDate = GetDatesAsString(start, end) # example: ("2020-01-01T00:00:00Z", "2022-12-31T23:59:59Z") + headers = ["date", "time", "open", "high", "low", "close", "volume"] # sequence and names of column headers history = None # empty pandas object for history - # TODO: update history to work with api v2 - # if self.historyLength < 1: - # raise Exception("History length parameter must be >=1!") - # - # if self.historyInterval not in TKS_TIMEFRAMES.keys(): - # raise Exception("Interval parameter must be string with available values: 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month.") - # - # if not (self.ticker or self.figi): - # raise Exception("self.ticker or self.figi variables must be defined!") - # - # if self.ticker and not self.figi: - # instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False) - # self.figi = instrumentByTicker["figi"] if instrumentByTicker else "" - # - # endDate = datetime.now(tzutc()) # current time for request history - # tempOld = None # pandas object for old history, if --only-missing key present - # lastTime = None # datetime object of last old candle in file - # minStartDate = datetime.strptime("1970.01.02 03:45", "%Y.%m.%d %H:%M").astimezone(tzutc()) # Maximum requested history date in the past - # - # # get old history saved earlier in file: - # if onlyMissing and self.historyFile and os.path.exists(self.historyFile): - # uLogger.debug("--only-missing key present, so auto decreasing --length value...") - # uLogger.debug("Only append missing last history candles at the end of the file [{}]".format(os.path.abspath(self.historyFile))) - # - # tempOld = pd.read_csv(self.historyFile, sep=",", header=None, names=["date", "time", "open", "high", "low", "close", "volume"]) - # - # tempOld["date"] = pd.to_datetime(tempOld["date"]) # load date "as is" - # tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d") # convert date to string - # tempOld["time"] = pd.to_datetime(tempOld["time"]) # load time "as is" - # tempOld["time"] = tempOld["time"].dt.strftime("%H:%M") # convert time to string - # - # # get last datetime object from last string in file or minus 1 delta if file is empty: - # if len(tempOld) > 0: - # lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").astimezone(tzutc()) - # - # else: - # lastTime = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"]) - # uLogger.warning("No history in file, set last date to request at [{}]".format(lastTime)) - # - # delta = endDate - lastTime # current time minus last time in file - # deltaMinutes = delta.days * 1440 + delta.seconds // 60 # minutes between last datetime and current datetime - # - # # calculate new (decreased) history length to download: - # self.historyLength = deltaMinutes // TKS_TIMEFRAMES[self.historyInterval]["minutes"] - # if deltaMinutes % TKS_TIMEFRAMES[self.historyInterval]["minutes"] > 0: - # self.historyLength += 1 # to avoid fraction time - # - # tempOld = tempOld[:-1] # always remove last old candle because it may be incompletely at the current time - # - # if self.figi: - # blocks = 1 if self.historyLength <= TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] else 1 + self.historyLength // TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] - # responseJSONs = [] # raw history blocks - # - # uLogger.debug("Request last history from Tinkoff Broker server for ticker [{}], FIGI [{}]...".format(self.ticker, self.figi)) - # - # uLogger.debug("Requested history length: [{}], interval: [{}]".format(self.historyLength, self.historyInterval)) - # uLogger.debug("User requested time period is about from [{}] to [{}]".format( - # (endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * self.historyLength)).strftime("%Y-%m-%d %H:%M:%S"), - # endDate.strftime("%Y-%m-%d %H:%M:%S"), - # )) - # - # uLogger.debug("Blocks count: [{}], max candles in block for this interval: [{}]".format(blocks, TKS_TIMEFRAMES[self.historyInterval]["maxCandles"])) - # - # oldFlag = False - # for item in range(blocks): - # tail = self.historyLength % TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] if item + 1 == blocks else TKS_TIMEFRAMES[self.historyInterval]["maxCandles"] - # startDate = endDate - timedelta(minutes=TKS_TIMEFRAMES[self.historyInterval]["minutes"] * tail) - # - # if startDate < minStartDate: - # startDate = minStartDate # set minimum date in the past if delta is too long - # uLogger.debug("Date in the past is too old for request. Set start time to [{}]".format(minStartDate.strftime("%Y-%m-%d %H:%M:%S"))) - # oldFlag = True - # - # uLogger.debug("Block time period: from [{}] to [{}] ({}/{})".format( - # startDate.strftime("%Y-%m-%d %H:%M:%S"), - # endDate.strftime("%Y-%m-%d %H:%M:%S"), - # item + 1, - # blocks, - # )) - # - # historyURL = self.server + r"/market/candles?figi={}&from={}&to={}&interval={}".format( - # self.figi, - # quote(startDate.isoformat()), - # quote(endDate.isoformat()), - # self.historyInterval, - # ) - # responseJSON = self.SendAPIRequest(historyURL, debug=False)["payload"]["candles"] - # - # responseJSONs = responseJSON + responseJSONs # add more old history behind newest dates - # endDate = startDate - # - # if oldFlag: break - # - # if responseJSONs: - # tempHistory = pd.DataFrame( - # data={ - # "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs], - # "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs], - # "open": [item["o"] for item in responseJSONs], - # "high": [item["h"] for item in responseJSONs], - # "low": [item["l"] for item in responseJSONs], - # "close": [item["c"] for item in responseJSONs], - # "volume": [item["v"] for item in responseJSONs], - # }, - # index=range(len(responseJSONs)), - # columns=["date", "time", "open", "high", "low", "close", "volume"], - # ) - # tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d") - # tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M") - # - # # append only newest candles to old history if --only-missing key present: - # if onlyMissing and tempOld is not None and lastTime is not None: - # indx = 0 # find start index in given from server tempHistory data: - # for i, item in tempHistory.iterrows(): - # curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").astimezone(tzutc()) - # if curTime == lastTime: - # uLogger.debug("History candles will be updated starting from the candle with date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S"))) - # indx = i - # break - # - # history = tempOld.append(tempHistory[indx:], ignore_index=True) - # - # else: - # history = tempHistory # if no --only-missing key then load full data from server - # - # uLogger.debug("Showing last 3 rows of candles history:") - # for line in pd.DataFrame.to_string( - # history[["date", "time", "open", "high", "low", "close", "volume"]][-3:], - # max_cols=20, - # ).split("\n"): - # uLogger.debug(line) - # - # if self.historyFile is not None: - # if history is not None: - # history.to_csv(self.historyFile, sep=",", index=False, header=False) - # uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format( - # self.ticker, - # self.figi, - # self.historyInterval, - # os.path.abspath(self.historyFile), - # )) - # - # else: - # uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile))) - # - # else: - # uLogger.debug("--output key is not defined. Parsed history file not saved to .csv-file, only pandas dataframe returns.") + + if interval not in TKS_CANDLE_INTERVALS.keys(): + raise Exception("Interval parameter must be string with current available values: `1min`, `5min`, `15min`, `hour` and `day`.") + + if not (self.ticker or self.figi): + raise Exception("Ticker or FIGI must be defined!") + + if self.ticker and not self.figi: + instrumentByTicker = self.SearchByTicker(requestPrice=False, debug=False) + self.figi = instrumentByTicker["figi"] if instrumentByTicker else "" + + if self.figi and not self.ticker: + instrumentByFIGI = self.SearchByFIGI(requestPrice=False, debug=False) + self.ticker = instrumentByFIGI["ticker"] if instrumentByFIGI else "" + + dtStart = datetime.strptime(strStartDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc()) # datetime object from start time string + dtEnd = datetime.strptime(strEndDate, TKS_DATE_TIME_FORMAT).replace(tzinfo=tzutc()) # datetime object from end time string + if interval.lower() != "day": + dtEnd += timedelta(seconds=1) # adds 1 sec for requests, because day end returned by `GetDatesAsString()` as 23:59:59 + + delta = dtEnd - dtStart # current UTC time minus last time in file + deltaMinutes = delta.days * 1440 + delta.seconds // 60 # minutes between start and end dates + + # calculate history length in candles: + length = deltaMinutes // TKS_CANDLE_INTERVALS[interval][1] + if deltaMinutes % TKS_CANDLE_INTERVALS[interval][1] > 0: + length += 1 # to avoid fraction time + + # calculate data blocks count: + blocks = 1 if length < TKS_CANDLE_INTERVALS[interval][2] else 1 + length // TKS_CANDLE_INTERVALS[interval][2] + + uLogger.debug("Original requested time period in local time: from [{}] to [{}]".format(start, end)) + uLogger.debug("Requested time period is about from [{}] UTC to [{}] UTC".format(strStartDate, strEndDate)) + uLogger.debug("Calculated history length: [{}], interval: [{}]".format(length, interval)) + uLogger.debug("Data blocks, count: [{}], max candles in block: [{}]".format(blocks, TKS_CANDLE_INTERVALS[interval][2])) + uLogger.debug("Requesting history candlesticks, ticker: [{}], FIGI: [{}]. Wait, please...".format(self.ticker, self.figi)) + + tempOld = None # pandas object for old history, if --only-missing key present + lastTime = None # datetime object of last old candle in file + + if onlyMissing and self.historyFile is not None and self.historyFile and os.path.exists(self.historyFile): + uLogger.debug("--only-missing key present, add only last missing candles...") + uLogger.debug("History file will be updated: [{}]".format(os.path.abspath(self.historyFile))) + + tempOld = pd.read_csv(self.historyFile, sep=csvSep, header=None, names=headers) + + tempOld["date"] = pd.to_datetime(tempOld["date"]) # load date "as is" + tempOld["date"] = tempOld["date"].dt.strftime("%Y.%m.%d") # convert date to string + tempOld["time"] = pd.to_datetime(tempOld["time"]) # load time "as is" + tempOld["time"] = tempOld["time"].dt.strftime("%H:%M") # convert time to string + + # get last datetime object from last string in file or minus 1 delta if file is empty: + if len(tempOld) > 0: + lastTime = datetime.strptime(tempOld.date.iloc[-1] + " " + tempOld.time.iloc[-1], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc()) + + else: + lastTime = dtEnd - timedelta(days=1) # history file is empty, so last date set at -1 day + + tempOld = tempOld[:-1] # always remove last old candle because it may be incompletely at the current time + + responseJSONs = [] # raw history blocks of data + + blockEnd = dtEnd + for item in range(blocks): + tail = length % TKS_CANDLE_INTERVALS[interval][2] if item + 1 == blocks else TKS_CANDLE_INTERVALS[interval][2] + blockStart = blockEnd - timedelta(minutes=TKS_CANDLE_INTERVALS[interval][1] * tail) + + uLogger.debug("[Block #{}/{}] time period: [{}] UTC - [{}] UTC".format( + item + 1, blocks, blockStart.strftime(TKS_DATE_TIME_FORMAT), blockEnd.strftime(TKS_DATE_TIME_FORMAT), + )) + + if blockStart == blockEnd: + uLogger.debug("Skipped this zero-length block...") + + else: + # REST API for request: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles + historyURL = self.server + r"/tinkoff.public.invest.api.contract.v1.MarketDataService/GetCandles" + self.body = str({ + "figi": self.figi, + "from": blockStart.strftime(TKS_DATE_TIME_FORMAT), + "to": blockEnd.strftime(TKS_DATE_TIME_FORMAT), + "interval": TKS_CANDLE_INTERVALS[interval][0] + }) + responseJSON = self.SendAPIRequest(historyURL, reqType="POST", retry=1, pause=1, debug=False) + + if "code" in responseJSON.keys(): + uLogger.debug("An issue occurred and block #{}/{} is empty".format(item + 1, blocks)) + + else: + if (start.lower() == "yesterday" or start == end) and interval == "day" and len(responseJSON["candles"]) > 1: + responseJSON["candles"] = responseJSON["candles"][:-1] # removes last candle for "yesterday" request + + responseJSONs = responseJSON["candles"] + responseJSONs # add more old history behind newest dates + + blockEnd = blockStart + + printCount = len(responseJSONs) # candles to show in console + if responseJSONs: + tempHistory = pd.DataFrame( + data={ + "date": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs], + "time": [pd.to_datetime(item["time"]).astimezone(tzutc()) for item in responseJSONs], + "open": [NanoToFloat(item["open"]["units"], item["open"]["nano"]) for item in responseJSONs], + "high": [NanoToFloat(item["high"]["units"], item["high"]["nano"]) for item in responseJSONs], + "low": [NanoToFloat(item["low"]["units"], item["low"]["nano"]) for item in responseJSONs], + "close": [NanoToFloat(item["close"]["units"], item["close"]["nano"]) for item in responseJSONs], + "volume": [int(item["volume"]) for item in responseJSONs], + }, + index=range(len(responseJSONs)), + columns=["date", "time", "open", "high", "low", "close", "volume"], + ) + tempHistory["date"] = tempHistory["date"].dt.strftime("%Y.%m.%d") + tempHistory["time"] = tempHistory["time"].dt.strftime("%H:%M") + + # append only newest candles to old history if --only-missing key present: + if onlyMissing and tempOld is not None and lastTime is not None: + index = 0 # find start index in tempHistory data: + + for i, item in tempHistory.iterrows(): + curTime = datetime.strptime(item["date"] + " " + item["time"], "%Y.%m.%d %H:%M").replace(tzinfo=tzutc()) + + if curTime == lastTime: + uLogger.debug("History will be updated starting from the date: [{}]".format(curTime.strftime("%Y-%m-%d %H:%M:%S"))) + index = i + printCount = index + 1 + break + + history = pd.concat([tempOld, tempHistory[index:]], ignore_index=True) + + else: + history = tempHistory # if no `--only-missing` key then load full data from server + + uLogger.debug("Last 3 rows of received history:\n{}".format(pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-3:], max_cols=20, index=False))) + + if printCandles and history is not None and not history.empty: + uLogger.info("Here's requested history between [{}] UTC and [{}] UTC, not-empty candles count: [{}]\n{}".format( + strStartDate.replace("T", " ").replace("Z", ""), strEndDate.replace("T", " ").replace("Z", ""), len(history[-printCount:]), + pd.DataFrame.to_string(history[["date", "time", "open", "high", "low", "close", "volume"]][-printCount:], max_cols=20, index=False), + )) + + if self.historyFile is not None: + if history is not None and not history.empty: + history.to_csv(self.historyFile, sep=csvSep, index=False, header=None) + uLogger.info("Ticker [{}], FIGI [{}], tf: [{}], history saved: [{}]".format(self.ticker, self.figi, interval, os.path.abspath(self.historyFile))) + + else: + uLogger.warning("Empty history received! File NOT updated: [{}]".format(os.path.abspath(self.historyFile))) + + else: + uLogger.debug("--output key is not defined. Parsed history file not saved to file, only pandas dataframe returns.") return history @@ -3034,11 +3120,12 @@ def ParseArgs(): parser.add_argument("--depth", type=int, default=1, help="Option: Depth of Market (DOM) can be >=1, 1 by default.") parser.add_argument("--no-cancelled", "--no-canceled", action="store_true", default=False, help="Option: remove information about cancelled operations from the deals report by the `--deals` key. `False` by default.") - parser.add_argument("--output", type=str, default=None, help="Option: replace default paths to output files for some commands. If None then used default files.") + parser.add_argument("--output", type=str, default=None, help="Option: replace default paths to output files for some commands. If `None` then used default files.") + # parser.add_argument("--output-type", type=str, choices=[None, ".md", ".csv", ".xlsx"], default=None, help="Option: replace default type of output files for some commands. You can choose: `.md`, `.csv` and `.xlsx`. If `None` then used default file types.") - # parser.add_argument("--length", type=int, default=24, help="Option: how many last candles returns for history. Used only with --history key.") - # parser.add_argument("--interval", type=str, default="60", help="Option: available values are 1min, 2min, 3min, 5min, 10min, 15min, 30min, hour, day, week, month. Used only with `--history` key. This is time period used in 'interval' api parameter. Default: `--interval=60` that means 60 min for every history candles.") - # parser.add_argument("--only-missing", action="store_true", default=False, help="Option: if history file define by `--output` key then add only last missing candles, do not request all history length. False by default.") + parser.add_argument("--interval", type=str, default="hour", help="Option: available values are `1min`, `5min`, `15min`, `hour` and `day`. Used only with `--history` key. This is time period of one candle. Default: `hour` for every history candles.") + parser.add_argument("--only-missing", action="store_true", default=False, help="Option: if history file define by `--output` key then add only last missing candles, do not request all history length. `False` by default.") + parser.add_argument("--csv-sep", type=str, default=",", help="Option: separator if .csv-file is used, `,` by default.") parser.add_argument("--debug-level", "--verbosity", "-v", type=int, default=20, help="Option: showing STDOUT messages of minimal debug level, e.g. 10 = DEBUG, 20 = INFO, 30 = WARNING, 40 = ERROR, 50 = CRITICAL. INFO (20) by default.") @@ -3047,12 +3134,17 @@ def ParseArgs(): parser.add_argument("--list", "-l", action="store_true", help="Action: get and print all available instruments and some information from broker server. Also, you can define `--output` key to save list of instruments to file, default: `instruments.md`.") parser.add_argument("--search", "-s", type=str, nargs=1, help="Action: search for an instruments by part of the name, ticker or FIGI. Also, you can define `--output` key to save results to file, default: `search-results.md`.") parser.add_argument("--info", "-i", action="store_true", help="Action: get information from broker server about instrument by it's ticker or FIGI. `--ticker` key or `--figi` key must be defined!") - parser.add_argument("--price", action="store_true", help="Action: show actual price list for current instrument. Also, you can use --depth key. `--ticker` key or `--figi` key must be defined!") + parser.add_argument("--price", action="store_true", help="Action: show actual price list for current instrument. Also, you can use `--depth` key. `--ticker` key or `--figi` key must be defined!") parser.add_argument("--prices", "-p", type=str, nargs="+", help="Action: get and print current prices for list of given instruments (by it's tickers or by FIGIs). WARNING! This is too long operation if you request a lot of instruments! Also, you can define `--output` key to save list of prices to file, default: `prices.md`.") - parser.add_argument("--overview", "-o", action="store_true", help="Action: show all open positions, orders and some statistics. Also, you can define `--output` key to save this information to file, default: `overview.md`.") + parser.add_argument("--overview", "-o", action="store_true", help="Action: shows all open positions, orders and some statistics. Also, you can define `--output` key to save this information to file, default: `overview.md`.") + parser.add_argument("--overview-digest", action="store_true", help="Action: shows a short digest of the portfolio status. Also, you can define `--output` key to save this information to file, default: `overview-digest.md`.") + parser.add_argument("--overview-positions", action="store_true", help="Action: shows only open positions. Also, you can define `--output` key to save this information to file, default: `overview-positions.md`.") + parser.add_argument("--overview-orders", action="store_true", help="Action: shows only sections of open limits and stop orders. Also, you can define `--output` key to save this information to file, default: `overview-orders.md`.") + parser.add_argument("--overview-analytics", action="store_true", help="Action: shows only the analytics section and the distribution of the portfolio by various categories. Also, you can define `--output` key to save this information to file, default: `overview-analytics.md`.") + parser.add_argument("--deals", "-d", type=str, nargs="*", help="Action: show all deals between two given dates. Start day may be an integer number: -1, -2, -3 days ago. Also, you can use keywords: `today`, `yesterday` (-1), `week` (-7), `month` (-30) and `year` (-365). Dates format must be: `%%Y-%%m-%%d`, e.g. 2020-02-03. With `--no-cancelled` key information about cancelled operations will be removed from the deals report. Also, you can define `--output` key to save all deals to file, default: `deals.md`.") - # parser.add_argument("--history", action="store_true", help="Action: get last (--length) history candles from past to current time with (--interval) values. Also, you can define `--output` key to save history candles to .csv-file.") + parser.add_argument("--history", type=str, nargs="*", help="Action: get last history candles of the current instrument defined by `--ticker` or `--figi` (FIGI id) keys. History returned between two given dates: `start` and `end`. Minimum requested date in the past is `1970-01-01`. Also, you can define `--output` key to save history candlesticks to file.") parser.add_argument("--trade", nargs="*", help="Action: universal action to open market position for defined ticker or FIGI. You must specify 1-5 parameters: [direction `Buy` or `Sell`] [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`]. See examples in readme.") parser.add_argument("--buy", nargs="*", help="Action: immediately open BUY market position at the current price for defined ticker or FIGI. You must specify 0-4 parameters: [lots, >= 1] [take profit, >= 0] [stop loss, >= 0] [expiration date for TP/SL orders, Undefined|`%%Y-%%m-%%d %%H:%%M:%%S`].") @@ -3165,7 +3257,31 @@ def Main(**kwargs): if args.output is not None: server.overviewFile = args.output - server.Overview(showStatistics=True) + server.Overview(showStatistics=True, details="full") + + elif args.overview_digest: + if args.output is not None: + server.overviewDigestFile = args.output + + server.Overview(showStatistics=True, details="digest") + + elif args.overview_positions: + if args.output is not None: + server.overviewPositionsFile = args.output + + server.Overview(showStatistics=True, details="positions") + + elif args.overview_orders: + if args.output is not None: + server.overviewOrdersFile = args.output + + server.Overview(showStatistics=True, details="orders") + + elif args.overview_analytics: + if args.output is not None: + server.overviewAnalyticsFile = args.output + + server.Overview(showStatistics=True, details="analytics") elif args.deals is not None: if args.output is not None: @@ -3182,12 +3298,22 @@ def Main(**kwargs): else: raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]") - # TODO: implement history download and view - # elif args.history: - # if args.output is not None: - # server.historyFile = args.output - # - # server.History(onlyMissing=args.only_missing) + elif args.history is not None: + if args.output is not None: + server.historyFile = args.output + + if 0 <= len(args.history) < 3: + server.History( + start=args.history[0] if len(args.history) >= 1 else None, + end=args.history[1] if len(args.history) == 2 else None, + interval="hour" if args.interval is None or not args.interval else args.interval, + onlyMissing=False if args.only_missing is None or not args.only_missing else args.only_missing, + csvSep="," if args.csv_sep is None or not args.csv_sep else args.csv_sep, + printCandles=True, # shows all downloaded candles in console + ) + + else: + raise Exception("You must specify 0-2 parameters: [DATE_START] [DATE_END]") elif args.trade is not None: if 1 <= len(args.trade) <= 5: @@ -3318,14 +3444,15 @@ def Main(**kwargs): raise Exception("There is no command to execute!") except Exception: - exc = tb.format_exc().split("\n") - - for line in exc: - if line: - uLogger.debug(line) + trace = tb.format_exc() + for e in ["socket.gaierror", "nodename nor servname provided", "or not known", "NewConnectionError", "[Errno 8]", "Failed to establish a new connection"]: + if e in trace: + uLogger.error("Check your Internet connection! Failed to establish connection to broker server!") + break - uLogger.debug("Unknown error occurred, open a ticket for this issue, please! https://github.com/Tim55667757/TKSBrokerAPI/issues") - exitCode = 255 # unknown error occurred, must be open a ticket for this issue + uLogger.debug(trace) + uLogger.debug("Please, checks troubleshooting or open a ticket for this issue at https://github.com/Tim55667757/TKSBrokerAPI/issues") + exitCode = 255 # an error occurred, must be open a ticket for this issue finally: finish = datetime.now(tzutc()) @@ -3334,7 +3461,9 @@ def Main(**kwargs): uLogger.debug("All operations with Tinkoff Server using Open API are finished success (summary code is 0).") else: - uLogger.error("TKSBrokerAPI module returns an error! See full debug log with key in run command `--debug-level 10`. Summary code: {}".format(exitCode)) + uLogger.error("An issue occurred with TKSBrokerAPI module! See full debug log in [{}] or run TKSBrokerAPI once again with the key `--debug-level 10`. Summary code: {}".format( + os.path.abspath(uLog.defaultLogFile), exitCode, + )) uLogger.debug("TKSBrokerAPI module work duration: [{}]".format(finish - start)) uLogger.debug("TKSBrokerAPI module finished: [{}] UTC, it is [{}] local time".format( diff --git a/tksbrokerapi/TKSEnums.py b/tksbrokerapi/TKSEnums.py index 8b259b6..c51b957 100644 --- a/tksbrokerapi/TKSEnums.py +++ b/tksbrokerapi/TKSEnums.py @@ -24,6 +24,9 @@ # limitations under the License. +TKS_DATE_TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ" +"""Date and time string format used by Tinkoff Open API. Default: `"%Y-%m-%dT%H:%M:%SZ"`.""" + TKS_INSTRUMENTS = ["Currencies", "Shares", "Bonds", "Etfs", "Futures"] """Type of instrument for trade methods must be only one of supported types, listed in this constant. Default: `["Currencies", "Shares", "Bonds", "Etfs", "Futures"]`""" @@ -43,20 +46,15 @@ # "ISSUANCEBRUS", # now available ] -TKS_TIMEFRAMES = { - "1min": {"minutes": 1, "maxCandles": 1439}, # max count in block for this API request: 1 day (and -1 minute) - "2min": {"minutes": 2, "maxCandles": 719}, # max count in block for this API request: 1 day (and -2 minutes) - "3min": {"minutes": 3, "maxCandles": 479}, # max count in block for this API request: 1 day (and and -3 minutes) - "5min": {"minutes": 5, "maxCandles": 287}, # max count in block for this API request: 1 day (and -5 minutes) - "10min": {"minutes": 10, "maxCandles": 143}, # max count in block for this API request: 1 day (and -10 minutes) - "15min": {"minutes": 15, "maxCandles": 95}, # max count in block for this API request: 1 day (and -15 minutes) - "30min": {"minutes": 30, "maxCandles": 47}, # max count in block for this API request: 1 day (and -30 minutes) - "hour": {"minutes": 60, "maxCandles": 167}, # max count in block for this API request: 7 days (and -1 hour) - "day": {"minutes": 1440, "maxCandles": 365}, # max count in block for this API request: 1 year - "week": {"minutes": 10080, "maxCandles": 104}, # max count in block for this API request: 2 years - "month": {"minutes": 43200, "maxCandles": 119}, # max count in block for this API request: 10 years +TKS_CANDLE_INTERVALS = { # List values: 1st - Tinkoff API parameter, 2nd - minutes count, 3rd - max candles in block + "Undefined": ["CANDLE_INTERVAL_UNSPECIFIED", 0, 0], + "1min": ["CANDLE_INTERVAL_1_MIN", 1, 1438], # max count in API request block: 1 day (1440 min) and -2 minute + "5min": ["CANDLE_INTERVAL_5_MIN", 5, 287], # max count in API request block: 1 day (288 by 5 min) and -5 minute + "15min": ["CANDLE_INTERVAL_15_MIN", 15, 95], # max count in API request block: 1 day (96 by 15 min) and -15 minute + "hour": ["CANDLE_INTERVAL_HOUR", 60, 167], # max count in API request block: 1 week (168 hours) and -1 hour + "day": ["CANDLE_INTERVAL_DAY", 1440, 364], # max count in API request block: 1 year (365 days) and -1 day } -"""How many minutes in interval and maximum count of candles in one history block returns by Tinkoff API in one request. +"""Candles interval for requesting history data with Tinkoff API. Current available keys are `"1min"`, `"5min"`, `"15min"`, `"hour"`, `"day"`. See more: https://tinkoff.github.io/investAPI/swagger-ui/#/MarketDataService/MarketDataService_GetCandles """ diff --git a/tksbrokerapi/UniLogger.py b/tksbrokerapi/UniLogger.py index 3b8d26a..df7b492 100644 --- a/tksbrokerapi/UniLogger.py +++ b/tksbrokerapi/UniLogger.py @@ -110,7 +110,8 @@ def DisableLogger(handler, parentHandler=UniLogger): streamHandler.level = logging.INFO # set up INFO verbosity level by default for STDOUT UniLogger UniLogger.addHandler(streamHandler) # adding STDOUT UniLogger handler to Parent UniLogger -fileLogHandler = EnableLogger(logFile="TKSBrokerAPI.log", parentHandler=UniLogger, useFormat=formatter) # add logging to file +defaultLogFile = "TKSBrokerAPI.log" +fileLogHandler = EnableLogger(logFile=defaultLogFile, parentHandler=UniLogger, useFormat=formatter) # add logging to file sepWide = "-" * 120 # long-long log separator sepLong = "-" * 80 # long log separator